/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *



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

/**
 * Remove default margin.
 */
/* line 19, app/assets/stylesheets/normalize.css.scss */
body {
  margin: 0;
}

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

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

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

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

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

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

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

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

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, app/assets/stylesheets/normalize.css.scss */
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.
 */
/* line 144, app/assets/stylesheets/normalize.css.scss */
mark {
  background: #ff0;
  color: #000;
}

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

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 161, app/assets/stylesheets/normalize.css.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 169, app/assets/stylesheets/normalize.css.scss */
sup {
  top: -0.5em;
}

/* line 173, app/assets/stylesheets/normalize.css.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 184, app/assets/stylesheets/normalize.css.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, app/assets/stylesheets/normalize.css.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 203, app/assets/stylesheets/normalize.css.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, app/assets/stylesheets/normalize.css.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, app/assets/stylesheets/normalize.css.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, app/assets/stylesheets/normalize.css.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, app/assets/stylesheets/normalize.css.scss */
button {
  overflow: visible;
}

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

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

/**
 * Re-set default cursor for disabled elements.
 */
/* line 302, app/assets/stylesheets/normalize.css.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, app/assets/stylesheets/normalize.css.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 322, app/assets/stylesheets/normalize.css.scss */
input {
  line-height: normal;
}

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

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

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

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

/**
 * Define consistent border, margin, and padding.
 */
/* line 379, app/assets/stylesheets/normalize.css.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, app/assets/stylesheets/normalize.css.scss */
textarea {
  overflow: auto;
}

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

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, app/assets/stylesheets/normalize.css.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, app/assets/stylesheets/normalize.css.scss */
td,
th {
  padding: 0;
}

/* line 429, app/assets/stylesheets/normalize.css.scss */
th {
  text-align: left;
}

/* line 433, app/assets/stylesheets/normalize.css.scss */
.size_error_box {
  background-color: #eecdcc;
  border: 1px dashed #d02626;
  color: #d02626;
  margin: 10px 0 10px;
  padding: 10px;
  text-align: center;
}

/* line 442, app/assets/stylesheets/normalize.css.scss */
.size_error_price {
  color: #d02626;
  font-size: 1.2rem;
  font-family: "PT Sans Narrow","Arial",sans-serif;
}

/* line 449, app/assets/stylesheets/normalize.css.scss */
.gray_box {
  background-color: #F4F4F4;
  border: 1px dashed #9B9B9B;
  color: #000000;
  margin: 10px 0 10px;
  padding: 10px;
  text-align: center;
}

/* line 458, app/assets/stylesheets/normalize.css.scss */
.notice_box {
  background-color: #4F75AE;
  border: 1px dashed #4F75AE;
  color: #ffffff;
  margin: 10px 0 10px;
  padding: 10px;
  text-align: center;
}

/* line 467, app/assets/stylesheets/normalize.css.scss */
.error_box {
  background-color: #eecdcc;
  border: 1px dashed #d02626;
  color: #d02626;
  margin: 10px 0 10px;
  padding: 10px;
  text-align: center;
}

/* line 476, app/assets/stylesheets/normalize.css.scss */
.bereavement_box {
  background-color: #adb5bd !important;
  border: 1px dashed black !important;
  color: black !important;
  margin: 10px 0 10px;
  padding: 10px;
  text-align: center;
}

/* ----------------------------------------------------------
	FONTS
   ---------------------------------------------------------- */
/* open-sans-condensed-300 - latin */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/assets/open-sans-condensed-latin-300-d99e4b4d71bc07b1310911c26f015b8d87db2dfe12d1448253bf8a78edce79a2.woff2) format("woff2"), url(/assets/open-sans-condensed-latin-300-64be061aa181d46fa5ab92b9525f629fa354556da17f7a5fb1b6466ecbd9a0c1.woff) format("woff");
}

/* open-sans-condensed-700 - latin */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/open-sans-condensed-latin-700-d2b695599425656eb0465c3240397503883e423c13ed92cfe3db048c7698a6f4.woff2) format("woff2"), url(/assets/open-sans-condensed-latin-700-86988338c7b08d922d0b4bdb8abc7eecdde1b6932221398c2bb0a5ddd45bda90.woff) format("woff");
}

/*
---------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
		V A R I A B L E S
---------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
*/
/* FONT-WEIGHTS
  ----------------------------- */
/* COLORS
  ----------------------------- */
/*
---------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
		M I X I N S
---------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
*/
/* CSS Document schuh-kauffmann.de */
/* ----------------------------------------------------------
	RESETS
	---------------------------------------------------------- */
/* line 9, app/assets/stylesheets/mobile.css.scss */
ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

/* line 15, app/assets/stylesheets/mobile.css.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-size: 18px;
  font-size: 1.8rem;
}

/* line 27, app/assets/stylesheets/mobile.css.scss */
p {
  margin-top: 0px;
  padding-top: 0px;
}

/* line 32, app/assets/stylesheets/mobile.css.scss */
b {
  font-weight: 700;
}

/* line 36, app/assets/stylesheets/mobile.css.scss */
table {
  width: 100%;
  border-collapse: collapse;
}

/* line 42, app/assets/stylesheets/mobile.css.scss */
table tr.odd td, .odd {
  background-color: #F4F4F4;
}

/* line 46, app/assets/stylesheets/mobile.css.scss */
a {
  text-decoration: none;
  color: #E30613;
}

/* line 51, app/assets/stylesheets/mobile.css.scss */
a img {
  border: none;
  vertical-align: top;
}

/* line 56, app/assets/stylesheets/mobile.css.scss */
:hover {
  transition: all 0.3s ease-in 0s;
}

/* line 60, app/assets/stylesheets/mobile.css.scss */
a.link-text-color {
  color: black;
}

/* line 62, app/assets/stylesheets/mobile.css.scss */
a.link-text-color:hover {
  color: #9B9B9B;
}

/* line 65, app/assets/stylesheets/mobile.css.scss */
a.link-arrows, #content .care_instructions .care_instructions_article a {
  display: block;
  font-weight: bold;
}

/* line 68, app/assets/stylesheets/mobile.css.scss */
a.link-arrows:before, #content .care_instructions .care_instructions_article a:before {
  content: '>> ';
}

/* line 73, app/assets/stylesheets/mobile.css.scss */
a.teaser_link {
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
}

/* line 76, app/assets/stylesheets/mobile.css.scss */
a.teaser_link:after {
  content: ">>";
  margin-left: 10px;
}

/* line 82, app/assets/stylesheets/mobile.css.scss */
a.link-pdf {
  text-decoration: underline;
}

/* line 84, app/assets/stylesheets/mobile.css.scss */
a.link-pdf:before {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  width: 25px;
  height: 25px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IgogICAgIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIKICAgICB2aWV3Qm94PSIwIDAgMzAgMzAiCiAgICAgc3R5bGU9ImZpbGw6IzUwNTY1QzsiPiAgICA8cGF0aCBkPSJNIDcgMyBDIDUuODk1IDMgNSAzLjg5NSA1IDUgTCA1IDI2IEMgNSAyNy4xMDUgNS44OTUgMjggNyAyOCBMIDIzIDI4IEMgMjQuMTA1IDI4IDI1IDI3LjEwNSAyNSAyNiBMIDI1IDEwLjUgQyAyNSAxMC4yMzUgMjQuODk1MDMxIDkuOTgwOTY4OCAyNC43MDcwMzEgOS43OTI5Njg4IEwgMTguMjA3MDMxIDMuMjkyOTY4OCBDIDE4LjAxOTAzMSAzLjEwNDk2ODggMTcuNzY1IDMgMTcuNSAzIEwgNyAzIHogTSAxNyA0LjkwNDI5NjkgTCAyMy4wOTU3MDMgMTEgTCAxOCAxMSBDIDE3LjQ0OCAxMSAxNyAxMC41NTIgMTcgMTAgTCAxNyA0LjkwNDI5NjkgeiBNIDkuNTY4MzU5NCAxNS4xNjk5MjIgQyA5Ljg3NTM1OTQgMTUuMTY5OTIyIDEwLjE3NzYwOSAxNS4xOTg4NTkgMTAuNDc0NjA5IDE1LjI1NTg1OSBDIDEwLjc3MTYwOSAxNS4zMTI4NTkgMTEuMDM2NTMxIDE1LjQyMjg0NCAxMS4yNjk1MzEgMTUuNTg5ODQ0IEMgMTEuNTAyNTMxIDE1Ljc1Njg0NCAxMS42OTM4NDQgMTUuOTkxOTIyIDExLjgzOTg0NCAxNi4yOTQ5MjIgQyAxMS45ODU4NDQgMTYuNTk4OTIyIDEyLjA1ODU5NCAxNi45OTQ0NjkgMTIuMDU4NTk0IDE3LjQ4MDQ2OSBDIDEyLjA1OTU5NCAxNy45MjA0NjkgMTEuOTk4IDE4LjI5MjYwOSAxMS44NzUgMTguNTk5NjA5IEMgMTEuNzUxIDE4LjkwNjYwOSAxMS41ODY4NTkgMTkuMTU2NjA5IDExLjM4MDg1OSAxOS4zNDk2MDkgQyAxMS4xNzM4NTkgMTkuNTQyNjA5IDEwLjkzNDA2MiAxOS42ODI1MzEgMTAuNjY0MDYyIDE5Ljc2OTUzMSBDIDEwLjM5MzA2MiAxOS44NTY1MzEgMTAuMTE2MDc4IDE5LjkwMDM5MSA5LjgzMDA3ODEgMTkuOTAwMzkxIEwgOS42OTkyMTg4IDE5LjkwMDM5MSBDIDkuNjM4MjE4OCAxOS45MDAzOTEgOS41NzU3NjU2IDE5Ljg5ODUzMSA5LjUwOTc2NTYgMTkuODk0NTMxIEMgOS40NDM3NjU2IDE5Ljg5MDUzMSA5LjM3NzQ1MzEgMTkuODg3ODU5IDkuMzE0NDUzMSAxOS44ODA4NTkgQyA5LjI1MTQ1MzEgMTkuODc0ODU5IDkuMjA2Njg3NSAxOS44NjYzNzUgOS4xNzk2ODc1IDE5Ljg1OTM3NSBMIDkuMTc5Njg3NSAyMi4yNjk1MzEgTCA3LjkxOTkyMTkgMjIuMjY5NTMxIEwgNy45MTk5MjE5IDE1LjMzOTg0NCBDIDguMTU5OTIxOSAxNS4yODY4NDQgOC40MjM5Mzc1IDE1LjI0NDg0NCA4LjcxMDkzNzUgMTUuMjE0ODQ0IEMgOC45OTY5Mzc1IDE1LjE4NDg0NCA5LjI4MjM1OTQgMTUuMTY5OTIyIDkuNTY4MzU5NCAxNS4xNjk5MjIgeiBNIDE0LjY0ODQzOCAxNS4xNjk5MjIgQyAxNS4yMDE0MzggMTUuMTY5OTIyIDE1LjY2MzIwMyAxNS4yNTU3ODEgMTYuMDMzMjAzIDE1LjQyNTc4MSBDIDE2LjQwMzIwMyAxNS41OTU3ODEgMTYuNzAwODI4IDE1LjgzNDUzMSAxNi45MjM4MjggMTYuMTQ0NTMxIEMgMTcuMTQ3ODI4IDE2LjQ1NDUzMSAxNy4zMDQ0MzggMTYuODI2NzY2IDE3LjM5ODQzOCAxNy4yNTk3NjYgQyAxNy40OTE0MzcgMTcuNjkyNzY2IDE3LjUzOTA2MiAxOC4xNzc5MzcgMTcuNTM5MDYyIDE4LjcxMDkzOCBDIDE3LjUzOTA2MyAxOS4xOTc5MzggMTcuNDk0Mjk3IDE5LjY2MjQ2OSAxNy40MDQyOTcgMjAuMTA1NDY5IEMgMTcuMzE0Mjk3IDIwLjU0ODQ2OSAxNy4xNTY2ODggMjAuOTM4MzkxIDE2LjkyOTY4OCAyMS4yNzUzOTEgQyAxNi43MDE2ODcgMjEuNjEyMzkxIDE2LjM5NDgxMiAyMS44ODAwNzggMTYuMDA3ODEyIDIyLjA4MDA3OCBDIDE1LjYyMDgxMiAyMi4yODAwNzggMTUuMTM1ODI4IDIyLjM4MDg1OSAxNC41NDg4MjggMjIuMzgwODU5IEMgMTQuNDYyODI4IDIyLjM4MDg1OSAxNC4zNDQyNjYgMjIuMzc2MTQxIDE0LjE5NzI2NiAyMi4zNjkxNDEgQyAxNC4wNTEyNjYgMjIuMzYyMTQxIDEzLjg5ODI4MSAyMi4zNTU3MDMgMTMuNzM4MjgxIDIyLjM0NTcwMyBDIDEzLjU3ODI4MSAyMi4zMzU3MDMgMTMuNDI0MzQ0IDIyLjMyNDQ1MyAxMy4yNzczNDQgMjIuMzE0NDUzIEMgMTMuMTMxMzQ0IDIyLjMwNDQ1MyAxMy4wMTc1IDIyLjI5MzI5NyAxMi45Mzc1IDIyLjI3OTI5NyBMIDEyLjkzNzUgMTUuMjY5NTMxIEMgMTMuMDU3NSAxNS4yNDk1MzEgMTMuMTkzNzUgMTUuMjM0NjA5IDEzLjM0Mzc1IDE1LjIyNDYwOSBDIDEzLjQ5Mjc1IDE1LjIxNDYwOSAxMy42NDU3MzQgMTUuMjA1MzEyIDEzLjgwMjczNCAxNS4xOTUzMTIgQyAxMy45NTg3MzQgMTUuMTg1MzEzIDE0LjExMTgxMiAxNS4xNzg3ODEgMTQuMjU3ODEyIDE1LjE3NTc4MSBDIDE0LjQwNDgxMyAxNS4xNzI3ODEgMTQuNTM0NDM4IDE1LjE2OTkyMiAxNC42NDg0MzggMTUuMTY5OTIyIHogTSAxOC41MzkwNjIgMTUuMjY5NTMxIEwgMjIuMDM5MDYyIDE1LjI2OTUzMSBMIDIyLjAzOTA2MiAxNi40Mjk2ODggTCAxOS44MDA3ODEgMTYuNDI5Njg4IEwgMTkuODAwNzgxIDE4LjI1IEwgMjEuODU5Mzc1IDE4LjI1IEwgMjEuODU5Mzc1IDE5LjQxMDE1NiBMIDE5LjgwMDc4MSAxOS40MTAxNTYgTCAxOS44MDA3ODEgMjIuMjY5NTMxIEwgMTguNTM5MDYyIDIyLjI2OTUzMSBMIDE4LjUzOTA2MiAxNS4yNjk1MzEgeiBNIDkuNjg5NDUzMSAxNi4yODkwNjIgQyA5LjQ4MzQ1MzEgMTYuMjg5MDYyIDkuMzEzNjg3NSAxNi4zMDY4NDQgOS4xNzk2ODc1IDE2LjMzOTg0NCBMIDkuMTc5Njg3NSAxOC43MzA0NjkgQyA5LjIxOTY4NzUgMTguNzQ0NDY5IDkuMjk0Mjk2OSAxOC43NTU2MjUgOS40MDQyOTY5IDE4Ljc2NTYyNSBDIDkuNTE0Mjk2OSAxOC43NzU2MjUgOS41OTA4NTk0IDE4Ljc3OTI5NyA5LjYzMDg1OTQgMTguNzc5Mjk3IEMgOS43NzY4NTk0IDE4Ljc3OTI5NyA5LjkxNjc4MTMgMTguNzYwNzAzIDEwLjA1MDc4MSAxOC43MjA3MDMgQyAxMC4xODM3ODEgMTguNjgwNzAzIDEwLjMwMjI5NyAxOC42MTI2MjUgMTAuNDA0Mjk3IDE4LjUxNTYyNSBDIDEwLjUwODI5NyAxOC40MTg2MjUgMTAuNTkxMzkxIDE4LjI4NTIzNCAxMC42NTAzOTEgMTguMTE1MjM0IEMgMTAuNzExMzkxIDE3Ljk0NTIzNCAxMC43NDAyMzQgMTcuNzMwNzAzIDEwLjc0MDIzNCAxNy40NzA3MDMgQyAxMC43NDAyMzQgMTcuMjUwNzAzIDEwLjcxMTI5NyAxNy4wNjMxNTYgMTAuNjU0Mjk3IDE2LjkxMDE1NiBDIDEwLjU5NzI5NyAxNi43NTcxNTYgMTAuNTIxNzgxIDE2LjYzNDkyMiAxMC40MjU3ODEgMTYuNTQ0OTIyIEMgMTAuMzI4NzgxIDE2LjQ1NDkyMiAxMC4yMTU4NDQgMTYuMzg5NjA5IDEwLjA4OTg0NCAxNi4zNDk2MDkgQyA5Ljk2Mjg0MzcgMTYuMzA5NjA5IDkuODI5NDUzMSAxNi4yODkwNjMgOS42ODk0NTMxIDE2LjI4OTA2MiB6IE0gMTQuNzc5Mjk3IDE2LjMzMDA3OCBDIDE0LjY3MzI5NyAxNi4zMzAwNzggMTQuNTY1MDc4IDE2LjMzMTkzOCAxNC40NTUwNzggMTYuMzM1OTM4IEMgMTQuMzQ2MDc4IDE2LjMzODkzOCAxNC4yNTkyMTkgMTYuMzQ2Mzc1IDE0LjE5OTIxOSAxNi4zNTkzNzUgTCAxNC4xOTkyMTkgMjEuMTc5Njg4IEMgMTQuMjIwMjE5IDIxLjE4NTY4OCAxNC4yNTQ2ODcgMjEuMTkyMzEyIDE0LjMwNDY4OCAyMS4xOTUzMTIgQyAxNC4zNTQ2ODggMjEuMTk4MzEzIDE0LjQwODg0NCAyMS4yMDIwNzggMTQuNDY0ODQ0IDIxLjIwNTA3OCBDIDE0LjUyMDg0NCAyMS4yMDgwNzggMTQuNTczMDQ3IDIxLjIxMTg0NCAxNC42MjMwNDcgMjEuMjE0ODQ0IEMgMTQuNjczMDQ3IDIxLjIxNzg0NCAxNC43MDg1MTYgMjEuMjIwNzAzIDE0LjcyODUxNiAyMS4yMjA3MDMgQyAxNS4wMjg1MTYgMjEuMjIwNzAzIDE1LjI3NDc1IDIxLjE0OTc2NiAxNS40Njg3NSAyMS4wMDk3NjYgQyAxNS42NjA3NSAyMC44Njk3NjYgMTUuODE0ODI4IDIwLjY4MjIxOSAxNS45MjM4MjggMjAuNDQ5MjE5IEMgMTYuMDMzODI4IDIwLjIxNjIxOSAxNi4xMDkzNDQgMTkuOTQ3NTMxIDE2LjE1MjM0NCAxOS42NDQ1MzEgQyAxNi4xOTUzNDQgMTkuMzQxNTMxIDE2LjIxODc1IDE5LjAyMjQ1MyAxNi4yMTg3NSAxOC42ODk0NTMgQyAxNi4yMTg3NSAxOC4zODI0NTMgMTYuMTk5MTA5IDE4LjA4Nzc4MSAxNi4xNjIxMDkgMTcuODAwNzgxIEMgMTYuMTI4MTA5IDE3LjUxNDc4MSAxNi4wNTcxMjUgMTcuMjYxOTIyIDE1Ljk1MzEyNSAxNy4wNDQ5MjIgQyAxNS44NDkxMjUgMTYuODI4OTIyIDE1LjcwNDYyNSAxNi42NTUzOTEgMTUuNTE1NjI1IDE2LjUyNTM5MSBDIDE1LjMyNTYyNSAxNi4zOTUzOTEgMTUuMDc4Mjk3IDE2LjMzMDA3OCAxNC43NzkyOTcgMTYuMzMwMDc4IHoiPjwvcGF0aD48L3N2Zz4=") 50% 50% no-repeat;
  background-size: 100%;
}

/* line 93, app/assets/stylesheets/mobile.css.scss */
a.link-pdf:hover {
  opacity: 0.8;
}

/* line 96, app/assets/stylesheets/mobile.css.scss */
figure {
  margin: 0;
}

/* line 98, app/assets/stylesheets/mobile.css.scss */
figure img {
  display: block;
}

/* line 103, app/assets/stylesheets/mobile.css.scss */
:focus {
  outline: 0;
}

/* line 107, app/assets/stylesheets/mobile.css.scss */
.nowrap {
  white-space: nowrap;
}

/* line 108, app/assets/stylesheets/mobile.css.scss */
.uppercase {
  text-transform: uppercase;
}

/* line 110, app/assets/stylesheets/mobile.css.scss */
.clear {
  clear: left;
}

/* line 111, app/assets/stylesheets/mobile.css.scss */
.clearfix, #mainfooter .footer-bottom ul.list-payments li, #mainfooter .footer-bottom ul.list-payments, #mainfooter .footer-bottom, #content .content_order-transaction .mandatetext dl, #content .content_order-transaction .checkout_buttons, #content .care_instructions, .field {
  zoom: 1;
}

/* line 123, app/assets/stylesheets/mixin.css.scss */
.clearfix:before, #mainfooter .footer-bottom ul.list-payments li:before, #mainfooter .footer-bottom ul.list-payments:before, #mainfooter .footer-bottom:before, #content .content_order-transaction .mandatetext dl:before, #content .content_order-transaction .checkout_buttons:before, #content .care_instructions:before, .clearfix:after, #mainfooter .footer-bottom ul.list-payments li:after, #mainfooter .footer-bottom ul.list-payments:after, #mainfooter .footer-bottom:after, #content .content_order-transaction .mandatetext dl:after, #content .content_order-transaction .checkout_buttons:after, #content .care_instructions:after, .field:before, .field:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* line 126, app/assets/stylesheets/mixin.css.scss */
.clearfix:after, #mainfooter .footer-bottom ul.list-payments li:after, #mainfooter .footer-bottom ul.list-payments:after, #mainfooter .footer-bottom:after, #content .content_order-transaction .mandatetext dl:after, #content .content_order-transaction .checkout_buttons:after, #content .care_instructions:after, .field:after {
  clear: both;
}

/* line 113, app/assets/stylesheets/mobile.css.scss */
.do_not_show {
  display: none;
}

/* line 119, app/assets/stylesheets/mobile.css.scss */
.hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* line 129, app/assets/stylesheets/mobile.css.scss */
.item_available, .item_not_available {
  padding: 3px;
  margin: 10px 0px;
  display: inline-block;
}

/* line 130, app/assets/stylesheets/mobile.css.scss */
.item_available {
  background-color: #daeecc;
  color: #68a63f;
}

/* line 131, app/assets/stylesheets/mobile.css.scss */
.item_not_available {
  background-color: #eecdcc;
  color: #d02626;
}

/* line 138, app/assets/stylesheets/mobile.css.scss */
.catalogues article:nth-child(odd) a {
  color: #E30613 !important;
}

/* line 144, app/assets/stylesheets/mobile.css.scss */
hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #9B9B9B;
  height: 0;
}

/* line 153, app/assets/stylesheets/mobile.css.scss */
.bottom_space-sm {
  margin-bottom: 15px !important;
}

/*
------------------------------------------------
	RESPONSIVE HELPERS
------------------------------------------------ */
/*
BORDER BOX
>> Borders and padding are drawn inside the set width of your content. The margin is drawn outside. */
/* line 163, app/assets/stylesheets/mobile.css.scss */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*
------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------

	BASIC MOBILE LAYOUT

------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------ */
/* line 182, app/assets/stylesheets/mobile.css.scss */
html {
  font-size: 62.5%;
}

/* line 186, app/assets/stylesheets/mobile.css.scss */
body {
  font-family: "Open Sans Condensed", "Arial", sans-serif;
  color: #000000;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0;
  padding: 0;
  background-color: white;
}

/* line 196, app/assets/stylesheets/mobile.css.scss */
#wrapper {
  top: -144px;
}

/* line 201, app/assets/stylesheets/mobile.css.scss */
.inner {
  padding: 0px 10px;
}

/* line 206, app/assets/stylesheets/mobile.css.scss */
.panel {
  margin-bottom: 40px;
}

/* line 210, app/assets/stylesheets/mobile.css.scss */
.padded {
  padding: 10px;
}

/* line 215, app/assets/stylesheets/mobile.css.scss */
.only_mobile {
  display: block;
}

/* line 216, app/assets/stylesheets/mobile.css.scss */
.only_desktop {
  display: none;
}

/* line 220, app/assets/stylesheets/mobile.css.scss */
#flash_notice, #flash_error {
  padding: 20px;
  margin: 10px 0 20px 0;
  text-align: center;
}

/* line 226, app/assets/stylesheets/mobile.css.scss */
#flash_notice {
  background-color: #daeecc;
  color: #68a63f;
  border: 1px dashed #68a63f;
}

/* line 232, app/assets/stylesheets/mobile.css.scss */
#flash_error {
  background-color: #eecdcc;
  color: #d02626;
  border: 1px dashed #d02626;
}

/*
		FANCYBOX
	------------------------------ */
/* line 242, app/assets/stylesheets/mobile.css.scss */
.fancybox-wrap * {
  transition: none;
}

/*
	COLOURS
------------------------------ */
/* line 252, app/assets/stylesheets/mobile.css.scss */
.article_colours {
  zoom: 1;
}

/* line 123, app/assets/stylesheets/mixin.css.scss */
.article_colours:before, .article_colours:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* line 126, app/assets/stylesheets/mixin.css.scss */
.article_colours:after {
  clear: both;
}

/* line 255, app/assets/stylesheets/mobile.css.scss */
.article_colours li.colour {
  width: 26px;
  height: 26px;
  float: left;
  margin: 0 5px 5px 0;
  padding: 2px;
  cursor: pointer;
  border: 1px solid #E8E6E9;
}

/* line 266, app/assets/stylesheets/mobile.css.scss */
.article_colours li.colour span {
  display: block;
  height: 100%;
  width: 100%;
}

