@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.0.6
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300|Roboto+Slab:400,700);
.cp {
    color: #ff931e;
}
[data-whatinput="mouse"] a:focus, [data-whatinput="touch"] a:focus {
    outline: none;
}
@media screen and (min-width: 40em) {
    .fwText {
        -moz-column-count: 2;
        column-count: 2;
        -moz-column-gap: 2rem;
        column-gap: 2rem;
        -moz-column-rule: 1px solid #F5F5F5;
        column-rule: 1px solid #F5F5F5;
    }
}
.upper {
    text-transform: uppercase;
}
.bold {
    font-weight: bold;
}
.m0 {
    margin: 0;
}
.m05 {
    margin: 0.5rem 0;
}
.m1 {
    margin: 1rem 0;
}
.m2 {
    margin: 2rem 0;
}
.mt0 {
    margin-top: 0;
}
.mt05 {
    margin-top: 0.5rem;
}
.mt1 {
    margin-top: 1rem;
}
.mt2 {
    margin-top: 2rem;
}
.mb0 {
    margin-bottom: 0;
}
.mb05 {
    margin-bottom: 0.5rem;
}
.mb1 {
    margin-bottom: 1rem;
}
.mb2 {
    margin-bottom: 2rem;
}
.primary {
    color: #ff931e;
}
.mw25 {
    max-width: 25%;
}
.mw50 {
    max-width: 50%;
}
.mw75 {
    max-width: 75%;
}
.mw100 {
    max-width: 100%;
}
.label {
    font-weight: bold;
    letter-spacing: 0.05em;
}
.label.sale {
    background: #f0a4a8;
}
p.sale {
    color: #f0a4a8 !important;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}
/**
   * Remove default margin.
   */
body {
    margin: 0;
}
/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio, canvas, progress, video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}
/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio:not([controls]) {
    display: none;
    height: 0;
}
/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
[hidden], template {
    display: none;
}
/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
    background-color: transparent;
}
/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active, a:hover {
    outline: 0;
}
/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
    border-bottom: 1px dotted;
}
/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
b, strong {
    font-weight: bold;
}
/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
    font-style: italic;
}
/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
/**
   * Address styling not present in IE 8/9.
   */
mark {
    background: #ff0;
    color: #000;
}
/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
    font-size: 80%;
}
/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
    border: 0;
}
/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
    overflow: hidden;
}
/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
    margin: 1em 40px;
}
/**
   * Address differences between Firefox and other browsers.
   */
hr {
    box-sizing: content-box;
    height: 0;
}
/**
   * Contain overflow in all browsers.
   */
pre {
    overflow: auto;
}
/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button, input, optgroup, select, textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}
/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
    overflow: visible;
}
/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
button, select {
    text-transform: none;
}
/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}
/**
   * Re-set default cursor for disabled elements.
   */
button[disabled], html input[disabled] {
    cursor: default;
}
/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
input {
    line-height: normal;
}
/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}
/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    box-sizing: content-box;
    /* 2 */
}
/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
/**
   * Define consistent border, margin, and padding.
   */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}
/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
    overflow: auto;
}
/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
optgroup {
    font-weight: bold;
}
/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
.foundation-mq {
    font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}
html, body {
    font-size: 100%;
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}
body {
    padding: 0;
    margin: 0;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    background: #fefefe;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle;
}
textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0.2rem;
}
select {
    width: 100%;
    border-radius: 0.2rem;
}
#map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object {
    max-width: none !important;
}
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    padding: 0;
    border: 0;
    border-radius: 0.2rem;
    line-height: 1;
}
.row {
    max-width: 62.5rem;
    margin-left: auto;
    margin-right: auto;
}
.row::before, .row::after {
    content: ' ';
    display: table;
}
.row::after {
    clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0;
}
.row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
}
.row .row.collapse {
    margin-left: 0;
    margin-right: 0;
}
.row.small-collapse > .column, .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
}
.row.small-uncollapse > .column, .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}
@media screen and (min-width: 40em) {
    .row.medium-collapse > .column, .row.medium-collapse > .columns {
        padding-left: 0;
        padding-right: 0;
    }
    .row.medium-uncollapse > .column, .row.medium-uncollapse > .columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}
@media screen and (min-width: 64em) {
    .row.large-collapse > .column, .row.large-collapse > .columns {
        padding-left: 0;
        padding-right: 0;
    }
    .row.large-uncollapse > .column, .row.large-uncollapse > .columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}
.row.expanded {
    max-width: none;
}
.column, .columns {
    width: 100%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right;
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left;
}
.column.row.row, .row.row.columns {
    float: none;
}
.row .column.row.row, .row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}
.small-1 {
    width: 8.33333%;
}
.small-push-1 {
    position: relative;
    left: 8.33333%;
}
.small-pull-1 {
    position: relative;
    left: -8.33333%;
}
.small-offset-0 {
    margin-left: 0%;
}
.small-2 {
    width: 16.66667%;
}
.small-push-2 {
    position: relative;
    left: 16.66667%;
}
.small-pull-2 {
    position: relative;
    left: -16.66667%;
}
.small-offset-1 {
    margin-left: 8.33333%;
}
.small-3 {
    width: 25%;
}
.small-push-3 {
    position: relative;
    left: 25%;
}
.small-pull-3 {
    position: relative;
    left: -25%;
}
.small-offset-2 {
    margin-left: 16.66667%;
}
.small-4 {
    width: 33.33333%;
}
.small-push-4 {
    position: relative;
    left: 33.33333%;
}
.small-pull-4 {
    position: relative;
    left: -33.33333%;
}
.small-offset-3 {
    margin-left: 25%;
}
.small-5 {
    width: 41.66667%;
}
.small-push-5 {
    position: relative;
    left: 41.66667%;
}
.small-pull-5 {
    position: relative;
    left: -41.66667%;
}
.small-offset-4 {
    margin-left: 33.33333%;
}
.small-6 {
    width: 50%;
}
.small-push-6 {
    position: relative;
    left: 50%;
}
.small-pull-6 {
    position: relative;
    left: -50%;
}
.small-offset-5 {
    margin-left: 41.66667%;
}
.small-7 {
    width: 58.33333%;
}
.small-push-7 {
    position: relative;
    left: 58.33333%;
}
.small-pull-7 {
    position: relative;
    left: -58.33333%;
}
.small-offset-6 {
    margin-left: 50%;
}
.small-8 {
    width: 66.66667%;
}
.small-push-8 {
    position: relative;
    left: 66.66667%;
}
.small-pull-8 {
    position: relative;
    left: -66.66667%;
}
.small-offset-7 {
    margin-left: 58.33333%;
}
.small-9 {
    width: 75%;
}
.small-push-9 {
    position: relative;
    left: 75%;
}
.small-pull-9 {
    position: relative;
    left: -75%;
}
.small-offset-8 {
    margin-left: 66.66667%;
}
.small-10 {
    width: 83.33333%;
}
.small-push-10 {
    position: relative;
    left: 83.33333%;
}
.small-pull-10 {
    position: relative;
    left: -83.33333%;
}
.small-offset-9 {
    margin-left: 75%;
}
.small-11 {
    width: 91.66667%;
}
.small-push-11 {
    position: relative;
    left: 91.66667%;
}
.small-pull-11 {
    position: relative;
    left: -91.66667%;
}
.small-offset-10 {
    margin-left: 83.33333%;
}
.small-12 {
    width: 100%;
}
.small-offset-11 {
    margin-left: 91.66667%;
}
.small-up-1 > .column, .small-up-1 > .columns {
    width: 100%;
    float: left;
}
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
}
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left;
}
.small-up-2 > .column, .small-up-2 > .columns {
    width: 50%;
    float: left;
}
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
}
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left;
}
.small-up-3 > .column, .small-up-3 > .columns {
    width: 33.33333%;
    float: left;
}
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
}
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left;
}
.small-up-4 > .column, .small-up-4 > .columns {
    width: 25%;
    float: left;
}
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
}
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left;
}
.small-up-5 > .column, .small-up-5 > .columns {
    width: 20%;
    float: left;
}
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
}
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left;
}
.small-up-6 > .column, .small-up-6 > .columns {
    width: 16.66667%;
    float: left;
}
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
}
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left;
}
.small-up-7 > .column, .small-up-7 > .columns {
    width: 14.28571%;
    float: left;
}
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
}
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left;
}
.small-up-8 > .column, .small-up-8 > .columns {
    width: 12.5%;
    float: left;
}
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none;
}
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
}
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left;
}
.column.small-centered, .small-centered.columns {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.small-uncenter, .small-push-0, .small-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
}
@media screen and (min-width: 40em) {
    .medium-1 {
        width: 8.33333%;
    }
    .medium-push-1 {
        position: relative;
        left: 8.33333%;
    }
    .medium-pull-1 {
        position: relative;
        left: -8.33333%;
    }
    .medium-offset-0 {
        margin-left: 0%;
    }
    .medium-2 {
        width: 16.66667%;
    }
    .medium-push-2 {
        position: relative;
        left: 16.66667%;
    }
    .medium-pull-2 {
        position: relative;
        left: -16.66667%;
    }
    .medium-offset-1 {
        margin-left: 8.33333%;
    }
    .medium-3 {
        width: 25%;
    }
    .medium-push-3 {
        position: relative;
        left: 25%;
    }
    .medium-pull-3 {
        position: relative;
        left: -25%;
    }
    .medium-offset-2 {
        margin-left: 16.66667%;
    }
    .medium-4 {
        width: 33.33333%;
    }
    .medium-push-4 {
        position: relative;
        left: 33.33333%;
    }
    .medium-pull-4 {
        position: relative;
        left: -33.33333%;
    }
    .medium-offset-3 {
        margin-left: 25%;
    }
    .medium-5 {
        width: 41.66667%;
    }
    .medium-push-5 {
        position: relative;
        left: 41.66667%;
    }
    .medium-pull-5 {
        position: relative;
        left: -41.66667%;
    }
    .medium-offset-4 {
        margin-left: 33.33333%;
    }
    .medium-6 {
        width: 50%;
    }
    .medium-push-6 {
        position: relative;
        left: 50%;
    }
    .medium-pull-6 {
        position: relative;
        left: -50%;
    }
    .medium-offset-5 {
        margin-left: 41.66667%;
    }
    .medium-7 {
        width: 58.33333%;
    }
    .medium-push-7 {
        position: relative;
        left: 58.33333%;
    }
    .medium-pull-7 {
        position: relative;
        left: -58.33333%;
    }
    .medium-offset-6 {
        margin-left: 50%;
    }
    .medium-8 {
        width: 66.66667%;
    }
    .medium-push-8 {
        position: relative;
        left: 66.66667%;
    }
    .medium-pull-8 {
        position: relative;
        left: -66.66667%;
    }
    .medium-offset-7 {
        margin-left: 58.33333%;
    }
    .medium-9 {
        width: 75%;
    }
    .medium-push-9 {
        position: relative;
        left: 75%;
    }
    .medium-pull-9 {
        position: relative;
        left: -75%;
    }
    .medium-offset-8 {
        margin-left: 66.66667%;
    }
    .medium-10 {
        width: 83.33333%;
    }
    .medium-push-10 {
        position: relative;
        left: 83.33333%;
    }
    .medium-pull-10 {
        position: relative;
        left: -83.33333%;
    }
    .medium-offset-9 {
        margin-left: 75%;
    }
    .medium-11 {
        width: 91.66667%;
    }
    .medium-push-11 {
        position: relative;
        left: 91.66667%;
    }
    .medium-pull-11 {
        position: relative;
        left: -91.66667%;
    }
    .medium-offset-10 {
        margin-left: 83.33333%;
    }
    .medium-12 {
        width: 100%;
    }
    .medium-offset-11 {
        margin-left: 91.66667%;
    }
    .medium-up-1 > .column, .medium-up-1 > .columns {
        width: 100%;
        float: left;
    }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
        clear: both;
    }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
        float: left;
    }
    .medium-up-2 > .column, .medium-up-2 > .columns {
        width: 50%;
        float: left;
    }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
        clear: both;
    }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
        float: left;
    }
    .medium-up-3 > .column, .medium-up-3 > .columns {
        width: 33.33333%;
        float: left;
    }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
        clear: both;
    }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
        float: left;
    }
    .medium-up-4 > .column, .medium-up-4 > .columns {
        width: 25%;
        float: left;
    }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
        clear: both;
    }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
        float: left;
    }
    .medium-up-5 > .column, .medium-up-5 > .columns {
        width: 20%;
        float: left;
    }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
        clear: both;
    }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
        float: left;
    }
    .medium-up-6 > .column, .medium-up-6 > .columns {
        width: 16.66667%;
        float: left;
    }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
        clear: both;
    }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
        float: left;
    }
    .medium-up-7 > .column, .medium-up-7 > .columns {
        width: 14.28571%;
        float: left;
    }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
        clear: both;
    }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
        float: left;
    }
    .medium-up-8 > .column, .medium-up-8 > .columns {
        width: 12.5%;
        float: left;
    }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
        clear: both;
    }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
        float: left;
    }
    .column.medium-centered, .medium-centered.columns {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .medium-uncenter, .medium-push-0, .medium-pull-0 {
        position: static;
        margin-left: 0;
        margin-right: 0;
    }
}
@media screen and (min-width: 64em) {
    .large-1 {
        width: 8.33333%;
    }
    .large-push-1 {
        position: relative;
        left: 8.33333%;
    }
    .large-pull-1 {
        position: relative;
        left: -8.33333%;
    }
    .large-offset-0 {
        margin-left: 0%;
    }
    .large-2 {
        width: 16.66667%;
    }
    .large-push-2 {
        position: relative;
        left: 16.66667%;
    }
    .large-pull-2 {
        position: relative;
        left: -16.66667%;
    }
    .large-offset-1 {
        margin-left: 8.33333%;
    }
    .large-3 {
        width: 25%;
    }
    .large-push-3 {
        position: relative;
        left: 25%;
    }
    .large-pull-3 {
        position: relative;
        left: -25%;
    }
    .large-offset-2 {
        margin-left: 16.66667%;
    }
    .large-4 {
        width: 33.33333%;
    }
    .large-push-4 {
        position: relative;
        left: 33.33333%;
    }
    .large-pull-4 {
        position: relative;
        left: -33.33333%;
    }
    .large-offset-3 {
        margin-left: 25%;
    }
    .large-5 {
        width: 41.66667%;
    }
    .large-push-5 {
        position: relative;
        left: 41.66667%;
    }
    .large-pull-5 {
        position: relative;
        left: -41.66667%;
    }
    .large-offset-4 {
        margin-left: 33.33333%;
    }
    .large-6 {
        width: 50%;
    }
    .large-push-6 {
        position: relative;
        left: 50%;
    }
    .large-pull-6 {
        position: relative;
        left: -50%;
    }
    .large-offset-5 {
        margin-left: 41.66667%;
    }
    .large-7 {
        width: 58.33333%;
    }
    .large-push-7 {
        position: relative;
        left: 58.33333%;
    }
    .large-pull-7 {
        position: relative;
        left: -58.33333%;
    }
    .large-offset-6 {
        margin-left: 50%;
    }
    .large-8 {
        width: 66.66667%;
    }
    .large-push-8 {
        position: relative;
        left: 66.66667%;
    }
    .large-pull-8 {
        position: relative;
        left: -66.66667%;
    }
    .large-offset-7 {
        margin-left: 58.33333%;
    }
    .large-9 {
        width: 75%;
    }
    .large-push-9 {
        position: relative;
        left: 75%;
    }
    .large-pull-9 {
        position: relative;
        left: -75%;
    }
    .large-offset-8 {
        margin-left: 66.66667%;
    }
    .large-10 {
        width: 83.33333%;
    }
    .large-push-10 {
        position: relative;
        left: 83.33333%;
    }
    .large-pull-10 {
        position: relative;
        left: -83.33333%;
    }
    .large-offset-9 {
        margin-left: 75%;
    }
    .large-11 {
        width: 91.66667%;
    }
    .large-push-11 {
        position: relative;
        left: 91.66667%;
    }
    .large-pull-11 {
        position: relative;
        left: -91.66667%;
    }
    .large-offset-10 {
        margin-left: 83.33333%;
    }
    .large-12 {
        width: 100%;
    }
    .large-offset-11 {
        margin-left: 91.66667%;
    }
    .large-up-1 > .column, .large-up-1 > .columns {
        width: 100%;
        float: left;
    }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
        clear: both;
    }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
        float: left;
    }
    .large-up-2 > .column, .large-up-2 > .columns {
        width: 50%;
        float: left;
    }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
        clear: both;
    }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
        float: left;
    }
    .large-up-3 > .column, .large-up-3 > .columns {
        width: 33.33333%;
        float: left;
    }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
        clear: both;
    }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
        float: left;
    }
    .large-up-4 > .column, .large-up-4 > .columns {
        width: 25%;
        float: left;
    }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
        clear: both;
    }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
        float: left;
    }
    .large-up-5 > .column, .large-up-5 > .columns {
        width: 20%;
        float: left;
    }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
        clear: both;
    }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
        float: left;
    }
    .large-up-6 > .column, .large-up-6 > .columns {
        width: 16.66667%;
        float: left;
    }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
        clear: both;
    }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
        float: left;
    }
    .large-up-7 > .column, .large-up-7 > .columns {
        width: 14.28571%;
        float: left;
    }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
        clear: both;
    }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
        float: left;
    }
    .large-up-8 > .column, .large-up-8 > .columns {
        width: 12.5%;
        float: left;
    }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
        clear: both;
    }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
        float: left;
    }
    .column.large-centered, .large-centered.columns {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .large-uncenter, .large-push-0, .large-pull-0 {
        position: static;
        margin-left: 0;
        margin-right: 0;
    }
}
div, dl, dt, dd, ul, ol, li, h1, h2, body.webshop-b2blogin span.Heading_B2BLogin, body.webshop-b2blogin span.Heading_B2Blogin, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
p,
.bp_relatedproductsProduct .prodPrice,
.bp_lsaProduct .prodPrice {
    font-size: inherit;
    line-height: 1.25;
    margin-bottom: 1rem;
    text-rendering: optimizeLegibility;
}
em, i {
    font-style: italic;
    line-height: inherit;
}
strong, b {
    font-weight: bold;
    line-height: inherit;
}
small {
    font-size: 80%;
    line-height: inherit;
}
h1, h2, body.webshop-b2blogin span.Heading_B2BLogin, body.webshop-b2blogin span.Heading_B2Blogin, h3, h4, h5, h6 {
    font-family: "Roboto Slab", serif;
    font-weight: 400;
    font-style: normal;
    color: inherit;
    text-rendering: optimizeLegibility;
    margin-top: 0;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}
