@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, ../scss/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../scss/_normalize.scss */
body {
  margin: 0;
}

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

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

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

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

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 97, ../scss/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

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

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

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

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

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

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

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 161, ../scss/_normalize.scss */
sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 168, ../scss/_normalize.scss */
sup {
  top: -0.3em;
}

/* line 172, ../scss/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 183, ../scss/_normalize.scss */
img {
  border: 0;
}

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

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

/**
 * Address differences between Firefox and other browsers.
 */
/* line 210, ../scss/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 220, ../scss/_normalize.scss */
pre {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 418, ../scss/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 423, ../scss/_normalize.scss */
td,
th {
  padding: 0;
}

@font-face {
  font-family: 'DINNextLTProRegular';
  src: url("https://www.edex.com.au/skin/frontend/enterprise/edex/fonts/dinnextltpro/DINNextLTProRegular.eot");
  src: url("https://www.edex.com.au/skin/frontend/enterprise/edex/fonts/dinnextltpro/DINNextLTProRegular.eot") format("embedded-opentype"), url("https://www.edex.com.au/skin/frontend/enterprise/edex/fonts/dinnextltpro/DINNextLTProRegular.woff2") format("woff2"), url("https://www.edex.com.au/skin/frontend/enterprise/edex/fonts/dinnextltpro/DINNextLTProRegular.woff") format("woff"), url("https://www.edex.com.au/skin/frontend/enterprise/edex/fonts/dinnextltpro/DINNextLTProRegular.ttf") format("truetype"), url("https://www.edex.com.au/skin/frontend/enterprise/edex/fonts/dinnextltpro/DINNextLTProRegular.svg#DINNextLTProRegular") format("svg");
}
@font-face {
  font-family: 'DINNextLTProMedium';
  src: url("https://www.edex.com.au/skin/frontend/enterprise/edex/fonts/dinnextltpro/DINNextLTProMedium.eot");
  src: url("https://www.edex.com.au/skin/frontend/enterprise/edex/fonts/dinnextltpro/DINNextLTProMedium.eot") format("embedded-opentype"), url("https://www.edex.com.au/skin/frontend/enterprise/edex/fonts/dinnextltpro/DINNextLTProMedium.woff2") format("woff2"), url("https://www.edex.com.au/skin/frontend/enterprise/edex/fonts/dinnextltpro/DINNextLTProMedium.woff") format("woff"), url("https://www.edex.com.au/skin/frontend/enterprise/edex/fonts/dinnextltpro/DINNextLTProMedium.ttf") format("truetype"), url("https://www.edex.com.au/skin/frontend/enterprise/edex/fonts/dinnextltpro/DINNextLTProMedium.svg#DINNextLTProMedium") format("svg");
}
@font-face {
  font-family: 'DINNextLTProBold';
  src: url("https://www.edex.com.au/skin/frontend/enterprise/edex/fonts/dinnextltpro/DINNextLTProBold.eot");
  src: url("https://www.edex.com.au/skin/frontend/enterprise/edex/fonts/dinnextltpro/DINNextLTProBold.eot") format("embedded-opentype"), url("https://www.edex.com.au/skin/frontend/enterprise/edex/fonts/dinnextltpro/DINNextLTProBold.woff2") format("woff2"), url("https://www.edex.com.au/skin/frontend/enterprise/edex/fonts/dinnextltpro/DINNextLTProBold.woff") format("woff"), url("https://www.edex.com.au/skin/frontend/enterprise/edex/fonts/dinnextltpro/DINNextLTProBold.ttf") format("truetype"), url("https://www.edex.com.au/skin/frontend/enterprise/edex/fonts/dinnextltpro/DINNextLTProBold.svg#DINNextLTProBold") format("svg");
}
/* line 348, ../scss/foundation/components/_global.scss */
meta.foundation-version {
  font-family: "/5.5.1/";
}

/* line 352, ../scss/foundation/components/_global.scss */
meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

/* line 357, ../scss/foundation/components/_global.scss */
meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0;
}

/* line 362, ../scss/foundation/components/_global.scss */
meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em;
}

/* line 367, ../scss/foundation/components/_global.scss */
meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em;
}

/* line 372, ../scss/foundation/components/_global.scss */
meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em;
}

/* line 377, ../scss/foundation/components/_global.scss */
meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em;
}

/* line 382, ../scss/foundation/components/_global.scss */
meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em;
}

/* line 387, ../scss/foundation/components/_global.scss */
meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em;
}

/* line 392, ../scss/foundation/components/_global.scss */
meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em;
}

/* line 397, ../scss/foundation/components/_global.scss */
meta.foundation-data-attribute-namespace {
  font-family: false;
}

/* line 404, ../scss/foundation/components/_global.scss */
html, body {
  height: 100%;
}

/* line 407, ../scss/foundation/components/_global.scss */
html {
  box-sizing: border-box;
}

/* line 410, ../scss/foundation/components/_global.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/* line 416, ../scss/foundation/components/_global.scss */
html,
body {
  font-size: 100%;
}

/* line 420, ../scss/foundation/components/_global.scss */
body {
  background: #fff;
  color: #333;
  padding: 0;
  margin: 0;
  font-family: "DINNextLTProRegular", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

/* line 433, ../scss/foundation/components/_global.scss */
a:hover {
  cursor: pointer;
}

/* line 436, ../scss/foundation/components/_global.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 438, ../scss/foundation/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 442, ../scss/foundation/components/_global.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

/* line 449, ../scss/foundation/components/_global.scss */
.left {
  float: left !important;
}

/* line 450, ../scss/foundation/components/_global.scss */
.right {
  float: right !important;
}

/* line 172, ../scss/foundation/components/_global.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 173, ../scss/foundation/components/_global.scss */
.clearfix:after {
  clear: both;
}

/* line 454, ../scss/foundation/components/_global.scss */
.hide {
  display: none;
}

/* line 459, ../scss/foundation/components/_global.scss */
.invisible {
  visibility: hidden;
}

/* line 465, ../scss/foundation/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 468, ../scss/foundation/components/_global.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 478, ../scss/foundation/components/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 481, ../scss/foundation/components/_global.scss */
select {
  width: 100%;
}

/* line 228, ../scss/foundation/components/_grid.scss */
.row {
  width: 100%;
  margin: 0 auto;
  max-width: 62.5rem;
}
/* line 172, ../scss/foundation/components/_global.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 173, ../scss/foundation/components/_global.scss */
.row:after {
  clear: both;
}
/* line 232, ../scss/foundation/components/_grid.scss */
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
/* line 235, ../scss/foundation/components/_grid.scss */
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
/* line 238, ../scss/foundation/components/_grid.scss */
.row .row {
  width: auto;
  margin: 0 -0.9375rem;
  max-width: none;
}
/* line 172, ../scss/foundation/components/_global.scss */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
/* line 173, ../scss/foundation/components/_global.scss */
.row .row:after {
  clear: both;
}
/* line 239, ../scss/foundation/components/_grid.scss */
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}
/* line 172, ../scss/foundation/components/_global.scss */
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
/* line 173, ../scss/foundation/components/_global.scss */
.row .row.collapse:after {
  clear: both;
}

/* line 243, ../scss/foundation/components/_grid.scss */
.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

/* line 246, ../scss/foundation/components/_grid.scss */
[class*="column"] + [class*="column"]:last-child {
  float: right;
}

/* line 247, ../scss/foundation/components/_grid.scss */
[class*="column"] + [class*="column"].end {
  float: left;
}

@media only screen {
  /* line 155, ../scss/foundation/components/_grid.scss */
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  /* line 158, ../scss/foundation/components/_grid.scss */
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  /* line 155, ../scss/foundation/components/_grid.scss */
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 158, ../scss/foundation/components/_grid.scss */
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 155, ../scss/foundation/components/_grid.scss */
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 158, ../scss/foundation/components/_grid.scss */
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 155, ../scss/foundation/components/_grid.scss */
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 158, ../scss/foundation/components/_grid.scss */
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 155, ../scss/foundation/components/_grid.scss */
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 158, ../scss/foundation/components/_grid.scss */
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 155, ../scss/foundation/components/_grid.scss */
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 158, ../scss/foundation/components/_grid.scss */
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 155, ../scss/foundation/components/_grid.scss */
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 158, ../scss/foundation/components/_grid.scss */
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 155, ../scss/foundation/components/_grid.scss */
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 158, ../scss/foundation/components/_grid.scss */
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 155, ../scss/foundation/components/_grid.scss */
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 158, ../scss/foundation/components/_grid.scss */
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 155, ../scss/foundation/components/_grid.scss */
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 158, ../scss/foundation/components/_grid.scss */
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 155, ../scss/foundation/components/_grid.scss */
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 158, ../scss/foundation/components/_grid.scss */
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 155, ../scss/foundation/components/_grid.scss */
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 158, ../scss/foundation/components/_grid.scss */
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 163, ../scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 168, ../scss/foundation/components/_grid.scss */
  .small-1 {
    width: 8.33333%;
  }

  /* line 168, ../scss/foundation/components/_grid.scss */
  .small-2 {
    width: 16.66667%;
  }

  /* line 168, ../scss/foundation/components/_grid.scss */
  .small-3 {
    width: 25%;
  }

  /* line 168, ../scss/foundation/components/_grid.scss */
  .small-4 {
    width: 33.33333%;
  }

  /* line 168, ../scss/foundation/components/_grid.scss */
  .small-5 {
    width: 41.66667%;
  }

  /* line 168, ../scss/foundation/components/_grid.scss */
  .small-6 {
    width: 50%;
  }

  /* line 168, ../scss/foundation/components/_grid.scss */
  .small-7 {
    width: 58.33333%;
  }

  /* line 168, ../scss/foundation/components/_grid.scss */
  .small-8 {
    width: 66.66667%;
  }

  /* line 168, ../scss/foundation/components/_grid.scss */
  .small-9 {
    width: 75%;
  }

  /* line 168, ../scss/foundation/components/_grid.scss */
  .small-10 {
    width: 83.33333%;
  }

  /* line 168, ../scss/foundation/components/_grid.scss */
  .small-11 {
    width: 91.66667%;
  }

  /* line 168, ../scss/foundation/components/_grid.scss */
  .small-12 {
    width: 100%;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .small-offset-0 {
    margin-left: 0 !important;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .small-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .small-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .small-offset-3 {
    margin-left: 25% !important;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .small-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .small-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .small-offset-6 {
    margin-left: 50% !important;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .small-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .small-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .small-offset-9 {
    margin-left: 75% !important;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .small-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .small-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 175, ../scss/foundation/components/_grid.scss */
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  /* line 183, ../scss/foundation/components/_grid.scss */
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 186, ../scss/foundation/components/_grid.scss */
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  /* line 194, ../scss/foundation/components/_grid.scss */
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }

  /* line 200, ../scss/foundation/components/_grid.scss */
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }

  /* line 205, ../scss/foundation/components/_grid.scss */
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }

  /* line 212, ../scss/foundation/components/_grid.scss */
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 215, ../scss/foundation/components/_grid.scss */
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 218, ../scss/foundation/components/_grid.scss */
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}
@media only screen and (min-width: 40.0625em) {
  /* line 155, ../scss/foundation/components/_grid.scss */
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  /* line 158, ../scss/foundation/components/_grid.scss */
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  /* line 155, ../scss/foundation/components/_grid.scss */
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 158, ../scss/foundation/components/_grid.scss */
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 155, ../scss/foundation/components/_grid.scss */
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 158, ../scss/foundation/components/_grid.scss */
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 155, ../scss/foundation/components/_grid.scss */
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 158, ../scss/foundation/components/_grid.scss */
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 155, ../scss/foundation/components/_grid.scss */
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 158, ../scss/foundation/components/_grid.scss */
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 155, ../scss/foundation/components/_grid.scss */
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 158, ../scss/foundation/components/_grid.scss */
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 155, ../scss/foundation/components/_grid.scss */
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 158, ../scss/foundation/components/_grid.scss */
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 155, ../scss/foundation/components/_grid.scss */
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 158, ../scss/foundation/components/_grid.scss */
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 155, ../scss/foundation/components/_grid.scss */
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 158, ../scss/foundation/components/_grid.scss */
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 155, ../scss/foundation/components/_grid.scss */
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 158, ../scss/foundation/components/_grid.scss */
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 155, ../scss/foundation/components/_grid.scss */
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 158, ../scss/foundation/components/_grid.scss */
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 155, ../scss/foundation/components/_grid.scss */
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 158, ../scss/foundation/components/_grid.scss */
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 163, ../scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 168, ../scss/foundation/components/_grid.scss */
  .medium-1 {
    width: 8.33333%;
  }

  /* line 168, ../scss/foundation/components/_grid.scss */
  .medium-2 {
    width: 16.66667%;
  }

  /* line 168, ../scss/foundation/components/_grid.scss */
  .medium-3 {
    width: 25%;
  }

  /* line 168, ../scss/foundation/components/_grid.scss */
  .medium-4 {
    width: 33.33333%;
  }

  /* line 168, ../scss/foundation/components/_grid.scss */
  .medium-5 {
    width: 41.66667%;
  }

  /* line 168, ../scss/foundation/components/_grid.scss */
  .medium-6 {
    width: 50%;
  }

  /* line 168, ../scss/foundation/components/_grid.scss */
  .medium-7 {
    width: 58.33333%;
  }

  /* line 168, ../scss/foundation/components/_grid.scss */
  .medium-8 {
    width: 66.66667%;
  }

  /* line 168, ../scss/foundation/components/_grid.scss */
  .medium-9 {
    width: 75%;
  }

  /* line 168, ../scss/foundation/components/_grid.scss */
  .medium-10 {
    width: 83.33333%;
  }

  /* line 168, ../scss/foundation/components/_grid.scss */
  .medium-11 {
    width: 91.66667%;
  }

  /* line 168, ../scss/foundation/components/_grid.scss */
  .medium-12 {
    width: 100%;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .medium-offset-0 {
    margin-left: 0 !important;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .medium-offset-3 {
    margin-left: 25% !important;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .medium-offset-6 {
    margin-left: 50% !important;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .medium-offset-9 {
    margin-left: 75% !important;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 175, ../scss/foundation/components/_grid.scss */
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  /* line 183, ../scss/foundation/components/_grid.scss */
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 186, ../scss/foundation/components/_grid.scss */
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  /* line 194, ../scss/foundation/components/_grid.scss */
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }

  /* line 200, ../scss/foundation/components/_grid.scss */
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }

  /* line 205, ../scss/foundation/components/_grid.scss */
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }

  /* line 212, ../scss/foundation/components/_grid.scss */
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 215, ../scss/foundation/components/_grid.scss */
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 218, ../scss/foundation/components/_grid.scss */
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 257, ../scss/foundation/components/_grid.scss */
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  /* line 260, ../scss/foundation/components/_grid.scss */
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  /* line 257, ../scss/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 260, ../scss/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 257, ../scss/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 260, ../scss/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 257, ../scss/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 260, ../scss/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 257, ../scss/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 260, ../scss/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 257, ../scss/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 260, ../scss/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 257, ../scss/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 260, ../scss/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 257, ../scss/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 260, ../scss/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 257, ../scss/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 260, ../scss/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 257, ../scss/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 260, ../scss/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 257, ../scss/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 260, ../scss/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 257, ../scss/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 260, ../scss/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  /* line 155, ../scss/foundation/components/_grid.scss */
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  /* line 158, ../scss/foundation/components/_grid.scss */
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  /* line 155, ../scss/foundation/components/_grid.scss */
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 158, ../scss/foundation/components/_grid.scss */
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 155, ../scss/foundation/components/_grid.scss */
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 158, ../scss/foundation/components/_grid.scss */
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 155, ../scss/foundation/components/_grid.scss */
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 158, ../scss/foundation/components/_grid.scss */
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 155, ../scss/foundation/components/_grid.scss */
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 158, ../scss/foundation/components/_grid.scss */
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 155, ../scss/foundation/components/_grid.scss */
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 158, ../scss/foundation/components/_grid.scss */
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 155, ../scss/foundation/components/_grid.scss */
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 158, ../scss/foundation/components/_grid.scss */
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 155, ../scss/foundation/components/_grid.scss */
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 158, ../scss/foundation/components/_grid.scss */
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 155, ../scss/foundation/components/_grid.scss */
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 158, ../scss/foundation/components/_grid.scss */
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 155, ../scss/foundation/components/_grid.scss */
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 158, ../scss/foundation/components/_grid.scss */
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 155, ../scss/foundation/components/_grid.scss */
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 158, ../scss/foundation/components/_grid.scss */
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 155, ../scss/foundation/components/_grid.scss */
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 158, ../scss/foundation/components/_grid.scss */
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 163, ../scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 168, ../scss/foundation/components/_grid.scss */
  .large-1 {
    width: 8.33333%;
  }

  /* line 168, ../scss/foundation/components/_grid.scss */
  .large-2 {
    width: 16.66667%;
  }

  /* line 168, ../scss/foundation/components/_grid.scss */
  .large-3 {
    width: 25%;
  }

  /* line 168, ../scss/foundation/components/_grid.scss */
  .large-4 {
    width: 33.33333%;
  }

  /* line 168, ../scss/foundation/components/_grid.scss */
  .large-5 {
    width: 41.66667%;
  }

  /* line 168, ../scss/foundation/components/_grid.scss */
  .large-6 {
    width: 50%;
  }

  /* line 168, ../scss/foundation/components/_grid.scss */
  .large-7 {
    width: 58.33333%;
  }

  /* line 168, ../scss/foundation/components/_grid.scss */
  .large-8 {
    width: 66.66667%;
  }

  /* line 168, ../scss/foundation/components/_grid.scss */
  .large-9 {
    width: 75%;
  }

  /* line 168, ../scss/foundation/components/_grid.scss */
  .large-10 {
    width: 83.33333%;
  }

  /* line 168, ../scss/foundation/components/_grid.scss */
  .large-11 {
    width: 91.66667%;
  }

  /* line 168, ../scss/foundation/components/_grid.scss */
  .large-12 {
    width: 100%;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .large-offset-0 {
    margin-left: 0 !important;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .large-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .large-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .large-offset-3 {
    margin-left: 25% !important;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .large-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .large-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .large-offset-6 {
    margin-left: 50% !important;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .large-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .large-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .large-offset-9 {
    margin-left: 75% !important;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .large-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .large-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 175, ../scss/foundation/components/_grid.scss */
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  /* line 183, ../scss/foundation/components/_grid.scss */
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 186, ../scss/foundation/components/_grid.scss */
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  /* line 194, ../scss/foundation/components/_grid.scss */
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }

  /* line 200, ../scss/foundation/components/_grid.scss */
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }

  /* line 205, ../scss/foundation/components/_grid.scss */
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }

  /* line 212, ../scss/foundation/components/_grid.scss */
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 215, ../scss/foundation/components/_grid.scss */
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 218, ../scss/foundation/components/_grid.scss */
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 268, ../scss/foundation/components/_grid.scss */
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  /* line 271, ../scss/foundation/components/_grid.scss */
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  /* line 268, ../scss/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 271, ../scss/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 268, ../scss/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 271, ../scss/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 268, ../scss/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 271, ../scss/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 268, ../scss/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 271, ../scss/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 268, ../scss/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 271, ../scss/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 268, ../scss/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 271, ../scss/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 268, ../scss/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 271, ../scss/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 268, ../scss/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 271, ../scss/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 268, ../scss/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 271, ../scss/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 268, ../scss/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 271, ../scss/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 268, ../scss/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 271, ../scss/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
/* line 213, ../scss/foundation/components/_buttons.scss */
button, .button {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "DINNextLTProMedium", Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 0;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  display: inline-block;
  padding: 0.3125rem 0.625rem 0.3125rem 0.625rem;
  font-size: 1.125rem;
  background-color: #b8c510;
  border-color: #c1cc2e;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
}
/* line 158, ../scss/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #939e0d;
}
/* line 164, ../scss/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  color: #FFFFFF;
}
/* line 220, ../scss/foundation/components/_buttons.scss */
button.secondary, .button.secondary {
  background-color: #b2c000;
  border-color: #8e9a00;
  color: #FFFFFF;
}
/* line 158, ../scss/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #8e9a00;
}
/* line 164, ../scss/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #FFFFFF;
}
/* line 221, ../scss/foundation/components/_buttons.scss */
button.success, .button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}
/* line 158, ../scss/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #368a55;
}
/* line 164, ../scss/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: #FFFFFF;
}
/* line 222, ../scss/foundation/components/_buttons.scss */
button.alert, .button.alert {
  background-color: #b90101;
  border-color: #940101;
  color: #FFFFFF;
}
/* line 158, ../scss/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #940101;
}
/* line 164, ../scss/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: #FFFFFF;
}
/* line 223, ../scss/foundation/components/_buttons.scss */
button.warning, .button.warning {
  background-color: #db5353;
  border-color: #c82a2a;
  color: #FFFFFF;
}
/* line 158, ../scss/foundation/components/_buttons.scss */
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  background-color: #c82a2a;
}
/* line 164, ../scss/foundation/components/_buttons.scss */
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  color: #FFFFFF;
}
/* line 224, ../scss/foundation/components/_buttons.scss */
button.info, .button.info {
  background-color: #6d6d6d;
  border-color: #575757;
  color: #FFFFFF;
}
/* line 158, ../scss/foundation/components/_buttons.scss */
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  background-color: #575757;
}
/* line 164, ../scss/foundation/components/_buttons.scss */
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  color: #FFFFFF;
}
/* line 226, ../scss/foundation/components/_buttons.scss */
button.large, .button.large {
  padding: 1.125rem 2.25rem 1.125rem 2.25rem;
  font-size: 1.25rem;
}
/* line 227, ../scss/foundation/components/_buttons.scss */
button.small, .button.small {
  padding: 0.875rem 1.75rem 0.875rem 1.75rem;
  font-size: 0.8125rem;
}
/* line 228, ../scss/foundation/components/_buttons.scss */
button.tiny, .button.tiny {
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  font-size: 0.6875rem;
}
/* line 229, ../scss/foundation/components/_buttons.scss */
button.expand, .button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
/* line 231, ../scss/foundation/components/_buttons.scss */
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}
/* line 232, ../scss/foundation/components/_buttons.scss */
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}
/* line 234, ../scss/foundation/components/_buttons.scss */
button.radius, .button.radius {
  border-radius: 3px;
}
/* line 235, ../scss/foundation/components/_buttons.scss */
button.round, .button.round {
  border-radius: 1000px;
}
/* line 237, ../scss/foundation/components/_buttons.scss */
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #b8c510;
  border-color: #c1cc2e;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
/* line 158, ../scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #939e0d;
}
/* line 164, ../scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: #FFFFFF;
}
/* line 175, ../scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #b8c510;
}
/* line 238, ../scss/foundation/components/_buttons.scss */
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #b2c000;
  border-color: #8e9a00;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
/* line 158, ../scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #8e9a00;
}
/* line 164, ../scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #FFFFFF;
}
/* line 175, ../scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #b2c000;
}
/* line 239, ../scss/foundation/components/_buttons.scss */
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
/* line 158, ../scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #368a55;
}
/* line 164, ../scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: #FFFFFF;
}
/* line 175, ../scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #43AC6A;
}
/* line 240, ../scss/foundation/components/_buttons.scss */
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #b90101;
  border-color: #940101;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
/* line 158, ../scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #940101;
}
/* line 164, ../scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: #FFFFFF;
}
/* line 175, ../scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #b90101;
}
/* line 241, ../scss/foundation/components/_buttons.scss */
button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
  background-color: #db5353;
  border-color: #c82a2a;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
/* line 158, ../scss/foundation/components/_buttons.scss */
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #c82a2a;
}
/* line 164, ../scss/foundation/components/_buttons.scss */
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  color: #FFFFFF;
}
/* line 175, ../scss/foundation/components/_buttons.scss */
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #db5353;
}
/* line 242, ../scss/foundation/components/_buttons.scss */
button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
  background-color: #6d6d6d;
  border-color: #575757;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
/* line 158, ../scss/foundation/components/_buttons.scss */
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #575757;
}
/* line 164, ../scss/foundation/components/_buttons.scss */
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  color: #FFFFFF;
}
/* line 175, ../scss/foundation/components/_buttons.scss */
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #6d6d6d;
}

/* line 247, ../scss/foundation/components/_buttons.scss */
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 250, ../scss/foundation/components/_buttons.scss */
  button, .button {
    display: inline-block;
  }
}
/* Standard Forms */
/* line 380, ../scss/foundation/components/_forms.scss */
form {
  margin: 0 0 1rem;
}

/* Using forms within rows, we need to set some defaults */
/* line 87, ../scss/foundation/components/_forms.scss */
form .row .row {
  margin: 0 -0.5rem;
}
/* line 89, ../scss/foundation/components/_forms.scss */
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5rem;
}
/* line 93, ../scss/foundation/components/_forms.scss */
form .row .row.collapse {
  margin: 0;
}
/* line 95, ../scss/foundation/components/_forms.scss */
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
/* line 97, ../scss/foundation/components/_forms.scss */
form .row .row.collapse input {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
/* line 103, ../scss/foundation/components/_forms.scss */
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem;
}

/* Label Styles */
/* line 386, ../scss/foundation/components/_forms.scss */
label {
  font-size: 0.8125rem;
  color: #333;
  cursor: pointer;
  display: block;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */
}
/* line 387, ../scss/foundation/components/_forms.scss */
label.right {
  float: none !important;
  text-align: right;
}
/* line 388, ../scss/foundation/components/_forms.scss */
label.inline {
  margin: 0 0 1rem 0;
  padding: 0.5625rem 0;
}
/* line 390, ../scss/foundation/components/_forms.scss */
label small {
  text-transform: capitalize;
  color: #525252;
}

/* Attach elements to the beginning or end of an input */
/* line 397, ../scss/foundation/components/_forms.scss */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: visible;
  font-size: 0.8125rem;
  height: 2.25rem;
  line-height: 2.25rem;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
/* line 401, ../scss/foundation/components/_forms.scss */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border: none;
}

/* line 402, ../scss/foundation/components/_forms.scss */
.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border: none;
}

/* line 404, ../scss/foundation/components/_forms.scss */
.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 405, ../scss/foundation/components/_forms.scss */
.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 406, ../scss/foundation/components/_forms.scss */
.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

/* line 407, ../scss/foundation/components/_forms.scss */
.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
/* line 410, ../scss/foundation/components/_forms.scss */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc;
}

/* line 411, ../scss/foundation/components/_forms.scss */
span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc;
}

/* We use this to get basic styling on all basic form elements */
/* line 414, ../scss/foundation/components/_forms.scss */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #fefefe;
  font-family: "DINNextLTProRegular", Arial, sans-serif;
  border-style: solid;
  border-width: 1px;
  border-color: #d5d5d5;
  box-shadow: none;
  color: #666;
  display: block;
  font-size: 0.8125rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.25rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  -moz-transition: border-color 0.15s linear, background 0.15s linear;
  -ms-transition: border-color 0.15s linear, background 0.15s linear;
  -o-transition: border-color 0.15s linear, background 0.15s linear;
  transition: border-color 0.15s linear, background 0.15s linear;
}
/* line 133, ../scss/foundation/components/_forms.scss */
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
  background: #fff;
  border-color: #f69c97;
  outline: none;
}
/* line 139, ../scss/foundation/components/_forms.scss */
input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
  background-color: #DDDDDD;
  cursor: default;
}
/* line 145, ../scss/foundation/components/_forms.scss */
input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly], fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly], fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly], fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly], fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly], fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly], fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly], fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly], fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly], fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly], fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
  background-color: #DDDDDD;
  cursor: default;
}
/* line 426, ../scss/foundation/components/_forms.scss */
input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
  border-radius: 3px;
}

/* line 434, ../scss/foundation/components/_forms.scss */
form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 438, ../scss/foundation/components/_forms.scss */
form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 441, ../scss/foundation/components/_forms.scss */
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 445, ../scss/foundation/components/_forms.scss */
form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 448, ../scss/foundation/components/_forms.scss */
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
/* line 452, ../scss/foundation/components/_forms.scss */
form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
/* line 455, ../scss/foundation/components/_forms.scss */
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
/* line 459, ../scss/foundation/components/_forms.scss */
form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* line 464, ../scss/foundation/components/_forms.scss */
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

/* Respect enforced amount of rows for textarea */
/* line 471, ../scss/foundation/components/_forms.scss */
textarea[rows] {
  height: auto;
}

/* Not allow resize out of parent */
/* line 476, ../scss/foundation/components/_forms.scss */
textarea {
  max-width: 100%;
}

/* Add height value for select elements to match text input height */
/* line 481, ../scss/foundation/components/_forms.scss */
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  border-radius: 0;
  background-color: #fff;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #d5d5d5;
  padding: 0.5rem;
  font-size: 0.8125rem;
  font-family: "DINNextLTProRegular", Arial, sans-serif;
  color: #666;
  line-height: normal;
  border-radius: 0;
  height: 2.25rem;
}
/* line 330, ../scss/foundation/components/_forms.scss */
select::-ms-expand {
  display: none;
}
/* line 353, ../scss/foundation/components/_forms.scss */
select.radius {
  border-radius: 3px;
}
/* line 354, ../scss/foundation/components/_forms.scss */
select:hover {
  background-color: #f7f7f7;
  border-color: #f69c97;
}
/* line 359, ../scss/foundation/components/_forms.scss */
select:disabled {
  background-color: #DDDDDD;
  cursor: default;
}
/* line 484, ../scss/foundation/components/_forms.scss */
select[multiple] {
  height: auto;
}

/* Adjust margin for form elements below */
/* line 490, ../scss/foundation/components/_forms.scss */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0;
}

/* line 497, ../scss/foundation/components/_forms.scss */
input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

/* Normalize file input width */
/* line 507, ../scss/foundation/components/_forms.scss */
input[type="file"] {
  width: 100%;
}

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
/* line 521, ../scss/foundation/components/_forms.scss */
fieldset {
  border: 1px solid #DDDDDD;
  padding: 1.25rem;
  margin: 1.125rem 0;
}
/* line 272, ../scss/foundation/components/_forms.scss */
fieldset legend {
  font-weight: bold;
  background: #FFFFFF;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

/* Error Handling */
/* line 528, ../scss/foundation/components/_forms.scss */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #b90101;
  color: #FFFFFF;
}
/* line 531, ../scss/foundation/components/_forms.scss */
[data-abide] span.error, [data-abide] small.error {
  display: none;
}

/* line 534, ../scss/foundation/components/_forms.scss */
span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #b90101;
  color: #FFFFFF;
}

/* line 539, ../scss/foundation/components/_forms.scss */
.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}
/* line 545, ../scss/foundation/components/_forms.scss */
.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem;
}
/* line 550, ../scss/foundation/components/_forms.scss */
.error label,
.error label.error {
  color: #b90101;
}
/* line 555, ../scss/foundation/components/_forms.scss */
.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #b90101;
  color: #FFFFFF;
}
/* line 560, ../scss/foundation/components/_forms.scss */
.error > label > small {
  color: #525252;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline;
}
/* line 572, ../scss/foundation/components/_forms.scss */
.error span.error-message {
  display: block;
}

/* line 577, ../scss/foundation/components/_forms.scss */
input.error,
textarea.error,
select.error {
  margin-bottom: 0;
}

/* line 582, ../scss/foundation/components/_forms.scss */
label.error {
  color: #b90101;
}

/* line 215, ../scss/foundation/components/_switches.scss */
.switch {
  padding: 0;
  border: none;
  position: relative;
  outline: 0;
  margin-bottom: 1.5rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 58, ../scss/foundation/components/_switches.scss */
.switch label {
  display: block;
  margin-bottom: 1rem;
  position: relative;
  color: transparent;
  background: #DDDDDD;
  text-indent: 100%;
  width: 4rem;
  height: 2rem;
  cursor: pointer;
  transition: left 0.15s ease-out;
}
/* line 74, ../scss/foundation/components/_switches.scss */
.switch input {
  opacity: 0;
  position: absolute;
  top: 9px;
  left: 10px;
  padding: 0;
}
/* line 81, ../scss/foundation/components/_switches.scss */
.switch input + label {
  margin-left: 0;
  margin-right: 0;
}
/* line 88, ../scss/foundation/components/_switches.scss */
.switch label:after {
  content: "";
  display: block;
  background: #FFFFFF;
  position: absolute;
  top: .25rem;
  left: .25rem;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: translate3d(0, 0, 0);
  transition: left 0.15s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* line 110, ../scss/foundation/components/_switches.scss */
.switch input:checked + label {
  background: #e42312;
}
/* line 114, ../scss/foundation/components/_switches.scss */
.switch input:checked + label:after {
  left: 2.25rem;
}
/* line 126, ../scss/foundation/components/_switches.scss */
.switch label {
  width: 4rem;
  height: 2rem;
}
/* line 131, ../scss/foundation/components/_switches.scss */
.switch label:after {
  width: 1.5rem;
  height: 1.5rem;
}
/* line 136, ../scss/foundation/components/_switches.scss */
.switch input:checked + label:after {
  left: 2.25rem;
}
/* line 157, ../scss/foundation/components/_switches.scss */
.switch label {
  color: transparent;
  background: #DDDDDD;
}
/* line 162, ../scss/foundation/components/_switches.scss */
.switch label:after {
  background: #FFFFFF;
}
/* line 166, ../scss/foundation/components/_switches.scss */
.switch input:checked + label {
  background: #e42312;
}
/* line 126, ../scss/foundation/components/_switches.scss */
.switch.large label {
  width: 5rem;
  height: 2.5rem;
}
/* line 131, ../scss/foundation/components/_switches.scss */
.switch.large label:after {
  width: 2rem;
  height: 2rem;
}
/* line 136, ../scss/foundation/components/_switches.scss */
.switch.large input:checked + label:after {
  left: 2.75rem;
}
/* line 126, ../scss/foundation/components/_switches.scss */
.switch.small label {
  width: 3.5rem;
  height: 1.75rem;
}
/* line 131, ../scss/foundation/components/_switches.scss */
.switch.small label:after {
  width: 1.25rem;
  height: 1.25rem;
}
/* line 136, ../scss/foundation/components/_switches.scss */
.switch.small input:checked + label:after {
  left: 2rem;
}
/* line 126, ../scss/foundation/components/_switches.scss */
.switch.tiny label {
  width: 3rem;
  height: 1.5rem;
}
/* line 131, ../scss/foundation/components/_switches.scss */
.switch.tiny label:after {
  width: 1rem;
  height: 1rem;
}
/* line 136, ../scss/foundation/components/_switches.scss */
.switch.tiny input:checked + label:after {
  left: 1.75rem;
}
/* line 229, ../scss/foundation/components/_switches.scss */
.switch.radius label {
  border-radius: 4px;
}
/* line 230, ../scss/foundation/components/_switches.scss */
.switch.radius label:after {
  border-radius: 3px;
}
/* line 234, ../scss/foundation/components/_switches.scss */
.switch.round {
  border-radius: 1000px;
}
/* line 235, ../scss/foundation/components/_switches.scss */
.switch.round label {
  border-radius: 2rem;
}
/* line 236, ../scss/foundation/components/_switches.scss */
.switch.round label:after {
  border-radius: 2rem;
}

/* line 131, ../scss/foundation/components/_tables.scss */
table.data-table {
  background: #FFFFFF;
  margin-bottom: 1.25rem;
  border: none 1px #DDDDDD;
  table-layout: auto;
}
/* line 69, ../scss/foundation/components/_tables.scss */
table.data-table caption {
  background: transparent;
  color: #333;
  font-size: 1rem;
  font-weight: bold;
}
/* line 78, ../scss/foundation/components/_tables.scss */
table.data-table thead {
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/bg-heading-rep.gif");
}
/* line 82, ../scss/foundation/components/_tables.scss */
table.data-table thead tr th,
table.data-table thead tr td {
  padding: 0.4375rem 0.6875rem 0.3125rem;
  font-size: 0.8125rem;
  font-weight: normal;
  color: #333;
}
/* line 92, ../scss/foundation/components/_tables.scss */
table.data-table tfoot {
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/bg-heading-rep.gif");
}
/* line 96, ../scss/foundation/components/_tables.scss */
table.data-table tfoot tr th,
table.data-table tfoot tr td {
  padding: 0.4375rem 0.6875rem 0.3125rem;
  font-size: 0.8125rem;
  font-weight: normal;
  color: #333;
}
/* line 107, ../scss/foundation/components/_tables.scss */
table.data-table tr th,
table.data-table tr td {
  padding: 0.5625rem 0.6875rem;
  font-size: 0.75rem;
  color: #333;
  text-align: left;
}
/* line 115, ../scss/foundation/components/_tables.scss */
table.data-table tr.even, table.data-table tr.alt, table.data-table tr:nth-of-type(even) {
  background: #fff;
}
/* line 120, ../scss/foundation/components/_tables.scss */
table.data-table thead tr th,
table.data-table tfoot tr th,
table.data-table tfoot tr td,
table.data-table tbody tr th,
table.data-table tbody tr td,
table.data-table tr td {
  display: table-cell;
  line-height: 1.0625rem;
}

/* line 155, ../scss/foundation/components/_type.scss */
.text-left {
  text-align: left !important;
}

/* line 156, ../scss/foundation/components/_type.scss */
.text-right {
  text-align: right !important;
}

/* line 157, ../scss/foundation/components/_type.scss */
.text-center {
  text-align: center !important;
}

/* line 158, ../scss/foundation/components/_type.scss */
.text-justify {
  text-align: justify !important;
}

@media only screen and (max-width: 40em) {
  /* line 162, ../scss/foundation/components/_type.scss */
  .small-only-text-left {
    text-align: left !important;
  }

  /* line 163, ../scss/foundation/components/_type.scss */
  .small-only-text-right {
    text-align: right !important;
  }

  /* line 164, ../scss/foundation/components/_type.scss */
  .small-only-text-center {
    text-align: center !important;
  }

  /* line 165, ../scss/foundation/components/_type.scss */
  .small-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen {
  /* line 162, ../scss/foundation/components/_type.scss */
  .small-text-left {
    text-align: left !important;
  }

  /* line 163, ../scss/foundation/components/_type.scss */
  .small-text-right {
    text-align: right !important;
  }

  /* line 164, ../scss/foundation/components/_type.scss */
  .small-text-center {
    text-align: center !important;
  }

  /* line 165, ../scss/foundation/components/_type.scss */
  .small-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  /* line 162, ../scss/foundation/components/_type.scss */
  .medium-only-text-left {
    text-align: left !important;
  }

  /* line 163, ../scss/foundation/components/_type.scss */
  .medium-only-text-right {
    text-align: right !important;
  }

  /* line 164, ../scss/foundation/components/_type.scss */
  .medium-only-text-center {
    text-align: center !important;
  }

  /* line 165, ../scss/foundation/components/_type.scss */
  .medium-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.0625em) {
  /* line 162, ../scss/foundation/components/_type.scss */
  .medium-text-left {
    text-align: left !important;
  }

  /* line 163, ../scss/foundation/components/_type.scss */
  .medium-text-right {
    text-align: right !important;
  }

  /* line 164, ../scss/foundation/components/_type.scss */
  .medium-text-center {
    text-align: center !important;
  }

  /* line 165, ../scss/foundation/components/_type.scss */
  .medium-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64.0625em) and (max-width: 90em) {
  /* line 162, ../scss/foundation/components/_type.scss */
  .large-only-text-left {
    text-align: left !important;
  }

  /* line 163, ../scss/foundation/components/_type.scss */
  .large-only-text-right {
    text-align: right !important;
  }

  /* line 164, ../scss/foundation/components/_type.scss */
  .large-only-text-center {
    text-align: center !important;
  }

  /* line 165, ../scss/foundation/components/_type.scss */
  .large-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64.0625em) {
  /* line 162, ../scss/foundation/components/_type.scss */
  .large-text-left {
    text-align: left !important;
  }

  /* line 163, ../scss/foundation/components/_type.scss */
  .large-text-right {
    text-align: right !important;
  }

  /* line 164, ../scss/foundation/components/_type.scss */
  .large-text-center {
    text-align: center !important;
  }

  /* line 165, ../scss/foundation/components/_type.scss */
  .large-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.0625em) and (max-width: 120em) {
  /* line 162, ../scss/foundation/components/_type.scss */
  .xlarge-only-text-left {
    text-align: left !important;
  }

  /* line 163, ../scss/foundation/components/_type.scss */
  .xlarge-only-text-right {
    text-align: right !important;
  }

  /* line 164, ../scss/foundation/components/_type.scss */
  .xlarge-only-text-center {
    text-align: center !important;
  }

  /* line 165, ../scss/foundation/components/_type.scss */
  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.0625em) {
  /* line 162, ../scss/foundation/components/_type.scss */
  .xlarge-text-left {
    text-align: left !important;
  }

  /* line 163, ../scss/foundation/components/_type.scss */
  .xlarge-text-right {
    text-align: right !important;
  }

  /* line 164, ../scss/foundation/components/_type.scss */
  .xlarge-text-center {
    text-align: center !important;
  }

  /* line 165, ../scss/foundation/components/_type.scss */
  .xlarge-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.0625em) and (max-width: 99999999em) {
  /* line 162, ../scss/foundation/components/_type.scss */
  .xxlarge-only-text-left {
    text-align: left !important;
  }

  /* line 163, ../scss/foundation/components/_type.scss */
  .xxlarge-only-text-right {
    text-align: right !important;
  }

  /* line 164, ../scss/foundation/components/_type.scss */
  .xxlarge-only-text-center {
    text-align: center !important;
  }

  /* line 165, ../scss/foundation/components/_type.scss */
  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  /* line 162, ../scss/foundation/components/_type.scss */
  .xxlarge-text-left {
    text-align: left !important;
  }

  /* line 163, ../scss/foundation/components/_type.scss */
  .xxlarge-text-right {
    text-align: right !important;
  }

  /* line 164, ../scss/foundation/components/_type.scss */
  .xxlarge-text-center {
    text-align: center !important;
  }

  /* line 165, ../scss/foundation/components/_type.scss */
  .xxlarge-text-justify {
    text-align: justify !important;
  }
}
/* Typography resets */
/* line 193, ../scss/foundation/components/_type.scss */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */
/* line 217, ../scss/foundation/components/_type.scss */
a {
  color: #ee3026;
  text-decoration: underline;
  line-height: inherit;
}
/* line 222, ../scss/foundation/components/_type.scss */
a:hover, a:focus {
  color: #333;
  text-decoration: none;
}
/* line 230, ../scss/foundation/components/_type.scss */
a img {
  border: none;
}

/* Default paragraph styles */
/* line 234, ../scss/foundation/components/_type.scss */
p {
  font-family: "DINNextLTProRegular", Arial, sans-serif;
  font-weight: normal;
  font-size: 0.75rem;
  line-height: normal;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}
/* line 242, ../scss/foundation/components/_type.scss */
p.lead {
  font-size: 0.96875rem;
  line-height: 1.6;
}
/* line 244, ../scss/foundation/components/_type.scss */
p aside {
  font-size: 0.875rem;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
/* line 252, ../scss/foundation/components/_type.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "DINNextLTProMedium", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
/* line 262, ../scss/foundation/components/_type.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #6f6f6f;
  line-height: 0;
}

/* line 269, ../scss/foundation/components/_type.scss */
h1 {
  font-size: 0.875rem;
}

/* line 270, ../scss/foundation/components/_type.scss */
h2 {
  font-size: 0.75rem;
}

/* line 271, ../scss/foundation/components/_type.scss */
h3 {
  font-size: 0.5625rem;
}

/* line 272, ../scss/foundation/components/_type.scss */
h4 {
  font-size: 0.5rem;
}

/* line 273, ../scss/foundation/components/_type.scss */
h5 {
  font-size: 0.75rem;
}

/* line 274, ../scss/foundation/components/_type.scss */
h6 {
  font-size: 1rem;
}

/* line 276, ../scss/foundation/components/_type.scss */
.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

/* line 278, ../scss/foundation/components/_type.scss */
hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0;
}

/* Helpful Typography Defaults */
/* line 287, ../scss/foundation/components/_type.scss */
em,
i {
  font-style: italic;
  line-height: inherit;
}

/* line 293, ../scss/foundation/components/_type.scss */
strong,
b {
  font-weight: bold;
  line-height: inherit;
}

/* line 299, ../scss/foundation/components/_type.scss */
small {
  font-size: 60%;
  line-height: inherit;
}

/* line 304, ../scss/foundation/components/_type.scss */
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  background-color: #f8ffa0;
  border-width: 1px;
  border-style: solid;
  border-color: #f5ff76;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

/* Lists */
/* line 316, ../scss/foundation/components/_type.scss */
ul,
ol,
dl {
  font-size: 0.75rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: "DINNextLTProRegular", Arial, sans-serif;
}

/* line 326, ../scss/foundation/components/_type.scss */
ul {
  margin-left: 1.1rem;
}
/* line 328, ../scss/foundation/components/_type.scss */
ul.no-bullet {
  margin-left: 0;
}
/* line 331, ../scss/foundation/components/_type.scss */
ul.no-bullet li ul,
ul.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

/* Unordered Lists */
/* line 344, ../scss/foundation/components/_type.scss */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
/* line 353, ../scss/foundation/components/_type.scss */
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
/* line 356, ../scss/foundation/components/_type.scss */
ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}
/* line 357, ../scss/foundation/components/_type.scss */
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}
/* line 358, ../scss/foundation/components/_type.scss */
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}
/* line 359, ../scss/foundation/components/_type.scss */
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
/* line 363, ../scss/foundation/components/_type.scss */
ol {
  margin-left: 1.4rem;
}
/* line 366, ../scss/foundation/components/_type.scss */
ol li ul,
ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* Definition Lists */
/* line 376, ../scss/foundation/components/_type.scss */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}
/* line 380, ../scss/foundation/components/_type.scss */
dl dd {
  margin-bottom: 0.75rem;
}

/* Abbreviations */
/* line 384, ../scss/foundation/components/_type.scss */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #333;
  cursor: help;
}

/* line 391, ../scss/foundation/components/_type.scss */
abbr {
  text-transform: none;
}
/* line 393, ../scss/foundation/components/_type.scss */
abbr[title] {
  border-bottom: 1px dotted #DDDDDD;
}

/* Blockquotes */
/* line 399, ../scss/foundation/components/_type.scss */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD;
}
/* line 404, ../scss/foundation/components/_type.scss */
blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #555555;
}
/* line 408, ../scss/foundation/components/_type.scss */
blockquote cite:before {
  content: "\2014 \0020";
}
/* line 412, ../scss/foundation/components/_type.scss */
blockquote cite a,
blockquote cite a:visited {
  color: #555555;
}

/* line 418, ../scss/foundation/components/_type.scss */
blockquote,
blockquote p {
  line-height: normal;
  color: #6f6f6f;
}

/* Microformats */
/* line 425, ../scss/foundation/components/_type.scss */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem;
}
/* line 431, ../scss/foundation/components/_type.scss */
.vcard li {
  margin: 0;
  display: block;
}
/* line 435, ../scss/foundation/components/_type.scss */
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem;
}

/* line 442, ../scss/foundation/components/_type.scss */
.vevent .summary {
  font-weight: bold;
}
/* line 444, ../scss/foundation/components/_type.scss */
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 455, ../scss/foundation/components/_type.scss */
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }

  /* line 456, ../scss/foundation/components/_type.scss */
  h1 {
    font-size: 1.5rem;
  }

  /* line 457, ../scss/foundation/components/_type.scss */
  h2 {
    font-size: 1.375rem;
  }

  /* line 458, ../scss/foundation/components/_type.scss */
  h3 {
    font-size: 0.875rem;
  }

  /* line 459, ../scss/foundation/components/_type.scss */
  h4 {
    font-size: 0.8125rem;
  }

  /* line 460, ../scss/foundation/components/_type.scss */
  h5 {
    font-size: 0.75rem;
  }

  /* line 461, ../scss/foundation/components/_type.scss */
  h6 {
    font-size: 1rem;
  }
}
/* small displays */
@media only screen {
  /* line 244, ../scss/foundation/components/_visibility.scss */
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  /* line 247, ../scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  /* line 251, ../scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, ../scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  /* line 259, ../scss/foundation/components/_visibility.scss */
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  /* line 262, ../scss/foundation/components/_visibility.scss */
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  /* line 265, ../scss/foundation/components/_visibility.scss */
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  /* line 268, ../scss/foundation/components/_visibility.scss */
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  /* line 271, ../scss/foundation/components/_visibility.scss */
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* medium displays */
@media only screen and (min-width: 40.0625em) {
  /* line 244, ../scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  /* line 247, ../scss/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  /* line 251, ../scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, ../scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  /* line 259, ../scss/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  /* line 262, ../scss/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  /* line 265, ../scss/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  /* line 268, ../scss/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  /* line 271, ../scss/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* large displays */
@media only screen and (min-width: 64.0625em) {
  /* line 244, ../scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  /* line 247, ../scss/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  /* line 251, ../scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, ../scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  /* line 259, ../scss/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  /* line 262, ../scss/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  /* line 265, ../scss/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  /* line 268, ../scss/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  /* line 271, ../scss/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xlarge displays */
@media only screen and (min-width: 90.0625em) {
  /* line 244, ../scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  /* line 247, ../scss/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  /* line 251, ../scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, ../scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  /* line 259, ../scss/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  /* line 262, ../scss/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  /* line 265, ../scss/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  /* line 268, ../scss/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  /* line 271, ../scss/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xxlarge displays */
@media only screen and (min-width: 120.0625em) {
  /* line 244, ../scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  /* line 247, ../scss/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  /* line 251, ../scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, ../scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  /* line 259, ../scss/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  /* line 262, ../scss/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  /* line 265, ../scss/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  /* line 268, ../scss/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  /* line 271, ../scss/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* Orientation targeting */
/* line 285, ../scss/foundation/components/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

/* line 287, ../scss/foundation/components/_visibility.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */
/* line 292, ../scss/foundation/components/_visibility.scss */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important;
}

/* line 296, ../scss/foundation/components/_visibility.scss */
thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

/* line 300, ../scss/foundation/components/_visibility.scss */
tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

/* line 304, ../scss/foundation/components/_visibility.scss */
tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

/* line 309, ../scss/foundation/components/_visibility.scss */
td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  /* line 314, ../scss/foundation/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

  /* line 316, ../scss/foundation/components/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }

  /* Specific visibility for tables */
  /* line 321, ../scss/foundation/components/_visibility.scss */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important;
  }

  /* line 325, ../scss/foundation/components/_visibility.scss */
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }

  /* line 329, ../scss/foundation/components/_visibility.scss */
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  /* line 333, ../scss/foundation/components/_visibility.scss */
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }

  /* line 338, ../scss/foundation/components/_visibility.scss */
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  /* line 344, ../scss/foundation/components/_visibility.scss */
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

  /* line 346, ../scss/foundation/components/_visibility.scss */
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }

  /* Specific visibility for tables */
  /* line 351, ../scss/foundation/components/_visibility.scss */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important;
  }

  /* line 355, ../scss/foundation/components/_visibility.scss */
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }

  /* line 359, ../scss/foundation/components/_visibility.scss */
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  /* line 363, ../scss/foundation/components/_visibility.scss */
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }

  /* line 368, ../scss/foundation/components/_visibility.scss */
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
/* line 374, ../scss/foundation/components/_visibility.scss */
.show-for-touch {
  display: none !important;
}

/* line 375, ../scss/foundation/components/_visibility.scss */
.hide-for-touch {
  display: inherit !important;
}

/* line 376, ../scss/foundation/components/_visibility.scss */
.touch .show-for-touch {
  display: inherit !important;
}

/* line 377, ../scss/foundation/components/_visibility.scss */
.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */
/* line 380, ../scss/foundation/components/_visibility.scss */
table.hide-for-touch {
  display: table !important;
}

/* line 381, ../scss/foundation/components/_visibility.scss */
.touch table.show-for-touch {
  display: table !important;
}

/* line 382, ../scss/foundation/components/_visibility.scss */
thead.hide-for-touch {
  display: table-header-group !important;
}

/* line 383, ../scss/foundation/components/_visibility.scss */
.touch thead.show-for-touch {
  display: table-header-group !important;
}

/* line 384, ../scss/foundation/components/_visibility.scss */
tbody.hide-for-touch {
  display: table-row-group !important;
}

/* line 385, ../scss/foundation/components/_visibility.scss */
.touch tbody.show-for-touch {
  display: table-row-group !important;
}

/* line 386, ../scss/foundation/components/_visibility.scss */
tr.hide-for-touch {
  display: table-row !important;
}

/* line 387, ../scss/foundation/components/_visibility.scss */
.touch tr.show-for-touch {
  display: table-row !important;
}

/* line 388, ../scss/foundation/components/_visibility.scss */
td.hide-for-touch {
  display: table-cell !important;
}

/* line 389, ../scss/foundation/components/_visibility.scss */
.touch td.show-for-touch {
  display: table-cell !important;
}

/* line 390, ../scss/foundation/components/_visibility.scss */
th.hide-for-touch {
  display: table-cell !important;
}

/* line 391, ../scss/foundation/components/_visibility.scss */
.touch th.show-for-touch {
  display: table-cell !important;
}

/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
/* line 401, ../scss/foundation/components/_visibility.scss */
.print-only {
  display: none !important;
}

@media print {
  /* line 403, ../scss/foundation/components/_visibility.scss */
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 409, ../scss/foundation/components/_visibility.scss */
  .show-for-print {
    display: block;
  }

  /* line 410, ../scss/foundation/components/_visibility.scss */
  .hide-for-print {
    display: none;
  }

  /* line 412, ../scss/foundation/components/_visibility.scss */
  table.show-for-print {
    display: table !important;
  }

  /* line 413, ../scss/foundation/components/_visibility.scss */
  thead.show-for-print {
    display: table-header-group !important;
  }

  /* line 414, ../scss/foundation/components/_visibility.scss */
  tbody.show-for-print {
    display: table-row-group !important;
  }

  /* line 415, ../scss/foundation/components/_visibility.scss */
  tr.show-for-print {
    display: table-row !important;
  }

  /* line 416, ../scss/foundation/components/_visibility.scss */
  td.show-for-print {
    display: table-cell !important;
  }

  /* line 417, ../scss/foundation/components/_visibility.scss */
  th.show-for-print {
    display: table-cell !important;
  }

  /* line 419, ../scss/foundation/components/_visibility.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 421, ../scss/foundation/components/_visibility.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 423, ../scss/foundation/components/_visibility.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 426, ../scss/foundation/components/_visibility.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 430, ../scss/foundation/components/_visibility.scss */
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }

  /* line 436, ../scss/foundation/components/_visibility.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 438, ../scss/foundation/components/_visibility.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 441, ../scss/foundation/components/_visibility.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: .5cm;
  }
  /* line 445, ../scss/foundation/components/_visibility.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 452, ../scss/foundation/components/_visibility.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 455, ../scss/foundation/components/_visibility.scss */
  .hide-on-print {
    display: none !important;
  }

  /* line 456, ../scss/foundation/components/_visibility.scss */
  .print-only {
    display: block !important;
  }

  /* line 457, ../scss/foundation/components/_visibility.scss */
  .hide-for-print {
    display: none !important;
  }

  /* line 458, ../scss/foundation/components/_visibility.scss */
  .show-for-print {
    display: inherit !important;
  }
}
/* Print visibility */
@media print {
  /* line 464, ../scss/foundation/components/_visibility.scss */
  .show-for-print {
    display: block;
  }

  /* line 465, ../scss/foundation/components/_visibility.scss */
  .hide-for-print {
    display: none;
  }

  /* line 467, ../scss/foundation/components/_visibility.scss */
  table.show-for-print {
    display: table !important;
  }

  /* line 468, ../scss/foundation/components/_visibility.scss */
  thead.show-for-print {
    display: table-header-group !important;
  }

  /* line 469, ../scss/foundation/components/_visibility.scss */
  tbody.show-for-print {
    display: table-row-group !important;
  }

  /* line 470, ../scss/foundation/components/_visibility.scss */
  tr.show-for-print {
    display: table-row !important;
  }

  /* line 471, ../scss/foundation/components/_visibility.scss */
  td.show-for-print {
    display: table-cell !important;
  }

  /* line 472, ../scss/foundation/components/_visibility.scss */
  th.show-for-print {
    display: table-cell !important;
  }
}
@font-face {
  font-family: 'icomoon';
  src: url("https://www.edex.com.au/skin/frontend/enterprise/edex/fonts/icomoon/icomoon.eot?-wwntq0");
  src: url("https://www.edex.com.au/skin/frontend/enterprise/edex/fonts/icomoon/icomoon.eot?#iefix-wwntq0") format("embedded-opentype"), url("https://www.edex.com.au/skin/frontend/enterprise/edex/fonts/icomoon/icomoon.woff") format("woff"), url("https://www.edex.com.au/skin/frontend/enterprise/edex/fonts/icomoon/icomoon.ttf") format("truetype"), url("https://www.edex.com.au/skin/frontend/enterprise/edex/fonts/icomoon/icomoon.svg?-wwntq0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 4, ../scss/icomoon/_icons.scss */
.im {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 18, ../scss/icomoon/_icons.scss */
.im-check-alt::before {
  content: '\e600';
}

/* line 22, ../scss/icomoon/_icons.scss */
.im-notice::before {
  content: '\e601';
}

/* line 26, ../scss/icomoon/_icons.scss */
.im-cancel::before {
  content: '\e60a';
}

/* line 30, ../scss/icomoon/_icons.scss */
.im-check::before {
  content: '\e603';
}

/* line 34, ../scss/icomoon/_icons.scss */
.im-facebook::before {
  content: '\e605';
}

/* line 38, ../scss/icomoon/_icons.scss */
.im-chat::before {
  content: '\e609';
}

/* line 42, ../scss/icomoon/_icons.scss */
.im-phone::before {
  content: '\e608';
}

/* line 46, ../scss/icomoon/_icons.scss */
.im-arrow-right::before {
  content: '\e607';
}

/* line 50, ../scss/icomoon/_icons.scss */
.im-arrow-left::before {
  content: '\e606';
}

/* line 54, ../scss/icomoon/_icons.scss */
.im-list::before {
  content: '\e602';
}

/* line 58, ../scss/icomoon/_icons.scss */
.im-grid::before {
  content: '\e604';
}

/* line 62, ../scss/icomoon/_icons.scss */
.im-select-arrows::before {
  content: '\e60b';
}

/* line 66, ../scss/icomoon/_icons.scss */
.im-afterpay-logo::before {
  content: '\e900';
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-moz-keyframes slideLeft {
  0% {
    transform: translate3d(50px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes slideTop {
  0% {
    transform: translate3d(0, -50px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes slideLeft {
  0% {
    transform: translate3d(50px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideTop {
  0% {
    transform: translate3d(0, -50px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes slideLeft {
  0% {
    transform: translate3d(50px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideTop {
  0% {
    transform: translate3d(0, -50px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
/* line 16, ../scss/components/_ribbons.scss */
.ribbon {
  background: #70c3e0;
  color: #fff;
  padding: 10px 0;
  transition: background-color .3s ease-in-out;
}
/* line 23, ../scss/components/_ribbons.scss */
.ribbon:hover {
  background: #46b1d7;
}
/* line 27, ../scss/components/_ribbons.scss */
.ribbon a {
  color: inherit;
  text-decoration: none;
}
/* line 32, ../scss/components/_ribbons.scss */
.ribbon b {
  font-family: "DINNextLTProBold", Arial, sans-serif;
}
/* line 36, ../scss/components/_ribbons.scss */
.ribbon .content {
  display: block;
  text-align: center;
}
/* line 41, ../scss/components/_ribbons.scss */
.ribbon .text,
.ribbon .im {
  display: inline-block;
  vertical-align: middle;
}
/* line 47, ../scss/components/_ribbons.scss */
.ribbon .text {
  color: inherit;
  text-decoration: none;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
/* line 58, ../scss/components/_ribbons.scss */
.ribbon.-afterpay {
  padding: 6px 0 10px;
}
/* line 62, ../scss/components/_ribbons.scss */
.ribbon.-afterpay .text {
  padding-top: 8px;
}
/* line 66, ../scss/components/_ribbons.scss */
.ribbon.-afterpay .im-afterpay-logo {
  margin-bottom: -10px;
  margin-left: 30px;
  font-size: 34px;
}

/* line 1, ../scss/components/_links.scss */
a {
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
  font: 400 13px "DINNextLTProRegular", Arial, sans-serif;
}
/* line 4, ../scss/components/_links.scss */
a.type-1 {
  color: #b2c000;
}
/* line 6, ../scss/components/_links.scss */
a.type-1:hover {
  color: #6d6d6d;
}

/* line 1, ../scss/components/_buttons.scss */
button::-moz-focus-inner {
  margin: -1px;
  padding: 0;
  border-width: 1px;
}

/* line 2, ../scss/components/_buttons.scss */
.button, button {
  text-transform: uppercase;
  transition: 0.3s;
  height: 28px;
  font-size: 14px;
  line-height: 20px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  position: relative;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #b2c000;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c2cd32), to(#b2c000));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #c2cd32, #b2c000);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #c2cd32, #b2c000);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #c2cd32, #b2c000);
  /* IE10 */
  background-image: -o-linear-gradient(top, #c2cd32, #b2c000);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #c2cd32, #b2c000);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#c2cd32', EndColorStr='#b2c000');
}
/* line 15, ../scss/components/_buttons.scss */
.button:hover, button:hover {
  background: #a0ac00;
  border-color: #909b00;
  color: #fff;
}
/* line 20, ../scss/components/_buttons.scss */
.button.fixed, button.fixed {
  width: 145px;
}
/* line 23, ../scss/components/_buttons.scss */
.button.small, button.small {
  height: 23px;
  font-size: 11px;
  line-height: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}
/* line 30, ../scss/components/_buttons.scss */
.button.style-1, button.style-1 {
  background: #8a7359;
  border-color: #5b4c3b;
  padding-left: 25px;
  padding-right: 25px;
}
/* line 35, ../scss/components/_buttons.scss */
.button.style-1.back:before, button.style-1.back:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  border-right: 5px solid white;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  margin: 3px 5px 5px 0;
}
/* line 44, ../scss/components/_buttons.scss */
.button.style-1:hover, button.style-1:hover {
  background: #292929;
  border-color: #46350c;
}
/* line 49, ../scss/components/_buttons.scss */
.button.style-2, button.style-2 {
  background: #e42312;
  border-color: #e94f41;
  padding-left: 13px;
  padding-right: 13px;
}
/* line 54, ../scss/components/_buttons.scss */
.button.style-2:hover, button.style-2:hover {
  background: #cd1f10;
  border-color: #cd1f10;
}
/* line 59, ../scss/components/_buttons.scss */
.button.notify, button.notify {
  background: #3c3c3c;
  border-color: #000000;
  text-shadow: 1px 1px #000000;
  height: 23px;
  font-size: 11px;
  line-height: 15px;
  padding-left: 13px;
  padding-right: 13px;
}
/* line 68, ../scss/components/_buttons.scss */
.button.notify.small, button.notify.small {
  padding: 5px 7px;
}
/* line 71, ../scss/components/_buttons.scss */
.button.notify:hover, button.notify:hover {
  background: #cd1f10;
  border-color: #a11c10;
}
/* line 76, ../scss/components/_buttons.scss */
.button.type-link, button.type-link {
  background: none;
  text-transform: none;
  color: #333;
  font-family: "DINNextLTProRegular", Arial, sans-serif;
  text-shadow: none;
}

/* line 84, ../scss/components/_buttons.scss */
.out-of-stock-btn {
  background: #d9d9d9;
  padding: 0 43px;
  height: 21px;
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.21);
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  font: 13px/24px "DINNextLTProMedium", Arial, sans-serif;
}
/* line 94, ../scss/components/_buttons.scss */
.out-of-stock-btn:hover {
  background: #b1b1b1;
}

/* line 98, ../scss/components/_buttons.scss */
.buy {
  color: #b2c000;
  font: 12px "DINNextLTProBold", Arial, sans-serif;
  text-decoration: underline;
  text-transform: uppercase;
  background: none;
  text-shadow: none;
}
/* line 105, ../scss/components/_buttons.scss */
.buy:hover {
  color: #a0ac00;
  text-decoration: underline;
}

/* line 1, ../scss/components/_form.scss */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
select {
  height: 31px;
}
/* line 40, ../scss/components/_skin-mixins.scss */
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="color"]:-moz-placeholder,
select:-moz-placeholder {
  color: #666;
  font-size: 12px;
}
/* line 41, ../scss/components/_skin-mixins.scss */
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
select::-moz-placeholder {
  color: #666;
  font-size: 12px;
}
/* line 42, ../scss/components/_skin-mixins.scss */
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #666;
  font-size: 12px;
}
/* line 43, ../scss/components/_skin-mixins.scss */
input[type="text"] :-ms-input-placeholder,
input[type="password"] :-ms-input-placeholder,
input[type="date"] :-ms-input-placeholder,
input[type="datetime"] :-ms-input-placeholder,
input[type="datetime-local"] :-ms-input-placeholder,
input[type="month"] :-ms-input-placeholder,
input[type="week"] :-ms-input-placeholder,
input[type="email"] :-ms-input-placeholder,
input[type="number"] :-ms-input-placeholder,
input[type="search"] :-ms-input-placeholder,
input[type="tel"] :-ms-input-placeholder,
input[type="time"] :-ms-input-placeholder,
input[type="url"] :-ms-input-placeholder,
input[type="color"] :-ms-input-placeholder,
select :-ms-input-placeholder {
  color: #666;
  font-size: 12px;
}

/* line 23, ../scss/components/_form.scss */
select {
  font: 0.8125rem "DINNextLTProRegular", Arial, sans-serif;
  background-color: #fefefe;
  display: block;
  margin: 0;
  padding: 5px;
  text-indent: 3px;
  text-overflow: "";
  outline: none;
  border: 1px solid #d5d5d5;
  color: #3c3e3b;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 37, ../scss/components/_form.scss */
.custom-select {
  position: relative;
  display: block;
  border: 1px solid #c6a580;
  color: #3c3e3b;
  font: 14px "DINNextLTProRegular", Arial, sans-serif;
}
/* line 43, ../scss/components/_form.scss */
.custom-select select {
  border: 0;
  font: 0.8125rem "DINNextLTProRegular", Arial, sans-serif;
  background-image: none;
  background-color: #fefefe;
  display: block;
  height: 30px;
  margin: 0;
  padding: 5px 33px 5px 5px;
  text-indent: 3px;
  text-overflow: "";
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 59, ../scss/components/_form.scss */
.custom-select select::-ms-expand {
  display: none;
}
/* line 62, ../scss/components/_form.scss */
.custom-select select:hover {
  background-color: #fff;
}
/* line 66, ../scss/components/_form.scss */
.custom-select:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 8px;
  margin-left: -7px;
  margin-top: -3px;
  pointer-events: none;
  border-top: 7px solid #8a7359;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}
/* line 78, ../scss/components/_form.scss */
.custom-select:before {
  content: '';
  background: #c6a580;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 31px;
  pointer-events: none;
}
/* line 89, ../scss/components/_form.scss */
.custom-select.disabled:after {
  color: #989898;
}

/* line 95, ../scss/components/_form.scss */
label {
  font-family: "DINNextLTProRegular", Arial, sans-serif;
  display: inline;
}
/* line 98, ../scss/components/_form.scss */
label .required {
  color: #e42312;
}

/* line 104, ../scss/components/_form.scss */
input[type="radio"] {
  visibility: hidden;
  position: absolute;
  z-index: -1;
}
/* line 109, ../scss/components/_form.scss */
input[type="radio"] + label {
  position: relative;
  margin: 0;
  padding: 0 0 0 25px;
  font: 13px "DINNextLTProMedium", Arial, sans-serif;
  vertical-align: top;
}
/* line 115, ../scss/components/_form.scss */
input[type="radio"] + label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #dedede;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 129, ../scss/components/_form.scss */
input[type="radio"]:checked + label:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  width: 13px;
  height: 13px;
  border: 3px solid #fff;
  border-radius: 100%;
  background-color: #ee3026;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 146, ../scss/components/_form.scss */
input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
  z-index: -1;
}
/* line 151, ../scss/components/_form.scss */
input[type="checkbox"] + label {
  position: relative;
  margin: 0;
  padding: 0 0 0 25px;
  font: 13px "DINNextLTProMedium", Arial, sans-serif;
  vertical-align: top;
}
/* line 157, ../scss/components/_form.scss */
input[type="checkbox"] + label:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #dedede;
  background: #fff;
  top: -1px;
  left: 0;
}
/* line 169, ../scss/components/_form.scss */
input[type="checkbox"]:checked + label:after {
  content: "";
  font-family: 'icomoon';
  position: absolute;
  left: 2px;
  top: 1px;
  color: #ee3026;
  font-size: 15px;
}

/* line 181, ../scss/components/_form.scss */
.placeholder-wr {
  position: relative;
}
/* line 183, ../scss/components/_form.scss */
.placeholder-wr .placeholder-text {
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px;
  font-size: 12px;
  color: #666;
  width: 100%;
  max-width: 245px;
  box-sizing: border-box;
  height: 100%;
  pointer-events: none;
}

/* line 200, ../scss/components/_form.scss */
.validation-error input,
.validation-error select,
.validation-error textarea {
  border-color: #f69c97;
}

/* Form Validation */
/* line 208, ../scss/components/_form.scss */
.validation-advice {
  clear: both;
  font-size: 11px !important;
  padding: 0 !important;
  color: #d91a00 !important;
}

/* line 214, ../scss/components/_form.scss */
.product-options .validation-error .options-list,
.validation-failed {
  border: 1px solid #f47d4e !important;
  background: #fff7f5 !important;
}

/* line 219, ../scss/components/_form.scss */
.required em {
  color: #f15c22;
  margin-right: 4px;
  font-style: normal;
}

/* line 224, ../scss/components/_form.scss */
.form-list .validation-advice {
  width: 250px;
  margin-right: -250px;
}

/* line 231, ../scss/components/_form.scss */
.form-search {
  position: relative;
}
/* line 234, ../scss/components/_form.scss */
.form-search input[type="text"],
.form-search input[type="search"] {
  margin: 0;
  background: #c6a580;
  border: 0 none;
  box-shadow: none;
  font: 400 12px "DINNextLTProRegular", Arial, sans-serif;
  color: #e42312;
  height: 30px;
}
/* line 245, ../scss/components/_form.scss */
.form-search .search-button {
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  height: 30px;
  width: 30px;
  z-index: 2;
}
/* line 255, ../scss/components/_form.scss */
.form-search .sprite-icon {
  position: absolute;
  top: 7px;
  right: 12px;
  height: 16px;
  width: 16px;
  z-index: 1;
}

/* line 1, ../scss/components/_tabs.scss */
.tabs {
  border-bottom: 1px solid #ece3d7;
  bottom: -1px;
}
/* line 5, ../scss/components/_tabs.scss */
.tabs .tab-title {
  margin-left: 50px;
}
/* line 7, ../scss/components/_tabs.scss */
.tabs .tab-title:first-child {
  margin-left: 0;
}
/* line 10, ../scss/components/_tabs.scss */
.tabs .tab-title a {
  text-decoration: none;
  text-transform: uppercase;
  line-height: 54px;
}
/* line 14, ../scss/components/_tabs.scss */
.tabs .tab-title a:after {
  -webkit-transition: width 0.25s ease-out, border-color 0.25s ease-out;
  transition: width 0.25s ease-out, border-color 0.25s ease-out;
  content: '';
  border-bottom: 4px solid #b2c000;
  height: 0;
  width: 0;
  position: absolute;
  bottom: -1px;
  left: 0;
}
/* line 25, ../scss/components/_tabs.scss */
.tabs .tab-title a:hover:after {
  border-color: #db5353;
  width: 30%;
}
/* line 32, ../scss/components/_tabs.scss */
.tabs .tab-title.active a {
  border-color: #b2c000;
  position: relative;
}
/* line 35, ../scss/components/_tabs.scss */
.tabs .tab-title.active a:after {
  width: 100%;
  border-color: #b2c000;
}

/* Tools */
/* line 2, ../scss/_extra-classes.scss */
.hidden {
  display: block !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

/* line 3, ../scss/_extra-classes.scss */
.nobr {
  white-space: nowrap !important;
}

/* line 4, ../scss/_extra-classes.scss */
.wrap {
  white-space: normal !important;
}

/* line 5, ../scss/_extra-classes.scss */
.a-left {
  text-align: left !important;
}

/* line 6, ../scss/_extra-classes.scss */
.a-center {
  text-align: center !important;
}

/* line 7, ../scss/_extra-classes.scss */
.a-right {
  text-align: right !important;
}

/* line 8, ../scss/_extra-classes.scss */
.v-top {
  vertical-align: top;
}

/* line 9, ../scss/_extra-classes.scss */
.v-middle {
  vertical-align: middle;
}

/* line 10, ../scss/_extra-classes.scss */
.f-left,
.left {
  float: left !important;
}

/* line 12, ../scss/_extra-classes.scss */
.f-right,
.right {
  float: right !important;
}

/* line 14, ../scss/_extra-classes.scss */
.f-none {
  float: none !important;
}

/* line 15, ../scss/_extra-classes.scss */
.f-fix {
  float: left;
  width: 100%;
}

/* line 16, ../scss/_extra-classes.scss */
.no-display {
  display: none;
}

/* line 17, ../scss/_extra-classes.scss */
.no-margin {
  margin: 0 !important;
}

/* line 18, ../scss/_extra-classes.scss */
.no-padding {
  padding: 0 !important;
}

/* line 19, ../scss/_extra-classes.scss */
.no-bg {
  background: none !important;
}

/* line 20, ../scss/_extra-classes.scss */
.d-inlb {
  display: inline-block;
}

/* ======================================================================================= */
/* Layout ================================================================================ */
/* line 25, ../scss/_extra-classes.scss */
.page {
  width: 940px;
  margin: 0 auto;
}

/* line 26, ../scss/_extra-classes.scss */
.page-print {
  background: #fff;
  padding: 20px;
  text-align: left;
}

/* line 27, ../scss/_extra-classes.scss */
.page-popup {
  padding: 20px;
  text-align: left;
}

/* line 28, ../scss/_extra-classes.scss */
.page-empty {
  background: #fff;
  padding: 20px;
  text-align: left;
}

/* .main { margin:0 0 14px; min-height:350px; background-image:url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/bkg_cols.gif); background-color:#fff; background-repeat:repeat-y; border:1px solid #cfcfcf; text-align:left; } */
/* line 30, ../scss/_extra-classes.scss */
.sidebar {
  min-height: 350px;
}

/* Base Columns */
/* line 33, ../scss/_extra-classes.scss */
.col-left {
  float: left;
  width: 182px;
  padding: 0 0 0;
  margin: 0 0 -1px;
}

/* line 34, ../scss/_extra-classes.scss */
.col-right {
  float: right;
  width: 176px;
  padding: 0 18px;
  margin: 0;
}

/* 1 Column Layout */
/* line 37, ../scss/_extra-classes.scss */
.col1-layout {
  background-position: -1000px 0;
}

/* line 38, ../scss/_extra-classes.scss */
.col1-layout .col-main {
  float: none;
  width: auto;
}

/* 2 Columns Layout */
/* line 41, ../scss/_extra-classes.scss */
.col2-left-layout {
  background-position: -573px 0;
}

/* line 42, ../scss/_extra-classes.scss */
.col2-left-layout .col-main {
  padding: 0 15px 0 18px;
}

/* line 43, ../scss/_extra-classes.scss */
.col2-right-layout {
  background-position: 573px 0;
}

/* 3 Columns Layout */
/* line 47, ../scss/_extra-classes.scss */
.col3-layout {
  background-position: 0 0;
}

/* line 48, ../scss/_extra-classes.scss */
.col3-layout .col-main {
  width: 532px;
  margin-left: 1px;
  display: inline;
}

/* line 49, ../scss/_extra-classes.scss */
.col3-layout .col-wrapper {
  float: left;
  width: 755px;
}

/* line 50, ../scss/_extra-classes.scss */
.col3-layout .col-wrapper .col-main {
  float: right;
}

/* Content Columns */
/* line 53, ../scss/_extra-classes.scss */
.col2-set .col-1 {
  float: left;
  width: 49%;
}

/* line 54, ../scss/_extra-classes.scss */
.col2-set .col-2 {
  float: right;
  width: 49%;
}

/* line 55, ../scss/_extra-classes.scss */
.col2-set .narrow {
  width: 33%;
}

/* line 56, ../scss/_extra-classes.scss */
.col2-set .wide {
  width: 65%;
}

/* line 58, ../scss/_extra-classes.scss */
.col3-set .col-1 {
  float: left;
  width: 32%;
}

/* line 59, ../scss/_extra-classes.scss */
.col3-set .col-2 {
  float: left;
  width: 32%;
  margin-left: 2%;
}

/* line 60, ../scss/_extra-classes.scss */
.col3-set .col-3 {
  float: right;
  width: 32%;
}

/* line 62, ../scss/_extra-classes.scss */
.col4-set .col-1 {
  float: left;
  width: 23.5%;
}

/* line 63, ../scss/_extra-classes.scss */
.col4-set .col-2 {
  float: left;
  width: 23.5%;
  margin: 0 2%;
}

/* line 64, ../scss/_extra-classes.scss */
.col4-set .col-3 {
  float: left;
  width: 23.5%;
}

/* line 65, ../scss/_extra-classes.scss */
.col4-set .col-4 {
  float: right;
  width: 23.5%;
}

/* ======================================================================================= */
/* line 1, ../scss/_global-style.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 6, ../scss/_global-style.scss */
:focus {
  outline: 0;
}

/* line 9, ../scss/_global-style.scss */
body {
  background: #f3eee8 url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/header-main-site.png) center 0 repeat-x;
  padding-top: 40px;
  min-width: 1056px;
}

/* line 14, ../scss/_global-style.scss */
p {
  padding: 0;
  margin: 0;
  font-weight: normal;
}
/* line 18, ../scss/_global-style.scss */
p.back-link {
  padding: 12px 0 12px 7px;
  text-align: left;
  margin: 0;
  border-top: 1px solid #e8e8e8;
  font: 13px "DINNextLTProMedium", Arial, sans-serif;
  clear: both;
  overflow: hidden;
}
/* line 27, ../scss/_global-style.scss */
p.back-link .button.fixed {
  width: 160px;
  float: left;
  margin-right: 10px;
}

/* line 35, ../scss/_global-style.scss */
ul, ol, ul li ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 39, ../scss/_global-style.scss */
ul#admin_messages, ol#admin_messages, ul li ul#admin_messages {
  color: #3b8329;
  word-wrap: break-word;
  text-align: center;
  background-color: #e4f4e0;
}

/* line 46, ../scss/_global-style.scss */
fieldset {
  border: 0;
}

/* line 50, ../scss/_global-style.scss */
h1.style-1 {
  color: #46350c;
}
/* line 53, ../scss/_global-style.scss */
h1.style-2 {
  color: #46350c;
  font: 400 39px "DINNextLTProRegular", Arial, sans-serif;
}

/* line 59, ../scss/_global-style.scss */
h2.style-1 {
  font: 400 19px "DINNextLTProRegular", Arial, sans-serif;
  color: #46350c;
}

/* line 65, ../scss/_global-style.scss */
h3.style-1 {
  color: #ee342a;
  text-transform: uppercase;
}
/* line 69, ../scss/_global-style.scss */
h3.style-2 {
  background: #faf7f3;
  padding: 6px 10px 4px;
}

/* line 75, ../scss/_global-style.scss */
h4.style-1 {
  color: #e32930;
  font-size: 14px;
}
/* line 79, ../scss/_global-style.scss */
h4.style-2 {
  font-size: 14px;
}

/* line 83, ../scss/_global-style.scss */
.c-heading-st-1 {
  color: #e42312;
  font-size: 25px;
  text-transform: uppercase;
}

/* line 89, ../scss/_global-style.scss */
.c-heading-st-2 {
  color: #362f2d;
  font-size: 25px;
}

/* line 94, ../scss/_global-style.scss */
.c-heading-st-3 {
  color: #362f2d;
  font-size: 16px;
}

/* line 99, ../scss/_global-style.scss */
.home-block-title {
  padding: 10px 0 15px;
  margin: 0;
  font-family: "DINNextLTProBold", Arial, sans-serif;
  font-size: 25px;
  text-align: center;
  color: #e42312;
  position: relative;
  text-transform: uppercase;
}
/* line 108, ../scss/_global-style.scss */
.home-block-title span {
  background: #fff;
  display: inline-block;
  vertical-align: top;
  padding: 0 13px;
  position: relative;
  z-index: 1;
}
/* line 116, ../scss/_global-style.scss */
.home-block-title:after {
  content: '';
  background: #deccb6;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
}

/* line 129, ../scss/_global-style.scss */
table.data-table thead {
  font-family: "DINNextLTProMedium", Arial, sans-serif;
}
/* line 132, ../scss/_global-style.scss */
table.data-table tbody td {
  border-bottom: 1px solid #eee;
  font-family: "DINNextLTProRegular", Arial, sans-serif;
}

/* line 138, ../scss/_global-style.scss */
.buttons-set p.required {
  display: inline-block;
  margin: 8px 5px 0 10px;
  font-size: 11px;
  color: #ee3026;
}

/* line 145, ../scss/_global-style.scss */
.account-login .form-list:after, .wishlist-management .table-caption:after, .product-options dt:after, #bundleProduct:after, .events-slider:after, .product-image-popup .nav:after, .gift-item:after, .block-content:after, .block-list li.item:after, .block-poll li:after, .currently li:after, .order-info:after, .top-cart .actions:after, .header .quick-access:after, .product-view .box-related li.item:after, .bundle-summary .product:after, .collateral-tabs:after, .block-cart .block-content .item:after, .clearer:after, .header-container:after, .header-container .top-container:after, .header:after, .header-panel:after, .main:after, .footer-before-container:after, .footer-container:after, .footer:after, .col-main:after, .col2-set:after, .col3-set:after, .col4-set:after, .search-autocomplete li:after, .block li.item:after, .block .actions:after, .mini-products-list li:after, .cms-index-index .block-featured li.item:after, .title-buttons:after, .pager:after, .sorter:after, .ratings:after, .add-to-box:after, .add-to-cart:after, .products-grid:after, .products-list li.item:after, .product-view:after, .product-view .product-img-box .more-views ul:after, .product-view .box-tags .form-add-tags:after, .product-options .options-list li:after, .options-container-small .product-options:after, .product-options-bottom:after, .product-review:after, .box-collateral:after, .box-collateral .box-content:after, .collateral-tabs .tab-content:after, .account-login:after, .cart .cart-collaterals:after, .cart:after, .opc .step-title:after, .checkout-progress:after, .form-list li:after, .form-list li.fields .field:after, .clearfix:after, .buttons-set:after, .buttons-set2:after, .page-print .print-head:after, .new-product-spotlight .more-new .item:after, .addresses-list .col-2 li:after, .product-view .product-shop:after, .productsSocialBtn:after, .price-box-wrapper:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

/* line 156, ../scss/_global-style.scss */
.messages {
  width: 100%;
  overflow: hidden;
  text-align: left;
  margin: 10px 0;
}
/* line 161, ../scss/_global-style.scss */
.messages li span {
  position: relative;
}
/* line 164, ../scss/_global-style.scss */
.messages li {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  text-align: center;
}
/* line 169, ../scss/_global-style.scss */
.messages li.error-msg {
  background-color: #fbcfcd;
  color: #e42312;
}
/* line 172, ../scss/_global-style.scss */
.messages li.error-msg a {
  color: #fc390c;
}
/* line 175, ../scss/_global-style.scss */
.messages li.error-msg ul li span:before {
  color: #fc390c;
  content: "";
  font-family: 'icomoon';
  font-size: 19px;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 185, ../scss/_global-style.scss */
.messages li.success-msg {
  background-color: #fafbf0;
  color: #292929;
}
/* line 188, ../scss/_global-style.scss */
.messages li.success-msg a {
  color: #292929;
}
/* line 191, ../scss/_global-style.scss */
.messages li.success-msg ul li span:before {
  color: #b2c000;
  content: "";
  font-family: 'icomoon';
  font-size: 17px;
  position: absolute;
  left: 0;
  top: 1px;
}
/* line 201, ../scss/_global-style.scss */
.messages li.note-msg, .messages li.notice-msg {
  border-color: #fcd344;
  background-color: #b2c000;
  color: #fff;
}
/* line 205, ../scss/_global-style.scss */
.messages li.note-msg a, .messages li.notice-msg a {
  color: #fff;
}
/* line 210, ../scss/_global-style.scss */
.messages ul {
  padding: 8px 17px 5px;
  position: relative;
  margin: 0;
  list-style: none;
  font: 12px "DINNextLTProBold", Arial, sans-serif;
}
/* line 216, ../scss/_global-style.scss */
.messages ul li span {
  display: inline-block;
  padding: 4px 0 4px 25px;
}
/* line 221, ../scss/_global-style.scss */
.messages a {
  text-decoration: underline;
}
/* line 223, ../scss/_global-style.scss */
.messages a:hover {
  text-decoration: none;
}

/* line 229, ../scss/_global-style.scss */
.availability {
  font: 400 12px "DINNextLTProRegular", Arial, sans-serif;
}
/* line 231, ../scss/_global-style.scss */
.availability span {
  font-weight: bold;
  text-transform: capitalize;
  color: #ee3026;
}
/* line 237, ../scss/_global-style.scss */
.availability.in-stock span {
  color: #b2c000;
}

/* line 242, ../scss/_global-style.scss */
.forgot-left .messages {
  margin: 0 !important;
}

/* line 245, ../scss/_global-style.scss */
p.error-msg {
  border-style: solid !important;
  padding: 10px;
  border-width: 1px !important;
  font-size: 12px !important;
  margin: 10px 0;
  border-color: #e9581f;
  background-color: #fbcfcd;
  color: #e42312;
}

/* line 255, ../scss/_global-style.scss */
.std .messages {
  margin-top: 0;
  width: auto;
  list-style: none !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
}
/* line 261, ../scss/_global-style.scss */
.std .messages ul {
  list-style: none !important;
  padding-left: 17px !important;
  margin: 0 0 !important;
}

/* line 269, ../scss/_global-style.scss */
.sliderWr {
  padding-bottom: 10px;
}

/* line 272, ../scss/_global-style.scss */
.sliderTopNavigation {
  border-bottom: 0;
}

/* line 275, ../scss/_global-style.scss */
.sliderTopNavigation li {
  float: left;
  margin: 0 10px 0 0;
  font-family: "DINNextLTProMedium", Arial, sans-serif;
  font-size: 16px;
  display: block;
  height: 37px;
  padding: 0 50px;
  background-color: #d7c0a6;
  line-height: 40px;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  text-transform: capitalize;
}
/* line 289, ../scss/_global-style.scss */
.sliderTopNavigation li.current {
  position: relative;
  z-index: 10;
  padding: 0 50px;
  height: 38px;
  background: #e42312;
  color: #fff;
  cursor: default;
}
/* line 297, ../scss/_global-style.scss */
.sliderTopNavigation li.current:before {
  position: absolute;
  left: 50%;
  bottom: -17px;
  margin-left: -12px;
  content: '';
  border-top: 17px solid #e42312;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

/* line 310, ../scss/_global-style.scss */
.sliderTopNavigation:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
}

/* line 319, ../scss/_global-style.scss */
.sliderCaruselWr ul:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
}

/* line 328, ../scss/_global-style.scss */
.sliderCaruselWr .box.visible {
  display: block;
}

/* line 334, ../scss/_global-style.scss */
.sidebar .block {
  margin-bottom: 7px;
  border-bottom: none;
  background: #faf8f5;
}
/* line 338, ../scss/_global-style.scss */
.sidebar .block .block-title {
  padding: 6px 0 6px;
  margin-bottom: 12px;
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/block-title-bg.png") #e8e1d7 no-repeat center bottom;
  border: none;
  font-family: "DINNextLTProMedium", Arial, sans-serif;
  font-size: 18px;
  color: #46350c;
  text-align: center;
}
/* line 347, ../scss/_global-style.scss */
.sidebar .block .block-title strong {
  font-weight: normal;
}
/* line 349, ../scss/_global-style.scss */
.sidebar .block .block-title strong small {
  font-size: 12px;
  color: #777;
}
/* line 355, ../scss/_global-style.scss */
.sidebar .block .block-subtitle {
  font-size: 12px;
  text-transform: uppercase;
  color: #362f2d;
  font-family: "DINNextLTProMedium", Arial, sans-serif;
  line-height: 10px;
}
/* line 362, ../scss/_global-style.scss */
.sidebar .block h3 {
  font-size: 1em;
  font-weight: bold;
  color: #555;
}
/* line 367, ../scss/_global-style.scss */
.sidebar .block .block-content {
  padding: 10px 17px 17px;
  color: #555;
  font-family: "DINNextLTProRegular", Arial, sans-serif;
}
/* line 371, ../scss/_global-style.scss */
.sidebar .block .block-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: "DINNextLTProRegular", Arial, sans-serif;
  font-size: 12px;
}
/* line 377, ../scss/_global-style.scss */
.sidebar .block .block-content ul a {
  font-family: "DINNextLTProRegular", Arial, sans-serif;
  font-size: 12px;
}
/* line 383, ../scss/_global-style.scss */
.sidebar .block .btn-remove {
  color: #222;
  margin-right: 3px;
}
/* line 386, ../scss/_global-style.scss */
.sidebar .block .btn-remove a {
  color: #222 !important;
  text-decoration: none !important;
}
/* line 391, ../scss/_global-style.scss */
.sidebar .block .actions {
  margin: 2px 0 0;
  text-align: right;
}
/* line 394, ../scss/_global-style.scss */
.sidebar .block .actions a {
  float: left;
  color: #999;
  margin-top: 3px;
}
/* line 399, ../scss/_global-style.scss */
.sidebar .block .actions button.button {
  float: right;
}
/* line 404, ../scss/_global-style.scss */
.sidebar .block li a.btn-previous, .sidebar .block li a.btn-remove {
  float: right;
  width: 13px;
  height: 0;
  padding-top: 12px;
  margin-top: 3px;
  overflow: hidden;
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/bkg_icon-back.png") no-repeat 0 0;
}
/* line 413, ../scss/_global-style.scss */
.sidebar .block li a.btn-remove {
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/btn_remove.gif") no-repeat 0 0;
}
/* line 418, ../scss/_global-style.scss */
.sidebar .block-account {
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/block-title-bg.png") no-repeat center bottom #fdfcfb;
  border: none;
  margin-bottom: 20px;
  padding-bottom: 2px;
}
/* line 423, ../scss/_global-style.scss */
.sidebar .block-account .block-content {
  padding: 0 0 15px;
}
/* line 426, ../scss/_global-style.scss */
.sidebar .block-account li {
  margin-bottom: 1px;
  background: none;
  font-size: 12px;
  padding: 0;
}
/* line 431, ../scss/_global-style.scss */
.sidebar .block-account li a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 7px 0 7px 15px;
  transition: all 0.3s linear 0s;
}
/* line 438, ../scss/_global-style.scss */
.sidebar .block-account li a:hover {
  color: #ee3026;
  background-color: #e8e1d7;
  text-decoration: none;
  transition: all 0.3s linear 0s;
}
/* line 446, ../scss/_global-style.scss */
.sidebar .block-account li.current {
  font-weight: bold;
  background: none;
  border: none;
  border-width: 1px 0;
  color: #ee3026;
  padding: 7px 0 7px 15px;
  margin: 0 0 1px;
}
/* line 455, ../scss/_global-style.scss */
.sidebar .block-account li.last {
  border-bottom: 0;
  background-image: none;
}

/* line 462, ../scss/_global-style.scss */
.col-main .block {
  background: #fff;
}
/* line 464, ../scss/_global-style.scss */
.col-main .block .block-title {
  background: #e7e7e7 url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/bkg_block-title.gif") repeat-x 0 0;
  border: 1px solid #e1e1e1;
  padding: 5px;
  margin: 0 -1px;
}
/* line 469, ../scss/_global-style.scss */
.col-main .block .block-title h2 {
  font-size: 14px;
  line-height: 1.2;
  color: #000333;
  font-weight: bold;
}
/* line 475, ../scss/_global-style.scss */
.col-main .block .block-title h3 {
  font-size: 14px;
  line-height: 1.2;
  color: #000333;
  font-weight: bold;
}
/* line 482, ../scss/_global-style.scss */
.col-main .block .block-content {
  padding: 20px;
}

/* line 489, ../scss/_global-style.scss */
.window-overlay {
  position: fixed;
  left: 0;
  top: 0;
  background: url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/loginPopupBg.png) repeat 0 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 990;
  display: none;
}
/* line 498, ../scss/_global-style.scss */
.window-overlay.active {
  display: block;
}

/* line 502, ../scss/_global-style.scss */
.popup-block {
  position: absolute;
  left: 50%;
  top: 120px;
  margin: 0 0 0 -215px;
  padding: 30px;
  width: 560px;
  background-color: white;
  z-index: 999;
  border: 1px solid #dfd8cf;
  display: none;
}
/* line 513, ../scss/_global-style.scss */
.popup-block.active {
  display: block;
}
/* line 516, ../scss/_global-style.scss */
.popup-block .block-title {
  height: 38px;
  background: url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/border-title-pop-up.png) #e8e1d7 no-repeat center bottom;
  font: 19px/38px "DINNextLTProBold", Arial, sans-serif;
  color: #333;
  text-align: center;
}
/* line 522, ../scss/_global-style.scss */
.popup-block .block-title strong {
  font: 19px/38px "DINNextLTProBold", Arial, sans-serif;
  color: #333;
}
/* line 527, ../scss/_global-style.scss */
.popup-block .block-content {
  padding: 20px 25px;
  background-color: #fcfaf8;
}
/* line 531, ../scss/_global-style.scss */
.popup-block .block-content .form-list label {
  float: left;
  width: 150px;
  padding-top: 4px;
  margin: 0 0 10px 0;
  font: 13px "DINNextLTProMedium", Arial, sans-serif;
  color: #333;
}
/* line 539, ../scss/_global-style.scss */
.popup-block .block-content .form-list .input-box {
  overflow: hidden;
}
/* line 541, ../scss/_global-style.scss */
.popup-block .block-content .form-list .input-box input {
  padding: 5px 8px 6px;
  font: 13px "DINNextLTProRegular", Arial, sans-serif;
  color: #333;
  width: 94%;
}
/* line 548, ../scss/_global-style.scss */
.popup-block .block-content .form-list .control {
  overflow: hidden;
  padding: 10px 0 5px;
}
/* line 551, ../scss/_global-style.scss */
.popup-block .block-content .form-list .control input {
  float: left;
  margin-right: 5px;
}
/* line 555, ../scss/_global-style.scss */
.popup-block .block-content .form-list .control label {
  float: none;
  display: block;
  width: auto;
  padding-top: 0;
}
/* line 563, ../scss/_global-style.scss */
.popup-block .block-content .form-buttons {
  width: auto;
}
/* line 565, ../scss/_global-style.scss */
.popup-block .block-content .form-buttons .button {
  float: right;
}
/* line 568, ../scss/_global-style.scss */
.popup-block .block-content .form-buttons .btn-cancel {
  padding-left: 12px;
  padding-right: 12px;
  margin-right: 5px;
}
/* line 575, ../scss/_global-style.scss */
.popup-block div.btn-close {
  position: absolute;
  right: -13px;
  top: -13px;
  width: 26px;
  height: 26px;
  background: url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/popup-close-button.png) no-repeat 0 0;
  z-index: 999;
  text-indent: -9999em;
  cursor: pointer;
}
/* line 587, ../scss/_global-style.scss */
.popup-block.loading .block-content * {
  text-align: left;
  text-indent: -99999em;
  overflow: hidden;
  position: relative;
  margin-left: -9999em;
}
/* line 594, ../scss/_global-style.scss */
.popup-block.loading .block-content:before {
  content: '';
  display: block;
  background: url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/opc-ajax-loader.gif) no-repeat 0 50%;
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  line-height: 16px;
  padding: 16px;
  text-indent: 0 !important;
}

/* line 611, ../scss/_global-style.scss */
#sln-indicator {
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -62px 0 0 -125px;
  background-color: #fff;
  width: 250px;
  height: 125px;
  border: 1px solid #e42312;
  z-index: 999;
  box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.3);
}
/* line 622, ../scss/_global-style.scss */
#sln-indicator img {
  position: absolute;
  left: 50%;
  top: 10px;
  margin-left: -33px;
}
/* line 628, ../scss/_global-style.scss */
#sln-indicator span {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 16px;
  font: 13px "DINNextLTProRegular", Arial, sans-serif;
  color: #e42312;
  text-align: center;
  text-transform: uppercase;
}

/* line 643, ../scss/_global-style.scss */
.breadcrumbs {
  margin-bottom: 10px;
}
/* line 645, ../scss/_global-style.scss */
.breadcrumbs li {
  float: left;
  font-family: "DINNextLTProRegular", Arial, sans-serif;
  font-size: 13px;
  color: #46350c;
}
/* line 650, ../scss/_global-style.scss */
.breadcrumbs li span {
  padding: 0 2px 0 0;
}
/* line 653, ../scss/_global-style.scss */
.breadcrumbs li strong {
  font-weight: normal;
}
/* line 657, ../scss/_global-style.scss */
.breadcrumbs ul {
  overflow: hidden;
  margin: 5px 20px;
  list-style: none;
  padding: 0;
}
/* line 663, ../scss/_global-style.scss */
.breadcrumbs a {
  color: #292929;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
/* line 667, ../scss/_global-style.scss */
.breadcrumbs a:hover {
  color: #e42312;
  transition: all 0.3s ease-out;
}

/* line 675, ../scss/_global-style.scss */
div {
  font-weight: normal;
}
/* line 677, ../scss/_global-style.scss */
div.onestepcheckout-place-order-wrapper {
  clear: both;
}
/* line 680, ../scss/_global-style.scss */
div.add-row {
  margin-bottom: 12px;
  padding: 7px 0;
  border-bottom: 1px solid #e8e8e8;
  font: 13px "DINNextLTProMedium", Arial, sans-serif;
  color: #333;
  text-align: right;
}
/* line 687, ../scss/_global-style.scss */
div.add-row span {
  cursor: pointer;
}
/* line 691, ../scss/_global-style.scss */
div.onestepcheckout-comments {
  background: none repeat scroll 0 0 #fcfbf9;
  margin-bottom: 20px;
  margin-top: 15px;
  padding: 15px;
}
/* line 696, ../scss/_global-style.scss */
div.onestepcheckout-comments label {
  font: 13px "DINNextLTProBold", Arial, sans-serif !important;
  margin-bottom: 5px;
}
/* line 700, ../scss/_global-style.scss */
div.onestepcheckout-comments textarea {
  margin-top: 10px;
  width: 95%;
  padding: 5px;
  background-image: none;
  background-color: #fefefe;
  border: 1px solid #d6d1d1;
  transition: all 0.4s ease-out;
  font: 13px "DINNextLTProRegular", Arial, sans-serif;
  color: #333;
  resize: none;
  height: 30px;
}
/* line 713, ../scss/_global-style.scss */
div.onestepcheckout-comments textarea:focus {
  border-color: rgba(238, 48, 38, 0.5);
  background-color: #fff;
  outline: none;
}
/* line 719, ../scss/_global-style.scss */
div.onestepcheckout-comments span {
  display: block;
  font-size: 11px;
  margin-top: 5px;
}

/* line 726, ../scss/_global-style.scss */
fieldset {
  padding: 0;
  margin: 0;
}

/* line 730, ../scss/_global-style.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

/* line 735, ../scss/_global-style.scss */
.wrapper {
  min-height: 100%;
}
/* line 737, ../scss/_global-style.scss */
.wrapper .page {
  width: 1020px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
/* line 744, ../scss/_global-style.scss */
.wrapper .goodstart-banners-wrapper {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1020px) {
  /* line 750, ../scss/_global-style.scss */
  .wrapper .goodstart-banners-wrapper {
    display: none;
  }
}
/* line 755, ../scss/_global-style.scss */
.wrapper .goodstart-banners-wrapper.animate {
  position: fixed;
}
/* line 759, ../scss/_global-style.scss */
.wrapper .goodstart-floating-banners {
  position: relative;
  width: 1020px;
  margin: auto;
}
/* line 764, ../scss/_global-style.scss */
.wrapper .goodstart-floating-banners > .left, .wrapper .goodstart-floating-banners > .right {
  position: absolute;
  top: 0;
  height: 1000px;
  width: 100%;
  background-repeat: no-repeat;
}
/* line 772, ../scss/_global-style.scss */
.wrapper .goodstart-floating-banners > .left {
  left: -100%;
  background-position: top right;
}
/* line 776, ../scss/_global-style.scss */
.wrapper .goodstart-floating-banners > .right {
  right: -100%;
  background-position: top left;
}
/* line 781, ../scss/_global-style.scss */
.wrapper .goodstart-checkout-banner {
  margin-bottom: -30px;
}

/* line 785, ../scss/_global-style.scss */
.col-left {
  float: left;
  width: 169px;
  padding: 0 0 0 18px;
  margin: 0;
}
/* line 790, ../scss/_global-style.scss */
.col-left .forgot-right {
  width: auto !important;
}

/* line 794, ../scss/_global-style.scss */
.col2-left-layout .main {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

/* line 799, ../scss/_global-style.scss */
.col-main {
  overflow: hidden;
  padding: 0 29px 0;
}
/* line 803, ../scss/_global-style.scss */
.col-main > h1 {
  margin-bottom: 10px;
  font-family: "DINNextLTProMedium", Arial, sans-serif;
  font-size: 22px;
  color: #333;
}
/* line 809, ../scss/_global-style.scss */
.col-main > p {
  margin-bottom: 12px;
  font-family: "DINNextLTProRegular", Arial, sans-serif;
  font-size: 12px;
  color: #333;
}

/* line 817, ../scss/_global-style.scss */
.pillow {
  clear: both;
}

/* line 820, ../scss/_global-style.scss */
.main {
  margin: 0;
  min-height: 350px;
  background-image: none;
  background-color: #fff;
  border: none;
  text-align: left;
}

/* line 828, ../scss/_global-style.scss */
.box {
  background: #fefefe;
  visibility: hidden;
  height: 0;
  display: block;
}

/* line 834, ../scss/_global-style.scss */
.box.shown {
  visibility: visible;
  height: auto;
}

/* line 840, ../scss/_global-style.scss */
.captcha-note {
  clear: left;
  padding-top: 5px;
}

/* line 844, ../scss/_global-style.scss */
.captcha-image {
  float: left;
  margin: 0 0 0 240px;
  position: relative;
  width: 228px;
}
/* line 849, ../scss/_global-style.scss */
.captcha-image .captcha-img {
  border: 1px solid #c7c7c7;
  vertical-align: bottom;
  width: 100%;
}

/* line 856, ../scss/_global-style.scss */
.registered-users .captcha-image {
  margin: -12px 0 0 113px;
}
/* line 859, ../scss/_global-style.scss */
.registered-users #advice-required-entry-captcha_user_login {
  margin-bottom: 5px;
}

/* line 864, ../scss/_global-style.scss */
#checkout-step-login .captcha-image {
  margin: -24px 0 0 105px;
  width: 214px;
}
/* line 868, ../scss/_global-style.scss */
#checkout-step-login #advice-required-entry-captcha_user_login {
  min-height: 30px;
}

/* line 872, ../scss/_global-style.scss */
.captcha-reload {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px;
}
/* line 877, ../scss/_global-style.scss */
.captcha-reload.refreshing {
  animation: rotate 1.5s infinite linear;
}

@-webkit-keyframes rotate {}
@-moz-keyframes rotate {}
@keyframes rotate {
  0% {
    transform: rotate(0);
    transform: rotate(-360deg);
  }
}
/* line 897, ../scss/_global-style.scss */
#captcha-image-box-register-popup-captcha.captcha-image {
  float: left;
  margin: 0;
  position: relative;
  width: 228px;
  margin-top: 15px;
}

/* line 908, ../scss/_global-style.scss */
.form-list-custom .fields-full-width label {
  display: block;
  margin-bottom: 10px;
  font: 13px "DINNextLTProRegular", Arial, sans-serif;
  font-weight: 700;
}
/* line 914, ../scss/_global-style.scss */
.form-list-custom .fields-full-width div {
  margin: 0 0 10px 0;
}
/* line 916, ../scss/_global-style.scss */
.form-list-custom .fields-full-width div input {
  width: 98%;
}
/* line 921, ../scss/_global-style.scss */
.form-list-custom > div:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
}
/* line 930, ../scss/_global-style.scss */
.form-list-custom .fields > div > div {
  float: left;
  width: 48.5%;
  margin: 0 1.5% 10px 0;
}
/* line 934, ../scss/_global-style.scss */
.form-list-custom .fields > div > div input {
  width: 96%;
}
/* line 937, ../scss/_global-style.scss */
.form-list-custom .fields > div > div label {
  display: block;
  margin-bottom: 10px;
  font: 13px "DINNextLTProRegular", Arial, sans-serif;
  font-weight: 700;
}
/* line 943, ../scss/_global-style.scss */
.form-list-custom .fields > div > div + div {
  float: right;
  width: 48.5%;
  margin: 0 0 10px 1.5%;
}
/* line 947, ../scss/_global-style.scss */
.form-list-custom .fields > div > div + div input {
  width: 96%;
}
/* line 950, ../scss/_global-style.scss */
.form-list-custom .fields > div > div + div label {
  display: block;
  margin-bottom: 10px;
  font: 13px "DINNextLTProRegular", Arial, sans-serif;
  font-weight: 700;
}

/* line 961, ../scss/_global-style.scss */
.split-button {
  display: inline-block;
  z-index: 1;
  position: relative;
  max-width: 300px;
  white-space: nowrap;
  background: url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/wishlist-select-bg.png) no-repeat 0 -23px;
  height: 23px;
  padding: 0 0 0 7px;
  margin: 0;
}
/* line 972, ../scss/_global-style.scss */
.split-button.clickable:active {
  left: 1px;
  top: 1px;
}
/* line 976, ../scss/_global-style.scss */
.split-button.clickable > strong {
  font-size: 11px;
  color: #c73615;
  text-transform: uppercase;
  cursor: pointer;
}
/* line 983, ../scss/_global-style.scss */
.split-button.active {
  z-index: 100;
}
/* line 985, ../scss/_global-style.scss */
.split-button.active .change {
  background-position: -995px 50%;
}
/* line 988, ../scss/_global-style.scss */
.split-button.active .list-container {
  display: block;
}
/* line 992, ../scss/_global-style.scss */
.split-button strong {
  cursor: default;
  font: bold 12px "DINNextLTProRegular", Arial, sans-serif;
  text-transform: capitalize;
  background: url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/wishlist-select-bg.png) no-repeat 100% 0;
  height: 19px;
  padding: 5px 32px 0 0;
  margin: 0;
  display: block;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
  text-shadow: none;
}
/* line 1008, ../scss/_global-style.scss */
.split-button strong[onclick] {
  font-size: 11px;
  color: #c73615;
  text-transform: uppercase;
  cursor: pointer;
}
/* line 1014, ../scss/_global-style.scss */
.split-button .change {
  display: inline-block;
  border: 1px solid;
  border-color: transparent transparent transparent #999;
  text-indent: -999em;
  overflow: hidden;
  width: 15px;
  cursor: pointer;
  height: 11px;
  margin-left: 8px;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 0;
  height: 23px;
  border-left: none;
}
/* line 1030, ../scss/_global-style.scss */
.split-button .change:hover {
  background-position: -995px 50%;
}
/* line 1034, ../scss/_global-style.scss */
.split-button.light {
  background: none;
  height: auto;
  padding: 0;
  float: right;
}
/* line 1040, ../scss/_global-style.scss */
.split-button.light.clickable:active {
  top: auto;
  left: auto;
}
/* line 1044, ../scss/_global-style.scss */
.split-button.light.clickable > strong {
  text-transform: none;
  text-decoration: underline;
  color: #ee3026;
  transition: all 0.3s ease-out;
}
/* line 1049, ../scss/_global-style.scss */
.split-button.light.clickable > strong:hover {
  text-decoration: none;
  color: #333;
}
/* line 1055, ../scss/_global-style.scss */
.split-button.light strong {
  display: inline-block;
  font-size: 11px;
  text-transform: none;
  background: none;
  font-weight: normal;
  padding: 0;
  height: auto;
  overflow: visible;
  white-space: normal;
  text-overflow: visible;
}
/* line 1067, ../scss/_global-style.scss */
.split-button.light strong[onclick] {
  text-transform: none;
  text-decoration: underline;
  color: #999;
}
/* line 1071, ../scss/_global-style.scss */
.split-button.light strong[onclick]:hover {
  text-decoration: none;
}
/* line 1075, ../scss/_global-style.scss */
.split-button.light .change {
  padding: 3px 3px 2px 3px;
  margin: 0 0 0 2px !important;
  position: relative;
  right: auto;
  top: auto;
  height: 11px;
  border: none;
  background: url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/bkg_btn-split-change.png) 5px 50% no-repeat;
  z-index: 10;
}
/* line 1085, ../scss/_global-style.scss */
.split-button.light .change:before {
  position: absolute;
  left: 0;
  top: 1px;
  border-left: 1px solid #ee3026;
  width: 1px;
  height: 12px;
  content: " ";
}
/* line 1095, ../scss/_global-style.scss */
.split-button.light .list-container {
  margin-top: -1px;
  right: -149px;
}
/* line 1099, ../scss/_global-style.scss */
.split-button.light.active .change {
  padding: 2px;
  margin: 0 0 0 2px !important;
  position: relative;
  background-color: white;
  border-top: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  border-bottom: none;
  background-position: 4px 50%;
}
/* line 1109, ../scss/_global-style.scss */
.split-button.light.active .change:before {
  display: none;
}
/* line 1114, ../scss/_global-style.scss */
.split-button .list-container {
  position: absolute;
  display: none;
  right: 0;
  top: 100%;
  padding: 0;
  min-width: 170px;
  max-width: 300px;
  float: left;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
}
/* line 1124, ../scss/_global-style.scss */
.split-button .list-container ul {
  background: white;
  border: 1px solid #e8e8e8;
  position: relative;
}
/* line 1128, ../scss/_global-style.scss */
.split-button .list-container ul > li {
  font: 12px "DINNextLTProRegular", Arial, sans-serif;
  text-shadow: none;
  color: #515154;
  white-space: nowrap;
  background: none;
  margin: 0;
  display: block !important;
  margin: 0 !important;
}
/* line 1138, ../scss/_global-style.scss */
.split-button .list-container ul > li:first-child {
  border-top-width: 1px;
}
/* line 1144, ../scss/_global-style.scss */
.split-button .list-container li a {
  display: block;
  line-height: 1.2 !important;
  cursor: pointer;
  padding: 5px 18px;
  color: #46350c;
  font-size: 12px;
  text-transform: none;
  text-decoration: none;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* line 1157, ../scss/_global-style.scss */
.split-button .list-container li span {
  display: block;
  line-height: 1.2 !important;
  cursor: pointer;
  padding: 5px 18px;
  color: #46350c;
  font-size: 12px;
  text-transform: none;
  text-decoration: none;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* line 1170, ../scss/_global-style.scss */
.split-button .list-container li:hover {
  text-decoration: none;
}
/* line 1172, ../scss/_global-style.scss */
.split-button .list-container li:hover a {
  text-decoration: none;
}
/* line 1174, ../scss/_global-style.scss */
.split-button .list-container li:hover a:hover {
  color: #ee3026;
  font-weight: bold;
}
/* line 1179, ../scss/_global-style.scss */
.split-button .list-container li:hover span {
  text-decoration: none;
}
/* line 1183, ../scss/_global-style.scss */
.split-button .list-container li.new {
  color: #d33911;
  background: url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/black-cross.png) white no-repeat 5px 9px;
  padding-left: 12px;
}
/* line 1187, ../scss/_global-style.scss */
.split-button .list-container li.new span {
  padding: 5px 18px 5px 5px;
}
/* line 1191, ../scss/_global-style.scss */
.split-button .list-container li + li.new {
  border-top: 1px solid #e8e8e8;
}

/* line 1199, ../scss/_global-style.scss */
.price-box-wrapper {
  float: right;
  position: relative;
  min-width: 185px;
  padding: 18px 15px;
  background-color: #faf8f5;
  text-align: right;
}
/* line 1206, ../scss/_global-style.scss */
.price-box-wrapper .button-price-box {
  float: right;
}
/* line 1208, ../scss/_global-style.scss */
.price-box-wrapper .button-price-box:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
}
/* line 1217, ../scss/_global-style.scss */
.price-box-wrapper .button-price-box .content {
  position: absolute;
}
/* line 1221, ../scss/_global-style.scss */
.price-box-wrapper .button-price-box > label {
  float: left;
  margin: 5px 5px 0 0;
  font: 14px "DINNextLTProMedium", Arial, sans-serif;
  color: #333;
}
/* line 1227, ../scss/_global-style.scss */
.price-box-wrapper .button-price-box > input[type="text"] {
  float: left;
  width: 36px;
  padding: 5px 7px;
  margin: 0 5px 0 0;
  border: 1px solid #eee;
  background-color: #fefefe;
  font: 13px "DINNextLTProRegular", Arial, sans-serif;
  color: #666;
  transition: all 0.3s ease-out;
  box-shadow: inset 1px 1px 1px 0 rgba(243, 243, 243, 0.3), -1px -1px 0 0 rgba(229, 228, 227, 0.5);
}
/* line 1240, ../scss/_global-style.scss */
.price-box-wrapper .button-price-box > input[type="text"]:focus {
  outline: none;
  border-color: rgba(238, 48, 38, 0.5);
  transition: all 0.3s ease-out;
}
/* line 1248, ../scss/_global-style.scss */
.price-box-wrapper .button-price-box .add-to-links {
  clear: both;
}
/* line 1250, ../scss/_global-style.scss */
.price-box-wrapper .button-price-box .add-to-links li {
  text-align: right;
}
/* line 1252, ../scss/_global-style.scss */
.price-box-wrapper .button-price-box .add-to-links li a {
  font-size: 11px;
  transition: all 0.3s ease-out;
}
/* line 1255, ../scss/_global-style.scss */
.price-box-wrapper .button-price-box .add-to-links li a:hover {
  color: #333;
  transition: all 0.3s ease-out;
}
/* line 1263, ../scss/_global-style.scss */
.price-box-wrapper .button-price-box form > label {
  float: left;
  margin: 5px 5px 0 0;
  font: 14px "DINNextLTProMedium", Arial, sans-serif;
  color: #333;
}
/* line 1269, ../scss/_global-style.scss */
.price-box-wrapper .button-price-box form > input[type="text"] {
  float: left;
  width: 36px;
  padding: 5px 7px;
  margin: 0 5px 0 0;
  border: 1px solid #eee;
  background-color: #fefefe;
  font: 13px "DINNextLTProRegular", Arial, sans-serif;
  color: #666;
  transition: all 0.3s ease-out;
  box-shadow: inset 1px 1px 1px 0 rgba(243, 243, 243, 0.3), -1px -1px 0 0 rgba(229, 228, 227, 0.5);
}
/* line 1282, ../scss/_global-style.scss */
.price-box-wrapper .button-price-box form > input[type="text"]:focus {
  outline: none;
  border-color: rgba(238, 48, 38, 0.5);
  transition: all 0.3s ease-out;
}
/* line 1291, ../scss/_global-style.scss */
.price-box-wrapper .configuration-options {
  margin-top: -96px;
}
/* line 1293, ../scss/_global-style.scss */
.price-box-wrapper .configuration-options .price-box {
  position: static;
}
/* line 1296, ../scss/_global-style.scss */
.price-box-wrapper .configuration-options .product-options {
  margin: 0;
}
/* line 1300, ../scss/_global-style.scss */
.price-box-wrapper.prod-page {
  float: none;
  margin-bottom: 40px;
  text-align: left;
}
/* line 1304, ../scss/_global-style.scss */
.price-box-wrapper.prod-page .button-price-box {
  text-align: right;
}
/* line 1307, ../scss/_global-style.scss */
.price-box-wrapper.prod-page .button-price-box .add-to-links .change {
  margin: 0 0 0 6px !important;
  font-size: 0;
  transition: none;
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/bkg_btn-split-change.png") #fff 6px 50% no-repeat;
  display: none;
}
/* line 1313, ../scss/_global-style.scss */
.price-box-wrapper.prod-page .button-price-box .add-to-links .change:hover {
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/bkg_btn-split-change.png") #fff 6px 50% no-repeat;
  transition: none;
}
/* line 1318, ../scss/_global-style.scss */
.price-box-wrapper.prod-page .button-price-box .add-to-links .change:before {
  top: 2px;
  border-left: 1px solid #999;
  transition: none;
}
/* line 1325, ../scss/_global-style.scss */
.price-box-wrapper.prod-page .button-price-box .add-to-links .list-container {
  right: 0;
}
/* line 1328, ../scss/_global-style.scss */
.price-box-wrapper.prod-page .button-price-box .add-to-links .active .change {
  margin: 0 0 0 6px !important;
  padding: 2px;
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/bkg_btn-split-change.png") #fff 5px 49% no-repeat;
  transition: none;
}
/* line 1334, ../scss/_global-style.scss */
.price-box-wrapper.prod-page .button-price-box .add-to-links .active .change:hover {
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/bkg_btn-split-change.png") #fff 5px 50% no-repeat;
}
/* line 1339, ../scss/_global-style.scss */
.price-box-wrapper.prod-page .button-price-box .cart-ajax-overlay img {
  position: absolute;
  left: 5px;
  top: 35px;
}
/* line 1345, ../scss/_global-style.scss */
.price-box-wrapper.prod-page .price-box {
  margin: 0;
  width: auto;
  z-index: 10;
}
/* line 1349, ../scss/_global-style.scss */
.price-box-wrapper.prod-page .price-box .price-including-tax {
  clear: none;
}
/* line 1352, ../scss/_global-style.scss */
.price-box-wrapper.prod-page .price-box .price-excluding-tax {
  clear: none;
}
/* line 1357, ../scss/_global-style.scss */
.price-box-wrapper.prod-page .price-including-tax .price {
  position: static;
}
/* line 1360, ../scss/_global-style.scss */
.price-box-wrapper.prod-page .price-including-tax .label {
  top: -1px;
}
/* line 1365, ../scss/_global-style.scss */
.price-box-wrapper.prod-page .price-excluding-tax .price {
  position: static;
}
/* line 1368, ../scss/_global-style.scss */
.price-box-wrapper.prod-page .price-excluding-tax .label {
  top: -1px;
}
/* line 1372, ../scss/_global-style.scss */
.price-box-wrapper.prod-page .price-pop-up-custom-box {
  right: 10px;
  bottom: 66px;
}
/* line 1375, ../scss/_global-style.scss */
.price-box-wrapper.prod-page .price-pop-up-custom-box .inner-wrapper {
  padding: 10px 16px 0 15px;
  text-align: left;
}
/* line 1381, ../scss/_global-style.scss */
.price-box-wrapper .price-box {
  margin: 5px 0 10px;
  width: 100%;
  z-index: 10;
}
/* line 1386, ../scss/_global-style.scss */
.price-box-wrapper.price-box-bundle-custom {
  padding-top: 125px;
}

/* line 1392, ../scss/_global-style.scss */
.add-to-links .link-wishlist {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 5px 22px;
  margin-top: 9px;
  border: 1px solid currentColor;
  color: #e62000;
  font-family: "DINNextLTProBold", Arial, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none;
}
/* line 1407, ../scss/_global-style.scss */
.add-to-links .link-wishlist:hover {
  color: #333;
}
/* line 1410, ../scss/_global-style.scss */
.add-to-links .link-wishlist svg {
  margin-right: 5px;
  width: 15px;
  height: 15px;
  fill: currentColor;
}
/* line 1416, ../scss/_global-style.scss */
.add-to-links .link-wishlist span {
  padding-top: 3px;
}

/* line 1422, ../scss/_global-style.scss */
.price-box .price {
  font: bold 16px "DINNextLTProRegular", Arial, sans-serif;
  color: #333;
}
/* line 1426, ../scss/_global-style.scss */
.price-box .old-price {
  margin-bottom: 2px;
  font-size: 12px;
  color: #333;
  text-decoration: line-through;
}
/* line 1431, ../scss/_global-style.scss */
.price-box .old-price .price {
  font-size: 12px !important;
  color: #333 !important;
  font-family: "DINNextLTProRegular", Arial, sans-serif;
}
/* line 1437, ../scss/_global-style.scss */
.price-box .ex-tax-price {
  font-size: 17px;
  color: #7b7b7b;
}
/* line 1440, ../scss/_global-style.scss */
.price-box .ex-tax-price span {
  font-size: 9px;
}
/* line 1444, ../scss/_global-style.scss */
.price-box .inc-tax-price {
  font-size: 17px;
  font-weight: 700;
  color: #333;
}
/* line 1448, ../scss/_global-style.scss */
.price-box .inc-tax-price span {
  font-size: 9px;
}
/* line 1452, ../scss/_global-style.scss */
.price-box .price-including-tax {
  clear: both;
  display: block;
  white-space: nowrap;
}
/* line 1456, ../scss/_global-style.scss */
.price-box .price-including-tax .price {
  position: relative;
  top: 3px;
  font: bold 16px "DINNextLTProRegular", Arial, sans-serif;
  color: #333;
}
/* line 1462, ../scss/_global-style.scss */
.price-box .price-including-tax .label {
  font: bold 9px "DINNextLTProRegular", Arial, sans-serif;
  color: #333;
  position: relative;
  top: 3px;
}
/* line 1469, ../scss/_global-style.scss */
.price-box .price-excluding-tax {
  clear: both;
  display: block;
  white-space: nowrap;
}
/* line 1473, ../scss/_global-style.scss */
.price-box .price-excluding-tax .price {
  position: relative;
  top: 3px;
  font: bold 16px "DINNextLTProRegular", Arial, sans-serif;
  color: #a4a4a4 !important;
}
/* line 1479, ../scss/_global-style.scss */
.price-box .price-excluding-tax .label {
  font: bold 9px "DINNextLTProRegular", Arial, sans-serif;
  color: #7b7b7b;
  position: relative;
  top: 3px;
}
/* line 1486, ../scss/_global-style.scss */
.price-box .minimal-price-link {
  display: none;
}

/* line 1491, ../scss/_global-style.scss */
.box-content-rewiew-details {
  border-bottom: 1px solid #ececec;
}
/* line 1493, ../scss/_global-style.scss */
.box-content-rewiew-details li {
  margin-bottom: 33px;
}
/* line 1495, ../scss/_global-style.scss */
.box-content-rewiew-details li:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
}
/* line 1504, ../scss/_global-style.scss */
.box-content-rewiew-details li.past-displaying {
  margin-bottom: 7px;
  text-align: right;
  font: 11px "DINNextLTProRegular", Arial, sans-serif;
  color: #333;
}

/* line 1512, ../scss/_global-style.scss */
.submit-box-review {
  padding: 18px 20px;
  background-color: #fcfbf9;
}
/* line 1515, ../scss/_global-style.scss */
.submit-box-review:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
}
/* line 1524, ../scss/_global-style.scss */
.submit-box-review .submit-box-review-left {
  float: left;
  width: 217px;
  margin-right: 10px;
}
/* line 1529, ../scss/_global-style.scss */
.submit-box-review .submit-box-review-right {
  overflow: hidden;
}
/* line 1532, ../scss/_global-style.scss */
.submit-box-review .submit-box-review-bot {
  clear: both;
}
/* line 1535, ../scss/_global-style.scss */
.submit-box-review .input-box {
  margin-bottom: 10px;
}
/* line 1538, ../scss/_global-style.scss */
.submit-box-review input,
.submit-box-review textarea {
  margin-bottom: 5px;
}
/* line 1542, ../scss/_global-style.scss */
.submit-box-review input {
  padding: 5px 0 6px 2%;
  width: 97.4%;
  background-color: #fefefe;
}
/* line 1547, ../scss/_global-style.scss */
.submit-box-review label {
  display: block;
  margin-bottom: 6px;
  font: 13px "DINNextLTProMedium", Arial, sans-serif;
  color: #333;
}
/* line 1553, ../scss/_global-style.scss */
.submit-box-review em {
  font-style: normal;
}
/* line 1556, ../scss/_global-style.scss */
.submit-box-review textarea {
  border: 1px solid #efefef;
  padding: 5px 0 6px 2%;
  width: 97%;
  max-width: 97%;
  min-width: 97%;
  height: 76px;
  min-height: 76px;
  max-height: 76px;
  background-color: #fefefe;
  border-style: solid;
  border-width: 1px;
  transition: all 0.4s ease-out;
  font: 13px "DINNextLTProRegular", Arial, sans-serif;
  color: #333;
}
/* line 1572, ../scss/_global-style.scss */
.submit-box-review textarea:focus {
  border-color: rgba(238, 48, 38, 0.5);
  color: #666;
  background-color: #fff;
  transition: all 0.4s ease-out;
  outline: none;
}
/* line 1581, ../scss/_global-style.scss */
.submit-box-review .reviewCaptcha {
  float: left;
}
/* line 1584, ../scss/_global-style.scss */
.submit-box-review .reviewCaptcha .validation-advice {
  margin-top: 4px;
}
/* line 1587, ../scss/_global-style.scss */
.submit-box-review #captcha-input-box-review-form-captcha {
  clear: both;
}
/* line 1589, ../scss/_global-style.scss */
.submit-box-review #captcha-input-box-review-form-captcha .input-box, .submit-box-review #captcha-input-box-review-form-captcha input {
  margin-bottom: 0;
}
/* line 1593, ../scss/_global-style.scss */
.submit-box-review .buttons-set {
  float: right;
}

/* line 1598, ../scss/_global-style.scss */
.shipping-form:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
}
/* line 1607, ../scss/_global-style.scss */
.shipping-form .defaultFormGrid li .suburb-box {
  border: 1px solid #e1e1e1;
  margin-bottom: 7px;
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/submit-form-image.png") transparent no-repeat 98% 4px !important;
}
/* line 1611, ../scss/_global-style.scss */
.shipping-form .defaultFormGrid li .suburb-box.active {
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/ajax-loader-tomato.gif") no-repeat 98% 5px !important;
}
/* line 1614, ../scss/_global-style.scss */
.shipping-form .defaultFormGrid li .suburb-box input {
  background-color: transparent !important;
  border: 0 !important;
  margin-bottom: 0;
  padding-right: 0;
  width: 130px;
}
/* line 1620, ../scss/_global-style.scss */
.shipping-form .defaultFormGrid li .suburb-box input:focus {
  background-color: transparent !important;
  border: 0 !important;
  margin-bottom: 0;
}

/* line 1629, ../scss/_global-style.scss */
.product-essential:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
}
/* line 1638, ../scss/_global-style.scss */
.product-essential > .product-view-right {
  background-color: #fdfcfb;
}

/* line 1644, ../scss/_global-style.scss */
.pager-only {
  clear: both;
}
/* line 1646, ../scss/_global-style.scss */
.pager-only .pages {
  margin: 0;
}

/* line 1650, ../scss/_global-style.scss */
.orderNavigation-right {
  float: right;
  margin-top: 6px;
  color: #333;
}
/* line 1654, ../scss/_global-style.scss */
.orderNavigation-right a {
  font-size: 12px;
  color: #ee3026;
}
/* line 1657, ../scss/_global-style.scss */
.orderNavigation-right a.printOrder {
  color: #333;
}

/* line 1663, ../scss/_global-style.scss */
.brands_container {
  margin-bottom: 35px;
}

/* line 1666, ../scss/_global-style.scss */
.brandsGridWr {
  display: table;
  width: 99%;
  padding: 0 0.5%;
}
/* line 1670, ../scss/_global-style.scss */
.brandsGridWr ul {
  display: table-cell;
  text-align: left;
}
/* line 1673, ../scss/_global-style.scss */
.brandsGridWr ul li {
  margin-bottom: 8px;
  font-size: 14px;
  color: #333;
  font-family: "DINNextLTProRegular", Arial, sans-serif;
}
/* line 1678, ../scss/_global-style.scss */
.brandsGridWr ul li a {
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
/* line 1683, ../scss/_global-style.scss */
.brandsGridWr ul li a:hover {
  color: #ee3026;
  transition: all 0.3s ease-out;
}

/* line 1693, ../scss/_global-style.scss */
.brand-static-blocks-inner {
  overflow: hidden;
  margin-bottom: 21px;
  padding: 0 0 24px 0;
  border-bottom: 1px solid #efebe5;
}
/* line 1699, ../scss/_global-style.scss */
.brand-static-blocks-inner > h3 {
  margin: 0 0 25px 0;
  padding: 8px 10px;
  background-color: #faf7f3;
  font-family: "DINNextLTProMedium", Arial, sans-serif;
  font-size: 13px;
  color: #333;
}
/* line 1707, ../scss/_global-style.scss */
.brand-static-blocks-inner > img {
  float: left;
  margin-right: 45px;
}
/* line 1711, ../scss/_global-style.scss */
.brand-static-blocks-inner > h4 {
  margin-bottom: 10px;
  font-family: "DINNextLTProMedium", Arial, sans-serif;
  font-size: 22px;
  color: #333;
}
/* line 1717, ../scss/_global-style.scss */
.brand-static-blocks-inner > p {
  margin-bottom: 20px;
  font-size: 12px;
  color: #333;
  line-height: 16px;
}

/* line 1726, ../scss/_global-style.scss */
.defaultGreenButtonbtn-cart {
  height: 28px;
  padding: 0 5px;
  font-size: 14px;
  line-height: 28px;
  display: inline-block;
  background-color: #7bc567;
  border: 1px solid #65a752;
  font: 14px "DINNextLTProBold", Arial, sans-serif;
  color: #fff;
  text-shadow: 0 0 1px #6aac59;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.4s ease-out;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  padding: 0 12px;
}
/* line 1746, ../scss/_global-style.scss */
.defaultGreenButtonbtn-cart:hover {
  background-color: #519d3b;
  border-color: #7bc567;
  transition: all 0.4s ease-out;
  background-image: none;
}

/* line 1755, ../scss/_global-style.scss */
object {
  z-index: 1;
}

/* line 1758, ../scss/_global-style.scss */
.under-cart-box {
  margin: 0 0 0 35px;
  padding: 20px 0 0;
}
/* line 1761, ../scss/_global-style.scss */
.under-cart-box li {
  padding: 6px 0 15px 53px;
  font: 11px/13px "DINNextLTProMedium", Arial, sans-serif;
  color: #333;
  text-transform: uppercase;
}
/* line 1767, ../scss/_global-style.scss */
.under-cart-box .under-cart-box-delivery {
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/under-cart-box-delivery.png") no-repeat 0 0;
}
/* line 1770, ../scss/_global-style.scss */
.under-cart-box .under-cart-box-safe {
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/under-cart-box-safe.png") no-repeat 0 0;
}
/* line 1773, ../scss/_global-style.scss */
.under-cart-box .under-cart-box-products {
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/under-cart-box-products.png") no-repeat 0 0;
}

/* line 1779, ../scss/_global-style.scss */
.print-string {
  margin-bottom: 12px;
  font: 14px "DINNextLTProBold", Arial, sans-serif;
  color: #333;
}
/* line 1783, ../scss/_global-style.scss */
.print-string a {
  margin-left: 5px;
  position: relative;
  top: -1px;
  font: 12px "DINNextLTProRegular", Arial, sans-serif;
  color: #ee3026;
  text-shadow: none;
}

/* line 1793, ../scss/_global-style.scss */
.myorderTotalBox {
  float: right;
  width: 190px;
  margin: -20px 0 35px;
  padding: 15px 10px;
  background-color: #fcfbf9;
}
/* line 1799, ../scss/_global-style.scss */
.myorderTotalBox li {
  overflow: hidden;
  margin-bottom: 10px;
  font: 12px "DINNextLTProRegular", Arial, sans-serif;
  color: #333;
}
/* line 1804, ../scss/_global-style.scss */
.myorderTotalBox li .myorderTotalBox-left {
  float: left;
  text-align: left;
  max-width: 135px;
  word-wrap: break-word;
}
/* line 1810, ../scss/_global-style.scss */
.myorderTotalBox li .myorderTotalBox-right {
  overflow: hidden;
  text-align: right;
}
/* line 1813, ../scss/_global-style.scss */
.myorderTotalBox li .myorderTotalBox-right strong span {
  font-weight: bold !important;
}

/* line 1819, ../scss/_global-style.scss */
.onPagetotals {
  border-collapse: collapse;
}

/* line 1823, ../scss/_global-style.scss */
.checkoutReviewWr .onPagetotalsWr-summary {
  padding: 0;
}
/* line 1825, ../scss/_global-style.scss */
.checkoutReviewWr .onPagetotalsWr-summary .myorderTotalBox {
  width: auto;
  float: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
}
/* line 1832, ../scss/_global-style.scss */
.checkoutReviewWr .onPagetotalsWr-summary .myorderTotalBox li .myorderTotalBox-left {
  width: 105px;
  text-align: right;
}
/* line 1836, ../scss/_global-style.scss */
.checkoutReviewWr .onPagetotalsWr-summary .myorderTotalBox li .myorderTotalBox-right {
  padding-right: 5px;
}
/* line 1838, ../scss/_global-style.scss */
.checkoutReviewWr .onPagetotalsWr-summary .myorderTotalBox li .myorderTotalBox-right .price {
  font-size: 14px;
  color: #333;
}
/* line 1843, ../scss/_global-style.scss */
.checkoutReviewWr .onPagetotalsWr-summary .myorderTotalBox li.grand-total-box-layout {
  padding: 14px 0 15px;
  margin-bottom: 0;
  background-color: #fdfcfb;
  border-top: 1px solid #ebeced;
}
/* line 1848, ../scss/_global-style.scss */
.checkoutReviewWr .onPagetotalsWr-summary .myorderTotalBox li.grand-total-box-layout .myorderTotalBox-left {
  text-align: left;
  font-size: 14px;
  color: #000;
  padding-left: 5px;
  width: 100px;
}
/* line 1855, ../scss/_global-style.scss */
.checkoutReviewWr .onPagetotalsWr-summary .myorderTotalBox li.grand-total-box-layout .myorderTotalBox-right {
  color: #000;
}
/* line 1861, ../scss/_global-style.scss */
.checkoutReviewWr .onPagetotalsWr-summary td {
  padding: 3px 7px 3px 5px;
  font: 14px "DINNextLTProRegular", Arial, sans-serif;
  color: #333;
  border: none;
  vertical-align: top;
}
/* line 1867, ../scss/_global-style.scss */
.checkoutReviewWr .onPagetotalsWr-summary td:first-child {
  padding: 3px 5px 3px 7px;
  font: 12px "DINNextLTProRegular", Arial, sans-serif;
}
/* line 1872, ../scss/_global-style.scss */
.checkoutReviewWr .onPagetotalsWr-summary tr:last-child td {
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 1px solid #ebeced;
  background-color: #fdfcfb;
  font: 14px "DINNextLTProRegular", Arial, sans-serif;
}
/* line 1878, ../scss/_global-style.scss */
.checkoutReviewWr .onPagetotalsWr-summary tr:last-child td:first-child {
  text-align: left !important;
}
/* line 1883, ../scss/_global-style.scss */
.checkoutReviewWr #checkout-review-submit {
  overflow: hidden;
  margin-bottom: 8px;
  padding: 1px 7px 12px;
  border-bottom: 1px solid #ebeced;
}
/* line 1888, ../scss/_global-style.scss */
.checkoutReviewWr #checkout-review-submit span {
  float: left;
  font: 14px "DINNextLTProRegular", Arial, sans-serif;
  color: #333;
}
/* line 1893, ../scss/_global-style.scss */
.checkoutReviewWr #checkout-review-submit a {
  float: right;
  font: 12px "DINNextLTProRegular", Arial, sans-serif;
  color: #ee3026;
}

/* line 1900, ../scss/_global-style.scss */
.rating-box {
  width: 85px;
  height: 15px;
  font-size: 0;
  line-height: 0;
  background: none;
  overflow: hidden;
}
/* line 1907, ../scss/_global-style.scss */
.rating-box .rating {
  display: block;
  height: 15px;
  background: url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/star-bg.png) 0 100% repeat-x;
}

/* line 1914, ../scss/_global-style.scss */
.ratings .amount {
  font-size: 12px;
}
/* line 1917, ../scss/_global-style.scss */
.ratings .rating-links {
  margin: 0;
  font-size: 11px;
}
/* line 1920, ../scss/_global-style.scss */
.ratings .rating-links a {
  text-decoration: underline;
}
/* line 1922, ../scss/_global-style.scss */
.ratings .rating-links a:hover {
  text-decoration: none;
}
/* line 1926, ../scss/_global-style.scss */
.ratings .rating-links .separator {
  margin: 0 3px;
}

/* line 1931, ../scss/_global-style.scss */
#recently-viewed-items {
  margin: 0;
  padding: 0;
}
/* line 1934, ../scss/_global-style.scss */
#recently-viewed-items li {
  overflow: hidden;
  padding: 0 0 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #ebeced;
}
/* line 1939, ../scss/_global-style.scss */
#recently-viewed-items li img {
  float: left;
  margin-right: 10px;
  width: 60px;
  max-height: 100%;
}
/* line 1945, ../scss/_global-style.scss */
#recently-viewed-items li p {
  overflow: hidden;
  font: 12px "DINNextLTProRegular", Arial, sans-serif;
  color: #333;
}
/* line 1949, ../scss/_global-style.scss */
#recently-viewed-items li p a {
  color: #333;
  text-decoration: none;
}
/* line 1954, ../scss/_global-style.scss */
#recently-viewed-items li .recently-product {
  overflow: hidden;
}
/* line 1956, ../scss/_global-style.scss */
#recently-viewed-items li .recently-product * {
  margin-bottom: 5px;
  text-align: right;
}
/* line 1961, ../scss/_global-style.scss */
#recently-viewed-items li .product-name {
  margin-bottom: 5px;
  text-align: right;
}

/* line 1968, ../scss/_global-style.scss */
.blue-text {
  float: right;
  font: 18px "DINNextLTProMedium", Arial, sans-serif;
  color: #085eb9;
  text-shadow: 0 0 1px #085eb9;
}

/* line 1975, ../scss/_global-style.scss */
.featured-manufacturer {
  border-bottom: 1px solid #efebe5;
  margin-bottom: 20px;
  overflow: hidden;
}
/* line 1979, ../scss/_global-style.scss */
.featured-manufacturer .featured-image {
  float: left;
  margin: 0 30px 20px 0;
}
/* line 1983, ../scss/_global-style.scss */
.featured-manufacturer > h3 {
  background-color: #faf7f3;
  font: 13px "DINNextLTProMedium", Arial, sans-serif;
  color: #333;
  padding: 7px 10px;
  margin-bottom: 20px;
}

/* line 1991, ../scss/_global-style.scss */
.featured-content {
  overflow: hidden;
  margin-bottom: 20px;
  padding-left: 10px;
}
/* line 1995, ../scss/_global-style.scss */
.featured-content h4 {
  margin-bottom: 14px;
  font: 22px "DINNextLTProMedium", Arial, sans-serif;
  color: #46350c;
}
/* line 2000, ../scss/_global-style.scss */
.featured-content p {
  margin-bottom: 14px;
  font: 12px "DINNextLTProRegular", Arial, sans-serif;
  color: #333;
}

/* Order By SKU */
/* line 2008, ../scss/_global-style.scss */
.default-table-my-accaunt {
  width: 100%;
  border: none;
  border-collapse: collapse;
}
/* line 2012, ../scss/_global-style.scss */
.default-table-my-accaunt thead {
  background-color: #faf7f3;
  background-image: none;
}
/* line 2015, ../scss/_global-style.scss */
.default-table-my-accaunt thead th {
  padding: 8px 12px;
  border-bottom: none !important;
  font: 13px "DINNextLTProMedium", Arial, sans-serif;
  color: #333;
  text-transform: capitalize;
}
/* line 2021, ../scss/_global-style.scss */
.default-table-my-accaunt thead th a {
  font: 12px "DINNextLTProRegular", Arial, sans-serif;
  color: #333;
  text-shadow: none;
}
/* line 2029, ../scss/_global-style.scss */
.default-table-my-accaunt tbody td {
  padding: 9px 12px;
  border-bottom: 1px solid #eee;
  font: 12px "DINNextLTProRegular", Arial, sans-serif;
  color: #333;
  text-shadow: none;
}
/* line 2036, ../scss/_global-style.scss */
.default-table-my-accaunt tbody td em {
  font-weight: bold;
}
/* line 2039, ../scss/_global-style.scss */
.default-table-my-accaunt tbody td a {
  color: #ee3026;
}
/* line 2041, ../scss/_global-style.scss */
.default-table-my-accaunt tbody td a.nobr2 {
  color: #333;
}

/* line 2049, ../scss/_global-style.scss */
.block-addbysku .data-table th {
  padding: 6px 4px;
}
/* line 2051, ../scss/_global-style.scss */
.block-addbysku .data-table th:first-child {
  padding-left: 13px;
}
/* line 2055, ../scss/_global-style.scss */
.block-addbysku .data-table td {
  padding: 6px 4px;
}
/* line 2057, ../scss/_global-style.scss */
.block-addbysku .data-table td:first-child {
  padding-left: 13px;
}
/* line 2060, ../scss/_global-style.scss */
.block-addbysku .data-table td .btn-remove {
  margin: 4px 0 0;
  float: right;
  margin-right: -16px;
}
/* line 2065, ../scss/_global-style.scss */
.block-addbysku .data-table td .input-box {
  float: left;
}
/* line 2068, ../scss/_global-style.scss */
.block-addbysku .data-table td .qty {
  width: 8em !important;
}
/* line 2071, ../scss/_global-style.scss */
.block-addbysku .data-table td.last {
  padding-right: 18px;
}
/* line 2075, ../scss/_global-style.scss */
.block-addbysku .data-table .add-row {
  cursor: pointer;
  background: url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/bkg_btn-split-item.png) no-repeat 0 2px;
  padding-left: 11px;
  font-weight: bold;
  color: #999;
}
/* line 2082, ../scss/_global-style.scss */
.block-addbysku .data-table .input-box {
  width: 99%;
}
/* line 2084, ../scss/_global-style.scss */
.block-addbysku .data-table .input-box input {
  margin-bottom: 0;
}
/* line 2088, ../scss/_global-style.scss */
.block-addbysku .data-table tfoot td.last {
  text-align: right;
}
/* line 2092, ../scss/_global-style.scss */
.block-addbysku .actions {
  text-align: right;
  margin: 0;
  float: right;
}
/* line 2096, ../scss/_global-style.scss */
.block-addbysku .actions button {
  margin: 0;
}
/* line 2100, ../scss/_global-style.scss */
.block-addbysku .file-upload {
  float: left;
  width: 350px;
  margin-bottom: 3px;
  background-color: #fcfbf9;
}
/* line 2105, ../scss/_global-style.scss */
.block-addbysku .file-upload .form-list {
  padding: 15px;
}
/* line 2108, ../scss/_global-style.scss */
.block-addbysku .file-upload .form-list .input-box input {
  margin-bottom: 10px;
}
/* line 2111, ../scss/_global-style.scss */
.block-addbysku .file-upload .form-list .input-box p {
  margin: 0;
  font: 12px "DINNextLTProRegular", Arial, sans-serif;
  color: #333;
}
/* line 2117, ../scss/_global-style.scss */
.block-addbysku .file-upload .form-list .download-sample {
  margin-top: 15px;
  color: #333;
}
/* line 2120, ../scss/_global-style.scss */
.block-addbysku .file-upload .form-list .download-sample a {
  padding: 0 0 0 20px;
  background: url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/download-sample-image.png) no-repeat 0 2px;
  color: #ee3026;
  text-decoration: underline;
}
/* line 2125, ../scss/_global-style.scss */
.block-addbysku .file-upload .form-list .download-sample a:hover {
  text-decoration: none;
}
/* line 2131, ../scss/_global-style.scss */
.block-addbysku .file-upload > h2 {
  padding: 7px 10px;
  background: url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/product-finder-box.png) repeat 0 0;
}
/* line 2134, ../scss/_global-style.scss */
.block-addbysku .file-upload > h2 label {
  float: left;
  font: 14px "DINNextLTProMedium", Arial, sans-serif;
  color: #333;
}
/* line 2139, ../scss/_global-style.scss */
.block-addbysku .file-upload > h2 .btn-reset {
  float: right;
  margin: 0;
  font: 14px "DINNextLTProMedium", Arial, sans-serif;
  color: #333;
  cursor: pointer;
}
/* line 2145, ../scss/_global-style.scss */
.block-addbysku .file-upload > h2 .btn-reset span {
  height: 15px;
  padding: 0 0 0 25px;
  display: block;
  background: url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/reset-image.png) no-repeat 0 0;
  text-decoration: underline;
  color: #333;
  line-height: 15px;
}

/* line 2160, ../scss/_global-style.scss */
.sidebar .block-addbysku .actions {
  padding: 0 13px 7px;
  float: none;
}
/* line 2164, ../scss/_global-style.scss */
.sidebar .block-addbysku .data-table td .qty {
  width: 5em !important;
}
/* line 2168, ../scss/_global-style.scss */
.sidebar p.link-widget-sku {
  padding: 5px 13px 0;
  text-align: right;
  border-top: 1px dotted #dadada;
  float: none;
}

/* line 2175, ../scss/_global-style.scss */
.main .block.block-addbysku .block-content {
  padding: 10px 4px;
}

/* line 2178, ../scss/_global-style.scss */
p.link-widget-sku {
  padding: 15px 13px;
  text-align: left;
  float: left;
}
/* line 2182, ../scss/_global-style.scss */
p.link-widget-sku a {
  color: #999;
}

/* line 2189, ../scss/_global-style.scss */
.wrapper .block-addbysku .input-box.validation-error {
  padding-right: 0;
  background: none;
}
/* line 2193, ../scss/_global-style.scss */
.wrapper .block-addbysku .input-box.validation-passed {
  padding-right: 0;
  background: none;
}
/* line 2198, ../scss/_global-style.scss */
.wrapper .block-addbysku .validation-advice {
  margin-right: -19px;
}
/* line 2205, ../scss/_global-style.scss */
.wrapper .block.block-addbysku .data-table .col-sku {
  width: auto;
}
/* line 2208, ../scss/_global-style.scss */
.wrapper .block.block-addbysku .data-table .col-qty {
  width: 13px;
}
/* line 2211, ../scss/_global-style.scss */
.wrapper .block.block-addbysku .data-table .col-remove {
  width: 13px;
}
/* line 2214, ../scss/_global-style.scss */
.wrapper .block.block-addbysku .data-table .input-text {
  width: 99%;
}

/* line 2220, ../scss/_global-style.scss */
.table-order-sku .btn-remove span {
  display: inline-block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  cursor: pointer;
}
/* line 2226, ../scss/_global-style.scss */
.table-order-sku .btn-remove span:after {
  content: "";
  font-family: 'icomoon';
  color: #46350c;
  font-size: 22px;
  transition: 0.2s;
}
/* line 2233, ../scss/_global-style.scss */
.table-order-sku .btn-remove span:hover:after {
  color: #e42312;
}
/* line 2237, ../scss/_global-style.scss */
.table-order-sku .table-order-sku-qty {
  width: 135px;
  text-align: center;
}
/* line 2240, ../scss/_global-style.scss */
.table-order-sku .table-order-sku-qty .input-box input {
  padding: 5px 0 6px 2%;
  width: 97.4%;
  text-align: center;
  margin-bottom: 0;
}
/* line 2247, ../scss/_global-style.scss */
.table-order-sku .table-order-sku-prod-code {
  padding: 9px 0 9px 12px;
}
/* line 2249, ../scss/_global-style.scss */
.table-order-sku .table-order-sku-prod-code .input-box input {
  padding: 5px 0 6px 2%;
  width: 97.4%;
  margin-bottom: 0;
}
/* line 2255, ../scss/_global-style.scss */
.table-order-sku td {
  border: none !important;
  background-color: #fcfbf9;
}

/* line 2260, ../scss/_global-style.scss */
.box-content-left-rayting {
  float: left;
  width: 120px;
  padding: 3px 10px 0 0;
}
/* line 2264, ../scss/_global-style.scss */
.box-content-left-rayting p {
  font: bold 12px "DINNextLTProRegular", Arial, sans-serif;
  margin-bottom: 2px;
  color: #333;
}

/* line 2270, ../scss/_global-style.scss */
.box-content-right-rayting {
  overflow: hidden;
  padding: 3px 0 3px 10px;
  border-left: 1px solid #ececec;
  min-height: 70px;
}
/* line 2275, ../scss/_global-style.scss */
.box-content-right-rayting p {
  font: 12px "DINNextLTProRegular", Arial, sans-serif;
  color: #333;
  line-height: 18px;
}
/* line 2280, ../scss/_global-style.scss */
.box-content-right-rayting .date {
  margin-bottom: 6px;
  font-weight: bold;
  line-height: normal;
}

/* line 2287, ../scss/_global-style.scss */
.left-navigation-menu {
  max-width: 185px;
  float: left;
  width: 100%;
}

/* line 2293, ../scss/_global-style.scss */
.left-navigation-topic {
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/block-title-bg.png") no-repeat center bottom #fdfcfb;
  border: none;
  margin-bottom: 20px;
  padding-bottom: 2px;
}
/* line 2298, ../scss/_global-style.scss */
.left-navigation-topic h2 {
  padding: 5px 0 10px;
  margin-bottom: 9px;
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/block-title-bg.png") #e8e1d7 no-repeat center bottom;
  border: none;
  font-family: "DINNextLTProBold", Arial, sans-serif;
  font-size: 18px;
  color: #46350c;
  text-align: center;
}

/* line 2309, ../scss/_global-style.scss */
.static-block-cms-content-philosophi {
  width: 764px;
}
/* line 2311, ../scss/_global-style.scss */
.static-block-cms-content-philosophi .img-box-wr {
  margin-bottom: 20px;
  text-align: center;
}
/* line 2314, ../scss/_global-style.scss */
.static-block-cms-content-philosophi .img-box-wr img {
  max-width: 100%;
  max-height: 100%;
}
/* line 2319, ../scss/_global-style.scss */
.static-block-cms-content-philosophi p {
  margin-bottom: 16px;
  font: 12px/21px "DINNextLTProRegular", Arial, sans-serif;
  color: #333;
}

/* line 2325, ../scss/_global-style.scss */
.subcribe-box {
  padding: 10px 10px 10px !important;
  border-top: 1px solid #efebe5;
}

/* line 2329, ../scss/_global-style.scss */
#downloads_video_overlay {
  display: none;
}

/* line 2333, ../scss/_global-style.scss */
.checkout-onepage-success .page-title {
  margin: 10px 0 0;
}
/* line 2335, ../scss/_global-style.scss */
.checkout-onepage-success .page-title h1 {
  padding: 0 0 0 35px;
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/cart-image-title.png") no-repeat 0 4px;
  font: 25px "DINNextLTProMedium", Arial, sans-serif;
  color: #46350c;
}
/* line 2342, ../scss/_global-style.scss */
.checkout-onepage-success .sub-title {
  margin-bottom: 14px;
  font: 18px "DINNextLTProBold", Arial, sans-serif;
  color: #3e3e3e;
}
/* line 2347, ../scss/_global-style.scss */
.checkout-onepage-success .sliderWr {
  margin: 35px 0 10px;
}
/* line 2350, ../scss/_global-style.scss */
.checkout-onepage-success .col-main p {
  font: 14px/16px "DINNextLTProRegular", Arial, sans-serif;
  color: #333;
}
/* line 2353, ../scss/_global-style.scss */
.checkout-onepage-success .col-main p a {
  font-weight: bold;
  text-decoration: none;
}

/* line 2359, ../scss/_global-style.scss */
.productFinderOverlay {
  width: 260px;
  height: 290px;
  position: absolute;
  z-index: 100;
  display: none;
  background: #d6d6d6;
  opacity: 0.4;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
}

/* line 2371, ../scss/_global-style.scss */
.float-left-box {
  float: left;
  width: 575px;
  margin-right: 35px;
}
/* line 2375, ../scss/_global-style.scss */
.float-left-box .table-order-sku .table-order-sku-prod-code {
  padding: 16px 0 16px 12px;
}

/* line 2379, ../scss/_global-style.scss */
.order_by_sku_title {
  margin-bottom: 19px !important;
  font: 18px "DINNextLTProMedium", Arial, sans-serif !important;
  color: #46350c !important;
}

/* line 2384, ../scss/_global-style.scss */
.order_by_sku_statik {
  font: 12px/16px "DINNextLTProRegular", Arial, sans-serif;
  color: #333;
}
/* line 2387, ../scss/_global-style.scss */
.order_by_sku_statik p {
  margin-bottom: 10px;
}

/* line 2391, ../scss/_global-style.scss */
.block-order-by {
  overflow: hidden;
  padding: 20px 0 10px;
}
/* line 2394, ../scss/_global-style.scss */
.block-order-by li {
  float: left;
  width: 21%;
  padding: 110px 6% 0;
  min-height: 175px;
  border-left: 1px solid #e8e8e8;
  text-align: left;
}
/* line 2401, ../scss/_global-style.scss */
.block-order-by li:first-child {
  border-left: none;
}
/* line 2404, ../scss/_global-style.scss */
.block-order-by li.by-product-code {
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/quick-order-image-1.png") no-repeat 117px 0;
}
/* line 2407, ../scss/_global-style.scss */
.block-order-by li.by-shipping-lists {
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/quick-order-image-2.png") no-repeat 115px 0;
}
/* line 2410, ../scss/_global-style.scss */
.block-order-by li.by-my-order {
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/quick-order-image-3.png") no-repeat 115px 0;
}
/* line 2413, ../scss/_global-style.scss */
.block-order-by li h2 {
  font: 14px "DINNextLTProMedium", Arial, sans-serif;
  color: #46350c;
  text-transform: uppercase;
  text-align: center;
}
/* line 2419, ../scss/_global-style.scss */
.block-order-by li h3 {
  margin-bottom: 20px;
  font: 22px "DINNextLTProMedium", Arial, sans-serif;
  color: #46350c;
  text-align: center;
}
/* line 2425, ../scss/_global-style.scss */
.block-order-by li p {
  margin-bottom: 16px;
  font: 12px "DINNextLTProRegular", Arial, sans-serif;
  color: #333;
}
/* line 2430, ../scss/_global-style.scss */
.block-order-by li a {
  font: 12px "DINNextLTProBold", Arial, sans-serif;
  color: #6eb45b;
}

/* line 2436, ../scss/_global-style.scss */
.btn-reset-sku-upload span {
  display: inline-block;
  margin-left: 0;
  padding: 3px 0;
  padding-left: 15px;
  background: url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/bkg_icon-reset.png) no-repeat scroll 0 50%;
  color: #999;
  cursor: pointer;
}

/* line 2446, ../scss/_global-style.scss */
.orderBySkuPopupDlSpl a {
  padding: 0 0 0 20px;
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/download-sample-image.png") no-repeat 0 2px;
  color: #ee3026;
}

/* line 2452, ../scss/_global-style.scss */
.float-right-price {
  float: right;
}
/* line 2454, ../scss/_global-style.scss */
.float-right-price.mar8 {
  margin-left: 8px;
}
/* line 2457, ../scss/_global-style.scss */
.float-right-price.mar2 {
  margin-left: 2px;
}

/* line 2461, ../scss/_global-style.scss */
.search-autocomplete {
  background-color: #fff;
  z-index: 100;
}
/* line 2464, ../scss/_global-style.scss */
.search-autocomplete ul {
  float: none;
  border: 1px solid #d7d7d7;
}
/* line 2467, ../scss/_global-style.scss */
.search-autocomplete ul li {
  float: none;
  display: block;
  padding: 10px 15px;
  font: 14px "DINNextLTProRegular", Arial, sans-serif;
  color: #3e3e3e;
  text-decoration: none;
}
/* line 2474, ../scss/_global-style.scss */
.search-autocomplete ul li:hover {
  background-color: #f0f0f0;
  cursor: pointer;
}
/* line 2478, ../scss/_global-style.scss */
.search-autocomplete ul li .amount {
  float: none;
  padding-right: 5px;
}

/* line 2485, ../scss/_global-style.scss */
.shipping-tracking-popup {
  background-color: #fff;
}
/* line 2487, ../scss/_global-style.scss */
.shipping-tracking-popup .myOrdersTable {
  margin-bottom: 20px;
}
/* line 2489, ../scss/_global-style.scss */
.shipping-tracking-popup .myOrdersTable td a {
  margin-bottom: 20px;
  word-wrap: break-word;
}

/* line 2495, ../scss/_global-style.scss */
.btn-proceed-checkout {
  float: right;
}

/* line 2499, ../scss/_global-style.scss */
.popup-wishlist-static-block {
  margin-bottom: 12px;
}

/* line 2503, ../scss/_global-style.scss */
.price-pop-up-custom-box {
  position: absolute;
  width: 192px;
  height: 117px;
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/price-pop-up.png") no-repeat 0 0;
  bottom: 15px;
  right: 1px;
  display: none;
  z-index: 27;
}
/* line 2512, ../scss/_global-style.scss */
.price-pop-up-custom-box .inner-wrapper {
  padding: 10px 15px 0 16px;
}
/* line 2514, ../scss/_global-style.scss */
.price-pop-up-custom-box .inner-wrapper .update-price-popup {
  position: relative;
  margin-bottom: 7px;
  padding: 12px 0 15px 26px;
  background-color: #e4f4e0;
  font: bold 12px "DINNextLTProRegular", Arial, sans-serif;
  color: #3b8329;
}
/* line 2521, ../scss/_global-style.scss */
.price-pop-up-custom-box .inner-wrapper .update-price-popup img {
  position: absolute;
  left: 5px;
  top: 11px;
}
/* line 2528, ../scss/_global-style.scss */
.price-pop-up-custom-box .inner-wrapper .actions a {
  font: 12px "DINNextLTProMedium", Arial, sans-serif;
  color: #333;
  text-transform: uppercase;
  text-decoration: none;
}
/* line 2534, ../scss/_global-style.scss */
.price-pop-up-custom-box .inner-wrapper .actions button {
  float: right;
  height: 19px;
  padding: 0 5px !important;
  font: 12px "DINNextLTProBold", Arial, sans-serif !important;
}

/* line 2544, ../scss/_global-style.scss */
.paypal-review-order .please-wait {
  display: block;
  margin: 20px 0 0 0;
}

/* line 2551, ../scss/_global-style.scss */
.paypal-express-review h2.sub-title {
  padding-left: 20px;
  font: 20px "DINNextLTProMedium", Arial, sans-serif;
  color: #46350c;
}
/* line 2556, ../scss/_global-style.scss */
.paypal-express-review h2.legend {
  margin-bottom: 12px;
  font: 14px "DINNextLTProMedium", Arial, sans-serif;
  color: #333;
}
/* line 2562, ../scss/_global-style.scss */
.paypal-express-review #shipping-address {
  width: 45% !important;
}
/* line 2565, ../scss/_global-style.scss */
.paypal-express-review .page-title h1 {
  padding: 0 0 0 35px;
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/cart-image-title.png") no-repeat 0 4px;
  font: 25px "DINNextLTProMedium", Arial, sans-serif;
  color: #46350c;
}

/* line 2572, ../scss/_global-style.scss */
.payapl-form-default {
  width: 385px;
}
/* line 2574, ../scss/_global-style.scss */
.payapl-form-default li {
  overflow: hidden;
}
/* line 2576, ../scss/_global-style.scss */
.payapl-form-default li label {
  float: left;
  width: 140px;
  padding: 6px 0 0;
  font: bold 13px "DINNextLTProRegular", Arial, sans-serif;
  color: #333;
}
/* line 2583, ../scss/_global-style.scss */
.payapl-form-default li input {
  background-color: #fefefe;
  border: 1px solid #d6d1d1;
  margin-bottom: 7px;
  padding: 5px 0 6px 2%;
  width: 97.3%;
  transition: 0.4s ease-in-out;
  font-size: 13px;
  color: #666;
}
/* line 2593, ../scss/_global-style.scss */
.payapl-form-default li input:focus {
  border-color: rgba(238, 48, 38, 0.5);
  color: #666;
  background-color: #fff;
  outline: none;
  transition: all 0.4s ease-out;
}
/* line 2602, ../scss/_global-style.scss */
.payapl-form-default li .input-box {
  overflow: hidden;
  margin-bottom: 13px;
  padding-left: 1px;
}
/* line 2608, ../scss/_global-style.scss */
.payapl-form-default .wide {
  width: auto;
}
/* line 2611, ../scss/_global-style.scss */
.payapl-form-default .add-field {
  width: auto;
  margin-left: 140px;
  margin-top: -15px;
}
/* line 2617, ../scss/_global-style.scss */
.payapl-form-default .control input {
  float: left;
  width: auto;
  padding: 0;
  margin: 0;
  background: transparent;
}
/* line 2624, ../scss/_global-style.scss */
.payapl-form-default .control label {
  float: none;
  position: relative;
  width: auto;
  padding: 1px 0 0 25px;
  margin-top: 2px;
}
/* line 2632, ../scss/_global-style.scss */
.payapl-form-default select {
  width: 97.3%;
  padding: 5px 25px 5px 0px;
  margin: 0 0 7px 0;
  background-color: #fefefe;
  border-color: #d6d1d1;
  transition: all 0.4s ease-out;
  font: 13px "DINNextLTProRegular", Arial, sans-serif;
  color: #333;
}
/* line 2641, ../scss/_global-style.scss */
.payapl-form-default select:focus {
  border-color: rgba(238, 48, 38, 0.5);
  background-color: #fff;
  outline: none;
  transition: all 0.4s ease-out;
}
/* line 2649, ../scss/_global-style.scss */
.payapl-form-default .estimate-field {
  float: none;
  background: none !important;
  overflow: hidden;
  margin-bottom: 13px;
}
/* line 2654, ../scss/_global-style.scss */
.payapl-form-default .estimate-field input {
  width: 87%;
  padding: 5px 30px 5px 0;
  margin: 5px 0 7px;
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/submit-form-image.png") #fefefe no-repeat 98% 3px !important;
  border: 1px solid #e1e1e1;
  transition: all 0.4s ease-out;
  font: 13px "DINNextLTProRegular", Arial, sans-serif;
  color: #333;
}
/* line 2664, ../scss/_global-style.scss */
.payapl-form-default .estimate-field input:focus {
  border-color: rgba(238, 48, 38, 0.5);
  background-color: #fff;
  outline: none;
  transition: all 0.4s ease-out;
}

/* line 2674, ../scss/_global-style.scss */
.paypal-box-wrapper-default {
  background-color: #fdfcfb;
}

/* line 2677, ../scss/_global-style.scss */
.paypal-top-box-email {
  overflow: hidden;
  margin-bottom: 20px;
  padding: 25px 45px 0 55px;
  border-bottom: 1px solid #ddd;
}

/* line 2683, ../scss/_global-style.scss */
.forgot-item-box {
  padding-top: 9px;
  font: 12.5px "DINNextLTProRegular", Arial, sans-serif;
  color: #333;
}
/* line 2687, ../scss/_global-style.scss */
.forgot-item-box a {
  color: #333;
  text-decoration: underline;
}
/* line 2690, ../scss/_global-style.scss */
.forgot-item-box a:hover {
  color: #ee3026;
  text-decoration: none;
}

/* line 2698, ../scss/_global-style.scss */
.price-from .price-label {
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
  color: #333;
}
/* line 2704, ../scss/_global-style.scss */
.price-from .price {
  position: relative;
  top: 3px;
  font: bold 17px "DINNextLTProRegular", Arial, sans-serif;
  color: #7b7b7b !important;
}

/* line 2711, ../scss/_global-style.scss */
.price-to {
  margin-bottom: 0;
}
/* line 2713, ../scss/_global-style.scss */
.price-to .price-label {
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
  color: #333;
}
/* line 2719, ../scss/_global-style.scss */
.price-to .price {
  position: relative;
  top: 3px;
  font: bold 17px "DINNextLTProRegular", Arial, sans-serif;
  color: #333 !important;
}

/* line 2727, ../scss/_global-style.scss */
.block-product-age-high-school h2 {
  margin-bottom: 15px;
}
/* line 2730, ../scss/_global-style.scss */
.block-product-age-high-school p {
  padding: 10px 0 0 52px;
  min-height: 47px;
  font: bold 13px "DINNextLTProRegular", Arial, sans-serif;
  color: #333;
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/s_highschool.jpg") no-repeat 0 0;
}

/* line 2739, ../scss/_global-style.scss */
.block-product-age-infant h2 {
  margin-bottom: 15px;
}
/* line 2742, ../scss/_global-style.scss */
.block-product-age-infant p {
  padding: 10px 0 0 52px;
  min-height: 47px;
  font: bold 13px "DINNextLTProRegular", Arial, sans-serif;
  color: #333;
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/s_infant.jpg") no-repeat 0 -10px;
}

/* line 2751, ../scss/_global-style.scss */
.block-product-age-pre-school h2 {
  margin-bottom: 15px;
}
/* line 2754, ../scss/_global-style.scss */
.block-product-age-pre-school p {
  padding: 10px 0 0 52px;
  min-height: 47px;
  font: bold 13px "DINNextLTProRegular", Arial, sans-serif;
  color: #333;
  padding-left: 60px;
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/s_preschool.jpg") no-repeat 0 -4px;
}

/* line 2764, ../scss/_global-style.scss */
.block-product-age-primary h2 {
  margin-bottom: 15px;
}
/* line 2767, ../scss/_global-style.scss */
.block-product-age-primary p {
  padding: 10px 0 0 52px;
  min-height: 47px;
  font: bold 13px "DINNextLTProRegular", Arial, sans-serif;
  color: #333;
  padding-left: 60px;
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/s_primary.jpg") no-repeat 0 -4px;
}

/* line 2777, ../scss/_global-style.scss */
.block-product-age-toddler h2 {
  margin-bottom: 15px;
}
/* line 2780, ../scss/_global-style.scss */
.block-product-age-toddler p {
  padding: 10px 0 0 52px;
  min-height: 47px;
  font: bold 13px "DINNextLTProRegular", Arial, sans-serif;
  color: #333;
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/s_toddler.jpg") no-repeat 0 0;
}

/* line 2789, ../scss/_global-style.scss */
.price-box-wrapper .button-price-box form > input[type="text"] {
  float: left;
  width: 36px;
  padding: 5px 7px;
  margin: 0 5px 0 0;
  border: 1px solid #eee;
  background-color: #fefefe;
  font: 13px Arial;
  color: #666;
  transition: all 0.3s ease-out;
  box-shadow: inset 1px 1px 1px 0 rgba(243, 243, 243, 0.3), -1px -1px 0 0 rgba(229, 228, 227, 0.5);
}
/* line 2802, ../scss/_global-style.scss */
.price-box-wrapper .button-price-box form > input[type="text"]:focus {
  outline: none;
  border-color: rgba(238, 48, 38, 0.5);
  transition: all 0.3s ease-out;
}

/* line 2810, ../scss/_global-style.scss */
.add-to-box .add-to-links .change {
  margin: 0 0 0 6px !important;
  font-size: 0;
  transition: none;
  background: url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/bkg_btn-split-change.png) white 6px 50% no-repeat;
}
/* line 2816, ../scss/_global-style.scss */
.add-to-box .add-to-links .change:before {
  top: 2px;
  border-left: 1px solid #999;
  transition: none;
}
/* line 2823, ../scss/_global-style.scss */
.add-to-box .add-to-links .list-container {
  right: 0;
}
/* line 2826, ../scss/_global-style.scss */
.add-to-box .add-to-links .active .change {
  margin: 0 0 0 6px !important;
  padding: 2px;
  background: url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/bkg_btn-split-change.png) white 5px 49% no-repeat;
  transition: none;
}

/* line 2834, ../scss/_global-style.scss */
.fb_edge_widget_with_comment {
  position: static !important;
}

/* line 2837, ../scss/_global-style.scss */
.filterscontents span.conut, .filterscontents span.qount {
  text-decoration: none;
  display: inline-block;
}

/* line 2841, ../scss/_global-style.scss */
.mCSB_container {
  width: auto;
  margin-right: 15px;
  overflow: hidden;
}
/* line 2845, ../scss/_global-style.scss */
.mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
}

/* line 2850, ../scss/_global-style.scss */
.mCS_disabled.mCustomScrollBox > .mCSB_container.mCS_no_scrollbar {
  margin-right: 30px;
}
/* line 2853, ../scss/_global-style.scss */
.mCS_disabled.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
  margin-bottom: 30px;
}

/* line 2859, ../scss/_global-style.scss */
.mCS_destroyed.mCustomScrollBox > .mCSB_container.mCS_no_scrollbar {
  margin-right: 30px;
}
/* line 2862, ../scss/_global-style.scss */
.mCS_destroyed.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
  margin-bottom: 30px;
}

/* line 2868, ../scss/_global-style.scss */
.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
/* line 2876, ../scss/_global-style.scss */
.mCSB_scrollTools .mCSB_draggerRail {
  height: 100%;
  margin: 0 auto;
  background: #e8e1d7;
  width: 12px;
}
/* line 2882, ../scss/_global-style.scss */
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 12px;
  left: 0;
  height: 30px;
}
/* line 2887, ../scss/_global-style.scss */
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  height: 100%;
  margin: 0 auto;
  text-align: center;
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/mCSB_dragger_bar.png") #a58d6d no-repeat center !important;
  border-top: 1px solid #cdbfad;
  border-bottom: 1px solid #cdbfad;
  width: 12px;
}
/* line 2896, ../scss/_global-style.scss */
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: #a58d6d;
  width: 12px;
}
/* line 2900, ../scss/_global-style.scss */
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background: #a58d6d;
}
/* line 2903, ../scss/_global-style.scss */
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: #a58d6d;
}
/* line 2907, ../scss/_global-style.scss */
.mCSB_scrollTools .mCSB_buttonUp {
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/mCSB_buttonUp.png") no-repeat 0 0;
  display: block;
  position: relative;
  height: 12px;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
/* line 2916, ../scss/_global-style.scss */
.mCSB_scrollTools .mCSB_buttonDown {
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/mCSB_buttonDown.png") no-repeat 0 0;
  top: 100%;
  margin-top: -24px;
  display: block;
  position: relative;
  height: 12px;
  overflow: hidden;
  cursor: pointer;
}
/* line 2926, ../scss/_global-style.scss */
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 12px 0;
}

/* line 2931, ../scss/_global-style.scss */
.mCSB_horizontal.mCSB_container {
  height: auto;
  margin-right: 0;
  margin-bottom: 30px;
  overflow: hidden;
}
/* line 2936, ../scss/_global-style.scss */
.mCSB_horizontal.mCSB_container.mCS_no_scrollbar {
  margin-bottom: 0;
}
/* line 2941, ../scss/_global-style.scss */
.mCSB_horizontal.mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
  border-radius: 10px;
}
/* line 2948, ../scss/_global-style.scss */
.mCSB_horizontal.mCSB_scrollTools .mCSB_dragger {
  width: 30px;
  height: 100%;
}
/* line 2951, ../scss/_global-style.scss */
.mCSB_horizontal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
  border-radius: 10px;
}
/* line 2958, ../scss/_global-style.scss */
.mCSB_horizontal.mCSB_scrollTools .mCSB_buttonLeft {
  display: block;
  position: relative;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
  float: left;
}
/* line 2968, ../scss/_global-style.scss */
.mCSB_horizontal.mCSB_scrollTools .mCSB_buttonRight {
  display: block;
  position: relative;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
  float: left;
  margin-left: -40px;
  float: right;
}
/* line 2980, ../scss/_global-style.scss */
.mCSB_horizontal.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 0 20px;
}

/* line 2987, ../scss/_global-style.scss */
.art-craft-inspiratiions {
  margin-right: 7px;
}
/* line 2989, ../scss/_global-style.scss */
.art-craft-inspiratiions h1 {
  margin-bottom: 15px;
  font: 22px "DINNextLTProMedium", Arial, sans-serif;
  color: #333;
}
/* line 2994, ../scss/_global-style.scss */
.art-craft-inspiratiions p {
  font: 12px/17px "DINNextLTProRegular", Arial, sans-serif;
  color: #333;
  margin-bottom: 15px;
}

/* line 3000, ../scss/_global-style.scss */
.art-craft-inspiratiions-catalog {
  overflow: hidden;
  margin: 0 0 0 -30px !important;
  padding: 18px 0 0 0 !important;
}
/* line 3004, ../scss/_global-style.scss */
.art-craft-inspiratiions-catalog li {
  float: left;
  margin: 0 0 30px 30px;
  padding: 15px 15px 20px 15px;
  background-color: #faf7f3;
  width: 42%;
}
/* line 3010, ../scss/_global-style.scss */
.art-craft-inspiratiions-catalog li img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto 14px auto;
}
/* line 3016, ../scss/_global-style.scss */
.art-craft-inspiratiions-catalog li h3 {
  margin: 0 0 5px 0;
  font: 18px "DINNextLTProMedium", Arial, sans-serif;
  color: #333;
}
/* line 3021, ../scss/_global-style.scss */
.art-craft-inspiratiions-catalog li a {
  font: 12px "DINNextLTProBold", Arial, sans-serif;
  color: #6eb45b;
  text-decoration: underline;
}

/* line 3028, ../scss/_global-style.scss */
.easter-pre-catalog {
  overflow: hidden;
  margin-bottom: 15px;
}
/* line 3031, ../scss/_global-style.scss */
.easter-pre-catalog .buttons-set {
  float: right;
  margin: 0 0 0 8px;
}
/* line 3034, ../scss/_global-style.scss */
.easter-pre-catalog .buttons-set a {
  position: relative;
  display: block;
  padding: 4px 21px 5px;
  height: 19px;
  margin: 0;
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/red-button-bg.png") #ee3026 repeat-x 0 0;
  border: 1px solid #e6281e;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "DINNextLTProBold", Arial, sans-serif;
  color: #fff;
  z-index: 10;
  text-decoration: none;
  line-height: 19px;
}
/* line 3051, ../scss/_global-style.scss */
.easter-pre-catalog h2 {
  overflow: hidden;
  padding: 7px 15px;
  background-color: #faf7f3;
  font: 14px "DINNextLTProBold", Arial, sans-serif;
  color: #ee3026;
  text-transform: uppercase;
}

/* line 3060, ../scss/_global-style.scss */
.easter-catalog {
  margin: 0 0 0 -30px !important;
  padding: 0 !important;
  overflow: hidden;
}
/* line 3064, ../scss/_global-style.scss */
.easter-catalog li {
  float: left;
  width: 13.8%;
  height: 162px;
  padding: 10px 10px 0 10px;
  margin: 0 0 23px 30px;
  background-color: #faf7f3;
}
/* line 3071, ../scss/_global-style.scss */
.easter-catalog li img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
/* line 3077, ../scss/_global-style.scss */
.easter-catalog li > div {
  display: table;
  height: 50px;
  width: 100%;
  border-collapse: collapse;
}
/* line 3082, ../scss/_global-style.scss */
.easter-catalog li > div h3 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font: 12px "DINNextLTProMedium", Arial, sans-serif;
  color: #333;
}

/* line 3092, ../scss/_global-style.scss */
.click-to-view-more {
  margin-bottom: 15px;
  margin-top: -12px;
  padding: 9px 0;
  text-align: center;
  background-color: #faf7f3;
}
/* line 3098, ../scss/_global-style.scss */
.click-to-view-more a {
  font: 12px "DINNextLTProMedium", Arial, sans-serif;
  text-transform: uppercase;
  color: #ee3026;
}

/* line 3104, ../scss/_global-style.scss */
.fundarising {
  margin-bottom: 30px;
  text-align: center;
}

/* line 3108, ../scss/_global-style.scss */
.header-right-block-telephone {
  margin: 0 28px 10px 0;
}

/* line 3111, ../scss/_global-style.scss */
.upsell-description {
  margin-bottom: 10px;
  font-size: 11px;
  font-family: "DINNextLTProRegular", Arial, sans-serif;
  text-shadow: none;
  color: #333;
  line-height: 14px;
  position: relative;
  overflow: hidden;
  text-align: left;
  height: 42px;
}
/* line 3122, ../scss/_global-style.scss */
.upsell-description a {
  text-decoration: none !important;
  color: #333;
}
/* line 3125, ../scss/_global-style.scss */
.upsell-description a:hover {
  text-decoration: underline !important;
}

/* line 3130, ../scss/_global-style.scss */
#control_overlay {
  position: fixed !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 3134, ../scss/_global-style.scss */
  .category-products .featuredCategories .featuredCategorieslist > li .image a img {
    max-width: 166px;
  }

  /* line 3137, ../scss/_global-style.scss */
  .products-list .product-image a img {
    max-width: 185px;
  }

  /* line 3140, ../scss/_global-style.scss */
  .default-table-my-accaunt thead th {
    text-align: left;
  }

  /* line 3143, ../scss/_global-style.scss */
  .joinNowBox-login button {
    height: 33px;
  }
}
/* line 3148, ../scss/_global-style.scss */
#custom-price-form label {
  display: block;
  clear: both;
  padding: 3px 0;
}
/* line 3153, ../scss/_global-style.scss */
#custom-price-form a {
  display: block;
  padding: 3px 0;
  clear: both;
}

/* line 3159, ../scss/_global-style.scss */
.salesperson-accordion {
  margin-bottom: 10px;
}

/* line 3162, ../scss/_global-style.scss */
.amount-pagination-custom {
  float: right;
}

/* line 3166, ../scss/_global-style.scss */
#play-video-product {
  position: relative;
}
/* line 3168, ../scss/_global-style.scss */
#play-video-product .imageHoverVideo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  opacity: 0;
  transition: all 0.5s ease-out;
}
/* line 3177, ../scss/_global-style.scss */
#play-video-product:hover .imageHoverVideo {
  transition: all 0.5s ease-out;
  opacity: 1;
}

/* line 3185, ../scss/_global-style.scss */
.wishlist-shared-index .main .col-wrapper {
  position: relative;
  padding: 0 33px 0 29px;
  width: 601px;
  float: left;
}
/* line 3190, ../scss/_global-style.scss */
.wishlist-shared-index .main .col-wrapper .col-main {
  float: none;
  margin: 0;
  display: block;
  width: auto;
  padding: 0;
}
/* line 3198, ../scss/_global-style.scss */
.wishlist-shared-index .main .col-right {
  overflow: hidden;
  padding: 0 31px;
  float: none;
  width: auto;
}
/* line 3203, ../scss/_global-style.scss */
.wishlist-shared-index .main .col-right .headerBox-search {
  float: none;
  margin: 0 0 20px 0;
}
/* line 3206, ../scss/_global-style.scss */
.wishlist-shared-index .main .col-right .headerBox-search input {
  width: 184px;
}
/* line 3212, ../scss/_global-style.scss */
.wishlist-shared-index .products-list {
  border-bottom: 0;
  margin-bottom: 20px;
}
/* line 3215, ../scss/_global-style.scss */
.wishlist-shared-index .products-list .product-shop .product-name {
  margin-right: 0;
}
/* line 3219, ../scss/_global-style.scss */
.wishlist-shared-index .price-box-wrapper {
  min-width: 0;
  padding: 15px;
  background-color: #fff;
}
/* line 3223, ../scss/_global-style.scss */
.wishlist-shared-index .price-box-wrapper .defaultGreenButton {
  margin-bottom: 10px;
}
/* line 3227, ../scss/_global-style.scss */
.wishlist-shared-index .add-to-links {
  font-size: 11px;
  transition: all 0.3s ease-out;
}
/* line 3230, ../scss/_global-style.scss */
.wishlist-shared-index .add-to-links:hover {
  color: #333;
  transition: all 0.3s ease-out;
}
/* line 3235, ../scss/_global-style.scss */
.wishlist-shared-index .buttons-set .button {
  padding-top: 6px;
}

/* line 3240, ../scss/_global-style.scss */
.header-loginBox:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
}

/* line 3249, ../scss/_global-style.scss */
.header-wr:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
}

/* line 3258, ../scss/_global-style.scss */
.headerBox-wr:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
}

/* line 3267, ../scss/_global-style.scss */
.headerBox-bottom:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
}

/* line 3277, ../scss/_global-style.scss */
#onestepcheckout-li-password:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
}

/* line 3286, ../scss/_global-style.scss */
.toolbar .pager:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
}

/* line 3295, ../scss/_global-style.scss */
.add-to-links:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
}

/* line 3304, ../scss/_global-style.scss */
.block-addbysku .file-upload > h2:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
}

/* line 3313, ../scss/_global-style.scss */
.headerBox-search:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
}

/* line 3322, ../scss/_global-style.scss */
.clearfix:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
}

/* line 3331, ../scss/_global-style.scss */
.selectWr button:hover {
  background-image: none;
  background-color: #cd1f10;
}

/* line 3335, ../scss/_global-style.scss */
.box-account.box-info .box-head h2 {
  padding: 5px 0 10px 40px;
  font: 16px "DINNextLTProMedium", Arial, sans-serif;
  color: #46350c;
}
/* line 3339, ../scss/_global-style.scss */
.box-account.box-info .box-head h2.custom-acc-inf {
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/custom-acc-inf.png") no-repeat 0 6px;
}

/* line 3343, ../scss/_global-style.scss */
#payment_form_ccsave select option {
  padding-left: 10px;
  border: none;
}

/* line 3348, ../scss/_global-style.scss */
#shipping_estimation.defaultFormGrid select {
  margin-bottom: 0 !important;
}
/* line 3351, ../scss/_global-style.scss */
#shipping_estimation.defaultFormGrid .input-box {
  margin-bottom: 5px;
}

/* line 3355, ../scss/_global-style.scss */
.default-table-custom-header thead {
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/product-finder-box.png") repeat 0 0;
}

/* line 3358, ../scss/_global-style.scss */
.order-page .order-date {
  margin: 0 10px 20px;
  color: #333;
  font-size: 12px;
}

/* line 3363, ../scss/_global-style.scss */
.manufacturersWr .brands_container h2 {
  margin-bottom: 18px;
  font-family: "DINNextLTProMedium", Arial, sans-serif;
  font-size: 22px;
  color: #ee3026;
}

/* line 3369, ../scss/_global-style.scss */
.brand-static-blocks .featured-manufacturer h2 {
  margin-bottom: 10px;
  font-family: "DINNextLTProMedium", Arial, sans-serif;
  font-size: 22px;
  color: #333;
}

/* line 3375, ../scss/_global-style.scss */
.products-grid .special-price {
  font-size: 12px;
}

/* line 3379, ../scss/_global-style.scss */
.add-to-box .add-to-links .change {
  margin: 0 0 0 6px !important;
  font-size: 0;
  transition: none;
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/bkg_btn-split-change.png") #fff 6px 50% no-repeat;
}
/* line 3385, ../scss/_global-style.scss */
.add-to-box .add-to-links .change:before {
  top: 2px;
  border-left: 1px solid #999;
  transition: none;
}
/* line 3392, ../scss/_global-style.scss */
.add-to-box .add-to-links .list-container {
  right: 0;
}
/* line 3395, ../scss/_global-style.scss */
.add-to-box .add-to-links .active .change {
  margin: 0 0 0 6px !important;
  padding: 2px;
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/bkg_btn-split-change.png") #fff 5px 49% no-repeat;
  transition: none;
}

/* line 3403, ../scss/_global-style.scss */
.grid-mode-button .button-price {
  position: absolute;
  right: 6px;
  bottom: 0;
}

/* line 3408, ../scss/_global-style.scss */
.account-create.create-left .page-title {
  margin: 0;
}

/* line 3411, ../scss/_global-style.scss */
table.subtotal tr td {
  text-align: right;
}
/* line 3413, ../scss/_global-style.scss */
table.subtotal tr td:first-child {
  width: 100%;
}
/* line 3416, ../scss/_global-style.scss */
table.subtotal tr td.totla-box-wr .price {
  font: bold 14px "DINNextLTProRegular", Arial, sans-serif;
}

/* line 3421, ../scss/_global-style.scss */
.headerBox-cart .subtotal-wr .actions {
  width: 100%;
}
/* line 3423, ../scss/_global-style.scss */
.headerBox-cart .subtotal-wr .actions .paypal-logo {
  display: none;
}
/* line 3428, ../scss/_global-style.scss */
.headerBox-cart .subtotal-wr .subtotal .price {
  float: right;
  margin-left: 4px;
  clear: both;
  font: 13px "DINNextLTProRegular", Arial, sans-serif;
}
/* line 3434, ../scss/_global-style.scss */
.headerBox-cart .subtotal-wr .subtotal .label {
  font-weight: normal;
}
/* line 3437, ../scss/_global-style.scss */
.headerBox-cart .subtotal-wr .subtotal .totttal + .price {
  font: bold 14px "DINNextLTProRegular", Arial, sans-serif;
}

/* line 3443, ../scss/_global-style.scss */
#mainImageVideoContainer iframe {
  width: 256px !important;
  height: 200px !important;
  position: relative;
  Z-index: 1;
}

/* line 3449, ../scss/_global-style.scss */
.a2a_kit a.share {
  float: left;
  padding: 3px 0 0 30px;
  margin-right: 10px;
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/ico-sprite.png") no-repeat 0 -461px;
  font: 12.5px "DINNextLTProRegular", Arial, sans-serif;
  color: #a58d6d;
  height: 18px;
}
/* line 3457, ../scss/_global-style.scss */
.a2a_kit a.share .a2a_img {
  display: none !important;
}

/* line 3461, ../scss/_global-style.scss */
.product-collateral h3 {
  padding: 30px 0 0;
  margin: 0 0 14px 0;
  font: 20px "DINNextLTProRegular", Arial, sans-serif;
  color: #333;
}

/* line 3467, ../scss/_global-style.scss */
.wishlist-management .table-caption {
  padding: 7px 10px;
  background-color: #faf7f3;
}

/* line 3471, ../scss/_global-style.scss */
.onPagetotalsWr-summary .checkout a {
  display: block;
  margin-bottom: 23px;
}

/* line 3475, ../scss/_global-style.scss */
.product-view .box-up-sell .products-grid li {
  min-height: 320px;
}
/* line 3477, ../scss/_global-style.scss */
.product-view .box-up-sell .products-grid li .ratings {
  text-align: left;
}
/* line 3480, ../scss/_global-style.scss */
.product-view .box-up-sell .products-grid li .price-box {
  text-align: left;
}
/* line 3483, ../scss/_global-style.scss */
.product-view .box-up-sell .products-grid li .product-name {
  margin-bottom: 6px;
  font: 15px/18px "DINNextLTProMedium", Arial, sans-serif;
  color: #333;
  height: 54px;
  overflow: hidden;
}

/* line 3491, ../scss/_global-style.scss */
.ratings .rating-box {
  width: 85px;
  margin: 0 7px 0 0;
  background: none;
  height: auto;
  display: inline-block;
  vertical-align: top;
}
/* line 3498, ../scss/_global-style.scss */
.ratings .rating-box .rating {
  height: 15px;
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/star-bg.png") repeat-x 0 0;
}

/* line 3503, ../scss/_global-style.scss */
.box-reviews .box-title {
  margin-bottom: 24px;
  overflow: hidden;
}
/* line 3506, ../scss/_global-style.scss */
.box-reviews .box-title h2 {
  float: left;
  font: 14px "DINNextLTProBold", Arial, sans-serif;
  color: #333;
}
/* line 3511, ../scss/_global-style.scss */
.box-reviews .box-title h3 {
  float: right;
  font: 11px "DINNextLTProRegular", Arial, sans-serif;
  color: #333;
  text-shadow: none;
  padding: 0;
  margin: 0;
}

/* line 3520, ../scss/_global-style.scss */
.sliderWr.sectionWr > div > h2 {
  padding: 9px 0 5px;
  background-color: #f3ece4;
  border-bottom: 1px solid #e8e8e8;
  text-align: center;
  font: 21.45px "DINNextLTProMedium", Arial, sans-serif;
  color: #333;
  margin: 0;
}

/* line 3529, ../scss/_global-style.scss */
.jcarousel-skin-tango .jcarousel-container {
  background: #fff;
  position: relative;
}

/* line 3533, ../scss/_global-style.scss */
.float-right-box .file-upload {
  float: none;
  width: auto;
  overflow: hidden;
}

/* line 3538, ../scss/_global-style.scss */
.block-blog .block-content > div {
  margin-bottom: 45px;
}
/* line 3540, ../scss/_global-style.scss */
.block-blog .block-content > div p {
  padding-bottom: 4px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
  font: 16px "DINNextLTProMedium", Arial, sans-serif;
  color: #333;
}
/* line 3547, ../scss/_global-style.scss */
.block-blog .block-content > div ul li {
  margin: 0 0 11px !important;
}
/* line 3549, ../scss/_global-style.scss */
.block-blog .block-content > div ul li a {
  font: 12px "DINNextLTProRegular", Arial, sans-serif;
  color: #333;
  text-decoration: none;
}
/* line 3553, ../scss/_global-style.scss */
.block-blog .block-content > div ul li a:hover {
  color: #ee3026;
}

/* line 3559, ../scss/_global-style.scss */
#forgottenPasswordPopup .validation-advice {
  position: absolute;
}

/* line 3562, ../scss/_global-style.scss */
.price-box-bundle .price-box {
  position: static;
  margin: 0;
}

/* line 3567, ../scss/_global-style.scss */
.configuration-options .product-options-bundle-wr dl dd {
  margin: 0;
  padding: 0;
}
/* line 3570, ../scss/_global-style.scss */
.configuration-options .product-options-bundle-wr dl dd select {
  width: 100%;
  padding: 5px;
  background-image: none;
  background-color: #fefefe;
  border-color: #d6d1d1;
  transition: all 0.4s ease-out;
  font: 12px "DINNextLTProRegular", Arial, sans-serif;
  color: #666;
}
/* line 3579, ../scss/_global-style.scss */
.configuration-options .product-options-bundle-wr dl dd select:focus {
  border-color: rgba(238, 48, 38, 0.5);
  background-color: #fff;
  outline: none;
  transition: all 0.4s ease-out;
}
/* line 3587, ../scss/_global-style.scss */
.configuration-options .product-options-bundle-wr dl dt label {
  font-family: "DINNextLTProRegular", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #333;
}

/* line 3594, ../scss/_global-style.scss */
.item-options dd {
  margin: 0;
  padding: 0;
}
/* line 3597, ../scss/_global-style.scss */
.item-options dd .price {
  display: none;
}

/* line 3601, ../scss/_global-style.scss */
.fb_iframe_widget span {
  position: static !important;
}

/* line 3604, ../scss/_global-style.scss */
.mCustomScrollBox > .mCSB_scrollTools {
  width: 12px;
  border-left: 1px solid #f8f6f3;
  border-right: 1px solid #f8f6f3;
  height: 100%;
  top: 0;
  right: 0;
}

/* line 3612, ../scss/_global-style.scss */
.mCSB_horizontal.mCustomScrollBox > .mCSB_scrollTools {
  width: 100%;
  height: 16px;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

/* line 3622, ../scss/_global-style.scss */
.mCS-dark > .mCSB_scrollTools .mCSB_draggerRail {
  background: rgba(0, 0, 0, 0.15);
}
/* line 3626, ../scss/_global-style.scss */
.mCS-dark > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #a58d6d;
}
/* line 3629, ../scss/_global-style.scss */
.mCS-dark > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}
/* line 3632, ../scss/_global-style.scss */
.mCS-dark > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}
/* line 3635, ../scss/_global-style.scss */
.mCS-dark > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}

/* line 3641, ../scss/_global-style.scss */
.mCS-light-2 > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 1px;
}
/* line 3647, ../scss/_global-style.scss */
.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background: #a58d6d;
  border-radius: 1px;
}
/* line 3653, ../scss/_global-style.scss */
.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.85);
}
/* line 3656, ../scss/_global-style.scss */
.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9);
}
/* line 3659, ../scss/_global-style.scss */
.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9);
}
/* line 3663, ../scss/_global-style.scss */
.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}
/* line 3666, ../scss/_global-style.scss */
.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}
/* line 3669, ../scss/_global-style.scss */
.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}
/* line 3672, ../scss/_global-style.scss */
.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}

/* line 3677, ../scss/_global-style.scss */
.mCS-light-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
/* line 3682, ../scss/_global-style.scss */
.mCS-light-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

/* line 3689, ../scss/_global-style.scss */
.mCS-dark-2 > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 1px;
}
/* line 3696, ../scss/_global-style.scss */
.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background: #a58d6d;
}
/* line 3700, ../scss/_global-style.scss */
.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}
/* line 3703, ../scss/_global-style.scss */
.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}
/* line 3706, ../scss/_global-style.scss */
.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}

/* line 3712, ../scss/_global-style.scss */
.mCS-dark-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
/* line 3717, ../scss/_global-style.scss */
.mCS-dark-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

/* line 3724, ../scss/_global-style.scss */
.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background: #a58d6d;
}
/* line 3728, ../scss/_global-style.scss */
.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.85);
}
/* line 3731, ../scss/_global-style.scss */
.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9);
}
/* line 3734, ../scss/_global-style.scss */
.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9);
}

/* line 3739, ../scss/_global-style.scss */
.mCS-light-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
/* line 3744, ../scss/_global-style.scss */
.mCS-light-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

/* line 3751, ../scss/_global-style.scss */
.mCS-dark-thick > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
/* line 3758, ../scss/_global-style.scss */
.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
}
/* line 3764, ../scss/_global-style.scss */
.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}
/* line 3767, ../scss/_global-style.scss */
.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}
/* line 3770, ../scss/_global-style.scss */
.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}
/* line 3774, ../scss/_global-style.scss */
.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}
/* line 3777, ../scss/_global-style.scss */
.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}
/* line 3780, ../scss/_global-style.scss */
.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}
/* line 3783, ../scss/_global-style.scss */
.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}

/* line 3787, ../scss/_global-style.scss */
.mCS-dark-thick.mCSB_horizontal {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
/* line 3791, ../scss/_global-style.scss */
.mCS-dark-thick.mCSB_horizontal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

/* line 3798, ../scss/_global-style.scss */
.mCS-light-thin > .mCSB_scrollTools .mCSB_draggerRail {
  background: rgba(255, 255, 255, 0.1);
}
/* line 3801, ../scss/_global-style.scss */
.mCS-light-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

/* line 3806, ../scss/_global-style.scss */
.mCS-light-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
}
/* line 3809, ../scss/_global-style.scss */
.mCS-light-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

/* line 3816, ../scss/_global-style.scss */
.mCS-dark-thin > .mCSB_scrollTools .mCSB_draggerRail {
  background: rgba(0, 0, 0, 0.15);
}
/* line 3820, ../scss/_global-style.scss */
.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
  background: rgba(0, 0, 0, 0.75);
}
/* line 3824, ../scss/_global-style.scss */
.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}
/* line 3827, ../scss/_global-style.scss */
.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}
/* line 3830, ../scss/_global-style.scss */
.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}
/* line 3834, ../scss/_global-style.scss */
.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

/* line 3839, ../scss/_global-style.scss */
.mCS-dark-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
}
/* line 3842, ../scss/_global-style.scss */
.mCS-dark-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

/* line 3848, ../scss/_global-style.scss */
[class*="block-product-age"] h2 {
  margin-bottom: 10px;
  font: bold 15px/15px "DINNextLTProRegular", Arial, sans-serif;
  color: #333;
}

/* line 3853, ../scss/_global-style.scss */
.popup-content iframe body {
  background-color: transparent;
}

/* line 3858, ../scss/_global-style.scss */
.postContent ul {
  margin-left: 20px;
}
/* line 3860, ../scss/_global-style.scss */
.postContent ul li {
  list-style: disc;
  margin-bottom: 10px;
}

/* line 3865, ../scss/_global-style.scss */
.popupMainBlockContent .popup.trade_popup_wr {
  width: 750px;
  margin-left: -375px;
}

/* line 3869, ../scss/_global-style.scss */
.required.custom_trade {
  margin-right: 11px;
}

/* line 3872, ../scss/_global-style.scss */
.onestepcheckout-summary .item-msg {
  color: red;
  font-size: 11px !important;
}

/* line 3876, ../scss/_global-style.scss */
.col-2 div.onestepcheckout-comments textarea {
  width: 95%;
  padding: 5px;
  background-image: none;
  background-color: #fefefe;
  border: 1px solid #e1e1e1;
  transition: all 0.4s ease-out;
  font: 13px "DINNextLTProRegular", Arial, sans-serif;
  color: #666;
  resize: none;
  height: 30px;
}

/* line 3890, ../scss/_global-style.scss */
.pager {
  background: #faf8f5;
  color: #333;
  font: 14px "DINNextLTProMedium", Arial, sans-serif;
  border: none;
  padding: 8px 12px;
  margin: 10px 0;
  font-family: "DINNextLTProMedium", Arial, sans-serif;
  text-shadow: none;
}
/* line 3899, ../scss/_global-style.scss */
.pager .custom-select {
  display: inline-block;
  vertical-align: top;
}
/* line 3902, ../scss/_global-style.scss */
.pager .custom-select select {
  padding: 1px 20px 1px 0px;
  height: 18px;
  text-indent: 0;
}
/* line 3907, ../scss/_global-style.scss */
.pager .custom-select:after {
  content: "";
  font-family: 'icomoon';
  right: 3px;
  border: 0;
  top: 6px;
  color: #fff;
  font-size: 12px;
}
/* line 3916, ../scss/_global-style.scss */
.pager .custom-select:before {
  width: 18px;
}
/* line 3920, ../scss/_global-style.scss */
.pager label {
  position: relative;
  font-size: 12px;
  font-family: "DINNextLTProMedium", Arial, sans-serif;
  color: #333;
  top: -1px;
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  margin-right: 6px;
  height: 20px;
}
/* line 3932, ../scss/_global-style.scss */
.pager .limiter {
  float: left;
  position: relative;
  margin: 0 20px 0 0;
}
/* line 3936, ../scss/_global-style.scss */
.pager .limiter select {
  width: 48px;
}
/* line 3940, ../scss/_global-style.scss */
.pager .amount {
  float: left;
  margin: 4px 10px 0 0;
  line-height: normal;
  font-size: 12px;
  font-family: "DINNextLTProMedium", Arial, sans-serif;
  color: #333;
}
/* line 3947, ../scss/_global-style.scss */
.pager .amount strong {
  font-weight: normal;
}
/* line 3951, ../scss/_global-style.scss */
.pager .pages {
  margin: 0 135px;
  text-align: center;
  color: #333;
  line-height: 20px;
}
/* line 3956, ../scss/_global-style.scss */
.pager .pages a {
  color: #8c8c8c;
  text-decoration: underline;
}
/* line 3959, ../scss/_global-style.scss */
.pager .pages a:hover {
  color: #8c8c8c;
  text-decoration: none;
}
/* line 3964, ../scss/_global-style.scss */
.pager .pages ol {
  display: inline;
  padding: 0 2px;
}
/* line 3968, ../scss/_global-style.scss */
.pager .pages li {
  display: inline;
  padding: 0 2px;
}
/* line 3972, ../scss/_global-style.scss */
.pager .pages .current {
  font-weight: bold;
}
/* line 3975, ../scss/_global-style.scss */
.pager .pages .i-previous {
  text-decoration: none !important;
  vertical-align: middle;
}
/* line 3979, ../scss/_global-style.scss */
.pager .pages .i-next {
  text-decoration: none !important;
  vertical-align: middle;
}
/* line 3984, ../scss/_global-style.scss */
.pager a {
  text-decoration: none;
  color: #333;
}
/* line 3988, ../scss/_global-style.scss */
.pager .view-mode {
  float: left;
  margin-right: 23px;
}
/* line 3991, ../scss/_global-style.scss */
.pager .view-mode > * {
  width: 18px;
  height: 18px;
  float: right;
}
/* line 3996, ../scss/_global-style.scss */
.pager .view-mode a {
  color: #292929;
}
/* line 3998, ../scss/_global-style.scss */
.pager .view-mode a:hover {
  color: #e22311;
}
/* line 4002, ../scss/_global-style.scss */
.pager .view-mode strong {
  color: #e22311;
}
/* line 4005, ../scss/_global-style.scss */
.pager .view-mode .grid {
  font-size: 38px;
}
/* line 4007, ../scss/_global-style.scss */
.pager .view-mode .grid .im {
  display: block;
  line-height: 19px;
  text-indent: -10px;
}
/* line 4013, ../scss/_global-style.scss */
.pager .view-mode .list {
  margin-right: 10px;
  font-size: 18px;
}
/* line 4018, ../scss/_global-style.scss */
.pager .sort-by {
  float: left;
  position: relative;
  margin: 0 23px 0 0;
}
/* line 4022, ../scss/_global-style.scss */
.pager .sort-by select {
  min-width: 80px;
  max-width: 85px;
}
/* line 4027, ../scss/_global-style.scss */
.pager .view-all {
  float: left;
  margin-right: 25px;
  font-size: 12px;
  font-weight: 700;
  height: 21px;
  line-height: 23px;
}
/* line 4035, ../scss/_global-style.scss */
.pager .pagination-custom {
  text-align: center;
  line-height: 21px;
  white-space: nowrap;
}
/* line 4039, ../scss/_global-style.scss */
.pager .pagination-custom li {
  margin: 0 2px 0 0;
  font: 12px "DINNextLTProMedium", Arial, sans-serif;
  text-transform: uppercase;
  color: #333;
  display: inline;
}
/* line 4045, ../scss/_global-style.scss */
.pager .pagination-custom li a {
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease-out;
  font: 12px "DINNextLTProMedium", Arial, sans-serif;
}
/* line 4050, ../scss/_global-style.scss */
.pager .pagination-custom li a:hover {
  color: #ee342a;
  transition: all 0.3s ease-out;
}
/* line 4054, ../scss/_global-style.scss */
.pager .pagination-custom li a img {
  position: relative;
  top: -1px;
}
/* line 4058, ../scss/_global-style.scss */
.pager .pagination-custom li a.next, .pager .pagination-custom li a.previous {
  color: #e22311;
}
/* line 4063, ../scss/_global-style.scss */
.pager .pagination-custom .current {
  font-weight: bold;
  text-decoration: underline;
}

/* line 4070, ../scss/_global-style.scss */
.box section span {
  font-weight: bold;
  font-size: 12px;
  font-family: arial;
}

/* line 4076, ../scss/_global-style.scss */
.prod-info.ui-dialog {
  padding: 5px !important;
}

/* line 4080, ../scss/_global-style.scss */
.ui-dialog {
  position: absolute;
  top: 160px !important;
  z-index: 10000 !important;
  padding: 10px 35px 25px;
  background: #fff;
  -webkit-box-shadow: 2px 2px 10px 0 #454545;
  -moz-box-shadow: 2px 2px 10px 0 #454545;
  box-shadow: 2px 2px 10px 0 #454545;
}

/* line 4091, ../scss/_global-style.scss */
.prod-info .ui-dialog-titlebar {
  padding: 6px 10px;
  border-bottom: 1px dotted #000;
  text-align: left;
  font-weight: normal;
  font-size: 15px;
  font-family: 'NeuzeitGro-Reg', Arial, sans-serif;
}

/* line 4100, ../scss/_global-style.scss */
.prod-info .ui-dialog-titlebar {
  text-align: left;
  font-weight: normal;
  font-size: 15px;
  font-family: 'NeuzeitGro-Reg', Arial, sans-serif;
}

/* line 4108, ../scss/_global-style.scss */
.product-image .quick-view {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1000;
  display: none;
  margin-top: -10px;
  margin-left: -55px;
  padding-left: 31px;
  width: 79px;
  height: 21px;
  background-color: brown;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 11px;
  font-family: 'NeuzeitGro-Reg';
  line-height: 22px;
}
/* line 4127, ../scss/_global-style.scss */
.product-image:hover .quick-view {
  display: block;
}

/* line 4132, ../scss/_global-style.scss */
.tradeLeftCtn {
  float: left;
  width: 50%;
}

/* line 4137, ../scss/_global-style.scss */
.tradeRightCtn {
  margin-left: 500px;
}

/* line 4141, ../scss/_global-style.scss */
iframe[name="google_conversion_frame"] {
  display: none;
}

/* line 4145, ../scss/_global-style.scss */
#ewave_recaptcha_clone {
  width: 318px !important;
}
/* line 4147, ../scss/_global-style.scss */
#ewave_recaptcha_clone input#recaptcha_response_field_clone {
  margin: 0 0px;
}

/* line 4153, ../scss/_global-style.scss */
.customer-account-create .forgot-right {
  display: none;
}
/* line 4156, ../scss/_global-style.scss */
.customer-account-create p.back-link {
  display: none;
}
/* line 4159, ../scss/_global-style.scss */
.customer-account-create .account-create {
  margin-bottom: 20px;
}
/* line 4162, ../scss/_global-style.scss */
.customer-account-create .buttons-set {
  margin-top: 10px;
}

/* line 4167, ../scss/_global-style.scss */
.recaptcha {
  margin-bottom: 10px;
}

/* line 4172, ../scss/_global-style.scss */
.reviewCaptcha .recaptcha {
  margin-bottom: 0;
  overflow: visible !important;
}

/* line 4179, ../scss/_global-style.scss */
body.old-browser, .msie6 body, .msie7 body {
  padding-top: 68px;
}

/* line 4182, ../scss/_global-style.scss */
#jr_overlay {
  display: none !important;
}

/* line 4185, ../scss/_global-style.scss */
#jr_wrap {
  position: absolute;
  top: 0 !important;
  width: 100%;
  background: #FFEFD1;
  padding: 15px;
  height: 68px;
  box-sizing: border-box;
}
/* line 4193, ../scss/_global-style.scss */
#jr_wrap #jr_inner {
  margin: 0 auto;
  padding: 0 20px 0 48px;
  font-size: 14px;
  position: relative;
  width: 700px !important;
  max-width: 700px !important;
  box-sizing: border-box;
}
/* line 4201, ../scss/_global-style.scss */
#jr_wrap #jr_inner p {
  margin: 0;
  font-size: 14px;
}
/* line 4205, ../scss/_global-style.scss */
#jr_wrap #jr_inner ul {
  list-style: none;
  display: inline;
}
/* line 4208, ../scss/_global-style.scss */
#jr_wrap #jr_inner ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
/* line 4215, ../scss/_global-style.scss */
#jr_wrap h1 {
  margin: 0;
}
/* line 4218, ../scss/_global-style.scss */
#jr_wrap #jr_close {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 4222, ../scss/_global-style.scss */
#jr_wrap #jr_close a {
  text-decoration: none;
}
/* line 4226, ../scss/_global-style.scss */
#jr_wrap .im-cancel {
  font-size: 18px;
}
/* line 4229, ../scss/_global-style.scss */
#jr_wrap .im-notice {
  font-size: 37px;
  color: #FD9635;
  position: absolute;
  left: 0;
  top: -4px;
}

/* line 4237, ../scss/_global-style.scss */
#msie7notice {
  position: absolute;
  top: 0 !important;
  width: 100%;
  background: #FFEFD1;
  padding: 15px;
}
/* line 4243, ../scss/_global-style.scss */
#msie7notice p {
  margin: 0 auto;
  font-size: 14px;
  width: 700px;
}

/* line 4254, ../scss/_global-style.scss */
#svg-sprite {
  display: none;
}

/* line 4258, ../scss/_global-style.scss */
svg.icon {
  max-width: 100%;
  max-height: 100%;
  fill: currentColor;
}

/* line 1, ../scss/blocks/_header.scss */
.top-info-bar {
  background: #e42312;
  text-transform: uppercase;
  color: #fff;
  overflow: hidden;
  padding: 14px 0;
}
/* line 7, ../scss/blocks/_header.scss */
.top-info-bar ul {
  width: 1020px;
  margin: 0 auto;
  text-align: center;
}
/* line 11, ../scss/blocks/_header.scss */
.top-info-bar ul li {
  height: 32px;
  font: 14px/32px "DINNextLTProBold", Arial, sans-serif;
  background-image: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/ico-sprite.png");
  background-repeat: no-repeat;
}
/* line 17, ../scss/blocks/_header.scss */
.top-info-bar ul li.delivery {
  float: left;
  padding-left: 76px;
  background-position: 0 -496px;
  height: 47px;
  margin-top: -8px;
  margin-bottom: -7px;
  line-height: 50px;
}
/* line 26, ../scss/blocks/_header.scss */
.top-info-bar ul li.shopping {
  display: inline-block;
  vertical-align: top;
  padding-left: 36px;
  background-position: 0 -560px;
}
/* line 32, ../scss/blocks/_header.scss */
.top-info-bar ul li.brands {
  float: right;
  padding-left: 41px;
  background-position: 0 -630px;
}

/* line 41, ../scss/blocks/_header.scss */
.header-loginBox-wr {
  position: relative;
  background-color: #ece3d7;
}

/* line 46, ../scss/blocks/_header.scss */
.header-loginBox {
  width: 1020px;
  min-height: 31px;
  margin: 0 auto;
  padding-top: 1px;
  position: relative;
}

/* line 54, ../scss/blocks/_header.scss */
.header-loginBox-menu {
  float: left;
  margin: 10px 5px 0 0;
  position: relative;
  z-index: 1;
}
/* line 59, ../scss/blocks/_header.scss */
.header-loginBox-menu li {
  float: left;
  font-size: 10px;
}
/* line 62, ../scss/blocks/_header.scss */
.header-loginBox-menu li a {
  position: relative;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font: 12px "DINNextLTProBold", Arial, sans-serif;
}
/* line 68, ../scss/blocks/_header.scss */
.header-loginBox-menu li a:before {
  content: "|";
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
/* line 74, ../scss/blocks/_header.scss */
.header-loginBox-menu li a:hover {
  text-decoration: underline;
}
/* line 79, ../scss/blocks/_header.scss */
.header-loginBox-menu li:first-child a {
  padding-left: 0;
}
/* line 81, ../scss/blocks/_header.scss */
.header-loginBox-menu li:first-child a:before {
  content: none;
}

/* line 89, ../scss/blocks/_header.scss */
.header-loginBox-contact {
  margin-left: initial;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
/* line 96, ../scss/blocks/_header.scss */
.header-loginBox-contact li {
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
}
/* line 100, ../scss/blocks/_header.scss */
.header-loginBox-contact li a {
  display: block;
  height: 30px;
  text-decoration: none;
  font: 12px/35px "DINNextLTProBold", Arial, sans-serif;
  color: #000;
}
/* line 106, ../scss/blocks/_header.scss */
.header-loginBox-contact li a:before {
  font-family: 'icomoon';
  color: #4a4a49;
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  transition: 0.3s;
}
/* line 115, ../scss/blocks/_header.scss */
.header-loginBox-contact li a:after {
  content: '|';
  margin-left: 5px;
  color: #000;
}
/* line 120, ../scss/blocks/_header.scss */
.header-loginBox-contact li a:hover {
  color: #e42312;
}
/* line 122, ../scss/blocks/_header.scss */
.header-loginBox-contact li a:hover:before {
  color: #e42312;
}
/* line 128, ../scss/blocks/_header.scss */
.header-loginBox-contact li.liveChat {
  margin-right: 0;
}
/* line 130, ../scss/blocks/_header.scss */
.header-loginBox-contact li.liveChat a:before {
  content: "";
}
/* line 133, ../scss/blocks/_header.scss */
.header-loginBox-contact li.liveChat a:after {
  content: none;
}
/* line 137, ../scss/blocks/_header.scss */
.header-loginBox-contact li.phone a:before {
  content: "";
  margin-top: -2px;
}
/* line 141, ../scss/blocks/_header.scss */
.header-loginBox-contact li.faceebook a:before {
  content: "";
}

/* line 147, ../scss/blocks/_header.scss */
.header-loginBox-login-wr {
  float: right;
  padding: 5px 0 0;
  position: relative;
  z-index: 1;
}
/* line 152, ../scss/blocks/_header.scss */
.header-loginBox-login-wr table {
  float: left;
  width: 0px;
}
/* line 155, ../scss/blocks/_header.scss */
.header-loginBox-login-wr table td {
  vertical-align: top;
}
/* line 159, ../scss/blocks/_header.scss */
.header-loginBox-login-wr button {
  float: left;
  height: 21px;
  position: relative;
  top: 0px;
  line-height: 23px;
  margin: 0;
  padding: 0 6px;
  font-size: 10px;
  text-align: center;
  color: #fff;
  background: #c6a580;
  width: 52px;
  text-shadow: none;
}
/* line 174, ../scss/blocks/_header.scss */
.header-loginBox-login-wr input {
  width: 90px;
  padding: 2px 5px;
  border: 0;
  background-color: #fff;
  font-family: "DINNextLTProRegular", Arial, sans-serif;
  font-size: 10px;
  color: #3e3e3e;
  margin: 0 3px 0 0;
  height: 21px;
}
/* line 184, ../scss/blocks/_header.scss */
.header-loginBox-login-wr input:focus {
  outline-offset: 0;
  outline: none;
}
/* line 188, ../scss/blocks/_header.scss */
.header-loginBox-login-wr input + input {
  margin-left: 5px;
}

/* line 194, ../scss/blocks/_header.scss */
.header-loginBox-login-wr-login {
  float: right;
  margin-right: 7px;
  margin-top: -5px;
  position: relative;
  z-index: 1;
}
/* line 200, ../scss/blocks/_header.scss */
.header-loginBox-login-wr-login * {
  float: none;
  font-size: 10px;
  color: #3e3e3e;
}

/* line 207, ../scss/blocks/_header.scss */
::-webkit-input-placeholder {
  font-family: "DINNextLTProRegular", Arial, sans-serif;
  font-size: 10px;
  color: #3e3e3e;
}

/* line 213, ../scss/blocks/_header.scss */
:-moz-placeholder {
  font-family: "DINNextLTProRegular", Arial, sans-serif;
  font-size: 10px;
  color: #3e3e3e;
}

/* line 219, ../scss/blocks/_header.scss */
.fundraising-website-switcher {
  position: fixed;
  height: 282px;
  width: 180px;
  left: 0;
  top: 135px;
  z-index: 999;
  overflow: hidden;
}

/* line 229, ../scss/blocks/_header.scss */
.fundraising-website-switcher-top {
  height: 59px;
  background-color: #292929;
  position: relative;
  z-index: 99;
  font: 14px/18px "DINNextLTProMedium", Arial, sans-serif;
  color: #fff;
}
/* line 236, ../scss/blocks/_header.scss */
.fundraising-website-switcher-top ul {
  overflow: hidden;
  width: 1020px;
  margin: 0 auto;
  padding-top: 20px;
}
/* line 241, ../scss/blocks/_header.scss */
.fundraising-website-switcher-top ul li {
  float: left;
}
/* line 243, ../scss/blocks/_header.scss */
.fundraising-website-switcher-top ul li.item a, .fundraising-website-switcher-top ul li.item > span {
  display: block;
  background: #292929;
  color: #fff;
  font: 15px "DINNextLTProBold", Arial, sans-serif;
  text-transform: uppercase;
  border-bottom: 39px solid #b2be26;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  height: 0;
  width: 124px;
  position: relative;
  border-radius: 4px 4px 0 0;
  text-decoration: none;
}
/* line 257, ../scss/blocks/_header.scss */
.fundraising-website-switcher-top ul li.item a:after, .fundraising-website-switcher-top ul li.item > span:after {
  content: "";
  display: block;
  height: 20px;
  width: 126px;
  border-radius: 10px 10px 0 0;
  background-color: #b2be26;
  position: absolute;
  top: -5px;
  left: -1px;
}
/* line 268, ../scss/blocks/_header.scss */
.fundraising-website-switcher-top ul li.item a.active, .fundraising-website-switcher-top ul li.item a:hover, .fundraising-website-switcher-top ul li.item > span.active, .fundraising-website-switcher-top ul li.item > span:hover {
  color: #e12621;
  border-bottom-color: #fff;
}
/* line 271, ../scss/blocks/_header.scss */
.fundraising-website-switcher-top ul li.item a.active:after, .fundraising-website-switcher-top ul li.item a:hover:after, .fundraising-website-switcher-top ul li.item > span.active:after, .fundraising-website-switcher-top ul li.item > span:hover:after {
  background: #fff;
}
/* line 275, ../scss/blocks/_header.scss */
.fundraising-website-switcher-top ul li.item a span, .fundraising-website-switcher-top ul li.item > span span {
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
  vertical-align: middle;
  line-height: 29px;
  padding: 4px;
}
/* line 285, ../scss/blocks/_header.scss */
.fundraising-website-switcher-top ul li.item.trade a, .fundraising-website-switcher-top ul li.item.main-site a {
  border-bottom-color: #e42312;
}
/* line 287, ../scss/blocks/_header.scss */
.fundraising-website-switcher-top ul li.item.trade a:after, .fundraising-website-switcher-top ul li.item.main-site a:after {
  background-color: #e42312;
}
/* line 290, ../scss/blocks/_header.scss */
.fundraising-website-switcher-top ul li.item.trade a:hover, .fundraising-website-switcher-top ul li.item.main-site a:hover {
  color: #e12621;
  border-bottom-color: #fff;
}
/* line 293, ../scss/blocks/_header.scss */
.fundraising-website-switcher-top ul li.item.trade a:hover:after, .fundraising-website-switcher-top ul li.item.main-site a:hover:after {
  background: #fff;
}
/* line 298, ../scss/blocks/_header.scss */
.fundraising-website-switcher-top ul li img {
  display: none;
}
/* line 301, ../scss/blocks/_header.scss */
.fundraising-website-switcher-top ul li.fundraising-text a {
  color: #fff;
  text-decoration: none;
  margin-left: 20px;
}
/* line 307, ../scss/blocks/_header.scss */
.fundraising-website-switcher-top ul li.main-site.item a span, .fundraising-website-switcher-top ul li.main-site.item > span span {
  line-height: 16px;
}

/* line 315, ../scss/blocks/_header.scss */
.placeholder {
  font-family: "DINNextLTProRegular", Arial, sans-serif;
  font-size: 10px;
  color: #3e3e3e;
}

/* line 321, ../scss/blocks/_header.scss */
.header-wr {
  position: relative;
  min-height: 115px;
  z-index: 33;
}

/* line 327, ../scss/blocks/_header.scss */
.logo {
  float: left;
  position: relative;
  margin: 13px 100px 0 15px;
  box-sizing: border-box;
  width: 180px;
}

/* line 336, ../scss/blocks/_header.scss */
.goodstart-logged .header-wr {
  min-height: 130px;
}
/* line 339, ../scss/blocks/_header.scss */
.goodstart-logged .logo:not(.-no-goodstart) {
  margin: 33px 0 0 13px;
  width: 140px;
}
/* line 343, ../scss/blocks/_header.scss */
.goodstart-logged .goodstart-logo {
  border-left: 1px solid #9d9fa2;
  float: left;
  width: 104px;
  margin: 28px 0 0 16px;
  padding-left: 20px;
}
/* line 350, ../scss/blocks/_header.scss */
.goodstart-logged .top-1280-fundrasing-buttons {
  display: none;
}

/* line 355, ../scss/blocks/_header.scss */
.headerBox-wr {
  overflow: hidden;
}

/* line 359, ../scss/blocks/_header.scss */
.headerBox-menu {
  float: right;
  padding: 23px 20px 22px 0;
}
/* line 362, ../scss/blocks/_header.scss */
.headerBox-menu li {
  float: left;
  font-size: 11px;
  font-weight: 700;
}
/* line 366, ../scss/blocks/_header.scss */
.headerBox-menu li a {
  display: block;
  position: relative;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font: 12px "DINNextLTProBold", Arial, sans-serif;
}
/* line 373, ../scss/blocks/_header.scss */
.headerBox-menu li a:before {
  margin: 0 5px;
  content: "|";
}
/* line 377, ../scss/blocks/_header.scss */
.headerBox-menu li a:hover {
  text-decoration: underline;
}
/* line 381, ../scss/blocks/_header.scss */
.headerBox-menu li:first-child a:before {
  display: none;
}
/* line 385, ../scss/blocks/_header.scss */
.headerBox-menu li.logo-rewards a {
  margin-top: -8px;
  padding-left: 12px;
}
/* line 388, ../scss/blocks/_header.scss */
.headerBox-menu li.logo-rewards a:before {
  display: none;
}

/* line 397, ../scss/blocks/_header.scss */
.nav-containers ul > li.over.parent .shown-sub {
  opacity: 1;
  z-index: 1000;
  display: block;
  border: 1px solid #e5e5e5;
}
/* line 403, ../scss/blocks/_header.scss */
.nav-containers ul > li.parent .sub-categories {
  opacity: 0;
  min-height: 150px;
  padding: 20px 20px 25px 0;
  position: absolute;
  display: none;
  top: 42px;
  left: 0;
  min-width: 176px;
  z-index: -1;
  border: 1px solid #c0c0c0;
  background-color: #fff;
  box-shadow: 0 10px 20px -2px rgba(0, 0, 0, 0.5);
}
/* line 416, ../scss/blocks/_header.scss */
.nav-containers ul > li.parent .sub-categories.sub-categories-custom-padding {
  padding: 29px 20px 20px 0;
}
/* line 418, ../scss/blocks/_header.scss */
.nav-containers ul > li.parent .sub-categories.sub-categories-custom-padding .attributesOptions {
  margin-bottom: 40px;
}
/* line 421, ../scss/blocks/_header.scss */
.nav-containers ul > li.parent .sub-categories.sub-categories-custom-padding .link-all-products {
  font-weight: bold;
  left: 25px;
  right: auto;
}
/* line 427, ../scss/blocks/_header.scss */
.nav-containers ul > li.parent .sub-categories.specials {
  left: auto !important;
  right: 0;
  padding: 10px !important;
}
/* line 431, ../scss/blocks/_header.scss */
.nav-containers ul > li.parent .sub-categories.specials:before {
  left: auto !important;
  right: 45px;
}
/* line 436, ../scss/blocks/_header.scss */
.nav-containers ul > li.parent .sub-categories .link-all-products {
  position: absolute;
  right: 11px;
  bottom: 7px;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 700;
  width: 159px;
  text-align: left;
}
/* line 445, ../scss/blocks/_header.scss */
.nav-containers ul > li.parent .sub-categories .link-all-products.custom-bg {
  background-color: #f9f5f1;
  right: 0;
  width: 92%;
  text-align: right;
  margin: 0 3%;
  padding: 6px 1%;
}
/* line 453, ../scss/blocks/_header.scss */
.nav-containers ul > li.parent .sub-categories .link-all-products a {
  color: #b2c000;
  font-weight: bold;
  text-decoration: none;
}
/* line 457, ../scss/blocks/_header.scss */
.nav-containers ul > li.parent .sub-categories .link-all-products a:hover {
  text-decoration: underline;
}
/* line 460, ../scss/blocks/_header.scss */
.nav-containers ul > li.parent .sub-categories .link-all-products a .im-arrow-right {
  display: inline-block;
  vertical-align: top;
  margin-left: 3px;
  margin-top: 2px;
}
/* line 469, ../scss/blocks/_header.scss */
.nav-containers ul > li.parent .sub-categories.image_caregory_brands_wr .dropdown {
  min-height: 165px;
}
/* line 471, ../scss/blocks/_header.scss */
.nav-containers ul > li.parent .sub-categories.image_caregory_brands_wr .dropdown li .image {
  width: 180px;
  height: 200px;
  right: 10px;
}
/* line 477, ../scss/blocks/_header.scss */
.nav-containers ul > li.parent .sub-categories.image_caregory_brands_wr .image_caregory_brands {
  width: 180px;
  height: 200px;
  right: 10px;
  display: table;
}
/* line 482, ../scss/blocks/_header.scss */
.nav-containers ul > li.parent .sub-categories.image_caregory_brands_wr .image_caregory_brands .table-cell-caregory-brands {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
/* line 486, ../scss/blocks/_header.scss */
.nav-containers ul > li.parent .sub-categories.image_caregory_brands_wr .image_caregory_brands .table-cell-caregory-brands img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
/* line 494, ../scss/blocks/_header.scss */
.nav-containers ul > li.parent .sub-categories.image_caregory_brands_wr:before {
  left: 480px !important;
}
/* line 498, ../scss/blocks/_header.scss */
.nav-containers ul > li.parent .sub-categories .dropdown {
  float: left;
  margin: 0;
  border-left: 1px solid #ebebeb;
  padding: 0 0 0 25px;
}
/* line 503, ../scss/blocks/_header.scss */
.nav-containers ul > li.parent .sub-categories .dropdown:first-child {
  border-left: none;
}
/* line 506, ../scss/blocks/_header.scss */
.nav-containers ul > li.parent .sub-categories .dropdown li {
  float: none;
  background: none;
  padding: 0 20px 5px 0;
  width: 130px;
}
/* line 511, ../scss/blocks/_header.scss */
.nav-containers ul > li.parent .sub-categories .dropdown li .image {
  position: absolute;
  padding-left: 30px;
  border: none !important;
  right: 13px;
  top: 48px;
  opacity: 0;
  width: 130px;
  height: 130px;
  transition: 0.3s ease-in-out;
  border-left: 1px solid #d8d8d8 !important;
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/image_caregory_bg.png") no-repeat 0 center;
  display: table;
}
/* line 525, ../scss/blocks/_header.scss */
.nav-containers ul > li.parent .sub-categories .dropdown li .image .table-cell-caregory-brands {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
/* line 529, ../scss/blocks/_header.scss */
.nav-containers ul > li.parent .sub-categories .dropdown li .image .table-cell-caregory-brands img {
  position: relative;
  max-width: 100%;
  max-height: 100%;
}
/* line 536, ../scss/blocks/_header.scss */
.nav-containers ul > li.parent .sub-categories .dropdown li a {
  display: block;
  padding: 0;
  text-align: left;
  text-transform: capitalize;
  font-family: "DINNextLTProRegular", Arial, sans-serif;
  font-size: 13px;
  color: #333;
  text-decoration: none;
}
/* line 545, ../scss/blocks/_header.scss */
.nav-containers ul > li.parent .sub-categories .dropdown li a:hover {
  color: #ee2e24 !important;
}
/* line 548, ../scss/blocks/_header.scss */
.nav-containers ul > li.parent .sub-categories .dropdown li a + .image.over {
  opacity: 1;
  transition: 0.3s ease-in-out;
}
/* line 551, ../scss/blocks/_header.scss */
.nav-containers ul > li.parent .sub-categories .dropdown li a + .image.over img {
  position: relative;
}
/* line 558, ../scss/blocks/_header.scss */
.nav-containers ul > li.parent .sub-categories .image_caregory {
  position: absolute;
  padding-left: 30px;
  border: none !important;
  border-left: 1px solid #d8d8d8 !important;
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/image_caregory_bg.png") no-repeat 0 center;
  right: 13px;
  top: 15px;
  opacity: 0;
  width: 130px;
  height: 130px;
  transition: 0.3s ease-in-out;
}
/* line 571, ../scss/blocks/_header.scss */
.nav-containers ul > li.parent .sub-categories .image_caregory.over {
  opacity: 1;
  transition: 0.3s ease-in-out;
  vertical-align: middle;
}
/* line 577, ../scss/blocks/_header.scss */
.nav-containers ul > li.parent .sub-categories .image_caregory img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
}
/* line 584, ../scss/blocks/_header.scss */
.nav-containers ul > li.parent .sub-categories .products-grid {
  width: 100%;
  padding: 0 0 20px 0;
  margin: 0;
}
/* line 588, ../scss/blocks/_header.scss */
.nav-containers ul > li.parent .sub-categories .products-grid .product-image {
  padding: 0 !important;
  height: 125px;
}
/* line 591, ../scss/blocks/_header.scss */
.nav-containers ul > li.parent .sub-categories .products-grid .product-image img {
  display: block;
  max-height: 125px !important;
  margin: 0 auto 10px auto;
}
/* line 597, ../scss/blocks/_header.scss */
.nav-containers ul > li.parent .sub-categories .products-grid li {
  position: relative;
  float: left;
  width: 174px;
  min-height: 300px;
  border: none;
  padding: 0 14px 0 7.5px;
  margin: 0;
  background: none !important;
  text-transform: capitalize !important;
  font-family: "DINNextLTProRegular", Arial, sans-serif;
}
/* line 608, ../scss/blocks/_header.scss */
.nav-containers ul > li.parent .sub-categories .products-grid li .product-name {
  padding: 1px 0 5px;
  font: 14px/16px "DINNextLTProMedium", Arial, sans-serif;
  max-height: 44px;
  overflow: hidden;
  border: 0 !important;
}
/* line 614, ../scss/blocks/_header.scss */
.nav-containers ul > li.parent .sub-categories .products-grid li .product-name a {
  text-align: center !important;
  padding-left: 0 !important;
  color: #3e3e3e;
  text-decoration: none;
}
/* line 621, ../scss/blocks/_header.scss */
.nav-containers ul > li.parent .sub-categories .products-grid li .bottomBoxBye {
  padding: 5px 0;
  position: relative;
}
/* line 624, ../scss/blocks/_header.scss */
.nav-containers ul > li.parent .sub-categories .products-grid li .bottomBoxBye a {
  color: #69ac57;
  text-decoration: none;
  text-transform: uppercase;
  font: 12px "DINNextLTProBold", Arial, sans-serif;
}
/* line 630, ../scss/blocks/_header.scss */
.nav-containers ul > li.parent .sub-categories .products-grid li .bottomBoxBye .price {
  margin: 1px 8px 5px 0;
  font-family: "DINNextLTProMedium", Arial, sans-serif;
  font-size: 16px;
  color: #3e3e3e;
}
/* line 636, ../scss/blocks/_header.scss */
.nav-containers ul > li.parent .sub-categories .products-grid li .bottomBoxBye .old-price {
  margin-bottom: 0;
  position: absolute;
  top: -32px;
  text-align: center;
  width: 100%;
}
/* line 644, ../scss/blocks/_header.scss */
.nav-containers ul > li.parent .sub-categories .products-grid li .short-description {
  display: none;
  font-family: "DINNextLTProRegular", Arial, sans-serif;
  color: #515154 !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  margin-bottom: 5px !important;
}
/* line 653, ../scss/blocks/_header.scss */
.nav-containers ul > li.parent .sub-categories .products-grid li #product-attribute-specs-table tr th {
  font-family: "DINNextLTProRegular", Arial, sans-serif;
  color: #b4b4af !important;
  font-size: 11px !important;
}
/* line 658, ../scss/blocks/_header.scss */
.nav-containers ul > li.parent .sub-categories .products-grid li #product-attribute-specs-table tr td {
  font-family: "DINNextLTProRegular", Arial, sans-serif;
  color: #b4b4af !important;
  font-size: 11px !important;
}
/* line 664, ../scss/blocks/_header.scss */
.nav-containers ul > li.parent .sub-categories .products-grid li + li {
  padding-left: 14px;
  border-left: 1px solid #eee;
}
/* line 669, ../scss/blocks/_header.scss */
.nav-containers ul > li.parent .sub-categories .products-grid .login-to-buy.orangeButton {
  position: static !important;
  margin: 10px 0 !important;
  width: 99.2% !important;
}
/* line 674, ../scss/blocks/_header.scss */
.nav-containers ul > li.parent .sub-categories .products-grid .orangeButton.orangeButtonProd {
  margin: 6px 0 !important;
}
/* line 676, ../scss/blocks/_header.scss */
.nav-containers ul > li.parent .sub-categories .products-grid .orangeButton.orangeButtonProd input {
  display: none;
}
/* line 679, ../scss/blocks/_header.scss */
.nav-containers ul > li.parent .sub-categories .products-grid .orangeButton.orangeButtonProd .buy {
  width: 100%;
  text-align: center;
  text-decoration: none;
  font: 14px "DINNextLTProMedium", Arial, sans-serif;
  background: none;
}
/* line 685, ../scss/blocks/_header.scss */
.nav-containers ul > li.parent .sub-categories .products-grid .orangeButton.orangeButtonProd .buy:after {
  content: "";
  font-family: 'icomoon';
  margin-left: 3px;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
}
/* line 695, ../scss/blocks/_header.scss */
.nav-containers ul > li.parent .sub-categories .products-grid .save-percent p {
  margin-bottom: -10px;
  height: 36px;
  line-height: 36px;
  font-size: 15px;
  font-family: "DINNextLTProRegular", Arial, sans-serif;
  font-weight: 700;
  color: #ee2e24;
  text-align: center;
  text-transform: uppercase;
}
/* line 707, ../scss/blocks/_header.scss */
.nav-containers ul > li.parent .sub-categories .attributesOptions {
  padding: 0 0 0 25px;
}
/* line 709, ../scss/blocks/_header.scss */
.nav-containers ul > li.parent .sub-categories .attributesOptions li {
  float: none;
  background: none;
  padding: 0 20px 5px 0;
  width: 130px;
  text-align: left;
}
/* line 715, ../scss/blocks/_header.scss */
.nav-containers ul > li.parent .sub-categories .attributesOptions li a {
  display: block;
  padding: 0;
  text-align: left;
  text-transform: capitalize;
  font-family: "DINNextLTProRegular", Arial, sans-serif;
  font-size: 13px;
  color: #333;
  text-decoration: none;
}
/* line 724, ../scss/blocks/_header.scss */
.nav-containers ul > li.parent .sub-categories .attributesOptions li a:hover {
  color: #ee2e24 !important;
}
/* line 730, ../scss/blocks/_header.scss */
.nav-containers ul > li.parent .sub-categories > h3 {
  padding: 0 0 12px 25px;
  font: bold 12px "DINNextLTProRegular", Arial, sans-serif;
  color: #333;
  text-align: left;
}
/* line 736, ../scss/blocks/_header.scss */
.nav-containers ul > li.parent .sub-categories div.category-corner {
  position: absolute;
  width: 35px;
  height: 7px;
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/sub-categories-corner.png") no-repeat 0 0;
  left: 45px;
  top: -7px;
  content: " ";
}
/* line 745, ../scss/blocks/_header.scss */
.nav-containers ul > li.parent .sub-categories .special-products p {
  height: 28px;
  margin-bottom: 13px;
  background-color: #f9f5f1;
  font-size: 15px !important;
  font-family: "DINNextLTProMedium", Arial, sans-serif;
  text-align: center !important;
  text-transform: uppercase;
  color: #574124 !important;
  line-height: 28px;
}
/* line 758, ../scss/blocks/_header.scss */
.nav-containers ul > li.parent.right-pos {
  position: static;
}
/* line 761, ../scss/blocks/_header.scss */
.nav-containers ul > li.parent.right-pos .sub-categories {
  right: 0;
  left: auto !important;
}

/* line 768, ../scss/blocks/_header.scss */
.headerBox-bottom {
  clear: both;
}

/* line 772, ../scss/blocks/_header.scss */
.headerBox-search {
  float: left;
  margin-right: 35px;
}
/* line 775, ../scss/blocks/_header.scss */
.headerBox-search * {
  float: left;
}
/* line 778, ../scss/blocks/_header.scss */
.headerBox-search sup {
  float: none;
}
/* line 781, ../scss/blocks/_header.scss */
.headerBox-search input {
  width: 337px;
  height: 34px;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #c6a580;
}
/* line 787, ../scss/blocks/_header.scss */
.headerBox-search input:focus {
  outline: none;
}
/* line 791, ../scss/blocks/_header.scss */
.headerBox-search button {
  position: relative;
  left: -1px;
  padding: 8px 10px 9px 28px !important;
  height: 34px;
  margin: 0 !important;
  background: #e42312;
  border: 1px solid #e6281e !important;
  font-size: 14px;
  text-transform: none;
  font-family: "DINNextLTProMedium", Arial, sans-serif;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(11, 11, 12, 0.4);
}
/* line 804, ../scss/blocks/_header.scss */
.headerBox-search button:hover {
  background-image: none !important;
  background-color: #cd1f10 !important;
}
/* line 808, ../scss/blocks/_header.scss */
.headerBox-search button:before {
  width: 18px;
  height: 19px;
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/ico-sprite.png") no-repeat 0 -340px;
  position: absolute;
  left: 6px;
  top: 8px;
  content: " ";
}

/* line 820, ../scss/blocks/_header.scss */
.headerBox-cart {
  overflow: hidden;
  margin-right: 20px;
}
/* line 823, ../scss/blocks/_header.scss */
.headerBox-cart.greenCart > button {
  height: 34px;
  padding: 0;
  width: 102px;
  text-align: center;
  float: right;
  position: relative;
  left: -2px;
  font-weight: normal !important;
  font: 15px/37px "DINNextLTProMedium", Arial, sans-serif;
  text-shadow: none;
}
/* line 834, ../scss/blocks/_header.scss */
.headerBox-cart.greenCart > button:before {
  width: 24px;
  height: 24px;
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/ico-sprite.png") no-repeat 0 -170px;
  left: 5px;
  content: " ";
  top: 5px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 7px;
}

/* line 849, ../scss/blocks/_header.scss */
.headerBox-cart-description {
  height: 32px;
  overflow: hidden;
  border: 1px solid #d7d7d7;
}
/* line 853, ../scss/blocks/_header.scss */
.headerBox-cart-description .checkout {
  float: right;
  padding: 11px 6px 11px 6px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #3e3e3e;
  transition: all 0.4s ease-out;
}
/* line 863, ../scss/blocks/_header.scss */
.headerBox-cart-description .checkout:hover {
  transition: all 0.4s ease-out;
  background-color: #ee3026;
  color: #fff;
  text-shadow: 0 0 4px #3e3e3e;
}

/* line 872, ../scss/blocks/_header.scss */
.headerBox-cart-description-items {
  float: left;
  padding: 9px 0 0 12px;
  width: 137px;
  cursor: pointer;
}
/* line 877, ../scss/blocks/_header.scss */
.headerBox-cart-description-items * {
  float: left;
  color: #b2c000;
  display: inline;
  font: bold 14px "DINNextLTProRegular", Arial, sans-serif;
}
/* line 883, ../scss/blocks/_header.scss */
.headerBox-cart-description-items .count {
  padding-right: 4px;
}
/* line 886, ../scss/blocks/_header.scss */
.headerBox-cart-description-items .price {
  padding-left: 8px;
  position: relative;
}
/* line 889, ../scss/blocks/_header.scss */
.headerBox-cart-description-items .price:before {
  position: absolute;
  left: 0;
  top: -1px;
  content: " ";
}

/* line 899, ../scss/blocks/_header.scss */
.nav-containers {
  margin: 0 -14px 20px;
  position: relative;
  background: #c7a681;
  box-shadow: 0 4px 0px #ECE4D8;
}
/* line 904, ../scss/blocks/_header.scss */
.nav-containers:before {
  display: block;
  position: absolute;
  width: 14px;
  height: 13px;
  left: 0;
  bottom: -13px;
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/ico-sprite.png") no-repeat 0 -284px;
  content: " ";
  opacity: 0.8;
}
/* line 915, ../scss/blocks/_header.scss */
.nav-containers:after {
  display: block;
  position: absolute;
  width: 14px;
  height: 13px;
  right: 0;
  bottom: -13px;
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/ico-sprite.png") no-repeat 0 -227px;
  content: " ";
  opacity: 0.8;
}

/* line 928, ../scss/blocks/_header.scss */
.horizontal-menu {
  display: table;
  margin: 0;
  width: 100%;
}
/* line 932, ../scss/blocks/_header.scss */
.horizontal-menu > li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  min-width: 100px;
  border-left: 2px solid #DDC9B3;
  position: relative;
  transition: 0.3s;
}
/* line 940, ../scss/blocks/_header.scss */
.horizontal-menu > li:hover {
  background: #e42312;
}
/* line 943, ../scss/blocks/_header.scss */
.horizontal-menu > li:first-child {
  border: none;
}
/* line 946, ../scss/blocks/_header.scss */
.horizontal-menu > li > a {
  display: block;
  height: 42px;
  font-size: 15px;
  font-family: "DINNextLTProMedium", Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  line-height: 45px;
}

/* line 960, ../scss/blocks/_header.scss */
.horizontal-under-menu {
  position: relative;
  display: table;
  width: 100%;
  padding: 10px 0;
  margin: 0;
}
/* line 966, ../scss/blocks/_header.scss */
.horizontal-under-menu li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  min-width: 100px;
  border-left: 1px solid #d7d7d7;
}
/* line 972, ../scss/blocks/_header.scss */
.horizontal-under-menu li:first-child {
  border-left: none;
}
/* line 975, ../scss/blocks/_header.scss */
.horizontal-under-menu li a {
  display: block;
  font-size: 14px;
  font-family: "DINNextLTProMedium", Arial, sans-serif;
  color: #46350c;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 987, ../scss/blocks/_header.scss */
#uberbar {
  height: 55px;
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/uberbar_bg.png") repeat 0 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 5px 15px rgba(6, 6, 6, 0.2);
  z-index: 999;
}
/* line 997, ../scss/blocks/_header.scss */
#uberbar .logo {
  margin: 5px 10px 0 5px;
}

/* line 1002, ../scss/blocks/_header.scss */
.uberbar-content {
  width: 1020px;
  margin: 0 auto;
}
/* line 1005, ../scss/blocks/_header.scss */
.uberbar-content:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
}

/* line 1016, ../scss/blocks/_header.scss */
.uberbar-menu {
  float: left;
  padding: 20px 0 0;
}
/* line 1019, ../scss/blocks/_header.scss */
.uberbar-menu li {
  float: left;
  padding: 0 10px;
  font-family: "DINNextLTProBold", Arial, sans-serif;
  font-size: 13px;
}
/* line 1024, ../scss/blocks/_header.scss */
.uberbar-menu li a {
  color: #3e3e3e;
  text-decoration: none;
  transition: all 0.4s linear 0s;
}
/* line 1028, ../scss/blocks/_header.scss */
.uberbar-menu li a:hover {
  color: #e42312;
  transition: all 0.4s linear 0s;
}

/* line 1036, ../scss/blocks/_header.scss */
.uberbar-search {
  float: left;
  position: relative;
  width: 191px;
  height: 26px;
  margin: 14px 0 0 18px;
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/searchUberbarBg.png") no-repeat 0 0;
}
/* line 1043, ../scss/blocks/_header.scss */
.uberbar-search input {
  width: 155px;
  padding: 5px 0 5px 7px;
  border: none;
  background: none;
  font-family: "DINNextLTProRegular", Arial, sans-serif;
  font-size: 12px;
  color: #3e3e3e;
  margin-bottom: 0;
  height: 25px;
}
/* line 1053, ../scss/blocks/_header.scss */
.uberbar-search input:focus {
  outline: none;
  background-color: transparent;
}
/* line 1058, ../scss/blocks/_header.scss */
.uberbar-search button {
  position: absolute;
  height: 26px;
  width: 30px;
  padding: 0;
  margin: 0;
  right: 0;
  top: 0;
  border: none;
  background: none;
  z-index: 10;
}

/* line 1072, ../scss/blocks/_header.scss */
.uberbar-cart {
  float: right;
  margin: 14px 0 0 20px;
}
/* line 1075, ../scss/blocks/_header.scss */
.uberbar-cart a {
  float: left;
  width: 24px;
  height: 24px;
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/uberbar-cart.png") no-repeat 0 0;
}
/* line 1081, ../scss/blocks/_header.scss */
.uberbar-cart .description {
  overflow: hidden;
  padding: 5px 0 0 4px;
  white-space: nowrap;
  font-size: 12px;
  color: #3e3e3e;
  float: left;
}

/* line 1091, ../scss/blocks/_header.scss */
.headerBox-cart-uberbar {
  position: relative;
}
/* line 1094, ../scss/blocks/_header.scss */
.headerBox-cart-uberbar .subtotal-wr .actions {
  width: 100%;
}
/* line 1096, ../scss/blocks/_header.scss */
.headerBox-cart-uberbar .subtotal-wr .actions .paypal-logo {
  display: none;
}
/* line 1101, ../scss/blocks/_header.scss */
.headerBox-cart-uberbar .subtotal-wr .subtotal .price {
  float: right;
  margin-left: 4px;
  clear: both;
  font: 13px "DINNextLTProRegular", Arial, sans-serif;
}
/* line 1107, ../scss/blocks/_header.scss */
.headerBox-cart-uberbar .subtotal-wr .subtotal .label {
  font-weight: normal;
}
/* line 1110, ../scss/blocks/_header.scss */
.headerBox-cart-uberbar .subtotal-wr .subtotal .totttal + .price {
  font: bold 14px "DINNextLTProRegular", Arial, sans-serif;
}

/* line 1117, ../scss/blocks/_header.scss */
#topCartContentUberbar {
  position: absolute;
  width: 385px;
  z-index: 28;
  right: 0;
  top: 35px;
  margin: 40px 0 0;
  background-color: #fff;
  border: 1px solid #c0c0c0;
  box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.3);
}
/* line 1128, ../scss/blocks/_header.scss */
#topCartContentUberbar:before {
  position: absolute;
  z-index: 29;
  top: -20px;
  right: 20px;
  width: 58px;
  height: 20px;
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/dropDownCartCornerr.png") no-repeat 0 0;
  content: " ";
}
/* line 1138, ../scss/blocks/_header.scss */
#topCartContentUberbar .inner-wrapper {
  padding: 14px;
}
/* line 1140, ../scss/blocks/_header.scss */
#topCartContentUberbar .inner-wrapper .block-subtitle {
  padding: 5px 0;
  margin-bottom: 10px;
  background-color: #f1f9ef;
  font: 14px "DINNextLTProMedium", Arial, sans-serif;
  text-align: center;
  color: #498d36;
}
/* line 1148, ../scss/blocks/_header.scss */
#topCartContentUberbar .inner-wrapper .mini-products-list {
  padding: 0;
  margin: 0;
}
/* line 1151, ../scss/blocks/_header.scss */
#topCartContentUberbar .inner-wrapper .mini-products-list li {
  margin-bottom: 10px;
  padding: 0;
  border: none;
}
/* line 1155, ../scss/blocks/_header.scss */
#topCartContentUberbar .inner-wrapper .mini-products-list li .product-details {
  padding: 10px 0 0;
  text-align: right;
}
/* line 1159, ../scss/blocks/_header.scss */
#topCartContentUberbar .inner-wrapper .mini-products-list li .product-image {
  float: left;
  width: 70px;
  margin: 0 5px 0 0;
}
/* line 1163, ../scss/blocks/_header.scss */
#topCartContentUberbar .inner-wrapper .mini-products-list li .product-image .product-image-inner {
  display: table;
  width: 100%;
  height: 60px;
}
/* line 1167, ../scss/blocks/_header.scss */
#topCartContentUberbar .inner-wrapper .mini-products-list li .product-image .product-image-inner > * {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
/* line 1171, ../scss/blocks/_header.scss */
#topCartContentUberbar .inner-wrapper .mini-products-list li .product-image .product-image-inner > * img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}
/* line 1180, ../scss/blocks/_header.scss */
#topCartContentUberbar .inner-wrapper .mini-products-list li .product-qty {
  text-align: right;
  text-transform: uppercase;
  font: 10px "DINNextLTProRegular", Arial, sans-serif;
  color: #3e3e3e;
}
/* line 1186, ../scss/blocks/_header.scss */
#topCartContentUberbar .inner-wrapper .mini-products-list li .product-name {
  margin-top: -2px;
  margin-right: 40px;
  text-align: left;
}
/* line 1190, ../scss/blocks/_header.scss */
#topCartContentUberbar .inner-wrapper .mini-products-list li .product-name a {
  text-decoration: none;
  color: #3e3e3e;
  font: bold 12px "DINNextLTProRegular", Arial, sans-serif;
}
/* line 1196, ../scss/blocks/_header.scss */
#topCartContentUberbar .inner-wrapper .mini-products-list li span.price {
  text-align: right;
  color: #3e3e3e;
  font: bold 12px "DINNextLTProRegular", Arial, sans-serif;
  padding-right: 5px;
}

/* line 1207, ../scss/blocks/_header.scss */
.subtotal-wr {
  padding: 15px 12px 10px;
  background-color: #f9f5f1;
  border-top: 1px solid #d5d3cf;
}
/* line 1211, ../scss/blocks/_header.scss */
.subtotal-wr .subtotal {
  margin-bottom: 13px;
  text-align: right;
  color: #3e3e3e;
}
/* line 1215, ../scss/blocks/_header.scss */
.subtotal-wr .subtotal .label {
  font: bold 13px "DINNextLTProRegular", Arial, sans-serif;
  padding-right: 2px;
  position: relative;
}
/* line 1220, ../scss/blocks/_header.scss */
.subtotal-wr .subtotal .price {
  float: right;
  margin-left: 4px;
  clear: both;
  font: 17px "DINNextLTProRegular", Arial, sans-serif;
}
/* line 1225, ../scss/blocks/_header.scss */
.subtotal-wr .subtotal .price:first-child {
  padding-left: 4px;
}
/* line 1230, ../scss/blocks/_header.scss */
.subtotal-wr .actions {
  overflow: hidden;
}
/* line 1232, ../scss/blocks/_header.scss */
.subtotal-wr .actions a {
  margin: 7px 0 0;
  font: bold 12px "DINNextLTProRegular", Arial, sans-serif;
  color: #3e3e3e;
}
/* line 1237, ../scss/blocks/_header.scss */
.subtotal-wr .actions button {
  float: right;
  margin: 0;
}

/* line 1244, ../scss/blocks/_header.scss */
#topCartContent {
  position: absolute;
  width: 385px;
  z-index: 31;
  right: 6px;
  margin: 20px 0 0;
  background-color: #fff;
  border: 1px solid #c0c0c0;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
}
/* line 1254, ../scss/blocks/_header.scss */
#topCartContent .inner-wrapper {
  padding: 14px;
}
/* line 1256, ../scss/blocks/_header.scss */
#topCartContent .inner-wrapper .mini-products-list {
  padding: 0;
  margin: 0;
}
/* line 1259, ../scss/blocks/_header.scss */
#topCartContent .inner-wrapper .mini-products-list li {
  margin-bottom: 10px;
  padding: 0;
  border: none;
}
/* line 1263, ../scss/blocks/_header.scss */
#topCartContent .inner-wrapper .mini-products-list li:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
}
/* line 1272, ../scss/blocks/_header.scss */
#topCartContent .inner-wrapper .mini-products-list li .product-details {
  padding: 10px 0 0;
  text-align: right;
}
/* line 1276, ../scss/blocks/_header.scss */
#topCartContent .inner-wrapper .mini-products-list li .product-image {
  float: left;
  width: 70px;
  margin: 0 5px 0 0;
}
/* line 1280, ../scss/blocks/_header.scss */
#topCartContent .inner-wrapper .mini-products-list li .product-image .product-image-inner {
  display: table;
  width: 100%;
  height: 60px;
}
/* line 1284, ../scss/blocks/_header.scss */
#topCartContent .inner-wrapper .mini-products-list li .product-image .product-image-inner > * {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
/* line 1288, ../scss/blocks/_header.scss */
#topCartContent .inner-wrapper .mini-products-list li .product-image .product-image-inner > * img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}
/* line 1297, ../scss/blocks/_header.scss */
#topCartContent .inner-wrapper .mini-products-list li .product-qty {
  text-align: right;
  text-transform: uppercase;
  font: 10px "DINNextLTProRegular", Arial, sans-serif;
  color: #3e3e3e;
}
/* line 1303, ../scss/blocks/_header.scss */
#topCartContent .inner-wrapper .mini-products-list li .product-name {
  margin-top: -2px;
  margin-right: 100px;
  text-align: left;
}
/* line 1307, ../scss/blocks/_header.scss */
#topCartContent .inner-wrapper .mini-products-list li .product-name a {
  text-decoration: none;
  color: #3e3e3e;
  font: bold 12px "DINNextLTProRegular", Arial, sans-serif;
}
/* line 1313, ../scss/blocks/_header.scss */
#topCartContent .inner-wrapper .mini-products-list li span.price {
  text-align: right;
  color: #3e3e3e;
  font: bold 12px "DINNextLTProRegular", Arial, sans-serif;
  padding-right: 5px;
}
/* line 1321, ../scss/blocks/_header.scss */
#topCartContent .inner-wrapper .block-subtitle {
  padding: 5px 0;
  margin-bottom: 10px;
  background-color: #f1f9ef;
  font: 14px "DINNextLTProMedium", Arial, sans-serif;
  text-align: center;
  color: #498d36;
}
/* line 1329, ../scss/blocks/_header.scss */
#topCartContent .inner-wrapper p.cart-empty {
  text-align: center;
}
/* line 1333, ../scss/blocks/_header.scss */
#topCartContent:before {
  position: absolute;
  z-index: 29;
  top: -20px;
  right: 20px;
  width: 58px;
  height: 20px;
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/dropDownCartCornerr.png") no-repeat 0 0;
  content: " ";
}

/* line 1345, ../scss/blocks/_header.scss */
.paypal_exp_before {
  height: 70px;
}
/* line 1347, ../scss/blocks/_header.scss */
.paypal_exp_before .paypal-or {
  display: block;
}

/* line 1352, ../scss/blocks/_header.scss */
.actions .paypal_exp_before {
  margin-left: 188px;
  text-align: center;
}
/* line 1355, ../scss/blocks/_header.scss */
.actions .paypal_exp_before a {
  float: none;
  margin: 0;
}

/* line 1362, ../scss/blocks/_header.scss */
.floating-banners {
  text-align: center;
}
/* line 1367, ../scss/blocks/_header.scss */
.ewave-brand-brand-list .floating-banners {
  position: relative;
  z-index: -1;
}
/* line 1372, ../scss/blocks/_header.scss */
.floating-banners img {
  margin-bottom: 20px;
  min-width: 115px;
}
/* line 1376, ../scss/blocks/_header.scss */
.floating-banners .left-fl-banner {
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/stars-rays-bg.png") 43% 0 no-repeat;
  position: fixed;
  left: 0;
  top: 90px;
  width: calc((100% - 1020px) / 2);
  height: 720px;
  padding-top: 180px;
}
/* line 1384, ../scss/blocks/_header.scss */
.floating-banners .left-fl-banner img {
  margin-bottom: 54px;
}
/* line 1387, ../scss/blocks/_header.scss */
.floating-banners .left-fl-banner a {
  color: #424339;
}
/* line 1389, ../scss/blocks/_header.scss */
.floating-banners .left-fl-banner a:hover {
  color: #e42312;
}
/* line 1394, ../scss/blocks/_header.scss */
.floating-banners .right-fl-banner {
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/stars-rays-bg.png") 43% 0 no-repeat;
  position: fixed;
  right: 0;
  top: 90px;
  width: calc((100% - 1020px) / 2);
  height: 720px;
  padding-top: 80px;
}
/* line 1403, ../scss/blocks/_header.scss */
.floating-banners .right-fl-banner a {
  display: block;
  margin-bottom: 20px;
}
/* line 1408, ../scss/blocks/_header.scss */
.floating-banners .right-fl-banner > a > img {
  margin-bottom: 0;
  margin-top: 23px;
}
/* line 1413, ../scss/blocks/_header.scss */
.floating-banners .right-fl-banner > a > .title {
  margin-bottom: 0;
  margin-top: 0;
}
/* line 1418, ../scss/blocks/_header.scss */
.floating-banners .title {
  display: block;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 25px;
  padding: 0 10px;
}
/* line 1424, ../scss/blocks/_header.scss */
.floating-banners .title .im {
  display: inline-block;
  vertical-align: top;
  width: 33px;
  height: 33px;
  line-height: 33px;
  background: #fff;
  border-radius: 35px;
  border: 3px solid;
  font-size: 25px;
  margin-top: 5px;
  transition: 0.3s;
}
/* line 1437, ../scss/blocks/_header.scss */
.floating-banners .title strong {
  font-family: "DINNextLTProMedium", Arial, sans-serif;
  font-weight: normal;
}
/* line 1442, ../scss/blocks/_header.scss */
.floating-banners a {
  text-decoration: none;
  color: #b2c000;
}
/* line 1445, ../scss/blocks/_header.scss */
.floating-banners a:hover {
  color: #e42312;
}
/* line 1447, ../scss/blocks/_header.scss */
.floating-banners a:hover .title .im {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
/* line 1459, ../scss/blocks/_header.scss */
.floating-banners._fade-h .left-fl-banner:before,
.floating-banners._fade-h .right-fl-banner:before,
.floating-banners._fade-h .left-fl-banner:after,
.floating-banners._fade-h .right-fl-banner:after, .floating-banners._fade-v .left-fl-banner:before,
.floating-banners._fade-v .right-fl-banner:before,
.floating-banners._fade-v .left-fl-banner:after,
.floating-banners._fade-v .right-fl-banner:after {
  content: '';
  display: block;
  position: absolute;
}
/* line 1470, ../scss/blocks/_header.scss */
.floating-banners._fade-h .left-fl-banner:before,
.floating-banners._fade-h .right-fl-banner:before {
  width: 30%;
  top: 0;
  bottom: 0;
}
/* line 1479, ../scss/blocks/_header.scss */
.floating-banners._fade-v .left-fl-banner:after,
.floating-banners._fade-v .right-fl-banner:after {
  left: 0;
  width: 100%;
  height: 50px;
  bottom: 0;
}

/* line 1489, ../scss/blocks/_header.scss */
.vertical-tabs {
  position: absolute;
  top: 325px;
  left: -171px;
  transform: rotate(-90deg);
  z-index: 22;
  overflow: hidden;
}
/* line 1497, ../scss/blocks/_header.scss */
.vertical-tabs:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  height: 1px;
  box-shadow: 0 -3px 8px rgba(0, 0, 0, 0.8);
  width: 100%;
}
/* line 1507, ../scss/blocks/_header.scss */
.vertical-tabs a {
  padding: 6px 15px;
  margin: 0 9px;
  background: #fff;
  color: #333;
  display: inline-block;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 10px 10px 0 0;
  text-decoration: none;
  text-align: center;
  min-height: 36px;
  vertical-align: top;
}
/* line 1523, ../scss/blocks/_header.scss */
.vertical-tabs a img {
  width: 105px;
  height: 13px;
  position: relative;
  top: 10px;
}
/* line 1530, ../scss/blocks/_header.scss */
.vertical-tabs a:before,
.vertical-tabs a:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  top: 8px;
  position: absolute;
  border-style: solid;
}
/* line 1541, ../scss/blocks/_header.scss */
.vertical-tabs a:before {
  left: -8px;
  border-width: 0 0 40px 8px;
  border-color: transparent transparent #fff transparent;
}
/* line 1547, ../scss/blocks/_header.scss */
.vertical-tabs a:after {
  right: -8px;
  border-width: 40px 0 0 8px;
  border-color: transparent transparent transparent #fff;
}
/* line 1553, ../scss/blocks/_header.scss */
.vertical-tabs a:last-child {
  color: #fff;
  background: #e42312;
}
/* line 1558, ../scss/blocks/_header.scss */
.vertical-tabs a:last-child:before {
  border-bottom-color: #e42312;
}
/* line 1562, ../scss/blocks/_header.scss */
.vertical-tabs a:last-child:after {
  border-left-color: #e42312;
}

/* line 1567, ../scss/blocks/_header.scss */
.floating-header {
  display: none;
}

/* line 1572, ../scss/blocks/_header.scss */
.top-1280-fundrasing-buttons,
.top-1280-fundrasing-brand-page-buttons {
  padding: 10px 20px 15px;
  overflow: hidden;
  display: none;
}
/* line 1578, ../scss/blocks/_header.scss */
.top-1280-fundrasing-buttons a,
.top-1280-fundrasing-brand-page-buttons a {
  float: right;
  position: relative;
}
/* line 1582, ../scss/blocks/_header.scss */
.top-1280-fundrasing-buttons a:first-child,
.top-1280-fundrasing-brand-page-buttons a:first-child {
  float: left;
}
/* line 1586, ../scss/blocks/_header.scss */
.top-1280-fundrasing-buttons a:after,
.top-1280-fundrasing-brand-page-buttons a:after {
  display: none;
  content: "";
  font-family: 'icomoon';
  position: absolute;
  right: 10px;
  top: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background: #fff;
  border-radius: 35px;
  border: 2px solid;
  font-size: 20px;
  margin-top: 5px;
  transition: 0.3s;
  text-align: center;
  color: #b2c000;
}
/* line 1606, ../scss/blocks/_header.scss */
.top-1280-fundrasing-buttons a:hover:after,
.top-1280-fundrasing-brand-page-buttons a:hover:after {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  color: #e42312;
}

/* line 1618, ../scss/blocks/_header.scss */
.top-1280-fundrasing-brand-page-buttons {
  display: block;
}

@media screen and (max-width: 1500px) {
  /* line 1623, ../scss/blocks/_header.scss */
  .floating-banners .title {
    font-size: 17px;
    min-width: 115px;
    line-height: 19px;
  }

  /* line 1628, ../scss/blocks/_header.scss */
  .floating-banners .title .im {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 19px;
    border-width: 2px;
  }
}
@media screen and (max-width: 1280px) {
  /* line 1638, ../scss/blocks/_header.scss */
  .floating-banners {
    display: none;
  }

  /* line 1641, ../scss/blocks/_header.scss */
  .top-1280-fundrasing-buttons {
    display: block;
  }

  /* line 1644, ../scss/blocks/_header.scss */
  .header-wr {
    width: 100%;
    display: inline-block;
  }

  /* line 1648, ../scss/blocks/_header.scss */
  .floating-header {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    padding: 0px 21px;
    box-sizing: border-box;
  }
  /* line 1654, ../scss/blocks/_header.scss */
  .floating-header .left-fl-banner {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 10px;
  }
  /* line 1660, ../scss/blocks/_header.scss */
  .floating-header .left-fl-banner img {
    width: 100%;
    height: auto;
  }
  /* line 1665, ../scss/blocks/_header.scss */
  .floating-header .right-fl-banner {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    float: right;
    padding: 10px;
  }
  /* line 1672, ../scss/blocks/_header.scss */
  .floating-header .right-fl-banner img {
    width: 100%;
    height: auto;
  }
}
/* line 1681, ../scss/blocks/_header.scss */
html.-fixed .header-loginBox-wr,
html.-fixed .ribbon.-afterpay {
  z-index: 0;
}
/* line 1686, ../scss/blocks/_header.scss */
html.-fixed .floating-banners {
  position: relative;
  z-index: 0;
}

/* line 1, ../scss/blocks/_footer.scss */
.footer {
  width: 1020px;
  position: relative;
  margin: 0 auto;
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/footerBg.jpg");
  padding-bottom: 100px;
}
/* line 7, ../scss/blocks/_footer.scss */
.footer:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
}
/* line 16, ../scss/blocks/_footer.scss */
.footer h5 {
  padding-bottom: 5px;
  margin-bottom: 9px;
  border-bottom: 1px solid #292929;
  font: 12px "DINNextLTProBold", Arial, sans-serif;
  color: #292929;
  text-transform: uppercase;
}

/* line 25, ../scss/blocks/_footer.scss */
.joinNowBox {
  padding: 12px 16px 10px 0;
  min-height: 33px;
  overflow: hidden;
  background: #ece3d7;
}
/* line 30, ../scss/blocks/_footer.scss */
.joinNowBox h4 {
  overflow: hidden;
  font-size: 25px;
  color: #362f2d;
  margin-bottom: 0;
  padding-left: 20px;
}

/* line 38, ../scss/blocks/_footer.scss */
.joinNowBox-login {
  float: right;
  margin-left: 13px;
}
/* line 41, ../scss/blocks/_footer.scss */
.joinNowBox-login * {
  float: left;
}
/* line 44, ../scss/blocks/_footer.scss */
.joinNowBox-login .validation-advice {
  float: none;
  margin-top: 35px;
  position: absolute;
}
/* line 49, ../scss/blocks/_footer.scss */
.joinNowBox-login input {
  width: 225px;
  padding: 12px 10px 9px;
  background-color: #fff;
  border: 0;
  height: 34px;
  margin-bottom: 0;
}
/* line 56, ../scss/blocks/_footer.scss */
.joinNowBox-login input:focus {
  outline: none;
}
/* line 60, ../scss/blocks/_footer.scss */
.joinNowBox-login button {
  position: relative;
  left: -1px;
  padding: 8px 28px 9px;
  height: 34px;
  margin: 0;
  background: #e42312;
  border: 1px solid #e6281e;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
}
/* line 71, ../scss/blocks/_footer.scss */
.joinNowBox-login button:hover {
  background-image: none;
  background-color: #cd1f10;
}

/* line 77, ../scss/blocks/_footer.scss */
.footer-left {
  float: left;
  width: 475px;
  padding: 29px 50px 0 51px;
}

/* line 83, ../scss/blocks/_footer.scss */
.footer-right {
  overflow: hidden;
  padding: 29px 55px 0 0;
}

/* line 87, ../scss/blocks/_footer.scss */
.footerLayout {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
/* line 91, ../scss/blocks/_footer.scss */
.footerLayout .left-box {
  width: 170px;
}
/* line 94, ../scss/blocks/_footer.scss */
.footerLayout .left-box-right {
  width: 140px;
}
/* line 97, ../scss/blocks/_footer.scss */
.footerLayout tr td {
  text-align: left;
  vertical-align: top;
}

/* line 102, ../scss/blocks/_footer.scss */
.footerList {
  margin-bottom: 15px;
}
/* line 104, ../scss/blocks/_footer.scss */
.footerList li {
  font: 12px "DINNextLTProMedium", Arial, sans-serif;
  line-height: 12px;
  min-height: 16px;
}
/* line 108, ../scss/blocks/_footer.scss */
.footerList li:first-child, .footerList li:first-child a {
  margin-bottom: 7px;
  font-size: 12px;
  font-family: "DINNextLTProBold", Arial, sans-serif;
  color: #292929;
}
/* line 114, ../scss/blocks/_footer.scss */
.footerList li a {
  color: #292929;
  text-decoration: none;
  font: 12px "DINNextLTProMedium", Arial, sans-serif;
}
/* line 118, ../scss/blocks/_footer.scss */
.footerList li a:hover {
  text-decoration: underline;
}
/* line 122, ../scss/blocks/_footer.scss */
.footerList li.view-all {
  padding-top: 10px;
}
/* line 124, ../scss/blocks/_footer.scss */
.footerList li.view-all a:after {
  content: "";
  font-family: 'icomoon';
  margin-left: 3px;
  display: inline-block;
  vertical-align: top;
}

/* line 134, ../scss/blocks/_footer.scss */
.footer-lay-1 {
  width: 176px;
  margin-right: 20px;
}

/* line 138, ../scss/blocks/_footer.scss */
.paymentLinks {
  overflow: hidden;
}
/* line 140, ../scss/blocks/_footer.scss */
.paymentLinks li {
  float: left;
  margin-right: 5px;
}

/* line 145, ../scss/blocks/_footer.scss */
.footer-bottom {
  width: 100%;
  height: 69px;
  position: absolute;
  bottom: 0;
  clear: both;
  background-color: #e42312;
  z-index: 10;
  text-align: center;
  font: 14px "DINNextLTProRegular", Arial, sans-serif;
  color: #fff;
  line-height: 33px;
  padding-bottom: 7px;
}
/* line 158, ../scss/blocks/_footer.scss */
.footer-bottom div {
  background-color: transparent !important;
}
/* line 161, ../scss/blocks/_footer.scss */
.footer-bottom a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
/* line 165, ../scss/blocks/_footer.scss */
.footer-bottom a:hover {
  color: #ffa500;
}

/* line 1, ../scss/blocks/_popups.scss */
.ajax-loader {
  display: inline-block;
  background: url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/ajax-loader.gif) no-repeat 0 0;
  width: 16px;
  height: 11px;
  vertical-align: middle;
}

/* line 8, ../scss/blocks/_popups.scss */
#login-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/loginPopupBg.png) repeat 0 0;
  z-index: 9999;
}
/* line 14, ../scss/blocks/_popups.scss */
#login-popup .popup {
  position: fixed;
  left: 50%;
  top: 20px;
  margin: 0 0 0 -385px;
  padding: 20px;
  width: 770px;
  background-color: white;
  z-index: 999;
  border: 1px solid #dfd8cf;
}
/* line 24, ../scss/blocks/_popups.scss */
#login-popup .popup .popup-close {
  position: absolute;
  right: -13px;
  top: -13px;
  width: 26px;
  height: 26px;
  background: url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/popup-close-button.png) no-repeat 0 0;
  z-index: 999;
}
/* line 33, ../scss/blocks/_popups.scss */
#login-popup .popup .caution-message {
  margin-bottom: 10px;
  color: #ff0000;
}
/* line 38, ../scss/blocks/_popups.scss */
#login-popup .popup .col2-set .loginPopUpTable {
  width: 100%;
  border: none;
  border-collapse: collapse;
}
/* line 42, ../scss/blocks/_popups.scss */
#login-popup .popup .col2-set .loginPopUpTable label {
  display: block;
  margin-bottom: 7px;
  font-size: 13px;
  color: #333;
  font-family: "DINNextLTProRegular", Arial, sans-serif;
  font-weight: bold;
}
/* line 49, ../scss/blocks/_popups.scss */
#login-popup .popup .col2-set .loginPopUpTable label em {
  font-size: 13px;
  color: #f43d00;
}
/* line 54, ../scss/blocks/_popups.scss */
#login-popup .popup .col2-set .loginPopUpTable .firstName {
  padding-right: 5px;
}
/* line 56, ../scss/blocks/_popups.scss */
#login-popup .popup .col2-set .loginPopUpTable .firstName input {
  width: 140px;
}
/* line 60, ../scss/blocks/_popups.scss */
#login-popup .popup .col2-set .loginPopUpTable .lastName {
  padding-left: 5px;
}
/* line 62, ../scss/blocks/_popups.scss */
#login-popup .popup .col2-set .loginPopUpTable .lastName input {
  width: 140px;
}
/* line 66, ../scss/blocks/_popups.scss */
#login-popup .popup .col2-set .loginPopUpTable td {
  padding-bottom: 7px;
  vertical-align: top;
}
/* line 69, ../scss/blocks/_popups.scss */
#login-popup .popup .col2-set .loginPopUpTable td input {
  width: 308px;
}
/* line 74, ../scss/blocks/_popups.scss */
#login-popup .popup .col2-set .buttons-set {
  margin: 17px 0 0;
  overflow: hidden;
}
/* line 77, ../scss/blocks/_popups.scss */
#login-popup .popup .col2-set .buttons-set button {
  float: right;
}
/* line 80, ../scss/blocks/_popups.scss */
#login-popup .popup .col2-set .buttons-set .ajax-loader {
  display: block;
  margin: 11px 0 0 70px;
}
/* line 84, ../scss/blocks/_popups.scss */
#login-popup .popup .col2-set .buttons-set .requiredButtons-set {
  float: right;
  margin: 10px 9px 0 0;
  font-size: 11px;
  color: #f43d00;
}
/* line 90, ../scss/blocks/_popups.scss */
#login-popup .popup .col2-set .buttons-set .fogot-link {
  float: right;
  margin: 8px 17px 0 0;
  font-size: 12px;
  color: #666;
  text-decoration: underline;
}
/* line 96, ../scss/blocks/_popups.scss */
#login-popup .popup .col2-set .buttons-set .fogot-link:hover {
  text-decoration: none;
}
/* line 101, ../scss/blocks/_popups.scss */
#login-popup .popup .col2-set .col-1.new-users {
  position: relative;
  float: left;
  width: 383px;
  height: 429px;
  padding: 0;
  margin-right: 12px;
}
/* line 108, ../scss/blocks/_popups.scss */
#login-popup .popup .col2-set .col-1.new-users .error {
  position: absolute;
  width: 348px;
  padding: 10px;
  right: -398px;
  top: 298px;
  line-height: 16px;
  border: 1px solid #fde0cc;
  background-color: #ea4929;
  color: white;
}
/* line 119, ../scss/blocks/_popups.scss */
#login-popup .popup .col2-set .col-1.new-users .success {
  position: absolute;
  width: 348px;
  padding: 10px;
  right: -398px;
  top: 298px;
  line-height: 16px;
  border: 1px solid #b2c000;
  background-color: #c2cd32;
  color: white;
}
/* line 131, ../scss/blocks/_popups.scss */
#login-popup .popup .col2-set .col-2.registered-users {
  position: relative;
  overflow: hidden;
  background-color: #fcfaf8;
  float: none;
  margin: 0;
  padding: 20px 25px;
  width: auto;
  border: none;
}
/* line 140, ../scss/blocks/_popups.scss */
#login-popup .popup .col2-set .col-2.registered-users .error {
  position: relative;
  margin-bottom: 10px;
  width: 353px;
  padding: 10px;
  left: -25px;
  top: -10px;
  line-height: 16px;
  border: 1px solid #fde0cc;
  background-color: #ea4929;
  color: white;
}
/* line 151, ../scss/blocks/_popups.scss */
#login-popup .popup .col2-set .col-2.registered-users .error a {
  color: #000000;
}
/* line 155, ../scss/blocks/_popups.scss */
#login-popup .popup .col2-set .col-2.registered-users .success {
  position: relative;
  margin-bottom: 10px;
  width: 353px;
  padding: 10px;
  left: -25px;
  top: -10px;
  line-height: 16px;
  border: 1px solid #b2c000;
  background-color: #c2cd32;
  color: white;
}
/* line 166, ../scss/blocks/_popups.scss */
#login-popup .popup .col2-set .col-2.registered-users .success a {
  color: #000000;
}
/* line 170, ../scss/blocks/_popups.scss */
#login-popup .popup .col2-set .col-2.registered-users .message {
  padding: 4px;
  font-size: 14px;
}
/* line 174, ../scss/blocks/_popups.scss */
#login-popup .popup .col2-set .col-2.registered-users h1 {
  height: 38px;
  margin: -20px -25px 20px;
  background: url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/border-title-pop-up.png) #e8e1d7 no-repeat center bottom;
  font: 19px/38px "DINNextLTProBold", Arial, sans-serif;
  color: #333;
  text-align: center;
}
/* line 185, ../scss/blocks/_popups.scss */
#login-popup.registration .popup .wrap_scroll {
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}

/* line 191, ../scss/blocks/_popups.scss */
.popupMainBlockContent {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/loginPopupBg.png) repeat 0 0;
  z-index: 999;
  top: 0;
  left: 0;
}
/* line 199, ../scss/blocks/_popups.scss */
.popupMainBlockContent .popup {
  position: absolute;
  left: 50%;
  top: 120px;
  margin: 0 0 0 -215px;
  padding: 30px;
  width: 370px;
  background-color: white;
  z-index: 999;
  border: 1px solid #dfd8cf;
}
/* line 209, ../scss/blocks/_popups.scss */
.popupMainBlockContent .popup .popup-content {
  background-color: #fcfaf8;
}
/* line 211, ../scss/blocks/_popups.scss */
.popupMainBlockContent .popup .popup-content input {
  padding: 5px 8px 6px;
  font: 13px "DINNextLTProRegular", Arial, sans-serif;
  color: #333;
}
/* line 217, ../scss/blocks/_popups.scss */
.popupMainBlockContent .popup .popup-close {
  position: absolute;
  right: -13px;
  top: -13px;
  width: 26px;
  height: 26px;
  background: url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/popup-close-button.png) no-repeat 0 0;
  z-index: 999;
}

/* line 228, ../scss/blocks/_popups.scss */
#firstStepOrderBySky {
  background-color: #fcfaf8;
  padding: 20px 25px;
  margin-top: -10px;
}
/* line 232, ../scss/blocks/_popups.scss */
#firstStepOrderBySky table {
  width: 100%;
  border-collapse: collapse;
}
/* line 236, ../scss/blocks/_popups.scss */
#firstStepOrderBySky table tr th {
  padding: 0 0 10px 0;
  font: 13px "DINNextLTProMedium", Arial, sans-serif;
  color: #333;
  white-space: nowrap;
  text-align: center;
}
/* line 242, ../scss/blocks/_popups.scss */
#firstStepOrderBySky table tr th:first-child {
  text-align: left;
}
/* line 246, ../scss/blocks/_popups.scss */
#firstStepOrderBySky table tr td {
  padding: 0 0 10px 5px;
}
/* line 248, ../scss/blocks/_popups.scss */
#firstStepOrderBySky table tr td:first-child {
  padding: 0 5px 10px 0;
}
/* line 250, ../scss/blocks/_popups.scss */
#firstStepOrderBySky table tr td:first-child input {
  width: 186px;
}
/* line 254, ../scss/blocks/_popups.scss */
#firstStepOrderBySky table tr td input {
  width: 70px;
}
/* line 260, ../scss/blocks/_popups.scss */
#firstStepOrderBySky .defaultGreenButton {
  display: block;
  height: 28px;
  margin-bottom: 6px;
  background-image: none;
  background-color: #7bc567;
  border: 1px solid #65a752;
  width: 100%;
  line-height: 23px;
}
/* line 269, ../scss/blocks/_popups.scss */
#firstStepOrderBySky .defaultGreenButton:hover {
  background-color: #519d3b;
  border-color: #7bc567;
}
/* line 275, ../scss/blocks/_popups.scss */
#firstStepOrderBySky button {
  display: block;
  width: 100%;
  margin-bottom: 14px;
}
/* line 281, ../scss/blocks/_popups.scss */
#firstStepOrderBySky .moreThan5 span {
  font: 13px "DINNextLTProRegular", Arial, sans-serif;
  color: #333;
  text-shadow: none;
}
/* line 286, ../scss/blocks/_popups.scss */
#firstStepOrderBySky .moreThan5 a {
  color: #ee3026;
}
/* line 290, ../scss/blocks/_popups.scss */
#firstStepOrderBySky h3 {
  height: 38px;
  background: url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/border-title-pop-up.png) #e8e1d7 no-repeat center bottom;
  font: 19px/38px "DINNextLTProBold", Arial, sans-serif;
  color: #333;
  text-align: center;
  margin: -9px -25px 20px;
}

/* line 299, ../scss/blocks/_popups.scss */
#secondStepOrderBySky {
  padding: 20px 25px;
}
/* line 301, ../scss/blocks/_popups.scss */
#secondStepOrderBySky h3 {
  height: 38px;
  background: url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/border-title-pop-up.png) #e8e1d7 no-repeat center bottom;
  font: 19px/38px "DINNextLTProBold", Arial, sans-serif;
  color: #333;
  text-align: center;
  margin: -19px -25px 20px;
}
/* line 309, ../scss/blocks/_popups.scss */
#secondStepOrderBySky button {
  margin: 7px 0;
}

/* line 313, ../scss/blocks/_popups.scss */
#productBySkuErrors .prSkuErr {
  margin: 10px;
  text-align: center;
  font-weight: bold;
  display: block;
}

/* line 319, ../scss/blocks/_popups.scss */
#orderTrackingParams {
  padding: 20px 25px 0;
}
/* line 321, ../scss/blocks/_popups.scss */
#orderTrackingParams .buttons-set {
  float: right;
  margin-top: -29px;
  clear: none;
}
/* line 326, ../scss/blocks/_popups.scss */
#orderTrackingParams > span {
  display: block;
  margin: 0 0 10px 0;
  font: 13px "DINNextLTProMedium", Arial, sans-serif;
  color: #333;
}

/* line 333, ../scss/blocks/_popups.scss */
#orderTrackinResponce {
  padding-bottom: 15px;
}
/* line 335, ../scss/blocks/_popups.scss */
#orderTrackinResponce h3 {
  margin-bottom: 20px;
}
/* line 338, ../scss/blocks/_popups.scss */
#orderTrackinResponce h2 {
  padding: 0 25px;
}
/* line 341, ../scss/blocks/_popups.scss */
#orderTrackinResponce strong {
  padding: 0 25px;
  display: block;
  font: 13px "DINNextLTProMedium", Arial, sans-serif;
  color: #333;
}
/* line 347, ../scss/blocks/_popups.scss */
#orderTrackinResponce .sub-title {
  margin: 0 0 10px 0;
  color: #ee3026;
}
/* line 351, ../scss/blocks/_popups.scss */
#orderTrackinResponce table {
  width: 319px;
  border-collapse: collapse;
  border: 1px solid #ebe9e8;
  margin: 0 25px 10px;
}
/* line 357, ../scss/blocks/_popups.scss */
#orderTrackinResponce table tr td {
  background-color: white;
  border-bottom: 1px solid #ebe9e8;
  text-align: left;
  vertical-align: top;
  font: 13px "DINNextLTProRegular", Arial, sans-serif;
  color: #333;
  text-shadow: none;
  padding: 8px 5px;
  width: 100%;
}
/* line 369, ../scss/blocks/_popups.scss */
#orderTrackinResponce table tr th {
  background-color: white;
  border-bottom: 1px solid #ebe9e8;
  text-align: left;
  vertical-align: top;
  font: 13px "DINNextLTProRegular", Arial, sans-serif;
  color: #333;
  text-shadow: none;
  padding: 8px 10px;
  white-space: nowrap;
  font-weight: 700;
}

/* line 386, ../scss/blocks/_popups.scss */
#free-delivery-horizontal-under-menu .popup {
  width: 815px;
  margin: 0 0 0 -407px;
}
/* line 390, ../scss/blocks/_popups.scss */
#free-delivery-horizontal-under-menu .popup-content {
  background-color: transparent;
}

/* line 394, ../scss/blocks/_popups.scss */
.delivery-content-right {
  float: right;
  margin-left: 8px;
  width: 211px;
  height: 412px;
}
/* line 399, ../scss/blocks/_popups.scss */
.delivery-content-right img {
  max-width: 100%;
  max-height: 100%;
}

/* line 404, ../scss/blocks/_popups.scss */
.delivery-content-left {
  padding: 20px;
  background-color: #fcfaf8;
  overflow: hidden;
}
/* line 408, ../scss/blocks/_popups.scss */
.delivery-content-left h3 {
  margin: -20px -20px 20px;
  height: 38px;
  background: url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/border-title-pop-up.png) #e8e1d7 no-repeat center bottom;
  font: 19px/38px "DINNextLTProMedium", Arial, sans-serif;
  color: #333;
  text-align: center;
}
/* line 416, ../scss/blocks/_popups.scss */
.delivery-content-left p {
  margin-bottom: 14px;
  font: 12px "DINNextLTProRegular", Arial, sans-serif;
  color: #333;
}
/* line 421, ../scss/blocks/_popups.scss */
.delivery-content-left > div {
  overflow-y: auto;
  height: 259px;
  margin: -20px -20px -20px 0;
  padding: 20px 20px 0 0;
}

/* line 428, ../scss/blocks/_popups.scss */
.popup-content h3 {
  height: 38px;
  background: #e8e1d7;
  font: 19px/40px "DINNextLTProBold", Arial, sans-serif;
  color: #333;
  text-align: center;
  margin: -20px -25px 20px;
}

/* line 436, ../scss/blocks/_popups.scss */
.popup .col2-set .buttons-set button {
  float: right;
  padding: 6px 38px 5px;
  font-size: 14px;
}

/* line 441, ../scss/blocks/_popups.scss */
#forgottenPasswordPopup .fieldset {
  padding: 20px 25px;
  margin: 0;
}
/* line 444, ../scss/blocks/_popups.scss */
#forgottenPasswordPopup .fieldset .legend {
  padding: 0;
  margin: 0 0 10px 0;
  font: 13px "DINNextLTProMedium", Arial, sans-serif;
  color: #333;
}
/* line 450, ../scss/blocks/_popups.scss */
#forgottenPasswordPopup .fieldset > p {
  font: 12px "DINNextLTProRegular", Arial, sans-serif;
  color: #333;
  white-space: nowrap;
}

/* line 456, ../scss/blocks/_popups.scss */
.recaptchatable #recaptcha_response_field {
  height: 18px;
  line-height: 18px;
}

/* line 460, ../scss/blocks/_popups.scss */
table#recaptcha_table .recaptcha_input_area {
  height: auto !important;
}

/* line 464, ../scss/blocks/_popups.scss */
.trade_popup_content {
  padding: 32px;
}
/* line 466, ../scss/blocks/_popups.scss */
.trade_popup_content h3 {
  margin: -32px -32px 28px;
}
/* line 470, ../scss/blocks/_popups.scss */
.trade_popup_content .form-list label {
  display: block;
  margin-bottom: 6px;
  font: bold 13px "DINNextLTProRegular", Arial, sans-serif;
}
/* line 475, ../scss/blocks/_popups.scss */
.trade_popup_content .form-list li {
  margin-bottom: 13px;
}
/* line 478, ../scss/blocks/_popups.scss */
.trade_popup_content .form-list input {
  width: 100%;
  margin-bottom: 0;
}
/* line 482, ../scss/blocks/_popups.scss */
.trade_popup_content .form-list textarea {
  background-color: #fefefe;
  border-color: #d6d1d1;
  border-style: solid;
  border-width: 1px;
  transition: all 0.4s ease-out;
  box-sizing: border-box;
  font: 13px "DINNextLTProRegular", Arial, sans-serif;
  color: #333;
  width: 100%;
  resize: none;
  height: 214px;
}
/* line 496, ../scss/blocks/_popups.scss */
.trade_popup_content .form-list textarea:focus {
  border-color: rgba(238, 48, 38, 0.5);
  color: #666;
  background-color: #fff;
  outline: none;
  transition: all 0.4s ease-out;
}
/* line 506, ../scss/blocks/_popups.scss */
.trade_popup_content .buttons-set {
  text-align: right;
}

/* line 510, ../scss/blocks/_popups.scss */
.trade_form_left {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-right: 30px;
}

/* line 517, ../scss/blocks/_popups.scss */
.trade_form_right {
  float: left;
  width: 50%;
  box-sizing: border-box;
}

/* line 523, ../scss/blocks/_popups.scss */
#fundraisingRequestCataloguePopup {
  width: 100%;
  display: block;
}
/* line 526, ../scss/blocks/_popups.scss */
#fundraisingRequestCataloguePopup h3 {
  background: url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/border-title-pop-up-trade.png) #b2ca3c center bottom no-repeat;
  color: white;
  font: 20px/41px "DINNextLTProBold", Arial, sans-serif;
  text-transform: uppercase;
  height: 39px;
  text-align: center;
  text-shadow: 1px 1px 1px #7c7c7c;
  margin: 0;
}
/* line 537, ../scss/blocks/_popups.scss */
#fundraisingRequestCataloguePopup .col2-set .col-1 {
  width: 49%;
  border: 0;
}
/* line 541, ../scss/blocks/_popups.scss */
#fundraisingRequestCataloguePopup .col2-set .col-2 {
  width: 49%;
  border: 0;
}
/* line 546, ../scss/blocks/_popups.scss */
#fundraisingRequestCataloguePopup .buttons-set button {
  padding: 4px 10px 5px;
}
/* line 549, ../scss/blocks/_popups.scss */
#fundraisingRequestCataloguePopup .disclaimer {
  color: red;
  margin-bottom: 20px;
}

/* line 554, ../scss/blocks/_popups.scss */
.request-catalogue-fundraising-ifarame-content {
  background: url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/popup-fundraising-catalogue-bg.jpg) #ece2d8 0 0 no-repeat;
  padding: 30px;
  box-sizing: border-box;
}
/* line 559, ../scss/blocks/_popups.scss */
.request-catalogue-fundraising-ifarame-content .input-box input[type="text"] {
  margin-bottom: 9px;
}
/* line 562, ../scss/blocks/_popups.scss */
.request-catalogue-fundraising-ifarame-content .input-box label {
  vertical-align: top;
  display: inline-block;
  margin-bottom: 7px;
}
/* line 568, ../scss/blocks/_popups.scss */
.request-catalogue-fundraising-ifarame-content .checkbox-field {
  margin-bottom: 9px;
}
/* line 571, ../scss/blocks/_popups.scss */
.request-catalogue-fundraising-ifarame-content .red-style-input label {
  margin-top: 20px;
}

/* line 575, ../scss/blocks/_popups.scss */
.request-catalogue-fields {
  background: #f8f3ee;
  padding: 20px 30px;
}
/* line 578, ../scss/blocks/_popups.scss */
.request-catalogue-fields .recaptcha-field {
  margin: 10px 0 0;
}

/* line 582, ../scss/blocks/_popups.scss */
#requestCatalogueFundraising.requestCatalogueFundraising .popup {
  width: 814px !important;
  margin-left: -437px !important;
  padding: 0 !important;
  top: 80px;
}

/* line 590, ../scss/blocks/_popups.scss */
#ltkmodal-form .field {
  white-space: nowrap;
}
/* line 593, ../scss/blocks/_popups.scss */
#ltkmodal-form .field > * {
  white-space: normal;
}

/* line 612, ../scss/blocks/_popups.scss */
.modal-wr {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.2);
  z-index: 1000;
  transition: .2s;
  text-align: center;
}
/* line 628, ../scss/blocks/_popups.scss */
.modal-wr::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
/* line 636, ../scss/blocks/_popups.scss */
.modal-wr.active, .modal-wr:target {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
/* line 643, ../scss/blocks/_popups.scss */
.modal-wr.-fixed {
  padding: 20px;
  overflow-x: hidden;
}
/* line 648, ../scss/blocks/_popups.scss */
.modal-wr.-fixed .modal {
  overflow: auto;
  max-height: inherit;
}
/* line 655, ../scss/blocks/_popups.scss */
.modal-wr .-hidden {
  opacity: 0;
  visibility: hidden;
}
/* line 660, ../scss/blocks/_popups.scss */
.modal-wr.animate .-fadeLeft, .modal-wr:target .-fadeLeft {
  animation: slideLeft 0.4s backwards, fadeIn 0.4s backwards;
}
/* line 665, ../scss/blocks/_popups.scss */
.modal-wr.animate .-fadeBottom, .modal-wr:target .-fadeBottom {
  animation: slideTop 0.4s backwards, fadeIn 0.4s backwards;
}
/* line 670, ../scss/blocks/_popups.scss */
.modal-wr.animate .-delay, .modal-wr:target .-delay {
  animation-delay: 0.4s;
}
/* line 675, ../scss/blocks/_popups.scss */
.modal-wr.animate .-delay-x2, .modal-wr:target .-delay-x2 {
  animation-delay: 0.8s;
}
/* line 681, ../scss/blocks/_popups.scss */
.modal-wr .e-widget-preloader,
.modal-wr iframe.e-embed-frame {
  margin: 0;
}

/* line 692, ../scss/blocks/_popups.scss */
.modal {
  overflow-x: hidden;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -2px;
  width: 100%;
  max-width: 600px;
  max-height: 90vh;
  padding: 10px 0;
  border-radius: 2px;
  background: #fff;
  font-family: 'Arial';
  text-align: left;
  color: #7a7a7a;
}
/* line 712, ../scss/blocks/_popups.scss */
.modal a {
  font: inherit;
  color: inherit;
  text-decoration: none;
}
/* line 718, ../scss/blocks/_popups.scss */
.modal p a {
  text-decoration: underline;
}
/* line 722, ../scss/blocks/_popups.scss */
.modal p a:hover {
  color: #00adeb;
}
/* line 730, ../scss/blocks/_popups.scss */
.modal.-small {
  max-width: 540px;
}
/* line 734, ../scss/blocks/_popups.scss */
.modal.-no-padding {
  padding: 0;
}
/* line 738, ../scss/blocks/_popups.scss */
.modal .-shadow-top {
  box-shadow: 0 0 70px -10px rgba(0, 0, 0, 0.15);
}
/* line 742, ../scss/blocks/_popups.scss */
.modal .-xline-height {
  line-height: 1.5;
}
/* line 746, ../scss/blocks/_popups.scss */
.modal .item {
  display: inline-block;
  vertical-align: middle;
}
/* line 751, ../scss/blocks/_popups.scss */
.modal .pseudo-border {
  position: relative;
}
/* line 755, ../scss/blocks/_popups.scss */
.modal .pseudo-border::before,
.modal .pseudo-border::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #d7d7d7;
}
/* line 764, ../scss/blocks/_popups.scss */
.modal .pseudo-border.-bot::before,
.modal .pseudo-border.-bot::after {
  top: auto;
  bottom: 0;
}
/* line 770, ../scss/blocks/_popups.scss */
.modal .pseudo-border.-h::before {
  width: 100%;
  height: 1px;
  background: -moz-linear-gradient(left, #d7d7d7 60%, transparent 100%);
  background: -webkit-linear-gradient(left, #d7d7d7 60%, transparent 100%);
  background: linear-gradient(to right, #d7d7d7 60%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$modal_border-color, endColorstr='#00ffffff',GradientType=1 );
}
/* line 779, ../scss/blocks/_popups.scss */
.modal .pseudo-border.-v::after {
  height: 100%;
  width: 1px;
  background: -moz-linear-gradient(top, #d7d7d7 60%, transparent 100%);
  background: -webkit-linear-gradient(top, #d7d7d7 60%, transparent 100%);
  background: linear-gradient(to bottom, #d7d7d7 60%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$modal_border-color, endColorstr='#00ffffff',GradientType=0 );
}
/* line 792, ../scss/blocks/_popups.scss */
.modal .column {
  box-sizing: border-box;
  background: #fff;
}
/* line 797, ../scss/blocks/_popups.scss */
.modal .column.-left {
  padding-left: 36px;
  padding-top: 11px;
}
/* line 802, ../scss/blocks/_popups.scss */
.modal .column.small-12 {
  padding-left: 36px;
  padding-right: 36px;
}
/* line 807, ../scss/blocks/_popups.scss */
.modal .column.-right.-bordered {
  padding-left: 17px;
  padding-top: 14px;
  overflow: hidden;
  border-radius: 2px;
  border-left: 1px solid #d7d7d7;
}
/* line 819, ../scss/blocks/_popups.scss */
.modal .title {
  margin: 0 0 8px;
  color: #525252;
  font: bold 20px/1.3 'Arial';
}
/* line 825, ../scss/blocks/_popups.scss */
.modal .title.-colored {
  color: #00adeb;
}
/* line 829, ../scss/blocks/_popups.scss */
.modal .title.-capitalized {
  text-transform: capitalize;
}
/* line 833, ../scss/blocks/_popups.scss */
.modal .title.-small {
  font-size: 14px;
}
/* line 837, ../scss/blocks/_popups.scss */
.modal .title.-xsmall {
  font-size: 11px;
}
/* line 845, ../scss/blocks/_popups.scss */
.modal .text {
  font: 13px/1.35 'Arial';
  color: #7a7a7a;
}
/* line 850, ../scss/blocks/_popups.scss */
.modal .text.-small {
  font-size: 12px;
}
/* line 854, ../scss/blocks/_popups.scss */
.modal .text.-xsmall {
  font-size: 11px;
}
/* line 862, ../scss/blocks/_popups.scss */
.modal .close {
  display: block;
  padding: 0 10px 17px;
  text-align: right;
  font-size: 12px;
}
/* line 869, ../scss/blocks/_popups.scss */
.modal .close .im {
  font-size: 18px;
  margin-left: 2px;
  color: #d7d7d7;
  transition: color .2s ease-in;
}
/* line 876, ../scss/blocks/_popups.scss */
.modal .close a:hover .im {
  color: #00adeb;
}
/* line 880, ../scss/blocks/_popups.scss */
.modal .close .text {
  text-decoration: underline;
}

/* line 885, ../scss/blocks/_popups.scss */
html.-fixed {
  overflow: hidden;
}

/* line 2, ../scss/components/_overlays.scss */
.pic-label-wrap {
  position: absolute;
  text-align: left;
  top: 0;
  right: 0;
  left: 0;
  text-decoration: none;
  z-index: 10;
}

/* line 11, ../scss/components/_overlays.scss */
.pic-label {
  position: relative;
  z-index: 10;
}
/* line 15, ../scss/components/_overlays.scss */
.pic-label.custom {
  position: absolute;
}
/* line 18, ../scss/components/_overlays.scss */
.pic-label.under-product {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
/* line 25, ../scss/components/_overlays.scss */
.pic-label.top-left {
  position: static;
  display: inline-block;
  width: auto;
}
/* line 30, ../scss/components/_overlays.scss */
.pic-label.top-right {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
}

/* line 38, ../scss/components/_overlays.scss */
.product-view .product-img-box .product-image .pic-label-wrap {
  z-index: 100;
}

/* line 2, ../scss/blocks/_featured-products.scss */
.sliderCaruselWr {
  position: relative;
  margin: -1px 0 0;
  padding: 25px 25px 20px;
  border: 1px solid #e8e8e8;
}
/* line 8, ../scss/blocks/_featured-products.scss */
.sliderCaruselWr .leftNav,
.sliderCaruselWr .rightNav {
  position: absolute;
  top: 50%;
  z-index: 10;
  margin-top: -26px;
  width: 26px;
  height: 52px;
  background-image: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/navButtonSpritet.png");
}
/* line 18, ../scss/blocks/_featured-products.scss */
.sliderCaruselWr .leftNav {
  left: 0;
  background-position: 0 0;
}
/* line 22, ../scss/blocks/_featured-products.scss */
.sliderCaruselWr .leftNav:hover {
  background-position: 0 -52px;
}
/* line 25, ../scss/blocks/_featured-products.scss */
.sliderCaruselWr .rightNav {
  right: 0;
  background-position: -26px 0;
}
/* line 29, ../scss/blocks/_featured-products.scss */
.sliderCaruselWr .rightNav:hover {
  background-position: -26px -52px;
}
/* line 32, ../scss/blocks/_featured-products.scss */
.sliderCaruselWr ul {
  min-height: 180px;
  display: table;
}
/* line 36, ../scss/blocks/_featured-products.scss */
.sliderCaruselWr ul li {
  display: table-cell;
  float: left;
  width: 16%;
  height: 100%;
  text-align: center;
}
/* line 43, ../scss/blocks/_featured-products.scss */
.sliderCaruselWr .image {
  position: relative;
  display: block;
  margin: 0 10px 10px;
  height: 110px;
  text-decoration: none;
  padding-top: 40px;
}
/* line 51, ../scss/blocks/_featured-products.scss */
.sliderCaruselWr .image > img {
  max-width: 100%;
  max-height: 100%;
  text-align: center;
}
/* line 56, ../scss/blocks/_featured-products.scss */
.sliderCaruselWr .description {
  position: relative;
  max-height: 125px;
}
/* line 59, ../scss/blocks/_featured-products.scss */
.sliderCaruselWr .description .title {
  display: block;
  max-height: 47px;
  overflow: hidden;
  line-height: 16px;
  padding: 0 5px;
  margin-bottom: 5px;
  color: #3e3e3e;
  text-decoration: none;
  font: 14px/16px "DINNextLTProMedium", Arial, sans-serif;
}
/* line 69, ../scss/blocks/_featured-products.scss */
.sliderCaruselWr .description .title.product-name {
  font-weight: normal;
}
/* line 73, ../scss/blocks/_featured-products.scss */
.sliderCaruselWr .description a:hover {
  text-decoration: underline !important;
}
/* line 76, ../scss/blocks/_featured-products.scss */
.sliderCaruselWr .description > .price {
  width: 100%;
}
/* line 79, ../scss/blocks/_featured-products.scss */
.sliderCaruselWr .description .price {
  margin: 1px 0 5px 0;
  color: #3e3e3e;
  font-size: 15px;
  font-family: "DINNextLTProMedium", Arial, sans-serif;
}
/* line 87, ../scss/blocks/_featured-products.scss */
.sliderCaruselWr .description.equalized > .price {
  position: absolute;
  bottom: 4px;
}
/* line 92, ../scss/blocks/_featured-products.scss */
.sliderCaruselWr .description.equalized .buy {
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 100%;
  text-align: center;
  text-decoration: none;
  font: 14px "DINNextLTProMedium", Arial, sans-serif;
}
/* line 100, ../scss/blocks/_featured-products.scss */
.sliderCaruselWr .description.equalized .buy:after {
  content: "";
  font-family: 'icomoon';
  margin-left: 3px;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
}

/* line 1, ../scss/blocks/_featured-categorieslist.scss */
.featuredCategories {
  margin: 0 20px;
}
/* line 3, ../scss/blocks/_featured-categorieslist.scss */
.featuredCategories:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
}

/* line 14, ../scss/blocks/_featured-categorieslist.scss */
.featuredCategorieslist {
  margin-bottom: 30px;
}
/* line 16, ../scss/blocks/_featured-categorieslist.scss */
.featuredCategorieslist:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
}
/* line 25, ../scss/blocks/_featured-categorieslist.scss */
.featuredCategorieslist > li {
  position: relative;
  float: left;
  width: 21%;
  padding: 0 2%;
  text-align: center;
}
/* line 31, ../scss/blocks/_featured-categorieslist.scss */
.featuredCategorieslist > li:before {
  width: 3px;
  height: 100%;
  position: absolute;
  left: -1px;
  top: 0;
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/featuredCategorieslist-dotted.jpg") repeat-y 0 0;
  content: " ";
}
/* line 40, ../scss/blocks/_featured-categorieslist.scss */
.featuredCategorieslist > li .image {
  display: block;
  position: relative;
  height: 130px;
  margin-bottom: 15px;
  text-align: center;
}
/* line 46, ../scss/blocks/_featured-categorieslist.scss */
.featuredCategorieslist > li .image .label {
  position: absolute;
  z-index: 10;
  left: -20px;
  top: -16px;
}
/* line 52, ../scss/blocks/_featured-categorieslist.scss */
.featuredCategorieslist > li .image img {
  max-width: 100%;
  max-height: 100%;
}
/* line 58, ../scss/blocks/_featured-categorieslist.scss */
.featuredCategorieslist > li .description h4 {
  margin-bottom: 18px;
  font: 18px "DINNextLTProBold", Arial, sans-serif;
  color: #c69c6d;
  text-transform: uppercase;
}
/* line 64, ../scss/blocks/_featured-categorieslist.scss */
.featuredCategorieslist > li .description ul li {
  margin-bottom: 10px;
  font-family: "DINNextLTProMedium", Arial, sans-serif;
  font-size: 14px;
  color: #3e3e3e;
}
/* line 69, ../scss/blocks/_featured-categorieslist.scss */
.featuredCategorieslist > li .description ul li a {
  color: #3e3e3e;
  text-decoration: none;
}
/* line 72, ../scss/blocks/_featured-categorieslist.scss */
.featuredCategorieslist > li .description ul li a:hover {
  color: #ee342a;
}
/* line 76, ../scss/blocks/_featured-categorieslist.scss */
.featuredCategorieslist > li .description ul li.view-all {
  padding-top: 6px;
}
/* line 78, ../scss/blocks/_featured-categorieslist.scss */
.featuredCategorieslist > li .description ul li.view-all a {
  color: #6eb45b;
  text-shadow: none;
  text-decoration: underline;
  font: 12px "DINNextLTProBold", Arial, sans-serif;
}
/* line 83, ../scss/blocks/_featured-categorieslist.scss */
.featuredCategorieslist > li .description ul li.view-all a:hover {
  text-decoration: none;
  color: #6eb45b;
}
/* line 91, ../scss/blocks/_featured-categorieslist.scss */
.featuredCategorieslist > li:first-child:before {
  display: none;
}

/* line 97, ../scss/blocks/_featured-categorieslist.scss */
.featuredCategoriesBottomList {
  margin-left: 10px;
  padding-bottom: 15px;
  clear: both;
}
/* line 101, ../scss/blocks/_featured-categorieslist.scss */
.featuredCategoriesBottomList:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
}
/* line 110, ../scss/blocks/_featured-categorieslist.scss */
.featuredCategoriesBottomList li {
  float: left;
  width: 24%;
  margin-left: 1%;
  background-color: #fff9ef;
  box-shadow: 1px 2px 3px 0 rgba(5, 5, 6, 0.2);
}
/* line 116, ../scss/blocks/_featured-categorieslist.scss */
.featuredCategoriesBottomList li:first-child {
  margin-left: 0;
}
/* line 119, ../scss/blocks/_featured-categorieslist.scss */
.featuredCategoriesBottomList li a {
  display: block;
  height: 52px;
  padding-top: 20px;
  font-family: "DINNextLTProRegular", Arial, sans-serif;
  color: #3e3e3e;
  font-size: 16px;
  line-height: 17px;
  text-decoration: none;
  transition: all 0.4s ease-out;
}
/* line 129, ../scss/blocks/_featured-categorieslist.scss */
.featuredCategoriesBottomList li a:hover {
  text-shadow: 0 0 5px #3e3e3e, 0 0 6px #3e3e3e;
  color: #fff;
  transition: all 0.4s ease-out;
}
/* line 134, ../scss/blocks/_featured-categorieslist.scss */
.featuredCategoriesBottomList li a.featuredCategories-1 {
  padding-left: 115px;
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/featuredCategoriesBottomList-image-1.png") no-repeat 0 100%;
}
/* line 138, ../scss/blocks/_featured-categorieslist.scss */
.featuredCategoriesBottomList li a.featuredCategories-2 {
  padding-left: 51px;
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/featuredCategoriesBottomList-image-2.png") no-repeat 0 100%;
}
/* line 142, ../scss/blocks/_featured-categorieslist.scss */
.featuredCategoriesBottomList li a.featuredCategories-3 {
  padding-left: 65px;
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/featuredCategoriesBottomList-image-3.png") no-repeat 0 100%;
}
/* line 146, ../scss/blocks/_featured-categorieslist.scss */
.featuredCategoriesBottomList li a.featuredCategories-4 {
  padding-left: 101px;
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/featuredCategoriesBottomList-image-4.png") no-repeat 0 0;
}
/* line 150, ../scss/blocks/_featured-categorieslist.scss */
.featuredCategoriesBottomList li a.featuredCategories-5 {
  padding-left: 115px;
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/ft_cat_request_catalogue.jpg") no-repeat 0 100%;
}
/* line 154, ../scss/blocks/_featured-categorieslist.scss */
.featuredCategoriesBottomList li a.featuredCategories-6 {
  padding-left: 70px;
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/ft_cat_catalogue_online.jpg") no-repeat 0 100%;
}
/* line 158, ../scss/blocks/_featured-categorieslist.scss */
.featuredCategoriesBottomList li a.featuredCategories-7 {
  padding-left: 120px;
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/ft_cat_contact_trade.jpg") no-repeat 0 100%;
}
/* line 162, ../scss/blocks/_featured-categorieslist.scss */
.featuredCategoriesBottomList li a.featuredCategories-8 {
  padding-left: 101px;
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/ft_cat_order_by_product.jpg") no-repeat 0 0;
}

/* line 170, ../scss/blocks/_featured-categorieslist.scss */
.static_page_title_warp {
  position: relative;
  margin-bottom: 40px;
}

/* line 175, ../scss/blocks/_featured-categorieslist.scss */
.catalogues-page > .static_page_title_warp {
  margin-bottom: 10px;
}

/* line 180, ../scss/blocks/_featured-categorieslist.scss */
.static_page_title {
  margin: 50px 0 45px;
  font: 56px "DINNextLTProBold", Arial, sans-serif;
  text-transform: uppercase;
  line-height: 0.9;
}
/* line 187, ../scss/blocks/_featured-categorieslist.scss */
.static_page_title::after {
  content: '';
  width: 122px;
  height: 120px;
  display: block;
  position: absolute;
  right: 48px;
  top: -36px;
  background-repeat: no-repeat;
}
/* line 198, ../scss/blocks/_featured-categorieslist.scss */
.static_page_title.purple {
  color: #8872B4;
  border-bottom: 8px solid #8872B4;
}
/* line 203, ../scss/blocks/_featured-categorieslist.scss */
.static_page_title.purple::after {
  background: url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/things-to-do-label.png);
}
/* line 207, ../scss/blocks/_featured-categorieslist.scss */
.static_page_title.brown {
  color: #c7a582;
  border-bottom: 8px solid #c7a582;
}
/* line 212, ../scss/blocks/_featured-categorieslist.scss */
.static_page_title.brown::after {
  background: url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/catalogues-label.png);
}
/* line 216, ../scss/blocks/_featured-categorieslist.scss */
.static_page_title.inspiration-centre {
  color: #c2a485;
  border-bottom: 8px solid #c2a485;
}
/* line 221, ../scss/blocks/_featured-categorieslist.scss */
.static_page_title.inspiration-centre::after {
  background: url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/inspiration-centre-label.png);
}

/* line 228, ../scss/blocks/_featured-categorieslist.scss */
.main .catalogues-page > .widget-banner ul {
  margin: 0;
  padding: 0;
}
/* line 232, ../scss/blocks/_featured-categorieslist.scss */
.main .catalogues-page > .widget-banner ul li {
  width: 50%;
  text-align: center;
  float: left;
  box-sizing: border-box;
  margin: 0;
  border-bottom: 1px solid #ececec;
}
/* line 240, ../scss/blocks/_featured-categorieslist.scss */
.main .catalogues-page > .widget-banner ul li:nth-child(odd) {
  border-right: 1px solid #ececec;
}
/* line 244, ../scss/blocks/_featured-categorieslist.scss */
.main .catalogues-page > .widget-banner ul li:nth-child(even) {
  border-right: 1px solid transparent;
}
/* line 248, ../scss/blocks/_featured-categorieslist.scss */
.main .catalogues-page > .widget-banner ul li:nth-last-child(1) {
  border-bottom: none;
}
/* line 252, ../scss/blocks/_featured-categorieslist.scss */
.main .catalogues-page > .widget-banner ul li a {
  text-decoration: none;
  display: block;
  padding: 20px 20px 15px 20px;
}
/* line 256, ../scss/blocks/_featured-categorieslist.scss */
.main .catalogues-page > .widget-banner ul li a img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
/* line 261, ../scss/blocks/_featured-categorieslist.scss */
.main .catalogues-page > .widget-banner ul li a span {
  font-weight: bold;
  color: #000;
}
/* line 270, ../scss/blocks/_featured-categorieslist.scss */
.main .catalogues-page > .widget-banner ul.banners-even li:nth-last-child(2) {
  border-bottom: none;
}

/* line 279, ../scss/blocks/_featured-categorieslist.scss */
.catalogues_popup {
  z-index: 1001;
  width: 600px;
  height: auto;
  position: fixed;
  top: 100px;
  left: 50%;
  margin-left: -300px;
}
/* line 288, ../scss/blocks/_featured-categorieslist.scss */
.catalogues_popup #close_catalogues_popup {
  background: transparent url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/mageworx/downloads/close-button.png) 0 0 no-repeat;
  position: absolute;
  width: 32px;
  height: 32px;
  cursor: pointer;
  position: absolute;
  top: -15px;
  left: 585px;
}
/* line 299, ../scss/blocks/_featured-categorieslist.scss */
.catalogues_popup .catalogues_popup_content {
  background: #ffffff;
  border-radius: 8px;
  padding: 13px 0;
}
/* line 304, ../scss/blocks/_featured-categorieslist.scss */
.catalogues_popup .catalogues_popup_content a.link_to_cat {
  display: inline-block;
  width: 100%;
  line-height: 17px;
  font-size: 14px;
  padding: 10px 10px 0px;
  box-sizing: border-box;
  word-wrap: break-word;
}

/* line 316, ../scss/blocks/_featured-categorieslist.scss */
.catalogues_popup_back {
  cursor: pointer;
  opacity: 0.8;
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
  background: #000000;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

/* line 1, ../scss/blocks/_featured-activitylist.scss */
.cms-menu ul {
  padding-left: 20px;
}

/* line 5, ../scss/blocks/_featured-activitylist.scss */
.activity-list {
  padding: 7px;
}
/* line 8, ../scss/blocks/_featured-activitylist.scss */
.activity-list > li {
  display: block;
  float: left;
  text-align: center;
  overflow: hidden;
}
/* line 14, ../scss/blocks/_featured-activitylist.scss */
.activity-list > li .description {
  text-align: center;
}
/* line 17, ../scss/blocks/_featured-activitylist.scss */
.activity-list > li .word {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 23, ../scss/blocks/_featured-activitylist.scss */
.activity-list > li > a {
  display: block;
  position: relative;
  margin: auto;
}
/* line 27, ../scss/blocks/_featured-activitylist.scss */
.activity-list > li > a > img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
/* line 38, ../scss/blocks/_featured-activitylist.scss */
.activity-list.files-grid > li {
  width: 159px;
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  padding: 18px;
  height: 200px;
}
/* line 45, ../scss/blocks/_featured-activitylist.scss */
.activity-list.files-grid > li .description {
  padding-top: 6px;
}
/* line 48, ../scss/blocks/_featured-activitylist.scss */
.activity-list.files-grid > li .description h4 {
  line-height: 14px;
}
/* line 53, ../scss/blocks/_featured-activitylist.scss */
.activity-list.files-grid > li > a {
  width: 160px;
  height: 160px;
}
/* line 57, ../scss/blocks/_featured-activitylist.scss */
.activity-list.files-grid > li > a > img {
  max-width: 160px;
  max-height: 160px;
}
/* line 63, ../scss/blocks/_featured-activitylist.scss */
.activity-list.files-grid > li.last {
  border-right: none;
}
/* line 68, ../scss/blocks/_featured-activitylist.scss */
.activity-list.landing > li {
  width: 280px;
  margin-right: 54px;
}
/* line 72, ../scss/blocks/_featured-activitylist.scss */
.activity-list.landing > li .description h4 {
  margin-bottom: 18px;
  margin-top: 20px;
  font: 18px "DINNextLTProBold", Arial, sans-serif;
  color: #c69c6d;
  text-transform: uppercase;
}
/* line 79, ../scss/blocks/_featured-activitylist.scss */
.activity-list.landing > li.last {
  margin-right: 0;
}
/* line 82, ../scss/blocks/_featured-activitylist.scss */
.activity-list.landing > li > a {
  width: 280px;
  height: 280px;
  margin: 0;
}
/* line 86, ../scss/blocks/_featured-activitylist.scss */
.activity-list.landing > li > a > img {
  width: 100%;
  height: 100%;
}

/* line 95, ../scss/blocks/_featured-activitylist.scss */
.ewave-activity-category-view .main-container p {
  font-size: 0.8rem;
}
/* line 98, ../scss/blocks/_featured-activitylist.scss */
.ewave-activity-category-view .toolbar-bottom {
  clear: both;
}

/* line 105, ../scss/blocks/_featured-activitylist.scss */
.cms-inspiration-centre .col-main .std p {
  margin-bottom: 20px;
}
/* line 109, ../scss/blocks/_featured-activitylist.scss */
.cms-inspiration-centre .col-main .std .col2-set .col-1, .cms-inspiration-centre .col-main .std .col2-set .col-2 {
  width: 471px;
}
/* line 113, ../scss/blocks/_featured-activitylist.scss */
.cms-inspiration-centre .col-main .std .full-set {
  margin-bottom: 29px;
}

/* line 10, ../scss/blocks/_afterpay.scss */
#afterpay-logo path {
  stroke: none;
}
/* line 13, ../scss/blocks/_afterpay.scss */
#afterpay-logo .st0 {
  fill: #3F3B39;
}
/* line 14, ../scss/blocks/_afterpay.scss */
#afterpay-logo .st1 {
  fill: #2875AD;
}
/* line 15, ../scss/blocks/_afterpay.scss */
#afterpay-logo .st2 {
  fill: #163F72;
}

/* line 22, ../scss/blocks/_afterpay.scss */
.afterpay-installments-amount {
  font-style: italic;
  line-height: 1.4;
}
/* line 26, ../scss/blocks/_afterpay.scss */
.afterpay-installments-amount.afterpay-listing {
  text-align: center;
  font-size: 13px;
  margin-bottom: 5px;
  margin-top: -5px;
  padding-top: 3px;
}
/* line 34, ../scss/blocks/_afterpay.scss */
.afterpay-installments-amount.afterpay-product-page {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 15px;
  font-size: inherit;
  font-style: normal;
}
/* line 43, ../scss/blocks/_afterpay.scss */
.afterpay-installments-amount.afterpay-product-page .afterpay-logo {
  margin-top: -2px;
  margin-left: 2px;
}
/* line 48, ../scss/blocks/_afterpay.scss */
.afterpay-installments-amount.afterpay-product-page p {
  line-height: 20px;
}
/* line 52, ../scss/blocks/_afterpay.scss */
.afterpay-installments-amount.afterpay-product-page a {
  color: inherit;
  font-size: inherit;
}
/* line 57, ../scss/blocks/_afterpay.scss */
.afterpay-installments-amount img {
  width: 76px;
  vertical-align: middle;
  display: inline;
}

/* line 64, ../scss/blocks/_afterpay.scss */
.afterpay-logo {
  width: 90px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}

/* line 75, ../scss/blocks/_afterpay.scss */
.price-box-wrapper.prod-page.-afterpay {
  margin-bottom: 70px;
}

/* line 84, ../scss/blocks/_afterpay.scss */
.afterpay-method-checkout {
  margin-top: -10px;
  margin-left: 5px;
  color: #7a7a7a;
}
/* line 90, ../scss/blocks/_afterpay.scss */
.afterpay-method-checkout .title,
.afterpay-method-checkout .text {
  font-size: 11px;
  color: inherit;
}
/* line 96, ../scss/blocks/_afterpay.scss */
.afterpay-method-checkout .column {
  box-sizing: border-box;
}
/* line 100, ../scss/blocks/_afterpay.scss */
.afterpay-method-checkout .headline {
  margin-bottom: 10px;
}
/* line 104, ../scss/blocks/_afterpay.scss */
.afterpay-method-checkout .afterpay-logo {
  margin-right: 2px;
}
/* line 108, ../scss/blocks/_afterpay.scss */
.afterpay-method-checkout .payment-period {
  width: auto;
  margin: 0 -5px 5px -25px;
}
/* line 113, ../scss/blocks/_afterpay.scss */
.afterpay-method-checkout .payment-period .amount {
  display: block;
}
/* line 117, ../scss/blocks/_afterpay.scss */
.afterpay-method-checkout .payment-period .amount::before {
  content: '';
  display: block;
  margin: 5px auto 8px;
  width: 16px;
  border-top: 1px solid #ccc;
}

/* line 131, ../scss/blocks/_afterpay.scss */
.afterpay-process {
  padding: 24px 0 34px;
  text-align: center;
  counter-reset: afterpay-process;
}
/* line 137, ../scss/blocks/_afterpay.scss */
.afterpay-process .process-icon {
  position: relative;
  display: block;
  height: 50px;
  width: 50px;
  margin: 0 auto 16px;
}
/* line 145, ../scss/blocks/_afterpay.scss */
.afterpay-process .process-icon::before {
  content: counter(afterpay-process);
  counter-increment: afterpay-process;
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid;
  box-sizing: border-box;
  line-height: 26px;
  color: #00adeb;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
}

/* line 170, ../scss/blocks/_afterpay.scss */
.afterpay-modal .afterpay-logo {
  width: 143px;
  height: 30px;
  margin-bottom: 8px;
}
/* line 176, ../scss/blocks/_afterpay.scss */
.afterpay-modal .afterpay-logo.-small {
  width: 79px;
  height: 17px;
}
/* line 183, ../scss/blocks/_afterpay.scss */
.afterpay-modal .payment-instructions {
  box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.15);
}
/* line 187, ../scss/blocks/_afterpay.scss */
.afterpay-modal .payment-instructions .title.-xsmall {
  font-size: 12px;
}
/* line 191, ../scss/blocks/_afterpay.scss */
.afterpay-modal .payment-instructions .fake-radio {
  margin-top: 15px;
}
/* line 195, ../scss/blocks/_afterpay.scss */
.afterpay-modal .payment-instructions .afterpay-logo {
  margin-right: 3px;
}
/* line 200, ../scss/blocks/_afterpay.scss */
.afterpay-modal .headline {
  padding-bottom: 6px;
  margin-bottom: 7px;
  color: #909090;
}
/* line 206, ../scss/blocks/_afterpay.scss */
.afterpay-modal .headline .title {
  color: inherit;
  line-height: 1;
}
/* line 211, ../scss/blocks/_afterpay.scss */
.afterpay-modal .headline .item {
  margin: 0;
}
/* line 215, ../scss/blocks/_afterpay.scss */
.afterpay-modal .headline .icon {
  margin-right: 3px;
}
/* line 219, ../scss/blocks/_afterpay.scss */
.afterpay-modal .headline .shopping-cart {
  width: 12px;
  height: 12px;
}
/* line 225, ../scss/blocks/_afterpay.scss */
.afterpay-modal .payment-period {
  margin: 20px -20px;
  padding: 0 10px;
  text-align: center;
}
/* line 232, ../scss/blocks/_afterpay.scss */
.afterpay-modal .afterpay-process {
  margin: 0 0 11px;
  border-bottom: 1px solid #dedede;
}
/* line 237, ../scss/blocks/_afterpay.scss */
.afterpay-modal .afterpay-process .column {
  padding: 0 5px;
}
/* line 242, ../scss/blocks/_afterpay.scss */
.afterpay-modal .copy {
  display: block;
  padding: 17px 0 7px;
  text-align: center;
}

/* line 255, ../scss/blocks/_afterpay.scss */
.fake-radio {
  position: relative;
  padding-left: 20px;
}
/* line 260, ../scss/blocks/_afterpay.scss */
.fake-radio::before, .fake-radio::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}
/* line 269, ../scss/blocks/_afterpay.scss */
.fake-radio::before {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #d7d7d7;
}
/* line 277, ../scss/blocks/_afterpay.scss */
.fake-radio::after {
  left: 4px;
  top: 4px;
  width: 7px;
  height: 7px;
  background: #2f9ad7;
}

/* line 293, ../scss/blocks/_afterpay.scss */
.payment-period {
  margin: 0 0 20px;
  padding: 0 10px;
  text-align: center;
}
/* line 299, ../scss/blocks/_afterpay.scss */
.payment-period .column {
  padding: 0 1px;
}
/* line 304, ../scss/blocks/_afterpay.scss */
.payment-period .icon {
  position: relative;
  box-sizing: border-box;
  display: block;
  margin: 0 auto 10px;
  width: 15px;
  height: 15px;
  border: 1px solid #2395d5;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
}
/* line 318, ../scss/blocks/_afterpay.scss */
.payment-period .icon::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #87c9ef;
}
/* line 328, ../scss/blocks/_afterpay.scss */
.payment-period .-quarter::before {
  width: 50%;
  height: 50%;
}
/* line 333, ../scss/blocks/_afterpay.scss */
.payment-period .-half::before {
  width: 50%;
}
/* line 338, ../scss/blocks/_afterpay.scss */
.payment-period .-reverse-pos::before {
  right: auto;
  left: 0;
}
/* line 343, ../scss/blocks/_afterpay.scss */
.payment-period .-reverse-bg {
  background: #87c9ef;
}
/* line 347, ../scss/blocks/_afterpay.scss */
.payment-period .-reverse-bg::before {
  background: #fff;
}

/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     enterprise_default
 * @copyright   Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { margin:10px 0; }
.widget .widget-title h2 { font-size:18px; color:#d12c01; }

.widget .widget-products { margin:0 -20px 0; }
.cms-home .col1-layout .widget .widget-products,
.cms-index-index .col1-layout .widget .widget-products { margin:0 0 20px; }

/* std class reset */
.widget .products-grid { list-style:none; margin-bottom:0; padding-left:20px; }
.widget .products-grid p,
.widget .products-list p { margin-bottom:0; }
.widget .products-list { list-style:none; margin-bottom:0; padding-left:0; }
.widget .add-to-links { list-style:none; padding-left:0; margin:5px 0; }

/* Widget Banner */
.widget-banner { clear:both; display:block; width:100%; overflow:hidden; text-align:center; position: relative; }
.widget-banner li {  margin: 7px 0;}

.cms-home .widget-banner li {  margin: 0;}
.cms-home .widget-banner img { width: 260px;  height: 290px;}

.top-container .widget-banner li { margin:0; }

.footer-before-container .widget-banner li { margin:0; }

.widget-banner-inline { display:block; clear:both; padding:7px 0; text-align:center; }
.widget-banner-inline ul,
.widget-banner-inline li { display:inline; }
.widget-banner-inline li { margin:0 3px; }
.widget-banner-inline li img { vertical-align:middle; }

/* Widget New Proructs */
.widget-new-products { display:block; margin:10px 0; }
.checkout-cart-index .col1-layout .widget-new-products { display:block; padding:0 20px; }

/* Widget Viewed Proructs */
.widget-viewed { display:block; margin:10px 0; }
.checkout-cart-index .col1-layout .widget-viewed { display:block; padding:0 20px; }

/* Widget Compared Proructs */
.widget-compared { display:block; margin:10px 0; }
.checkout-cart-index .col1-layout .widget-compared { display:block; padding:0 20px; }

/* Widget CMS Static Block */
.widget-static-block {}

/* Widget Catalog Events Carousel */
.widget-events { display:block !important; }

/* Widgets Links Common Styles */
/* Style 1 */
/*.top-container .widget-product-link,
.top-container .widget-category-link,
.top-container .widget-cms-link,
.top-container .widget-hierarchy-link { float:left; border:1px solid #cfcfcf; border-bottom-color:#b2b2b2; margin:13px -1px 0 0; }
.top-container .widget-product-link a,
.top-container .widget-category-link a,
.top-container .widget-cms-link a,
.top-container .widget-hierarchy-link a { float:left; font-size:12px; background:#f2f2f2; border-top:1px solid #fff; border-bottom:1px solid #e2e2e2; padding:2px 5px 4px; color:#cc7137; text-decoration:underline; white-space:nowrap; }
.top-container .widget-product-link a:hover,
.top-container .widget-category-link a:hover,
.top-container .widget-cms-link a:hover,
.top-container .widget-hierarchy-link a:hover { color:#1e75b4; text-decoration:none; }*/
/* Style 2 */
.top-container .widget-product-link,
.top-container .widget-category-link,
.top-container .widget-cms-link,
.top-container .widget-hierarchy-link { display:block; border-bottom:1px solid #e2e2e2; margin:7px 0; }
.top-container .widget-product-link a,
.top-container .widget-category-link a,
.top-container .widget-cms-link a,
.top-container .widget-hierarchy-link a { display:block; padding:12px 12px; background:#fff url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/bkg_widget-links.gif) 0 100% repeat-x; border:1px solid #cfcfcf; text-align:center; font:bold 15px/1.25 Arial, Helvetica, sans-serif; color:#444; text-decoration:none; }
.top-container .widget-product-link a:hover,
.top-container .widget-category-link a:hover,
.top-container .widget-cms-link a:hover,
.top-container .widget-hierarchy-link a:hover { color:#d53c00; text-decoration:none; }

.footer-before-container .widget-product-link,
.footer-before-container .widget-category-link,
.footer-before-container .widget-cms-link,
.footer-before-container .widget-hierarchy-link { display:block; border-bottom:1px solid #e2e2e2; margin:7px 0; }
.footer-before-container .widget-product-link a,
.footer-before-container .widget-category-link a,
.footer-before-container .widget-cms-link a,
.footer-before-container .widget-hierarchy-link a { display:block; padding:10px 12px; background:#fff url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/bkg_widget-links.gif) 0 100% repeat-x; border:1px solid #cfcfcf; text-align:center; font:bold 15px/1.25 Arial, Helvetica, sans-serif; color:#444; text-decoration:none; cursor:pointer; }
.footer-before-container .widget-product-link a:hover,
.footer-before-container .widget-category-link a:hover,
.footer-before-container .widget-cms-link a:hover,
.footer-before-container .widget-hierarchy-link a:hover { color:#d53c00; text-decoration:none; }

/* Widget Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { font-size:12px; background:url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/bkg_widget-link.gif) 100% 4px no-repeat; padding-right:15px; color:#333; text-decoration:underline; }
.col-main .widget-product-link a:hover { color:#333; text-decoration:none; }

.sidebar .widget-product-link { display:block; margin:10px 0; padding:0 17px/* 0 37px*/; /*background:url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/bkg_widget-product-link-icon.gif) 17px 3px no-repeat;*/ }
.sidebar .widget-product-link a { font-size:12px; background:url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/bkg_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; color:#333; text-decoration:underline; }
.sidebar .widget-product-link a:hover { color:#333; text-decoration:none; }

/* Widget Category Link */
.widget-category-link-inline { display:inline; }

.top-container .widget-category-link { border-bottom:0; }
.top-container .widget-category-link a { border-color:#ca3934; color:#d53c00; background-image:url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/bkg_widget-links2.gif); background-color:#f9d2c1; }
.top-container .widget-category-link a:hover { color:#fff; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { font-size:12px; background:url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/bkg_widget-link.gif) 100% 4px no-repeat; padding-right:15px; color:#333; text-decoration:underline; }
.col-main .widget-category-link a:hover { color:#333; text-decoration:none; }

.sidebar .widget-category-link { display:block; margin:10px 0; padding:0 17px/* 0 37px*/; /*background:url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/bkg_widget-category-link-icon.gif) 19px 3px no-repeat;*/ }
.sidebar .widget-category-link a { font-size:12px; background:url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/bkg_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; color:#333; text-decoration:underline; }
.sidebar .widget-category-link a:hover { color:#333; text-decoration:none; }

/* Widget CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { font-size:12px; background:url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/bkg_widget-link.gif) 100% 4px no-repeat; padding-right:15px; color:#333; text-decoration:underline; }
.col-main .widget-cms-link a:hover { color:#333; text-decoration:none; }

.sidebar .widget-cms-link { display:block; margin:10px 0; padding:0 17px/* 0 37px*/; /*background:url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/bkg_widget-cms-link-icon.gif) 19px 2px no-repeat;*/ }
.sidebar .widget-cms-link a { font-size:12px; background:url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/bkg_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; color:#333; text-decoration:underline; }
.sidebar .widget-cms-link a:hover { color:#333; text-decoration:none; }

/* Widget CMS Hierarchy Link */
.widget-cms-hierarchy-link-inline { display:inline; }

.col-main .widget-cms-hierarchy-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-hierarchy-link a { font-size:12px; background:url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/bkg_widget-link.gif) 100% 4px no-repeat; padding-right:15px; color:#333; text-decoration:underline; }
.col-main .widget-cms-hierarchy-link a:hover { color:#333; text-decoration:none; }

.sidebar .widget-cms-hierarchy-link { display:block; margin:10px 0; padding:0 17px/* 0 37px*/; /*background:url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/bkg_widget-cms-link-icon.gif) 19px 2px no-repeat;*/ }
.sidebar .widget-cms-hierarchy-link a { font-size:12px; background:url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/bkg_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; color:#333; text-decoration:underline; }
.sidebar .widget-cms-hierarchy-link a:hover { color:#333; text-decoration:none; }

/* Widget SKU */
/* .widget-sku {} */
/* ======================================================================================= */

#b-captcha {
    width: 190px;
}

#b-captcha li {
    list-style: none;
}

#captcha_review-form-captcha {
    width: 183px;
}

#review-form-captcha {
    width: 195px;
    height: 52px;
}

#captcha-image-box-review-form-captcha {
    width: 155px;
    margin: 10px 0 0 0;
}

#captcha-image-box-review-form-captcha {
    width: 190px;
}



/* Overide skin/frontend/enterprise/miomee/css/styles.css */
.product-view .box-reviews table.form-list input.input-text {
    width: 215px;
}

.product-view .box-reviews table.form-list textarea {
    width: 435px;
}
/* What is Afterpay modal */
#afterpay-what-is-modal  img.afterpay-modal-image {
    display: block;
}
#afterpay-what-is-modal  img.afterpay-modal-image-mobile{
    display: none;
}

@media only screen
and (max-width : 480px) {
    #afterpay-what-is-modal  img.afterpay-modal-image-mobile {
        display: block;
    }
    #afterpay-what-is-modal  img.afterpay-modal-image{
        display: none;
    }
}

/* Afterpay info in checkout */
#what-is-afterpay-trigger {
    margin-top: 0;
    margin-left: 0;
    float: none;
}

#afterpay-logo {
    height: 18px;
    float: none;
}

#dt_method_afterpaypayovertime span {
    margin-left: 10px;
}

#payment_form_afterpaypayovertime.form-list {
    padding-left: 0;
}

#payment_form_afterpaypayovertime .form-alt {
    display: inline-block; /* shrink-wrap the form, to make the footer align nicely */
}

#payment_form_afterpaypayovertime .total-due p {
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #A1A4A6;
    margin: 0 5px 0 0;
    text-transform: uppercase;
    float: left;
    height: 35px;
    line-height: 38px;
}

#payment_form_afterpaypayovertime .total-due span {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 30px;
    height: 35px;
    line-height: 35px;
    color: #000000;
}

#payment_form_afterpaypayovertime .instalments {
    margin-bottom: 30px;
    position: relative;
}

#payment_form_afterpaypayovertime .instalments .header-text {
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: 9px;
    color: #A1A4A6;
    margin: 10px 0;
    text-transform: uppercase;
    line-height: 20px;
}

#payment_form_afterpaypayovertime .instalments .cost,
#payment_form_afterpaypayovertime .instalments .icon,
#payment_form_afterpaypayovertime .instalments .instalment {
    display: table-row;
    position: relative;
}

#payment_form_afterpaypayovertime .instalments .icon:after {
    content: "";
    background: #f7f7f7;
    display: block;
    height: 1px;
    left: 30px;
    right: 30px;
    margin-top: -5px;
}

#payment_form_afterpaypayovertime .instalments li {
    display: table-cell;
    text-align: center;
    padding: 0 10px;
}

#payment_form_afterpaypayovertime .instalments li:first-child {
    padding-left: 0;
}

#payment_form_afterpaypayovertime .instalments li:last-child {
    padding-right: 0;
}

#payment_form_afterpaypayovertime .instalments .cost {
    font-size: 14px;
    color: #379dd6;
}

#payment_form_afterpaypayovertime .instalments .icon img {
    width: 12px;
    display: inline;
    position: relative;
    z-index: 1;
}

#payment_form_afterpaypayovertime .instalments .instalment {
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #A1A4A6;
}

#payment_form_afterpaypayovertime .instalment-footer {
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #636363;
    text-align: center;
}

#payment_form_afterpaypayovertime .instalment-footer a {
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #A1A4A6;
    text-decoration: underline;
}

@media (min-width: 560px) {
    .checkout-onepage-index #payment_form_afterpaypayovertime .instalments li {
        padding: 0 30px;
    }

    .checkout-onepage-index #payment_form_afterpaypayovertime .instalments .header-text {
        font-size: 12px;
    }

    .checkout-onepage-index #payment_form_afterpaypayovertime .instalments .cost {
        font-size: 25px;
    }
}

/* By default, only show the callout text on the default checkout */
#afterpay-callout {
    display: none;
}

.checkout-onepage-index #afterpay-callout {
    display: block;
    margin-left: 0;
}

/* AW_Onestepcheckout support */
#aw-onestepcheckout-payment-method #payment_form_afterpaypayovertime .instalments .header-text {
    height: auto;
    line-height: 1.5;
}

/* IWD_Opc support */
.opc-index-index #dt_method_afterpaypayovertime img {
    height: auto;
    display: inline-block;
    margin: 7px auto 0;
}

.opc-index-index #dt_method_afterpaypayovertime label a {
    display: none;
}

.opc-index-index #payment_form_afterpaypayovertime .form-alt {
    font-style: normal;
}

.opc-index-index #payment_form_afterpaypayovertime .instalments .header-text {
    height: auto;
    line-height: 1.5;
}

.opc-index-index #payment_form_afterpaypayovertime .instalments .cost li {
    color: #379dd6;
    padding: 0 10px;
    font-size: 20px;
}

.opc-index-index #payment_form_afterpaypayovertime .instalments .cost li:first-child {
    padding-left: 0;
}

.opc-index-index #payment_form_afterpaypayovertime .instalment-footer p {
    color: #636363;
    font-size: 11px;
}

.opc-index-index #payment_form_afterpaypayovertime .instalments .instalment li {
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #A1A4A6;
}

.opc-index-index #payment_form_afterpaypayovertime .instalments li {
    padding: 0 20px;
}

/* GoMage Lightcheckout support */
#gcheckout-payment-methods-available #payment_form_afterpaypayovertime .instalments .header-text {
    height: auto;
    line-height: 1.55;
    margin-top: 10px;
}

/* Onetouch on cart page */
.method-afterpay_onetouch h3 {
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #379dd6;
    font-size: 15px;
    margin-bottom: 5px;
    text-transform: none;
}

.method-afterpay_onetouch p {
    font-size: 12px;
}

.method-afterpay_onetouch .button {
    margin-top: 10px;
    padding: 7px 30px 7px 30px;
}

.method-afterpay_onetouch .button img {
    display:block;
    width: 90px;
    height: 18px;
}

#payment_form_afterpaypayovertime li { 
    float:none 
}
.prototypeLoader {
    background: url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/belvg/prototype_loader/bg.png) top left no-repeat;
    height: 30px;
    position: absolute;
    width: 30px;
    z-index: 30000;
}

.prototypeLoader img {
    display: block;
    margin: 7px 0 0 7px;
}


    .tabs_title{list-style:none; position:relative; z-index:11;}
    .tabs_title li{border:1px solid #c1c1c1; float:left; margin:5px 5px 0 0;}
    .tabs_title li.active{border-bottom:1px solid #fff;}
    .tabs_title li a{display:block; padding:4px 10px; text-decoration:none; color:#777; background:#F3F2F2;}
    .tabs_title li.active a{color:#444; background:#FFF;}
    .tabs_content{list-style:none; width:100%; padding:0px; border:1px solid #C1C1C1; background:#FFF; position:relative; z-index:10; margin:-1px 0 15px 0; display:inline-block;}	
    .tabs_content > div{padding:15px;}
    .sub-tabs.tabs_title{}

/* line 4, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-block {
  position: relative;
}
/* line 6, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-block:hover .quickviewpro-button {
  opacity: 1;
  color: white;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  transition: all 0.4s ease-out;
}

/* line 13, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-hider {
  background: none repeat scroll 0 0 #333;
  display: block;
  left: 0;
  opacity: 0.3;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10090;
}

/* line 25, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-popup {
  left: 50%;
  position: absolute;
  margin-left: -320px;
  top: 15%;
  width: 640px;
  box-shadow: 0 0 35px 0 rgba(53, 31, 1, 0.4);
  background: #fff;
  z-index: 10100;
}
/* line 34, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-popup .popup {
  border-radius: 0;
  position: relative;
  background-color: white;
}
/* line 39, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-popup .product-view {
  margin: 0;
  border: 0;
  background: url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/bkg_product-view.gif) no-repeat scroll 100% 0 white;
  width: 100%;
}
/* line 44, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-popup .product-view .product-shop {
  width: 255px;
  overflow: hidden;
}
/* line 47, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-popup .product-view .product-shop .add-to-links {
  float: none;
  margin: 5px 0 0;
}
/* line 51, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-popup .product-view .product-shop .short-description {
  background: url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/bkg_divider1.gif) repeat-x scroll 0 100% transparent;
  margin: 0 0 10px;
  padding: 0 0 10px;
  display: block;
}
/* line 58, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-popup .product-view .product-img-box {
  padding: 0;
  margin-right: 50px;
  width: 265px;
  float: left;
  height: auto;
}
/* line 64, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-popup .product-view .product-img-box .product-image {
  width: 265px;
  height: 265px;
  float: right;
}
/* line 71, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-popup .product-name {
  text-align: left;
  float: left;
}
/* line 74, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-popup .product-name h1 {
  font-size: 24px;
  font-weight: normal;
  line-height: 48px;
  padding: 4px 25px 0;
}
/* line 81, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-popup .goto-product-view {
  margin-top: 5px;
  text-align: right;
}
/* line 84, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-popup .goto-product-view a {
  font: 14px "DINNextLTProMedium", Arial, sans-serif;
  color: #ee3127;
  text-decoration: none;
}
/* line 90, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-popup .close-popap {
  position: absolute;
  right: -13px;
  top: -13px;
  width: 26px;
  height: 26px;
  background: url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/popup-close-button.png) no-repeat 0 0;
}
/* line 97, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-popup .close-popap:hover {
  opacity: 0.8;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
/* line 102, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-popup .main-popup {
  clear: both;
  position: relative;
}
/* line 106, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-popup .product-essential {
  background: none;
  padding: 25px;
}
/* line 110, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-popup .product-shop {
  text-align: left;
  margin: 20px 20px 0 0;
  padding: 0;
}
/* line 115, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-popup .price-box-wrapper {
  float: none;
}
/* line 118, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-popup .quickviewpro_share {
  float: right;
  margin: 6px 2px 0 0;
}
/* line 122, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-popup .sharethis {
  position: relative;
  display: inline-block;
}
/* line 125, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-popup .sharethis .share-popup {
  display: none;
  background: none repeat scroll 0 0 white;
  border: 1px solid #cccccc;
  box-shadow: 1px 1px 1px #cccccc;
  padding: 5px;
  position: absolute;
  top: 17px;
  right: -15px;
  width: 205px;
  z-index: 105;
}
/* line 137, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-popup .sharethis:hover .share-popup {
  display: block;
}
/* line 142, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-popup .share-block li {
  float: left;
  display: block;
  margin-left: 3px;
}
/* line 146, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-popup .share-block li span {
  background: url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/belvg/quickviewpro/soc_icons_grey.png) no-repeat;
  display: block;
  width: 17px;
  height: 17px;
  overflow: hidden;
  text-indent: 25px;
}
/* line 154, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-popup .share-block li a:hover span {
  opacity: 0.8;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
/* line 159, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-popup .share-block .share-title span {
  width: 40px;
  text-indent: 0;
  background: none;
}
/* line 166, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-popup .share-popup li {
  float: left;
  display: block;
  margin-left: 5px;
  width: 90px;
}
/* line 171, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-popup .share-popup li span {
  background: url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/belvg/quickviewpro/soc_icons_dark_grey.png) no-repeat;
  padding-left: 21px;
  display: block;
  line-height: 18px;
  margin: 4px 2px 2px;
}
/* line 178, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-popup .share-popup li a:hover span {
  opacity: 0.8;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
/* line 183, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-popup .share-popup a {
  text-decoration: none;
}
/* line 188, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-popup li.share-email span {
  background-position: 0 -126px;
}
/* line 191, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-popup li.share-facebook span {
  background-position: 0 -2px;
}
/* line 194, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-popup li.share-twitter span {
  background-position: 0 -27px;
}
/* line 197, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-popup li.share-googleplus span {
  background-position: 0 -52px;
}
/* line 200, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-popup li.share-pinterest span {
  background-position: 0 -625px;
}
/* line 203, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-popup li.share-linkedin span {
  background-position: 0 -176px;
}
/* line 206, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-popup li.share-myspace span {
  background-position: 0 -226px;
}
/* line 209, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-popup li.share-livejournal span {
  background-position: 0 -251px;
}
/* line 212, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-popup li.share-delicious span {
  background-position: 0 -275px;
}
/* line 215, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-popup li.share-stumbleupon span {
  background-position: 0 -151px;
}
/* line 218, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-popup li.share-reddit span {
  background-position: 0 -201px;
}
/* line 222, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-popup .next-product-view {
  background: url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/belvg/quickviewpro/popap-next.png) no-repeat scroll right center transparent;
  display: block;
  font-size: 0;
  padding: 22px;
  position: absolute;
  right: -57px;
  top: 180px;
  z-index: 101;
}
/* line 231, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-popup .next-product-view:hover {
  opacity: 0.8;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
/* line 236, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-popup .prev-product-view {
  background: url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/belvg/quickviewpro/popap-prev.png) no-repeat scroll right center transparent;
  display: block;
  font-size: 0;
  left: -60px;
  padding: 22px;
  position: absolute;
  top: 180px;
  z-index: 101;
}
/* line 245, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-popup .prev-product-view:hover {
  opacity: 0.8;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
/* line 250, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-popup .botton-block-for-popup-bundle {
  padding: 0 45px;
}
/* line 252, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-popup .botton-block-for-popup-bundle .bundle-table-box tr td {
  padding: 9px 0;
}
/* line 256, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-popup .goto-product-view-bundle {
  margin: 17px 50px 40px 0 !important;
}
/* line 259, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-popup .price-pop-up-custom-box {
  right: 15px;
  bottom: 65px;
}
/* line 262, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-popup .price-pop-up-custom-box:before {
  background: url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/price-pop-up-vlipped.png) no-repeat 0 100%;
}
/* line 265, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-popup .price-pop-up-custom-box .inner-wrapper {
  padding: 10px 16px 0 15px;
}
/* line 269, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-popup .price-box span.price {
  padding-right: 3px;
}
/* line 272, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-popup .popup-header h1 {
  margin-bottom: 10px;
  font: 22px "DINNextLTProMedium", Arial, sans-serif;
  color: #333;
}
/* line 277, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-popup .product-options-bottom .price {
  font-size: 18px !important;
}

/* line 281, ../../scss/belvg/quickviewpro.scss */
.quickviewpro_scroll {
  overflow-y: scroll;
}

/* line 284, ../../scss/belvg/quickviewpro.scss */
.quickviewpro_popup_alpha {
  opacity: 0.8;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  position: absolute;
  background: white;
  top: 0;
  z-index: 20000;
}

/* line 292, ../../scss/belvg/quickviewpro.scss */
.quickview_block_related {
  display: inline-block;
}
/* line 294, ../../scss/belvg/quickviewpro.scss */
.quickview_block_related li {
  float: left;
}

/* line 298, ../../scss/belvg/quickviewpro.scss */
.quickview_related_item {
  width: 120px;
  margin-right: 8px;
}

/* line 304, ../../scss/belvg/quickviewpro.scss */
.quickview_related_checkbox {
  float: left;
  margin-top: 4px;
}

/* line 308, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-button {
  font-size: 14px;
  font-family: "DINNextLTProMedium", Arial, sans-serif;
  text-transform: uppercase;
  color: white;
  padding: 0 14px;
  height: 32px;
  background-color: rgba(116, 116, 116, 0.8);
  border-radius: 0;
  top: 50px;
  left: 50%;
  margin-left: -49px;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  position: absolute;
  text-align: center;
  text-decoration: none !important;
  text-shadow: 0 1px 1px rgba(11, 11, 12, 0.7);
  line-height: 32px;
  transition: all 0.4s ease-out;
}

/* line 330, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-product-wrapper {
  overflow: hidden;
  margin-bottom: 10px;
  padding: 9px 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
/* line 336, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-product-wrapper .quickviewpro-product-id {
  float: left;
  font: 12px "DINNextLTProRegular", Arial, sans-serif;
  color: #333;
}
/* line 340, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-product-wrapper .quickviewpro-product-id b {
  font-weight: bold;
  color: #6fb55c;
}
/* line 345, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-product-wrapper .poduct-isavailable {
  float: right;
  text-align: right;
}
/* line 348, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-product-wrapper .poduct-isavailable p {
  margin: 0 !important;
}

/* line 354, ../../scss/belvg/quickviewpro.scss */
.product-view.quickview .product-img-box {
  float: left;
  width: 265px;
  padding: 0;
  margin: 0 40px 0 0;
}
/* line 359, ../../scss/belvg/quickviewpro.scss */
.product-view.quickview .product-img-box .product-image {
  position: relative;
  display: block;
  width: 265px;
  height: 265px;
  z-index: 100;
}
/* line 366, ../../scss/belvg/quickviewpro.scss */
.product-view.quickview .product-img-box .product-image-zoom {
  position: relative;
  width: 265px;
  height: 265px;
  overflow: hidden;
  z-index: 3;
}
/* line 372, ../../scss/belvg/quickviewpro.scss */
.product-view.quickview .product-img-box .product-image-zoom img {
  position: absolute;
  left: 0;
  top: 0;
  cursor: move;
}
/* line 379, ../../scss/belvg/quickviewpro.scss */
.product-view.quickview .product-img-box .zoom-notice {
  text-align: center;
}
/* line 382, ../../scss/belvg/quickviewpro.scss */
.product-view.quickview .product-img-box .zoom {
  position: relative;
  z-index: 9;
  height: 18px;
  margin: 0 auto 13px;
  padding: 0 28px;
  background: url(https://www.edex.com.au/skin/frontend/enterprise/edex/css/images/slider_bg.gif) 50% 50% no-repeat;
  cursor: pointer;
}
/* line 390, ../../scss/belvg/quickviewpro.scss */
.product-view.quickview .product-img-box .zoom #track {
  position: relative;
  height: 18px;
}
/* line 394, ../../scss/belvg/quickviewpro.scss */
.product-view.quickview .product-img-box .zoom #handle {
  position: absolute;
  left: 0;
  top: -1px;
  width: 9px;
  height: 22px;
  background: url(https://www.edex.com.au/skin/frontend/enterprise/edex/css/images/magnifier_handle.gif) 0 0 no-repeat;
}
/* line 402, ../../scss/belvg/quickviewpro.scss */
.product-view.quickview .product-img-box .zoom .btn-zoom-out {
  position: absolute;
  left: 2px;
  top: 0;
}
/* line 407, ../../scss/belvg/quickviewpro.scss */
.product-view.quickview .product-img-box .zoom .btn-zoom-in {
  position: absolute;
  right: 2px;
  top: 0;
}
/* line 413, ../../scss/belvg/quickviewpro.scss */
.product-view.quickview .product-img-box .more-views {
  margin: 10px 0 0;
  padding: 0;
  float: left;
  width: auto;
}
/* line 418, ../../scss/belvg/quickviewpro.scss */
.product-view.quickview .product-img-box .more-views h2 {
  display: none;
}
/* line 423, ../../scss/belvg/quickviewpro.scss */
.product-view.quickview .product-img-box .more-views li {
  float: left;
  margin: 30px 12px 0 0;
}
/* line 426, ../../scss/belvg/quickviewpro.scss */
.product-view.quickview .product-img-box .more-views li a {
  display: block;
  height: 40px;
}
/* line 429, ../../scss/belvg/quickviewpro.scss */
.product-view.quickview .product-img-box .more-views li a img {
  max-height: 100%;
  max-width: 100%;
}
/* line 436, ../../scss/belvg/quickviewpro.scss */
.product-view.quickview .product-img-box p.notice {
  text-align: center;
  padding: 5px 0;
  font-size: 11px;
}
/* line 443, ../../scss/belvg/quickviewpro.scss */
.product-view.quickview .price-box-wrapper .button-price-box {
  padding: 0px 0 0 0;
  background: url(https://www.edex.com.au/skin/frontend/enterprise/edex/css/images/ol-dotted-bg.png) repeat-x 0 0;
  width: auto;
}
/* line 447, ../../scss/belvg/quickviewpro.scss */
.product-view.quickview .price-box-wrapper .button-price-box .content {
  position: absolute;
}
/* line 451, ../../scss/belvg/quickviewpro.scss */
.product-view.quickview .price-box-wrapper .button-price-box > label {
  float: left;
  margin: 5px 5px 0 0;
  font: 14px "DINNextLTProMedium", Arial, sans-serif;
  color: #333;
}
/* line 457, ../../scss/belvg/quickviewpro.scss */
.product-view.quickview .price-box-wrapper .button-price-box > input[type="text"] {
  float: left;
  width: 36px;
  padding: 5px 7px;
  margin: 0 5px 0 0;
  border: 1px solid #eee;
  background-color: #fefefe;
  font: 13px "DINNextLTProRegular", Arial, sans-serif;
  color: #666;
  transition: all 0.3s ease-out;
  box-shadow: inset 1px 1px 1px 0 rgba(243, 243, 243, 0.3), -1px -1px 0 0 rgba(229, 228, 227, 0.5);
}
/* line 468, ../../scss/belvg/quickviewpro.scss */
.product-view.quickview .price-box-wrapper .button-price-box > input[type="text"]:focus {
  outline: none;
  border-color: rgba(238, 48, 38, 0.5);
  transition: all 0.3s ease-out;
}
/* line 476, ../../scss/belvg/quickviewpro.scss */
.product-view.quickview .price-box-wrapper .button-price-box .add-to-links {
  clear: both;
}
/* line 478, ../../scss/belvg/quickviewpro.scss */
.product-view.quickview .price-box-wrapper .button-price-box .add-to-links li {
  text-align: right;
}
/* line 480, ../../scss/belvg/quickviewpro.scss */
.product-view.quickview .price-box-wrapper .button-price-box .add-to-links li a {
  font-size: 11px;
  transition: all 0.3s ease-out;
}
/* line 486, ../../scss/belvg/quickviewpro.scss */
.product-view.quickview .price-box-wrapper .button-price-box form > label {
  float: left;
  margin: 5px 5px 0 0;
  font: 14px "DINNextLTProMedium", Arial, sans-serif;
  color: #333;
}
/* line 493, ../../scss/belvg/quickviewpro.scss */
.product-view.quickview .price-box-wrapper.prod-page .button-price-box {
  text-align: right;
}
/* line 496, ../../scss/belvg/quickviewpro.scss */
.product-view.quickview .price-box-wrapper.prod-page .button-price-box .add-to-links .change {
  margin: 0 0 0 6px !important;
  font-size: 0;
  transition: none;
  background: url(https://www.edex.com.au/skin/frontend/enterprise/edex/css/images/bkg_btn-split-change.png) white 6px 50% no-repeat;
}
/* line 502, ../../scss/belvg/quickviewpro.scss */
.product-view.quickview .price-box-wrapper.prod-page .button-price-box .add-to-links .change:hover {
  background: url(https://www.edex.com.au/skin/frontend/enterprise/edex/css/images/bkg_btn-split-change.png) white 6px 50% no-repeat;
  transition: none;
}
/* line 507, ../../scss/belvg/quickviewpro.scss */
.product-view.quickview .price-box-wrapper.prod-page .button-price-box .add-to-links .change:before {
  top: 2px;
  border-left: 1px solid #999;
  transition: none;
}
/* line 514, ../../scss/belvg/quickviewpro.scss */
.product-view.quickview .price-box-wrapper.prod-page .button-price-box .add-to-links .list-container {
  right: 0;
}
/* line 517, ../../scss/belvg/quickviewpro.scss */
.product-view.quickview .price-box-wrapper.prod-page .button-price-box .add-to-links .active .change {
  margin: 0 0 0 6px !important;
  padding: 2px;
  background: url(https://www.edex.com.au/skin/frontend/enterprise/edex/css/images/bkg_btn-split-change.png) white 5px 49% no-repeat;
  transition: none;
}
/* line 523, ../../scss/belvg/quickviewpro.scss */
.product-view.quickview .price-box-wrapper.prod-page .button-price-box .add-to-links .active .change:hover {
  background: url(https://www.edex.com.au/skin/frontend/enterprise/edex/css/images/bkg_btn-split-change.png) white 5px 50% no-repeat;
}
/* line 530, ../../scss/belvg/quickviewpro.scss */
.product-view.quickview .defaultGreenButtonbtn-cart {
  height: 28px;
  padding: 0 5px;
  font-size: 14px;
  line-height: 28px;
  display: inline-block;
  background-color: #6fb55c;
  border: 1px solid #6aac59;
  font: 14px "DINNextLTProMedium", Arial, sans-serif;
  color: white;
  text-shadow: 0 0 1px #6aac59;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.4s ease-out;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  padding: 0 12px;
}
/* line 550, ../../scss/belvg/quickviewpro.scss */
.product-view.quickview .defaultGreenButtonbtn-cart:hover {
  background-color: #519d3b;
  border-color: #6fb55c;
  transition: all 0.4s ease-out;
  background-image: none;
}
/* line 559, ../../scss/belvg/quickviewpro.scss */
.product-view.quickview .availability.backorder span {
  color: #ff7000 !important;
  font-weight: 700;
}
/* line 564, ../../scss/belvg/quickviewpro.scss */
.product-view.quickview .quickviewpro-popup .price-box-wrapper .button-price-box .defaultGreenButton {
  padding: 0 14px;
}

/* line 568, ../../scss/belvg/quickviewpro.scss */
.price-box-wrapper .button-price-box form > input[type="text"] {
  float: left;
  width: 36px;
  padding: 5px 7px;
  margin: 0 5px 0 0;
  border: 1px solid #eee;
  background-color: #fefefe;
  font: 13px "DINNextLTProRegular", Arial, sans-serif;
  color: #666;
  transition: all 0.3s ease-out;
  box-shadow: inset 1px 1px 1px 0 rgba(243, 243, 243, 0.3), -1px -1px 0 0 rgba(229, 228, 227, 0.5);
}
/* line 581, ../../scss/belvg/quickviewpro.scss */
.price-box-wrapper .button-price-box form > input[type="text"]:focus {
  outline: none;
  border-color: rgba(238, 48, 38, 0.5);
  transition: all 0.3s ease-out;
}

/* line 589, ../../scss/belvg/quickviewpro.scss */
.add-to-box .add-to-links .change {
  margin: 0 0 0 6px !important;
  font-size: 0;
  transition: none;
  background: url(https://www.edex.com.au/skin/frontend/enterprise/edex/css/images/bkg_btn-split-change.png) white 6px 50% no-repeat;
}
/* line 595, ../../scss/belvg/quickviewpro.scss */
.add-to-box .add-to-links .change:before {
  top: 2px;
  border-left: 1px solid #999;
  transition: none;
}
/* line 602, ../../scss/belvg/quickviewpro.scss */
.add-to-box .add-to-links .list-container {
  right: 0;
}
/* line 605, ../../scss/belvg/quickviewpro.scss */
.add-to-box .add-to-links .active .change {
  margin: 0 0 0 6px !important;
  padding: 2px;
  background: url(https://www.edex.com.au/skin/frontend/enterprise/edex/css/images/bkg_btn-split-change.png) white 5px 49% no-repeat;
  transition: none;
}

/* line 613, ../../scss/belvg/quickviewpro.scss */
.quickview_related_item_details .price-box {
  margin: 5px 0 !important;
}

/* line 616, ../../scss/belvg/quickviewpro.scss */
.ie9 .quickviewpro-button {
  color: white !important;
  color: white !important;
}

/* line 620, ../../scss/belvg/quickviewpro.scss */
.ie8 .quickviewpro-button {
  color: white !important;
  color: white !important;
}

/* line 624, ../../scss/belvg/quickviewpro.scss */
.products-grid .quickviewpro-button {
  left: 50%;
  margin-left: -53px;
}

/* line 628, ../../scss/belvg/quickviewpro.scss */
.crosssell .quickviewpro-button {
  top: 15px;
  padding: 7px 14px;
  font-size: 13px;
}

/* line 633, ../../scss/belvg/quickviewpro.scss */
.block-related .quickviewpro-button {
  top: 15px;
  padding: 7px 14px;
  font-size: 13px;
}

/* line 638, ../../scss/belvg/quickviewpro.scss */
.box-up-sell .quickviewpro-button {
  top: 44px;
  margin-left: -53px;
}

/* line 644, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-popup .goto-product-view {
  margin: -15px 50px 30px 0;
}
/* line 648, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-popup .price-box-wrapper .button-price-box > label {
  margin: 5px 8px 0 15px;
}
/* line 652, ../../scss/belvg/quickviewpro.scss */
.quickviewpro-popup .product-view .product-img-box {
  margin-right: 50px;
  position: relative;
}

div.sc_menu {
    height: 240px;
}

.sc_menu {
    height: 240px;
    margin-top: 5px;
    overflow: hidden;
}

li.sc_menu {
    float: left;
    display: block;
}

.character-title {
    border-bottom: medium none;
    margin: 0 auto;
    text-align: left;
}

.brandLabel {
font-size: 32px;
color: red;
text-align: center;
margin: 20px 0 5px 0;
}
/* line 4, ../../scss/pages/healthy.scss */
.col-main._healthy {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-top: -6px;
}

/* line 10, ../../scss/pages/healthy.scss */
.healthy > img {
  margin-top: 7px;
}
/* line 14, ../../scss/pages/healthy.scss */
.healthy .bx-wrapper {
  max-width: 100% !important;
  padding: 5px 0 !important;
  clear: both;
}
/* line 19, ../../scss/pages/healthy.scss */
.healthy .bx-wrapper.no-ctrl {
  text-align: center;
}
/* line 22, ../../scss/pages/healthy.scss */
.healthy .bx-wrapper.no-ctrl .bx-slider {
  left: 0 !important;
}
/* line 26, ../../scss/pages/healthy.scss */
.healthy .bx-wrapper.no-ctrl .bx-slider .item {
  display: inline-block;
  float: none !important;
  margin: 0 50px !important;
}
/* line 33, ../../scss/pages/healthy.scss */
.healthy .bx-wrapper .bx-controls-direction a.bx-prev,
.healthy .bx-wrapper .bx-controls-direction a.bx-next {
  height: 45px;
  width: 45px;
  background: #eee4d8;
  border-radius: 100%;
  top: 50%;
  margin-top: -22px;
  -webkit-transition: background 80ms ease-out;
  -moz-transition: background 80ms ease-out;
  -ms-transition: background 80ms ease-out;
  transition: background 80ms ease-out;
}
/* line 47, ../../scss/pages/healthy.scss */
.healthy .bx-wrapper .bx-controls-direction a:hover {
  background: #8a7359;
}
/* line 51, ../../scss/pages/healthy.scss */
.healthy .bx-wrapper .bx-controls-direction a:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #a58867;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -10px 0 0 -3px;
}
/* line 65, ../../scss/pages/healthy.scss */
.healthy .bx-wrapper .bx-controls-direction a:hover:before {
  border-left-color: #fff;
}
/* line 69, ../../scss/pages/healthy.scss */
.healthy .bx-wrapper .bx-controls-direction a.bx-prev:before {
  transform: rotate(180deg);
  margin-left: -7px;
}
/* line 76, ../../scss/pages/healthy.scss */
.healthy .hero-block .bx-controls-direction a.bx-prev {
  left: 299px;
}
/* line 80, ../../scss/pages/healthy.scss */
.healthy .hero-block .bx-controls-direction a.bx-next {
  left: auto;
  right: 346px;
}
/* line 85, ../../scss/pages/healthy.scss */
.healthy .sliderWr {
  overflow: hidden;
}
/* line 88, ../../scss/pages/healthy.scss */
.healthy .sliderWr .bx-controls-direction a.bx-prev {
  left: -45px;
}
/* line 92, ../../scss/pages/healthy.scss */
.healthy .sliderWr .bx-controls-direction a.bx-next {
  left: auto;
  right: -45px;
}
/* line 97, ../../scss/pages/healthy.scss */
.healthy .sliderWr .bx-controls-direction a:before {
  margin-left: -9px;
}
/* line 101, ../../scss/pages/healthy.scss */
.healthy .sliderWr .bx-controls-direction a.bx-prev:before {
  margin-left: -1px;
}
/* line 106, ../../scss/pages/healthy.scss */
.healthy .bx-slider._onload,
.healthy .jcarousel-container._onload {
  opacity: 0;
}
/* line 111, ../../scss/pages/healthy.scss */
.healthy .bx-slider._notinitialize {
  text-align: center;
}
/* line 115, ../../scss/pages/healthy.scss */
.healthy #healthy-experience.bx-slider._notinitialize {
  text-align: left;
}
/* line 119, ../../scss/pages/healthy.scss */
.healthy .bx-slider._notinitialize li {
  display: inline-block;
  margin-right: 25px;
}
/* line 124, ../../scss/pages/healthy.scss */
.healthy .bx-viewport {
  min-height: 230px;
}
/* line 128, ../../scss/pages/healthy.scss */
.healthy #healthy-content .bx-viewport {
  left: 5px !important;
}
/* line 132, ../../scss/pages/healthy.scss */
.healthy .hero-block {
  margin-bottom: 35px;
}
/* line 136, ../../scss/pages/healthy.scss */
.healthy .hero-block .bx-slider {
  left: -98px;
}
/* line 139, ../../scss/pages/healthy.scss */
.healthy .hero-block .bx-slider .item {
  border: 8px solid #fbd286;
  border-radius: 0 50px 0 0;
  overflow: hidden;
  margin: 0 25px !important;
  height: 334px;
  transform: translateY(0px);
}
/* line 148, ../../scss/pages/healthy.scss */
.healthy .hero-block .bx-slider .item img,
.healthy .hero-block .bx-slider .item iframe {
  height: 334px !important;
  width: 334px  !important;
}
/* line 156, ../../scss/pages/healthy.scss */
.healthy .sliderWr._featured {
  margin-top: 39px;
  margin-bottom: 34px;
}
/* line 160, ../../scss/pages/healthy.scss */
.healthy .sliderWr._featured .sliderTopNavigation {
  padding: 10px 0 15px;
  margin: 0 0 -37px;
  font-family: "DINNextLTProBold", Arial, sans-serif;
  font-size: 25px;
  text-align: center;
  color: #e42312;
  position: relative;
  text-transform: uppercase;
}
/* line 171, ../../scss/pages/healthy.scss */
.healthy .sliderWr._featured .sliderTopNavigation span {
  background: #fff;
  display: inline-block;
  vertical-align: top;
  padding: 0 13px;
  position: relative;
  z-index: 1;
}
/* line 180, ../../scss/pages/healthy.scss */
.healthy .sliderWr._featured .sliderTopNavigation.tabs {
  color: #d96b27;
  font-size: 29px;
}
/* line 186, ../../scss/pages/healthy.scss */
.healthy .sliderWr .button {
  border: 2px solid #af5a3b;
  height: 28px;
  padding: 3px 35px;
  line-height: 1.6;
  border-radius: 6px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d65c13+0,cb4e16+100 */
  background: #d65c13;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d65c13 0%, #cb4e16 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #d65c13 0%, #cb4e16 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d65c13 0%, #cb4e16 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d65c13', endColorstr='#cb4e16',GradientType=0 );
  /* IE6-9 */
}
/* line 202, ../../scss/pages/healthy.scss */
.healthy .sliderCaruselWr {
  border: 1px solid #d8bfa4;
}
/* line 205, ../../scss/pages/healthy.scss */
.healthy .sliderCaruselWr .legend {
  font: 25px/1.5 "DINNextLTProRegular", Arial, sans-serif;
  color: #479c34;
  text-transform: uppercase;
  display: inline-block;
}
/* line 212, ../../scss/pages/healthy.scss */
.healthy .sliderCaruselWr label {
  font-size: 20px;
  font-weight: normal;
}
/* line 217, ../../scss/pages/healthy.scss */
.healthy .sliderCaruselWr .bx-slider {
  clear: both;
  display: block;
  min-height: 100%;
  padding-top: 10px;
}
/* line 224, ../../scss/pages/healthy.scss */
.healthy .sliderCaruselWr ul:not(.bx-slider) {
  display: block;
  width: 100%;
}
/* line 229, ../../scss/pages/healthy.scss */
.healthy .sliderCaruselWr ul:not(.bx-slider) li {
  display: block;
  float: none;
  width: 100%;
  text-align: center !important;
}
/* line 237, ../../scss/pages/healthy.scss */
.healthy .sliderCaruselWr form ul:not(.bx-slider) li {
  text-align: left !important;
}
/* line 241, ../../scss/pages/healthy.scss */
.healthy .sliderCaruselWr ul:not(.bx-slider) li:after {
  content: '';
  display: block;
  clear: both;
}
/* line 247, ../../scss/pages/healthy.scss */
.healthy .sliderCaruselWr ul:not(.bx-slider) li > div {
  float: left;
  width: 50%;
}
/* line 252, ../../scss/pages/healthy.scss */
.healthy .sliderCaruselWr .form-list-custom .fields > div > div {
  float: none;
  width: 100%;
}
/* line 257, ../../scss/pages/healthy.scss */
.healthy .sliderCaruselWr textarea,
.healthy .sliderCaruselWr select {
  max-width: 430px;
}
/* line 263, ../../scss/pages/healthy.scss */
.healthy .sliderCaruselWr .box .std {
  text-align: left;
  max-width: 50%;
  margin: 15px 0;
  font-size: 15px;
}
/* line 269, ../../scss/pages/healthy.scss */
.healthy .sliderCaruselWr .box .std p {
  font-size: 15px;
  margin: 0 0 10px;
}
/* line 274, ../../scss/pages/healthy.scss */
.healthy .sliderCaruselWr .box .std ul {
  min-height: auto;
}
/* line 278, ../../scss/pages/healthy.scss */
.healthy .sliderCaruselWr .box .std li {
  text-align: left !important;
}
/* line 282, ../../scss/pages/healthy.scss */
.healthy .sliderCaruselWr .box:nth-child(1) ul {
  width: 57%;
}
/* line 286, ../../scss/pages/healthy.scss */
.healthy .sliderCaruselWr .box:nth-child(1) .fields:last-child,
.healthy .sliderCaruselWr .box:nth-child(1) .fields:last-child > div {
  width: 100%;
}
/* line 291, ../../scss/pages/healthy.scss */
.healthy .sliderCaruselWr .box:nth-child(1) .fields:last-child > div input {
  width: 98%;
}
/* line 298, ../../scss/pages/healthy.scss */
.healthy .sliderCaruselWr .box:nth-child(3) li:nth-child(1), .healthy .sliderCaruselWr .box:nth-child(3) li:nth-child(2) {
  float: left;
}
/* line 303, ../../scss/pages/healthy.scss */
.healthy .sliderCaruselWr .box:nth-child(3) li:nth-child(1) {
  width: 55%;
}
/* line 307, ../../scss/pages/healthy.scss */
.healthy .sliderCaruselWr .box:nth-child(3) li:nth-child(2) {
  width: 45%;
}
/* line 311, ../../scss/pages/healthy.scss */
.healthy .sliderCaruselWr .box:nth-child(3) li:nth-child(2) > div {
  width: 100%;
}
/* line 315, ../../scss/pages/healthy.scss */
.healthy .sliderCaruselWr .box:nth-child(3) li:nth-child(3) {
  clear: both;
  width: 100%;
}
/* line 319, ../../scss/pages/healthy.scss */
.healthy .sliderCaruselWr .box:nth-child(3) li:nth-child(3) > div, .healthy .sliderCaruselWr .box:nth-child(3) li:nth-child(3) textarea {
  width: 100%;
  max-width: 100% !important;
}
/* line 329, ../../scss/pages/healthy.scss */
.healthy .sliderCaruselWr .item._exp {
  text-align: center;
  min-height: 204px;
}
/* line 333, ../../scss/pages/healthy.scss */
.healthy .sliderCaruselWr .item._exp h3 {
  font-weight: 600;
}
/* line 337, ../../scss/pages/healthy.scss */
.healthy .sliderCaruselWr .item._exp img {
  width: 150px;
  height: 150px;
  border: 4px solid #bddcd9;
}
/* line 343, ../../scss/pages/healthy.scss */
.healthy .sliderCaruselWr .item._exp img + a {
  text-decoration: none;
}
/* line 347, ../../scss/pages/healthy.scss */
.healthy .sliderCaruselWr .item._exp a {
  display: block;
  color: #479c34;
}
/* line 356, ../../scss/pages/healthy.scss */
.healthy .sliderTopNavigation li {
  padding: 0 67px;
  margin-right: 8px;
  font-size: 15px;
  text-transform: uppercase;
  font-family: "DINNextLTProRegular", Arial, sans-serif;
}
/* line 364, ../../scss/pages/healthy.scss */
.healthy .sliderTopNavigation li.current {
  background: #479c34;
}
/* line 368, ../../scss/pages/healthy.scss */
.healthy .sliderTopNavigation li.current:before {
  border-top-color: #479c34;
}
/* line 373, ../../scss/pages/healthy.scss */
.healthy .social-wrapper {
  float: right;
  text-align: center;
  margin: -3px 46px 0 0;
}
/* line 378, ../../scss/pages/healthy.scss */
.healthy .social-wrapper > .title {
  font: 17px/1.5 "DINNextLTProRegular", Arial, sans-serif;
  color: #46b1a5;
  text-transform: uppercase;
  border-bottom: 1px solid #bddcd9;
  text-align: center;
}
/* line 386, ../../scss/pages/healthy.scss */
.healthy .social-wrapper a {
  display: inline-block;
  width: 47px;
  text-decoration: none;
}
/* line 392, ../../scss/pages/healthy.scss */
.healthy .social-wrapper > .social-btn > img {
  display: inline-block;
}
/* line 397, ../../scss/pages/healthy.scss */
.healthy .static-wrapper {
  margin: 10px 18px 40px;
}
/* line 400, ../../scss/pages/healthy.scss */
.healthy .static-wrapper p {
  margin: 0 -2px;
}
/* line 405, ../../scss/pages/healthy.scss */
.healthy .static-images {
  display: inline-block;
  font-size: 0;
  width: 325px;
  height: 180px;
  position: relative;
  margin: 3px 1px;
}
/* line 413, ../../scss/pages/healthy.scss */
.healthy .static-images:nth-child(odd):after {
  content: '';
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 8px;
  border: 2px dashed #fff;
}
/* line 424, ../../scss/pages/healthy.scss */
.healthy .top-1280-fundrasing-buttons {
  display: none;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 40px 0;
	*zoom: 1;
}

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

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	border:  5px solid #fff;
	left: -5px;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */


.bx-wrapper .bx-controls-direction a {
	position: absolute;
	outline: 0;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	z-index: 9;
	left: 20px;
}
.bx-wrapper .bx-prev {
	top: 0;
	background: url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/ico-sprite.png) no-repeat 0 -418px;
}

.bx-wrapper .bx-next {
	bottom: 0;
	background: url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/ico-sprite.png) no-repeat 0 -376px;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(https://www.edex.com.au/skin/frontend/enterprise/edex/css/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}


.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(https://www.edex.com.au/skin/frontend/enterprise/edex/css/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}


/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

.mmenu-img {
    width: 134px;
}

.estimate-field {
    background-color: #FFFFFF;
    background-image: url("https://www.edex.com.au/skin/frontend/enterprise/edex/css/temando/images/find_ext.png");
    background-position: right 3px;
    background-repeat: no-repeat;
    float: left;
}
.estimate-field.active {
    background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/css/temando/images/ajax-s-load.gif") no-repeat scroll right center transparent;
}
.autocomplete-w1 {position:absolute; z-index: 1000; top:4px; left:3px;}
.autocomplete-w2 { padding:0 6px 6px 0; }
.autocomplete { width:300px; border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE specific: */ _height:350px;  _margin:0px 6px 6px 0; overflow-x:hidden; }
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { padding:2px 5px; white-space:nowrap;font-size: 12px; }
.autocomplete strong { font-weight:normal; color:#3399FF; }


.pcs-field {
    background-color: transparent;
    padding: 4px 26px 4px 4px;
    width: 230px;
    border: 1px solid #B6B6B6;
}

/**
 * MageWorx
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the MageWorx EULA that is bundled with
 * this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.mageworx.com/LICENSE-1.0.html
 *
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@mageworx.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade the extension
 * to newer versions in the future. If you wish to customize the extension
 * for your needs please refer to http://www.mageworx.com/ for more information
 * or send an email to sales@mageworx.com
 *
 * @category   skin_default
 * @package    MageWorx_Downloads
 * @copyright  Copyright (c) 2009 MageWorx (http://www.mageworx.com/)
 * @license    http://www.mageworx.com/LICENSE-1.0.html
 */

/**
 * Downloads extension
 *
 * @category   skin_default
 * @package    MageWorx_Downloads
 * @author     MageWorx Dev Team <dev@mageworx.com>
 */

.downloads-links-block {
	margin-top: 4px;
	margin-bottom: 7px;
    border: solid 1px #DFDFDF; 
    padding: 7px;
}
.downloads-links-block .head {
    padding-bottom: 4px;
}
.downloads-links-block table {
    padding-left: 5px;
}
.downloads-links-block td {
	padding-right: 5px;
}
.downloads-links-block span {
	padding-left: 5px; 
	color: #EF5E2C;
	font-style: italic;
}

#downloads_video_overlay {
    cursor: pointer;
    opacity: 0.8;
    display: block;
    position: fixed;
    bottom:0;
    right: 0;
    background: #000000;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#downloads_video_popup {
    z-index: 1001;
    width: 600px;
    height: auto;
    position: fixed;
}

#downloads_video_popup .popup-cont {
    background: #ffffff;
    border-radius: 8px;
    padding: 13px 0;
}

#downloads_video_popup .spinner {
    display: none;
    background: url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/mageworx/downloads/spinner.gif) no-repeat center center;
    height: 70px;
}

#downloads_video_popup .spin {
    display: block !important;
}

#downloads_video_popup .close-button {
    background: transparent url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/mageworx/downloads/close-button.png) 0 0 no-repeat;
    position: absolute;
    width: 32px;
    height: 32px;
    cursor: pointer;
    position: absolute;
    top: -15px;
    left: 585px;
}

.jspContainer {
    overflow: hidden;
    position: relative;
    outline: none;
    width: 100% !important;
}

.jspPane {
    position: absolute;
    width: 100% !important;
    outline: none;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 100%;
    z-index: 100;
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: red;
}

.jspVerticalBar *,
.jspHorizontalBar * {
    margin: 0;
    padding: 0;
}

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    position: relative;
    border-radius: 5px;
    background-color: #E5E5E5;
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(202, 202, 202, 0.07)),color-stop(100%,rgba(229, 229, 229, 0.07)));
    background: -webkit-linear-gradient(left,rgba(202, 202, 202, 0.07) 0%,rgba(229, 229, 229, 0.07) 100%);
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, .15) inset,0 1px 0 0 white;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, .15) inset,0 1px 0 0 white;
}

.jspDrag {
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
    border-radius: 4px;
    border: solid 1px #A6A6A6;
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(233, 233, 233, 0.05)),color-stop(100%,rgba(221, 221, 221, 0.05)));
    background: -webkit-linear-gradient(left,rgba(233, 233, 233, 0.05) 0%,rgba(221, 221, 221, 0.05) 100%);
    -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .05);
    background-color: #E9E9E9;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}

.jspArrow {
    text-indent: -20000px;
    display: block;
    cursor: pointer;
}

.jspArrow.jspDisabled {
    cursor: default;
}

.jspVerticalBar .jspArrow {
    position: relative;
    display: block;
    width: 0;
    height: 4px;
}

.jspVerticalBar .jspArrow.jspArrowDown {
    top: 4px;
    border-top: 4px solid #ccc;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.jspVerticalBar .jspArrow.jspArrowUp {
    top: -4px;
    border-bottom: 4px solid #ccc;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.jspVerticalBar .jspArrow:focus {
    outline: none;
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}
.sliderWr {
  position:relative;
  margin:0 20px;
}
.coda-slider-wrapper {
  padding: 20px 0; 
}
  
  .coda-slider-wrapper .coda-slider {
    background: #f2f2f2;
    width: 980px; 
  }
    
    .coda-slider-wrapper .coda-slider .panel {
      width: 980px; 
    }
      
      .coda-slider-wrapper .coda-slider .panel .panel-wrapper {
        padding: 20px; 
      }
  
  .coda-slider-wrapper .coda-nav {
  }
    
    .coda-slider-wrapper .coda-nav .current {
      background: #0090FF; 
    }
    
    .coda-slider-wrapper .coda-nav a {
      background: #000;
      color: #fff;
      margin-right: 1px;
      padding: 3px 6px; 
    }
    
    .coda-slider-wrapper .coda-nav a:hover {
      background: #000;
      color: #fff;
      text-shadow: none; 
    }
  
  .coda-slider-wrapper .coda-nav-left, .coda-slider-wrapper .coda-nav-right {
  }
    
    .coda-slider-wrapper .coda-nav-left a, .coda-slider-wrapper .coda-nav-right a {
      background: #000;
      color: #fff;
      padding: 5px;
      width: 100px; 
    }
  
  .coda-slider-wrapper .coda-nav-left-arrow {
    width: 25px;
    height: 25px;
    background: url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/arrow.png) no-repeat top left; 
    margin-top:50px;
  }

.coda-slider-wrapper .coda-nav-left-arrow a {
    width: 0;
    height: 0;
    border:none;
  }

  .coda-slider-wrapper .coda-nav-left-arrow:hover {
    background: url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/arrow.png) no-repeat bottom left; 
  }
  
  .coda-slider-wrapper .coda-nav-right-arrow {
    width: 25px;
    height: 25px;
    background: url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/arrow.png) no-repeat top right; 
    margin-top:50px;
  }
.coda-slider-wrapper .coda-nav-right-arrow a {
    width: 0;
    height: 0;
    background: none; 
    margin-top:0;
    border:none;
  }

  .coda-slider-wrapper .coda-nav-right-arrow:hover {
    background: url(https://www.edex.com.au/skin/frontend/enterprise/edex/images/arrow.png) no-repeat bottom right; 
  }

  .coda-slider-wrapper .coda-nav-left-arrow:active, .coda-slider-wrapper .coda-nav-right-arrow:active {
    margin-top: 55px; 
  }
  
  .coda-slider-wrapper .loading {
    height: 100%;
    padding: 20px;
    text-align: center; 
  }

.arrows .coda-slider {
}

.coda-slider-wrapper {
  clear: both;
  overflow: auto; 
}
  
  .coda-slider-wrapper .coda-slider {
    float: left;
    overflow: hidden;
    position: relative; 
  }
    
    .coda-slider-wrapper .coda-slider .panel-container {
      position: relative; 
    }
      
      .coda-slider-wrapper .coda-slider .panel-container .panel {
        display: block;
        float: left; 
      }
  
  .coda-slider-wrapper .coda-nav {
  }
    
    .coda-slider-wrapper .coda-nav ul {
      clear: both;
      display: block;
      margin: auto;
      overflow: hidden; 
    }
      
      .coda-slider-wrapper .coda-nav ul li {
        display: inline; 
      }
        
        .coda-slider-wrapper .coda-nav ul li a {
          display: block;
          float: left;
          text-decoration: none; 
        }
  
  .coda-slider-wrapper .coda-nav-left-arrow, .coda-slider-wrapper .coda-nav-right-arrow {
    cursor: pointer;
    float: left;
  }
    
    .coda-slider-wrapper .coda-nav-left-arrow a, .coda-slider-wrapper .coda-nav-right-arrow a {
      display: block; 
    }
  
  .coda-slider-wrapper .coda-nav-left, .coda-slider-wrapper .coda-nav-right {
    float: left; 
  }
    
    .coda-slider-wrapper .coda-nav-left a, .coda-slider-wrapper .coda-nav-right a {
      display: block;
      text-align: center;
      text-decoration: none; 
    }
  
  .coda-slider-wrapper .coda-nav-left, .coda-slider-wrapper .coda-nav-left-arrow {
    clear: both;
  }
  
.coda-slider-wrapper .coda-nav-left {
  position:absolute;
  left:0;
  z-index:10;
}
.coda-slider-wrapper .coda-nav-right {
  position:absolute;
  right:0;
  z-index:10;
}
  
  
  
  
  
  
  
  
  
  
  
  
  
  

#container {
	width:710px;
	/*(position: absolute; */
	z-index:0;
	/*
	top: 199px;
	*/
	border: 0;
    outline:none!Important;
    color: transparent;
	margin-left: 20px;
}

a:focus, a:hover, a:active {
	 outline:none;
}
img, button {
	border: 0;
}
#example {
	width:651px;
	height:275px;
	position:relative;
}

#ribbon {
	position:absolute;
	top:-3px;
	left:-15px;
	z-index:500;
}

#frame {
	position:absolute;
	z-index:0;
	width:739px;
	height:341px;
	top:-3px;
	left:-80px;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:14px;
	left:4px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

#slides_container {
	width:651px;
	/*overflow:hidden;*/
	position:relative;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

#slides_container a {
	width:651px;
	height:275px;
	display:block;
}

#slides_container a img {
	display:block;
	border: 0;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:651px;
}

/*
	Pagination
*/

.pagination {
	margin:26px auto 0;
	width: 58px;
	position: absolute;
	bottom: -280px;
	right: 20px;
	z-index: 100;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:16px;
	height:0;
	padding-top:16px;
	background-image:url(https://www.edex.com.au/skin/frontend/enterprise/edex/img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li a.current {
	background-position:0 -16px;
}
#container .shop-now {
	width: 134px;
	height: 33px;
	padding: 0;
	position: absolute;
	right: 20px;
	top: 200px;
	z-index: 100;
	font-size: 17px;
	font-family: proxima_nova_rgbold;
	text-transform: uppercase;
	color: #fff;
	display: block;
	text-align: center;
	line-height: 34px;
}
#container .shop-now:hover {color:#f33400;}
.bunner-shd {
	float: right;
}

@-moz-document url-prefix() {
  #container {top: 204px;}
}
.jcarousel-skin-tango { overflow:hidden; height:293px;margin-bottom: 20px;}
	.jcarousel-skin-tango .jcarousel-container {
     background: #FFF;
     position:relative;
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
/*    width: 580px;
    padding: 20px 40px; 
	height:230px;*/
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    /* width: 75px; */
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    height: 290px; 
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    /* width:  75px; */
    height: 245px;
}

.jcarousel-skin-tango .jcarousel-item {
    /*
	width: 75px;
    height: 75px;
	*/
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 10px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal img {
    width:710px!important;
    height: 290px!important;;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
  position:absolute;
  width:26px;
  height:52px;
  top:50%;
  margin-top:-26px;
  background-image:url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/navButtonSpritet.png");
  z-index:10;
  right:0;
  background-position:-26px 0;
  cursor:pointer;
  -webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;   
-o-user-select:none;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position:-26px -52px;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
  position:absolute;
  width:26px;
  height:52px;
  top:50%;
  margin-top:-26px;
  background-image:url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/navButtonSpritet.png");
  z-index:10;
  left:0;
  background-position:0 0;
  cursor:pointer;
  -webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;   
-o-user-select:none;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(https://www.edex.com.au/skin/frontend/enterprise/edex/css/next-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position:0 -52px;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(https://www.edex.com.au/skin/frontend/enterprise/edex/css/next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(https://www.edex.com.au/skin/frontend/enterprise/edex/css/prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}


.jcarousel-skin-tango .jcarousel-container .jcarousel-control {display:block;}
.jcarousel-control {
  margin-bottom: 10px;
  text-align: center;
  position: absolute;
  top: 250px;
  left: 0;
  width: 100%;
}

.jcarousel-control a {
  text-decoration: none;
  margin: 0px 2px 5px 0;
  color: #eee;
  background: #d8d8d8;
  font-weight: bold;
  border-radius: 2px;
  border: 1px solid #cfcfcf;
  width: 12px;
  height: 10px;
  display: inline-block;
  vertical-align: top;
}

.jcarousel-control a.curent-slide {
	background: rgb(243, 94, 94);
  border:1px solid rgb(243, 94, 94);

}

.jcarousel-control a:focus,
.jcarousel-control a:active {
    outline: none;
}

.jcarousel-scroll {
    margin-top: 10px;
    text-align: center;
}

.jcarousel-scroll form {
    margin: 0;
    padding: 0;
}

.jcarousel-scroll select {
    font-size: 75%;
}

#mycarousel-next,
#mycarousel-prev {
    cursor: pointer;
    margin-bottom: -10px;
    text-decoration: underline;
    font-size: 11px;
    -webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;   
-o-user-select:none;
}






.jcarousel-skin-minisliders .jcarousel-container {

}

.jcarousel-skin-minisliders .jcarousel-direction-rtl {
	direction: rtl;
}

/*.jcarousel-skin-minisliders .jcarousel-container-horizontal {
    width: 900px;
}*/

.jcarousel-skin-minisliders .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-minisliders .jcarousel-clip {
    overflow: hidden;
}

/*.jcarousel-skin-minisliders .jcarousel-clip-horizontal {
    width:  900px;
    height: 175px;
}*/

.jcarousel-skin-minisliders .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-minisliders .jcarousel-item {
  /*
  width:148px;
  padding:0 18px;
  */
  text-align:center;
  padding-bottom: 10px;
}


/*.jcarousel-skin-minisliders .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 10px;
}*/

.jcarousel-skin-minisliders .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-minisliders .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-minisliders .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
/**
 *  Horizontal Buttons
 */
.jcarousel-skin-minisliders .jcarousel-next-horizontal {
  position:absolute;
  width:26px;
  height:52px;
  top:50%;
  margin-top:-26px;
  background-image:url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/navButtonSpritet.png");
  z-index:10;
  right:-25px;
  background-position:-26px 0;
  cursor:pointer;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;   
  -o-user-select:none;
}

/*.jcarousel-skin-minisliders .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(https://www.edex.com.au/skin/frontend/enterprise/edex/css/prev-horizontal.png);
}*/

.jcarousel-skin-minisliders .jcarousel-next-horizontal:hover {
  background-position:-26px -52px;
}

/*.jcarousel-skin-minisliders .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}*/

/*.jcarousel-skin-minisliders .jcarousel-next-disabled-horizontal,
.jcarousel-skin-minisliders .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-minisliders .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-minisliders .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}*/

.jcarousel-skin-minisliders .jcarousel-prev-horizontal {
  position:absolute;
  width:26px;
  height:52px;
  top:50%;
  margin-top:-26px;
  background-image:url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/navButtonSpritet.png");
  z-index:10;
  left:-25px;
  background-position:0 0;
  cursor:pointer;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;   
  -o-user-select:none;
}

/*.jcarousel-skin-minisliders .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(https://www.edex.com.au/skin/frontend/enterprise/edex/css/next-horizontal.png);
}*/

.jcarousel-skin-minisliders .jcarousel-prev-horizontal:hover {
    background-position:0 -52px;
}

/*.jcarousel-skin-minisliders .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}*/

/*.jcarousel-skin-minisliders .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-minisliders .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-minisliders .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-minisliders .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}*/
.jcarousel-skin-minisliders .jcarousel-prev-disabled-horizontal{
    display: none!important;
}
.jcarousel-skin-minisliders .jcarousel-next-disabled-horizontal{
    display: none!important;
}
.jcarousel-skin-minislidersBrands .jcarousel-prev-disabled-horizontal{
    display: none!important;
}
.jcarousel-skin-minislidersBrands .jcarousel-next-disabled-horizontal{
    display: none!important;
}
/**
 *  Vertical Buttons
 */
.jcarousel-skin-minisliders .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(https://www.edex.com.au/skin/frontend/enterprise/edex/css/next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-minisliders .jcarousel-next-vertical:hover,
.jcarousel-skin-minisliders .jcarousel-next-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-minisliders .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-minisliders .jcarousel-next-disabled-vertical,
.jcarousel-skin-minisliders .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-minisliders .jcarousel-next-disabled-vertical:focus,
.jcarousel-skin-minisliders .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-minisliders .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(https://www.edex.com.au/skin/frontend/enterprise/edex/css/prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-minisliders .jcarousel-prev-vertical:hover,
.jcarousel-skin-minisliders .jcarousel-prev-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-minisliders .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-minisliders .jcarousel-prev-disabled-vertical,
.jcarousel-skin-minisliders .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-minisliders .jcarousel-prev-disabled-vertical:focus,
.jcarousel-skin-minisliders .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-minislidersBrands .jcarousel-direction-rtl {
	direction: rtl;
}

/*.jcarousel-skin-minislidersBrands .jcarousel-container-horizontal {
    width: 900px;
}*/

.jcarousel-skin-minislidersBrands .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-minislidersBrands .jcarousel-clip {
    overflow: hidden;
}

/*.jcarousel-skin-minislidersBrands .jcarousel-clip-horizontal {
    width:  900px;
    height: 175px;
}*/

.jcarousel-skin-minislidersBrands .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-minislidersBrands .jcarousel-item {
  width:184px;
  /*padding:0 18px; */
  text-align:center;
}

/*.jcarousel-skin-minislidersBrands .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 10px;
}*/

.jcarousel-skin-minislidersBrands .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-minislidersBrands .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-minislidersBrands .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
/**
 *  Horizontal Buttons
 */
.jcarousel-skin-minislidersBrands .jcarousel-next-horizontal {
  position:absolute;
  width:26px;
  height:52px;
  top:50%;
  margin-top:-26px;
  background-image:url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/navButtonSpritet.png");
  z-index:10;
  right:0;
  background-position:-26px 0;
  cursor:pointer;
  -webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;   
-o-user-select:none;
}

/*.jcarousel-skin-minislidersBrands .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(https://www.edex.com.au/skin/frontend/enterprise/edex/css/prev-horizontal.png);
}*/

.jcarousel-skin-minislidersBrands .jcarousel-next-horizontal:hover {
  background-position:-26px -52px;
}

/*.jcarousel-skin-minislidersBrands .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}*/

/*.jcarousel-skin-minislidersBrands .jcarousel-next-disabled-horizontal,
.jcarousel-skin-minislidersBrands .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-minislidersBrands .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-minislidersBrands .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}*/

.jcarousel-skin-minislidersBrands .jcarousel-prev-horizontal {
  position:absolute;
  width:26px;
  height:52px;
  top:50%;
  margin-top:-26px;
  background-image:url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/navButtonSpritet.png");
  z-index:10;
  left:0;
  background-position:0 0;
  cursor:pointer;
  -webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;   
-o-user-select:none;
}

/*.jcarousel-skin-minislidersBrands .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(https://www.edex.com.au/skin/frontend/enterprise/edex/css/next-horizontal.png);
}*/

.jcarousel-skin-minislidersBrands .jcarousel-prev-horizontal:hover {
    background-position:0 -52px;
}

/*.jcarousel-skin-minislidersBrands .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}*/

/*.jcarousel-skin-minislidersBrands .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-minislidersBrands .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-minislidersBrands .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-minislidersBrands .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}*/

/**
 *  Vertical Buttons
 */
.jcarousel-skin-minislidersBrands .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(https://www.edex.com.au/skin/frontend/enterprise/edex/css/next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-minislidersBrands .jcarousel-next-vertical:hover,
.jcarousel-skin-minislidersBrands .jcarousel-next-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-minislidersBrands .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-minislidersBrands .jcarousel-next-disabled-vertical,
.jcarousel-skin-minislidersBrands .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-minislidersBrands .jcarousel-next-disabled-vertical:focus,
.jcarousel-skin-minislidersBrands .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-minislidersBrands .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(https://www.edex.com.au/skin/frontend/enterprise/edex/css/prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-minislidersBrands .jcarousel-prev-vertical:hover,
.jcarousel-skin-minislidersBrands .jcarousel-prev-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-minislidersBrands .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-minislidersBrands .jcarousel-prev-disabled-vertical,
.jcarousel-skin-minislidersBrands .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-minislidersBrands .jcarousel-prev-disabled-vertical:focus,
.jcarousel-skin-minislidersBrands .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
.selectWr {
  padding:15px 18px;
  position:relative;
}
.b-core-ui-select {
    position: relative;
    /*width: 80%;*/
    padding: 8px 15px;
    margin-bottom:10px;
    background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f7f7f7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f7f7f7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
    border:1px solid #d5d5d5;
    font-size: 14px;
    line-height: 22px;
	height: 18px;
    color: #3c3e3b;
    font-family: 'DINNextLTProMedium';
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.b-core-ui-select__select {
    position: static;
    width: 80%;
    padding: 10px;
    font-size: 12px;
    line-height: 18px;
}

.b-core-ui-select__value {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 25px;
}

.b-core-ui-select__select_state_hide {
    height: 1px !important;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 1px !important;
    text-indent: -9999px;
    overflow: hidden;
    opacity: 0;
    z-index: -1;
    filter: alpha(opacity = 0);
}

.b-core-ui-select:HOVER {
    color: #333333;
    background-color: #e8e1d7;
    background-position: 0 -34px;
}

.b-core-ui-select.focus {
    /*background-color: #e6e6e6;
    background-image: none;
    border-color: #ccc;*/
    outline: 0;
}

/*.b-core-ui-select.open {
    border-radius: 5px 5px 0 0;
}*/

.b-core-ui-select.disabled,
.b-core-ui-select.disabled:ACTIVE{
    opacity: .5;
    color: #333333;
    background-color: #e6e6e6;
    background-position: 0 -15px;
    transition: background-position 0.1s linear;
}

.b-core-ui-select__button {
    position: absolute;
    right:0;
    top:0;
    display: block;
    width:38px;
    height:34px;
    border-left:1px solid #cccbca;
	background: #e8e1d7;
    /*border-top: 5px solid #a58d6d;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: "";
    margin-top: 8px;
    margin-left: 2px;*/
}
.b-core-ui-select__button:after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -7px;
	margin-top: -3px;
	border-top: 7px solid #8a7359;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}

.b-core-ui-select__dropdown {
    display: none;
    position: absolute;
    top: 0;
    color: #333;
    margin-top: -11px;
    padding: 10px;
    max-height: 200px;
    font-size: 12px;
    border: 1px solid #cccbca;
    font-family:MuseoSans_700;
    background-color:#fff;
    /*border-radius: 0 0 4px 4px;
    background-color: whiteSmoke;
    background-image: -ms-linear-gradient(top, white, #E6E6E6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#E6E6E6));
    background-image: -webkit-linear-gradient(top, white, #E6E6E6);
    background-image: -o-linear-gradient(top, white, #E6E6E6);
    background-image: linear-gradient(top, white, #E6E6E6);
    background-image: -moz-linear-gradient(top, white, #E6E6E6);
    background-repeat: repeat-x;*/
}

.b-core-ui-select__dropdown.hide {
    display: none;
}

.b-core-ui-select__dropdown.show {
    display: block;
}

.b-core-ui-select__dropdown__wrap {
    max-height: 200px;
    overflow: auto;
	outline: none;
}


.j-scroll-pane .b-core-ui-select__dropdown__item {
    margin-right: 20px;
}

.b-core-ui-select__dropdown__list {
    overflow: hidden;
    margin: 0!important;
}

.b-core-ui-select__dropdown__item {
    padding: 5px 10px;
    min-height: 18px;
    list-style-type: none;
    line-height:18px;
    cursor: pointer;
}


.b-core-ui-select__dropdown__label {
    padding: 10px;
    min-height: 18px;
    font-style: italic;
    list-style-type: none;
    border-bottom: 1px solid #ccc;
}

.b-core-ui-select__dropdown__item.disabled,
.b-core-ui-select__dropdown__item.disabled:HOVER {
    color: #ccc;
    background: none;
}

.b-core-ui-select__dropdown__item.selected,
.b-core-ui-select__dropdown__item.selected:HOVER {
    background: #bbb5ac;
    color: #fff;
}

.b-core-ui-select__dropdown__item:HOVER {
    background: #cd2c23;
}
.selectWr button {
  width:100%;
  padding:9px 0;
  height:38px;
  margin:0;
  background:#e42312;
  border:1px solid #e6281e;
  font-size:16px;
  text-transform:uppercase;
  text-transform: uppercase;
  font-family: 'DINNextLTProMedium';
  color:#fff;
}
/* to flush css hash */
.flush-css-hash {
    display: block;
}
body {
    padding-top: 0;
    background: #f3eee8;
}

.fundraising_stps {
    clear: both;
    padding: 10px 20px 20px;
    height: 60px;
    text-align: justify;
}

.fundraising_stps::after {
    display: inline-block;
    width: 100%;
    height: 1px;
    content: '';
}

.fundraising_stps li {
    display: inline-block;
    height: 60px;
    vertical-align: top;
}

.fundraising_stps li a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.fundraising_stps li a:hover {
    color: #555;
}

.fundraising_stps li img {
    float: left;
    margin-right: 10px;
    width: 60px;
    height: 60px;
}

.fundraising_stps li .txt {
    float: left;
}

.fundraising_stps li .txt .inner {
    display: table-cell;
    width: 100%;
    height: 60px;
    vertical-align: middle;
}

.headerBox-cart-description {
    background: #fff;
}

.footer-bottom a {
    color: #fff;
}

.top-info-bar {
    background: #b2c000;
}

.fundraising-website-switcher-top {
    background-color: #b2ca3c;
}

.fundraising-website-switcher-top ul li.item a.active,
.fundraising-website-switcher-top ul li.item a:hover,
.fundraising-website-switcher-top ul li.item > span.active,
.fundraising-website-switcher-top ul li.item > span:hover {
    color: #b2c000;
}

.fundraising-website-switcher-top ul li.item a::after,
.fundraising-website-switcher-top ul li.item > span::after {
    background-color: #e42312;
}

.fundraising-website-switcher-top ul li.item a,
.fundraising-website-switcher-top ul li.item > span {
    border-bottom-color: #e42312;
}

.fundraising-website-switcher-top ul li.item a,
.fundraising-website-switcher-top ul li.item > span {
    background: #b2ca3c;
}

/* Fundraising Season */

.header-wr .logo {
    margin: 17px 40px 0 23px;
    width: 375px;
}

.headerBox-search {
    margin-right: 18px;
}

.headerBox-search input {
    width: 210px;
}

.ribbon.-afterpay {
    position: relative;
    z-index: 15;
    margin-top: 37px;
}

.header-loginBox-wr::after {
    position: absolute;
    bottom: 100%;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 97px;
    background: url(https://www.edex.com.au/skin/frontend/enterprise/fundraising-season/stores-overrides/fundraising/images/fundraising-top-bar.png) 50% 0 repeat-x;
    content: '';
}

.header-loginBox {
    position: relative;
    z-index: 2;
}

.floating-banners .left-fl-banner,
.floating-banners .right-fl-banner {
    top: 162px;
    z-index: 12;
}

.footer {
    padding-bottom: 150px;
    background: #ece3d7;
}

.footer-bottom {
    padding-bottom: 77px;
    background: #d7c0a6;
    color: #fff;
}

.footer-bottom div {
    background-color: transparent !important;
}

.footer-wr {
    position: relative;
}

.footer-wr::after {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 143px;
    background: url(https://www.edex.com.au/skin/frontend/enterprise/fundraising-season/stores-overrides/fundraising/images/fundraisiing-season-bot-bg.png) 50% 0 no-repeat;
    content: '';
}

.joinNowBox {
    background: #d7c0a6;
}

.joinNowBox h4 {
    color: #fff;
}

/* Checkout */

.nominate-school-wr,
.do-not-nominate-school-wr {
    padding: 16px 10px 14px;
    border: 1px solid #716455;
}

.nominate-school-wr.selected,
.do-not-nominate-school-wr.selected {
    background: #8a7359;
}

.nominate-school-wr label,
.do-not-nominate-school-wr label {
    color: #8a7359;
}

.nominate-school-wr.selected label,
.do-not-nominate-school-wr.selected label {
    color: #fff;
}

.top-1280-fundrasing-buttons,
.top-1280-fundrasing-brand-page-buttons {
    padding: 10px 20px 15px;
}

/* line 4, ../../scss/blocks/_product-finder.scss */
.b-core-ui-select.disabled, .b-core-ui-select.disabled:active {
  opacity: .5;
  color: #333;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  transition: background-position 0.1s linear;
}

/* line 10, ../../scss/blocks/_product-finder.scss */
.productFinder {
  width: 260px;
}

/* line 13, ../../scss/blocks/_product-finder.scss */
.product-finder-box-wr {
  height: 290px;
  margin: 0 20px;
  padding-bottom: 15px;
}

/* line 18, ../../scss/blocks/_product-finder.scss */
.product-finder-box-left {
  overflow: hidden;
}
/* line 20, ../../scss/blocks/_product-finder.scss */
.product-finder-box-left img {
  max-width: 100%;
}

/* line 24, ../../scss/blocks/_product-finder.scss */
.product-finder-box {
  float: right;
  width: 260px;
  height: 290px;
  margin-left: 10px;
  background: #f6f1eb;
}
/* line 30, ../../scss/blocks/_product-finder.scss */
.product-finder-box h3 {
  padding: 7px 0;
  margin: 0;
  background-color: #d7c0a6;
  font-size: 20px;
  color: #fff;
  font-family: "DINNextLTProMedium", Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
}

/* line 42, ../../scss/blocks/_product-finder.scss */
.selectWr {
  padding: 15px 18px 0 18px;
  position: relative;
}
/* line 45, ../../scss/blocks/_product-finder.scss */
.selectWr button {
  width: 260px;
  padding: 9px 0;
  height: 38px;
  margin: 0 0 0 -18px;
  background: #e42312;
  border: 1px solid #e6281e;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "DINNextLTProMedium", Arial, sans-serif;
  color: white;
  position: relative;
  bottom: -10px;
}

/* line 60, ../../scss/blocks/_product-finder.scss */
.b-core-ui-select {
  position: relative;
  padding: 7px 15px;
  margin-bottom: 6px;
  background: white;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 22px;
  height: 31px;
  color: #3c3e3b;
  font-family: "DINNextLTProMedium", Arial, sans-serif;
  cursor: pointer;
  user-select: none;
}
/* line 74, ../../scss/blocks/_product-finder.scss */
.b-core-ui-select:hover {
  color: #333;
  background-position: 0 -34px;
}
/* line 78, ../../scss/blocks/_product-finder.scss */
.b-core-ui-select.focus {
  outline: 0;
}

/* line 88, ../../scss/blocks/_product-finder.scss */
.b-core-ui-select__select {
  position: static;
  width: 80%;
  padding: 10px;
  font-size: 12px;
  line-height: 18px;
}

/* line 95, ../../scss/blocks/_product-finder.scss */
.b-core-ui-select__value {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 25px;
}

/* line 102, ../../scss/blocks/_product-finder.scss */
.b-core-ui-select__select_state_hide {
  height: 1px !important;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 1px !important;
  text-indent: -9999px;
  overflow: hidden;
  opacity: 0;
  z-index: -1;
  filter: alpha(opacity=0);
}

/* line 114, ../../scss/blocks/_product-finder.scss */
.b-core-ui-select__button {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 33px;
  height: 31px;
  border-left: 1px solid #ccc;
  background: #d6c0a6;
}
/* line 123, ../../scss/blocks/_product-finder.scss */
.b-core-ui-select__button:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -4px;
  border-top: 10px solid #FFFFFF;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

/* line 135, ../../scss/blocks/_product-finder.scss */
.b-core-ui-select__dropdown {
  display: none;
  position: absolute;
  top: 0;
  color: #333;
  margin-top: -11px;
  padding: 10px;
  max-height: 200px;
  font-size: 12px;
  border: 1px solid #ccc;
  font-family: "DINNextLTProMedium", Arial, sans-serif;
  background-color: white;
}
/* line 147, ../../scss/blocks/_product-finder.scss */
.b-core-ui-select__dropdown.hide {
  display: none;
}
/* line 150, ../../scss/blocks/_product-finder.scss */
.b-core-ui-select__dropdown.show {
  display: block;
}

/* line 154, ../../scss/blocks/_product-finder.scss */
.b-core-ui-select__dropdown__wrap {
  max-height: 200px;
  overflow: auto;
  outline: none;
}

/* line 159, ../../scss/blocks/_product-finder.scss */
.b-core-ui-select__dropdown__list {
  overflow: hidden;
  margin: 0 !important;
}

/* line 163, ../../scss/blocks/_product-finder.scss */
.b-core-ui-select__dropdown__item {
  padding: 5px 10px;
  min-height: 18px;
  list-style-type: none;
  line-height: 18px;
  cursor: pointer;
}
/* line 169, ../../scss/blocks/_product-finder.scss */
.b-core-ui-select__dropdown__item.disabled {
  color: #ccc;
  background: none;
}
/* line 172, ../../scss/blocks/_product-finder.scss */
.b-core-ui-select__dropdown__item.disabled:hover {
  color: #ccc;
  background: none;
}
/* line 177, ../../scss/blocks/_product-finder.scss */
.b-core-ui-select__dropdown__item.selected {
  background: #bbb5ac;
  color: white;
}
/* line 180, ../../scss/blocks/_product-finder.scss */
.b-core-ui-select__dropdown__item.selected:hover {
  background: #bbb5ac;
  color: white;
}
/* line 185, ../../scss/blocks/_product-finder.scss */
.b-core-ui-select__dropdown__item:hover {
  background: #e42312;
  color: #fff;
}

/* line 190, ../../scss/blocks/_product-finder.scss */
.b-core-ui-select__dropdown__label {
  padding: 10px;
  min-height: 18px;
  font-style: italic;
  list-style-type: none;
  border-bottom: 1px solid #ccc;
}

/* line 197, ../../scss/blocks/_product-finder.scss */
.j-scroll-pane .b-core-ui-select__dropdown__item {
  margin-right: 20px;
}

/* line 5, ../../scss/pages/home-page.scss */
.col1-layout .col-main {
  padding: 0;
}

/* line 8, ../../scss/pages/home-page.scss */
.mainBrands {
  position: relative;
  padding: 8px 30px;
  margin-bottom: 30px;
}
/* line 12, ../../scss/pages/home-page.scss */
.mainBrands ul {
  overflow: hidden;
  height: 80px;
}
/* line 15, ../../scss/pages/home-page.scss */
.mainBrands ul:after {
  display: block;
  height: 0;
  overflow: hidden;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
}
/* line 24, ../../scss/pages/home-page.scss */
.mainBrands ul li {
  position: relative;
  float: left;
  width: 20%;
  transition: all 0.4s linear 0s;
}
/* line 30, ../../scss/pages/home-page.scss */
.mainBrands ul li:hover {
  box-shadow: 0 0 10px 0 #d1d1d1;
  transition: all 0.4s linear 0s;
}
/* line 36, ../../scss/pages/home-page.scss */
.mainBrands ul li a {
  display: table-cell;
  padding: 5px 10px;
  height: 70px;
  text-align: center;
  width: 164px;
  vertical-align: middle;
}
/* line 43, ../../scss/pages/home-page.scss */
.mainBrands ul li a img {
  max-height: 100%;
  max-width: 164px;
}
/* line 50, ../../scss/pages/home-page.scss */
.mainBrands .leftNav {
  position: absolute;
  width: 26px;
  height: 52px;
  top: 50%;
  margin-top: -26px;
  background-image: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/navButtonSpritet.png");
  z-index: 10;
  left: 0;
  background-position: 0 0;
}
/* line 60, ../../scss/pages/home-page.scss */
.mainBrands .leftNav:hover {
  background-position: 0 -52px;
}
/* line 64, ../../scss/pages/home-page.scss */
.mainBrands .rightNav {
  position: absolute;
  width: 26px;
  height: 52px;
  top: 50%;
  margin-top: -26px;
  background-image: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/navButtonSpritet.png");
  z-index: 10;
  right: 0;
  background-position: -26px 0;
}
/* line 74, ../../scss/pages/home-page.scss */
.mainBrands .rightNav:hover {
  background-position: -26px -52px;
}

/* line 79, ../../scss/pages/home-page.scss */
.mainBrandsWr {
  margin: 0 20px;
}

/* line 84, ../../scss/pages/home-page.scss */
.homepage-brands .titleOfHead {
  margin-bottom: 10px;
  font-family: "DINNextLTProMedium", Arial, sans-serif;
  font-size: 22px;
  color: #333;
}
/* line 90, ../../scss/pages/home-page.scss */
.homepage-brands .mainBrandsWr {
  margin: 0;
}

/* line 94, ../../scss/pages/home-page.scss */
.bottomBox {
  margin: 0 20px;
}
/* line 96, ../../scss/pages/home-page.scss */
.bottomBox .brandMenu {
  overflow: hidden;
  margin-bottom: 20px;
}
/* line 99, ../../scss/pages/home-page.scss */
.bottomBox .brandMenu li {
  float: left;
  width: 320px;
  margin-left: 10px;
}
/* line 103, ../../scss/pages/home-page.scss */
.bottomBox .brandMenu li:first-child {
  margin-left: 0;
}
/* line 106, ../../scss/pages/home-page.scss */
.bottomBox .brandMenu li a {
  display: block;
}
/* line 108, ../../scss/pages/home-page.scss */
.bottomBox .brandMenu li a img {
  max-width: 100%;
  max-height: 100%;
}
/* line 115, ../../scss/pages/home-page.scss */
.bottomBox .bottomContent {
  padding: 0 20px 15px;
}
/* line 117, ../../scss/pages/home-page.scss */
.bottomBox .bottomContent h1 {
  margin-bottom: 5px;
  font-size: 22px;
  font-family: "DINNextLTProBold", Arial, sans-serif;
  color: #ee2e24;
}
/* line 123, ../../scss/pages/home-page.scss */
.bottomBox .bottomContent h2 {
  margin-bottom: 10px;
  font-size: 19px;
  font-family: "DINNextLTProBold", Arial, sans-serif;
  color: #000;
}
/* line 129, ../../scss/pages/home-page.scss */
.bottomBox .bottomContent p {
  margin-bottom: 12px;
  font-size: 13px;
  color: #46350c;
}
/* line 134, ../../scss/pages/home-page.scss */
.bottomBox .bottomContent ul.bullet li {
  margin-bottom: 12px;
  padding-left: 10px;
  background: url("https://www.edex.com.au/skin/frontend/enterprise/edex/images/bullet.png") no-repeat 0 5px;
  font-size: 13px;
  color: #46350c;
}

/* line 144, ../../scss/pages/home-page.scss */
.mainGalleryWr {
  margin: 0 0 0 20px;
}
/* line 146, ../../scss/pages/home-page.scss */
.mainGalleryWr h3 {
  padding-bottom: 20px;
  text-align: center;
  font-size: 28px;
  font-family: "DINNextLTProRegular", Arial, sans-serif;
  font-style: italic;
  color: #ee3026;
}

/* line 155, ../../scss/pages/home-page.scss */
.mainGallery {
  overflow: hidden;
  margin-left: -10px;
}
/* line 158, ../../scss/pages/home-page.scss */
.mainGallery li {
  float: left;
  margin: 0 0 10px 10px;
}
/* line 161, ../../scss/pages/home-page.scss */
.mainGallery li a {
  position: relative;
  display: block;
  text-decoration: none;
}
/* line 165, ../../scss/pages/home-page.scss */
.mainGallery li a img {
  max-height: 100%;
  max-width: 100%;
  display: block;
}
/* line 170, ../../scss/pages/home-page.scss */
.mainGallery li a .text {
  position: absolute;
  color: #fff;
  text-shadow: 1px 1px 0 #0b0b0c;
  text-transform: uppercase;
  z-index: 10;
}
/* line 178, ../../scss/pages/home-page.scss */
.mainGallery li a .museo {
  font-family: "DINNextLTProBold", Arial, sans-serif;
  font-size: 27px;
  line-height: 26px;
  text-align: center;
  text-shadow: 0 0 1px #fff, 0 0 1px #0b0b0c;
}
/* line 186, ../../scss/pages/home-page.scss */
.mainGallery li a .color-1 {
  background-color: rgba(160, 115, 82, 0.46);
}
/* line 189, ../../scss/pages/home-page.scss */
.mainGallery li a .color-2 {
  background-color: rgba(111, 85, 50, 0.46);
}
/* line 192, ../../scss/pages/home-page.scss */
.mainGallery li a .color-3 {
  background-color: rgba(84, 91, 93, 0.46);
}
/* line 195, ../../scss/pages/home-page.scss */
.mainGallery li a .color-4 {
  background-color: rgba(255, 255, 255, 0.34);
}
/* line 198, ../../scss/pages/home-page.scss */
.mainGallery li a .archer {
  min-width: 140px;
  padding: 0 14px;
  height: 53px;
  line-height: 53px;
  font-size: 23px;
  font-family: "DINNextLTProBold", Arial, sans-serif;
  white-space: nowrap;
  text-align: center;
}