/* line 271, app/assets/stylesheets/mobile.css.scss */
.article_colours li.colour input {
  display: none;
}

/* line 275, app/assets/stylesheets/mobile.css.scss */
.article_colours li.colour.undefined span {
  background-image: url(/assets/site/colours/undefined-c254f7194857308c2a8878e94f3c92247b02d7d9903e2380cf765aed15e4b16a.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

/* line 283, app/assets/stylesheets/mobile.css.scss */
.article_colours li.colour.c54 span {
  background-color: #000;
}

/* line 284, app/assets/stylesheets/mobile.css.scss */
.article_colours li.colour.c55 span {
  background-color: #9d5c00;
}

/* line 285, app/assets/stylesheets/mobile.css.scss */
.article_colours li.colour.c56 span {
  background-color: #bda15b;
}

/* line 286, app/assets/stylesheets/mobile.css.scss */
.article_colours li.colour.c57 span {
  background-color: #5983e2;
}

/* line 288, app/assets/stylesheets/mobile.css.scss */
.article_colours li.colour.c58 {
  border-color: #aaa;
}

/* line 288, app/assets/stylesheets/mobile.css.scss */
.article_colours li.colour.c58 span {
  background-color: #f6f5f5;
}

/* line 289, app/assets/stylesheets/mobile.css.scss */
.article_colours li.colour.c59 span {
  background-color: #686868;
}

/* line 290, app/assets/stylesheets/mobile.css.scss */
.article_colours li.colour.c60 span {
  background-color: #fce300;
}

/* line 291, app/assets/stylesheets/mobile.css.scss */
.article_colours li.colour.c61 span {
  background-color: #dd2c20;
}

/* line 292, app/assets/stylesheets/mobile.css.scss */
.article_colours li.colour.c62 span {
  background-image: url(/assets/site/colours/90-33ba4ceab38f7197ab5c860ee3253e24dfb0f11e4d0f47b80dc1dc632a49e281.png);
  background-size: contain;
}

/* line 293, app/assets/stylesheets/mobile.css.scss */
.article_colours li.colour.c63 span {
  background-color: #efb426;
}

/* line 294, app/assets/stylesheets/mobile.css.scss */
.article_colours li.colour.c64 span {
  background-color: #008b2a;
}

/* line 295, app/assets/stylesheets/mobile.css.scss */
.article_colours li.colour.c65 span {
  background-color: #e96be8;
}

/* line 296, app/assets/stylesheets/mobile.css.scss */
.article_colours li.colour.c66 span {
  background-color: #7ad2de;
}

/* line 297, app/assets/stylesheets/mobile.css.scss */
.article_colours li.colour.c67 span {
  background-color: #9d5bdc;
}

/* line 298, app/assets/stylesheets/mobile.css.scss */
.article_colours li.colour.c68 span {
  background-color: #d9b6f2;
}

/* line 299, app/assets/stylesheets/mobile.css.scss */
.article_colours li.colour.c69 span {
  background-color: #f7b9e5;
}

/* line 300, app/assets/stylesheets/mobile.css.scss */
.article_colours li.colour.c70 span {
  background-color: #b1b1b1;
}

/* line 301, app/assets/stylesheets/mobile.css.scss */
.article_colours li.colour.c71 span {
  background-color: #8a1e17;
}

/* line 302, app/assets/stylesheets/mobile.css.scss */
.article_colours li.colour.c72 span {
  background-color: #d0ba73;
}

/* line 303, app/assets/stylesheets/mobile.css.scss */
.article_colours li.colour.c73 span, .article_colours li.colour.c350 span {
  background-image: url(/assets/site/colours/1-1f57c8a500325ad23e1208b486a1f64060fce1d694867d7b5389739a8e8c23d0.png);
  background-size: contain;
}

/* line 304, app/assets/stylesheets/mobile.css.scss */
.article_colours li.colour.c74 span {
  background-color: #948757;
}

/* line 305, app/assets/stylesheets/mobile.css.scss */
.article_colours li.colour.c75 span {
  background-image: url(/assets/site/colours/99-be9ea4344695c4711c91bdc13a63ccdbffc4147d3161b07cfb7c9944b3ab176a.png);
  background-size: contain;
}

/* line 306, app/assets/stylesheets/mobile.css.scss */
.article_colours li.colour.c76 span {
  background-image: url(/assets/site/colours/95-826606116395327af7e5416fd65b7cc810d3d3e677faeed8e117eab22ff47d4d.png);
  background-size: contain;
}

/* line 307, app/assets/stylesheets/mobile.css.scss */
.article_colours li.colour.c266 span {
  background-color: #983049;
}

/* line 308, app/assets/stylesheets/mobile.css.scss */
.article_colours li.colour.c267 span {
  background-color: #74534A;
}

/* line 309, app/assets/stylesheets/mobile.css.scss */
.article_colours li.colour.c268 span {
  background-image: url(/assets/site/colours/1-1f57c8a500325ad23e1208b486a1f64060fce1d694867d7b5389739a8e8c23d0.png);
  background-size: contain;
}

/* line 310, app/assets/stylesheets/mobile.css.scss */
.article_colours li.colour.c337 span {
  background-color: #A8C4B6;
}

/* line 311, app/assets/stylesheets/mobile.css.scss */
.article_colours li.colour.c338 span {
  background-color: #DAC8BB;
}

/* line 312, app/assets/stylesheets/mobile.css.scss */
.article_colours li.colour.c339 span {
  background-color: #C6C8C5;
}

/* line 313, app/assets/stylesheets/mobile.css.scss */
.article_colours li.colour.c340 span {
  background-color: #BA4468;
}

/* line 314, app/assets/stylesheets/mobile.css.scss */
.article_colours li.colour.c342 span {
  background-color: #224D49;
}

/* line 316, app/assets/stylesheets/mobile.css.scss */
.article_colours li.colour.c348 span {
  background-color: #e96d5a;
}

/* line 317, app/assets/stylesheets/mobile.css.scss */
.article_colours li.colour.c349 span {
  background-color: #B4EEB4;
}

/* line 319, app/assets/stylesheets/mobile.css.scss */
.article_colours li.colour.c370 span {
  background-color: #B7987C;
}

/* line 320, app/assets/stylesheets/mobile.css.scss */
.article_colours li.colour.c371 span {
  background-color: #134687;
}

/* line 321, app/assets/stylesheets/mobile.css.scss */
.article_colours li.colour.c372 span {
  background-color: #494846;
}

/* line 322, app/assets/stylesheets/mobile.css.scss */
.article_colours li.colour.c383 span {
  background-color: #56B0D7;
}

/* line 323, app/assets/stylesheets/mobile.css.scss */
.article_colours li.colour.c384 span {
  background-color: #BBBF84;
}

/* line 325, app/assets/stylesheets/mobile.css.scss */
.article_colours li.colour.c388 span {
  background-color: #5B2D1E;
}

/* line 326, app/assets/stylesheets/mobile.css.scss */
.article_colours li.colour.c389 span {
  background-color: #B63F21;
}

/* line 327, app/assets/stylesheets/mobile.css.scss */
.article_colours li.colour.c390 span {
  background-image: url(/assets/site/colours/33-3bcb42905e14375d3746f63b0252ce69bb29b0832555b2e3cfc6e599c3567feb.png);
  background-size: contain;
}

/* line 328, app/assets/stylesheets/mobile.css.scss */
.article_colours li.colour.c391 span {
  background-color: #F5A687;
}

/* line 329, app/assets/stylesheets/mobile.css.scss */
.article_colours li.colour.c393 span {
  background-color: #BEECD5;
}

/* line 330, app/assets/stylesheets/mobile.css.scss */
.article_colours li.colour.c398 span {
  background-color: #f0e68c;
}

/* line 331, app/assets/stylesheets/mobile.css.scss */
.article_colours li.colour.c399 span {
  background-color: #e8cece;
}

/* line 332, app/assets/stylesheets/mobile.css.scss */
.article_colours li.colour.c400 span {
  background-color: #a77f0e;
}

/* line 333, app/assets/stylesheets/mobile.css.scss */
.article_colours li.colour.c401 span {
  background-color: #51533c;
}

/* line 334, app/assets/stylesheets/mobile.css.scss */
.article_colours li.colour.c402 span {
  background-color: #a1b872;
}

/* line 336, app/assets/stylesheets/mobile.css.scss */
.article_colours li.colour:hover, .article_colours li.colour.selected {
  border-color: black;
}

/*
	TOOLTIP
------------------------------ */
/* jQuery UI >= 1.11 haengt fuer Screenreader eine Live-Region (div.ui-helper-hidden-accessible) an <body> und
   schreibt dort die Tooltip-Texte hinein. Das Versteck-CSS steckt in jquery-ui/core.css, das hier nie eingebunden
   war (Live = jQuery UI 1.10.3 ohne Live-Region). Ohne diese Regel stehen die Texte der ueberfahrenen Farbfelder
   ("grau", "hellgrau", "koralle" ...) sichtbar unter dem Footer - Fund Kati 17.09.2026. */
/* line 355, app/assets/stylesheets/mobile.css.scss */
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 366, app/assets/stylesheets/mobile.css.scss */
.ui-tooltip {
  font-size: 15px;
  font-size: 1.5rem;
  padding: 4px 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
  background-color: white;
}

/* line 378, app/assets/stylesheets/mobile.css.scss */
.insertmobile {
  cursor: pointer;
}

/* line 380, app/assets/stylesheets/mobile.css.scss */
.insertmobile * {
  cursor: pointer;
}

/*
	HEADER
------------------------------ */
/* line 390, app/assets/stylesheets/mobile.css.scss */
#mainheader #top {
  display: none;
}

/* line 394, app/assets/stylesheets/mobile.css.scss */
#mainheader #logo_mobile {
  text-align: center;
  padding: 20px 10px;
}

/* line 397, app/assets/stylesheets/mobile.css.scss */
#mainheader #logo_mobile img {
  width: 100%;
  height: auto;
}

/* line 406, app/assets/stylesheets/mobile.css.scss */
#mainheader #mobile_menu ul {
  zoom: 1;
}

/* line 123, app/assets/stylesheets/mixin.css.scss */
#mainheader #mobile_menu ul:before, #mainheader #mobile_menu ul:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* line 126, app/assets/stylesheets/mixin.css.scss */
#mainheader #mobile_menu ul:after {
  clear: both;
}

/* line 408, app/assets/stylesheets/mobile.css.scss */
#mainheader #mobile_menu ul li {
  float: left;
  width: 20%;
  height: 50px;
  border-top: 1px solid #9B9B9B;
  border-bottom: 1px solid #9B9B9B;
  border-right: 1px solid #9B9B9B;
  background-size: auto 70%;
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 419, app/assets/stylesheets/mobile.css.scss */
#mainheader #mobile_menu ul li.menu_base {
  background-image: url(/assets/site/icons/menu-62d883b7996bf06f18f8edd2a9eb639e1a59661ef548fc665cd44e5ca910768b.svg);
}

/* line 420, app/assets/stylesheets/mobile.css.scss */
#mainheader #mobile_menu ul li.menu_search {
  background-image: url(/assets/site/icons/search-9776029c6f1d26bba60baafdf9e0b175cffc9225501812f2ae7c9319d2c854b1.svg);
}

/* line 421, app/assets/stylesheets/mobile.css.scss */
#mainheader #mobile_menu ul li.menu_hotline {
  background-image: url(/assets/site/icons/phone-dc673eccfc9ed0814cfb14725b1da0a88eacc27bec0fa4dbed548d2f53882ab9.svg);
}

/* line 422, app/assets/stylesheets/mobile.css.scss */
#mainheader #mobile_menu ul li.menu_account {
  background-image: url(/assets/site/icons/settings-db1f8566a63cd083b7a01751bbb635243ee6ddb8a8607edb03bd828272fa0b42.svg);
}

/* line 423, app/assets/stylesheets/mobile.css.scss */
#mainheader #mobile_menu ul li.menu_shopping_cart {
  position: relative;
  background-image: url(/assets/site/icons/shopping-bag-8b534f58bb4b597a29477cf7d95e9a7ad6810f630c0c792c8fb8a2dbbe2d63e9.svg);
}

/* line 159, app/assets/stylesheets/mixin.css.scss */
#mainheader #mobile_menu ul li.menu_shopping_cart .circle {
  font-size: 15px;
  font-size: 1.5rem;
  position: absolute;
  right: 5px;
  top: -10px;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  background-color: #E30613;
  text-align: center;
  color: white;
  /* width and height can be anything, as long as they're equal */
}

/* line 429, app/assets/stylesheets/mobile.css.scss */
#mainheader #mobile_menu ul li:first-of-type {
  border-left: 1px solid #9B9B9B;
}

/* line 433, app/assets/stylesheets/mobile.css.scss */
#mainheader #mobile_menu ul li:hover {
  background-color: #F4F4F4;
}

/* line 437, app/assets/stylesheets/mobile.css.scss */
#mainheader #mobile_menu ul li a {
  display: block;
  height: 100%;
  width: 100%;
}

/* line 445, app/assets/stylesheets/mobile.css.scss */
#mainheader nav#nav_menu_base {
  display: none;
}

/* line 448, app/assets/stylesheets/mobile.css.scss */
#mainheader .mobile_menu_contents {
  zoom: 1;
  -webkit-box-shadow: 0px 11px 42px -18px rgba(0, 0, 0, 0.58);
  -moz-box-shadow: 0px 11px 42px -18px rgba(0, 0, 0, 0.58);
  box-shadow: 0px 11px 42px -18px rgba(0, 0, 0, 0.58);
  display: none;
  background-color: #F4F4F4;
  padding: 3%;
}

/* line 123, app/assets/stylesheets/mixin.css.scss */
#mainheader .mobile_menu_contents:before, #mainheader .mobile_menu_contents:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* line 126, app/assets/stylesheets/mixin.css.scss */
#mainheader .mobile_menu_contents:after {
  clear: both;
}

/* line 455, app/assets/stylesheets/mobile.css.scss */
#mainheader .mobile_menu_contents h1 {
  font-size: 30px;
  font-size: 3rem;
  color: #E30613;
  text-transform: uppercase;
}

/* line 460, app/assets/stylesheets/mobile.css.scss */
#mainheader .mobile_menu_contents h2 {
  font-size: 25px;
  font-size: 2.5rem;
  margin-bottom: 10px;
}

/* line 465, app/assets/stylesheets/mobile.css.scss */
#mainheader .mobile_menu_contents input[type="submit"] {
  background-color: #9B9B9B;
  color: white;
}

/* line 470, app/assets/stylesheets/mobile.css.scss */
#mainheader #mobile_hotline.mobile_menu_contents {
  zoom: 1;
}

/* line 123, app/assets/stylesheets/mixin.css.scss */
#mainheader #mobile_hotline.mobile_menu_contents:before, #mainheader #mobile_hotline.mobile_menu_contents:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* line 126, app/assets/stylesheets/mixin.css.scss */
#mainheader #mobile_hotline.mobile_menu_contents:after {
  clear: both;
}

/* line 472, app/assets/stylesheets/mobile.css.scss */
#mainheader #mobile_hotline.mobile_menu_contents .phone_and_opening {
  width: 33%;
  min-width: 200px !important;
  padding-left: 0;
}

/* line 479, app/assets/stylesheets/mobile.css.scss */
#mainheader #mobile_search.mobile_menu_contents input[type="submit"] {
  background-color: #E30613;
  color: white;
}

/* line 85, app/assets/stylesheets/mixin.css.scss */
#mainheader #mobile_search.mobile_menu_contents input[type="submit"]:hover {
  transition: all 0.3s ease-in 0s;
  opacity: 0.5;
}

/* line 500, app/assets/stylesheets/mobile.css.scss */
.mm-menu .ul_headline {
  display: none !important;
}

/*
	FORM
------------------------------ */
/* line 510, app/assets/stylesheets/mobile.css.scss */
form input:not([type='file']), form textarea {
  padding: 3px;
  border: 1px solid #9B9B9B;
}

/* line 513, app/assets/stylesheets/mobile.css.scss */
form input[type="submit"]:not([type='file']), form textarea[type="submit"] {
  border: none;
}

/* line 522, app/assets/stylesheets/mobile.css.scss */
form select {
  background-color: white;
  border: 1px solid #F4F4F4;
  box-shadow: 0 0 10px #ccc inset;
  padding: 5px;
}

/* line 531, app/assets/stylesheets/mobile.css.scss */
form input[type="submit"] {
  text-transform: uppercase;
  background-color: white;
  color: #E30613;
  font-family: "Open Sans Condensed", "Arial", sans-serif;
}

/* line 542, app/assets/stylesheets/mobile.css.scss */
form.searchbox .field {
  margin-bottom: 20px;
}

/* line 544, app/assets/stylesheets/mobile.css.scss */
form.searchbox .field label, form.searchbox .field select, form.searchbox .field ul.article_colours {
  font-size: 15px;
  font-size: 1.5rem;
  float: left;
  width: 50%;
}

/* line 549, app/assets/stylesheets/mobile.css.scss */
form.searchbox .field label {
  text-transform: uppercase;
}

/* line 555, app/assets/stylesheets/mobile.css.scss */
form.searchbox input[type="submit"] {
  border: none;
  background-color: #F4F4F4;
  color: #3F3F3F;
  width: 100%;
}

/* line 561, app/assets/stylesheets/mobile.css.scss */
form.searchbox input[type="submit"]:hover {
  color: #F4F4F4;
  background-color: #3F3F3F;
}

/* line 574, app/assets/stylesheets/mobile.css.scss */
form.default_form .field {
  margin-bottom: 10px;
}

/* line 578, app/assets/stylesheets/mobile.css.scss */
form.default_form label, form.default_form input, form.default_form select, form.default_form .sod_select {
  width: 100%;
  display: block;
}

/* line 583, app/assets/stylesheets/mobile.css.scss */
form.default_form textarea {
  width: 80%;
  padding: 5px;
}

/* line 589, app/assets/stylesheets/mobile.css.scss */
form.default_form input[type="submit"] {
  font-size: 18px;
  font-size: 1.8rem;
  background-color: #E30613;
  color: white;
  padding: 5px;
  text-transform: none;
}

/* line 85, app/assets/stylesheets/mixin.css.scss */
form.default_form input[type="submit"]:hover {
  transition: all 0.3s ease-in 0s;
  opacity: 0.5;
}

/* line 598, app/assets/stylesheets/mobile.css.scss */
form.default_form input[type="checkbox"], form.default_form input[type="radio"] {
  width: auto;
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
}

/* line 607, app/assets/stylesheets/mobile.css.scss */
form.default_form .input_street {
  max-width: 70%;
  margin-right: 20px;
  float: left;
}

/* line 608, app/assets/stylesheets/mobile.css.scss */
form.default_form .input_housenumber {
  max-width: 20%;
  float: left;
}

/* line 610, app/assets/stylesheets/mobile.css.scss */
form.default_form .field.birthdate {
  zoom: 1;
}

/* line 123, app/assets/stylesheets/mixin.css.scss */
form.default_form .field.birthdate:before, form.default_form .field.birthdate:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* line 126, app/assets/stylesheets/mixin.css.scss */
form.default_form .field.birthdate:after {
  clear: both;
}

/* line 613, app/assets/stylesheets/mobile.css.scss */
form.default_form .field.birthdate select, form.default_form .field.birthdate .sod_select {
  margin-right: 20px;
  float: left;
}

/* line 616, app/assets/stylesheets/mobile.css.scss */
form.default_form .field.birthdate select:nth-of-type(1), form.default_form .field.birthdate .sod_select:nth-of-type(1) {
  width: 22%;
}

/* line 617, app/assets/stylesheets/mobile.css.scss */
form.default_form .field.birthdate select:nth-of-type(2), form.default_form .field.birthdate .sod_select:nth-of-type(2) {
  width: 35%;
}

/* line 618, app/assets/stylesheets/mobile.css.scss */
form.default_form .field.birthdate select:nth-of-type(3), form.default_form .field.birthdate .sod_select:nth-of-type(3) {
  width: 30%;
  margin-right: 0;
}

/* line 624, app/assets/stylesheets/mobile.css.scss */
form.default_form .checkbox_field {
  margin: 5px 0 10px 0;
}

/* line 632, app/assets/stylesheets/mobile.css.scss */
form label.error {
  font-size: 14px;
  font-size: 1.4rem;
  color: red;
}

/* line 636, app/assets/stylesheets/mobile.css.scss */
form select.error, form input.error {
  border: 1px dashed red;
  background-color: #fbf3f2;
}

/* line 642, app/assets/stylesheets/mobile.css.scss */
form .field.number_or_select .error, form.default_form .field.birthdate .error {
  clear: left;
  margin-right: 20px !important;
}

/* line 646, app/assets/stylesheets/mobile.css.scss */
form .field.number_or_select label.error, form.default_form .field.birthdate label.error {
  clear: none;
  margin: 0;
  max-width: inherit;
}

/* line 650, app/assets/stylesheets/mobile.css.scss */
form .field.number_or_select label.error::after, form.default_form .field.birthdate label.error::after {
  display: block;
  content: "";
  clear: both;
}

/* line 660, app/assets/stylesheets/mobile.css.scss */
form .mandatory_field, form .form-note {
  font-size: 14px;
  font-size: 1.4rem;
  color: #3F3F3F;
}

/* line 664, app/assets/stylesheets/mobile.css.scss */
form .mandatory_field {
  margin: 20px 0;
}

/* line 665, app/assets/stylesheets/mobile.css.scss */
form .form-note {
  margin: 0;
}

/* line 667, app/assets/stylesheets/mobile.css.scss */
form .clear_input_fields {
  margin-left: 10px;
}

/* line 670, app/assets/stylesheets/mobile.css.scss */
form input.fourdigits {
  width: 38px;
  margin-right: 6px;
  float: left;
}

/*
	ICONS
------------------------------ */
/* line 85, app/assets/stylesheets/mixin.css.scss */
a.icon:hover {
  transition: all 0.3s ease-in 0s;
  opacity: 0.5;
}

/* line 686, app/assets/stylesheets/mobile.css.scss */
.icon {
  font-size: 14px;
  font-size: 1.4rem;
  background-repeat: no-repeat;
  padding-left: 20px;
  background-size: contain;
  color: #9B9B9B;
}

/* line 693, app/assets/stylesheets/mobile.css.scss */
.icon.plus {
  background-image: url(/assets/site/icons/plus-75b5503374e68566e3c2a335f12f1d5711f4b6daa45adf938ff5a1a27f067474.svg);
}

/* line 694, app/assets/stylesheets/mobile.css.scss */
.icon.search {
  background-image: url(/assets/site/icons/search-9776029c6f1d26bba60baafdf9e0b175cffc9225501812f2ae7c9319d2c854b1.svg);
}

/* line 695, app/assets/stylesheets/mobile.css.scss */
.icon.minus {
  background-image: url(/assets/site/icons/minus-4c6bff9d08c801b59d6532e61cc79a67ee35f51347aa35604ac077ec86b4c1a2.svg);
}

/* line 696, app/assets/stylesheets/mobile.css.scss */
.icon.edit {
  background-image: url(/assets/site/icons/edit-933992e859ba851cab8583a7653801707f8061c2d7da6ce5d10e6bba989cfb47.svg);
}

/* line 697, app/assets/stylesheets/mobile.css.scss */
.icon.exterior {
  background-image: url(/assets/site/icons/exterior-13ff4f44f10f14ddfb6e3c4931b8040a140487d337816290b7915fb212d1b04b.svg);
}

/* line 698, app/assets/stylesheets/mobile.css.scss */
.icon.close {
  background-image: url(/assets/site/icons/close-35b18688a2a924e7adb9f9df8e712e297b68f04bf227fb3ec757b11ad90d0686.svg);
}

/* line 699, app/assets/stylesheets/mobile.css.scss */
.icon.invoice_disabled {
  background-image: url(/assets/site/icons/close-35b18688a2a924e7adb9f9df8e712e297b68f04bf227fb3ec757b11ad90d0686.svg);
}

/* line 700, app/assets/stylesheets/mobile.css.scss */
.icon.invoice_enabled {
  background-image: url(/assets/site/icons/bill-222c9c4cd299701a8d1a0a210ce018dd717581cc398d58666bd5e80535c09c27.png);
}

/*
	CONTENTS
------------------------------ */
/* ----- BEGIN BESTELLSCHEIN ----- */
/* line 714, app/assets/stylesheets/mobile.css.scss */
form.add_from_order_sheet {
  margin: 20px 0;
}

/* line 718, app/assets/stylesheets/mobile.css.scss */
.order_sheet_detail {
  margin-bottom: 20px;
}

/* line 721, app/assets/stylesheets/mobile.css.scss */
.order_sheet_detail figure img {
  width: 100%;
  height: auto;
}

/* line 727, app/assets/stylesheets/mobile.css.scss */
table tbody#ttable tr td, table tbody#ttable tr th {
  padding: 5px 5px 5px 0;
}

/* ----- END BESTELLSCHEIN ----- */
/* ----- BEGIN IMAGES ----- */
/* line 738, app/assets/stylesheets/mobile.css.scss */
figure.image_g, figure.image_medium, figure.image_k {
  width: 100%;
  position: relative;
}

/* line 741, app/assets/stylesheets/mobile.css.scss */
figure.image_g img, figure.image_medium img, figure.image_k img {
  width: 100%;
  height: auto;
}

/* line 747, app/assets/stylesheets/mobile.css.scss */
figure.image_g {
  max-width: 300px;
}

/* line 749, app/assets/stylesheets/mobile.css.scss */
figure.image_medium {
  max-width: 190px;
}

/* line 751, app/assets/stylesheets/mobile.css.scss */
figure.image_k {
  max-width: 100px;
}

/* ----- END IMAGES ----- */
/* ----- BEGIN PHONE AND OPENING ----- */
/* line 758, app/assets/stylesheets/mobile.css.scss */
.phone_and_opening {
  float: left;
  min-width: 154px;
  padding-left: 20px;
}

/* line 763, app/assets/stylesheets/mobile.css.scss */
.phone_and_opening .nowrap {
  zoom: 1;
}