h1 small, h2 small, body.webshop-b2blogin span.Heading_B2BLogin small, body.webshop-b2blogin span.Heading_B2Blogin small, h3 small, h4 small, h5 small, h6 small {
    color: #cacaca;
    line-height: 0;
}
h1 {
    font-size: 1.5rem;
}
h2, body.webshop-b2blogin span.Heading_B2BLogin, body.webshop-b2blogin span.Heading_B2Blogin {
    font-size: 1.25rem;
}
h3 {
    font-size: 1.1875rem;
}
h4 {
    font-size: 1.125rem;
}
h5 {
    font-size: 1.0625rem;
}
h6 {
    font-size: 1rem;
}
@media screen and (min-width: 40em) {
    h1 {
        font-size: 2.5rem;
    }
    h2, body.webshop-b2blogin span.Heading_B2BLogin, body.webshop-b2blogin span.Heading_B2Blogin {
        font-size: 1.5rem;
    }
    h3 {
        font-size: 1.4375rem;
    }
    h4 {
        font-size: 1.3125rem;
    }
    h5 {
        font-size: 1.25rem;
    }
    h6 {
        font-size: 1rem;
    }
}
a {
    color: #ff931e;
    text-decoration: none;
    line-height: inherit;
    cursor: pointer;
}
a:hover, a:focus {
    color: #f57f00;
}
a img {
    border: 0;
}
hr {
    max-width: 62.5rem;
    height: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0;
    margin: 1.25rem auto;
    clear: both;
}
ul, ol, dl {
    line-height: 1.25;
    margin-bottom: 1rem;
    list-style-position: outside;
}
li {
    font-size: inherit;
}
ul {
    list-style-type: disc;
    margin-left: 1.25rem;
}
ol {
    margin-left: 1.25rem;
}
ul ul, ol ul, ul ol, ol ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
    list-style-type: inherit;
}
dl {
    margin-bottom: 1rem;
}
dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold;
}
blockquote {
    margin: 0 0 1rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
    line-height: 1.25;
    color: #8a8a8a;
}
cite {
    display: block;
    font-size: 0.8125rem;
    color: #8a8a8a;
}
cite:before {
    content: '\2014 \0020';
}
abbr {
    color: #0a0a0a;
    cursor: help;
    border-bottom: 1px dotted #0a0a0a;
}
code {
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: 400;
    color: #0a0a0a;
    background-color: #e6e6e6;
    border: 1px solid #cacaca;
    padding: 0.125rem 0.3125rem 0.0625rem;
}
kbd {
    padding: 0.125rem 0.25rem 0;
    margin: 0;
    background-color: #e6e6e6;
    color: #0a0a0a;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
}
.subheader {
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.4;
    color: #8a8a8a;
}
.lead {
    font-size: 125%;
    line-height: 1.6;
}
.stat {
    font-size: 2.5rem;
    line-height: 1;
}
p + .stat {
    margin-top: -1rem;
}
.no-bullet {
    margin-left: 0;
    list-style: none;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
@media screen and (min-width: 40em) {
    .medium-text-left {
        text-align: left;
    }
    .medium-text-right {
        text-align: right;
    }
    .medium-text-center {
        text-align: center;
    }
    .medium-text-justify {
        text-align: justify;
    }
}
@media screen and (min-width: 64em) {
    .large-text-left {
        text-align: left;
    }
    .large-text-right {
        text-align: right;
    }
    .large-text-center {
        text-align: center;
    }
    .large-text-justify {
        text-align: justify;
    }
}
.show-for-print {
    display: none !important;
}
@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    .show-for-print {
        display: block !important;
    }
    .hide-for-print {
        display: none !important;
    }
    table.show-for-print {
        display: table !important;
    }
    thead.show-for-print {
        display: table-header-group !important;
    }
    tbody.show-for-print {
        display: table-row-group !important;
    }
    tr.show-for-print {
        display: table-row !important;
    }
    td.show-for-print {
        display: table-cell !important;
    }
    th.show-for-print {
        display: table-cell !important;
    }
    a, a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " ("attr(href) ")";
    }
    .ir a:after, a[href^='javascript:']:after, a[href^='#']:after {
        content: '';
    }
    abbr[title]:after {
        content: " ("attr(title) ")";
    }
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr, img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p, h2, body.webshop-b2blogin span.Heading_B2BLogin, body.webshop-b2blogin span.Heading_B2Blogin, h3 {
        orphans: 3;
        widows: 3;
    }
    h2, body.webshop-b2blogin span.Heading_B2BLogin, body.webshop-b2blogin span.Heading_B2Blogin, h3 {
        page-break-after: avoid;
    }
}
.button {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: all 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0.2rem;
    padding: 0.45em 1em;
    margin: 0 1rem 1rem 0;
    font-size: 1.25rem;
    background: #ff931e;
    color: #fff;
}
[data-whatinput='mouse'] .button {
    outline: 0;
}
.button:hover, .button:focus {
    background: #8f4a00;
    color: #fff;
}
.button.tiny {
    font-size: 0.8rem;
}
.button.small {
    font-size: 1rem;
}
.button.large {
    font-size: 1.5rem;
}
.button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.button.primary {
    background: #ff931e;
    color: #fff;
}
.button.primary:hover, .button.primary:focus {
    background: #e47700;
    color: #fff;
}
.button.secondary {
    background: #008e2b;
    color: #fff;
}
.button.secondary:hover, .button.secondary:focus {
    background: #007222;
    color: #fff;
}
.button.success {
    background: #ff931e;
    color: #fff;
}
.button.success:hover, .button.success:focus {
    background: #e47700;
    color: #fff;
}
.button.alert {
    background: #ec5840;
    color: #fff;
}
.button.alert:hover, .button.alert:focus {
    background: #da3116;
    color: #fff;
}
.button.warning {
    background: #ffae00;
    color: #fff;
}
.button.warning:hover, .button.warning:focus {
    background: #cc8b00;
    color: #fff;
}
.button.hollow {
    border: 1px solid #ff931e;
    color: #ff931e;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus {
    background: transparent;
}
.button.hollow:hover, .button.hollow:focus {
    border-color: #8f4a00;
    color: #8f4a00;
}
.button.hollow.primary {
    border: 1px solid #ff931e;
    color: #ff931e;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
    border-color: #8f4a00;
    color: #8f4a00;
}
.button.hollow.secondary {
    border: 1px solid #008e2b;
    color: #008e2b;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
    border-color: #004716;
    color: #004716;
}
.button.hollow.success {
    border: 1px solid #ff931e;
    color: #ff931e;
}
.button.hollow.success:hover, .button.hollow.success:focus {
    border-color: #8f4a00;
    color: #8f4a00;
}
.button.hollow.alert {
    border: 1px solid #ec5840;
    color: #ec5840;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
    border-color: #881f0e;
    color: #881f0e;
}
.button.hollow.warning {
    border: 1px solid #ffae00;
    color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
    border-color: #805700;
    color: #805700;
}
.button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
    pointer-events: none;
}
.button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block;
}
.button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: 0.2em;
}
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    padding: 0.5rem;
    border: 1px solid #cacaca;
    margin: 0 0 1rem;
    font-family: inherit;
    font-size: 1rem;
    color: #0a0a0a;
    background-color: #fefefe;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    border-radius: 0;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
}
[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus {
    border: 1px solid #8a8a8a;
    background: #fefefe;
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
textarea {
    max-width: 100%;
}
textarea[rows] {
    height: auto;
}
input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
    background-color: #e6e6e6;
    cursor: default;
}
[type='submit'], [type='button'] {
    border-radius: 0.2rem;
    -webkit-appearance: none;
    -moz-appearance: none;
}
input[type='search'] {
    box-sizing: border-box;
}
[type='file'], [type='checkbox'], [type='radio'] {
    margin: 0 0 1rem;
}
[type='checkbox'] + label, [type='radio'] + label {
    display: inline-block;
    margin-left: 0.5rem;
    margin-right: 1rem;
    margin-bottom: 0;
    vertical-align: baseline;
}
label > [type='checkbox'], label > [type='label'] {
    margin-right: 0.5rem;
}
[type='file'] {
    width: 100%;
}
label {
    display: block;
    margin: 0;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.8;
    color: #0a0a0a;
}
label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0;
}
.help-text {
    margin-top: -0.5rem;
    font-size: 0.8125rem;
    font-style: italic;
    color: #333;
}
.input-group {
    display: table;
    width: 100%;
    margin-bottom: 1rem;
}
.input-group > *:first-child {
    border-radius: 0.2rem 0 0 0.2rem;
}
.input-group > *:last-child > * {
    border-radius: 0 0.2rem 0.2rem 0;
}
.input-group-label, .input-group-field, .input-group-button {
    display: table-cell;
    margin: 0;
    vertical-align: middle;
}
.input-group-label {
    text-align: center;
    width: 1%;
    height: 100%;
    padding: 0 1rem;
    background: #e6e6e6;
    color: #0a0a0a;
    border: 1px solid #cacaca;
}
.input-group-label:first-child {
    border-right: 0;
}
.input-group-label:last-child {
    border-left: 0;
}
.input-group-field {
    border-radius: 0;
    height: 2.5rem;
}
.input-group-button {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    width: 1%;
}
.input-group-button a, .input-group-button input, .input-group-button button {
    margin: 0;
}
fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}
legend {
    margin-bottom: 0.5rem;
}
.fieldset {
    border: 1px solid #cacaca;
    padding: 1.25rem;
    margin: 1.125rem 0;
}
.fieldset legend {
    background: #fefefe;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem;
}
select {
    height: 2.4375rem;
    padding: 0.5rem;
    border: 1px solid #cacaca;
    border-radius: 0.2rem;
    margin: 0 0 1rem;
    font-size: 1rem;
    font-family: inherit;
    line-height: normal;
    color: #0a0a0a;
    background-color: #fafafa;
    border-radius: 0.2rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb(51, 51, 51)"></polygon></svg>');
    background-size: 9px 6px;
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
}
@media screen and (min-width: 0\0) {
    select {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
    }
}
select:disabled {
    background-color: #e6e6e6;
    cursor: default;
}
select::-ms-expand {
    display: none;
}
select[multiple] {
    height: auto;
}
.is-invalid-input:not(:focus) {
    background-color: rgba(236, 88, 64, 0.1);
    border-color: #ec5840;
}
.is-invalid-label {
    color: #ec5840;
}
.form-error {
    display: none;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: bold;
    color: #ec5840;
}
.form-error.is-visible {
    display: block;
}
.hide {
    display: none !important;
}
.invisible {
    visibility: hidden;
}
@media screen and (min-width: 0em) and (max-width: 39.9375em) {
    .hide-for-small-only {
        display: none !important;
    }
}
@media screen and (max-width: 0em), screen and (min-width: 40em) {
    .show-for-small-only {
        display: none !important;
    }
}
@media screen and (min-width: 40em) {
    .hide-for-medium {
        display: none !important;
    }
}
@media screen and (max-width: 39.9375em) {
    .show-for-medium {
        display: none !important;
    }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .hide-for-medium-only {
        display: none !important;
    }
}
@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
    .show-for-medium-only {
        display: none !important;
    }
}
@media screen and (min-width: 64em) {
    .hide-for-large {
        display: none !important;
    }
}
@media screen and (max-width: 63.9375em) {
    .show-for-large {
        display: none !important;
    }
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .hide-for-large-only {
        display: none !important;
    }
}
@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
    .show-for-large-only {
        display: none !important;
    }
}
.show-for-sr, .show-on-focus {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}
.show-on-focus:active, .show-on-focus:focus {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
}
.show-for-landscape, .hide-for-portrait {
    display: block !important;
}
@media screen and (orientation: landscape) {
    .show-for-landscape, .hide-for-portrait {
        display: block !important;
    }
}
@media screen and (orientation: portrait) {
    .show-for-landscape, .hide-for-portrait {
        display: none !important;
    }
}
.hide-for-landscape, .show-for-portrait {
    display: none !important;
}
@media screen and (orientation: landscape) {
    .hide-for-landscape, .show-for-portrait {
        display: none !important;
    }
}
@media screen and (orientation: portrait) {
    .hide-for-landscape, .show-for-portrait {
        display: block !important;
    }
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.float-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.clearfix::before, .clearfix::after {
    content: ' ';
    display: table;
}
.clearfix::after {
    clear: both;
}
.accordion {
    list-style-type: none;
    background: transparent;
    border: 0;
    border-radius: 0.2rem;
    margin-left: 0;
}
.accordion-title {
    display: block;
    padding: 0;
    line-height: 1;
    font-size: 0.75rem;
    color: #0a0a0a;
    position: relative;
    border-bottom: 0;
}
.accordion-title:hover, .accordion-title:focus {
    background-color: transparent;
}
:last-child > .accordion-title {
    border-bottom-width: 0;
}
.accordion-content {
    padding: 0;
    display: none;
    border-bottom: 0;
}
.is-accordion-submenu-parent > a {
    position: relative;
}
.is-accordion-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: #ff931e transparent transparent;
    border-top-style: solid;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 1rem;
}
.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}
.badge {
    display: inline-block;
    padding: 0.3em;
    min-width: 2.1em;
    font-size: 0.6rem;
    text-align: center;
    border-radius: 50%;
    background: #ff931e;
    color: #fefefe;
}
.badge.secondary {
    background: #008e2b;
    color: #fefefe;
}
.badge.success {
    background: #ff931e;
    color: #fefefe;
}
.badge.alert {
    background: #ec5840;
    color: #fefefe;
}
.badge.warning {
    background: #ffae00;
    color: #fefefe;
}
.button-group {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}
.button-group::before, .button-group::after {
    content: ' ';
    display: table;
}
.button-group::after {
    clear: both;
}
.button-group .button {
    float: left;
    margin: 0;
    font-size: inherit;
}
.button-group .button:not(:last-child) {
    border-right: 1px solid #fefefe;
}
.button-group.tiny {
    font-size: 0.8rem;
}
.button-group.small {
    font-size: 1rem;
}
.button-group.large {
    font-size: 1.5rem;
}
.button-group.expanded .button:nth-last-child(2):first-child, .button-group.expanded .button:nth-last-child(2):first-child ~ .button {
    width: 50%;
}
.button-group.expanded .button:nth-last-child(3):first-child, .button-group.expanded .button:nth-last-child(3):first-child ~ .button {
    width: 33.33333%;
}
.button-group.expanded .button:nth-last-child(4):first-child, .button-group.expanded .button:nth-last-child(4):first-child ~ .button {
    width: 25%;
}
.button-group.expanded .button:nth-last-child(5):first-child, .button-group.expanded .button:nth-last-child(5):first-child ~ .button {
    width: 20%;
}
.button-group.expanded .button:nth-last-child(6):first-child, .button-group.expanded .button:nth-last-child(6):first-child ~ .button {
    width: 16.66667%;
}
.button-group.primary .button {
    background: #ff931e;
    color: #fff;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
    background: #e47700;
    color: #fff;
}
.button-group.secondary .button {
    background: #008e2b;
    color: #fff;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
    background: #007222;
    color: #fff;
}
.button-group.success .button {
    background: #ff931e;
    color: #fff;
}
.button-group.success .button:hover, .button-group.success .button:focus {
    background: #e47700;
    color: #fff;
}
.button-group.alert .button {
    background: #ec5840;
    color: #fff;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
    background: #da3116;
    color: #fff;
}
.button-group.warning .button {
    background: #ffae00;
    color: #fff;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
    background: #cc8b00;
    color: #fff;
}
.button-group.stacked .button, .button-group.stacked-for-small .button {
    width: 100%;
    border-right: 0;
}
@media screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
        width: auto;
    }
    .button-group.stacked-for-small .button:not(:last-child) {
        border-right: 1px solid #fefefe;
    }
}
.label {
    display: inline-block;
    padding: 0.33333rem 0.5rem;
    font-size: 1rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    border-radius: 0;
    background: #ff931e;
    color: #fefefe;
}
.label.secondary {
    background: #008e2b;
    color: #fefefe;
}
.label.success {
    background: #ff931e;
    color: #fefefe;
}
.label.alert {
    background: #ec5840;
    color: #fefefe;
}
.label.warning {
    background: #ffae00;
    color: #fefefe;
}
.menu {
    margin: 0;
    list-style-type: none;
}
.menu > li {
    display: table-cell;
    vertical-align: middle;
}
[data-whatinput='mouse'] .menu > li {
    outline: 0;
}
.menu > li:not(.menu-text) > a {
    display: block;
    padding: 0.2rem 0.5rem;
    line-height: 1;
}
.menu input, .menu a, .menu button {
    margin-bottom: 0;
}
.menu > li > a > img, .menu > li > a > i {
    vertical-align: middle;
}
.menu > li > a > span {
    vertical-align: middle;
}
.menu > li > a > img, .menu > li > a > i {
    display: inline-block;
    margin-right: 0.25rem;
}
.menu > li {
    display: table-cell;
}
.menu.vertical > li {
    display: block;
}
@media screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
        display: table-cell;
    }
    .menu.medium-vertical > li {
        display: block;
    }
}
@media screen and (min-width: 64em) {
    .menu.large-horizontal > li {
        display: table-cell;
    }
    .menu.large-vertical > li {
        display: block;
    }
}
.menu.simple a {
    padding: 0;
    margin-right: 0.5rem;
}
.menu.align-right > li {
    float: right;
}
.menu.expanded {
    display: table;
    width: 100%;
}
.menu.expanded > li:nth-last-child(2):first-child, .menu.expanded > li:nth-last-child(2):first-child ~ li {
    width: 50%;
}
.menu.expanded > li:nth-last-child(3):first-child, .menu.expanded > li:nth-last-child(3):first-child ~ li {
    width: 33.33333%;
}
.menu.expanded > li:nth-last-child(4):first-child, .menu.expanded > li:nth-last-child(4):first-child ~ li {
    width: 25%;
}
.menu.expanded > li:nth-last-child(5):first-child, .menu.expanded > li:nth-last-child(5):first-child ~ li {
    width: 20%;
}
.menu.expanded > li:nth-last-child(6):first-child, .menu.expanded > li:nth-last-child(6):first-child ~ li {
    width: 16.66667%;
}
.menu.expanded > li:first-child:last-child {
    width: 100%;
}
.menu.icon-top > li > a {
    text-align: center;
}
.menu.icon-top > li > a > img, .menu.icon-top > li > a > i {
    display: block;
    margin: 0 auto 0.25rem;
}
.menu.nested {
    margin-left: 1rem;
}
.menu-text {
    font-weight: bold;
    color: inherit;
    line-height: 1;
    padding-top: 0;
    padding-bottom: 0;
    padding: 0.2rem 0.5rem;
}
.no-js [data-responsive-menu] ul {
    display: none;
}
html, body {
    height: 100%;
}
.off-canvas-wrapper {
    width: 100%;
    overflow-x: hidden;
    position: relative;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: auto;
}
.off-canvas-wrapper-inner {
    position: relative;
    width: 100%;
    transition: transform 0.5s ease;
}
.off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
    content: ' ';
    display: table;
}
.off-canvas-wrapper-inner::after {
    clear: both;
}
.off-canvas-content, .off-canvas-content {
    min-height: 100%;
    background: #fefefe;
    transition: transform 0.5s ease;
    backface-visibility: hidden;
    z-index: 1;
}
.js-off-canvas-exit {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 10, 10, 0.2);
    cursor: pointer;
    transition: background 0.5s ease;
}
.is-off-canvas-open .js-off-canvas-exit {
    display: block;
}
.off-canvas {
    position: absolute;
    background: #fefefe;
    z-index: -1;
    max-height: 100%;
    overflow-y: auto;
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}
[data-whatinput='mouse'] .off-canvas {
    outline: 0;
}
.off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px;
}
.is-open-left {
    -ms-transform: translateX(250px);
    transform: translateX(250px);
}
.off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px;
}
.is-open-right {
    -ms-transform: translateX(-250px);
    transform: translateX(-250px);
}
@media screen and (min-width: 40em) {
    .position-left.reveal-for-medium {
        left: 0;
        z-index: auto;
        position: fixed;
    }
    .position-left.reveal-for-medium ~ .off-canvas-content {
        margin-left: 250px;
    }
    .position-right.reveal-for-medium {
        right: 0;
        z-index: auto;
        position: fixed;
    }
    .position-right.reveal-for-medium ~ .off-canvas-content {
        margin-right: 250px;
    }
}
@media screen and (min-width: 64em) {
    .position-left.reveal-for-large {
        left: 0;
        z-index: auto;
        position: fixed;
    }
    .position-left.reveal-for-large ~ .off-canvas-content {
        margin-left: 250px;
    }
    .position-right.reveal-for-large {
        right: 0;
        z-index: auto;
        position: fixed;
    }
    .position-right.reveal-for-large ~ .off-canvas-content {
        margin-right: 250px;
    }
}
.sticky-container {
    position: relative;
}
.sticky {
    position: absolute;
    z-index: 0;
    transform: translate3d(0, 0, 0);
}
.sticky.is-stuck {
    position: fixed;
    z-index: 5;
}
.sticky.is-stuck.is-at-top {
    top: 0;
}
.sticky.is-stuck.is-at-bottom {
    bottom: 0;
}
.sticky.is-anchored {
    position: absolute;
    left: auto;
    right: auto;
}
.sticky.is-anchored.is-at-bottom {
    bottom: 0;
}
body.is-reveal-open {
    overflow: hidden;
}
.reveal-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1005;
    background-color: rgba(10, 10, 10, 0.45);
    overflow-y: scroll;
}
.reveal {
    display: none;
    z-index: 1006;
    padding: 1rem;
    border: 1px solid #cacaca;
    margin: 100px auto 0 auto;
    background-color: #fefefe;
    border-radius: 0.2rem;
    position: absolute;
    overflow-y: auto;
}
[data-whatinput='mouse'] .reveal {
    outline: 0;
}
@media screen and (min-width: 40em) {
    .reveal {
        min-height: 0;
    }
}
.reveal .column, .reveal .columns, .reveal .columns {
    min-width: 0;
}
.reveal > :last-child {
    margin-bottom: 0;
}
@media screen and (min-width: 40em) {
    .reveal {
        width: 600px;
        max-width: 62.5rem;
    }
}
.reveal.collapse {
    padding: 0;
}
@media screen and (min-width: 40em) {
    .reveal .reveal {
        left: auto;
        right: auto;
        margin: 0 auto;
    }
}
@media screen and (min-width: 40em) {
    .reveal.tiny {
        width: 30%;
        max-width: 62.5rem;
    }
}
@media screen and (min-width: 40em) {
    .reveal.small {
        width: 50%;
        max-width: 62.5rem;
    }
}
@media screen and (min-width: 40em) {
    .reveal.large {
        width: 90%;
        max-width: 62.5rem;
    }
}
.reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: none;
}
.has-tip {
    border-bottom: dotted 1px #8a8a8a;
    font-weight: bold;
    position: relative;
    display: inline-block;
    cursor: help;
}
.tooltip {
    background-color: #0a0a0a;
    color: #fefefe;
    font-size: 80%;
    padding: 0.75rem;
    position: absolute;
    z-index: 10;
    top: calc(100% + 0.6495rem);
    max-width: 10rem !important;
    border-radius: 0.2rem;
}
.tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent #0a0a0a;
    border-bottom-style: solid;
    bottom: 100%;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: #0a0a0a transparent transparent;
    border-top-style: solid;
    top: 100%;
    bottom: auto;
}
.tooltip.left::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent transparent #0a0a0a;
    border-left-style: solid;
    bottom: auto;
    left: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent #0a0a0a transparent transparent;
    border-right-style: solid;
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
select {
    background-image: url("../assets/icon_downArrow.png"), url("../assets/design_dropdown-bg.gif");
    background-size: auto;
    background-repeat: no-repeat, repeat-y;
    background-position: right 0.6rem center, right 0 top;
    padding-right: 2rem;
}
.button.primary:hover, .button.primary:focus {
    background: #d16c00;
}
.button.success:hover, .button.success:focus {
    background: #d16c00;
}
.button.secondary {
    background: #F5F5F5;
    color: #0a0a0a;
}
.button.secondary:hover, .button.secondary:focus {
    background: #fafafa !important;
    color: #0a0a0a;
}
.genText a {
    color: #999999;
    border-bottom: 1px solid #999999;
}
div.off-canvas-wrapper {
    transition: -webkit-filter 0.3s, filter 0.3s;
}
address {
    font-style: normal;
}
.js-off-canvas-exit {
    z-index: 5;
}
div#smallSticky {
    width: 100%;
    background: #fefefe;
    z-index: 4;
}
@media screen and (min-width: 0em) and (max-width: 39.9375em) {
    /*
    div#smallSticky {
      position: fixed;
      top: 0;
      left: 0;
	  }
	  */
}
/*
div.off-canvas-content {
  padding-top: 7.3125rem; }
*/
@media screen and (min-width: 40em) {
    div.off-canvas-content {
        padding-top: 0;
    }
}
div#messageBar {
    background: #F5F5F5;
    color: #ff931e;
    border-top: 0.3125rem solid #ff931e;
}
.owl-theme .owl-controls .owl-page span {
    border-color: #ff931e;
}
div#navigation {
    padding: 0.25rem 0;
}
@media screen and (min-width: 40em) {
    div#navigation {
        padding: 1rem 0 0.25rem 0;
    }
}
div#navigation div#smallSearch {
    max-height: 0;
    overflow: hidden;
}
div#navigation div#smallSearch.shown {
    max-height: 2.5rem;
}
div#navigation div#smallSearch input {
    margin: 0;
}
div#navigation ul#ProductMenu_List {
    list-style-type: none;
}
div#navigation ul#ProductMenu_List > li {
    width: 14.28571%;
    display: inline-block;
    height: 2.4375rem;
    line-height: 2.4375rem;
    font-size: 1rem;
    padding: 0 0.5rem;
    text-align: center;
}
div#navigation ul#ProductMenu_List > li a:empty {
    display: none;
}
div#navigation ul#ProductMenu_List > li.RootCategory_Productmenu.has-dropdown > a:after {
    content: "";
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background: url("/Respons/assets/icon_arrowDown.svg");
    background-size: 100%;
    margin-left: 0.5rem;
    position: relative;
    top: 0.125rem;
}
div#navigation ul#ProductMenu_List > li a {
    color: #008e2b;
}
div#navigation ul#ProductMenu_List > li a span.ProductMenu_MenuItemBold {
    font-weight: normal;
}
div#navigation ul#ProductMenu_List > li ul {
    display: none;
}
div#navigation form#Search_Form {
    transform: translateZ(1px);
}
@media screen and (min-width: 40em) {
    div#navigation form#Search_Form {
        padding-right: 4rem;
    }
}
div#navigation form#Search_Form input[type=text] {
    background-image: url("/Respons/assets/icon_search_gray.svg");
    background-repeat: no-repeat;
    background-position: 0.3rem 0.4rem;
    padding-left: 2rem;
    background-size: 1.5rem;
    transition: padding-left 0.3s;
    margin-bottom: 0;
}
div#navigation form#Search_Form input[type=text]:focus {
    padding-left: 0.5rem;
    background-image: none;
}
div#navigation form#Search_Form span.nbsp, div#navigation form#Search_Form br {
    display: none;
}
div#navigation form#Search_Form input[type=submit] {
    display: none;
}
div#navigation div.decoration {
    border-top: 1px solid #CCCCCC;
    clear: both;
    position: relative;
    top: -0.5rem;
    margin-right: 1rem;
    margin-left: 1rem;
    pointer-events: none;
}
div#navigation a.basketIcon {
    position: relative;
    top: 0;
    right: 1rem;
    float: right;
    display: inline-block;
    width: 33px;
    margin-bottom: 0.5rem;
}
div#navigation a.basketIcon span.badge {
    position: absolute;
    top: 0.0625rem;
    right: -0.4375rem;
}
div#navigation a.basketIcon span.badge:empty {
    display: none;
}
div#navigation div.mediumBasket {
    padding-top: 0 !important;
    padding-right: 1rem;
}
div#navigation div.mediumBasket > div:first-child {
    padding-top: 2rem;
}
div#navigation div.mediumBasket > div > div {
    text-align: right;
}
div#navigation div.mediumBasket a.button {
    margin: 0;
    padding: 0.45rem 2rem;
}
div#navigation div.mediumBasket p {
    margin: 0;
}
div#navigation div.mediumBasket p#basketPrice {
    display: inline;
    position: relative;
    top: 0.75rem;
}
div#navigation img#mainLogo {
    height: 2.4375rem;
}
@media screen and (min-width: 40em) {
    div#navigation img#mainLogo {
        height: 4.4375rem;
        margin-left: 1rem;
    }
}
div#navigation div.navIcons {
    margin-top: 0.3rem;
    position: relative;
    z-index: 1;
}
@media screen and (min-width: 40em) {
    div#navigation div.navIcons {
        margin-top: 0;
    }
}
div#navigation div.navIcons img {
    height: 2.625rem;
    max-width: 1.875rem;
    width: 1.875rem;
}
div.reveal {
    outline: 0;
}
body.is-reveal-open div.off-canvas-wrapper {
    -webkit-filter: blur(2px);
    filter: blur(2px);
}
div.headerTop {
    margin-bottom: 2rem;
}
div.catMenuBar {
    background: #F5F5F5;
}
div#mediumCatMenu ul#ProductMenu_List {
    margin-left: 0;
    margin-bottom: 0;
}
div#mediumCatMenu ul#ProductMenu_List > li.has-dropdown {
    position: relative;
    white-space: nowrap;
}
div#mediumCatMenu ul#ProductMenu_List > li.has-dropdown > ul.dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    margin: 0;
    display: none;
    padding: 0.5rem;
    background: #fefefe;
}
div#mediumCatMenu ul#ProductMenu_List > li.has-dropdown > ul.dropdown > li.has-dropdown > a {
    font-size: 1rem;
}
div#mediumCatMenu ul#ProductMenu_List > li.has-dropdown > ul.dropdown > li.has-dropdown ul {
    display: block;
    margin: 0;
}
div#mediumCatMenu ul#ProductMenu_List > li.has-dropdown > ul.dropdown > li.has-dropdown ul a {
    font-size: 1rem;
}
div#mediumCatMenu ul#ProductMenu_List > li.has-dropdown > ul.dropdown span.ProductMenu_MenuItemBold {
    font-weight: normal;
}
div#mediumCatMenu ul#ProductMenu_List > li.has-dropdown > ul.dropdown li {
    line-height: normal;
    height: auto;
    display: block;
    text-align: left;
    margin-left: 2.625rem;
    margin-right: 2.625rem;
    margin-bottom: 1rem;
}
div#mediumCatMenu ul#ProductMenu_List > li.has-dropdown:hover > ul.dropdown {
    display: table;
}
div[data-toggle="offCanvasRight"] {
    position: relative;
}
div[data-toggle="offCanvasRight"] span.badge {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: 0.5rem;
}
div[data-toggle="offCanvasRight"] span.badge:empty {
    display: none;
}
div#mainContent {
    max-width: 62.5rem;
    margin: auto;
    margin-top: 2rem;
}
ul.menu.categories li {
    background: #EBEBEB;
    margin-bottom: 0.3125rem;
    width: 100%;
}
ul.menu.categories li a {
    color: #0a0a0a;
    padding: 0.8rem 0;
}
@media screen and (min-width: 0em) and (max-width: 39.9375em) {
    ul.menu.categories li {
        background-image: none !important;
    }
    div#mainContent {
        margin-top: 0;
    }
}
@media screen and (min-width: 40em) {
    ul.menu.categories li {
        width: 30.6666%;
        margin-right: 4%;
        margin-bottom: 2rem;
        float: left;
        height: 18.75rem;
        background-position: top;
        background-size: cover;
    }
    ul.menu.categories li:nth-child(-n+2) {
        width: 48%;
        margin-right: 0;
    }
    ul.menu.categories li:first-child {
        margin-right: 4%;
    }
    ul.menu.categories li:last-child {
        margin-right: 0;
    }
    ul.menu.categories li a {
        display: block;
        line-height: 18.75rem;
        font-size: 2.5rem;
        color: #fefefe;
    }
}
body.webshop-frontpage div#mainContent div#frontPageBanners div.owl-item h3 {
    position: absolute;
    left: 10%;
    bottom: 10%;
    font-size: 1.2rem;
}
@media screen and (min-width: 40em) {
    body.webshop-frontpage div#mainContent div#frontPageBanners div.owl-item h3 {
        font-size: 2.2rem;
    }
}
body.webshop-frontpage div#mainContent div#frontPageBanners div.owl-item h3 span {
    font-weight: bold;
    font-style: italic;
    font-family: 'Times New Roman', Georgia, serif;
}
body.webshop-frontpage div#mainContent div.smallBanner {
    position: relative;
}
body.webshop-frontpage div#mainContent div.smallBanner a > span {
    font-family: "Quicksand", sans-serif;
    font-size: 2rem;
    line-height: 1.8rem;
    text-align: center;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 17%;
}
body.webshop-frontpage div#mainContent div.smallBanner a > span span {
    font-family: 'Times New Roman', Georgia, serif;
    font-weight: bold;
    font-style: italic;
}
.CmsPageStyle {
    padding-bottom: 1rem;
}
.CmsPageStyle h2, .CmsPageStyle body.webshop-b2blogin span.Heading_B2BLogin, body.webshop-b2blogin .CmsPageStyle span.Heading_B2BLogin, .CmsPageStyle body.webshop-b2blogin span.Heading_B2Blogin, body.webshop-b2blogin .CmsPageStyle span.Heading_B2Blogin {
    margin-top: 0.5rem;
}
div.fsBar {
    padding: 2rem 0;
}
div.fsBar p {
    margin-bottom: 0;
}
div#footer {
    padding-bottom: 0;
    clear: both;
}
div#footer div.footerMenu a {
    display: block;
    float: left;
    width: 50%;
}
div#footer div.footerMenu span {
    display: none;
}
div#footer div.payformsHolder img {
    max-height: 2rem;
    max-width: 3rem;
}
@media screen and (min-width: 40em) {
    div#footer div.footerInfo {
        position: relative;
    }
    div#footer div.footerAddress {
        position: absolute;
        right: 0;
        bottom: 0;
    }
}
div#footer address {
    font-size: 0.75rem;
}
div#footer li a {
    display: inline-block;
}
div#footer a {
    color: #008e2b;
}
div#footer div.social {
    margin-left: 1rem;
}
div#footer div.social a {
    padding: 0;
    margin-bottom: 0.5rem;
}
div#footer div.social img.followUs {
    width: 5.375rem;
    height: 1.5rem;
    margin-bottom: 0.5rem;
}
div#footer div.social img.socialIcon {
    width: 1.25rem;
}
div#footer div.paymentForms img {
    width: 2.5rem;
    height: 2.5rem;
}
div#newsletter {
    background: #ff931e;
    color: #fefefe;
    size: 1.125rem;
    padding-top: 1rem;
    clear: both;
}
div#newsletter input[type=text] {
    border: 0;
}
div.products {
    padding: 0;
}
@media screen and (min-width: 0em) and (max-width: 39.9375em) {
    div.products.small-2-prods > div > div {
        width: 50%;
        float: left;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
    div.products.small-2-prods > div > div:last-child:not(:first-child) {
        float: right;
    }
    div.products.small-2-prods > div > div:nth-child(2n+1) {
        clear: both;
    }
}
@media screen and (min-width: 40em) {
    div.products:not(.highlightFirstProduct).medium-3-prods > div > div {
        width: 33.33333%;
        float: left;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
    div.products:not(.highlightFirstProduct).medium-3-prods > div > div:last-child:not(:first-child) {
        float: right;
    }
    div.products:not(.highlightFirstProduct).medium-3-prods > div > div:nth-child(3n+4) {
        clear: both;
    }
    div.products:not(.highlightFirstProduct).medium-4-prods > div > div {
        width: 25%;
        float: left;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
    div.products:not(.highlightFirstProduct).medium-4-prods > div > div:last-child:not(:first-child) {
        float: right;
    }
    div.products:not(.highlightFirstProduct).medium-4-prods > div > div:nth-child(4n+5) {
        clear: both;
    }
    div.products.highlightFirstProduct a img {
        width: 100%;
    }
    div.products.highlightFirstProduct.medium-3-prods > div > div {
        width: 33.33333%;
        float: left;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
    div.products.highlightFirstProduct.medium-3-prods > div > div:last-child:not(:first-child) {
        float: right;
    }
    div.products.highlightFirstProduct.medium-3-prods > div > div:first-child {
        float: right;
        width: 66.666%;
    }
    div.products.highlightFirstProduct.medium-3-prods > div > div:nth-child(3n+4) {
        clear: both;
    }
    div.products.highlightFirstProduct.medium-4-prods > div > div {
        width: 25%;
        float: left;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
    div.products.highlightFirstProduct.medium-4-prods > div > div:last-child:not(:first-child) {
        float: right;
    }
    div.products.highlightFirstProduct.medium-4-prods > div > div:first-child {
        float: right;
        width: 50%;
    }
    div.products.highlightFirstProduct.medium-4-prods > div > div:nth-child(4n+6) {
        clear: both;
    }
}
div.products form {
    position: relative;
}
div.products > div > div {
    position: relative;
}
@media screen and (min-width: 40em) {
    div.products > div > div {
        margin-bottom: 0.6rem;
    }
}
div.products > div > div:last-child {
    float: left !important;
}
div.products > div > div:last-child:last-child:last-child {
    float: left;
}
div.products > div > div p.name {
    margin-top: 0.5rem;
    margin-bottom: 0;
}
div.products > div > div p.name a {
    color: #008e2b;
}
div.products > div > div p.price {
    font-size: 1rem;
    color: #ff931e;
}
div.products > div > div p.discounted {
    font-size: 1rem;
    text-decoration: line-through;
    margin-bottom: 0;
}
div.products > div > div span.label,
.bp_relatedproductsProduct .label,
.bp_lsaProduct .label {
    position: absolute;
    top: 0;
    right: -0.5rem;
    padding-right: 0.5rem;
    pointer-events: none;
}
.bp_relatedproductsProduct .label,
.bp_lsaProduct .label {
    right: 0;
}
div#offCanvasLeft div#staticMenu {
    padding-left: 0.5rem;
    padding-top: 2rem;
}
div#offCanvasLeft div#staticMenu a {
    display: block;
    color: #0a0a0a;
    line-height: 2rem;
}
div#offCanvasLeft div#staticMenu span.Link_Spacer_Topmenu {
    display: none;
}
div#offCanvasLeft ul#ProductMenu_List {
    margin: 0;
    list-style-type: none;
}
div#offCanvasLeft ul#ProductMenu_List > li {
    display: table-cell;
    vertical-align: middle;
}
[data-whatinput='mouse'] div#offCanvasLeft ul#ProductMenu_List > li {
    outline: 0;
}
div#offCanvasLeft ul#ProductMenu_List > li:not(.menu-text) > a {
    display: block;
    padding: 0.2rem 0.5rem;
    line-height: 1;
}
div#offCanvasLeft ul#ProductMenu_List input, div#offCanvasLeft ul#ProductMenu_List a, div#offCanvasLeft ul#ProductMenu_List button {
    margin-bottom: 0;
}
div#offCanvasLeft ul#ProductMenu_List > li {
    display: block;
}
div#offCanvasLeft ul#ProductMenu_List li {
    padding: 0.3rem 0;
}
div#offCanvasLeft ul#ProductMenu_List li.active > a {
    color: #ff931e;
}
div#offCanvasLeft ul#ProductMenu_List span.ProductMenu_MenuItemBold {
    font-weight: normal;
}
div#offCanvasLeft ul#ProductMenu_List a {
    color: #008e2b;
}
div#offCanvasLeft ul#ProductMenu_List a:empty {
    display: none !important;
}
div#offCanvasLeft ul#ProductMenu_List ul.dropdown {
    display: none;
}
div#offCanvasLeft ul#ProductMenu_List ul.dropdown.shown {
    display: block;
}
div#offCanvasLeft ul#ProductMenu_List ul a {
    font-size: 0.8rem;
}
div#offCanvasRight {
    padding-top: 2rem;
}
div#offCanvasRight h4 {
    color: #ff931e;
    font-size: 1.5rem;
}
div#offCanvasRight .totalPrice p span, div#offCanvasRight .shippingPrice p span {
    float: right;
}
div#quickBasket div.picture {
    position: relative;
}
div#quickBasket div.picture span.label {
    position: absolute;
    top: 0;
    right: 0;
    text-transform: lowercase;
}
div#quickBasket div.amount span {
    line-height: 1.65625rem;
    position: relative;
    top: 0.125rem;
    margin: 0 0.5rem;
}
div#quickBasket div.amount > div {
    margin: 0;
}
div#quickBasket p.prodPrice {
    color: #ff931e;
    margin: 0;
}
div#quickBasket p.pName {
    padding-left: 0.5rem;
    color: #008e2b;
}
div#quickBasket div.basketLine {
    margin-bottom: 1rem;
}
div#quickBasket div.remBtn {
    cursor: pointer;
    background-image: url("/Respons/assets/icon_trash_gray.svg");
    background-size: 0.75rem 1rem;
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 1rem;
}
div#quickBasket div.remBtn:hover {
    background-image: url("/Respons/assets/icon_trash_alert.svg");
    color: #ec5840;
}
div#orderProgress {
    max-width: 62.5rem;
    margin: auto;
    display: none;
}
div#orderProgress div.orderProgressBar {
    height: 0.3125rem;
    background: #999999;
    position: relative;
}
div#orderProgress div.orderProgressBar div.progressBar {
    height: 100%;
    background: #ff931e;
    width: 0;
}
div#orderProgress div.progressMarker {
    width: 1.5rem;
    height: 1.5rem;
    background: #EBEBEB;
    border-radius: 50%;
    background-image: url("/Respons/assets/icon_shoppingbag.svg");
    background-size: 1.0625rem;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -0.75rem;
    margin-left: -0.6875rem;
    left: 0;
}
div#orderProgress ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-top: 0.6rem;
}
div#orderProgress ul li {
    float: left;
    text-align: center;
    width: 20%;
    color: #999999;
}
div#orderProgress ul li a {
    pointer-events: none;
    color: #999999;
}
body.webshop-search div#prodMenuList {
    display: none;
}
body.webshop-productlist span.ProductMenu_MenuItemBold {
    font-weight: normal;
}
@media screen and (min-width: 40em) {
    body.webshop-productlist div#listDescP1, body.webshop-productlist div#listDescP2 {
        margin-bottom: 1rem;
    }
}
body.webshop-productlist div#listDescP1 hr, body.webshop-productlist div#listDescP2 hr {
    display: none;
}
body.webshop-productlist div#prodMenuList > a {
    background: none;
}
body.webshop-productlist div#prodMenuList ul {
    list-style-type: none;
    margin: 0;
}
body.webshop-productlist div#prodMenuList ul li.active a {
    font-weight: bold;
}
body.webshop-productlist div#prodMenuList ul li ul {
    margin-left: 0.5rem;
}
body.webshop-productlist div#prodMenuList ul li a {
    color: #008e2b;
}
body.webshop-productlist div#prodListfilter {
    margin-bottom: 1rem;
}
body.webshop-productlist div#prodListfilter .menu.nested {
    margin: 0;
}
body.webshop-productlist div#prodListfilter a.button {
    margin-bottom: 0.5em;
    margin-top: 1rem;
}
body.webshop-productlist div#prodListfilter a.button:after {
    display: none;
}
@media screen and (min-width: 40em) {
    body.webshop-productlist div#prodListfilter a.button {
        pointer-events: none;
        background: none;
        text-align: left;
        color: #008e2b;
    }
}
body.webshop-productlist div#ProductFilter-Container > div > div {
    width: 100% !important;
}
div.sorting > table {
    float: right;
}
div.paging a.pageingLink {
    position: relative;
    top: -0.3rem;
}
div.uspBar div.uspHolder {
    position: relative;
    min-height: 5rem;
}
@media screen and (min-width: 0em) and (max-width: 39.9375em) {
    div.uspBar div.uspHolder {
        margin-bottom: 2rem;
    }
}
div.uspBar div.uspHolder img {
    margin-bottom: 2rem;
    width: 2.5rem;
}
div.uspBar p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
div.uspBar p span {
    position: absolute;
    bottom: -1.1rem;
    left: 0;
    right: 0;
    font-size: 0.8em;
}
@media screen and (min-width: 40em) {
    div.uspBar.inlineUsps {
        padding: 0;
        background: transparent;
    }
    div.uspBar.inlineUsps img {
        width: 2.625rem;
        margin-bottom: 0 !important;
        margin-right: 1rem;
    }
    div.uspBar.inlineUsps p {
        display: inline;
        position: static;
        font-size: 0.8rem;
    }
    div.uspBar.inlineUsps div.uspHolder {
        text-align: left;
        min-height: 3rem;
    }
    div.uspBar img {
        width: 4rem;
    }
}
body.webshop-subcat ul.SubCats_Categories_UL {
    max-width: 62.5rem;
    margin-left: auto;
    margin-right: auto;
    list-style: none;
}
body.webshop-subcat ul.SubCats_Categories_UL::before, body.webshop-subcat ul.SubCats_Categories_UL::after {
    content: ' ';
    display: table;
}
body.webshop-subcat ul.SubCats_Categories_UL::after {
    clear: both;
}
body.webshop-subcat ul.SubCats_Categories_UL > li {
    width: 50%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 33.333333% !important;
}
body.webshop-subcat ul.SubCats_Categories_UL > li:last-child:not(:first-child) {
    float: right;
}
@media screen and (min-width: 40em) {
    body.webshop-subcat ul.SubCats_Categories_UL > li {
        width: 25%;
        float: left;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 25% !important;
    }
    body.webshop-subcat ul.SubCats_Categories_UL > li:last-child:not(:first-child) {
        float: right;
    }
}
body.webshop-subcat ul.SubCats_Categories_UL li[style="clear:both;"] {
    display: none;
}
div.campaign {
    position: relative;
}
div.campaign p {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: #008e2b;
    color: #fefefe;
    font-size: 1.875rem;
    padding: 0.5rem 1rem;
}
div.subcats ul {
    margin: 0;
    list-style-type: none;
}
div.subcats ul > li {
    display: table-cell;
    vertical-align: middle;
}
[data-whatinput='mouse'] div.subcats ul > li {
    outline: 0;
}
div.subcats ul > li:not(.menu-text) > a {
    display: block;
    padding: 0.2rem 0.5rem;
    line-height: 1;
}
div.subcats ul input, div.subcats ul a, div.subcats ul button {
    margin-bottom: 0;
}
div.subcats ul > li {
    display: block;
}
div.subcats ul li {
    background: #EBEBEB;
    margin-bottom: 0.3125rem;
}
div.subcats ul li a {
    color: #0a0a0a;
    padding: 0.8rem 0 !important;
}
div.subcats ul li:empty {
    display: none;
}
div.breadcrumbs {
    margin-bottom: 0.5rem;
}
div.breadcrumbs br {
    display: none;
}
div.breadcrumbs a img {
    width: 1rem;
}
div.breadcrumbs em {
    font-style: normal;
}
div#buyModal {
    font-size: 1.25rem;
}
div#buyModal p.head {
    text-align: center;
    width: 80%;
    margin: 1rem auto;
}
div#buyModal p.head span {
    color: #ff931e;
    display: block;
}
div#buyModal p.freeShippingText {
    color: #999999;
}
div#buyModal > img {
    height: 9.3125rem;
    margin: auto;
    display: block;
}
div#buyModal div.dsa label {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    color: #999999;
}
div#imageZoom {
    text-align: center;
    background: transparent;
    border: 0;
    cursor: pointer;
}
div#imageZoom img {
    max-height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 2rem;
    background: url("/Respons/assets/icon_cross.svg") no-repeat top right;
    background-size: 1.5rem;
}
div.reveal-overlay {
    cursor: pointer;
}
body.webshop-productinfo p.prodNum {
    color: #999999;
    font-size: 1.2rem;
    margin: 0;
}
body.webshop-productinfo p.prodStatus {
    font-size: 1.2rem;
}
body.webshop-productinfo td.VariantGroupLabel {
    font-family: inherit;
    font-size: 1rem;
}
body.webshop-productinfo h1 {
    text-align: center;
    font-size: 1.2rem;
}
@media screen and (min-width: 40em) {
    body.webshop-productinfo h1 {
        font-size: 1.625rem;
    }
}
body.webshop-productinfo div.Variants select.OptionSelect_ProductInfo.notify {
    box-shadow: 0 0 0.3125rem #ff931e;
}
body.webshop-productinfo div.Variants table.VariantGroup {
    float: left;
    width: 49%;
}
body.webshop-productinfo div.Variants table.VariantGroup:nth-child(odd) {
    margin-right: 1%;
}
body.webshop-productinfo div.Variants table.VariantGroup:nth-child(even) {
    text-align: right;
    margin-left: 1%;
}
body.webshop-productinfo div.Variants table.VariantGroup:nth-child(even) td.VariantGroupLabel {
    text-align: left;
}
body.webshop-productinfo div.Variants table.VariantGroup td.VariantGroupLabel {
    font-weight: normal;
}
body.webshop-productinfo div.infoHolder {
    clear: both;
}
body.webshop-productinfo div.amountWrapper {
    display: none;
}
body.webshop-productinfo div#amountSelector {
    border: 1px solid #DDDDDD;
    max-width: 8.75rem;
}
body.webshop-productinfo div#amountSelector input[type=number] {
    -moz-appearance: textfield;
}
body.webshop-productinfo div#amountSelector input[type=number]::-webkit-inner-spin-button, body.webshop-productinfo div#amountSelector input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
body.webshop-productinfo div#amountSelector input {
    text-align: center;
    color: #0a0a0a;
    box-shadow: none;
}
body.webshop-productinfo div#amountSelector input[type=button] {
    background: none;
    font-size: 1.5rem;
    padding: 0 0.7em;
}
body.webshop-productinfo div#amountSelector input[type=button]:hover {
    background: none;
}
body.webshop-productinfo div#amountSelector input[type=number] {
    border: 0;
}
body.webshop-productinfo div.buyWrapper {
    position: relative;
    width: auto;
    float: right;
}
body.webshop-productinfo div.buyWrapper:hover span {
    background: #8f4a00;
}
body.webshop-productinfo div.buyWrapper span {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: all 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0.2rem;
    padding: 0.45em 1em;
    margin: 0 1rem 1rem 0;
    font-size: 1.25rem;
    background: #ff931e;
    color: #fff;
    width: 100%;
    margin: 0;
    border-radius: 0.1875rem;
    color: #fefefe;
}
[data-whatinput='mouse'] body.webshop-productinfo div.buyWrapper span {
    outline: 0;
}
body.webshop-productinfo div.buyWrapper span:hover, body.webshop-productinfo div.buyWrapper span:focus {
    background: #8f4a00;
    color: #fff;
}
body.webshop-productinfo div.buyWrapper input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
@media screen and (min-width: 40em) {
    body.webshop-productinfo div.buyHolder {
        text-align: right;
    }
    body.webshop-productinfo div.buyHolder button {
        width: auto;
        display: inline-block;
    }
}
body.webshop-productinfo span.BuyButton_ProductInfo {
    display: none;
}
body.webshop-productinfo h3.priceHolder, body.webshop-productinfo h3.salePrice {
    font-size: 30px;
    color: #ff931e;
    margin: 0;
    font-weight: normal;
}
body.webshop-productinfo h3.priceHolder span, body.webshop-productinfo h3.salePrice span {
    font-size: 0.5em;
}
@media screen and (min-width: 40em) {
    body.webshop-productinfo h3.salePrice {
        display: inline;
    }
}
body.webshop-productinfo h3.priceBefore {
    color: #DDDDDD;
    font-size: 1.5rem;
    text-decoration: line-through;
    margin: 0;
    font-weight: normal;
}
body.webshop-productinfo div.imgHolder {
    position: relative;
}
body.webshop-productinfo div.imgHolder div.owl-item img {
    cursor: pointer;
}
body.webshop-productinfo div.imgHolder span.label {
    position: absolute;
    top: 1rem;
    right: 0.5rem;
    z-index: 2;
    pointer-events: none;
}
body.webshop-productinfo div.imgHolder img {
    width: 100%;
}
body.webshop-productinfo div#extraImages {
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: flex;
    margin: 1rem -1%;
    flex-wrap: wrap;
}
body.webshop-productinfo div#extraImages a {
    flex: none;
    margin: 0 1% 2%;
    width: 18%;
    align-items: flex-start;
    position: relative;
}
body.webshop-productinfo div#extraImages a[href*="youtu"]:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    background-image: url("/Respons/images/iconYoutube.png");
    background-repeat: no-repeat;
    background-size: 30% auto;
    background-position: 50% 50%;
    content: "";
}
body.webshop-productinfo div#extraImages img {
    cursor: pointer;
    margin: 0 !important;
    width: 100% !important;
    display: block;
}
body.webshop-productinfo div#extraImages > div:last-child {
    float: left;
}
body.webshop-showbasket div.basketLine {
    margin-bottom: 1rem;
}
body.webshop-showbasket div#mainContent a.button {
    width: 100%;
}
@media screen and (min-width: 40em) {
    body.webshop-showbasket div#mainContent a.button {
        width: auto;
        float: right;
        margin-right: 0;
    }
}
body.webshop-showbasket div.amountSelector > div {
    border: 1px solid #DDDDDD;
    max-width: 6.5rem;
    float: right;
    margin-top: 0.9rem;
}
body.webshop-showbasket div.amountSelector a {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: all 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0.2rem;
    padding: 0.45em 1em;
    margin: 0 1rem 1rem 0;
    font-size: 1.25rem;
    background: #ff931e;
    color: #fff;
    font-size: 0.8rem;
    margin: 0;
    background: none;
    color: #0a0a0a;
    border-radius: 0;
}
[data-whatinput='mouse'] body.webshop-showbasket div.amountSelector a {
    outline: 0;
}
body.webshop-showbasket div.amountSelector a:hover, body.webshop-showbasket div.amountSelector a:focus {
    background: #8f4a00;
    color: #fff;
}
body.webshop-showbasket div.amountSelector a:hover {
    background: none;
    color: #0a0a0a;
}
@media screen and (min-width: 40em) {
    body.webshop-showbasket div.amountSelector a {
        background: #DDDDDD;
    }
    body.webshop-showbasket div.amountSelector a:hover {
        background: #DDDDDD;
    }
}
body.webshop-showbasket div.amountSelector img {
    display: none;
}
body.webshop-showbasket div.amountSelector div.inc a:after {
    content: "+";
    display: block;
}
body.webshop-showbasket div.amountSelector div.dec a:after {
    content: "-";
    display: block;
}
body.webshop-showbasket p.shippingTxt {
    color: #999999;
    font-size: 1.4375rem;
    margin: 0;
}
body.webshop-showbasket p.shippingTxt span {
    float: right;
}
body.webshop-showbasket p.priceTxt {
    color: #444444;
    font-size: 1.5rem;
    margin: 0 0 1rem 0;
}
body.webshop-showbasket p.priceTxt span {
    float: right;
}
body.webshop-showbasket div.ShowBasket_Custom_DIV > div {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 1rem;
}
body.webshop-showbasket div.ShowBasket_Custom_DIV > div span.remBtn {
    color: #ff931e;
    cursor: pointer;
    background: url("/Respons/assets/icon_trash.svg") no-repeat center right;
    background-size: 1rem;
    height: 1rem;
    padding-right: 1.4rem;
}
body.webshop-showbasket div.ShowBasket_Custom_DIV > div span.remBtn a {
    display: none;
}
body.webshop-showbasket div.ShowBasket_Custom_DIV h3 {
    font-size: 1.125rem;
}
@media screen and (min-width: 40em) {
    body.webshop-showbasket div.ShowBasket_Custom_DIV h3 {
        line-height: 3.375rem;
        font-size: 1.25rem;
    }
}
body.webshop-showbasket div.ShowBasket_Custom_DIV h3 a {
    display: block;
    color: #999999;
}
@media screen and (min-width: 40em) {
    body.webshop-showbasket div.ShowBasket_Custom_DIV h3 a {
        font-size: 1.25rem;
        color: #ff931e;
    }
}
body.webshop-showbasket div.ShowBasket_Custom_DIV h3 a:first-line {
    color: #444444;
    font-size: 1.25rem;
}
body.webshop-showbasket div.ShowBasket_Custom_DIV p.prodPrice {
    color: #ff931e;
}
@media screen and (min-width: 40em) {
    body.webshop-showbasket div.ShowBasket_Custom_DIV p.prodPrice {
        line-height: 3.375rem;
    }
}
body.webshop-showbasket div.ShowBasket_Custom_DIV div.prodImg span.imgWrap {
    position: relative;
}
body.webshop-showbasket div.ShowBasket_Custom_DIV div.prodImg span.label {
    position: absolute;
    top: 0;
    right: 0;
}
ul.orderUsps {
    margin-top: 1rem;
}
ul.orderUsps li {
    margin-bottom: 1rem;
    font-size: 0.9rem;
}
ul.orderUsps h2, ul.orderUsps body.webshop-b2blogin span.Heading_B2BLogin, body.webshop-b2blogin ul.orderUsps span.Heading_B2BLogin, ul.orderUsps body.webshop-b2blogin span.Heading_B2Blogin, body.webshop-b2blogin ul.orderUsps span.Heading_B2Blogin {
    margin-left: 0 !important;
    font-size: 1.25rem !important;
}
ul.orderUsps img {
    margin-right: 0.5rem;
    width: 2.5rem;
}
body[class^=webshop-orderstep] div#smallSticky, body.webshop-creditcard div#smallSticky {
    position: static;
}
body[class^=webshop-orderstep] div.off-canvas-content, body.webshop-creditcard div.off-canvas-content {
    padding-top: 0 !important;
}
body[class^=webshop-orderstep] div#mediumCatMenu, body[class^=webshop-orderstep] div#newsletter, body[class^=webshop-orderstep] .distr, body.webshop-creditcard div#mediumCatMenu, body.webshop-creditcard div#newsletter, body.webshop-creditcard .distr {
    display: none;
}
body[class^=webshop-orderstep] div#navigation form#Search_Form, body[class^=webshop-orderstep] div.mediumBasket, body.webshop-creditcard div#navigation form#Search_Form, body.webshop-creditcard div.mediumBasket {
    visibility: hidden;
}
body[class^=webshop-orderstep] div#orderProgress, body.webshop-creditcard div#orderProgress {
    display: block;
}
@media screen and (min-width: 0em) and (max-width: 39.9375em) {
    body[class^=webshop-orderstep] div#orderProgress, body.webshop-creditcard div#orderProgress {
        display: none;
    }
}
body.webshop-orderstep1 input[type="checkbox"] {
    position: relative;
    top: 0.3125rem;
}
body.webshop-orderstep1 a.button.secondary {
    margin-right: 0;
}
body.webshop-orderstep1 div#orderProgress div.orderProgressBar div.progressBar {
    width: 10%;
}
body.webshop-orderstep1 div#orderProgress div.orderProgressBar div.progressMarker {
    left: 10%;
}
body.webshop-orderstep1 div#orderProgress ul li:nth-child(1) {
    font-weight: bold;
}
body.webshop-orderstep1 div#orderProgress ul li:nth-child(-n+1) a {
    pointer-events: all;
    color: #008e2b;
}
body.webshop-orderstep1 div#customerData > div.row {
    background: #fefefe;
}
body.webshop-orderstep1 div#mainContent h2, body.webshop-orderstep1 div#mainContent body.webshop-b2blogin span.Heading_B2BLogin, body.webshop-b2blogin body.webshop-orderstep1 div#mainContent span.Heading_B2BLogin, body.webshop-orderstep1 div#mainContent body.webshop-b2blogin span.Heading_B2Blogin, body.webshop-b2blogin body.webshop-orderstep1 div#mainContent span.Heading_B2Blogin {
    font-size: 1.625rem;
    margin: 0;
    color: #444444;
}
body.webshop-orderstep1 td.LabelColumn {
    display: none !important;
}
@media screen and (min-width: 0em) and (max-width: 39.9375em) {
    body.webshop-orderstep1 a.antiCta {
        display: block;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    body.webshop-orderstep1 div#step1Submit {
        display: block;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}
body.webshop-orderstep1 div.customerInfoContent {
    padding: 2.1875rem 6.625rem;
    overflow: hidden;
    margin-bottom: 1rem;
    padding-top: 0;
}
body.webshop-orderstep1 div.customerInfoContent input[type=text], body.webshop-orderstep1 div.customerInfoContent textarea, body.webshop-orderstep1 div.customerInfoContent select {
    background-color: #fefefe;
}
body.webshop-orderstep1 div.customerInfoContent b {
    text-transform: uppercase;
}
body.webshop-orderstep1 if($showCustomerTypeDropdown) td.halfColumn tr:first-child td.LabelColumn {
    display: block !important;
    float: left;
    line-height: 2.3125rem;
    width: 40%;
    text-align: center;
    height: 2.3125rem;
    background: #EBEBEB;
    color: #0a0a0a;
    border: 1px solid #CCCCCC;
    border-right: 0;
}
body.webshop-orderstep1 if($showCustomerTypeDropdown) td.halfColumn tr:first-child td.InputFieldColumn {
    float: left;
    width: 60%;
}
body.webshop-orderstep1 .InputFieldColumn {
    width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
}
body.webshop-orderstep1 .InputFieldColumn label {
    position: absolute;
    left: 0.375rem;
    top: 33%;
    font-size: 0.625rem;
    color: #ff931e;
    transition: top 0.3s, opacity 0.3s, color 0.3s;
    opacity: 0;
    pointer-events: none;
    z-index: 2;
}
body.webshop-orderstep1 .InputFieldColumn label.compatLabel {
    position: static;
    font-size: 1rem;
    color: #0a0a0a;
    opacity: 1;
}
body.webshop-orderstep1 .InputFieldColumn label.active {
    top: 0.125rem;
    opacity: 1;
}
body.webshop-orderstep1 .InputFieldColumn label.used {
    color: #AAAAAA;
    top: 0.125rem;
    opacity: 1;
}
body.webshop-orderstep1 .InputFieldColumn input, body.webshop-orderstep1 .InputFieldColumn select, body.webshop-orderstep1 .InputFieldColumn textarea {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}
body.webshop-orderstep1 .InputFieldColumn select {
    height: 2.3125rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
body.webshop-orderstep1 .InputFieldColumn input, body.webshop-orderstep1 .InputFieldColumn textarea {
    padding-top: 0.9375rem;
    height: auto;
}
body.webshop-orderstep1 table.CustomerData_OrderStep1_TBL {
    border: 0;
}
body.webshop-orderstep1 table.CustomerData_OrderStep1_TBL br {
    display: none;
}
body.webshop-orderstep1 td.halfColumn, body.webshop-orderstep1 #Orderstep1_AlternativeDelivery_Fields_TD, body.webshop-orderstep1 #Orderstep1_AlternativeDelivery_Heading_TD {
    display: block;
    width: 100%;
    float: left;
}
body.webshop-orderstep1 td.halfColumn table.CustomerData_OrderStep1_TBL {
    display: none;
}
body.webshop-orderstep1 td#Orderstep1_AlternativeDelivery_Fields_TD {
    padding-top: 2rem;
}
body.webshop-orderstep1 td#Orderstep1_AlternativeDelivery_Fields_TD[style="visibility: hidden;"] {
    display: none;
}
body.webshop-orderstep1 tr#Field2_0, body.webshop-orderstep1 tr#FieldD2_0 {
    width: 27%;
    float: left;
}
body.webshop-orderstep1 tr#Field3_0, body.webshop-orderstep1 tr#FieldD3_0 {
    width: 71%;
    margin-left: 2%;
    float: left;
}
body.webshop-orderstep1 tr#Field4_0, body.webshop-orderstep1 tr#FieldD4_0 {
    clear: both;
}
body.webshop-orderstep1 td.OrderStep1_Next_TD {
    display: none !important;
}
body.webshop-orderstep1 input[name=useMailList] {
    float: left;
}
body.webshop-orderstep1 table.toggleAltAddress {
    margin-top: 1rem;
}
body.webshop-orderstep1 div.os1Nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
}
body.webshop-orderstep1 div.os1Nav a.antiCta {
    -ms-flex-order: 2;
    order: 2;
}
body.webshop-orderstep1 div.os1Nav div#step1Submit {
    -ms-flex-order: 1;
    order: 1;
}
@media screen and (min-width: 40em) {
    body.webshop-orderstep1 div.os1Nav {
        display: block;
    }
}
body.webshop-orderstep2 div#orderProgress div.orderProgressBar div.progressBar {
    width: 30%;
}
body.webshop-orderstep2 div#orderProgress div.orderProgressBar div.progressMarker {
    left: 30%;
}
body.webshop-orderstep2 div#orderProgress ul li:nth-child(2) {
    font-weight: bold;
}
body.webshop-orderstep2 div#orderProgress ul li:nth-child(-n+2) a {
    pointer-events: all;
    color: #008e2b;
}
body.webshop-orderstep2 div#mainContent h2, body.webshop-orderstep2 div#mainContent body.webshop-b2blogin span.Heading_B2BLogin, body.webshop-b2blogin body.webshop-orderstep2 div#mainContent span.Heading_B2BLogin, body.webshop-orderstep2 div#mainContent body.webshop-b2blogin span.Heading_B2Blogin, body.webshop-b2blogin body.webshop-orderstep2 div#mainContent span.Heading_B2Blogin {
    margin-left: 2rem;
    margin-top: 0.5rem;
}
body.webshop-orderstep2 div#mainContent input[type=radio] {
    position: relative;
    top: 0.3125rem;
    margin-right: 1rem;
}
body.webshop-orderstep2 div.ajaxBasket {
    float: right;
    width: 33.33333%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-top: 5.2rem;
    margin-right: 1rem;
}
body.webshop-orderstep2 div.ajaxBasket:last-child:not(:first-child) {
    float: right;
}
body.webshop-orderstep2 span.Heading_OrderStep2 {
    font-size: 1.625rem;
    position: absolute;
    left: 0;
    top: -1rem;
    width: 100%;
    text-align: center;
}
body.webshop-orderstep2 table {
    width: 100%;
}
body.webshop-orderstep2 table td {
    text-transform: none;
    font-size: 0.875rem;
}
body.webshop-orderstep2 table td b {
    font-weight: normal;
}
body.webshop-orderstep2 table.TableLines_OrderStep2 {
    max-width: 62.5rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
body.webshop-orderstep2 table.TableLines_OrderStep2::before, body.webshop-orderstep2 table.TableLines_OrderStep2::after {
    content: ' ';
    display: table;
}
body.webshop-orderstep2 table.TableLines_OrderStep2::after {
    clear: both;
}
body.webshop-orderstep2 table.BackgroundColor1_OrderStep2 {
    width: 100%;
    margin-top: 2rem;
}
@media screen and (min-width: 40em) {
    body.webshop-orderstep2 table.BackgroundColor1_OrderStep2 {
        width: 50%;
        float: left;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
    body.webshop-orderstep2 table.BackgroundColor1_OrderStep2:last-child:not(:first-child) {
        float: right;
    }
}
body.webshop-orderstep2 td.OrderStep2_PayMethods_TD, body.webshop-orderstep2 td.OrderStep2_ShippingMethods_TD {
    width: 82.666666%;
    margin-left: 8.333333%;
}
body.webshop-orderstep2 td.OrderStep2_PayMethods_TD i br, body.webshop-orderstep2 td.OrderStep2_ShippingMethods_TD i br {
    display: none;
}
body.webshop-orderstep2 input.BackButton_OrderStep2 {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: all 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0.2rem;
    padding: 0.45em 1em;
    margin: 0 1rem 1rem 0;
    font-size: 1.25rem;
    background: #ff931e;
    color: #fff;
    background: #F5F5F5;
    color: #000;
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.25rem;
}
[data-whatinput='mouse'] body.webshop-orderstep2 input.BackButton_OrderStep2 {
    outline: 0;
}
body.webshop-orderstep2 input.BackButton_OrderStep2:hover, body.webshop-orderstep2 input.BackButton_OrderStep2:focus {
    background: #8f4a00;
    color: #fff;
}
body.webshop-orderstep2 input.BackButton_OrderStep2:hover, body.webshop-orderstep2 input.BackButton_OrderStep2:focus {
    background: #fafafa;
    color: #000;
}
@media screen and (min-width: 40em) {
    body.webshop-orderstep2 input.BackButton_OrderStep2 {
        display: inline-block;
        width: auto;
        margin: 0 1rem 1rem 0;
    }
}
body.webshop-orderstep2 tr.GLS_ParselShops_TR {
    border-bottom: 0;
}
body.webshop-orderstep2 div#GiftCertificateCardNumberContainer {
    text-align: center;
}
body.webshop-orderstep2 div#GiftCertificateCardNumberContainer input#GiftCertificateCardNumber {
    width: auto;
    display: inline-block;
}
body.webshop-orderstep2 div#GiftCertificateCardNumberContainer input#GiftCertificateRedeemButton {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: all 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0.2rem;
    padding: 0.45em 1em;
    margin: 0 1rem 1rem 0;
    font-size: 1.25rem;
    background: #ff931e;
    color: #fff;
    margin-left: 0.625rem;
}
[data-whatinput='mouse'] body.webshop-orderstep2 div#GiftCertificateCardNumberContainer input#GiftCertificateRedeemButton {
    outline: 0;
}
body.webshop-orderstep2 div#GiftCertificateCardNumberContainer input#GiftCertificateRedeemButton:hover, body.webshop-orderstep2 div#GiftCertificateCardNumberContainer input#GiftCertificateRedeemButton:focus {
    background: #8f4a00;
    color: #fff;
}
body.webshop-orderstep2 div#GiftCertificateCurrentCustomerBalanceContainer {
    margin: auto;
    width: 50%;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #666666;
    background: transparent;
}
body.webshop-orderstep2 td.OrderStep2_Methods_Devider_TD {
    display: none;
}
body.webshop-orderstep2 td.OrderStep2_Methods_Header_TD br {
    display: none;
}
body.webshop-orderstep2 td.OrderStep2_Methods_Header_TD h1 {
    margin-left: 2rem;
    margin-top: 0.5rem;
}
body.webshop-orderstep2 form[name=Orderstep2Form] {
    width: 100%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: none;
    background: #fefefe;
    position: relative;
}
body.webshop-orderstep2 form[name=Orderstep2Form]:last-child:not(:first-child) {
    float: right;
}
body.webshop-orderstep2 input.SubmitButton_OrderStep2_Position {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: all 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0.2rem;
    padding: 0.45em 1em;
    margin: 0 1rem 1rem 0;
    font-size: 1.25rem;
    background: #ff931e;
    color: #fff;
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    margin: 0 0 1rem 0;
}
[data-whatinput='mouse'] body.webshop-orderstep2 input.SubmitButton_OrderStep2_Position {
    outline: 0;
}
body.webshop-orderstep2 input.SubmitButton_OrderStep2_Position:hover, body.webshop-orderstep2 input.SubmitButton_OrderStep2_Position:focus {
    background: #f27e00;
    color: #fff;
}
@media screen and (min-width: 40em) {
    body.webshop-orderstep2 input.SubmitButton_OrderStep2_Position {
        display: inline-block;
        width: auto;
        margin: 0 1rem 1rem 0;
        position: absolute;
        bottom: 0;
        right: 0;
    }
}
body.webshop-orderstep2 td.OrderStep2_Methods_Next_TD {
    display: block;
    margin-top: 6rem;
}
body.webshop-orderstep2 td.OrderStep2_PayMethods_Header_TD, body.webshop-orderstep2 td.OrderStep2_ShippingMethods_Header_TD {
    margin-top: 1rem;
    padding-bottom: 0.2em;
    font-size: 1.25rem;
}
body.webshop-orderstep2 td.OrderStep2_ShippingMethods_Header_TD {
    margin-top: 1.25rem;
}
body.webshop-orderstep2 a.prevStepBtn {
    margin-left: 8.33333%;
}
body.webshop-orderstep2 span#PayMethodsContainer table, body.webshop-orderstep2 span#ShippingMethodsContainer table {
    position: relative;
}
body.webshop-orderstep2 span#PayMethodsContainer table > tbody > tr, body.webshop-orderstep2 span#ShippingMethodsContainer table > tbody > tr {
    padding: 0.625rem 1.875rem;
    position: relative;
}
body.webshop-orderstep2 span#PayMethodsContainer table > tbody > tr.selected, body.webshop-orderstep2 span#ShippingMethodsContainer table > tbody > tr.selected {
    background: #ff931e;
}
body.webshop-orderstep2 table#OrderStep2_GLS_Table tr.selected {
    background: #ffc484 !important;
}
body.webshop-orderstep2 table#OrderStep2_ShippingMethodServices_Table tr:not([class]) + tr:not([class]) {
    padding: 0;
}
body.webshop-orderstep2 tr.GLS_ParselShops_TR {
    padding: 0 !important;
}
body.webshop-orderstep2 tr.GLS_ParselShops_TR > td > br {
    display: none;
}
body.webshop-orderstep2 tr.OrderStep2_ShippingMethodServices_Devider_TR {
    display: none;
}
body.webshop-orderstep2 #pacsoftservicepointholder {
    float: none;
}
body.webshop-orderstep2 #pacsoftservicepointholder div.pacsoftservicepoint {
    position: relative;
    padding: 1.875rem;
    overflow: hidden;
    border-bottom: 1px solid #fefefe;
    background: #F9F9F9;
}
body.webshop-orderstep2 #pacsoftservicepointholder div.pacsoftservicepoint:hover {
    background: #DDDDDD;
}
body.webshop-orderstep2 #pacsoftservicepointholder div.pacsoftservicepoint.selected {
    background: #ffc484 !important;
}
body.webshop-orderstep2 #pacsoftservicepointholder div.pacsoftservicepoint input[type="radio"] {
    position: absolute;
    top: 42%;
    left: 10px;
}
body.webshop-orderstep3 div#orderProgress div.orderProgressBar div.progressBar {
    width: 50%;
}
body.webshop-orderstep3 div#orderProgress div.orderProgressBar div.progressMarker {
    left: 50%;
}
body.webshop-orderstep3 div#orderProgress ul li:nth-child(3) {
    font-weight: bold;
}
body.webshop-orderstep3 div#orderProgress ul li:nth-child(-n+3) a {
    pointer-events: all;
    color: #008e2b;
}
body.webshop-orderstep3 form[name=Orderstep3Form] {
    width: 100%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: none !important;
    background: #fefefe;
}
body.webshop-orderstep3 form[name=Orderstep3Form]:last-child:not(:first-child) {
    float: right;
}
body.webshop-orderstep3 div#stepsProgress ul li:nth-child(3) span {
    background: #ff931e;
}
body.webshop-orderstep3 div#termsModal div#cnt {
    overflow: auto;
}
body.webshop-orderstep3 table.TableLines_OrderStep3 {
    padding: 0 2rem;
    border: 0;
}
body.webshop-orderstep3 table.TableLines_OrderStep3 table {
    border: 0;
}
body.webshop-orderstep3 table.TableLines_OrderStep3 td {
    padding: 0 !important;
    background: #fefefe;
}
body.webshop-orderstep3 tr.OrderStep3_AcceptTerms_1 {
    padding-left: 1rem !important;
    margin-top: 1rem !important;
}
body.webshop-orderstep3 tr.OrderStep3_AcceptTerms_1 a {
    text-decoration: underline;
}
body.webshop-orderstep3 tr td.OrderStep3_Next_TD {
    padding-top: 1rem !important;
}
body.webshop-orderstep3 tr td.OrderStep3_Next_TD input.SubmitButton_OrderStep3 {
    padding: 0.45em 1em;
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: all 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0.2rem;
    padding: 0.45em 1em;
    margin: 0 1rem 1rem 0;
    font-size: 1.25rem;
    background: #ff931e;
    color: #fff;
    margin-right: 0;
}
[data-whatinput='mouse'] body.webshop-orderstep3 tr td.OrderStep3_Next_TD input.SubmitButton_OrderStep3 {
    outline: 0;
}
body.webshop-orderstep3 tr td.OrderStep3_Next_TD input.SubmitButton_OrderStep3:hover, body.webshop-orderstep3 tr td.OrderStep3_Next_TD input.SubmitButton_OrderStep3:focus {
    background: #8f4a00;
    color: #fff;
}
body.webshop-orderstep3 tr td.OrderStep3_Next_TD input.SubmitButton_OrderStep3:not(.SubmitButton_OrderStep3_Position) {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: all 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0.2rem;
    padding: 0.45em 1em;
    margin: 0 1rem 1rem 0;
    font-size: 1.25rem;
    background: #ff931e;
    color: #fff;
    background: #F5F5F5;
    color: #000;
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.25rem;
    padding: 0.45em 1em;
}
[data-whatinput='mouse'] body.webshop-orderstep3 tr td.OrderStep3_Next_TD input.SubmitButton_OrderStep3:not(.SubmitButton_OrderStep3_Position) {
    outline: 0;
}
body.webshop-orderstep3 tr td.OrderStep3_Next_TD input.SubmitButton_OrderStep3:not(.SubmitButton_OrderStep3_Position):hover, body.webshop-orderstep3 tr td.OrderStep3_Next_TD input.SubmitButton_OrderStep3:not(.SubmitButton_OrderStep3_Position):focus {
    background: #8f4a00;
    color: #fff;
}
body.webshop-orderstep3 tr td.OrderStep3_Next_TD input.SubmitButton_OrderStep3:not(.SubmitButton_OrderStep3_Position):hover, body.webshop-orderstep3 tr td.OrderStep3_Next_TD input.SubmitButton_OrderStep3:not(.SubmitButton_OrderStep3_Position):focus {
    background: #fafafa;
    color: #000;
}
@media screen and (min-width: 40em) {
    body.webshop-orderstep3 tr td.OrderStep3_Next_TD input.SubmitButton_OrderStep3:not(.SubmitButton_OrderStep3_Position) {
        display: inline-block;
        width: auto;
        margin: 0 1rem 1rem 0;
    }
}
body.webshop-orderstep3 tr td.OrderStep3_Next_TD input.SubmitButton_OrderStep3.SubmitButton_OrderStep3_Position {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: all 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0.2rem;
    padding: 0.45em 1em;
    margin: 0 1rem 1rem 0;
    font-size: 1.25rem;
    background: #ff931e;
    color: #fff;
    margin: 0;
    margin-bottom: 1rem;
}
[data-whatinput='mouse'] body.webshop-orderstep3 tr td.OrderStep3_Next_TD input.SubmitButton_OrderStep3.SubmitButton_OrderStep3_Position {
    outline: 0;
}
body.webshop-orderstep3 tr td.OrderStep3_Next_TD input.SubmitButton_OrderStep3.SubmitButton_OrderStep3_Position:hover, body.webshop-orderstep3 tr td.OrderStep3_Next_TD input.SubmitButton_OrderStep3.SubmitButton_OrderStep3_Position:focus {
    background: #f27e00;
    color: #fff;
}
body.webshop-orderstep3 table.BackGroundColor1_OrderStep3 {
    text-transform: none;
    margin-bottom: 1rem !important;
    display: table;
}
body.webshop-orderstep3 table.BackGroundColor1_OrderStep3 tbody {
    display: table-row-group;
}
body.webshop-orderstep3 table.BackGroundColor1_OrderStep3 tbody td {
    width: 100%;
}
body.webshop-orderstep3 table.BackGroundColor1_OrderStep3 hr {
    display: none;
}
body.webshop-orderstep3 tr.basketLineHeader, body.webshop-orderstep3 tr.BasketLine_OrderStep3, body.webshop-orderstep3 table.totalWrapperBox, body.webshop-orderstep3 tr.OrderStep3_ReadTerms, body.webshop-orderstep3 tr.OrderStep3_AcceptTerms, body.webshop-orderstep3 td.OrderStep3_Next_TD {
    padding: 0 1rem !important;
}
body.webshop-orderstep3 tr.OrderStep3_AcceptTerms {
    border: 2px solid #ff931e;
    padding: 1rem !important;
    margin: 1rem;
    border-radius: 3px;
}
body.webshop-orderstep3 tr.OrderStep3_AcceptTerms a {
    color: #ff931e;
}
body.webshop-orderstep3 table[cellpadding="2"]:not(.totalWrapperBox), body.webshop-orderstep3 table.totalWrapperBox {
    display: table !important;
    padding: 0 !important;
    width: 100%;
}
body.webshop-orderstep3 table[cellpadding="2"]:not(.totalWrapperBox) tr, body.webshop-orderstep3 table.totalWrapperBox tr {
    display: table-row !important;
}
body.webshop-orderstep3 table[cellpadding="2"]:not(.totalWrapperBox) td, body.webshop-orderstep3 table.totalWrapperBox td {
    display: table-cell !important;
    width: auto;
}
body.webshop-orderstep3 table[cellpadding="2"]:not(.totalWrapperBox) td[align="right"], body.webshop-orderstep3 table.totalWrapperBox td[align="right"] {
    text-align: right;
}
body.webshop-orderstep3 tr.basketLineHeader td:nth-child(3) {
    display: none !important;
}
body.webshop-orderstep3 tr.BasketLine_OrderStep3 {
    border-bottom: 1px solid #EBEBEB;
    vertical-align: middle;
}
body.webshop-orderstep3 tr.BasketLine_OrderStep3 img {
    display: none;
}
body.webshop-orderstep3 tr.BasketLine_OrderStep3 a {
    pointer-events: none;
    color: #0a0a0a;
}
body.webshop-orderstep3 tr.BasketLine_OrderStep3 > td {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
body.webshop-orderstep3 tr.BasketLine_OrderStep3 > td:nth-child(1) {
    width: 4%;
    text-align: center !important;
}
body.webshop-orderstep3 tr.BasketLine_OrderStep3 > td:nth-child(2) {
    width: 100%;
}
body.webshop-orderstep3 tr.BasketLine_OrderStep3 td:nth-child(3) {
    display: none !important;
}
body.webshop-orderstep3 tr.BasketLine_OrderStep3 > td:nth-child(3), body.webshop-orderstep3 tr.BasketLine_OrderStep3 > td:nth-child(4) {
    width: 15%;
    text-align: right;
}
body.webshop-orderstep3 td.OrderStep3_Methods_Header_TD br.canBeHidden {
    display: none;
}
body.webshop-orderstep3 td.OrderStep3_Methods_Header_TD span.Heading_OrderStep3 {
    font-size: 1.625rem;
    padding-bottom: 0;
    display: block;
}
body.webshop-orderstep3 td.OrderStep3_Methods_Header_TD span.Heading_OrderStep3 h1 {
    margin: 0;
    text-align: left;
    margin-bottom: 1rem;
    margin-top: 0.5rem;
}
body.webshop-orderstep3 table.totalWrapperBox br {
    display: none;
}
body.webshop-orderstep3 table.totalWrapperBox td:first-child {
    width: 89.65%;
    text-align: right;
    padding-bottom: 5px;
}
body.webshop-orderstep3 table.totalWrapperBox td:last-child {
    width: 15%;
    text-align: right;
    padding-bottom: 5px;
}
body.webshop-orderstep3 tr.totalPrice td {
    padding-top: 1.25rem !important;
}
body.webshop-orderstep3 tr.totalPrice td b {
    display: inline-block;
    margin-left: 10px;
}
body.webshop-orderstep3 span.CustomerInfo_OrderStep3 {
    display: block;
    margin-bottom: 1rem;
}
body.webshop-orderstep3 span.CustomerInfo_OrderStep3 table:last-child {
    clear: both;
    padding-top: 1rem;
}
body.webshop-orderstep3 span.CustomerInfo_OrderStep3 table:last-child br {
    display: block;
}
body.webshop-orderstep3 td > br:first-child {
    display: none;
}
@media screen and (min-width: 0em) and (max-width: 39.9375em) {
    body.webshop-orderstep3 td[width*="50"] {
        width: 100%;
        float: left;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
    body.webshop-orderstep3 td[width*="50"]:last-child:not(:first-child) {
        float: right;
    }
}
@media screen and (min-width: 40em) {
    body.webshop-orderstep3 td[width*="50"] {
        width: 50%;
        float: left;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
    body.webshop-orderstep3 td[width*="50"]:last-child:not(:first-child) {
        float: right;
    }
}
body.webshop-orderstep3 td[width*="50"]:last-child {
    text-align: right;
}
body.webshop-creditcard form[name=payform] {
    max-width: 62.5rem;
    margin-left: auto;
    margin-right: auto;
}
body.webshop-creditcard form[name=payform]::before, body.webshop-creditcard form[name=payform]::after {
    content: ' ';
    display: table;
}
body.webshop-creditcard form[name=payform]::after {
    clear: both;
}
body.webshop-creditcard form[name=payform] > div {
    width: 100%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    background: #fefefe;
}
body.webshop-creditcard form[name=payform] > div:last-child:not(:first-child) {
    float: right;
}
body.webshop-creditcard table.BackgroundColor1_CreditCardPayment {
    background: transparent;
    margin-bottom: 0;
    border: 0;
    border-collapse: collapse;
    display: block;
    padding: 0;
    font-weight: bold;
    float: none;
    clear: both;
}
body.webshop-creditcard table.BackgroundColor1_CreditCardPayment table {
    background: transparent;
    margin-bottom: 0;
    border: 0;
    border-collapse: collapse;
    display: block;
    padding: 0;
}
body.webshop-creditcard table.BackgroundColor1_CreditCardPayment tbody {
    display: block;
}
body.webshop-creditcard table.BackgroundColor1_CreditCardPayment tbody td, body.webshop-creditcard table.BackgroundColor1_CreditCardPayment tbody tr {
    background: transparent;
    display: block;
    line-height: normal;
    padding: 0;
}
@media screen and (min-width: 0em) and (max-width: 39.9375em) {
    body.webshop-creditcard table.BackgroundColor1_CreditCardPayment {
        width: 100%;
        float: left;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
    body.webshop-creditcard table.BackgroundColor1_CreditCardPayment:last-child:not(:first-child) {
        float: right;
    }
}
@media screen and (min-width: 40em) {
    body.webshop-creditcard table.BackgroundColor1_CreditCardPayment {
        width: 66.66667%;
        float: left;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        margin-left: 16.66667%;
    }
    body.webshop-creditcard table.BackgroundColor1_CreditCardPayment:last-child:not(:first-child) {
        float: right;
    }
}
body.webshop-creditcard table.BackgroundColor1_CreditCardPayment img {
    display: none;
}
body.webshop-creditcard table.BackgroundColor1_CreditCardPayment table tr:nth-child(3) td.Text1_CreditCardPayment {
    font-size: 1.2rem;
    text-align: center;
}
body.webshop-creditcard table.BackgroundColor1_CreditCardPayment br {
    display: none;
}
body.webshop-creditcard span.ErrorText_CreditCardPayment {
    margin: 0 0 1rem 0;
    padding: 1rem;
    border: 1px solid rgba(10, 10, 10, 0.25);
    border-radius: 0.2rem;
    position: relative;
    color: #0a0a0a;
    background-color: #fce6e2;
    display: block;
    margin: 0 1rem;
}
body.webshop-creditcard span.ErrorText_CreditCardPayment > :first-child {
    margin-top: 0;
}
body.webshop-creditcard span.ErrorText_CreditCardPayment > :last-child {
    margin-bottom: 0;
}
body.webshop-creditcard input#txtCardCvv {
    width: 4rem;
    float: left;
}
body.webshop-creditcard a img, body.webshop-creditcard img#imgDateOK, body.webshop-creditcard img#imgCvvOK {
    display: inline;
}
body.webshop-creditcard td.Text1_CreditCardPayment a img {
    display: none;
}
body.webshop-creditcard img#imgDateOK, body.webshop-creditcard img#imgCvvOK {
    margin-left: 0.375rem;
}
body.webshop-creditcard tr.paymentHeader td {
    text-align: center;
    font-weight: normal;
    text-transform: none;
}
body.webshop-creditcard tr.paymentHeader td[colspan] {
    font-weight: bold;
    padding-bottom: 2rem !important;
}
body.webshop-creditcard span.ErrorText_CreditCardPayment {
    text-align: left;
    margin-bottom: 1rem;
    text-transform: none;
}
body.webshop-creditcard select[name=ExpireMonth], body.webshop-creditcard select[name=ExpireYear], body.webshop-creditcard b {
    width: 4rem;
    float: left;
    text-align: center;
}
body.webshop-creditcard select[name=ExpireMonth] + b {
    width: auto;
    font-size: 0;
}
body.webshop-creditcard select[name=ExpireMonth] + b span.Text1_CreditCardPayment {
    font-size: 1rem;
    padding: 0.5rem;
    display: inline-block;
}
body.webshop-creditcard select[name=ExpireMonth], body.webshop-creditcard select[name=ExpireYear] {
    background-color: #fefefe;
    padding-right: 0;
}
body.webshop-creditcard b {
    font-size: 2rem;
}
body.webshop-creditcard span.Heading_CreditCardPayment {
    padding: 1.5625rem 0;
    padding-bottom: 0;
    display: block;
}
body.webshop-creditcard span.Heading_CreditCardPayment h1 {
    font-size: 20px;
    margin-bottom: 1rem;
    text-align: left;
}
body.webshop-creditcard br + span.Text1_CreditCardPayment {
    text-align: center;
    text-transform: none;
    display: block;
    font-weight: normal;
}
body.webshop-creditcard td.Text1_CreditCardPayment[valign] {
    margin-bottom: 1rem;
}
@media screen and (min-width: 0em) and (max-width: 39.9375em) {
    body.webshop-creditcard td.Text1_CreditCardPayment {
        padding: 0 1rem !important;
    }
}
body.webshop-creditcard tr {
    clear: both;
}
body.webshop-creditcard input#submitbtn {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: all 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0.2rem;
    padding: 0.45em 1em;
    margin: 0 1rem 1rem 0;
    font-size: 1.25rem;
    background: #ff931e;
    color: #fff;
    float: right;
    margin-top: -3.5625rem;
    font-weight: 300;
}
[data-whatinput='mouse'] body.webshop-creditcard input#submitbtn {
    outline: 0;
}
body.webshop-creditcard input#submitbtn:hover, body.webshop-creditcard input#submitbtn:focus {
    background: #8f4a00;
    color: #fff;
}
@media screen and (min-width: 0em) and (max-width: 39.9375em) {
    body.webshop-creditcard input#submitbtn {
        margin-top: 0;
        width: 100%;
    }
}
body.webshop-creditcard td.Text1_CreditCardPayment:last-child a {
    display: none;
}
body.webshop-creditcard input#BN1 {
    font-family: Arial;
    font-weight: bold;
}
body.webshop-creditcard div#orderProgress div.orderProgressBar div.progressBar {
    width: 70%;
}
body.webshop-creditcard div#orderProgress div.orderProgressBar div.progressMarker {
    left: 70%;
}
body.webshop-creditcard div#orderProgress ul li:nth-child(4) {
    font-weight: bold;
}
body.webshop-creditcard div#orderProgress ul li:nth-child(-n+4) a {
    pointer-events: all;
    color: #008e2b;
}
body.webshop-creditcard span.Text1_CreditCardPayment {
    font-weight: normal;
}
body.webshop-creditcard span#exp {
    padding-top: 16px;
    display: block;
}
body.webshop-creditcard table.BackgroundColor1_CreditCardPayment table td {
    position: relative;
}
body.webshop-creditcard table.BackgroundColor1_CreditCardPayment table td label {
    position: absolute;
    left: 0.375rem;
    top: 33%;
    font-size: 0.625rem;
    color: #ff931e;
    transition: top 0.3s, opacity 0.3s, color 0.3s;
    opacity: 0;
    pointer-events: none;
}
body.webshop-creditcard table.BackgroundColor1_CreditCardPayment table td label.active {
    top: 0.125rem;
    opacity: 1;
}
body.webshop-creditcard table.BackgroundColor1_CreditCardPayment table td label.used {
    color: #AAAAAA;
    top: 0.125rem;
    opacity: 1;
}
body.webshop-creditcard table.BackgroundColor1_CreditCardPayment table td input, body.webshop-creditcard table.BackgroundColor1_CreditCardPayment table td select, body.webshop-creditcard table.BackgroundColor1_CreditCardPayment table td textarea {
    margin-bottom: 0;
}
body.webshop-creditcard table.BackgroundColor1_CreditCardPayment table td input, body.webshop-creditcard table.BackgroundColor1_CreditCardPayment table td textarea {
    padding-top: 0.9375rem;
    height: auto;
}
body.webshop-orderstep4 div#orderProgress div.orderProgressBar div.progressBar {
    width: 90%;
}
body.webshop-orderstep4 div#orderProgress div.orderProgressBar div.progressMarker {
    left: 90%;
}
body.webshop-orderstep4 div#orderProgress ul li:nth-child(5) {
    font-weight: bold;
}
body.webshop-orderstep4 div#orderProgress ul li:nth-child(-n+5) a {
    pointer-events: all;
}
body.webshop-orderstep4 div#mainContent {
    text-align: center;
}
body.webshop-orderstep4 div#mainContent br + a {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: all 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0.2rem;
    padding: 0.45em 1em;
    margin: 0 1rem 1rem 0;
    font-size: 1.25rem;
    background: #ff931e;
    color: #fff;
}
[data-whatinput='mouse'] body.webshop-orderstep4 div#mainContent br + a {
    outline: 0;
}
body.webshop-orderstep4 div#mainContent br + a:hover, body.webshop-orderstep4 div#mainContent br + a:focus {
    background: #8f4a00;
    color: #fff;
}
body.webshop-orderstep4 div#mainContent h1 {
    margin: 0;
    z-index: 0;
    font-size: 1.625rem;
}
body.webshop-orderstep4 div.printOrder a.button img {
    width: 1.25rem;
    height: 1.25rem;
    float: left;
    margin-right: 1rem;
}
body.webshop-orderstep4 table {
    text-align: left;
}
body.webshop-orderstep4 table.TableLines_OrderStep4 {
    width: 90%;
    margin-left: 5%;
    background: transparent;
    margin-bottom: 0;
    border: 0;
    border-collapse: collapse;
    display: block;
    padding: 0;
}
body.webshop-orderstep4 table.TableLines_OrderStep4 td[width="60%"] {
    float: left;
}
body.webshop-orderstep4 table.TableLines_OrderStep4 td[width="40%"] {
    float: right;
}
body.webshop-orderstep4 table.TableLines_OrderStep4 table {
    background: transparent;
    margin-bottom: 0;
    border: 0;
    border-collapse: collapse;
    display: block;
    padding: 0;
}
body.webshop-orderstep4 table.TableLines_OrderStep4 tbody {
    display: block;
}
body.webshop-orderstep4 table.TableLines_OrderStep4 tbody td, body.webshop-orderstep4 table.TableLines_OrderStep4 tbody tr {
    background: transparent;
    display: block;
    line-height: normal;
    padding: 0;
}
body.webshop-orderstep4 table.TableLines_OrderStep4 td {
    width: auto;
}
body.webshop-orderstep4 table.TableLines_OrderStep4 table table table {
    display: table;
}
body.webshop-orderstep4 table.TableLines_OrderStep4 table table table tr {
    display: table-row;
}
body.webshop-orderstep4 table.TableLines_OrderStep4 table table table tr td {
    display: table-cell;
    font-size: 0.7rem;
}
body.webshop-orderstep4 table.TableLines_OrderStep4 table table table tr td[width="40"], body.webshop-orderstep4 table.TableLines_OrderStep4 table table table tr td[width="5"], body.webshop-orderstep4 table.TableLines_OrderStep4 table table table tr td[width="50"] {
    width: auto;
}
body.webshop-orderstep4 table.TableLines_OrderStep4 table table table table td {
    width: 7% !important;
    text-align: right;
}
div[data-lysavis] {
    height: 1.5rem;
    overflow: hidden;
    position: relative;
}
div[data-lysavis] div {
    transform: rotateX(90deg);
    -ms-transform-origin: top;
    transform-origin: top;
    position: absolute;
    display: block;
    opacity: 0;
}
div[data-lysavis] div.showLys {
    transform: rotateX(0);
    background: transparent;
    opacity: 1;
}
div[data-lysavis] div.hideLys {
    transform: rotateX(-90deg);
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    opacity: 0;
}
.button {
    font-family: "Roboto Slab", serif;
}
div.headerTop {
    margin-bottom: 0.8rem;
}
@media screen and (min-width: 40em) {
    div.headerTop {
        margin-bottom: 1.375rem;
    }
}
div#headerMain {
    overflow: hidden;
}
div#quickBasket {
    font-family: "Roboto Slab", serif;
}
div#quickBasket div.remBtn {
    background: none;
    color: #ee0000;
    font-size: 0.75rem;
    padding-right: 0;
}
div#quickBasket div.remBtn:after {
    content: "X";
    display: inline-block;
    margin-left: 0.2rem;
}
div#quickBasket div.remBtn:hover {
    background: none;
}
div#quickBasket p.subheader {
    font-size: 0.75rem;
}
div#quickBasket div.totalPrice p {
    font-size: 0.875rem;
}
div#quickBasket p.pName {
    color: #999999;
    font-size: 0.75rem;
}
div#quickBasket p.pName:first-line {
    color: #0a0a0a;
}
div#quickBasket p.prodPrice {
    color: #0a0a0a;
    font-size: 0.875rem;
    padding-top: 0.5rem;
    clear: both;
}
div#quickBasket div.basketLine {
    border-bottom: 0.0625rem solid #DDDDDD;
    padding-bottom: 0.5rem;
}
div#quickBasket div.amount {
    border: 0.0625rem solid #DDDDDD;
    float: right;
    margin-top: 0.5rem;
}
div#quickBasket div.amount div.button {
    background: none;
}
div#quickBasket div.amount div.button:hover {
    background: none;
}
div#quickBasket div.picture {
    border: 0.0625rem solid #DDDDDD;
}
div#quickBasket div.picture span.label {
    display: none;
}
div#offCanvasRight h4 {
    color: #0a0a0a;
}
div#buyModal p.head {
    font-family: "Roboto Slab", serif;
    font-weight: 300;
    color: #0a0a0a;
    font-size: 1.125rem;
}
div#buyModal p.head span {
    color: #888888;
    font-size: 1rem;
}
div#buyModal p.freeShippingText {
    font-family: "Roboto Slab", serif;
    font-size: 1rem;
    color: #888888;
    text-align: center;
}
body.webshop-productlist div.filterHolder {
    padding: 0;
}
body.webshop-productlist div.filterHolder .product-filter-column {
    padding: 0;
}
body.webshop-productlist div.filterHolder .product-filter-container {
    border: 0;
}
body.webshop-productlist div.filterHolder .product-filter-header-container {
    border: 0;
    background: #F5F5F5;
    text-align: center;
}
body.webshop-productlist div.filterHolder .product-filter-header-text {
    float: none;
    font-weight: 300;
}
body.webshop-productlist div.filterHolder .product-filter-body-container {
    padding: 1rem;
}
body.webshop-productlist div.filterHolder .product-filter-body-container input {
    margin-bottom: 0;
}
body.webshop-productlist div.filterHolder .product-filter-header-container-tag {
    display: none;
}
body.webshop-productlist div.filterHolder div.product-filter-body-container-misc {
    padding-bottom: 0;
}
body.webshop-productlist div.filterHolder div.product-filter-body-container-misc div.product-filter-checkboxes {
    margin: 0;
}
body.webshop-productlist div.filterHolder .product-filter-checkbox-container {
    margin-bottom: 1rem !important;
}
body.webshop-productlist div.filterHolder .jslider .jslider-value, body.webshop-productlist div.filterHolder .jslider .jslider-label {
    font-family: "Roboto Slab", serif;
    font-size: 0.75rem;
}
body.webshop-productlist div.topListInfo {
    font-weight: 300;
}
body.webshop-productlist div.topListInfo select {
    padding: 0.2rem;
    height: auto;
}
body.webshop-productlist div.topListInfo div.paging a {
    font-size: 1rem;
}
body.webshop-productlist div.topListInfo table#Productlist_Sort_table {
    width: 100%;
}
body.webshop-productlist .jslider_round_plastic .jslider-bg i, body.webshop-productlist .jslider_round_plastic .jslider-pointer {
    background-image: url("/Respons/assets/design_slider.png");
}
body.webshop-productlist div.SubCats_Categories_DIV {
    max-width: 62.5rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
}
body.webshop-productlist div.SubCats_Categories_DIV::before, body.webshop-productlist div.SubCats_Categories_DIV::after {
    content: ' ';
    display: table;
}
body.webshop-productlist div.SubCats_Categories_DIV::after {
    clear: both;
}
body.webshop-productlist div.SubCats_Categories_DIV > div {
    position: relative;
    width: 16.66667%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 50% !important;
    margin-bottom: 1rem;
    text-align: center;
}
body.webshop-productlist div.SubCats_Categories_DIV > div:last-child:not(:first-child) {
    float: right;
}
@media screen and (min-width: 0em) and (max-width: 39.9375em) {
    body.webshop-productlist div.SubCats_Categories_DIV > div:nth-child(2n+1) {
        clear: both;
    }
}
@media screen and (min-width: 40em) {
    body.webshop-productlist div.SubCats_Categories_DIV > div {
        width: 25%;
        float: left;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 25% !important;
    }
    body.webshop-productlist div.SubCats_Categories_DIV > div:last-child:not(:first-child) {
        float: right;
    }
    body.webshop-productlist div.SubCats_Categories_DIV > div:nth-child(4n+1) {
        clear: both;
    }
}
body.webshop-productlist div.SubCats_Categories_DIV > div > div {
    border: 0.0625rem solid #DDDDDD;
    cursor: pointer;
    position: relative;
}
body.webshop-productlist div.SubCats_Categories_DIV > div > div:hover:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(rgba(0, 142, 43, 0.1), rgba(0, 142, 43, 0.2));
}
body.webshop-productlist div.SubCats_Categories_DIV > div > div a:last-child {
    background: rgba(255, 255, 255, 0.5);
    font-size: 1rem;
    color: #008e2b;
    line-height: 1.5625rem;
    font-family: "Roboto Slab", serif;
    text-align: center;
    text-shadow: 0px 0px 5px #fff;
    display: block;
    height: 3.4rem;
    overflow: hidden;
}
body.webshop-productlist div.SubCats_Categories_DIV div.products:before {
    content: "Udvalgte produkter";
    display: block;
    text-align: center;
    font-family: "Roboto Slab", serif;
    font-size: 1.5rem;
}
body.webshop-productlist div#prodListfilter:after {
    content: "";
    display: block;
    width: 80%;
    margin-left: 10%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-bottom: 0.0625rem solid #DDDDDD;
}
body.webshop-productlist div#prodListfilter a.accordion-title {
    background: #008e2b;
    color: #fefefe;
    text-align: center;
    display: block;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    line-height: 2.0625rem;
}
div.paging a {
    color: #0a0a0a;
    font-size: 1.125rem;
    font-weight: 300;
}
@media screen and (min-width: 40em) {
    div.paging a {
        font-size: 1.25rem;
    }
}
div.paging a.ActivePageNumber_ProductList {
    padding: 0;
    font-weight: 300;
    padding: 0 0.3125rem;
    color: #ff931e;
    border-bottom: 0.125rem solid #ff931e;
}
div.paging a.InactivePageNumber_ProductList {
    padding: 0 0.3125rem;
}
div.products > div > div div.prodWrapper {
    border: 0.0625rem solid #DDDDDD;
    padding: 0.375rem;
    margin-bottom: 1rem !important;
    position: relative;
}
div.products > div > div button.button,
div.products > div > div input.button,
.bp_relatedproductsProductButtons .button {
    margin-bottom: 0;
    font-size: 0.75rem;
    padding: 0.45em 0;
}
.priceouter {
    margin-top: auto;
}
@media screen and (min-width: 40em) {
    div.products > div > div button.button,
    div.products > div > div input.button,
    .bp_relatedproductsProductButtons .button {
        font-size: 1rem;
    }
}
div.products > div > div div.prodImg,
.bp_relatedproductsProduct .prodImg,
.bp_lsaProduct .prodImg {
    border-bottom: 0.0625rem solid #DDDDDD;
    text-align: center;
    margin-bottom: 0.5rem;
    position: relative;
}
div.products > div > div div.prodImg img,
.bp_relatedproductsProduct .prodImg img,
.bp_lsaProduct .prodImg img {
    max-height: 11.5625rem;
}
div.products > div > div div.prodImg span.label,
.bp_relatedproductsProduct .label,
.bp_lsaProduct .label {
    pointer-events: none;
}
.bp_relatedproductsProduct .label,
.bp_lsaProduct .label {
    position: absolute;
    z-index: 10;
}
div.products > div > div div.prodImg span.label.discount,
.bp_relatedproductsProduct .label.discount,
.bp_lsaProduct .label.discount {
    background: #fcee21;
    color: #0a0a0a;
    font-family: "Roboto Slab", serif;
    font-weight: 300;
}
div.products > div > div div.prodImg span.label.stopMadspild,
.bp_relatedproductsProduct .label.stopMadspild,
.bp_lsaProduct .label.stopMadspild {
    background: #008e2b;
    color: #fefefe;
    font-family: "Roboto Slab", serif;
    font-weight: 300;
    padding: 0.5rem 0.875rem;
    font-size: 13px;
}
div.products > div > div div.prodImg span.label.stopMadspild span,
.bp_relatedproductsProduct .label.stopMadspild span,
.bp_lsaProduct .label.stopMadspild span {
    color: #fcee21;
    font-weight: 600;
}
div.products > div > div div.prodImg img.lbl,
.bp_relatedproductsProduct img.lbl,
.bp_lsaProduct img.lbl {
    height: 15%;
    position: absolute;
    pointer-events: none;
}
div.products > div > div div.prodImg img.lbl.euOko,
.bp_relatedproductsProduct img.lbl.euOko,
.bp_lsaProduct img.lbl.euOko {
    bottom: 5%;
    right: 0;
}
div.products > div > div div.prodImg img.lbl.fairtrade,
.bp_relatedproductsProduct img.lbl.fairtrade,
.bp_lsaProduct img.lbl.fairtrade {
    top: 5%;
    left: 0;
}
div.products > div > div div.prodImg img.lbl.dkOko,
.bp_relatedproductsProduct img.lbl.dkOko,
.bp_lsaProduct img.lbl.dkOko {
    bottom: 5%;
    left: 0;
}
div.products > div > div p.prodName a,
.bp_relatedproductsProduct .prodName,
.bp_lsaProduct .prodName {
    color: #0a0a0a;
    font-size: 0.875rem;
    display: block;
    height: 3.6em;
    overflow: hidden;
    line-height: 1.25;
}
div.products > div > div p.prodPrice,
.bp_relatedproductsProduct .prodPrice,
.bp_lsaProduct .prodPrice {
    font-family: "Roboto Slab", serif;
    font-size: 1.125rem;
}
.bp_relatedproductsProduct .prodPrice,
.bp_lsaProduct .prodPrice {
    display: block;
}