/* line 123, app/assets/stylesheets/mixin.css.scss */
.phone_and_opening .nowrap:before, .phone_and_opening .nowrap:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* line 126, app/assets/stylesheets/mixin.css.scss */
.phone_and_opening .nowrap:after {
  clear: both;
}

/* line 764, app/assets/stylesheets/mobile.css.scss */
.phone_and_opening .left_item {
  float: left;
}

/* line 765, app/assets/stylesheets/mobile.css.scss */
.phone_and_opening .right_item {
  float: right;
}

/* ----- BEGIN PHONE AND OPENING ----- */
/* ----- BEGIN #content ----- */
/* line 771, app/assets/stylesheets/mobile.css.scss */
#content {
  padding-top: 35px;
  padding-bottom: 35px;
  /*
			HEADLINES
		------------------------------ */
  /*
			LISTS
		------------------------------ */
  /*
			FORM
		------------------------------ */
  /*
			STARTSEITE / EXTRA KLASSEN FÜR SEO-OPTIMIERUNG
		-------------------------------------------------- */
  /* ----- BEGIN .table_data ----- */
  /* ----- END .table_data ----- */
}

/* line 774, app/assets/stylesheets/mobile.css.scss */
#content .breadcrumbs {
  zoom: 1;
  border-bottom: 1px solid #979797;
  padding: 0px 0px 10px 0px;
  font-size: 15px;
  font-size: 1.5rem;
  color: black;
}

/* line 123, app/assets/stylesheets/mixin.css.scss */
#content .breadcrumbs:before, #content .breadcrumbs:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* line 126, app/assets/stylesheets/mixin.css.scss */
#content .breadcrumbs:after {
  clear: both;
}

/* line 85, app/assets/stylesheets/mixin.css.scss */
#content .breadcrumbs * a:hover {
  transition: all 0.3s ease-in 0s;
  opacity: 0.5;
}

/* line 791, app/assets/stylesheets/mobile.css.scss */
#content .breadcrumbs form input, #content .breadcrumbs form textarea {
  height: 21px;
  padding: 0px;
}

/* line 799, app/assets/stylesheets/mobile.css.scss */
#content header#contentheader {
  margin: 13px 0px 33px 0;
  text-align: center;
}

/* line 802, app/assets/stylesheets/mobile.css.scss */
#content header#contentheader h1 {
  font-size: 30px;
  font-size: 3rem;
  color: #E30613;
}

/* line 806, app/assets/stylesheets/mobile.css.scss */
#content header#contentheader h2 {
  font-family: "Times New Roman", serif;
  font-style: italic;
  color: #3F3F3F;
  font-size: 22px;
  font-size: 2.2rem;
  color: #3F3F3F;
}

/* line 819, app/assets/stylesheets/mobile.css.scss */
#content h1 {
  font-size: 26px;
  font-size: 2.6rem;
  color: #E30613;
  margin-bottom: 20px;
}

/* line 825, app/assets/stylesheets/mobile.css.scss */
#content .mainheadline {
  font-size: 26px;
  font-size: 2.6rem;
  color: #E30613;
  margin-bottom: 20px;
  font-style: normal;
  font-family: "Open Sans Condensed", "Arial", sans-serif;
}

/* line 834, app/assets/stylesheets/mobile.css.scss */
#content h2 {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "Times New Roman", serif;
  font-style: italic;
  color: #3F3F3F;
  color: #3F3F3F;
  margin-bottom: 20px;
}

/* line 841, app/assets/stylesheets/mobile.css.scss */
#content h3 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}

/* line 846, app/assets/stylesheets/mobile.css.scss */
#content h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}

/* line 860, app/assets/stylesheets/mobile.css.scss */
#content ul#list_brands li a {
  border: 1px solid #9B9B9B;
  background-color: #F4F4F4;
  padding: 5px;
  margin-bottom: 5px;
  background-image: url(/assets/site/icons/forward-b77cb1720125882a082f25321ac19c5e4bd661ee50637d2b96e6a440d2014eba.svg);
  background-repeat: no-repeat;
  background-position: right 10px top 10px;
  background-size: auto 45%;
  display: block;
  color: #000000;
}

/* line 872, app/assets/stylesheets/mobile.css.scss */
#content ul#list_brands li a:hover {
  color: #E30613;
  border: 1px solid #E30613;
}

/* line 882, app/assets/stylesheets/mobile.css.scss */
#content ul#list_chronicle li {
  margin-bottom: 20px;
}

/* line 884, app/assets/stylesheets/mobile.css.scss */
#content ul#list_chronicle li h2 {
  margin: 0;
}

/* line 890, app/assets/stylesheets/mobile.css.scss */
#content ul.list-simple {
  list-style-type: square;
  list-style-position: inside;
  margin-bottom: 20px;
}

/* line 898, app/assets/stylesheets/mobile.css.scss */
#content ul#favourites li {
  padding: 10px;
}

/* line 915, app/assets/stylesheets/mobile.css.scss */
#content .legals {
  margin: 0 0 20px 0;
}

/* line 917, app/assets/stylesheets/mobile.css.scss */
#content .legals h1 {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 10px;
}

/* line 921, app/assets/stylesheets/mobile.css.scss */
#content .legals h2 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 5px;
  font-family: "Open Sans Condensed", "Arial", sans-serif;
  color: #000000;
  font-style: normal;
  font-weight: 700;
}

/* line 929, app/assets/stylesheets/mobile.css.scss */
#content .legals ul {
  margin: 10px 10px 10px 20px;
  list-style-type: square;
}

/* line 933, app/assets/stylesheets/mobile.css.scss */
#content .legals .sample_cancellation {
  text-align: left;
  border: 1px solid #bbb;
  padding: 5px;
  margin: 0 0 20px 0;
}

/* line 942, app/assets/stylesheets/mobile.css.scss */
#content .urgent_info {
  font-size: 18px;
  color: red;
  margin: 10px 0;
}

/* line 951, app/assets/stylesheets/mobile.css.scss */
#content .store {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #9B9B9B;
}

/* line 955, app/assets/stylesheets/mobile.css.scss */
#content .store .column.half:nth-of-type(2), #content .store #mainfooter .footer_sections_wrap .half.catalogues:nth-of-type(2), #mainfooter .footer_sections_wrap #content .store .half.catalogues:nth-of-type(2), #content .store #mainfooter .footer_sections_wrap .half.sunday_openings:nth-of-type(2), #mainfooter .footer_sections_wrap #content .store .half.sunday_openings:nth-of-type(2), #content .store #mainfooter .footer_sections_wrap .half.footer_links:nth-of-type(2), #mainfooter .footer_sections_wrap #content .store .half.footer_links:nth-of-type(2), #content .store #mainfooter .newsletter_subscription header.column:nth-of-type(2), #content .store #mainfooter .newsletter_subscription .footer_sections_wrap header.catalogues:nth-of-type(2), #content .store #mainfooter .footer_sections_wrap .newsletter_subscription header.catalogues:nth-of-type(2), #content .store #mainfooter .newsletter_subscription .footer_sections_wrap header.sunday_openings:nth-of-type(2), #content .store #mainfooter .footer_sections_wrap .newsletter_subscription header.sunday_openings:nth-of-type(2), #content .store #mainfooter .newsletter_subscription .footer_sections_wrap header.footer_links:nth-of-type(2), #content .store #mainfooter .footer_sections_wrap .newsletter_subscription header.footer_links:nth-of-type(2), #mainfooter .newsletter_subscription #content .store header.column:nth-of-type(2), #mainfooter .newsletter_subscription #content .store .footer_sections_wrap header.catalogues:nth-of-type(2), #mainfooter .footer_sections_wrap .newsletter_subscription #content .store header.catalogues:nth-of-type(2), #mainfooter .newsletter_subscription #content .store .footer_sections_wrap header.sunday_openings:nth-of-type(2), #mainfooter .footer_sections_wrap .newsletter_subscription #content .store header.sunday_openings:nth-of-type(2), #mainfooter .newsletter_subscription #content .store .footer_sections_wrap header.footer_links:nth-of-type(2), #mainfooter .footer_sections_wrap .newsletter_subscription #content .store header.footer_links:nth-of-type(2), #content .store #mainfooter .newsletter_subscription form.column:nth-of-type(2), #content .store #mainfooter .newsletter_subscription .footer_sections_wrap form.catalogues:nth-of-type(2), #content .store #mainfooter .footer_sections_wrap .newsletter_subscription form.catalogues:nth-of-type(2), #content .store #mainfooter .newsletter_subscription .footer_sections_wrap form.sunday_openings:nth-of-type(2), #content .store #mainfooter .footer_sections_wrap .newsletter_subscription form.sunday_openings:nth-of-type(2), #content .store #mainfooter .newsletter_subscription .footer_sections_wrap form.footer_links:nth-of-type(2), #content .store #mainfooter .footer_sections_wrap .newsletter_subscription form.footer_links:nth-of-type(2), #mainfooter .newsletter_subscription #content .store form.column:nth-of-type(2), #mainfooter .newsletter_subscription #content .store .footer_sections_wrap form.catalogues:nth-of-type(2), #mainfooter .footer_sections_wrap .newsletter_subscription #content .store form.catalogues:nth-of-type(2), #mainfooter .newsletter_subscription #content .store .footer_sections_wrap form.sunday_openings:nth-of-type(2), #mainfooter .footer_sections_wrap .newsletter_subscription #content .store form.sunday_openings:nth-of-type(2), #mainfooter .newsletter_subscription #content .store .footer_sections_wrap form.footer_links:nth-of-type(2), #mainfooter .footer_sections_wrap .newsletter_subscription #content .store form.footer_links:nth-of-type(2), #content .store #mainfooter .newsletter_subscription header.half:nth-of-type(2), #mainfooter .newsletter_subscription #content .store header.half:nth-of-type(2), #content .store #mainfooter .newsletter_subscription form.half:nth-of-type(2), #mainfooter .newsletter_subscription #content .store form.half:nth-of-type(2), #content .store .content_order-transaction ul.half.cart_actions:nth-of-type(2), #content .content_order-transaction .store ul.half.cart_actions:nth-of-type(2), #content .store #welcome_categories .row article.half:nth-of-type(2), #content #welcome_categories .row .store article.half:nth-of-type(2), #content .store ul#list_brands li.half:nth-of-type(2), #content ul#list_brands .store li.half:nth-of-type(2) {
  margin-top: 20px;
}

/* line 958, app/assets/stylesheets/mobile.css.scss */
#content .store img.store_map {
  margin: 10px 0px;
}

/* line 961, app/assets/stylesheets/mobile.css.scss */
#content .store img.store_map_big {
  width: 100%;
  height: auto;
}

/* line 965, app/assets/stylesheets/mobile.css.scss */
#content .store table.shop_hours {
  margin-bottom: 20px;
}

/* line 969, app/assets/stylesheets/mobile.css.scss */
#content .store table.shop_hours tr td:first-of-type {
  width: 20%;
}

/* line 976, app/assets/stylesheets/mobile.css.scss */
#content .video {
  width: 100%;
  max-width: 600px;
  height: auto;
}

/* line 984, app/assets/stylesheets/mobile.css.scss */
#content figure.fancy_big, #content figure.fancy {
  padding: 3px;
  margin: 0px 17px 17px 0px;
  border: 1px solid #9B9B9B;
}

/* line 991, app/assets/stylesheets/mobile.css.scss */
#content figure.fancy_big {
  display: inline-block;
  margin: 0 auto;
}

/* line 994, app/assets/stylesheets/mobile.css.scss */
#content figure.fancy_big img {
  width: 100%;
  max-width: 600px;
}

/* line 1001, app/assets/stylesheets/mobile.css.scss */
#content figure.fancy {
  float: left;
}

/* line 1003, app/assets/stylesheets/mobile.css.scss */
#content figure.fancy:hover {
  background-color: #9B9B9B;
  border: 1px solid black;
}

/* line 1007, app/assets/stylesheets/mobile.css.scss */
#content figure.fancy a.fancybox {
  display: block;
}

/* line 1015, app/assets/stylesheets/mobile.css.scss */
#content .packstation_info {
  zoom: 1;
  clear: left;
  padding: 10px;
  cursor: pointer;
}

/* line 123, app/assets/stylesheets/mixin.css.scss */
#content .packstation_info:before, #content .packstation_info:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* line 126, app/assets/stylesheets/mixin.css.scss */
#content .packstation_info:after {
  clear: both;
}

/* line 1020, app/assets/stylesheets/mobile.css.scss */
#content .packstation_info img, #content .packstation_info div {
  float: left;
}

/* line 1021, app/assets/stylesheets/mobile.css.scss */
#content .packstation_info div {
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 10px;
}

/* line 1026, app/assets/stylesheets/mobile.css.scss */
#content #packstation_text {
  display: none;
}

/* line 1028, app/assets/stylesheets/mobile.css.scss */
#content #packstation_text img {
  width: 100%;
  height: auto;
}

/* line 1034, app/assets/stylesheets/mobile.css.scss */
#content #size_chart {
  -webkit-box-shadow: 0px 11px 42px -18px rgba(0, 0, 0, 0.58);
  -moz-box-shadow: 0px 11px 42px -18px rgba(0, 0, 0, 0.58);
  box-shadow: 0px 11px 42px -18px rgba(0, 0, 0, 0.58);
  display: none;
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  width: 90%;
  height: 70%;
  margin: 0 auto;
  z-index: 20;
  padding: 3%;
  background: white;
  border: 1px solid #F4F4F4;
  overflow: scroll;
}

/* line 1052, app/assets/stylesheets/mobile.css.scss */
#content table.table_size_chart {
  margin-bottom: 30px;
}

/* line 1056, app/assets/stylesheets/mobile.css.scss */
#content table.table_size_chart tr:nth-of-type(2n) td {
  background-color: #F4F4F4;
}

/* line 1060, app/assets/stylesheets/mobile.css.scss */
#content table.table_size_chart tr th {
  font-weight: 700;
}

/* line 1063, app/assets/stylesheets/mobile.css.scss */
#content table.table_size_chart tr td, #content table.table_size_chart tr th {
  padding: 3px;
}

/* line 1071, app/assets/stylesheets/mobile.css.scss */
#content a.link_red {
  color: #E31E1E;
  font-weight: bold;
  text-decoration: underline;
}

/* line 1091, app/assets/stylesheets/mobile.css.scss */
#content .welcome_site .site_header .greeting {
  font-size: 2rem;
  color: #E30613;
}

/* line 1095, app/assets/stylesheets/mobile.css.scss */
#content .welcome_site .site_header .title {
  font-size: 4rem;
  color: #E30613;
  margin: 0;
}

/* line 1100, app/assets/stylesheets/mobile.css.scss */
#content .welcome_site .site_header .subtitle {
  color: #9b9b9b;
  font-size: 14px;
}

/* line 1108, app/assets/stylesheets/mobile.css.scss */
#content .welcome_site .sub_header .heading-lg {
  font-size: 30px;
  font-size: 3rem;
  color: #E30613;
  text-transform: uppercase;
  margin: 0;
}

/* line 1114, app/assets/stylesheets/mobile.css.scss */
#content .welcome_site .sub_header .heading-md {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "Times New Roman", serif;
  font-style: italic;
  color: #3F3F3F;
  color: #3F3F3F;
}

/* line 1121, app/assets/stylesheets/mobile.css.scss */
#content .welcome_site .box-bordered, #content .welcome_site .site_header {
  border-bottom: 2px solid #3F3F3F;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

/* line 1127, app/assets/stylesheets/mobile.css.scss */
#content .welcome_site .welcome-intro a {
  text-decoration: underline;
}

/* line 1128, app/assets/stylesheets/mobile.css.scss */
#content .welcome_site .welcome-intro b, #content .welcome_site .welcome-intro strong {
  color: #E30613;
}

/* line 1130, app/assets/stylesheets/mobile.css.scss */
#content .welcome_site .text-center, #content .welcome_site .site_header, #content .welcome_site .sub_header {
  text-align: center;
}

/* line 1134, app/assets/stylesheets/mobile.css.scss */
#content .welcome_site .figure_team {
  margin-left: 30px;
}

/* line 1136, app/assets/stylesheets/mobile.css.scss */
#content .welcome_site .figure_team img {
  width: 100%;
  height: auto;
}

/* line 1140, app/assets/stylesheets/mobile.css.scss */
#content .welcome_site .figure_team figcaption {
  margin-top: 10px;
  color: #3F3F3F;
  font-family: "Times New Roman", serif;
  font-size: 16px;
  font-style: italic;
}

/* line 1146, app/assets/stylesheets/mobile.css.scss */
#content .welcome_site .figure_team figcaption i {
  font-size: 12px;
  font-family: "Open Sans Condensed", "Arial", sans-serif;
}

/* line 1157, app/assets/stylesheets/mobile.css.scss */
#content #welcome_categories .row article {
  margin-bottom: 45px;
  text-align: center;
  text-transform: uppercase;
}

/* line 1163, app/assets/stylesheets/mobile.css.scss */
#content #welcome_categories .row article p {
  font-size: 14px;
  color: #3F3F3F;
  text-transform: none;
}

/* line 1169, app/assets/stylesheets/mobile.css.scss */
#content #welcome_categories .row article figure img {
  width: 100%;
  height: auto;
}

/* line 1174, app/assets/stylesheets/mobile.css.scss */
#content #welcome_categories .row article h1 {
  font-size: 20px;
  font-size: 2rem;
  color: #3F3F3F;
  position: relative;
  margin: 14px 0 12px;
}

/* line 1179, app/assets/stylesheets/mobile.css.scss */
#content #welcome_categories .row article h1:after {
  content: "";
  background-color: #9B9B9B;
  width: 22%;
  height: 2px;
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* line 1196, app/assets/stylesheets/mobile.css.scss */
#content #favourites {
  padding: 13px 0 0 0;
}

/* line 1198, app/assets/stylesheets/mobile.css.scss */
#content #favourites header#favouritesheader {
  margin-bottom: 40px;
}

/* line 1205, app/assets/stylesheets/mobile.css.scss */
#content #favourites .slick-wrapper > .article_slick figure {
  width: auto;
  float: none;
  text-align: center;
  width: 100%;
  max-width: 100%;
}

/* line 1211, app/assets/stylesheets/mobile.css.scss */
#content #favourites .slick-wrapper > .article_slick figure img {
  width: auto;
  height: auto;
}

/* line 1228, app/assets/stylesheets/mobile.css.scss */
#content .care_instructions .care_instructions_article {
  border: 1px solid #F4F4F4;
  text-align: center;
  margin: 0 0 15px 15px;
  padding: 15px;
}

@media (min-width: 50em) {
  /* line 1228, app/assets/stylesheets/mobile.css.scss */
  #content .care_instructions .care_instructions_article {
    float: right;
  }
}

/* line 1234, app/assets/stylesheets/mobile.css.scss */
#content .care_instructions .care_instructions_article img {
  max-width: 100%;
  height: auto;
}

/* line 1250, app/assets/stylesheets/mobile.css.scss */
#content #store_order_info {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  color: #3F3F3F;
  margin: 10px 0 0 0;
}

/* line 1255, app/assets/stylesheets/mobile.css.scss */
#content #store_order_info img {
  vertical-align: bottom;
}

/* line 1265, app/assets/stylesheets/mobile.css.scss */
#content .content_detail {
  position: relative;
}

/* line 1271, app/assets/stylesheets/mobile.css.scss */
#content .content_detail .column.small ul.color_and_width, #content .content_detail #mainfooter .footer_sections_wrap .small.catalogues ul.color_and_width, #mainfooter .footer_sections_wrap #content .content_detail .small.catalogues ul.color_and_width, #content .content_detail #mainfooter .footer_sections_wrap .small.sunday_openings ul.color_and_width, #mainfooter .footer_sections_wrap #content .content_detail .small.sunday_openings ul.color_and_width, #content .content_detail #mainfooter .footer_sections_wrap .small.footer_links ul.color_and_width, #mainfooter .footer_sections_wrap #content .content_detail .small.footer_links ul.color_and_width, #content .content_detail #mainfooter .newsletter_subscription header.small ul.color_and_width, #mainfooter .newsletter_subscription #content .content_detail header.small ul.color_and_width, #content .content_detail #mainfooter .newsletter_subscription form.small ul.color_and_width, #mainfooter .newsletter_subscription #content .content_detail form.small ul.color_and_width, #content .content_detail .content_order-transaction ul.small.cart_actions ul.color_and_width, #content .content_order-transaction .content_detail ul.small.cart_actions ul.color_and_width, #content .content_detail ul#list_brands li.small ul.color_and_width, #content ul#list_brands .content_detail li.small ul.color_and_width, #content .content_detail #welcome_categories .row article.small ul.color_and_width, #content #welcome_categories .row .content_detail article.small ul.color_and_width {
  border-bottom: 1px solid #9B9B9B;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

/* line 1277, app/assets/stylesheets/mobile.css.scss */
#content .content_detail .column.small a.link_size_chart, #content .content_detail #mainfooter .footer_sections_wrap .small.catalogues a.link_size_chart, #mainfooter .footer_sections_wrap #content .content_detail .small.catalogues a.link_size_chart, #content .content_detail #mainfooter .footer_sections_wrap .small.sunday_openings a.link_size_chart, #mainfooter .footer_sections_wrap #content .content_detail .small.sunday_openings a.link_size_chart, #content .content_detail #mainfooter .footer_sections_wrap .small.footer_links a.link_size_chart, #mainfooter .footer_sections_wrap #content .content_detail .small.footer_links a.link_size_chart, #content .content_detail #mainfooter .newsletter_subscription header.small a.link_size_chart, #mainfooter .newsletter_subscription #content .content_detail header.small a.link_size_chart, #content .content_detail #mainfooter .newsletter_subscription form.small a.link_size_chart, #mainfooter .newsletter_subscription #content .content_detail form.small a.link_size_chart, #content .content_detail .content_order-transaction ul.small.cart_actions a.link_size_chart, #content .content_order-transaction .content_detail ul.small.cart_actions a.link_size_chart, #content .content_detail ul#list_brands li.small a.link_size_chart, #content ul#list_brands .content_detail li.small a.link_size_chart, #content .content_detail #welcome_categories .row article.small a.link_size_chart, #content #welcome_categories .row .content_detail article.small a.link_size_chart {
  display: inline-block;
  margin-bottom: 16px;
}

/* line 1283, app/assets/stylesheets/mobile.css.scss */
#content .content_detail .column.large figure, #content .content_detail #mainfooter .footer_sections_wrap .large.catalogues figure, #mainfooter .footer_sections_wrap #content .content_detail .large.catalogues figure, #content .content_detail #mainfooter .footer_sections_wrap .large.sunday_openings figure, #mainfooter .footer_sections_wrap #content .content_detail .large.sunday_openings figure, #content .content_detail #mainfooter .footer_sections_wrap .large.footer_links figure, #mainfooter .footer_sections_wrap #content .content_detail .large.footer_links figure, #content .content_detail #mainfooter .newsletter_subscription header.large figure, #mainfooter .newsletter_subscription #content .content_detail header.large figure, #content .content_detail #mainfooter .newsletter_subscription form.large figure, #mainfooter .newsletter_subscription #content .content_detail form.large figure, #content .content_detail .content_order-transaction ul.large.cart_actions figure, #content .content_order-transaction .content_detail ul.large.cart_actions figure, #content .content_detail ul#list_brands li.large figure, #content ul#list_brands .content_detail li.large figure, #content .content_detail #welcome_categories .row article.large figure, #content #welcome_categories .row .content_detail article.large figure {
  margin: 0 auto;
}

/* line 1291, app/assets/stylesheets/mobile.css.scss */
#content .content_detail #form {
  margin-top: 16px;
}

/* line 1293, app/assets/stylesheets/mobile.css.scss */
#content .content_detail #form .field {
  zoom: 1;
  margin-bottom: 16px;
}

/* line 123, app/assets/stylesheets/mixin.css.scss */
#content .content_detail #form .field:before, #content .content_detail #form .field:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* line 126, app/assets/stylesheets/mixin.css.scss */
#content .content_detail #form .field:after {
  clear: both;
}

/* line 1297, app/assets/stylesheets/mobile.css.scss */
#content .content_detail #form label, #content .content_detail #form select, #content .content_detail #form .sod_select {
  float: left;
  width: 50%;
}

/* line 1301, app/assets/stylesheets/mobile.css.scss */
#content .content_detail #form #show_price {
  float: left;
  width: 50%;
}

/* line 1304, app/assets/stylesheets/mobile.css.scss */
#content .content_detail #form #show_price .pricetag {
  color: #9B9B9B;
}

/* line 1307, app/assets/stylesheets/mobile.css.scss */
#content .content_detail #form #show_price em {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 300;
  color: #3F3F3F;
}

/* line 1315, app/assets/stylesheets/mobile.css.scss */
#content .content_detail #form #dispo_alert {
  font-weight: bold;
  color: #CE2017;
  margin-bottom: 10px;
}

/* line 1322, app/assets/stylesheets/mobile.css.scss */
#content .content_detail #form input[type="submit"] {
  font-size: 18px;
  font-size: 1.8rem;
  background-color: #E30613;
  background-image: url(/assets/site/icons/shopping-bag_white-ee2231cdcfe5a016da7c7be132ced0d96d77f017bcb9625d1e24c0ed11487614.svg);
  background-repeat: no-repeat;
  background-position: right 7.6% center;
  background-size: auto 75%;
  color: white;
  padding: 10px 35.5% 10px 7.6%;
  width: 100%;
  text-transform: none;
}

/* line 85, app/assets/stylesheets/mixin.css.scss */
#content .content_detail #form input[type="submit"]:hover {
  transition: all 0.3s ease-in 0s;
  opacity: 0.5;
}

/* line 1353, app/assets/stylesheets/mobile.css.scss */
#content .article {
  margin-bottom: 100px;
}

/* line 1357, app/assets/stylesheets/mobile.css.scss */
#content .article ul.article_colours {
  height: 15px;
}

/* line 1359, app/assets/stylesheets/mobile.css.scss */
#content .article ul.article_colours li.colour {
  width: 15px;
  height: 15px;
  padding: 0px;
}

/* line 1366, app/assets/stylesheets/mobile.css.scss */
#content .article a {
  display: block;
  color: #000000;
}

/* line 1369, app/assets/stylesheets/mobile.css.scss */
#content .article a figure {
  text-align: center;
}

/* line 1371, app/assets/stylesheets/mobile.css.scss */
#content .article a figure img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 1380, app/assets/stylesheets/mobile.css.scss */
#content .article a header {
  margin: 16px 0 10px 0;
  padding: 16px 0 0 0;
  border-top: 1px solid #9B9B9B;
}

/* line 1384, app/assets/stylesheets/mobile.css.scss */
#content .article a header h1 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #000000;
}

/* line 1390, app/assets/stylesheets/mobile.css.scss */
#content .article a .article_price, #content .article a .article_sizes {
  display: block;
  color: #3F3F3F;
}

/* line 1396, app/assets/stylesheets/mobile.css.scss */
#content .article a .article_sizes {
  font-size: 14px;
  font-size: 1.4rem;
}

/* line 1403, app/assets/stylesheets/mobile.css.scss */
#content .further_colours {
  border: 1px dashed #9B9B9B;
  padding: 27px 13px 27px 13px;
  margin: 30px 0 30px 0;
  background-color: white;
}

/* line 1408, app/assets/stylesheets/mobile.css.scss */
#content .further_colours header {
  text-align: center;
  margin-bottom: 13px;
}

/* line 1411, app/assets/stylesheets/mobile.css.scss */
#content .further_colours header h1 {
  color: #E30613;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem;
}

/* line 1422, app/assets/stylesheets/mobile.css.scss */
#content .slick-wrapper {
  zoom: 1;
  margin: 0 auto;
}

/* line 123, app/assets/stylesheets/mixin.css.scss */
#content .slick-wrapper:before, #content .slick-wrapper:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* line 126, app/assets/stylesheets/mixin.css.scss */
#content .slick-wrapper:after {
  clear: both;
}

/* line 1429, app/assets/stylesheets/mobile.css.scss */
#content .slick-wrapper > .article_slick figure {
  width: 33.33%;
  float: left;
}

/* line 85, app/assets/stylesheets/mixin.css.scss */
#content .slick-wrapper .article_slick figure a:hover {
  transition: all 0.3s ease-in 0s;
  opacity: 0.5;
}

/* line 1442, app/assets/stylesheets/mobile.css.scss */
#content .slick-wrapper .slick-list.draggable {
  margin: 0px auto;
  width: 83%;
}

/* line 1445, app/assets/stylesheets/mobile.css.scss */
#content .slick-wrapper .slick-list.draggable .slick-track {
  margin: 0 auto;
}

/* line 1450, app/assets/stylesheets/mobile.css.scss */
#content .slick-wrapper .slick-prev, #content .slick-wrapper .slick-next {
  position: absolute;
  top: -40px;
  border-radius: 50%;
  width: 53px;
  height: 53px;
  background-color: #F4F4F4;
  border: none;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: 80% 60%;
  font-size: 0;
}

/* line 85, app/assets/stylesheets/mixin.css.scss */
#content .slick-wrapper .slick-prev:hover, #content .slick-wrapper .slick-next:hover {
  transition: all 0.3s ease-in 0s;
  opacity: 0.5;
}

/* line 1464, app/assets/stylesheets/mobile.css.scss */
#content .slick-wrapper .slick-prev {
  left: 0px;
  background-image: url(/assets/site/icons/back-b00af374ef141784c23b39403bdca18367a635b097f61592908be39d367c6ca2.svg);
  background-position: right 10px center;
}

/* line 1469, app/assets/stylesheets/mobile.css.scss */
#content .slick-wrapper .slick-next {
  right: 0px;
  background-image: url(/assets/site/icons/forward-b77cb1720125882a082f25321ac19c5e4bd661ee50637d2b96e6a440d2014eba.svg);
  background-position: left 10px center;
}

/* line 1490, app/assets/stylesheets/mobile.css.scss */
#content .content_list {
  /* ----- BEGIN PAGINATION ----- */
  /* ----- END PAGINATION ----- */
}

/* line 1492, app/assets/stylesheets/mobile.css.scss */
#content .content_list .further_colours {
  display: none;
}

/* line 1496, app/assets/stylesheets/mobile.css.scss */
#content .content_list .category_description {
  color: #3F3F3F;
  font-size: 16px;
}

/* line 1502, app/assets/stylesheets/mobile.css.scss */
#content .content_list .column.small, #content .content_list #mainfooter .footer_sections_wrap .small.catalogues, #mainfooter .footer_sections_wrap #content .content_list .small.catalogues, #content .content_list #mainfooter .footer_sections_wrap .small.sunday_openings, #mainfooter .footer_sections_wrap #content .content_list .small.sunday_openings, #content .content_list #mainfooter .footer_sections_wrap .small.footer_links, #mainfooter .footer_sections_wrap #content .content_list .small.footer_links, #content .content_list #mainfooter .newsletter_subscription header.small, #mainfooter .newsletter_subscription #content .content_list header.small, #content .content_list #mainfooter .newsletter_subscription form.small, #mainfooter .newsletter_subscription #content .content_list form.small, #content .content_list .content_order-transaction ul.small.cart_actions, #content .content_order-transaction .content_list ul.small.cart_actions, #content .content_list ul#list_brands li.small, #content ul#list_brands .content_list li.small, #content .content_list #welcome_categories .row article.small, #content #welcome_categories .row .content_list article.small {
  display: none;
}

/* line 1517, app/assets/stylesheets/mobile.css.scss */
#content .content_list .pagination {
  text-align: center;
}

/* line 1519, app/assets/stylesheets/mobile.css.scss */
#content .content_list .pagination a, #content .content_list .pagination em, #content .content_list .pagination span {
  padding: 3px 6px;
  width: 15px;
  height: 15px;
  background-color: #E30613;
  color: white;
}

/* line 1526, app/assets/stylesheets/mobile.css.scss */
#content .content_list .pagination em.current, #content .content_list .pagination span.disabled, #content .content_list .pagination :hover {
  font-style: normal;
  background-color: #e7e7e7;
  color: #000000;
}

/* line 1552, app/assets/stylesheets/mobile.css.scss */
#content .content_order-transaction {
  /* ----- BEGIN .table_order_steps ----- */
  /* ----- END .table_order_steps ----- */
  /* ----- BEGIN .table_orders ----- */
  /* ----- END .table_orders ----- */
  /* PAYMENT IMAGES */
  /* ----- BEGIN .table_shipping ----- */
  /* ----- END .table_shipping ----- */
  /*
				BEACHTEN:
				-----------------------
				Eigene Views für mobile
			*/
}

/* line 1555, app/assets/stylesheets/mobile.css.scss */
#content .content_order-transaction .hide_refresh {
  display: none;
}

/* line 1557, app/assets/stylesheets/mobile.css.scss */
#content .content_order-transaction .hide_refresh .submit_cart_refresh {
  font-size: 12px;
  font-size: 1.2rem;
  color: #68a63f;
}

/* line 1566, app/assets/stylesheets/mobile.css.scss */
#content .content_order-transaction table.table_order_steps {
  margin-bottom: 30px;
}

/* line 1570, app/assets/stylesheets/mobile.css.scss */
#content .content_order-transaction table.table_order_steps tbody tr td {
  font-size: 15px;
  font-size: 1.5rem;
  padding-top: 70px;
  background-repeat: repeat-x;
  background-position: 5px center;
  background-size: 100% 1px;
  text-align: center;
  position: relative;
  color: #9B9B9B;
}

/* line 1579, app/assets/stylesheets/mobile.css.scss */
#content .content_order-transaction table.table_order_steps tbody tr td.current_step {
  color: black;
  background-image: url(/assets/site/checkout/order_steps/current_step-5c01e975474ba1249202b7c8674448916c560dd889803ef723a9c5e0f216081f.gif);
}

/* line 1582, app/assets/stylesheets/mobile.css.scss */
#content .content_order-transaction table.table_order_steps tbody tr td.current_step:after {
  content: url(/assets/site/icons/shopping-cart-654aed3c4bd5a30fb3aea10a3534a6262bb6a29a308c867ebad33b8516baf25e.png);
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  padding: 7px;
  border: 1px solid #9B9B9B;
}

/* line 1598, app/assets/stylesheets/mobile.css.scss */
#content .content_order-transaction table.table_order_steps tbody tr td.done {
  background-image: url(/assets/site/checkout/order_steps/done-75235b4e6cbe4faa20b8e3beba768986316f93a3c6baf194ff590838ee5970d8.gif);
}

/* line 1601, app/assets/stylesheets/mobile.css.scss */
#content .content_order-transaction table.table_order_steps tbody tr td.todo {
  background-image: url(/assets/site/checkout/order_steps/todo-1c65995a1b07fbf222776f43cbf407ca28379b11b07533b835d0f9231ff86f35.gif);
}

/* line 1614, app/assets/stylesheets/mobile.css.scss */
#content .content_order-transaction .checkout_buttons {
  margin: 30px 0 0 0;
}

/* line 1619, app/assets/stylesheets/mobile.css.scss */
#content .content_order-transaction .checkout_buttons .button_next a, #content .content_order-transaction .checkout_buttons .button_next input[type="submit"], #content .content_order-transaction .checkout_buttons .button_prev a, #content .content_order-transaction .checkout_buttons .button_prev input[type="submit"] {
  display: inline-block;
  padding: 5px 30px 5px 7px;
  text-transform: uppercase;
  color: white;
  font-family: "Open Sans Condensed", "Arial", sans-serif;
  background-repeat: no-repeat;
  background-size: auto 70%;
  width: auto;
}

/* line 85, app/assets/stylesheets/mixin.css.scss */
#content .content_order-transaction .checkout_buttons .button_next a:hover, #content .content_order-transaction .checkout_buttons .button_next input[type="submit"]:hover, #content .content_order-transaction .checkout_buttons .button_prev a:hover, #content .content_order-transaction .checkout_buttons .button_prev input[type="submit"]:hover {
  transition: all 0.3s ease-in 0s;
  opacity: 0.5;
}

/* line 1631, app/assets/stylesheets/mobile.css.scss */
#content .content_order-transaction .checkout_buttons .button_next {
  text-align: right;
  margin-bottom: 20px;
}

/* line 1634, app/assets/stylesheets/mobile.css.scss */
#content .content_order-transaction .checkout_buttons .button_next a, #content .content_order-transaction .checkout_buttons .button_next input[type="submit"] {
  background-color: #E30613;
  padding-right: 25px;
  background-image: url(/assets/site/icons/forward_white-d4e4b0b42f5204db76f43983da9dc3d530fd68d5f8d112f8d17e7ee9037badcb.svg);
  background-position: right center;
}

/* line 1642, app/assets/stylesheets/mobile.css.scss */
#content .content_order-transaction .checkout_buttons .button_prev a, #content .content_order-transaction .checkout_buttons .button_prev input[type="submit"] {
  background-color: #cecece;
  padding-left: 25px;
  background-image: url(/assets/site/icons/back_white-10d82929e655a8e4daad6daef472970d7be42d6c269826450b3f310d64321645.svg);
  background-position: left center;
}

/* line 1650, app/assets/stylesheets/mobile.css.scss */
#content .content_order-transaction .checkout_buttons a.disable_store_delivery, #content .content_order-transaction .checkout_buttons a.disable_store_delivery:hover {
  background-color: #e0dfdf;
  color: #c0bebe;
  opacity: 1 !important;
  cursor: not-allowed;
}

/* line 1659, app/assets/stylesheets/mobile.css.scss */
#content .content_order-transaction .checkout_buttons .notice_cc {
  margin-top: 24px;
}

/* line 1674, app/assets/stylesheets/mobile.css.scss */
#content .content_order-transaction .cart-notice {
  padding: 7px;
  border: 1px dotted #666;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
}

/* line 1680, app/assets/stylesheets/mobile.css.scss */
#content .content_order-transaction .cart-notice p {
  margin: 10px 0;
}

/* line 1689, app/assets/stylesheets/mobile.css.scss */
#content .content_order-transaction ul.cart_actions li {
  margin-bottom: 4px;
}

/* line 1692, app/assets/stylesheets/mobile.css.scss */
#content .content_order-transaction ul.cart_actions li a, #content .content_order-transaction ul.cart_actions li input {
  display: block;
  width: 100%;
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  padding: 5px 40px 5px 5px;
}

/* line 85, app/assets/stylesheets/mixin.css.scss */
#content .content_order-transaction ul.cart_actions li a:hover, #content .content_order-transaction ul.cart_actions li input:hover {
  transition: all 0.3s ease-in 0s;
  opacity: 0.5;
}

/* line 1703, app/assets/stylesheets/mobile.css.scss */
#content .content_order-transaction ul.cart_actions li.continue_shopping a {
  background-color: #E30613;
  background-image: url(/assets/site/icons/shopping-cart_white-bd9ec19f95ae157cb4c1dcdab173c855ed346519b6b5bd4c07991254e37643b7.svg);
  color: white;
}

/* line 1711, app/assets/stylesheets/mobile.css.scss */
#content .content_order-transaction ul.cart_actions li.empty_cart input {
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: none;
  color: #9B9B9B;
  background-image: url(/assets/site/icons/minus-4c6bff9d08c801b59d6532e61cc79a67ee35f51347aa35604ac077ec86b4c1a2.svg);
  text-align: right;
}

/* line 1727, app/assets/stylesheets/mobile.css.scss */
#content .content_order-transaction table.table_orders tr th, #content .content_order-transaction table.table_orders tr td {
  padding: 8px;
  vertical-align: top;
}

/* line 1731, app/assets/stylesheets/mobile.css.scss */
#content .content_order-transaction table.table_orders tr th.nopadding, #content .content_order-transaction table.table_orders tr td.nopadding {
  padding: 0;
}

/* line 1737, app/assets/stylesheets/mobile.css.scss */
#content .content_order-transaction table.table_orders tr th {
  background-color: #E30613;
  color: white;
  font-weight: 300;
}

/* line 1749, app/assets/stylesheets/mobile.css.scss */
#content .content_order-transaction table.table_orders tr.border > td {
  border-bottom: 1px solid #9B9B9B;
}

/* line 1755, app/assets/stylesheets/mobile.css.scss */
#content .content_order-transaction table.table_orders tr.total_line td {
  border-top: 3px solid #9B9B9B;
}

/* line 1768, app/assets/stylesheets/mobile.css.scss */
#content .content_order-transaction .stock_and_dispo {
  font-size: 16px;
}

/* line 1770, app/assets/stylesheets/mobile.css.scss */
#content .content_order-transaction .stock_and_dispo .label_info {
  display: inline-block;
  padding: 3px 5px;
  font-size: 15px;
  color: white;
  letter-spacing: 2px;
  background-color: #f0ad4e;
}

/* line 1795, app/assets/stylesheets/mobile.css.scss */
#content .content_order-transaction #addressbook_delivery .order_address_single {
  width: 45%;
  display: inline-block;
  vertical-align: top;
  padding: 20px;
  margin-bottom: 4px;
  background-color: #F4F4F4;
  border-bottom: 1px solid #9B9B9B;
}

/* line 1803, app/assets/stylesheets/mobile.css.scss */
#content .content_order-transaction #addressbook_delivery .order_address_single .order_address_content {
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  height: 140px;
}

/* line 1823, app/assets/stylesheets/mobile.css.scss */
#content .content_order-transaction img#dhl_logo {
  /*
					RICHTLINIEN ZUR VERWENDUNG DES DHL-LOGOS / Stand 2015-04-22

					Alle Logodateien müssen immer mit einem
					ausreichenden Abstand zu allen weiteren Elementen
					oder dem Formatrand eingesetzt werden.
					Die minimale Abbildungsgröße ist 100 Pixel.
					Der Abstand zu anderen Elementen beträgt
					mindestens 1/10 der jeweiligen Breite des Logos.
					Das Logo liegt in unterschiedlichen Pixelbreiten vor.

					*/
  margin: 10px;
}

/* line 1840, app/assets/stylesheets/mobile.css.scss */
#content .content_order-transaction .field .credit_card_image {
  display: none;
}

/* line 1841, app/assets/stylesheets/mobile.css.scss */
#content .content_order-transaction .credit_card_image {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
  max-width: 60px;
  height: 100%;
}

/* line 1852, app/assets/stylesheets/mobile.css.scss */
#content .content_order-transaction table.table_shipping tr td {
  padding: 10px 10px 20px 0;
  border-bottom: 1px solid #9B9B9B;
}

/* line 1876, app/assets/stylesheets/mobile.css.scss */
#content .content_order-transaction .overview h1 {
  font-size: 18px;
  font-size: 1.8rem;
  color: white;
  background-color: #E30613;
  padding: 10px;
}

/* line 1882, app/assets/stylesheets/mobile.css.scss */
#content .content_order-transaction .overview article {
  padding: 10px 0 0 0;
  margin: 20px 0px;
  border-bottom: 1px solid #9B9B9B;
}

/* line 1886, app/assets/stylesheets/mobile.css.scss */
#content .content_order-transaction .overview article figure {
  display: inline-block;
  margin-right: 20px;
  padding: 0px 10px;
}

/* line 1891, app/assets/stylesheets/mobile.css.scss */
#content .content_order-transaction .overview article .overview_product_details {
  display: inline-block;
  padding: 0 0 10px 0;
}

/* line 1895, app/assets/stylesheets/mobile.css.scss */
#content .content_order-transaction .overview article .overview_product_total {
  text-align: right;
  padding: 10px;
  background-color: #F4F4F4;
}

/* line 1902, app/assets/stylesheets/mobile.css.scss */
#content .content_order-transaction .overview .overview_order_total {
  text-align: right;
  margin-bottom: 1px;
  padding: 10px;
  background-color: #F4F4F4;
}

/* line 1907, app/assets/stylesheets/mobile.css.scss */
#content .content_order-transaction .overview .overview_order_total.dark {
  color: white;
  background-color: #444;
}

/* line 1914, app/assets/stylesheets/mobile.css.scss */
#content .content_order-transaction .mandatetext {
  padding: 10px;
  margin: 10px 0;
  background-color: #F4F4F4;
  border: 1px solid #9B9B9B;
  font-size: 14px;
}

/* line 1922, app/assets/stylesheets/mobile.css.scss */
#content .content_order-transaction .mandatetext dl dt, #content .content_order-transaction .mandatetext dl dd {
  float: left;
  display: inline-block;
  margin: 0;
  border-bottom: 1px solid #9B9B9B;
}

/* line 1927, app/assets/stylesheets/mobile.css.scss */
#content .content_order-transaction .mandatetext dl dt:empty:before, #content .content_order-transaction .mandatetext dl dd:empty:before {
  content: '-';
  visibility: hidden;
}

/* line 1932, app/assets/stylesheets/mobile.css.scss */
#content .content_order-transaction .mandatetext dl dt {
  width: 45%;
  padding-right: 5%;
  clear: left;
}

/* line 1937, app/assets/stylesheets/mobile.css.scss */
#content .content_order-transaction .mandatetext dl dd {
  width: 50%;
}

/* line 1939, app/assets/stylesheets/mobile.css.scss */
#content .content_order-transaction .mandatetext dl dd::after {
  display: block;
  content: "";
  clear: both;
}

/* line 1965, app/assets/stylesheets/mobile.css.scss */
#content nav#dashboard {
  margin-bottom: 30px;
  border-top: 1px solid #9B9B9B;
  border-bottom: 1px solid #9B9B9B;
}

/* line 1969, app/assets/stylesheets/mobile.css.scss */
#content nav#dashboard > ul {
  zoom: 1;
  padding: 10px;
}

/* line 123, app/assets/stylesheets/mixin.css.scss */
#content nav#dashboard > ul:before, #content nav#dashboard > ul:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* line 126, app/assets/stylesheets/mixin.css.scss */
#content nav#dashboard > ul:after {
  clear: both;
}

/* line 1972, app/assets/stylesheets/mobile.css.scss */
#content nav#dashboard > ul > li {
  background-repeat: no-repeat;
  background-size: auto 70%;
  padding-left: 66px;
  margin-bottom: 20px;
}

/* line 1977, app/assets/stylesheets/mobile.css.scss */
#content nav#dashboard > ul > li.account {
  background-image: url(/assets/site/icons/user-female-circle-filled-23fd2f5a4bc8707af1a76d40f29eaa39c9948cca8d5cb004016a95f879910062.svg);
}

/* line 1980, app/assets/stylesheets/mobile.css.scss */
#content nav#dashboard > ul > li.addresses {
  background-image: url(/assets/site/icons/worldwide-location-385039343b87ea3f9af22907c952cf76c5e63194a7183d53607fddf8483aecbf.svg);
}

/* line 1983, app/assets/stylesheets/mobile.css.scss */
#content nav#dashboard > ul > li.orders {
  background-image: url(/assets/site/icons/shopping-bag-8b534f58bb4b597a29477cf7d95e9a7ad6810f630c0c792c8fb8a2dbbe2d63e9.svg);
  background-size: auto 100%;
}

/* line 1988, app/assets/stylesheets/mobile.css.scss */
#content nav#dashboard > ul > li.active > a {
  font-weight: 700;
}

/* line 1990, app/assets/stylesheets/mobile.css.scss */
#content nav#dashboard > ul > li > a {
  text-transform: uppercase;
  color: #3F3F3F;
}

/* line 1993, app/assets/stylesheets/mobile.css.scss */
#content nav#dashboard > ul > li > a:hover {
  color: #000000;
}

/* line 1999, app/assets/stylesheets/mobile.css.scss */
#content nav#dashboard > ul > li > ul > li > a {
  text-transform: none;
}

/* line 2001, app/assets/stylesheets/mobile.css.scss */
#content nav#dashboard > ul > li > ul > li > a:before {
  content: ">>";
  margin-right: 10px;
}

/* line 2007, app/assets/stylesheets/mobile.css.scss */
#content nav#dashboard > ul > li > ul > li.active a, #content nav#dashboard > ul > li > ul > li:hover a {
  font-weight: 700;
}

/* line 2019, app/assets/stylesheets/mobile.css.scss */
#content table.table_data {
  width: 100%;
}

/* line 2022, app/assets/stylesheets/mobile.css.scss */
#content table.table_data tr td, #content table.table_data tr th {
  padding: 5px;
  vertical-align: top;
  /*border-bottom: 1px solid $secondary-color;*/
}

/* line 2026, app/assets/stylesheets/mobile.css.scss */
#content table.table_data tr td.padded-left, #content table.table_data tr th.padded-left {
  padding-left: 25px;
}

/* line 2042, app/assets/stylesheets/mobile.css.scss */
#content .search_orders {
  margin-bottom: 28px;
}

/* ----- END #content ----- */
/*
	FOOTER
------------------------------ */
/* line 2064, app/assets/stylesheets/mobile.css.scss */
#mainfooter .newsletter_subscription {
  background-color: #E30613;
  padding: 9px 0px 7px 0px;
  color: white;
}

/* line 2072, app/assets/stylesheets/mobile.css.scss */
#mainfooter .newsletter_subscription * {
  font-size: 17px;
  font-size: 1.7rem;
  text-transform: uppercase;
}

/* line 132, app/assets/stylesheets/mixin.css.scss */
#mainfooter .newsletter_subscription form input::-webkit-input-placeholder {
  color: #9B9B9B;
  font-family: 'PT Sans Narrow', 'Arial', sans-serif;
  text-transform: none;
}

/* line 138, app/assets/stylesheets/mixin.css.scss */
#mainfooter .newsletter_subscription form input:-moz-placeholder {
  /* Firefox 18- */
  color: #9B9B9B;
  font-family: 'PT Sans Narrow', 'Arial', sans-serif;
  text-transform: none;
}

/* line 144, app/assets/stylesheets/mixin.css.scss */
#mainfooter .newsletter_subscription form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #9B9B9B;
  font-family: 'PT Sans Narrow', 'Arial', sans-serif;
  text-transform: none;
}

/* line 150, app/assets/stylesheets/mixin.css.scss */
#mainfooter .newsletter_subscription form input:-ms-input-placeholder {
  color: #9B9B9B;
  font-family: 'PT Sans Narrow', 'Arial', sans-serif;
  text-transform: none;
}

/* line 2079, app/assets/stylesheets/mobile.css.scss */
#mainfooter .newsletter_subscription form h2 {
  display: none;
}

/* line 2082, app/assets/stylesheets/mobile.css.scss */
#mainfooter .newsletter_subscription form input {
  color: #9B9B9B;
  padding: 2px 5px;
  border: none;
}

/* line 2086, app/assets/stylesheets/mobile.css.scss */
#mainfooter .newsletter_subscription form input[type="email"] {
  width: 70%;
}

/* line 2089, app/assets/stylesheets/mobile.css.scss */
#mainfooter .newsletter_subscription form input[type="submit"] {
  padding: 2px 5px 1px 5px;
}

/* line 2097, app/assets/stylesheets/mobile.css.scss */
#mainfooter .footer_sections_wrap {
  background-color: #F4F4F4;
  padding: 31px 0;
}

/* line 2100, app/assets/stylesheets/mobile.css.scss */
#mainfooter .footer_sections_wrap .footer_links {
  display: none;
}

/* line 2108, app/assets/stylesheets/mobile.css.scss */
#mainfooter .footer_sections_wrap .sunday_openings {
  zoom: 1;
}

/* line 123, app/assets/stylesheets/mixin.css.scss */
#mainfooter .footer_sections_wrap .sunday_openings:before, #mainfooter .footer_sections_wrap .sunday_openings:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* line 126, app/assets/stylesheets/mixin.css.scss */
#mainfooter .footer_sections_wrap .sunday_openings:after {
  clear: both;
}

/* line 2112, app/assets/stylesheets/mobile.css.scss */
#mainfooter .footer_sections_wrap .sunday_openings article {
  float: left;
  width: 50%;
  padding: 0px 25px 25px 0px;
  font-size: 17px;
  font-size: 1.7rem;
  color: #000000;
}

/* line 2120, app/assets/stylesheets/mobile.css.scss */
#mainfooter .footer_sections_wrap .sunday_openings article header h1, #mainfooter .footer_sections_wrap .sunday_openings article header h1 a {
  font-size: 17px;
  font-size: 1.7rem;
  color: #000000;
}