.bp_relatedproductsCustomField7,
.bp_lsaFullScreenCustomField7,
.bp_relatedproductsCustomField11,
.bp_lsaFullScreenCustomField11 {
    display: none;
}

div.bp_relatedproductsBadge.bp_relatedproductsBadge_TopLeft,
div.bp_relatedproductsBadge.bp_relatedproductsBadge_TopRight {
    top: 10px;
    left: 10px;
    right: auto;
}

@media screen and (min-width: 40em) {
    div.products > div > div p.prodPrice,
    .bp_relatedproductsProduct .prodPrice,
    .bp_lsaProduct .prodPrice {
        font-size: 1.625rem;
    }
}
div.products > div > div p.prodPrice strike {
    text-decoration: none;
}
div.products > div > div p.prodPrice span,
.bp_relatedproductsProduct .prodPrice span,
.bp_lsaProduct .prodPrice span {
    position: relative;
    top: -0.8em;
    font-size: 0.5em;
    margin-right: 0.5rem;
}
.amountHolder span {
    position: relative;
    top: -0.8em;
    font-size: 0.5em;
    margin-right: 0.5rem;
}
div.SubCats_Categories_Container span#COLUMNLIST {
    max-width: 62.5rem;
    margin-left: auto;
    margin-right: auto;
}
div.SubCats_Categories_Container span#COLUMNLIST::before, div.SubCats_Categories_Container span#COLUMNLIST::after {
    content: ' ';
    display: table;
}
div.SubCats_Categories_Container span#COLUMNLIST::after {
    clear: both;
}
div.SubCats_Categories_Container span#COLUMNLIST br {
    display: none;
}
div.SubCats_Categories_Container span#COLUMNLIST > a {
    width: 50%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}