/* line 2128, app/assets/stylesheets/mobile.css.scss */
#mainfooter .footer_sections_wrap .catalogues {
  zoom: 1;
}

/* line 123, app/assets/stylesheets/mixin.css.scss */
#mainfooter .footer_sections_wrap .catalogues:before, #mainfooter .footer_sections_wrap .catalogues:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* line 126, app/assets/stylesheets/mixin.css.scss */
#mainfooter .footer_sections_wrap .catalogues:after {
  clear: both;
}

/* line 2132, app/assets/stylesheets/mobile.css.scss */
#mainfooter .footer_sections_wrap .catalogues article {
  float: left;
  width: 45%;
}

/* line 2135, app/assets/stylesheets/mobile.css.scss */
#mainfooter .footer_sections_wrap .catalogues article:first-of-type {
  padding-right: 5%;
}

/* line 2136, app/assets/stylesheets/mobile.css.scss */
#mainfooter .footer_sections_wrap .catalogues article:last-of-type {
  padding-left: 5%;
}

/* line 2137, app/assets/stylesheets/mobile.css.scss */
#mainfooter .footer_sections_wrap .catalogues article figure.cover {
  margin-bottom: 21px;
}

/* line 2139, app/assets/stylesheets/mobile.css.scss */
#mainfooter .footer_sections_wrap .catalogues article figure.cover img {
  width: 100%;
  height: auto;
}

/* line 2145, app/assets/stylesheets/mobile.css.scss */
#mainfooter .footer_sections_wrap .catalogues article div.covertext header {
  margin-bottom: 26px;
}

/* line 2148, app/assets/stylesheets/mobile.css.scss */
#mainfooter .footer_sections_wrap .catalogues article div.covertext h1 {
  font-size: 17px;
  font-size: 1.7rem;
}

/* line 2151, app/assets/stylesheets/mobile.css.scss */
#mainfooter .footer_sections_wrap .catalogues article div.covertext h2 {
  font-size: 17px;
  font-size: 1.7rem;
  color: #9B9B9B;
}

/* line 2155, app/assets/stylesheets/mobile.css.scss */
#mainfooter .footer_sections_wrap .catalogues article div.covertext a {
  font-size: 17px;
  font-size: 1.7rem;
  color: #E30613;
  text-transform: uppercase;
  display: block;
}

/* line 85, app/assets/stylesheets/mixin.css.scss */
#mainfooter .footer_sections_wrap .catalogues article div.covertext a:hover {
  transition: all 0.3s ease-in 0s;
  opacity: 0.5;
}

/* line 2161, app/assets/stylesheets/mobile.css.scss */
#mainfooter .footer_sections_wrap .catalogues article div.covertext a:after {
  content: ">>";
  margin-left: 10px;
}

/* line 2173, app/assets/stylesheets/mobile.css.scss */
#mainfooter .footer_sections_wrap section > header h1 {
  font-family: "Times New Roman", serif;
  font-style: italic;
  color: #3F3F3F;
  font-size: 22px;
  margin-bottom: 17px;
}

/* line 2185, app/assets/stylesheets/mobile.css.scss */
#mainfooter .footer-bottom {
  background-color: #E30613;
  padding: 20px 0;
}

/* line 2189, app/assets/stylesheets/mobile.css.scss */
#mainfooter .footer-bottom * {
  color: white;
}

/* line 2190, app/assets/stylesheets/mobile.css.scss */
#mainfooter .footer-bottom .footer-bottom-heading {
  font-family: "Times New Roman", serif;
  font-style: italic;
  color: #3F3F3F;
  font-size: 22px;
  margin-bottom: 17px;
  color: white;
}

/* line 2196, app/assets/stylesheets/mobile.css.scss */
#mainfooter .footer-bottom .logo-gogreen {
  float: right;
}

/* line 2197, app/assets/stylesheets/mobile.css.scss */
#mainfooter .footer-bottom ul.list-payments {
  margin-bottom: 15px;
}

/* line 2200, app/assets/stylesheets/mobile.css.scss */
#mainfooter .footer-bottom ul.list-payments li {
  background-image: url(/assets/site/icons/checkmark-white-5d81e4fc68272d895e8d608cf37158079f4440d245ecb6bfad2dab4e3e2cc123.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 25px auto;
  padding-left: 30px;
  font-size: 2rem;
  float: left;
  white-space: nowrap;
}

/* line 2210, app/assets/stylesheets/mobile.css.scss */
#mainfooter .footer-bottom ul.list-payments li .logo-creditcards {
  width: 100%;
  max-width: 80px;
  height: 100%;
  margin: 0 0 0 10px;
  vertical-align: bottom;
}

/* line 2217, app/assets/stylesheets/mobile.css.scss */
#mainfooter .footer-bottom ul.list-payments li:not(:last-child) {
  margin-right: 15px;
}

/*
	SONSTIGES
------------------------------ */
/* line 2231, app/assets/stylesheets/mobile.css.scss */
.loupe {
  width: 28px;
  vertical-align: middle;
  border: 1px solid #9B9B9B;
  padding: 3px;
}

/* line 2238, app/assets/stylesheets/mobile.css.scss */
.button-remove-delivery {
  background-color: #9B9B9B;
  padding: 5px;
  color: white;
  margin-bottom: 12px;
  cursor: pointer;
}