div.SubCats_Categories_Container span#COLUMNLIST > a:last-child:not(:first-child) {
    float: right;
}
@media screen and (min-width: 40em) {
    div.SubCats_Categories_Container span#COLUMNLIST > a {
        width: 25%;
        float: left;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
    div.SubCats_Categories_Container span#COLUMNLIST > a:last-child:not(:first-child) {
        float: right;
    }
}
ul.menu.categories li {
    height: 6.25rem;
    background: url("/Respons/assets/design_logoSilhouette.svg") #008e2b no-repeat !important;
    background-size: 11rem !important;
    background-position: center !important;
}
ul.menu.categories li a {
    color: #fefefe;
    line-height: 6.25rem;
    font-family: "Roboto Slab", serif;
    padding: 0;
    position: relative;
    font-size: 1.75rem;
    font-weight: bold;
}
ul.menu.categories li a span {
    vertical-align: baseline;
}
ul.menu.categories li a span.colored {
    color: #fcee21;
}
ul.menu.categories li a span.desc {
    position: absolute;
    font-weight: normal;
    bottom: 0.625rem;
    left: 0;
    right: 0;
    font-size: 0.875rem;
    text-align: center;
    line-height: normal;
}
ul.menu.categories li a span.desc span {
    color: #fcee21;
}
div.breadcrumbs {
    font-size: 0.875rem;
}
@media screen and (min-width: 0em) and (max-width: 39.9375em) {
    div.breadcrumbs a, div.breadcrumbs span {
        display: none;
    }
    div.breadcrumbs a:nth-last-of-type(2) {
        display: inline-block;
        background: #F5F5F5;
        padding: 0.5rem;
        border-radius: 0.1875rem;
        font-size: 0.875rem;
        font-family: "Roboto Slab", serif;
        color: #0a0a0a;
    }
    div.breadcrumbs a:nth-last-of-type(2):before {
        content: "◅◅";
        display: inline-block;
        margin-right: 0.5rem;
    }
    div.breadcrumbs a:nth-last-of-type(2)[href*='frontpage']:before {
        display: none;
    }
}
div.breadcrumbs a, div.breadcrumbs span {
    color: #888888;
}
div.clubOffer {
    background: #008e2b;
    padding: 0.2rem 0;
}
div.clubOffer a {
    color: #fefefe;
    font-size: 0.875rem;
}
div.clubOffer a.clubLogin {
    background: url("/Respons/assets/icon_lock.svg") no-repeat left;
    background-size: contain;
    padding-left: 1rem;
}
div.clubOffer a span {
    color: #fcee21;
    font-family: "Roboto Slab", serif;
    font-weight: bold;
}
div#prodMenuList > a.Activ_ProductMenu {
    color: #008e2b;
}
div#prodMenuList a {
    display: block;
    padding: 0.3rem 0.5rem;
    background-color: #F5F5F5;
    border-bottom: 0.0625rem solid #fefefe;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