/* CSS Document schuh-kauffmann.de */
/*
------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------

	DESKTOP LAYOUT


------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------ */
@media (min-width: 50em) {
  /* line 15, app/assets/stylesheets/desktop.css.scss */
  .column, #content ul#list_brands li, #content #welcome_categories .row article, #content .content_order-transaction ul.cart_actions, #mainfooter .newsletter_subscription header, #mainfooter .newsletter_subscription form, #mainfooter .footer_sections_wrap .footer_links, #mainfooter .footer_sections_wrap .sunday_openings, #mainfooter .footer_sections_wrap .catalogues {
    float: left;
  }
  /* line 17, app/assets/stylesheets/desktop.css.scss */
  .column.half {
    width: 50%;
  }
  /* line 18, app/assets/stylesheets/desktop.css.scss */
  .column.third {
    width: 33.33%;
  }
  /* line 19, app/assets/stylesheets/desktop.css.scss */
  .column.fourth {
    width: 25%;
  }
  /* line 20, app/assets/stylesheets/desktop.css.scss */
  .column.flow-opposite {
    float: right;
  }
  /* line 23, app/assets/stylesheets/desktop.css.scss */
  .column.small, #content ul#list_brands li.small, #content #welcome_categories .row article.small, #content .content_order-transaction ul.small.cart_actions, #mainfooter .newsletter_subscription header.small, #mainfooter .newsletter_subscription form.small, #mainfooter .footer_sections_wrap .small.footer_links, #mainfooter .footer_sections_wrap .small.sunday_openings, #mainfooter .footer_sections_wrap .small.catalogues {
    width: 18.2%;
    margin-right: 8.6%;
  }
  /* line 24, app/assets/stylesheets/desktop.css.scss */
  .column.large, #content ul#list_brands li.large, #content #welcome_categories .row article.large, #content .content_order-transaction ul.large.cart_actions, #mainfooter .newsletter_subscription header.large, #mainfooter .newsletter_subscription form.large, #mainfooter .footer_sections_wrap .large.footer_links, #mainfooter .footer_sections_wrap .large.sunday_openings, #mainfooter .footer_sections_wrap .large.catalogues {
    width: 73.2%;
  }
  /* line 27, app/assets/stylesheets/desktop.css.scss */
  .only_mobile {
    display: none;
  }
  /* line 28, app/assets/stylesheets/desktop.css.scss */
  .only_desktop {
    display: block;
  }
  /* line 32, app/assets/stylesheets/desktop.css.scss */
  #wrapper {
    width: 100%;
    height: 100%;
    margin: 0px auto;
    padding-top: 144px;
    top: 0;
  }
  /* line 40, app/assets/stylesheets/desktop.css.scss */
  .inner {
    width: 100%;
    max-width: 1101px;
    margin: 0 auto;
    zoom: 1;
  }
  /* line 123, app/assets/stylesheets/mixin.css.scss */
  .inner:before, .inner:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
  }
  /* line 126, app/assets/stylesheets/mixin.css.scss */
  .inner:after {
    clear: both;
  }
  /*
		FANCYBOX
	------------------------------ */
  /* line 51, app/assets/stylesheets/desktop.css.scss */
  .fancybox-wrap {
    margin-top: 50px !important;
  }
  /*
		FIXED LAYERS
	------------------------------ */
  /*
	Die Navigation sowie das Logo bleiben
	beim Scrollen	der Seite immer oben stehen.
	*/
  /* line 64, app/assets/stylesheets/desktop.css.scss */
  .fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
  }
  /*
	Abstand, damit der Content immer erst unterhalb der fixen Ebene anfängt.
	Je nachdem ob ein Imageslider vorhanden ist oder nicht wird die Klasse in anderen DIVs verwendet.
	(info: im Slider funktionierts aber irgendwie nicht - egal, die Klasse bleibt trotzdem :o)  // kfr 2015-04-09)
	*/
  /* line 75, app/assets/stylesheets/desktop.css.scss */
  .fixed_space {
    margin-top: 126px;
  }
  /* line 86, app/assets/stylesheets/desktop.css.scss */
  .quicklink_catalogue_links {
    background-color: lightblue;
    position: fixed;
    bottom: 100px;
  }
  /* line 90, app/assets/stylesheets/desktop.css.scss */
  .quicklink_catalogue_links a {
    display: block;
  }
  /* line 97, app/assets/stylesheets/desktop.css.scss */
  #quicklinks {
    zoom: 1;
    position: fixed;
    top: 600px;
    left: 0;
    z-index: 111111;
    color: white;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform-origin: 0% 0 0;
    -webkit-transform-origin: 0% 0;
    -moz-transform-origin: 0% 0;
    -ms-transform-origin: 0% 0;
  }
  /* line 123, app/assets/stylesheets/mixin.css.scss */
  #quicklinks:before, #quicklinks:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
  }
  /* line 126, app/assets/stylesheets/mixin.css.scss */
  #quicklinks:after {
    clear: both;
  }
  /* line 105, app/assets/stylesheets/desktop.css.scss */
  #quicklinks .rectangle {
    font-family: "Times New Roman", serif;
    font-style: italic;
    color: #3F3F3F;
    font-size: 20px;
    font-size: 2rem;
    color: white;
    padding: 10px 45px 17px 13px;
    margin-right: 2px;
    float: left;
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 25px 25px;
    cursor: pointer;
  }
  /* line 117, app/assets/stylesheets/desktop.css.scss */
  #quicklinks #quicklink_online_catalogue.rectangle {
    background-color: #E30613;
    background-image: url(/assets/site/icons/bookmark_white-e0e51387b1838ffbac76bcc733f5a9da7cc18c3a7b1b8d9cd42cb3ced9b1ae36.svg);
  }
  /* line 120, app/assets/stylesheets/desktop.css.scss */
  #quicklinks #quicklink_online_catalogue.rectangle:hover {
    background-color: #f9232f;
  }
  /* line 125, app/assets/stylesheets/desktop.css.scss */
  #quicklinks #quicklink_order_sheet.rectangle {
    background-color: #fa414c;
    background-image: url(/assets/site/icons/edit_file_white-0254cda81934ba60d24d9e9d3f60f67a3b15cc3a276d4b2ba61f2157cc79d957.svg);
  }
  /* line 128, app/assets/stylesheets/desktop.css.scss */
  #quicklinks #quicklink_order_sheet.rectangle:hover {
    background-color: #fb6871;
  }
  /* line 133, app/assets/stylesheets/desktop.css.scss */
  #quicklinks #quicklink_search.rectangle {
    background-color: #9B9B9B;
    background-image: url(/assets/site/icons/search_white-741a3f0f54e392006eb9ea0d05d34c76280fd4d0cd8dfc4b749b80a9fddac661.svg);
  }
  /* line 136, app/assets/stylesheets/desktop.css.scss */
  #quicklinks #quicklink_search.rectangle:hover {
    background-color: #afafaf;
  }
  /* line 146, app/assets/stylesheets/desktop.css.scss */
  #quicklink_layer {
    -webkit-box-shadow: 0px 11px 42px -18px rgba(0, 0, 0, 0.58);
    -moz-box-shadow: 0px 11px 42px -18px rgba(0, 0, 0, 0.58);
    box-shadow: 0px 11px 42px -18px rgba(0, 0, 0, 0.58);
    width: 666px;
    height: 70%;
    background-color: rgba(255, 255, 255, 0.95);
    position: fixed;
    overflow-y: scroll;
    z-index: 100;
    left: -700px;
    top: 153px;
  }
  /* line 156, app/assets/stylesheets/desktop.css.scss */
  #quicklink_layer > div {
    /*display: none; */
    padding: 30px 27px;
  }
  /* line 162, app/assets/stylesheets/desktop.css.scss */
  #quicklink_layer > div#quicklink_search_layer article h2 {
    display: inline-block;
    padding: 0 30px 0 0;
    cursor: pointer;
    background-image: url(/assets/site/icons/down4-eb20332348040232511f3b2610793976e5643dad14c1cf8c8a26d71396e6da09.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto 90%;
  }
  /* line 170, app/assets/stylesheets/desktop.css.scss */
  #quicklink_layer > div#quicklink_search_layer article h2.open {
    background-image: url(/assets/site/icons/up4-94fb5dc46b9a626f6fb84120cf2fc5b92a00eee74bee26cc69d0ab7123ccfeaf.svg);
  }
  /* line 173, app/assets/stylesheets/desktop.css.scss */
  #quicklink_layer > div#quicklink_search_layer article h2:hover {
    color: #0c0c0c;
  }
  /* line 177, app/assets/stylesheets/desktop.css.scss */
  #quicklink_layer > div#quicklink_search_layer article > div {
    /*display: none;*/
  }
  /* line 180, app/assets/stylesheets/desktop.css.scss */
  #quicklink_layer > div#quicklink_search_layer article input[type="submit"] {
    color: white;
    background-color: #9B9B9B;
  }
  /* line 190, app/assets/stylesheets/desktop.css.scss */
  #quicklink_layer > div#quicklink_online_catalogue_layer article * {
    color: #000000;
    font-family: "Open Sans Condensed", "Arial", sans-serif;
    font-size: 20px;
    font-size: 2rem;
  }
  /* line 195, app/assets/stylesheets/desktop.css.scss */
  #quicklink_layer > div#quicklink_online_catalogue_layer article figure.cover {
    margin-bottom: 26px;
  }
  /* line 198, app/assets/stylesheets/desktop.css.scss */
  #quicklink_layer > div#quicklink_online_catalogue_layer article header {
    margin-bottom: 26px;
  }
  /* line 200, app/assets/stylesheets/desktop.css.scss */
  #quicklink_layer > div#quicklink_online_catalogue_layer article header h1 {
    margin: 0;
  }
  /* line 203, app/assets/stylesheets/desktop.css.scss */
  #quicklink_layer > div#quicklink_online_catalogue_layer article header h2 {
    margin: 0;
    color: #3F3F3F;
    font-style: normal;
  }
  /* line 209, app/assets/stylesheets/desktop.css.scss */
  #quicklink_layer > div#quicklink_online_catalogue_layer article a.online_catalogue {
    color: #E30613;
    text-transform: uppercase;
  }
  /* line 85, app/assets/stylesheets/mixin.css.scss */
  #quicklink_layer > div#quicklink_online_catalogue_layer article a.online_catalogue:hover {
    transition: all 0.3s ease-in 0s;
    opacity: 0.5;
  }
  /* line 213, app/assets/stylesheets/desktop.css.scss */
  #quicklink_layer > div#quicklink_online_catalogue_layer article a.online_catalogue:after {
    content: ">>";
    margin-left: 10px;
  }
  /* line 223, app/assets/stylesheets/desktop.css.scss */
  #quicklink_layer > div h1 {
    font-size: 30px;
    font-size: 3rem;
    color: #E30613;
    margin-bottom: 17px;
  }
  /* line 228, app/assets/stylesheets/desktop.css.scss */
  #quicklink_layer > div h2 {
    font-family: "Times New Roman", serif;
    font-style: italic;
    color: #3F3F3F;
    font-size: 22px;
    font-size: 2.2rem;
    color: #3F3F3F;
    margin-bottom: 10px;
  }
  /*
		HEADER
	------------------------------ */
  /* line 247, app/assets/stylesheets/desktop.css.scss */
  #mainheader nav#menu_main {
    display: block;
    background-color: #E30613;
  }
  /* line 250, app/assets/stylesheets/desktop.css.scss */
  #mainheader nav#menu_main.admin_dashboard {
    background-color: #9B9B9B;
  }
  /* line 255, app/assets/stylesheets/desktop.css.scss */
  #mainheader nav#menu_main > .inner > ul {
    zoom: 1;
    z-index: 200;
  }
  /* line 123, app/assets/stylesheets/mixin.css.scss */
  #mainheader nav#menu_main > .inner > ul:before, #mainheader nav#menu_main > .inner > ul:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
  }
  /* line 126, app/assets/stylesheets/mixin.css.scss */
  #mainheader nav#menu_main > .inner > ul:after {
    clear: both;
  }
  /* line 259, app/assets/stylesheets/desktop.css.scss */
  #mainheader nav#menu_main > .inner > ul > li {
    float: left;
    position: relative;
  }
  /* line 262, app/assets/stylesheets/desktop.css.scss */
  #mainheader nav#menu_main > .inner > ul > li > a {
    font-size: 15px;
    font-size: 1.5rem;
    text-transform: uppercase;
    color: white;
    margin-right: 20px;
    padding: 5px 0;
    display: block;
  }
  /* line 85, app/assets/stylesheets/mixin.css.scss */
  #mainheader nav#menu_main > .inner > ul > li > a:hover {
    transition: all 0.3s ease-in 0s;
    opacity: 0.5;
  }
  /* line 275, app/assets/stylesheets/desktop.css.scss */
  #mainheader nav#menu_main > .inner > ul > li.menu_simple > ul {
    display: none;
    min-width: 260px;
    position: absolute;
    left: -15px;
    top: 31px;
    padding: 25px 27px;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 120;
  }
  /* line 284, app/assets/stylesheets/desktop.css.scss */
  #mainheader nav#menu_main > .inner > ul > li.menu_simple > ul li {
    float: none;
    width: 100%;
  }
  /* line 287, app/assets/stylesheets/desktop.css.scss */
  #mainheader nav#menu_main > .inner > ul > li.menu_simple > ul li a {
    font-family: "Open Sans Condensed", "Arial", sans-serif;
    color: #000000;
    font-style: normal;
    display: inline-block;
    padding: 5px 10px;
    width: 100%;
  }
  /* line 296, app/assets/stylesheets/desktop.css.scss */
  #mainheader nav#menu_main > .inner > ul > li.menu_simple > ul li.current a, #mainheader nav#menu_main > .inner > ul > li.menu_simple > ul li:hover a {
    background-color: rgba(227, 6, 19, 0.15);
  }
  /* line 303, app/assets/stylesheets/desktop.css.scss */
  #mainheader nav#menu_main > .inner > ul > li.menu_simple:hover ul {
    display: block;
  }
  /* line 305, app/assets/stylesheets/desktop.css.scss */
  #mainheader nav#menu_main > .inner > ul > li.menu_simple.menu_right {
    margin-left: 20px;
  }
  /* line 307, app/assets/stylesheets/desktop.css.scss */
  #mainheader nav#menu_main > .inner > ul > li.menu_simple.menu_right > ul {
    right: 0;
    left: auto;
    text-align: right;
  }
  /* line 317, app/assets/stylesheets/desktop.css.scss */
  #mainheader nav#menu_main > .inner > ul > li div.ul_wrap {
    display: none;
    width: 100%;
    min-width: 433px;
    position: absolute;
    left: -15px;
    top: 31px;
    padding: 25px 27px;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 120;
  }
  /* line 327, app/assets/stylesheets/desktop.css.scss */
  #mainheader nav#menu_main > .inner > ul > li div.ul_wrap.full {
    min-width: 200px;
  }
  /* line 327, app/assets/stylesheets/desktop.css.scss */
  #mainheader nav#menu_main > .inner > ul > li div.ul_wrap.full ul {
    width: 100%;
    float: none;
  }
  /* line 329, app/assets/stylesheets/desktop.css.scss */
  #mainheader nav#menu_main > .inner > ul > li div.ul_wrap > ul {
    zoom: 1;
    float: left;
    width: 46%;
  }
  /* line 123, app/assets/stylesheets/mixin.css.scss */
  #mainheader nav#menu_main > .inner > ul > li div.ul_wrap > ul:before, #mainheader nav#menu_main > .inner > ul > li div.ul_wrap > ul:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
  }
  /* line 126, app/assets/stylesheets/mixin.css.scss */
  #mainheader nav#menu_main > .inner > ul > li div.ul_wrap > ul:after {
    clear: both;
  }
  /* line 333, app/assets/stylesheets/desktop.css.scss */
  #mainheader nav#menu_main > .inner > ul > li div.ul_wrap > ul:nth-of-type(1) {
    margin-right: 4%;
  }
  /* line 334, app/assets/stylesheets/desktop.css.scss */
  #mainheader nav#menu_main > .inner > ul > li div.ul_wrap > ul:nth-of-type(2) {
    margin-left: 4%;
  }
  /* line 336, app/assets/stylesheets/desktop.css.scss */
  #mainheader nav#menu_main > .inner > ul > li div.ul_wrap > ul > .ul_headline {
    font-family: "Times New Roman", serif;
    font-style: italic;
    color: #3F3F3F;
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: uppercase;
    color: #E30613;
    float: left;
    margin-bottom: 17px;
  }
  /* line 345, app/assets/stylesheets/desktop.css.scss */
  #mainheader nav#menu_main > .inner > ul > li div.ul_wrap > ul > li {
    margin: 0 0 6px 0;
  }
  /* line 347, app/assets/stylesheets/desktop.css.scss */
  #mainheader nav#menu_main > .inner > ul > li div.ul_wrap > ul > li > a {
    font-family: "Open Sans Condensed", "Arial", sans-serif;
    color: #000000;
    font-style: normal;
    display: inline-block;
    padding: 5px 10px;
    width: 100%;
  }
  /* line 356, app/assets/stylesheets/desktop.css.scss */
  #mainheader nav#menu_main > .inner > ul > li div.ul_wrap > ul > li.current a, #mainheader nav#menu_main > .inner > ul > li div.ul_wrap > ul > li:hover a {
    background-color: rgba(227, 6, 19, 0.15);
  }
  /* line 367, app/assets/stylesheets/desktop.css.scss */
  #mainheader nav#menu_main > .inner > ul > li:hover div.ul_wrap {
    display: block;
  }
  /* line 375, app/assets/stylesheets/desktop.css.scss */
  #mainheader nav#menu_main > .inner > ul.nav_login > li > a {
    margin: 0;
  }
  /* line 387, app/assets/stylesheets/desktop.css.scss */
  #mainheader #top {
    zoom: 1;
    -webkit-box-shadow: 0px 11px 42px -18px rgba(0, 0, 0, 0.58);
    -moz-box-shadow: 0px 11px 42px -18px rgba(0, 0, 0, 0.58);
    box-shadow: 0px 11px 42px -18px rgba(0, 0, 0, 0.58);
    display: block;
    background-color: white;
  }
  /* line 123, app/assets/stylesheets/mixin.css.scss */
  #mainheader #top:before, #mainheader #top:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
  }
  /* line 126, app/assets/stylesheets/mixin.css.scss */
  #mainheader #top:after {
    clear: both;
  }
  /* line 393, app/assets/stylesheets/desktop.css.scss */
  #mainheader #top #logo_link {
    display: block;
  }
  /* line 396, app/assets/stylesheets/desktop.css.scss */
  #mainheader #top #logo {
    float: left;
    margin: 25px 0 20px 0;
    width: 374px;
    height: auto;
  }
  /* line 404, app/assets/stylesheets/desktop.css.scss */
  #mainheader #top #hotline {
    zoom: 1;
    float: right;
    text-align: right;
    margin: 20px 44px 10px 0;
  }
  /* line 123, app/assets/stylesheets/mixin.css.scss */
  #mainheader #top #hotline:before, #mainheader #top #hotline:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
  }
  /* line 126, app/assets/stylesheets/mixin.css.scss */
  #mainheader #top #hotline:after {
    clear: both;
  }
  /* line 409, app/assets/stylesheets/desktop.css.scss */
  #mainheader #top #hotline * {
    font-size: 15px;
    font-size: 1.5rem;
  }
  /* line 410, app/assets/stylesheets/desktop.css.scss */
  #mainheader #top #hotline h1 {
    float: left;
    font-weight: 700;
    text-transform: uppercase;
  }
  /* line 420, app/assets/stylesheets/desktop.css.scss */
  #mainheader #top #shopping_cart {
    float: right;
    width: 58px;
    height: 58px;
    background-color: white;
    border: 1px solid black;
    position: relative;
    margin-top: 19px;
    background-image: url(/assets/site/icons/shopping-bag-8b534f58bb4b597a29477cf7d95e9a7ad6810f630c0c792c8fb8a2dbbe2d63e9.svg);
    background-position: bottom 7px center;
    background-size: auto 70%;
    background-repeat: no-repeat;
  }
  /* line 159, app/assets/stylesheets/mixin.css.scss */
  #mainheader #top #shopping_cart .circle {
    font-size: 15px;
    font-size: 1.5rem;
    position: absolute;
    right: 5px;
    top: -10px;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    background-color: #E30613;
    text-align: center;
    color: white;
    /* width and height can be anything, as long as they're equal */
  }
  /* line 442, app/assets/stylesheets/desktop.css.scss */
  #mainheader #top .shopping_cart_layer {
    text-align: right;
    display: none;
    background-color: #F4F4F4;
    padding: 0 0 0 3%;
  }
  /* line 448, app/assets/stylesheets/desktop.css.scss */
  #mainheader #top .shopping_cart_layer h1 {
    font-size: 30px;
    font-size: 3rem;
    color: #E30613;
    text-transform: uppercase;
  }
  /* line 464, app/assets/stylesheets/desktop.css.scss */
  #mainheader #imageslider_container {
    position: relative;
    height: 530px;
    overflow: hidden;
  }
  /* line 472, app/assets/stylesheets/desktop.css.scss */
  #mainheader #imageslider_container div.slides {
    position: absolute;
    left: 0px;
    top: 0px;
  }
  /* line 477, app/assets/stylesheets/desktop.css.scss */
  #mainheader #imageslider_container div.slides > div {
    position: relative;
  }
  /* line 479, app/assets/stylesheets/desktop.css.scss */
  #mainheader #imageslider_container div.slides > div div.teaser {
    position: absolute;
    top: 220px;
    left: 100px;
    font-size: 18px;
    z-index: 10000;
  }
  /* line 489, app/assets/stylesheets/desktop.css.scss */
  #mainheader #imageslider_container div.slides > div div.teaser span {
    color: white;
    position: absolute;
    white-space: nowrap;
  }
  /* line 495, app/assets/stylesheets/desktop.css.scss */
  #mainheader #imageslider_container div.slides > div div.teaser span:nth-child(1) {
    font-size: 23px;
    font-size: 2.3rem;
    color: #E30613;
    top: 154px;
    left: 0px;
    text-transform: uppercase;
    color: white;
    padding: 1px 5px;
  }
  /* line 506, app/assets/stylesheets/desktop.css.scss */
  #mainheader #imageslider_container div.slides > div div.teaser span:nth-child(2) {
    font-size: 45px;
    font-size: 4.5rem;
    top: 190px;
    left: 0;
    padding: 0 5px;
    color: #E30613;
  }
  /* line 517, app/assets/stylesheets/desktop.css.scss */
  #mainheader #imageslider_container div.slides > div div.teaser span:nth-child(3) {
    font-size: 23px;
    font-size: 2.3rem;
    color: white;
    top: 238px;
    color: #E30613;
    left: 0;
    padding: 0 5px;
  }
  /* line 528, app/assets/stylesheets/desktop.css.scss */
  #mainheader #imageslider_container div.slides > div div.teaser span:nth-child(4) {
    font-size: 23px;
    font-size: 2.3rem;
    color: #E30613;
    text-transform: uppercase;
    top: 295px;
    left: 279px;
    background-color: white;
    padding: 1px 5px;
  }
  /* line 540, app/assets/stylesheets/desktop.css.scss */
  #mainheader #imageslider_container div.slides > div div.teaser.ts2 {
    left: 100px;
    top: 220px;
  }
  /* line 549, app/assets/stylesheets/desktop.css.scss */
  #mainheader #imageslider_container div.slides > div div.teaser.ts2 span:nth-child(2) {
    background-color: #E30613;
    padding: 0 5px;
  }
  /* line 555, app/assets/stylesheets/desktop.css.scss */
  #mainheader #imageslider_container div.slides > div div.teaser.ts2 span:nth-child(3) {
    background-color: #E30613;
    padding: 0 5px;
  }
  /* line 570, app/assets/stylesheets/desktop.css.scss */
  #mainheader #imageslider_container div.slides > div .teaser_link {
    font-size: 20px;
    font-size: 2rem;
    position: absolute;
    bottom: 17px;
    right: 17px;
    background-color: white;
    padding: 5px 7px;
  }
  /* line 584, app/assets/stylesheets/desktop.css.scss */
  #mainheader #imageslider_container > div > div {
    height: 100%;
  }
  /* line 585, app/assets/stylesheets/desktop.css.scss */
  #mainheader #imageslider_container .jssora13l, #mainheader #imageslider_container .jssora13r {
    z-index: 9999;
  }
  /* line 590, app/assets/stylesheets/desktop.css.scss */
  #mainheader #imageslider_container .jssora13l, #mainheader #imageslider_container .jssora13r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 40px;
    height: 50px;
    cursor: pointer;
    background: url(/assets/site/a22-942000fbbb1d6bebb54efe4caa440b211233391d17f76e6795f238f7613c5ca9.png) no-repeat;
    overflow: hidden;
    transition: none;
  }
  /* line 601, app/assets/stylesheets/desktop.css.scss */
  #mainheader #imageslider_container .jssora13l {
    background-position: -10px -35px;
  }
  /* line 602, app/assets/stylesheets/desktop.css.scss */
  #mainheader #imageslider_container .jssora13r {
    background-position: -70px -35px;
  }
  /* line 603, app/assets/stylesheets/desktop.css.scss */
  #mainheader #imageslider_container .jssora13l:hover {
    background-position: -130px -35px;
  }
  /* line 604, app/assets/stylesheets/desktop.css.scss */
  #mainheader #imageslider_container .jssora13r:hover {
    background-position: -190px -35px;
  }
  /* line 605, app/assets/stylesheets/desktop.css.scss */
  #mainheader #imageslider_container .jssora13l.jssora13ldn {
    background-position: -250px -35px;
  }
  /* line 606, app/assets/stylesheets/desktop.css.scss */
  #mainheader #imageslider_container .jssora13r.jssora13rdn {
    background-position: -310px -35px;
  }
  /* line 609, app/assets/stylesheets/desktop.css.scss */
  #mainheader #imageslider_container .current_catalogue {
    background-color: #E30613;
    color: white;
    height: 100%;
    width: 523px;
    padding: 20px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 999;
    font-size: 20px;
    transform: none !important;
  }
  /* line 621, app/assets/stylesheets/desktop.css.scss */
  #mainheader #imageslider_container .current_catalogue a {
    display: inline-block;
    text-decoration: underline;
  }
  /* line 624, app/assets/stylesheets/desktop.css.scss */
  #mainheader #imageslider_container .current_catalogue .slogan_part1, #mainheader #imageslider_container .current_catalogue .slogan_part2, #mainheader #imageslider_container .current_catalogue .slogan_part3 {
    position: absolute;
  }
  /* line 626, app/assets/stylesheets/desktop.css.scss */
  #mainheader #imageslider_container .current_catalogue .slogan_part1 a, #mainheader #imageslider_container .current_catalogue .slogan_part2 a, #mainheader #imageslider_container .current_catalogue .slogan_part3 a {
    color: white;
  }
  /* line 628, app/assets/stylesheets/desktop.css.scss */
  #mainheader #imageslider_container .current_catalogue .slogan_part1 a:hover, #mainheader #imageslider_container .current_catalogue .slogan_part2 a:hover, #mainheader #imageslider_container .current_catalogue .slogan_part3 a:hover {
    opacity: 0.7;
  }
  /* line 634, app/assets/stylesheets/desktop.css.scss */
  #mainheader #imageslider_container .current_catalogue .slogan_part1 {
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: uppercase;
    color: white;
    left: 32px;
    bottom: 120px;
  }
  /* line 641, app/assets/stylesheets/desktop.css.scss */
  #mainheader #imageslider_container .current_catalogue .slogan_part2 {
    font-size: 40px;
    font-size: 4rem;
    font-family: "Times New Roman", serif;
    font-style: italic;
    color: #3F3F3F;
    color: white;
    left: 170px;
    bottom: 80px;
  }
  /* line 647, app/assets/stylesheets/desktop.css.scss */
  #mainheader #imageslider_container .current_catalogue .slogan_part2 > span {
    margin-left: -40px;
  }
  /* line 652, app/assets/stylesheets/desktop.css.scss */
  #mainheader #imageslider_container .current_catalogue .slogan_part3 {
    font-size: 22px;
    font-size: 2.2rem;
    color: white;
    left: 32px;
    bottom: 15px;
  }
  /*
	FORM
------------------------------ */
  /* line 681, app/assets/stylesheets/desktop.css.scss */
  form.searchbox .field {
    zoom: 1;
  }
  /* line 123, app/assets/stylesheets/mixin.css.scss */
  form.searchbox .field:before, form.searchbox .field:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
  }
  /* line 126, app/assets/stylesheets/mixin.css.scss */
  form.searchbox .field:after {
    clear: both;
  }
  /* line 683, app/assets/stylesheets/desktop.css.scss */
  form.searchbox .field label, form.searchbox .field select, form.searchbox .field ul.article_colours {
    float: none;
    width: 100%;
  }
  /* line 693, app/assets/stylesheets/desktop.css.scss */
  form.searchbox.searchbox_sidebar {
    background-color: #f1f1f1;
    padding: 10px;
  }
  /* line 696, app/assets/stylesheets/desktop.css.scss */
  form.searchbox.searchbox_sidebar .field {
    margin-bottom: 7px;
  }
  /* line 698, app/assets/stylesheets/desktop.css.scss */
  form.searchbox.searchbox_sidebar .field * {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 700, app/assets/stylesheets/desktop.css.scss */
  form.searchbox.searchbox_sidebar input[type="submit"] {
    background-color: #9B9B9B;
    color: white;
    margin-top: 10px;
  }
  /* line 85, app/assets/stylesheets/mixin.css.scss */
  form.searchbox.searchbox_sidebar input[type="submit"]:hover {
    transition: all 0.3s ease-in 0s;
    opacity: 0.5;
  }
  /* line 712, app/assets/stylesheets/desktop.css.scss */
  form.default_form .field.with_info {
    position: relative;
  }
  /* line 714, app/assets/stylesheets/desktop.css.scss */
  form.default_form label, form.default_form input, form.default_form select, form.default_form .sod_select {
    float: left;
  }
  /* line 717, app/assets/stylesheets/desktop.css.scss */
  form.default_form label {
    max-width: 170px;
    margin-right: 20px;
  }
  /* line 720, app/assets/stylesheets/desktop.css.scss */
  form.default_form label.wide {
    width: 100%;
    max-width: 100%;
  }
  /* line 725, app/assets/stylesheets/desktop.css.scss */
  form.default_form input, form.default_form select, form.default_form .sod_select {
    max-width: 240px;
  }
  /* line 728, app/assets/stylesheets/desktop.css.scss */
  form.default_form input[type="submit"] {
    float: none;
    margin-left: 190px;
    width: auto;
    padding: 5px 10px;
  }
  /* line 735, app/assets/stylesheets/desktop.css.scss */
  form.default_form .input_street {
    max-width: 180px;
    margin-right: 20px;
  }
  /* line 736, app/assets/stylesheets/desktop.css.scss */
  form.default_form .input_housenumber {
    max-width: 40px;
  }
  /* line 739, app/assets/stylesheets/desktop.css.scss */
  form.default_form .field.birthdate select, form.default_form .field.birthdate .sod_select {
    margin-right: 20px;
  }
  /* line 741, app/assets/stylesheets/desktop.css.scss */
  form.default_form .field.birthdate select:nth-of-type(1), form.default_form .field.birthdate .sod_select:nth-of-type(1) {
    width: 60px;
  }
  /* line 742, app/assets/stylesheets/desktop.css.scss */
  form.default_form .field.birthdate select:nth-of-type(2), form.default_form .field.birthdate .sod_select:nth-of-type(2) {
    width: 70px;
  }
  /* line 743, app/assets/stylesheets/desktop.css.scss */
  form.default_form .field.birthdate select:nth-of-type(3), form.default_form .field.birthdate .sod_select:nth-of-type(3) {
    width: 70px;
    margin-right: 0;
  }
  /* line 749, app/assets/stylesheets/desktop.css.scss */
  form.default_form label.error {
    clear: left;
    margin-left: 190px;
    display: inline-block;
    width: auto;
    white-space: nowrap;
  }
  /* line 758, app/assets/stylesheets/desktop.css.scss */
  form.default_form #user_street-error, form.default_form #user_house_number-error {
    clear: none;
    margin: 0;
    position: absolute;
    padding-left: 10px;
  }
  /* line 764, app/assets/stylesheets/desktop.css.scss */
  form.default_form #user_house_number-error {
    padding-top: 20px;
  }
  /*
		TABLES
	------------------------------ */
  /* line 781, app/assets/stylesheets/desktop.css.scss */
  table.table_order_sheet {
    width: 100%;
    /*max-width: 330px;*/
  }
  /*
		CONTENTS
	------------------------------ */
  /* ----- BEGIN #content ----- */
  /* line 797, app/assets/stylesheets/desktop.css.scss */
  #content {
    /*
			LISTS
		------------------------------ */
    /*
			FORM
		------------------------------ */
    /* ----- BEGIN .table_data ----- */
    /* ----- END .table_data ----- */
  }
  /* line 801, app/assets/stylesheets/desktop.css.scss */
  #content header#contentheader.header_article_list {
    float: right;
    margin-bottom: 0px;
  }
  /* line 804, app/assets/stylesheets/desktop.css.scss */
  #content header#contentheader.header_article_list h1 {
    margin-bottom: 0px;
  }
  /* line 815, app/assets/stylesheets/desktop.css.scss */
  #content .breadcrumbs a.backlink {
    float: left;
  }
  /* line 830, app/assets/stylesheets/desktop.css.scss */
  #content ul#list_brands {
    zoom: 1;
  }
  /* line 123, app/assets/stylesheets/mixin.css.scss */
  #content ul#list_brands:before, #content ul#list_brands:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
  }
  /* line 126, app/assets/stylesheets/mixin.css.scss */
  #content ul#list_brands:after {
    clear: both;
  }
  /* line 832, app/assets/stylesheets/desktop.css.scss */
  #content ul#list_brands li {
    margin-bottom: 10px;
  }
  /* line 834, app/assets/stylesheets/desktop.css.scss */
  #content ul#list_brands li:nth-of-type(4n+1) {
    padding-right: 5px;
  }
  /* line 835, app/assets/stylesheets/desktop.css.scss */
  #content ul#list_brands li:nth-of-type(4n+2), #content ul#list_brands li:nth-of-type(4n+3) {
    padding-left: 5px;
    padding-right: 5px;
  }
  /* line 836, app/assets/stylesheets/desktop.css.scss */
  #content ul#list_brands li:nth-of-type(4n+4) {
    padding-left: 5px;
  }
  /* line 837, app/assets/stylesheets/desktop.css.scss */
  #content ul#list_brands li a {
    padding: 10px;
    background-size: auto 20px;
    height: 80px;
  }
  /* line 854, app/assets/stylesheets/desktop.css.scss */
  #content .store {
    zoom: 1;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  /* line 123, app/assets/stylesheets/mixin.css.scss */
  #content .store:before, #content .store:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
  }
  /* line 126, app/assets/stylesheets/mixin.css.scss */
  #content .store:after {
    clear: both;
  }
  /* line 858, app/assets/stylesheets/desktop.css.scss */
  #content .store .column.half:nth-of-type(2) {
    margin: 0;
  }
  /* line 859, app/assets/stylesheets/desktop.css.scss */
  #content .store img.store_map_big {
    width: auto;
  }
  /* line 867, app/assets/stylesheets/desktop.css.scss */
  #content .packstation_info {
    float: left;
    clear: none;
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 875, app/assets/stylesheets/desktop.css.scss */
  #content #packstation_text {
    -webkit-box-shadow: 0px 11px 42px -18px rgba(0, 0, 0, 0.58);
    -moz-box-shadow: 0px 11px 42px -18px rgba(0, 0, 0, 0.58);
    box-shadow: 0px 11px 42px -18px rgba(0, 0, 0, 0.58);
    position: absolute;
    left: 20px;
    top: 20px;
    padding: 3%;
    border: 1px solid #F4F4F4;
    background-color: white;
    z-index: 20;
  }
  /* line 884, app/assets/stylesheets/desktop.css.scss */
  #content #packstation_text img {
    width: auto;
  }
  /* line 889, app/assets/stylesheets/desktop.css.scss */
  #content table.table_size_chart {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 890, app/assets/stylesheets/desktop.css.scss */
  #content table.table_size_chart.full_table {
    width: 100%;
  }
  /* line 897, app/assets/stylesheets/desktop.css.scss */
  #content #size_chart {
    width: 50%;
  }
  /* line 899, app/assets/stylesheets/desktop.css.scss */
  #content #size_chart table.table_size_chart {
    width: 100%;
  }
  /* line 915, app/assets/stylesheets/desktop.css.scss */
  #content #welcome_categories .row {
    zoom: 1;
  }
  /* line 123, app/assets/stylesheets/mixin.css.scss */
  #content #welcome_categories .row:before, #content #welcome_categories .row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
  }
  /* line 126, app/assets/stylesheets/mixin.css.scss */
  #content #welcome_categories .row:after {
    clear: both;
  }
  /* line 917, app/assets/stylesheets/desktop.css.scss */
  #content #welcome_categories .row article {
    width: 33%;
  }
  /* line 919, app/assets/stylesheets/desktop.css.scss */
  #content #welcome_categories .row article:nth-of-type(1) {
    padding-right: 1.6%;
  }
  /* line 920, app/assets/stylesheets/desktop.css.scss */
  #content #welcome_categories .row article:nth-of-type(2) {
    padding-left: 0.8%;
    padding-right: 0.8%;
  }
  /* line 921, app/assets/stylesheets/desktop.css.scss */
  #content #welcome_categories .row article:nth-of-type(3) {
    padding-left: 1.6%;
  }
  /* line 926, app/assets/stylesheets/desktop.css.scss */
  #content #favourites {
    margin-bottom: 100px;
  }
  /* line 936, app/assets/stylesheets/desktop.css.scss */
  #content #welcome_categories .row.two_categories {
    text-align: center;
  }
  /* line 939, app/assets/stylesheets/desktop.css.scss */
  #content #welcome_categories .row.two_categories > div {
    display: inline-block;
    float: none;
    vertical-align: top;
    text-align: left;
    width: 33%;
    margin: 0 1%;
  }
  /* line 948, app/assets/stylesheets/desktop.css.scss */
  #content #welcome_categories .row.two_categories article {
    width: 100%;
  }
  /* line 967, app/assets/stylesheets/desktop.css.scss */
  #content .content_detail {
    zoom: 1;
  }
  /* line 123, app/assets/stylesheets/mixin.css.scss */
  #content .content_detail:before, #content .content_detail:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
  }
  /* line 126, app/assets/stylesheets/mixin.css.scss */
  #content .content_detail:after {
    clear: both;
  }
  /* line 978, app/assets/stylesheets/desktop.css.scss */
  #content .content_detail .column.large figure.image_g, #content .content_detail ul#list_brands li.large figure.image_g, #content ul#list_brands .content_detail li.large figure.image_g, #content .content_detail #welcome_categories .row article.large figure.image_g, #content #welcome_categories .row .content_detail article.large figure.image_g, #content .content_detail .content_order-transaction ul.large.cart_actions figure.image_g, #content .content_order-transaction .content_detail ul.large.cart_actions figure.image_g, #content .content_detail #mainfooter .newsletter_subscription header.large figure.image_g, #mainfooter .newsletter_subscription #content .content_detail header.large figure.image_g, #content .content_detail #mainfooter .newsletter_subscription form.large figure.image_g, #mainfooter .newsletter_subscription #content .content_detail form.large figure.image_g, #content .content_detail #mainfooter .footer_sections_wrap .large.footer_links figure.image_g, #mainfooter .footer_sections_wrap #content .content_detail .large.footer_links figure.image_g, #content .content_detail #mainfooter .footer_sections_wrap .large.sunday_openings figure.image_g, #mainfooter .footer_sections_wrap #content .content_detail .large.sunday_openings figure.image_g, #content .content_detail #mainfooter .footer_sections_wrap .large.catalogues figure.image_g, #mainfooter .footer_sections_wrap #content .content_detail .large.catalogues figure.image_g {
    float: left;
    width: 37.93%;
    position: relative;
  }
  /* line 984, app/assets/stylesheets/desktop.css.scss */
  #content .content_detail .column.large .text, #content .content_detail ul#list_brands li.large .text, #content ul#list_brands .content_detail li.large .text, #content .content_detail #welcome_categories .row article.large .text, #content #welcome_categories .row .content_detail article.large .text, #content .content_detail .content_order-transaction ul.large.cart_actions .text, #content .content_order-transaction .content_detail ul.large.cart_actions .text, #content .content_detail #mainfooter .newsletter_subscription header.large .text, #mainfooter .newsletter_subscription #content .content_detail header.large .text, #content .content_detail #mainfooter .newsletter_subscription form.large .text, #mainfooter .newsletter_subscription #content .content_detail form.large .text, #content .content_detail #mainfooter .footer_sections_wrap .large.footer_links .text, #mainfooter .footer_sections_wrap #content .content_detail .large.footer_links .text, #content .content_detail #mainfooter .footer_sections_wrap .large.sunday_openings .text, #mainfooter .footer_sections_wrap #content .content_detail .large.sunday_openings .text, #content .content_detail #mainfooter .footer_sections_wrap .large.catalogues .text, #mainfooter .footer_sections_wrap #content .content_detail .large.catalogues .text {
    float: left;
    width: 52.71%;
    margin-right: 9.36%;
  }
  /* line 991, app/assets/stylesheets/desktop.css.scss */
  #content .content_detail .column.large .further_colors, #content .content_detail ul#list_brands li.large .further_colors, #content ul#list_brands .content_detail li.large .further_colors, #content .content_detail #welcome_categories .row article.large .further_colors, #content #welcome_categories .row .content_detail article.large .further_colors, #content .content_detail .content_order-transaction ul.large.cart_actions .further_colors, #content .content_order-transaction .content_detail ul.large.cart_actions .further_colors, #content .content_detail #mainfooter .newsletter_subscription header.large .further_colors, #mainfooter .newsletter_subscription #content .content_detail header.large .further_colors, #content .content_detail #mainfooter .newsletter_subscription form.large .further_colors, #mainfooter .newsletter_subscription #content .content_detail form.large .further_colors, #content .content_detail #mainfooter .footer_sections_wrap .large.footer_links .further_colors, #mainfooter .footer_sections_wrap #content .content_detail .large.footer_links .further_colors, #content .content_detail #mainfooter .footer_sections_wrap .large.sunday_openings .further_colors, #mainfooter .footer_sections_wrap #content .content_detail .large.sunday_openings .further_colors, #content .content_detail #mainfooter .footer_sections_wrap .large.catalogues .further_colors, #mainfooter .footer_sections_wrap #content .content_detail .large.catalogues .further_colors {
    margin: 163px 0 0 0;
  }
  /* line 1013, app/assets/stylesheets/desktop.css.scss */
  #content .article {
    margin-bottom: 0;
    float: left;
    width: 24%;
    position: relative;
  }
  /* line 1018, app/assets/stylesheets/desktop.css.scss */
  #content .article:nth-of-type(2) {
    margin: 0 14%;
  }
  /* line 1022, app/assets/stylesheets/desktop.css.scss */
  #content .article ul.article_colours {
    cursor: pointer;
  }
  /* line 1026, app/assets/stylesheets/desktop.css.scss */
  #content .article figure {
    height: 200px;
    position: relative;
    margin-bottom: 40px;
  }
  /* line 1030, app/assets/stylesheets/desktop.css.scss */
  #content .article figure img {
    max-height: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0px auto;
  }
  /* line 1046, app/assets/stylesheets/desktop.css.scss */
  #content #favourites .article {
    margin: 0 17px;
  }
  /* line 1056, app/assets/stylesheets/desktop.css.scss */
  #content .content_list {
    zoom: 1;
  }
  /* line 123, app/assets/stylesheets/mixin.css.scss */
  #content .content_list:before, #content .content_list:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
  }
  /* line 126, app/assets/stylesheets/mixin.css.scss */
  #content .content_list:after {
    clear: both;
  }
  /* line 1060, app/assets/stylesheets/desktop.css.scss */
  #content .content_list .column.small, #content .content_list ul#list_brands li.small, #content ul#list_brands .content_list li.small, #content .content_list #welcome_categories .row article.small, #content #welcome_categories .row .content_list article.small, #content .content_list .content_order-transaction ul.small.cart_actions, #content .content_order-transaction .content_list ul.small.cart_actions, #content .content_list #mainfooter .newsletter_subscription header.small, #mainfooter .newsletter_subscription #content .content_list header.small, #content .content_list #mainfooter .newsletter_subscription form.small, #mainfooter .newsletter_subscription #content .content_list form.small, #content .content_list #mainfooter .footer_sections_wrap .small.footer_links, #mainfooter .footer_sections_wrap #content .content_list .small.footer_links, #content .content_list #mainfooter .footer_sections_wrap .small.sunday_openings, #mainfooter .footer_sections_wrap #content .content_list .small.sunday_openings, #content .content_list #mainfooter .footer_sections_wrap .small.catalogues, #mainfooter .footer_sections_wrap #content .content_list .small.catalogues {
    display: block;
    padding-top: 13px;
  }
  /* line 1063, app/assets/stylesheets/desktop.css.scss */
  #content .content_list .column.small h1, #content .content_list ul#list_brands li.small h1, #content ul#list_brands .content_list li.small h1, #content .content_list #welcome_categories .row article.small h1, #content #welcome_categories .row .content_list article.small h1, #content .content_list .content_order-transaction ul.small.cart_actions h1, #content .content_order-transaction .content_list ul.small.cart_actions h1, #content .content_list #mainfooter .newsletter_subscription header.small h1, #mainfooter .newsletter_subscription #content .content_list header.small h1, #content .content_list #mainfooter .newsletter_subscription form.small h1, #mainfooter .newsletter_subscription #content .content_list form.small h1, #content .content_list #mainfooter .footer_sections_wrap .small.footer_links h1, #mainfooter .footer_sections_wrap #content .content_list .small.footer_links h1, #content .content_list #mainfooter .footer_sections_wrap .small.sunday_openings h1, #mainfooter .footer_sections_wrap #content .content_list .small.sunday_openings h1, #content .content_list #mainfooter .footer_sections_wrap .small.catalogues h1, #mainfooter .footer_sections_wrap #content .content_list .small.catalogues h1 {
    font-family: "Times New Roman", serif;
    font-style: italic;
    color: #3F3F3F;
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
  }
  /* line 1068, app/assets/stylesheets/desktop.css.scss */
  #content .content_list .column.small h2, #content .content_list ul#list_brands li.small h2, #content ul#list_brands .content_list li.small h2, #content .content_list #welcome_categories .row article.small h2, #content #welcome_categories .row .content_list article.small h2, #content .content_list .content_order-transaction ul.small.cart_actions h2, #content .content_order-transaction .content_list ul.small.cart_actions h2, #content .content_list #mainfooter .newsletter_subscription header.small h2, #mainfooter .newsletter_subscription #content .content_list header.small h2, #content .content_list #mainfooter .newsletter_subscription form.small h2, #mainfooter .newsletter_subscription #content .content_list form.small h2, #content .content_list #mainfooter .footer_sections_wrap .small.footer_links h2, #mainfooter .footer_sections_wrap #content .content_list .small.footer_links h2, #content .content_list #mainfooter .footer_sections_wrap .small.sunday_openings h2, #mainfooter .footer_sections_wrap #content .content_list .small.sunday_openings h2, #content .content_list #mainfooter .footer_sections_wrap .small.catalogues h2, #mainfooter .footer_sections_wrap #content .content_list .small.catalogues h2 {
    margin-bottom: 10px;
  }
  /* line 1071, app/assets/stylesheets/desktop.css.scss */
  #content .content_list .column.small form, #content .content_list ul#list_brands li.small form, #content ul#list_brands .content_list li.small form, #content .content_list #welcome_categories .row article.small form, #content #welcome_categories .row .content_list article.small form, #content .content_list .content_order-transaction ul.small.cart_actions form, #content .content_order-transaction .content_list ul.small.cart_actions form, #content .content_list #mainfooter .newsletter_subscription header.small form, #mainfooter .newsletter_subscription #content .content_list header.small form, #content .content_list #mainfooter .newsletter_subscription form.small form, #mainfooter .newsletter_subscription #content .content_list form.small form, #content .content_list #mainfooter .footer_sections_wrap .small.footer_links form, #mainfooter .footer_sections_wrap #content .content_list .small.footer_links form, #content .content_list #mainfooter .footer_sections_wrap .small.sunday_openings form, #mainfooter .footer_sections_wrap #content .content_list .small.sunday_openings form, #content .content_list #mainfooter .footer_sections_wrap .small.catalogues form, #mainfooter .footer_sections_wrap #content .content_list .small.catalogues form {
    margin-bottom: 40px;
  }
  /* line 1073, app/assets/stylesheets/desktop.css.scss */
  #content .content_list .column.small form input, #content .content_list ul#list_brands li.small form input, #content ul#list_brands .content_list li.small form input, #content .content_list #welcome_categories .row article.small form input, #content #welcome_categories .row .content_list article.small form input, #content .content_list .content_order-transaction ul.small.cart_actions form input, #content .content_order-transaction .content_list ul.small.cart_actions form input, #content .content_list #mainfooter .newsletter_subscription header.small form input, #mainfooter .newsletter_subscription #content .content_list header.small form input, #content .content_list #mainfooter .newsletter_subscription form.small form input, #mainfooter .newsletter_subscription #content .content_list form.small form input, #content .content_list #mainfooter .footer_sections_wrap .small.footer_links form input, #mainfooter .footer_sections_wrap #content .content_list .small.footer_links form input, #content .content_list #mainfooter .footer_sections_wrap .small.sunday_openings form input, #mainfooter .footer_sections_wrap #content .content_list .small.sunday_openings form input, #content .content_list #mainfooter .footer_sections_wrap .small.catalogues form input, #mainfooter .footer_sections_wrap #content .content_list .small.catalogues form input {
    padding: 0;
  }
  /* line 1075, app/assets/stylesheets/desktop.css.scss */
  #content .content_list .column.small form input#search_term, #content .content_list ul#list_brands li.small form input#search_term, #content ul#list_brands .content_list li.small form input#search_term, #content .content_list #welcome_categories .row article.small form input#search_term, #content #welcome_categories .row .content_list article.small form input#search_term, #content .content_list .content_order-transaction ul.small.cart_actions form input#search_term, #content .content_order-transaction .content_list ul.small.cart_actions form input#search_term, #content .content_list #mainfooter .newsletter_subscription header.small form input#search_term, #mainfooter .newsletter_subscription #content .content_list header.small form input#search_term, #content .content_list #mainfooter .newsletter_subscription form.small form input#search_term, #mainfooter .newsletter_subscription #content .content_list form.small form input#search_term, #content .content_list #mainfooter .footer_sections_wrap .small.footer_links form input#search_term, #mainfooter .footer_sections_wrap #content .content_list .small.footer_links form input#search_term, #content .content_list #mainfooter .footer_sections_wrap .small.sunday_openings form input#search_term, #mainfooter .footer_sections_wrap #content .content_list .small.sunday_openings form input#search_term, #content .content_list #mainfooter .footer_sections_wrap .small.catalogues form input#search_term, #mainfooter .footer_sections_wrap #content .content_list .small.catalogues form input#search_term {
    width: 100%;
  }
  /* line 1083, app/assets/stylesheets/desktop.css.scss */
  #content .content_list .column.large .article_row, #content .content_list ul#list_brands li.large .article_row, #content ul#list_brands .content_list li.large .article_row, #content .content_list #welcome_categories .row article.large .article_row, #content #welcome_categories .row .content_list article.large .article_row, #content .content_list .content_order-transaction ul.large.cart_actions .article_row, #content .content_order-transaction .content_list ul.large.cart_actions .article_row, #content .content_list #mainfooter .newsletter_subscription header.large .article_row, #mainfooter .newsletter_subscription #content .content_list header.large .article_row, #content .content_list #mainfooter .newsletter_subscription form.large .article_row, #mainfooter .newsletter_subscription #content .content_list form.large .article_row, #content .content_list #mainfooter .footer_sections_wrap .large.footer_links .article_row, #mainfooter .footer_sections_wrap #content .content_list .large.footer_links .article_row, #content .content_list #mainfooter .footer_sections_wrap .large.sunday_openings .article_row, #mainfooter .footer_sections_wrap #content .content_list .large.sunday_openings .article_row, #content .content_list #mainfooter .footer_sections_wrap .large.catalogues .article_row, #mainfooter .footer_sections_wrap #content .content_list .large.catalogues .article_row {
    zoom: 1;
    position: relative;
    margin-bottom: 59px;
  }
  /* line 123, app/assets/stylesheets/mixin.css.scss */
  #content .content_list .column.large .article_row:before, #content .content_list ul#list_brands li.large .article_row:before, #content ul#list_brands .content_list li.large .article_row:before, #content .content_list #welcome_categories .row article.large .article_row:before, #content #welcome_categories .row .content_list article.large .article_row:before, #content .content_list .content_order-transaction ul.large.cart_actions .article_row:before, #content .content_order-transaction .content_list ul.large.cart_actions .article_row:before, #content .content_list #mainfooter .newsletter_subscription header.large .article_row:before, #mainfooter .newsletter_subscription #content .content_list header.large .article_row:before, #content .content_list #mainfooter .newsletter_subscription form.large .article_row:before, #mainfooter .newsletter_subscription #content .content_list form.large .article_row:before, #content .content_list #mainfooter .footer_sections_wrap .large.footer_links .article_row:before, #mainfooter .footer_sections_wrap #content .content_list .large.footer_links .article_row:before, #content .content_list #mainfooter .footer_sections_wrap .large.sunday_openings .article_row:before, #mainfooter .footer_sections_wrap #content .content_list .large.sunday_openings .article_row:before, #content .content_list #mainfooter .footer_sections_wrap .large.catalogues .article_row:before, #mainfooter .footer_sections_wrap #content .content_list .large.catalogues .article_row:before, #content .content_list .column.large .article_row:after, #content .content_list ul#list_brands li.large .article_row:after, #content ul#list_brands .content_list li.large .article_row:after, #content .content_list #welcome_categories .row article.large .article_row:after, #content #welcome_categories .row .content_list article.large .article_row:after, #content .content_list .content_order-transaction ul.large.cart_actions .article_row:after, #content .content_order-transaction .content_list ul.large.cart_actions .article_row:after, #content .content_list #mainfooter .newsletter_subscription header.large .article_row:after, #mainfooter .newsletter_subscription #content .content_list header.large .article_row:after, #content .content_list #mainfooter .newsletter_subscription form.large .article_row:after, #mainfooter .newsletter_subscription #content .content_list form.large .article_row:after, #content .content_list #mainfooter .footer_sections_wrap .large.footer_links .article_row:after, #mainfooter .footer_sections_wrap #content .content_list .large.footer_links .article_row:after, #content .content_list #mainfooter .footer_sections_wrap .large.sunday_openings .article_row:after, #mainfooter .footer_sections_wrap #content .content_list .large.sunday_openings .article_row:after, #content .content_list #mainfooter .footer_sections_wrap .large.catalogues .article_row:after, #mainfooter .footer_sections_wrap #content .content_list .large.catalogues .article_row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
  }
  /* line 126, app/assets/stylesheets/mixin.css.scss */
  #content .content_list .column.large .article_row:after, #content .content_list ul#list_brands li.large .article_row:after, #content ul#list_brands .content_list li.large .article_row:after, #content .content_list #welcome_categories .row article.large .article_row:after, #content #welcome_categories .row .content_list article.large .article_row:after, #content .content_list .content_order-transaction ul.large.cart_actions .article_row:after, #content .content_order-transaction .content_list ul.large.cart_actions .article_row:after, #content .content_list #mainfooter .newsletter_subscription header.large .article_row:after, #mainfooter .newsletter_subscription #content .content_list header.large .article_row:after, #content .content_list #mainfooter .newsletter_subscription form.large .article_row:after, #mainfooter .newsletter_subscription #content .content_list form.large .article_row:after, #content .content_list #mainfooter .footer_sections_wrap .large.footer_links .article_row:after, #mainfooter .footer_sections_wrap #content .content_list .large.footer_links .article_row:after, #content .content_list #mainfooter .footer_sections_wrap .large.sunday_openings .article_row:after, #mainfooter .footer_sections_wrap #content .content_list .large.sunday_openings .article_row:after, #content .content_list #mainfooter .footer_sections_wrap .large.catalogues .article_row:after, #mainfooter .footer_sections_wrap #content .content_list .large.catalogues .article_row:after {
    clear: both;
  }
  /* line 1088, app/assets/stylesheets/desktop.css.scss */
  #content .content_list .column.large .article_row .further_colours, #content .content_list ul#list_brands li.large .article_row .further_colours, #content ul#list_brands .content_list li.large .article_row .further_colours, #content .content_list #welcome_categories .row article.large .article_row .further_colours, #content #welcome_categories .row .content_list article.large .article_row .further_colours, #content .content_list .content_order-transaction ul.large.cart_actions .article_row .further_colours, #content .content_order-transaction .content_list ul.large.cart_actions .article_row .further_colours, #content .content_list #mainfooter .newsletter_subscription header.large .article_row .further_colours, #mainfooter .newsletter_subscription #content .content_list header.large .article_row .further_colours, #content .content_list #mainfooter .newsletter_subscription form.large .article_row .further_colours, #mainfooter .newsletter_subscription #content .content_list form.large .article_row .further_colours, #content .content_list #mainfooter .footer_sections_wrap .large.footer_links .article_row .further_colours, #mainfooter .footer_sections_wrap #content .content_list .large.footer_links .article_row .further_colours, #content .content_list #mainfooter .footer_sections_wrap .large.sunday_openings .article_row .further_colours, #mainfooter .footer_sections_wrap #content .content_list .large.sunday_openings .article_row .further_colours, #content .content_list #mainfooter .footer_sections_wrap .large.catalogues .article_row .further_colours, #mainfooter .footer_sections_wrap #content .content_list .large.catalogues .article_row .further_colours {
    display: block;
    visibility: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  /* line 1122, app/assets/stylesheets/desktop.css.scss */
  #content .content_order-transaction {
    /* ----- BEGIN .table_orders ----- */
    /* ----- END .table_orders ----- */
  }
  /* line 1124, app/assets/stylesheets/desktop.css.scss */
  #content .content_order-transaction #contentheader {
    width: 50%;
    margin: 0 auto;
  }
  /* line 1134, app/assets/stylesheets/desktop.css.scss */
  #content .content_order-transaction table.table_orders {
    width: 100%;
  }
  /* line 1137, app/assets/stylesheets/desktop.css.scss */
  #content .content_order-transaction table.table_orders table {
    width: 100%;
  }
  /* line 1142, app/assets/stylesheets/desktop.css.scss */
  #content .content_order-transaction table.table_orders tr th.fixed_td_width, #content .content_order-transaction table.table_orders tr td.fixed_td_width {
    width: 80px;
  }
  /* line 1144, app/assets/stylesheets/desktop.css.scss */
  #content .content_order-transaction table.table_orders tr th.fixed_td_width.wide, #content .content_order-transaction table.table_orders tr td.fixed_td_width.wide {
    width: 130px;
  }
  /* line 1145, app/assets/stylesheets/desktop.css.scss */
  #content .content_order-transaction table.table_orders tr th.fixed_td_width.wide_wishlist, #content .content_order-transaction table.table_orders tr td.fixed_td_width.wide_wishlist {
    width: 170px;
  }
  /* line 1153, app/assets/stylesheets/desktop.css.scss */
  #content .content_order-transaction table.table_orders tr td.overview_order_total {
    text-align: right;
    margin-bottom: 1px;
    background-color: #F4F4F4;
    border-bottom: 1px solid white;
  }
  /* line 1159, app/assets/stylesheets/desktop.css.scss */
  #content .content_order-transaction table.table_orders tr td.overview_order_total.dark {
    color: white;
    background-color: #444;
  }
  /* line 1166, app/assets/stylesheets/desktop.css.scss */
  #content .content_order-transaction table.table_orders tr td .legals {
    height: 300px;
    overflow-y: scroll;
    background-color: #F4F4F4;
    padding: 20px;
  }
  /* line 1185, app/assets/stylesheets/desktop.css.scss */
  #content .content_order-transaction .checkout_buttons .button_next #store_order_info, #content .content_order-transaction .checkout_buttons .button_prev #store_order_info {
    width: 30%;
    float: right;
  }
  /* line 1190, app/assets/stylesheets/desktop.css.scss */
  #content .content_order-transaction .checkout_buttons .button_next {
    float: right;
  }
  /* line 1193, app/assets/stylesheets/desktop.css.scss */
  #content .content_order-transaction .checkout_buttons .button_prev {
    float: left;
  }
  /* line 1197, app/assets/stylesheets/desktop.css.scss */
  #content .content_order-transaction .checkout_buttons .notice_cc {
    margin-top: 24px;
    padding: 6px;
    border: 1px solid #E30613;
  }
  /* line 1236, app/assets/stylesheets/desktop.css.scss */
  #content .content_order-transaction #addressbook_delivery .order_address_single {
    margin: 0 10px 10px 0;
  }
  /* line 1270, app/assets/stylesheets/desktop.css.scss */
  #content nav#dashboard > ul > li {
    margin-bottom: 0;
  }
  /* ----- END #content ----- */
  /*
		FOOTER
	------------------------------ */
  /* line 1311, app/assets/stylesheets/desktop.css.scss */
  #mainfooter .newsletter_subscription form input[type="submit"] {
    margin-right: 0;
  }
  /* line 1317, app/assets/stylesheets/desktop.css.scss */
  #mainfooter .footer_sections_wrap {
    zoom: 1;
  }
  /* line 123, app/assets/stylesheets/mixin.css.scss */
  #mainfooter .footer_sections_wrap:before, #mainfooter .footer_sections_wrap:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
  }
  /* line 126, app/assets/stylesheets/mixin.css.scss */
  #mainfooter .footer_sections_wrap:after {
    clear: both;
  }
  /* line 1320, app/assets/stylesheets/desktop.css.scss */
  #mainfooter .footer_sections_wrap .footer_links {
    width: 33%;
    display: block;
  }
  /* line 1323, app/assets/stylesheets/desktop.css.scss */
  #mainfooter .footer_sections_wrap .footer_links > ul {
    max-width: 90%;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #9B9B9B;
  }
  /* line 1329, app/assets/stylesheets/desktop.css.scss */
  #mainfooter .footer_sections_wrap .footer_links > ul > li .footer_link_title {
    font-size: 22px;
    font-size: 2.2rem;
    font-family: "Times New Roman", serif;
    font-style: italic;
    color: #3F3F3F;
    display: inline-block;
    margin-bottom: 17px;
  }
  /* line 1337, app/assets/stylesheets/desktop.css.scss */
  #mainfooter .footer_sections_wrap .footer_links > ul > li ul li a {
    color: #000000;
    display: block;
  }
  /* line 85, app/assets/stylesheets/mixin.css.scss */
  #mainfooter .footer_sections_wrap .footer_links > ul > li ul li a:hover {
    transition: all 0.3s ease-in 0s;
    opacity: 0.5;
  }
  /* line 1341, app/assets/stylesheets/desktop.css.scss */
  #mainfooter .footer_sections_wrap .footer_links > ul > li ul li a:before {
    content: ">";
    margin-right: 7px;
  }
  /* line 1353, app/assets/stylesheets/desktop.css.scss */
  #mainfooter .footer_sections_wrap .sunday_openings {
    width: 33%;
  }
  /* line 1358, app/assets/stylesheets/desktop.css.scss */
  #mainfooter .footer_sections_wrap .catalogues {
    width: 33%;
  }
  /* line 1360, app/assets/stylesheets/desktop.css.scss */
  #mainfooter .footer_sections_wrap .catalogues article {
    zoom: 1;
    float: none;
    width: 100%;
    padding: 0px !important;
  }
  /* line 123, app/assets/stylesheets/mixin.css.scss */
  #mainfooter .footer_sections_wrap .catalogues article:before, #mainfooter .footer_sections_wrap .catalogues article:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
  }
  /* line 126, app/assets/stylesheets/mixin.css.scss */
  #mainfooter .footer_sections_wrap .catalogues article:after {
    clear: both;
  }
  /* line 1365, app/assets/stylesheets/desktop.css.scss */
  #mainfooter .footer_sections_wrap .catalogues article figure.cover {
    float: left;
    width: 41%;
    padding-right: 4.5%;
  }
  /* line 1369, app/assets/stylesheets/desktop.css.scss */
  #mainfooter .footer_sections_wrap .catalogues article figure.cover img {
    width: 100%;
    height: auto;
  }
  /* line 1374, app/assets/stylesheets/desktop.css.scss */
  #mainfooter .footer_sections_wrap .catalogues article div.covertext {
    float: left;
    width: 54.5%;
  }
  /* line 1377, app/assets/stylesheets/desktop.css.scss */
  #mainfooter .footer_sections_wrap .catalogues article div.covertext a.online_catalogue {
    display: block;
  }
  /* line 1391, app/assets/stylesheets/desktop.css.scss */
  #mainfooter .newsletter_subscription .inner {
    display: flex;
  }
  /* line 1394, app/assets/stylesheets/desktop.css.scss */
  #mainfooter .newsletter_subscription header {
    width: 50%;
  }
  /* line 1397, app/assets/stylesheets/desktop.css.scss */
  #mainfooter .newsletter_subscription form {
    width: 50%;
    text-align: right;
  }
  /* line 1400, app/assets/stylesheets/desktop.css.scss */
  #mainfooter .newsletter_subscription form h2, #mainfooter .newsletter_subscription form input {
    display: inline-block;
    margin-right: 2%;
    vertical-align: top;
  }
  /* line 1407, app/assets/stylesheets/desktop.css.scss */
  #mainfooter .newsletter_subscription form input[type="email"] {
    width: 40%;
  }
  /* line 1411, app/assets/stylesheets/desktop.css.scss */
  #mainfooter .newsletter_subscription form input[type="submit"] {
    width: 15%;
    min-width: 75px;
  }
}

/* ===================================================== //

		// Weitere Media Queries

// ===================================================== */
@media (max-width: 1187px) and (min-width: 50em) {
  /* line 1439, app/assets/stylesheets/desktop.css.scss */
  .inner {
    padding-left: 60px;
    padding-right: 20px;
  }
  /* line 1446, app/assets/stylesheets/desktop.css.scss */
  footer form#nl_form input[type="email"] {
    width: 40% !important;
  }
}

@media (max-width: 949px) and (min-width: 50em) {
  /* line 1458, app/assets/stylesheets/desktop.css.scss */
  .content_detail #form input[type="submit"] {
    padding: 5% !important;
    background-image: none !important;
  }
}

@media (max-width: 940px) and (min-width: 50em) {
  /* line 1469, app/assets/stylesheets/desktop.css.scss */
  .newsletter_subscription form h2 {
    display: none !important;
  }
}

/* ===================================================== //

		// CHROME / SAFARI / OPERA

// ===================================================== */
/* line 1478, app/assets/stylesheets/desktop.css.scss */
#wrapper:not(*:root) {
  padding-top: 137px !important;
}

/* line 1479, app/assets/stylesheets/desktop.css.scss */
.ul_wrap:not(*:root) {
  top: 29px !important;
}

/* ===================================================== //

		// WISHLIST

// ===================================================== */
/* line 1489, app/assets/stylesheets/desktop.css.scss */
.i_like {
  position: absolute;
  top: 20px;
  z-index: 5;
}

/* line 1494, app/assets/stylesheets/desktop.css.scss */
.i_like img {
  width: 25px !important;
  cursor: pointer;
}

/* line 1500, app/assets/stylesheets/desktop.css.scss */
.i_like.show img {
  width: 32px !important;
}

/* The Modal (background) */
/* line 1509, app/assets/stylesheets/desktop.css.scss */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 10;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Header */
/* line 1523, app/assets/stylesheets/desktop.css.scss */
.modal-header {
  padding: 12px 16px;
  background-color: #E30613;
  color: white;
  font-size: 2.2rem;
}

/* Modal Body */
/* line 1533, app/assets/stylesheets/desktop.css.scss */
.modal-body {
  padding: 12px 16px;
}

/* Modal Content */
/* line 1536, app/assets/stylesheets/desktop.css.scss */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 0;
  border: 1px solid #888;
  width: 70%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  animation-name: animatetop;
  animation-duration: 0.4s;
}

/* The Close Button */
/* line 1550, app/assets/stylesheets/desktop.css.scss */
.closeModal {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

/* line 1557, app/assets/stylesheets/desktop.css.scss */
.closeModal:hover,
.closeModal:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* line 1565, app/assets/stylesheets/desktop.css.scss */
.submit_wishlist {
  padding: 8px 8px 8px 40px !important;
  border: 1px solid #3F3F3F !important;
  background-color: #F4F4F4 !important;
}

/* ===================================================== //

		// Googlemap

// ===================================================== */
/* line 1578, app/assets/stylesheets/desktop.css.scss */
#googlemap {
  width: 90%;
  height: 450px;
}

/* ===================================================== //

		// Sonstiges

// ===================================================== */
/* line 1589, app/assets/stylesheets/desktop.css.scss */
.link_underline {
  text-decoration: underline;
}

/* line 1593, app/assets/stylesheets/desktop.css.scss */
.regular-price {
  color: #3F3F3F;
  text-decoration: line-through;
  padding-right: 10px;
}

/* line 1599, app/assets/stylesheets/desktop.css.scss */
.sale-price {
  color: #d02626 !important;
}

/* line 1604, app/assets/stylesheets/desktop.css.scss */
.font-bold, .sale-price {
  font-weight: 700;
}

/* ===================================================== //

         // Flexbox - im Moment nur in Admin Benutzerverwaltung genutzt (admin/users)

 // ===================================================== */
/* line 1616, app/assets/stylesheets/desktop.css.scss */
.flex-container {
  display: flex;
  flex-wrap: wrap;
}

/* line 1621, app/assets/stylesheets/desktop.css.scss */
.flex-item-left {
  flex: 50%;
}

/* line 1625, app/assets/stylesheets/desktop.css.scss */
.flex-item-right {
  flex: 50%;
}

@media (max-width: 800px) {
  /* line 1630, app/assets/stylesheets/desktop.css.scss */
  .flex-item-right, .flex-item-left {
    flex: 100%;
  }
}

/* line 1635, app/assets/stylesheets/desktop.css.scss */
.withdrawal-button {
  display: block;
  background-color: #E30613;
  padding: 5px;
}

/* line 1639, app/assets/stylesheets/desktop.css.scss */
.withdrawal-button a {
  color: white !important;
}
/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu oncanvas CSS
*/
/* line 7, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-hidden {
  display: none !important;
}

/* line 10, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

/* line 14, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu,
.mm-menu > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

/* line 24, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0;
}

/* line 30, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

/* line 41, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-panel.mm-opened {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

/* line 47, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-panel.mm-subopened {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}

/* line 53, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-panel.mm-highest {
  z-index: 1;
}

/* line 56, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu > .mm-panel {
  background: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 0 20px;
}

/* line 64, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu > .mm-panel.mm-hasheader {
  padding-top: 40px;
}

/* line 66, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu > .mm-panel:before, .mm-menu > .mm-panel:after {
  content: '';
  display: block;
  height: 20px;
}

/* line 71, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}

/* line 78, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}

/* line 82, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent;
}

/* line 86, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block;
}

/* line 90, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  height: 40px;
  bottom: auto;
}

/* line 94, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-vertical .mm-listview > li > .mm-next:after,
.mm-listview > li.mm-vertical > .mm-next:after {
  top: 16px;
  bottom: auto;
}

/* line 98, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 106, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-header {
  border-bottom: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* line 117, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-header > a {
  text-decoration: none;
  display: block;
  padding: 10px 0;
}

/* line 121, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-header .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 125, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-header .mm-btn {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1;
}

/* line 132, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-header .mm-btn:first-child {
  padding-left: 20px;
  left: 0;
}

/* line 135, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-header .mm-btn:last-child {
  padding-right: 20px;
  right: 0;
}

/* line 139, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

/* line 146, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-listview {
  font: inherit;
  font-size: 16px;
}

/* line 151, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-listview a,
.mm-listview a:hover {
  text-decoration: none;
}

/* line 154, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-listview > li {
  position: relative;
}

/* line 156, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-listview > li > a,
.mm-listview > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  line-height: 20px;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}

/* line 166, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-listview > li:not(.mm-divider):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 175, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-listview > li:not(.mm-divider):after {
  left: 20px;
}

/* line 177, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

/* line 186, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-listview .mm-next:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

/* line 195, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
  margin-right: 50px;
}

/* line 198, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-listview .mm-next.mm-fullsubopen {
  width: 100%;
}

/* line 200, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none;
}

/* line 202, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0;
}

/* line 207, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu > .mm-panel > .mm-listview {
  margin-left: -20px;
  margin-right: -20px;
}

/* line 210, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu > .mm-panel > .mm-listview.mm-first {
  margin-top: -20px;
}

/* line 212, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu > .mm-panel > .mm-listview.mm-last {
  padding-bottom: 20px;
}

/* line 215, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-prev:before,
.mm-next:after {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 232, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 20px;
}

/* line 237, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-next:after {
  border-top: none;
  border-left: none;
  right: 20px;
}

/* line 242, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
}

/* line 251, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-listview > li.mm-spacer {
  padding-top: 40px;
}

/* line 253, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-listview > li.mm-spacer > .mm-next {
  top: 40px;
}

/* line 255, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-listview > li.mm-spacer.mm-divider {
  padding-top: 25px;
}

/* line 258, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu {
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.7);
}

/* line 261, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 263, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu .mm-header > a {
  color: rgba(0, 0, 0, 0.3);
}

/* line 265, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu .mm-header .mm-btn:before,
.mm-menu .mm-header .mm-btn:after {
  border-color: rgba(0, 0, 0, 0.3);
}

/* line 268, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu .mm-listview > li:after {
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 270, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu .mm-listview > li > a.mm-prev, .mm-menu .mm-listview > li > a.mm-next {
  color: rgba(0, 0, 0, 0.3);
}

/* line 272, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu .mm-listview > li > a.mm-prev:before, .mm-menu .mm-listview > li > a.mm-next:after {
  border-color: rgba(0, 0, 0, 0.3);
}

/* line 274, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu .mm-listview > li > a.mm-prev:after, .mm-menu .mm-listview > li > a.mm-next:before {
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 276, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5);
}

/* line 279, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-vertical .mm-listview li.mm-opened > a.mm-next,
.mm-menu.mm-vertical .mm-listview li.mm-opened > .mm-panel,
.mm-menu .mm-listview li.mm-opened.mm-vertical > a.mm-next,
.mm-menu .mm-listview li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.05);
}

/* line 284, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu .mm-divider {
  background: rgba(0, 0, 0, 0.05);
}

/*
	jQuery.mmenu offcanvas addon CSS
*/
/* line 290, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-page {
  box-sizing: border-box;
  position: relative;
}

/* line 294, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
}

/* line 299, app/assets/stylesheets/jquery.mmenu.all.scss */
html.mm-opened {
  overflow: hidden;
  position: relative;
}