div#prodMenuList a.Activ_ProductMenu {
    background: #008e2b;
    color: #fefefe !important;
}
div#prodMenuList a:empty {
    display: none;
}
div#prodMenuList > ul {
    border-bottom: 0.3125rem solid #008e2b;
    margin-bottom: 1.375rem !important;
}
div#prodMenuList ul li a {
    color: #0a0a0a;
}
div#prodMenuList > a {
    color: #008e2b;
}
div#mediumCatMenu ul#ProductMenu_List {
    position: relative;
    z-index: 5;
}
div#mediumCatMenu ul#ProductMenu_List > li:last-child {
    position: relative;
}
div#mediumCatMenu ul#ProductMenu_List > li:last-child:before {
    content: "Gratis varer";
    display: block;
    position: absolute;
    font-family: "Roboto Slab", serif;
    font-weight: 300;
    top: -0.9375rem;
    right: -1.375rem;
    background: #00a833;
    padding: 0.2rem 0.1rem;
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    color: #fcee21;
    font-size: 0.75rem;
    width: 4.1875rem;
    line-height: 0.6875rem;
}
div#mediumCatMenu ul#ProductMenu_List > li > a {
    font-weight: bold;
    white-space: nowrap;
}
div#mediumCatMenu ul#ProductMenu_List > li > a span.ProductMenu_MenuItemBold {
    font-weight: bold;
}
div#mediumCatMenu ul#ProductMenu_List > li.has-dropdown {
    position: static;
    text-align: center;
}
div#mediumCatMenu ul#ProductMenu_List > li.has-dropdown.RootCategory_Productmenu a:after {
    display: none;
}
div#mediumCatMenu ul#ProductMenu_List > li.has-dropdown > ul.dropdown > li {
    width: 25%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin: 0;
    line-height: 1.5rem;
}
div#mediumCatMenu ul#ProductMenu_List > li.has-dropdown > ul.dropdown > li:last-child:not(:first-child) {
    float: right;
}
div#mediumCatMenu ul#ProductMenu_List > li.has-dropdown > ul.dropdown > li a {
    color: #0a0a0a;
    font-size: 0.875rem !important;
}
div#mediumCatMenu ul#ProductMenu_List > li.has-dropdown > ul.dropdown > li a:hover {
    color: #008e2b;
}
div#mediumCatMenu ul#ProductMenu_List > li.has-dropdown:hover {
    background: #008e2b;
}
div#mediumCatMenu ul#ProductMenu_List > li.has-dropdown:hover > a {
    color: #fefefe;
}
div#mediumCatMenu ul#ProductMenu_List > li.has-dropdown:hover > ul.dropdown {
    border-top: 0;
    border-bottom: 0.1875rem solid #008e2b;
    display: none;
}
div#mediumCatMenu ul#ProductMenu_List > li:hover {
    background: #008e2b;
}
div#mediumCatMenu ul#ProductMenu_List > li:hover > a {
    color: #fefefe;
}
div#mediumCatMenu ul#ProductMenu_List > li:hover > ul.dropdown {
    border-top: 0.1875rem solid #008e2b;
    display: block;
}
div#headerMain div.logoHolder {
    position: relative;
}
div#headerMain img#logoDecoration {
    position: absolute;
    max-width: none;
    left: -17.6rem;
    top: -9.4rem;
    width: 30em;
}
@media screen and (min-width: 40em) {
    div#headerMain img#logoDecoration {
        left: -10.6rem;
        top: -9.4rem;
        width: 30em;
    }
}
div#messageBar {
    border-top: 0;
    color: #444444;
    font-size: 0.75rem;
    padding: 0.3125rem 0;
}
div#messageBar img {
    height: 1rem;
    width: auto;
}
div#messageBar img.pi {
    margin-left: 0.3125rem;
}
div#messageBar img.uspIcon {
    margin-right: 0.2rem;
}
div#messageBar img.uspIcon:first-child {
    margin-left: 0;
}
body.webshop-productinfo p.expectedDeliverTime {
    font-size: 0.90625rem;
    font-family: "Roboto Slab", serif;
    white-space: nowrap;
}
body.webshop-productinfo div.Related_Custom_DIV > div:nth-child(n+9) {
    display: none;
}
body.webshop-productinfo p.inStock {
    color: #008e2b;
    font-weight: bold;
    padding-left: 1.5rem;
    background: url("/Respons/assets/icon_checkmark.svg") no-repeat left;
    background-size: 1rem;
    margin-bottom: 0;
}
body.webshop-productinfo div.priceCol {
    position: relative;
}
body.webshop-productinfo div.priceCol h3.priceHolder, body.webshop-productinfo div.priceCol h3.salePrice {
    position: absolute;
    bottom: 1.2rem;
    right: 1rem;
}
body.webshop-productinfo div.priceCol h3.priceBefore {
    position: absolute;
    right: 1rem;
    bottom: 3.2rem;
}
body.webshop-productinfo div#mainProduct {
    margin-bottom: 2rem;
}
body.webshop-productinfo h2, body.webshop-productinfo body.webshop-b2blogin span.Heading_B2BLogin, body.webshop-b2blogin body.webshop-productinfo span.Heading_B2BLogin, body.webshop-productinfo body.webshop-b2blogin span.Heading_B2Blogin, body.webshop-b2blogin body.webshop-productinfo span.Heading_B2Blogin {
    font-weight: 300;
}
body.webshop-productinfo div.infoHolder {
    font-weight: 300;
    font-size: 0.875rem;
}
body.webshop-productinfo div.infoHolder ul.vertical.menu ul {
    margin: 0;
}
body.webshop-productinfo p.brandProdsLink {
    font-family: "Roboto Slab", serif;
    font-size: 0.875rem;
    font-weight: 300;
    text-decoration: underline;
}
body.webshop-productinfo p.brandProdsLink a {
    color: #008e2b;
}
body.webshop-productinfo h1 {
    text-align: left;
    font-size: 1.625rem;
    color: #008e2b;
}
body.webshop-productinfo h3.priceHolder, body.webshop-productinfo h3.salePrice {
    color: #0a0a0a;
}
@media screen and (min-width: 64em) {
    body.webshop-productinfo div.imgHolder div.owl-item img {
        cursor: auto;
    }
}
body.webshop-productinfo div.imgHolder span.label {
    pointer-events: none;
}
body.webshop-productinfo div.imgHolder span.label.discount {
    background: #fcee21;
    color: #0a0a0a;
    font-family: "Roboto Slab", serif;
    font-weight: 300;
}
body.webshop-productinfo div.imgHolder span.label.stopMadspild {
    background: #008e2b;
    color: #fefefe;
    font-family: "Roboto Slab", serif;
    font-weight: 300;
    padding: 0.5rem 0.875rem;
}
body.webshop-productinfo div.imgHolder span.label.stopMadspild span {
    color: #fcee21;
    font-weight: 600;
}
body.webshop-productinfo div#labels {
    text-align: center;
}
body.webshop-productinfo div#labels > div {
    display: inline-block;
    position: relative;
}
body.webshop-productinfo div#labels > div span {
    display: none;
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    background: #8a8a8a;
    color: #fefefe;
    font-size: 0.8rem;
    width: 20rem;
    padding: 0.5rem;
    z-index: 1;
    pointer-events: none;
}
body.webshop-productinfo div#labels > div:hover span {
    display: block;
}
body.webshop-productinfo div#labels img {
    margin: 0 0.5rem;
    height: 2rem;
    width: auto;
}
body.webshop-productinfo div.buyWrapper {
    float: none;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
body.webshop-productinfo div.buyWrapper:hover span {
    background: #f27e00;
}
body.webshop-productinfo div.buyWrapper span {
    background: #ff931e;
    color: #fff;
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
body.webshop-productinfo div.buyWrapper span:hover, body.webshop-productinfo div.buyWrapper span:focus {
    background: #f27e00;
    color: #fff;
}
body.webshop-productinfo ul[data-accordion-menu] {
    margin-top: 2rem;
}
body.webshop-productinfo ul[data-accordion-menu] > li {
    margin-bottom: 0.125rem;
}
body.webshop-productinfo ul[data-accordion-menu] > li > a {
    line-height: 2.8125rem;
    color: #0a0a0a;
    font-weight: bold;
    text-align: center;
    font-size: 1rem;
}
body.webshop-productinfo ul[data-accordion-menu] > li > a:after {
    display: none;
}
body.webshop-productinfo ul[data-accordion-menu] > li[aria-expanded=true] a {
    position: relative;
}
body.webshop-productinfo ul[data-accordion-menu] > li p {
    padding-top: 1rem;
}
body.webshop-productinfo ul[data-accordion-menu] > li p:first-letter {
    text-transform: uppercase;
}
body.webshop-productinfo ul[data-accordion-menu] > li p:empty {
    display: none;
}
div#navigation {
    padding: 0;
}
div#navigation div.navIcons {
    margin-top: 1.2rem;
}
div#navigation img#mainLogo {
    position: relative;
    z-index: 1;
    margin-top: 1.375rem;
    margin-left: 0;
}
div#navigation div.mediumBasket {
    margin-top: 2.4rem;
}
div#navigation a.basketIcon {
    position: relative;
    z-index: 2;
}
div#navigation a.basketIcon span.badge {
    background: #ff931e;
}
div#navigation div#smallSearch {
    position: relative;
    z-index: 1;
}
span#basketAmountBadge-s {
    background: #ff931e;
}
div#footer > div.row:first-child {
    background: url("/Respons/assets/design_logoWatermark.svg") no-repeat left bottom;
    background-size: contain;
}
div#footer a.Link_Topmenu {
    display: block;
    color: #0a0a0a;
    font-size: 0.875rem;
    font-weight: 300;
}
div#footer p {
    font-size: 0.875rem;
    font-weight: 300;
}
div#footer span.Link_Spacer_Topmenu {
    display: none;
}
div#footer h5 {
    font-size: 0.875rem;
    margin-bottom: 0;
    margin-top: 1rem;
}
div#footer h5.colored {
    color: #008e2b;
}
div#footer div.payformsHolder img {
    max-width: 11%;
}
div#footer div.social {
    height: 3.3125rem;
    background: url("/Respons/assets/icon_fb.svg") no-repeat left;
    position: relative;
    cursor: pointer;
}
div#footer div.social div.fb-like {
    position: relative;
    top: -1rem;
}
div#footer div.social h5 {
    line-height: 3.3125rem;
}
div#footer address {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 0.875rem;
}
div#footer address span {
    margin: 0 0.4rem;
    white-space: nowrap;
}
div#footer address span.naem {
    color: #008e2b;
    font-weight: bold;
}
div#footer address a {
    color: #0a0a0a;
}
div#footer a.findsmiley {
    display: block;
    margin-top: 2rem;
    margin-right: 1rem;
    text-align: left;
}
div#facebookReviews ul.rating {
    list-style: none;
    margin: 0;
    padding: 0;
}
div#facebookReviews ul.rating li {
    display: inline-block;
}
div#facebookReviews ul.rating li img {
    width: 1rem;
}
div#facebookReviews a {
    color: #ff931e;
    text-decoration: underline;
    display: block;
}
div#facebookReviews a:after {
    content: "⤑";
    margin-left: 0.2rem;
    display: inline-block;
}
div#facebookReviews div.reviewer {
    margin-top: 1rem;
}
div#facebookReviews div.reviewer img {
    width: 2rem;
}
div#facebookReviews h5 {
    margin-top: 0;
}
body.webshop-showbasket img.ProductImage_ShowBasket {
    border: 0.0625rem solid #DDDDDD;
}
body.webshop-showbasket p.shippingTxt, body.webshop-showbasket p.priceTxt {
    font-family: "Roboto Slab", serif;
}
body.webshop-showbasket div.ShowBasket_Custom_DIV {
    font-family: "Roboto Slab", serif;
}
body.webshop-showbasket div.ShowBasket_Custom_DIV h3 a {
    font-size: 1rem;
    line-height: normal;
    font-weight: 300;
    color: #999999;
}
body.webshop-showbasket div.ShowBasket_Custom_DIV h3 a:first-line {
    font-size: 1.125rem;
}
body.webshop-showbasket div.ShowBasket_Custom_DIV p.prodPrice {
    color: #0a0a0a;
    margin-bottom: 0;
}
body.webshop-showbasket div.ShowBasket_Custom_DIV > div span.remBtn {
    background: none;
}
body.webshop-showbasket div.ShowBasket_Custom_DIV > div span.remBtn:after {
    content: "Fjern X";
    display: inline-block;
    float: right;
    color: #ee0000;
}
body.webshop-showbasket div.amountSelector div.input-group-button a {
    background: none;
}
body.webshop-showbasket div.shippingInfo img {
    height: 3.125rem;
    width: 1.6875rem;
    float: left;
    margin-right: 1rem;
}
body.webshop-showbasket div.shippingInfo p {
    line-height: 1.04167rem;
    font-size: 0.875rem;
}
body[class^=webshop-orderstep] div.logoHolder, body.webshop-creditcard div.logoHolder {
    margin: auto;
    float: none;
}
div#orderProgress {
    margin: 3.125rem auto;
}
div#orderProgress div.orderProgressBar {
    height: 0.3125rem;
    background: #EBEBEB;
}
div#orderProgress div.orderProgressBar div.progressBar {
    background: #008e2b;
}
div#orderProgress div.progressMarker {
    background-image: url("/Respons/assets/icon_checkmark.svg");
}
div#orderProgress ul li {
    color: #EBEBEB;
    font-size: 0.75rem;
}
div#orderProgress ul li a {
    font-weight: normal;
    font-family: "Roboto Slab", serif;
    color: #EBEBEB;
}
body.webshop-orderstep1 div#mainContent h2, body.webshop-orderstep1 div#mainContent body.webshop-b2blogin span.Heading_B2BLogin, body.webshop-b2blogin body.webshop-orderstep1 div#mainContent span.Heading_B2BLogin, body.webshop-orderstep1 div#mainContent body.webshop-b2blogin span.Heading_B2Blogin, body.webshop-b2blogin body.webshop-orderstep1 div#mainContent span.Heading_B2Blogin {
    margin-bottom: 1.75rem;
}
body.webshop-orderstep1 td.halfColumn {
    margin-bottom: 1rem;
}
body.webshop-orderstep1 td#Orderstep1_AlternativeDelivery_Fields_TD {
    display: none;
}
ul.orderUsps li {
    position: relative;
}
ul.orderUsps li.multiLine > span {
    position: relative;
    top: -0.5rem;
}
ul.orderUsps li span {
    color: gray;
}
ul.orderUsps li span span {
    position: absolute;
    font-size: 0.8em;
    left: 0rem;
    top: 100%;
}
ul.orderUsps a {
    color: gray;
}
div#ajaxSearchResults {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 101;
    background: #fefefe;
}
div#ajaxSearchResults ul#searchResultList {
    list-style: none;
    margin-left: 0;
}
div#ajaxSearchResults ul#searchResultList h4 {
    margin-left: 0.5rem;
}
div#ajaxSearchResults ul#searchResultList li.searchProduct {
    line-height: 3rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    overflow: hidden;
    margin-bottom: 0.5rem;
}
div#ajaxSearchResults ul#searchResultList li.searchProduct.selected {
    position: relative;
}
div#ajaxSearchResults ul#searchResultList li.searchProduct.selected a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ff931e;
    opacity: 0.2;
    z-index: 1;
}
div#ajaxSearchResults ul#searchResultList li.searchProduct.group {
    line-height: 1rem;
}
div#ajaxSearchResults ul#searchResultList li.searchProduct a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
div#ajaxSearchResults ul#searchResultList li.searchProduct div.searchImgHolder {
    height: 3rem;
    width: 10%;
    float: left;
}
div#ajaxSearchResults ul#searchResultList li.searchProduct div.searchImgHolder img {
    height: 3rem;
    float: left;
}
div#ajaxSearchResults ul#searchResultList li.searchProduct span.searchProdName {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 70%;
    float: left;
    white-space: nowrap;
}
div#ajaxSearchResults ul#searchResultList li.searchProduct span.searchFullPrice {
    float: left;
    text-align: right;
    width: 20%;
}
div#ajaxSearchResults ul#searchResultList li.noResults {
    padding-left: 0.5rem;
}
div#searchpageResults ul#searchPageProdGroups {
    clear: both;
    list-style: none;
}
body.webshop-b2blogin span.Heading_B2BLogin, body.webshop-b2blogin span.Heading_B2Blogin {
    text-align: left;
    display: block;
}
body.webshop-b2blogin input.SubmitButton_B2Blogin {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: all 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0.2rem;
    padding: 0.45em 1em;
    margin: 0 1rem 1rem 0;
    font-size: 1.25rem;
    background: #ff931e;
    color: #fff;
}
[data-whatinput='mouse'] body.webshop-b2blogin input.SubmitButton_B2Blogin {
    outline: 0;
}
body.webshop-b2blogin input.SubmitButton_B2Blogin:hover, body.webshop-b2blogin input.SubmitButton_B2Blogin:focus {
    background: #8f4a00;
    color: #fff;
}
body.webshop-b2blogin td.CustomerFieldsRequired_ADDB2B_TD, body.webshop-b2blogin td.CustomerFieldsLabel_ADDB2B_TD, body.webshop-b2blogin td[width="100"] {
    display: none;
}
body.webshop-b2blogin td.CustomerFieldsInput_ADDB2B_TD, body.webshop-b2blogin td[width="200"] {
    width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
}
body.webshop-b2blogin td.CustomerFieldsInput_ADDB2B_TD label, body.webshop-b2blogin td[width="200"] label {
    position: absolute;
    left: 0.375rem;
    top: 33%;
    font-size: 0.625rem;
    color: #ff931e;
    transition: top 0.3s, opacity 0.3s, color 0.3s;
    opacity: 0;
    pointer-events: none;
    z-index: 2;
}
body.webshop-b2blogin td.CustomerFieldsInput_ADDB2B_TD label.compatLabel, body.webshop-b2blogin td[width="200"] label.compatLabel {
    position: static;
    font-size: 1rem;
    color: #0a0a0a;
    opacity: 1;
}
body.webshop-b2blogin td.CustomerFieldsInput_ADDB2B_TD label.active, body.webshop-b2blogin td[width="200"] label.active {
    top: 0.125rem;
    opacity: 1;
}
body.webshop-b2blogin td.CustomerFieldsInput_ADDB2B_TD label.used, body.webshop-b2blogin td[width="200"] label.used {
    color: #AAAAAA;
    top: 0.125rem;
    opacity: 1;
}
body.webshop-b2blogin td.CustomerFieldsInput_ADDB2B_TD input, body.webshop-b2blogin td.CustomerFieldsInput_ADDB2B_TD select, body.webshop-b2blogin td.CustomerFieldsInput_ADDB2B_TD textarea, body.webshop-b2blogin td[width="200"] input, body.webshop-b2blogin td[width="200"] select, body.webshop-b2blogin td[width="200"] textarea {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}
body.webshop-b2blogin td.CustomerFieldsInput_ADDB2B_TD select, body.webshop-b2blogin td[width="200"] select {
    height: 2.3125rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
body.webshop-b2blogin td.CustomerFieldsInput_ADDB2B_TD input, body.webshop-b2blogin td.CustomerFieldsInput_ADDB2B_TD textarea, body.webshop-b2blogin td[width="200"] input, body.webshop-b2blogin td[width="200"] textarea {
    padding-top: 0.9375rem;
    height: auto;
}
div#offCanvasLeft:before {
    content: "";
    display: block;
    height: 3.125rem;
    background: url("/Respons/assets/design_logoSilhouette.svg") no-repeat #196038;
    background-size: 7rem;
    background-position: -1rem -1.5rem;
}
div#offCanvasLeft ul#ProductMenu_List li {
    background: #fefefe;
    border-bottom: 0.0625rem solid #196038;
    padding: 0;
}
div#offCanvasLeft ul#ProductMenu_List li a {
    display: block;
    line-height: 2.375rem !important;
}
div#offCanvasLeft ul#ProductMenu_List li.expanded {
    background: #008e2b;
    position: relative;
    border: none;
}
div#offCanvasLeft ul#ProductMenu_List li.expanded:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-right: 0.5rem solid #008e2b;
    border-bottom: 0.5rem solid #008e2b;
    border-left: 0.5rem solid transparent;
    border-top: 0.5rem solid transparent;
    position: absolute;
    top: 2.375rem;
    left: 50%;
    margin-left: -0.5rem;
    margin-top: -0.25rem;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