/* line 302, app/assets/stylesheets/jquery.mmenu.all.scss */
html.mm-opened body {
  overflow: hidden;
}

/* line 304, app/assets/stylesheets/jquery.mmenu.all.scss */
html.mm-opened .mm-page {
  min-height: 100vh;
}

/* line 307, app/assets/stylesheets/jquery.mmenu.all.scss */
html.mm-background .mm-page {
  background: inherit;
}

/* line 310, app/assets/stylesheets/jquery.mmenu.all.scss */
#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}

/* line 320, app/assets/stylesheets/jquery.mmenu.all.scss */
html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block;
}

/* line 324, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-offcanvas {
  display: none;
  position: fixed;
}

/* line 327, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-current {
  display: block;
}

/* line 330, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}

/* line 335, app/assets/stylesheets/jquery.mmenu.all.scss */
html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0);
}

@media all and (max-width: 175px) {
  /* line 343, app/assets/stylesheets/jquery.mmenu.all.scss */
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}

@media all and (min-width: 550px) {
  /* line 350, app/assets/stylesheets/jquery.mmenu.all.scss */
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0);
  }
}

/*
	jQuery.mmenu autoHeight addon CSS
*/
/* line 359, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-top.mm-autoheight, .mm-menu.mm-bottom.mm-autoheight {
  max-height: 80%;
}

/* line 361, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-top.mm-autoheight.mm-fullscreen, .mm-menu.mm-bottom.mm-autoheight.mm-fullscreen {
  max-height: 100%;
}

/* line 363, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-measureheight > .mm-panel {
  bottom: auto !important;
  height: auto !important;
}

/*
	jQuery.mmenu buttonbars addon CSS
*/
/* line 370, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-buttonbar {
  border: 1px solid transparent;
  border-radius: 5px;
  text-align: center;
  line-height: 20px;
  overflow: hidden;
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
}

/* line 380, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-buttonbar:after {
  content: '';
  display: block;
  clear: both;
}

/* line 384, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-buttonbar > * {
  border-left: 1px solid transparent;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 394, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-buttonbar > a {
  text-decoration: none;
}

/* line 396, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-buttonbar > input {
  position: absolute;
  left: -1000px;
  top: -1000px;
}

/* line 400, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-buttonbar > input:checked + label {
  border-color: transparent  !important;
}

/* line 402, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-buttonbar > *:first-child,
.mm-buttonbar > input:first-child + * {
  border-left: none;
}

/* line 405, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-buttonbar.mm-buttonbar-2 > * {
  width: 50%;
}

/* line 407, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-buttonbar.mm-buttonbar-3 > * {
  width: 33.33%;
}

/* line 409, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-buttonbar.mm-buttonbar-4 > * {
  width: 25%;
}

/* line 411, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-buttonbar.mm-buttonbar-5 > * {
  width: 20%;
}

/* line 414, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-header .mm-buttonbar {
  margin-top: 0px;
  margin-left: -30px;
  margin-right: -30px;
}

/* line 419, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-footer .mm-buttonbar {
  border: none;
  border-radius: none;
  line-height: 40px;
  margin: -10px -10px 0 -20px;
}

/* line 424, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-footer .mm-buttonbar > * {
  border-left: none;
}

/* line 427, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-listview > li > .mm-buttonbar {
  margin: 10px 20px;
}

/* line 430, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.7);
  background: #f3f3f3;
}

/* line 433, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu .mm-buttonbar > * {
  border-color: rgba(0, 0, 0, 0.7);
}

/* line 435, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu .mm-buttonbar > input:checked + label {
  background: rgba(0, 0, 0, 0.7);
  color: #f3f3f3;
}

/*
	jQuery.mmenu counters addon CSS
*/
/* line 442, app/assets/stylesheets/jquery.mmenu.all.scss */
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 50px;
  top: 50%;
}

/* line 453, app/assets/stylesheets/jquery.mmenu.all.scss */
em.mm-counter + a.mm-next {
  padding-left: 40px;
}

/* line 455, app/assets/stylesheets/jquery.mmenu.all.scss */
em.mm-counter + a.mm-next + a,
em.mm-counter + a.mm-next + span {
  margin-right: 90px;
}

/* line 458, app/assets/stylesheets/jquery.mmenu.all.scss */
em.mm-counter + a.mm-fullsubopen {
  padding-left: 0;
}

/* line 461, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0;
}

/* line 464, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px;
}

/* line 467, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-nosubresults > .mm-counter {
  display: none;
}

/* line 470, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}

/*
	jQuery.mmenu dragOpen addon CSS
*/
/* line 476, app/assets/stylesheets/jquery.mmenu.all.scss */
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/*
	jQuery.mmenu footer addon CSS
*/
/* line 490, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-footer {
  background: inherit;
  border-top: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 10px 20px;
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 509, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-hasfooter > .mm-panel {
  bottom: 40px;
}

/* line 512, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
}

/*
	jQuery.mmenu header addon CSS
*/
/* line 519, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu > .mm-header {
  background: inherit;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 527, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu > .mm-header .mm-close:after {
  content: 'x';
}

/* line 530, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-hassearch > .mm-header {
  top: 40px;
}

/* line 533, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-hasheader .mm-panel .mm-header {
  display: none;
}

/* line 535, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-hasheader .mm-panel,
.mm-menu.mm-hasheader .mm-fixeddivider {
  top: 40px;
}

/* line 538, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-hasheader.mm-hassearch .mm-panel,
.mm-menu.mm-hasheader.mm-hassearch .mm-fixeddivider {
  top: 80px;
}

/*
	jQuery.mmenu dividers addon CSS
*/
/* line 545, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px;
}

/* line 551, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 558, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-collapsed:not(.mm-uncollapsed) {
  display: none;
}

/* line 561, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 574, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-fixeddivider:after {
  content: none !important;
  display: none !important;
}

/* line 578, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-hasdividers .mm-fixeddivider {
  display: block;
}

/* line 581, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05);
}

/*
	jQuery.mmenu searchfield addon CSS
*/
/* line 587, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-search,
.mm-search input {
  box-sizing: border-box;
}

/* line 591, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu > .mm-search {
  background: inherit;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 600, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-search {
  height: 40px;
  width: 100%;
  padding: 10px 10px 0 10px;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 607, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-search input {
  border: none;
  border-radius: 25px;
  font: inherit;
  font-size: 14px;
  line-height: 25px;
  outline: none;
  display: block;
  width: 100%;
  height: 25px;
  margin: 0;
  padding: 0 10px;
}

/* line 619, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-search input::-ms-clear {
  display: none;
}

/* line 622, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-panel.mm-hassearch {
  padding-top: 40px;
}

/* line 624, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-panel.mm-hassearch.mm-hasheader {
  padding-top: 80px;
}

/* line 626, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-panel.mm-hassearch.mm-hasheader .mm-search {
  top: 40px;
}

/* line 629, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 40px 0;
}

/* line 635, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-noresults .mm-noresultsmsg {
  display: block;
}

/* line 637, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-noresults .mm-indexer {
  display: none !important;
}

/* line 640, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu li.mm-nosubresults > a.mm-next {
  display: none;
}

/* line 642, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu li.mm-nosubresults > a.mm-next + a,
.mm-menu li.mm-nosubresults > a.mm-next + span {
  padding-right: 10px;
}

/* line 645, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-hassearch .mm-panel,
.mm-menu.mm-hassearch .mm-fixeddivider {
  top: 40px;
}

/* line 649, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7);
}

/* line 652, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}

/*
	jQuery.mmenu sectionIndexer addon CSS
*/
/* line 658, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: -100px;
  z-index: 3;
  -webkit-transition: right 0.4s ease;
  -moz-transition: right 0.4s ease;
  -ms-transition: right 0.4s ease;
  -o-transition: right 0.4s ease;
  transition: right 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 679, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.71%;
}

/* line 683, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-indexer ~ .mm-panel.mm-hasindexer {
  padding-right: 40px;
}

/* line 686, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-hasindexer .mm-indexer {
  right: 0;
}

/* line 688, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-hasindexer .mm-fixeddivider {
  right: 20px;
}

/* line 691, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-hasheader .mm-indexer {
  top: 50px;
}

/* line 694, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-hasfooter .mm-indexer {
  bottom: 50px;
}

/* line 697, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-hassearch .mm-indexer {
  top: 50px;
}

/* line 700, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-hassearch.mm-hasheader .mm-indexer {
  top: 90px;
}

/* line 703, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}

/*
	jQuery.mmenu toggles addon CSS
*/
/* line 709, app/assets/stylesheets/jquery.mmenu.all.scss */
input.mm-toggle,
input.mm-check {
  position: absolute;
  left: -10000px;
}

/* line 714, app/assets/stylesheets/jquery.mmenu.all.scss */
label.mm-toggle,
label.mm-check {
  margin: 0;
  position: absolute;
  bottom: 50%;
  z-index: 2;
}

/* line 720, app/assets/stylesheets/jquery.mmenu.all.scss */
label.mm-toggle:before,
label.mm-check:before {
  content: '';
  display: block;
}

/* line 725, app/assets/stylesheets/jquery.mmenu.all.scss */
label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-bottom: -15px;
}

/* line 730, app/assets/stylesheets/jquery.mmenu.all.scss */
label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px;
}

/* line 736, app/assets/stylesheets/jquery.mmenu.all.scss */
input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right;
}

/* line 739, app/assets/stylesheets/jquery.mmenu.all.scss */
label.mm-check {
  width: 30px;
  height: 30px;
  margin-bottom: -15px;
}

/* line 743, app/assets/stylesheets/jquery.mmenu.all.scss */
label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: 0.1;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 756, app/assets/stylesheets/jquery.mmenu.all.scss */
input.mm-check:checked ~ label.mm-check:before {
  opacity: 1;
}

/* line 759, app/assets/stylesheets/jquery.mmenu.all.scss */
label.mm-toggle, label.mm-check {
  right: 20px;
}

/* line 761, app/assets/stylesheets/jquery.mmenu.all.scss */
label.mm-toggle + a,
label.mm-toggle + span {
  padding-right: 80px;
}

/* line 764, app/assets/stylesheets/jquery.mmenu.all.scss */
label.mm-check + a,
label.mm-check + span {
  padding-right: 60px;
}

/* line 768, app/assets/stylesheets/jquery.mmenu.all.scss */
a.mm-next + label.mm-toggle, a.mm-next + label.mm-check {
  right: 60px;
}

/* line 770, app/assets/stylesheets/jquery.mmenu.all.scss */
a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span, a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  margin-right: 50px;
}

/* line 774, app/assets/stylesheets/jquery.mmenu.all.scss */
a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  padding-right: 70px;
}

/* line 777, app/assets/stylesheets/jquery.mmenu.all.scss */
a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  padding-right: 50px;
}

/* line 781, app/assets/stylesheets/jquery.mmenu.all.scss */
em.mm-counter + a.mm-next + label.mm-toggle, em.mm-counter + a.mm-next + label.mm-check {
  right: 100px;
}

/* line 783, app/assets/stylesheets/jquery.mmenu.all.scss */
em.mm-counter + a.mm-next + label.mm-toggle + a,
em.mm-counter + a.mm-next + label.mm-toggle + span, em.mm-counter + a.mm-next + label.mm-check + a,
em.mm-counter + a.mm-next + label.mm-check + span {
  margin-right: 90px;
}

/* line 788, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}

/* line 790, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu label.mm-toggle:before {
  background: #f3f3f3;
}

/* line 792, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

/* line 795, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.7);
}

/*
	jQuery.mmenu borderstyle extension CSS
*/
/* line 801, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-border-none .mm-listview > li:after,
.mm-listview.mm-border-none > li:after {
  content: none;
}

/* line 805, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-border-full .mm-listview > li:after,
.mm-listview.mm-border-full > li:after {
  left: 0 !important;
}

/*
	jQuery.mmenu effects extension CSS
*/
/* line 812, app/assets/stylesheets/jquery.mmenu.all.scss */
html.mm-effect-slide .mm-menu.mm-offcanvas {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
}

/* line 815, app/assets/stylesheets/jquery.mmenu.all.scss */
html.mm-effect-slide.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}

/* line 821, app/assets/stylesheets/jquery.mmenu.all.scss */
html.mm-effect-slide.mm-opening .mm-menu.mm-offcanvas {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

/* line 827, app/assets/stylesheets/jquery.mmenu.all.scss */
html.mm-effect-slide.mm-right.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: translate3d(30%, 0, 0);
  -moz-transform: translate3d(30%, 0, 0);
  -ms-transform: translate3d(30%, 0, 0);
  -o-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}

/* line 833, app/assets/stylesheets/jquery.mmenu.all.scss */
html.mm-effect-slide.mm-right.mm-opening .mm-menu.mm-offcanvas {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

/* line 840, app/assets/stylesheets/jquery.mmenu.all.scss */
html.mm-effect-zoom-menu .mm-menu.mm-offcanvas {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
}

/* line 846, app/assets/stylesheets/jquery.mmenu.all.scss */
html.mm-effect-zoom-menu.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

/* line 857, app/assets/stylesheets/jquery.mmenu.all.scss */
html.mm-effect-zoom-menu.mm-opening .mm-menu.mm-offcanvas {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0);
}

/* line 863, app/assets/stylesheets/jquery.mmenu.all.scss */
html.mm-effect-zoom-menu.mm-right.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}

/* line 874, app/assets/stylesheets/jquery.mmenu.all.scss */
html.mm-effect-zoom-menu.mm-right.mm-opening .mm-menu.mm-offcanvas {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0);
}

/* line 881, app/assets/stylesheets/jquery.mmenu.all.scss */
html.mm-effect-zoom-panels .mm-menu .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -moz-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -ms-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -o-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition-property: -webkit-transform, left;
  -moz-transition-property: -moz-transform, left;
  -ms-transition-property: -ms-transform, left;
  -o-transition-property: -o-transform, left;
  transition-property: transform, left;
}

/* line 897, app/assets/stylesheets/jquery.mmenu.all.scss */
html.mm-effect-zoom-panels .mm-menu .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0);
}

/* line 903, app/assets/stylesheets/jquery.mmenu.all.scss */
html.mm-effect-zoom-panels .mm-menu .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
}

/*
	jQuery.mmenu fullscreen extension CSS
*/
/* line 913, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}

/* line 918, app/assets/stylesheets/jquery.mmenu.all.scss */
html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

@media all and (max-width: 140px) {
  /* line 926, app/assets/stylesheets/jquery.mmenu.all.scss */
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}

@media all and (min-width: 10000px) {
  /* line 933, app/assets/stylesheets/jquery.mmenu.all.scss */
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -moz-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    -o-transform: translate(10000px, 0);
    transform: translate(10000px, 0);
  }
}

/* line 939, app/assets/stylesheets/jquery.mmenu.all.scss */
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

@media all and (max-width: 140px) {
  /* line 947, app/assets/stylesheets/jquery.mmenu.all.scss */
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
  }
}

@media all and (min-width: 10000px) {
  /* line 954, app/assets/stylesheets/jquery.mmenu.all.scss */
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -moz-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    -o-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0);
  }
}

/* line 960, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-fullscreen.mm-top, .mm-menu.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px;
}

/* line 965, app/assets/stylesheets/jquery.mmenu.all.scss */
html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important;
}

/*
	jQuery.mmenu multiline extension CSS
*/
/* line 971, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-multiline .mm-listview > li > a,
.mm-menu.mm-multiline .mm-listview > li > span,
.mm-listview.mm-multiline > li
.mm-listview > li.mm-multiline > a,
.mm-listview.mm-multiline > li
.mm-listview > li.mm-multiline > span {
  text-overflow: clip;
  white-space: normal;
}

/*
	jQuery.mmenu pageshadow extension CSS
*/
/* line 983, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-pageshadow:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99;
}

/* line 992, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%;
}

/* line 995, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-pageshadow.mm-next:after, .mm-menu.mm-pageshadow.mm-front:after {
  content: none;
  display: none;
}

/* line 999, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-pageshadow:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/*
	jQuery.mmenu position extension CSS
*/
/* line 1005, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

/* line 1011, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-right {
  left: auto;
  right: 0;
}

/* line 1015, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-bottom {
  top: auto;
  bottom: 0;
}

/* line 1019, app/assets/stylesheets/jquery.mmenu.all.scss */
html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
}

@media all and (max-width: 175px) {
  /* line 1027, app/assets/stylesheets/jquery.mmenu.all.scss */
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
  }
}

@media all and (min-width: 550px) {
  /* line 1034, app/assets/stylesheets/jquery.mmenu.all.scss */
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
  }
}

/*
	jQuery.mmenu z-position extension CSS
*/
/* line 1043, app/assets/stylesheets/jquery.mmenu.all.scss */
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important;
}

/* line 1051, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-front {
  z-index: 1;
}

/* line 1054, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

/* line 1063, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

/* line 1069, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

/* line 1075, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

/* line 1082, app/assets/stylesheets/jquery.mmenu.all.scss */
html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 1089, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-top, .mm-menu.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}

/*
	jQuery.mmenu themes extension CSS
*/
/* line 1097, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-dark {
  background: #333333;
  color: rgba(255, 255, 255, 0.8);
}

/* line 1100, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-dark .mm-header {
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 1102, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-dark .mm-header > a {
  color: rgba(255, 255, 255, 0.4);
}

/* line 1104, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-dark .mm-header .mm-btn:before,
.mm-menu.mm-theme-dark .mm-header .mm-btn:after {
  border-color: rgba(255, 255, 255, 0.4);
}

/* line 1107, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-dark .mm-listview > li:after {
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 1109, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-dark .mm-listview > li > a.mm-prev, .mm-menu.mm-theme-dark .mm-listview > li > a.mm-next {
  color: rgba(255, 255, 255, 0.4);
}

/* line 1111, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-dark .mm-listview > li > a.mm-prev:before, .mm-menu.mm-theme-dark .mm-listview > li > a.mm-next:after {
  border-color: rgba(255, 255, 255, 0.4);
}

/* line 1113, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-dark .mm-listview > li > a.mm-prev:after, .mm-menu.mm-theme-dark .mm-listview > li > a.mm-next:before {
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 1115, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1);
}

/* line 1118, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-dark.mm-vertical .mm-listview li.mm-opened > a.mm-next,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview li.mm-opened > .mm-panel,
.mm-menu.mm-theme-dark .mm-listview li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-dark .mm-listview li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(255, 255, 255, 0.05);
}

/* line 1123, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-dark .mm-divider {
  background: rgba(255, 255, 255, 0.05);
}

/* line 1126, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-dark .mm-buttonbar {
  border-color: rgba(255, 255, 255, 0.8);
  background: #333333;
}

/* line 1129, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-dark .mm-buttonbar > * {
  border-color: rgba(255, 255, 255, 0.8);
}

/* line 1131, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-dark .mm-buttonbar > input:checked + label {
  background: rgba(255, 255, 255, 0.8);
  color: #333333;
}

/* line 1135, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8);
}

/* line 1138, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}

/* line 1141, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-dark .mm-footer {
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.4);
}

/* line 1145, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-dark .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.05);
}

/* line 1148, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-pageshadow.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

/* line 1151, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

/* line 1154, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}

/* line 1157, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-dark .mm-indexer a {
  color: rgba(255, 255, 255, 0.4);
}

/* line 1160, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15);
}

/* line 1162, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #333333;
}

/* line 1164, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

/* line 1167, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-white {
  background: white;
  color: rgba(0, 0, 0, 0.6);
}

/* line 1170, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-white .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 1172, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-white .mm-header > a {
  color: rgba(0, 0, 0, 0.3);
}

/* line 1174, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-white .mm-header .mm-btn:before,
.mm-menu.mm-theme-white .mm-header .mm-btn:after {
  border-color: rgba(0, 0, 0, 0.3);
}

/* line 1177, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-white .mm-listview > li:after {
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 1179, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-white .mm-listview > li > a.mm-prev, .mm-menu.mm-theme-white .mm-listview > li > a.mm-next {
  color: rgba(0, 0, 0, 0.3);
}

/* line 1181, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-white .mm-listview > li > a.mm-prev:before, .mm-menu.mm-theme-white .mm-listview > li > a.mm-next:after {
  border-color: rgba(0, 0, 0, 0.3);
}

/* line 1183, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-white .mm-listview > li > a.mm-prev:after, .mm-menu.mm-theme-white .mm-listview > li > a.mm-next:before {
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 1185, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.05);
}

/* line 1188, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-white.mm-vertical .mm-listview li.mm-opened > a.mm-next,
.mm-menu.mm-theme-white.mm-vertical .mm-listview li.mm-opened > .mm-panel,
.mm-menu.mm-theme-white .mm-listview li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-white .mm-listview li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.03);
}

/* line 1193, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-white .mm-divider {
  background: rgba(0, 0, 0, 0.03);
}

/* line 1196, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-white .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: white;
}

/* line 1199, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-white .mm-buttonbar > * {
  border-color: rgba(0, 0, 0, 0.6);
}

/* line 1201, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-white .mm-buttonbar > input:checked + label {
  background: rgba(0, 0, 0, 0.6);
  color: white;
}

/* line 1205, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6);
}

/* line 1208, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}

/* line 1211, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-white .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
}

/* line 1215, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-white .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.03);
}

/* line 1218, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-pageshadow.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* line 1221, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6);
}

/* line 1224, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}

/* line 1227, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-white .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}

/* line 1230, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}

/* line 1232, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-white label.mm-toggle:before {
  background: white;
}

/* line 1234, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

/* line 1237, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-black {
  background: black;
  color: rgba(255, 255, 255, 0.6);
}

/* line 1240, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-black .mm-header {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 1242, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-black .mm-header > a {
  color: rgba(255, 255, 255, 0.4);
}

/* line 1244, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-black .mm-header .mm-btn:before,
.mm-menu.mm-theme-black .mm-header .mm-btn:after {
  border-color: rgba(255, 255, 255, 0.4);
}

/* line 1247, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-black .mm-listview > li:after {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 1249, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-black .mm-listview > li > a.mm-prev, .mm-menu.mm-theme-black .mm-listview > li > a.mm-next {
  color: rgba(255, 255, 255, 0.4);
}

/* line 1251, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-black .mm-listview > li > a.mm-prev:before, .mm-menu.mm-theme-black .mm-listview > li > a.mm-next:after {
  border-color: rgba(255, 255, 255, 0.4);
}

/* line 1253, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-black .mm-listview > li > a.mm-prev:after, .mm-menu.mm-theme-black .mm-listview > li > a.mm-next:before {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 1255, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.3);
}

/* line 1258, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-black.mm-vertical .mm-listview li.mm-opened > a.mm-next,
.mm-menu.mm-theme-black.mm-vertical .mm-listview li.mm-opened > .mm-panel,
.mm-menu.mm-theme-black .mm-listview li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-black .mm-listview li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(255, 255, 255, 0.2);
}

/* line 1263, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-black .mm-divider {
  background: rgba(255, 255, 255, 0.2);
}

/* line 1266, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-black .mm-buttonbar {
  border-color: rgba(255, 255, 255, 0.6);
  background: black;
}

/* line 1269, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-black .mm-buttonbar > * {
  border-color: rgba(255, 255, 255, 0.6);
}

/* line 1271, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-black .mm-buttonbar > input:checked + label {
  background: rgba(255, 255, 255, 0.6);
  color: black;
}

/* line 1275, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6);
}

/* line 1278, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}

/* line 1281, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-black .mm-footer {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.4);
}

/* line 1285, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-black .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.2);
}

/* line 1288, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-pageshadow.mm-theme-black:after {
  content: none;
  display: none;
}

/* line 1292, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}

/* line 1295, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}

/* line 1298, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-black .mm-indexer a {
  color: rgba(255, 255, 255, 0.4);
}

/* line 1301, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2);
}

/* line 1303, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-black label.mm-toggle:before {
  background: black;
}

/* line 1305, app/assets/stylesheets/jquery.mmenu.all.scss */
.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