div#offCanvasLeft ul#ProductMenu_List li.expanded > a {
    color: #fefefe;
}
div#offCanvasLeft ul#ProductMenu_List li.active {
    background: #008e2b;
}
div#offCanvasLeft ul#ProductMenu_List li.active > a {
    color: #fefefe !important;
}
div#offCanvasLeft ul#ProductMenu_List li ul.dropdown {
    margin: 0;
}
div#offCanvasLeft ul#ProductMenu_List li ul.dropdown li {
    padding: 0 1rem;
}
div#offCanvasLeft ul#ProductMenu_List li ul.dropdown li a {
    color: #0a0a0a;
}
div#offCanvasLeft div#staticMenu {
    padding-left: 0 !important;
    padding-top: 0 !important;
}
div#offCanvasLeft div#staticMenu > a {
    line-height: 2.375rem;
    background: #fefefe;
    border-bottom: 0.0625rem solid #008e2b;
    padding-left: 0.5rem;
}
div#offCanvasLeft div#staticMenu > a.end {
    display: none;
}
body.webshop-frontpage div.owl-carousel a.header {
    position: absolute;
    bottom: 1.2rem;
    left: 2rem;
    font-family: "Roboto Slab", serif;
    color: #fcee21;
    font-weight: bold;
    font-size: 2rem;
}
@media screen and (min-width: 40em) {
    body.webshop-frontpage div.owl-carousel a.header {
        font-size: 3.6rem;
    }
}
body.webshop-frontpage div.owl-carousel a.header span {
    display: block;
    font-size: 1rem;
    color: #fefefe;
    margin-top: -1rem;
    font-weight: normal;
}
@media screen and (min-width: 40em) {
    body.webshop-frontpage div.owl-carousel a.header span {
        font-size: 2.1rem;
        font-weight: bold;
    }
}
body.webshop-frontpage div.products.products:not(.highlightFirstProduct).medium-4-prods > div > div {
    padding: 0.5rem;
}
@media screen and (min-width: 40em) {
    body.webshop-frontpage div.products.products:not(.highlightFirstProduct).medium-4-prods > div > div:nth-child(4n-3) {
        padding-left: 0;
        padding-right: 1rem;
    }
    body.webshop-frontpage div.products.products:not(.highlightFirstProduct).medium-4-prods > div > div:nth-child(4n) {
        padding-right: 0;
        padding-left: 1rem;
    }
}
div[data-lysavis] {
    perspective: 2000px;
}
div[data-lysavis] div {
    color: #fcee21;
    font-size: 0.8rem;
    line-height: 1.5rem;
    height: 1.5rem;
    min-width: 50%;
}
div[data-lysavis] div a {
    color: #fcee21;
}
div.clubLogin:first-child {
    border-right: #F5F5F5;
}
div.clubLogin input {
    padding-top: 0.5rem;
}
div.clubLogin input:focus + label {
    top: -3.555555rem;
    opacity: 1;
}
div.clubLogin input:valid + label {
    top: -3.555555rem;
    opacity: 1;
    color: #AAAAAA;
}
div.clubLogin input:focus::-webkit-input-placeholder {
    color: transparent;
}
div.clubLogin input:focus::-moz-placeholder {
    color: transparent;
}
div.clubLogin input:focus:-ms-input-placeholder {
    color: transparent;
}
div.clubLogin input:focus::placeholder {
    color: transparent;
}
div.clubLogin label {
    position: relative;
    top: -3rem;
    left: 0.5rem;
    margin-bottom: -25px;
    font-size: 0.625rem;
    color: #ff931e;
    transition: top 0.3s, opacity 0.3s, color 0.3s;
    opacity: 0;
    pointer-events: none;
    z-index: 2;
}
.dd-theme-default .nivo-controlNav a {
    background-image: url("/Respons/assets/slider-bullets.png");
}

@media (max-width: 700px) {
    div.products > div > div div.prodImg span.label.stopMadspild, .bp_relatedproductsProduct .label.stopMadspild, .bp_lsaProduct .label.stopMadspild {
        font-size: 11px;
        padding: 6px 5px;
    }
}