/*
Mixins
==================================================
The `mixins.less` file contains the imports to all mixin documents that simplify the work with Shopware.

Mixin specific documentation can be found inside each mixin file.

Mixins can be used by adding the mixin class onto an element inside Shopware.

**Example:**<br/>
`.border-radius(3px);`
*/
/*
Appearance mixin
============================================
The mixins provides you a cross-browser compatible method to set the appearance of the element.

Please refer to <http://caniuse.com/appearance> to see the browser support table of the feature.

######Example:
`.appearance([value]);`

`@param {String} type The type you want to use`
*/
/*
Backface visibility mixin
============================================
The mixins provides you a cross-browser compatible method to set the backface-visibility of the element.

Please refer to <http://caniuse.com/transforms3d> to see the browser support table of the feature.

######Example:
`.backface-visibility([value]);`

`@param {String} visibility The visibility you want to use`
*/
/*
Border-radius mixin
=============================================
The mixins provides you a cross-browser compatible method to set a border-radius.

Please refer to <http://caniuse.com/border-radius> to see the browser support table of the feature.

######Syntax:
`@param {String} radius The radius you want to set`<br/>

######Example:
Same border-radius for all edges: <br/>
`.border-radius([pixel-value]);`<br/>

Different border-radius:<br/>
`.border-radius-multi([pixel-value-leftTop], [pixel-value-rightTop], [pixel-value-rightBottom], [pixel-value-leftBottom]);`<br/>

Resetting border radius:<br/>
`.reset-border-radius();`
*/
/*
Box shadow mixin
==============================================
The mixins provides you a cross-browser compatible method to set a box-shadow.

Please refer to <http://caniuse.com/css-boxshadow> to see the browser support table of the feature.

######Example:
`.box-shadow([h-shadow-value], [v-shadow-value], [blur-amount], [spread-amount], [shadow-color]);`

`@param: {Number} x: Offset to the x axis (Default: 0)`<br/>
`@param: {Number} y: Offset to the y axis (Default: 0)`<br/>
`@param: {Number} blur: Bluring radius (Default: 1px)`<br/>
`@param: {String} color: Color of the shadow (Default: #000)`<br/>
*/
/*
Box-sizing mixin
========================================
The mixins provides you a cross-browser compatible method to set the box-sizing which supports IE starting from
version 8 to the newest one.

Please refer to <http://caniuse.com/css3-boxsizing> to see the browser support table of the feature.

######Example:
`.box-sizing:([value]);`

`@param: {String} box-sizing: Box model, which should be used (Default: border-box)`
*/
/*
Clearfix mixin
================================
The clearfix mixin allows the easy integration of the floating-solution method.

The clearfix resolves the problem that occurs when two floating elements are nested inside a parent element, then sometimes the parent elements height disappears.

Add the `.clearfix` class to the parent element.

######Example:
`.clearfix();`

*/
/*
Gradient mixin
====================================================
The mixins provides you a cross-browser compatible method to set a linear gradient which goes from top to bottom.

Please refer to <http://caniuse.com/css-gradients> to see the browser support table of the feature.

Shopware 5 also provides gradient mixins based on the basic color variables that can be changed in the backend theme configuration tool.
######Basic gradients:
`.primary-gradient();`<br/>
`.secondary-gradient();`<br/>
`.white-gradient();`<br/>

######Linear Gradient Example:
`.linear-gradient([startcolor-value], [endcolor-value]);`

`@param {String} start The start color of the gradient`<br/>
`@param {String} end The end color of the gradient`
*/
/*
Opacity
===============================================
The mixins provides you a cross-browser compatible opacity which supports IE starting from version 8 to the
newest one. Safari, Chrome and Firefox are supported in all versions.

Please refer to <http://caniuse.com/css-opacity> to see the browser support table of the feature.

######Example:
`.opacity([value]);`

`@param: {Number} opacity: Value of the opacity, starting from 0 to 1`
*/
/*
Rotate mixin
===============================================
The mixins provides you a cross-browser compatible method to set a transformation which rotates the element. Keep in
mind that you can not mix different transformations.

Please refer to <http://caniuse.com/transforms2d> to see the browser support table of the feature.

######Example:
`.rotate([value]);`

`@param {String} degree The degree value you want to set. Please keep in mind that you need to suffix the unit.`
*/
/*
Scale mixin
===============================
The mixins provides you a cross-browser compatible method to set a transformation which scales the element.
Keep in mind that you can not mix different transformations.

Please refer to <http://caniuse.com/transforms2d> to see the browser support table of the feature.

######Example:
`.scale([value]);`

`@param {String} scale-value The scale value, you want to set`
*/
/*
Touch callout mixin
===========================================
Disables the default callout shown when you touch and hold a touch target.

######Support:
- iOS 2.0<br/>

######Example:
`.touch-callout([value]);`

`@param: {String} type: The type you want to set (Default: none)`
*/
/*
Transform style mixin
======================================
The mixins provides you a cross-browser compatible method to set a transformation style.

Please refer to <http://caniuse.com/transforms3d> to see the browser support table of the feature.

######Example:
`.transform-style([value]);`

`@param {String} Style The style you want for your transformation (Default: preserve-3d)`
*/
/*
Transform origin mixin
======================================
The mixins provides you a cross-browser compatible method to set the transform origin position.

Please refer to <http://caniuse.com/transforms2d> to see the browser support table of the feature.

######Example:
`.transform-origin([x-value],[y-value],[z-value]);`

`@param: x: Sets the origin position on the x axis (Default: 50%)`<br/>
`@param: y: Sets the origin position on the y axis (Default: 50%)`<br/>
`@param: z: Sets the origin position on the z axis (Default: 0)`
*/
/*
Transition mixin
=========================================
The mixins provides you a cross-browser compatible method to set a transition.

Please refer to <http://caniuse.com/css-transitions> to see the browser support table of the feature.

######Example:
`.transition([property], [duration-value], [easing]);`

`@param: {String} properties: The properites which should be animated (Default: all)`<br/>
`@param: {String} duration: Duration of the transition including the unit (Default: 0.3s)`<br/>
`@param: {String} easing: The easing which should be used for the transition (Default: ease-out)`
*/
/*
Translate mixin
============================================
The mixins provides you a cross-browser compatible method to set a transition.

Please refer to <http://caniuse.com/css-transitions> to see the browser support table of the feature.

Keep in mind, that 3d translations are needing an perspective, otherwise the translated elements get skewed up.

######Example:
`.translate([x-value],[y-value],[z-value]);`

`@param: {String} rotateX: The rotation on the x-axis`<br/>
`@param: {String} rotateY: The rotation on the y-axis`<br/>
`@param: {String} rotateZ: The rotation on the z-axis`<br/>
*/
/*
Unitize mixin
================================================
The unitize mixins converts values from px-units to the relative rem-units, providing all the benefits of units like em and rem, without you having to do any calculations yourself.

######Syntax:
`@property` = the property that should be unitized.<br/>
`@value` = pixel-value<br/>
`@baseValue` (optional) = default browser font-size (@remScaleFactor in most cases)<br/>

######Example Unitize mixin with custom property
`.unitize(@property, @value);`<br/>
`.unitize(font-size, 16);`

######Specific built-in functions
In addition to the general `.unitize()` mixin, Shopware contains specific mixins to quickly calculate values which (for example) have more than one property.<br/>
<br/>

`.unitize-height(@value)`<br/>
`.unitize-width(@value)`<br/>
`.unitize-max-height(@value)`<br/>
`.unitize-max-width(@value)`<br/>
`.unitize-min-width(@value)`<br/>
`.unitize-padding(@topValue, @rightValue: @topValue, @bottomValue: @topValue, @leftValue: @rightValue)`<br/>
`.unitize-margin(@topValue, @rightValue: @topValue, @bottomValue: @topValue, @leftValue: @rightValue)`<br/>
`.unitize-variable(@value)`<br/>
*/
/*
User-select mixin
===============================
The mixins provides you a cross-browser compatible method to set a user selection mode.

Please refer to <http://caniuse.com/user-select-none> to see the browser support table of the feature.

######Example:
`.user-select([value]);`

`@param: {String} type: The type you want to set (Default: none)`
*/
/*
Transform mixin
==============================================
The mixins provides you a cross-browser compatible method to set a transformation.

Please refer to <http://caniuse.com/transforms2d> to see the browser support table of the feature.

######Example:
`.transform([value]);`

`@param: {String} properties: The transformation(s) that should be applied`
*/
/*
Tab highlighting mixin
===========================
Sets the color of the highlighting when a link was clicked / tapped.

Please refer to <http://www.browsersupport.net/CSS/-webkit-tap-highlight-color> to see the browser support table of the feature.

######Example:
`.tap-highlight-color([color-value]);`

`@param: {String} color: The color you want to set (Default: rgba(0, 0, 0, 0))`
*/
/*
Keyframe mixin
=============================================
The mixins provides you a cross-browser compatible method to set a keyframe.

Please refer to <http://caniuse.com/#search=keyframe> to see the browser support table of the feature.

######Example:
`.keyframes([name-value], [frames-value]);`

`@param: {String} name: The keyframe animation name`<br/>
`@param: {String} roules: the animation frames`
*/
@-webkit-keyframes keyframe--spin {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes keyframe--spin {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes keyframe--spin-reverse {
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes keyframe--spin-reverse {
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
/*
Animations mixin
============================================
The mixins provides you a cross-browser compatible method to set animation values.

Please refer to <http://caniuse.com/css-animation> to see the browser support table of the feature.

######Example:
`.animation([value]);`

`@param: {String} value: All animation values`
*/
/*
Column count mixin
=============================================
This mixin provides you a cross-browser compatible method to set the column count property.

Please refer to <http://caniuse.com/multicolumn> to see the browser support table of the feature.

######Example:
`.column-count([value]);`

`@param: {Number} count: The amount of columns you want to set (Default: auto)`
*/
/*
Hypheration mixin
======================================
The mixins provides you a cross-browser compatible method to set the hyphenation.

Please refer to <http://caniuse.com/css-hyphens> to see the browser support table of the feature.

######Example:
`.hyphens([value]);`

`@param: {String} hyphenation: The hyphenation that should be used (Default: auto)`
*/
/*
Grabbing cursor
==================================
This mixin provides you a cross-browser compatible method to set the cursor grabbing behavior.

######Example:
`.cursorGrab();`<br/>
`.cursorGrabbing();`<br/>

*/
/*
Clear form button mixin
========================
This mixin removes styles from the button element and makes it look like a text link.
*/
/*
All.less
======================================
The `all.less` file imports all style components that will display on the page.

It includes the plugins `normalize` and `pocketgrid`, the open-sans fontface and the specific less files.
*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner,
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* PocketGrid 1.1.0
* Copyright 2013 Arnaud Leray
* MIT License
*/
/* Border-box-sizing */
.block-group,
.block,
.block-group:after,
.block:after,
.block-group:before,
.block:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Clearfix */
.block-group {
  zoom: 1;
  /* ul/li compatibility */
  list-style-type: none;
  padding: 0;
  margin: 0;
  /** Nested grid */
}
.block-group:before,
.block-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.block-group:after {
  clear: both;
}
.block-group > .block-group {
  clear: none;
  float: left;
  margin: 0 !important;
}
/* Default block */
.block {
  float: left;
  width: 100%;
}
/* BEGIN Light */
@font-face {
  font-family: 'Open Sans';
  font-display: swap;
  src: local('Open Sans Light'), local('OpenSans-Light'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/Light/OpenSans-Light.woff2?7d949b089964174020889e3a3b7ff585') format('woff2'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/Light/OpenSans-Light.woff?3910fdaa0968ec59fee5fc407116deb4') format('woff'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/Light/OpenSans-Light.ttf?4ce10852c154d78dcfbaf63ad8f5d763') format('truetype');
  font-weight: 300;
  font-style: normal;
}
/* END Light */
/* BEGIN Regular */
@font-face {
  font-family: 'Open Sans';
  font-display: swap;
  src: local('Open Sans Regular'), local('Open Sans'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/Regular/OpenSans-Regular.woff2?ff5e146704bb7711665089937242e388') format('woff2'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/Regular/OpenSans-Regular.woff?a16f4d749c69daa6587884870dae1b80') format('woff'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/Regular/OpenSans-Regular.ttf?6d797bc215a2419b9cb1a767a937a19b') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* END Regular */
/* BEGIN Semibold */
@font-face {
  font-family: 'Open Sans';
  font-display: swap;
  src: local('Open Sans Semibold'), local('OpenSans-SemiBold'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/Semibold/OpenSans-Semibold.woff2?d0135fe01d88b71349130ff27bc39e4f') format('woff2'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/Semibold/OpenSans-Semibold.woff?2ba850fc49389a64adac45901671d649') format('woff'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/Semibold/OpenSans-Semibold.ttf?651925d1825af59c84af14697051d35c') format('truetype');
  font-weight: 600;
  font-style: normal;
}
/* END Semibold */
/* BEGIN Bold */
@font-face {
  font-family: 'Open Sans';
  font-display: swap;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/Bold/OpenSans-Bold.woff2?257e34639a9376cf03ff022d4c21c1b9') format('woff2'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/Bold/OpenSans-Bold.woff?036eb086be501101855f994090bf8cfa') format('woff'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/Bold/OpenSans-Bold.ttf?e6ff23b690af840b564b311805569a50') format('truetype');
  font-weight: bold;
  font-style: normal;
}
/* END Bold */
/* BEGIN Extrabold */
@font-face {
  font-family: 'Open Sans';
  font-display: swap;
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/ExtraBold/OpenSans-ExtraBold.woff2?a4b70ed42c6ec3567b56c76ae0556430') format('woff2'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/ExtraBold/OpenSans-ExtraBold.woff?79f7ab7942f5a8c775050c3c83d6620e') format('woff'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/ExtraBold/OpenSans-ExtraBold.ttf?71f2358f60ee210749e61768598a0895') format('truetype');
  font-weight: 800;
  font-style: normal;
}
/* END Extrabold */
/*
Variables
==================================================
The `variables.less` file contains the imports to all variables that Shopware uses.

Most variables are controllable by using the backend theme manager.

Mixin specific documentation can be found inside each mixin file.
*/
/*
Structure
================================
The variables define the widths for the different viewports.

**Structure**<br/>
`@phoneLandscapeViewportWidth` - viewport phone-landscape width *(default: 480px)*<br/>
`@tabletViewportWidth` - viewport tablet width *(default: 768px)*<br/>
`@tabletLandscapeViewportWidth` - viewport tablet-landscape width *(default: 1024px)*<br/>
`@desktopViewportWidth` - viewport desktop width *(default: 1260px)*<br/>
*/
/*
Typography
================================
The variables define the sizes and weights for typographic elements.

The values can be changed with the backend theme manager.

**Base configuration**<br/>
`@font-size-base` - basic font-size *(default: 14)*<br/>
`@font-base-weight` - basic font-weight *(default: 500)*<br/>
`@font-light-weight` - basic light font-weight *(default: 300)*<br/>
`@font-base-stack` - basic font-family stack *(default: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif)*<br/>
`@font-headline-stack` - basic headline font-family stack *(default: @font-base-stack)*<br/>

**Headling font sizes**<br/>
`@font-size-h1` - h1 element font-size *(default: 26)*<br/>
`@font-size-h2` - h2 element font-size *(default: 21)*<br/>
`@font-size-h3` - h3 element font-size *(default: 18)*<br/>
`@font-size-h4` - h4 element font-size *(default: 16)*<br/>
`@font-size-h5` - h5 element font-size *(default: @font-size-base)*<br/>
`@font-size-h6` - h6 element font-size *(default: 12)*<br/>

**Shopware font directory**<br/>
`@font-directory` - font-directory folder (default: "../../fonts")

**Open Sans font directory**<br/>
`@OpenSansPath` - "Open Sans" font-directory folder (default: "./../fonts/open-sans-fontface")


*/
/*
Z-Index
================================
The z-index variables list all different values for the z-index layers used inside the Shopware responsive theme.

**badge.less**<br/>
`@zindex-badge` - *(default: 500)*<br/>

**checkbox.less**<br/>
`@zindex-checkbox-state` - *(default: 60)*<br/>
`@zindex-checkbox-element` - *(default: 65)*<br/>

**collapse.less**<br/>
`@zindex-collapse-content` - *(default: 1000)*<br/>
`@zindex-collapse-header` - *(default: 1100)*<br/>
`@zindex-collapse-content-collapsed` - *(default: 1200)*<br/>
`@zindex-collapse-header-active` - *(default: 1300)*<br/>

**collapse-cart.less**<br/>
`@zindex-collapse-cart` - *(default: 3000)*<br/>
`@zindex-collapse-cart-offcanvas` - *(default: 8000)*<br/>

**datepicker.less**<br/>
`@zindex-datepicker` - *(default: 8100)*<br/>

**emotions.less**<br/>
`@zindex-emotion-mapping-link` - *(default: 110)*<br/>
`@zindex-emotion-image-slider-title` - *(default: 100)*<br/>
`@zindex-emotion-product-slider-content` - *(default: 400)*<br/>
`@zindex-emotion-product-slider-title` - *(default: 500)*<br/>
`@zindex-emotion-overlay` - *(default: 1000)*<br/>
`@zindex-emotion-video-element` - *(default: 1000)*<br/>
`@zindex-emotion-video-text` - *(default: 1100)*<br/>
`@zindex-emotion-video-play-btn` - *(default: 1200)*<br/>
`@zindex-emotion-video-cover` - *(default: 1300)*<br/>

**filter-panel.less**<br/>
`@zindex-filter-panel-flyout` - *(default: 500)*<br/>
`@zindex-filter-panel-flyout-collapsed` - *(default: 800)*<br/>
`@zindex-filter-panel-checkbox` - *(default: 65)*<br/>
`@zindex-filter-panel-checkbox-state` - *(default: 60)*<br/>
`@zindex-filter-panel-radio` - *(default: 65)*<br/>
`@zindex-filter-panel-radio-state` - *(default: 60)*<br/>
`@zindex-filter-panel-media-checkbox` - *(default: 65)*<br/>
`@zindex-filter-panel-rating-star` - *(default: 65)*<br/>


**image-gallery.less**<br/>
`@zindex-image-gallery-button` - *(default: 1)*<br/>

**image-slider.less**<br/>
`@zindex-image-slider` - *(default: 1000)*<br/>
`@zindex-image-slider-arrow` - *(default: 1000)*<br/>

**image-zoom.less**<br/>
`@zindex-image-zoom-flyout` - *(default: 2500)*<br/>

**loading-indicator.less**<br/>
`@zindex-loading-indicator` - *(default: 6000)*<br/>

**menu-scroller.less**<br/>
`@zindex-menu-scoller-arrow` - *(default: 750)*<br/>

**modal.less**<br/>
`@zindex-modalbox` - *(default: 7000)*<br/>

**offcanvas-menu.less**<br/>
`@zindex-offcanvas` - *(default: 8000)*<br/>
`@zindex-offcanvas-higher-viewport` - *(default: 1000)*<br/>

**overlay.less**<br/>
`@zindex-overlay` - *(default: 5000)*<br/>

**panel.less**<br/>
`@zindex-panel-arrow` - *(default: 2000)*<br/>
`@zindex-panel-link` - *(default: 2000)*<br/>

**product-slider.less**<br/>
`@zindex-product-slider` - *(default: 750)*<br/>

###Modules

**cart.less**<br/>
`@zindex-cart-product-image-element` - *(default: 500)*<br/>
`@zindex-cart-premium-product-badge` - *(default: 750)*<br/>

**compare.less**<br/>
`@zindex-compare-list` - *(default: 4000)*<br/>

**configuration.less**<br/>
`@zindex-configurator-option-label` - *(default: 500)*<br/>
`@zindex-configurator-option-input` - *(default: 1000)*<br/>

**configurator.less**<br/>
`@zindex-configurator-option-label` - *(default: 500)*<br/>
`@zindex-configurator-option-input` - *(default: 1000)*<br/>

**detail.less**<br/>
`@zindex-detail-notification-field-focus` - *(default: 1)*<br/>

**footer.less**<br/>
`@zindex-footer-newsletter-field-focus` - *(default: 1)*<br/>

**header.less**<br/>
`@zindex-header-search-form` - *(default: 3000)*<br/>
`@zindex-header-search-button` - *(default: 2)*<br/>
`@zindex-header-search-results` - *(default: 3500)*<br/>
`@zindex-header-language-flag` - *(default: 900)*<br/>
`@zindex-header-service-list` - *(default: 3500)*<br/>

**listing.less**<br/>
`@zindex-listing-filter-header` - *(default: 1100)*<br/>
`@zindex-listing-filter-header-active` - *(default: 1300)*<br/>

**product-box.less**<br/>
`@zindex-product-box-image-element` - *(default: 500)*<br/>
`@zindex-product-box-product-badge` - *(default: 750)*<br/>

**sidebar.less**<br/>
`@zindex-sidebar-language-flag` - *(default: 900)*<br/>
`@zindex-sidebar-offcanvas-overlay` - *(default: 1200)*<br/>
`@zindex-sidebar-offcanvas-overlay-background` - *(default: 1100)*<br/>
`@zindex-sidebar-offcanvas-higher-viewport` - *(default: 1000)*<br/>

*/
/*
Icons
================================
These variables define the character for each icon.

You can use them in your less instead of the `icon--`-classes.

The variable name is always that of the icon prefixed with `sw-`.

Example:
```less
content: @sw-icon-grid;
content: @sw-icon-facebook;
```

The variable `@sw-icon-fontname` contains the name of the font which will be
used for all icons.

For an overview of available variables, visit the
<a href="https://developers.shopware.com/styletile/components.html#icon-set">docs on available icons</a>.
*/
/*
Mixins
==================================================
The `mixins.less` file contains the imports to all mixin documents that simplify the work with Shopware.

Mixin specific documentation can be found inside each mixin file.

Mixins can be used by adding the mixin class onto an element inside Shopware.

**Example:**<br/>
`.border-radius(3px);`
*/
/*
Icon-element mixin
=====================================================
This mixin provides you a method to set any webfont icon from the Shopware icon-set as a before element.

######Example:
`.icon-element([icon-name], [icon-size]);`
*/
.visible--s,
.visible-inline--s,
.visible-inline-block--s,
.visible--m,
.visible-inline--m,
.visible-inline-block--m,
.visible--l,
.visible-inline--l,
.visible-inline-block--l,
.visible--xl,
.visible-inline--xl,
.visible-inline-block--xl {
  display: none !important;
}
.visible--xs {
  display: block !important;
}
table.visible--xs {
  display: table !important;
}
tr.visible--xs {
  display: table-row !important;
}
th.visible--xs,
td.visible--xs {
  display: table-cell !important;
}
.visible-inline--xs {
  display: inline !important;
}
table.visible-inline--xs {
  display: table !important;
}
tr.visible-inline--xs {
  display: table-row !important;
}
th.visible-inline--xs,
td.visible-inline--xs {
  display: table-cell !important;
}
.visible-inline-block--xs {
  display: inline-block !important;
}
table.visible-inline-block--xs {
  display: table !important;
}
tr.visible-inline-block--xs {
  display: table-row !important;
}
th.visible-inline-block--xs,
td.visible-inline-block--xs {
  display: table-cell !important;
}
.hidden--s,
.hidden--m,
.hidden--l,
.hidden--xl {
  display: inherit !important;
}
.hidden--xs {
  display: none !important;
}
@media screen and (min-width: 30em) {
  .visible--xs,
  .visible-inline--xs,
  .visible-inline-block--xs,
  .visible--m,
  .visible-inline--m,
  .visible-inline-block--m,
  .visible--l,
  .visible-inline--l,
  .visible-inline-block--l,
  .visible--xl,
  .visible-inline--xl,
  .visible-inline-block--xl {
    display: none !important;
  }
  .visible--s {
    display: block !important;
  }
  table.visible--s {
    display: table !important;
  }
  tr.visible--s {
    display: table-row !important;
  }
  th.visible--s,
  td.visible--s {
    display: table-cell !important;
  }
  .visible-inline--s {
    display: inline !important;
  }
  table.visible-inline--s {
    display: table !important;
  }
  tr.visible-inline--s {
    display: table-row !important;
  }
  th.visible-inline--s,
  td.visible-inline--s {
    display: table-cell !important;
  }
  .visible-inline-block--s {
    display: inline-block !important;
  }
  table.visible-inline-block--s {
    display: table !important;
  }
  tr.visible-inline-block--s {
    display: table-row !important;
  }
  th.visible-inline-block--s,
  td.visible-inline-block--s {
    display: table-cell !important;
  }
  .hidden--xs,
  .hidden--m,
  .hidden--l,
  .hidden--xl {
    display: inherit !important;
  }
  .hidden--s {
    display: none !important;
  }
}
@media screen and (min-width: 48em) {
  .visible--xs,
  .visible-inline--xs,
  .visible-inline-block--xs,
  .visible--s,
  .visible-inline--s,
  .visible-inline-block--s,
  .visible--l,
  .visible-inline--l,
  .visible-inline-block--l,
  .visible--xl,
  .visible-inline--xl,
  .visible-inline-block--xl {
    display: none !important;
  }
  .visible--m {
    display: block !important;
  }
  table.visible--m {
    display: table !important;
  }
  tr.visible--m {
    display: table-row !important;
  }
  th.visible--m,
  td.visible--m {
    display: table-cell !important;
  }
  .visible-inline--m {
    display: inline !important;
  }
  table.visible-inline--m {
    display: table !important;
  }
  tr.visible-inline--m {
    display: table-row !important;
  }
  th.visible-inline--m,
  td.visible-inline--m {
    display: table-cell !important;
  }
  .visible-inline-block--m {
    display: inline-block !important;
  }
  table.visible-inline-block--m {
    display: table !important;
  }
  tr.visible-inline-block--m {
    display: table-row !important;
  }
  th.visible-inline-block--m,
  td.visible-inline-block--m {
    display: table-cell !important;
  }
  .hidden--xs,
  .hidden--s,
  .hidden--l,
  .hidden--xl {
    display: inherit !important;
  }
  .hidden--m {
    display: none !important;
  }
}
@media screen and (min-width: 64em) {
  .visible--xs,
  .visible-inline--xs,
  .visible-inline-block--xs,
  .visible--s,
  .visible-inline--s,
  .visible-inline-block--s,
  .visible--m,
  .visible-inline--m,
  .visible-inline-block--m,
  .visible--xl,
  .visible-inline--xl,
  .visible-inline-block--xl {
    display: none !important;
  }
  .visible--l {
    display: block !important;
  }
  table.visible--l {
    display: table !important;
  }
  tr.visible--l {
    display: table-row !important;
  }
  th.visible--l,
  td.visible--l {
    display: table-cell !important;
  }
  .visible-inline--l {
    display: inline !important;
  }
  table.visible-inline--l {
    display: table !important;
  }
  tr.visible-inline--l {
    display: table-row !important;
  }
  th.visible-inline--l,
  td.visible-inline--l {
    display: table-cell !important;
  }
  .visible-inline-block--l {
    display: inline-block !important;
  }
  table.visible-inline-block--l {
    display: table !important;
  }
  tr.visible-inline-block--l {
    display: table-row !important;
  }
  th.visible-inline-block--l,
  td.visible-inline-block--l {
    display: table-cell !important;
  }
  .hidden--xs,
  .hidden--s,
  .hidden--m,
  .hidden--xl {
    display: inherit !important;
  }
  .hidden--l {
    display: none !important;
  }
}
@media screen and (min-width: 78.75em) {
  .visible--xs,
  .visible-inline--xs,
  .visible-inline-block--xs,
  .visible--s,
  .visible-inline--s,
  .visible-inline-block--s,
  .visible--m,
  .visible-inline--m,
  .visible-inline-block--m,
  .visible--l,
  .visible-inline--l,
  .visible-inline-block--l {
    display: none !important;
  }
  .visible--xl {
    display: block !important;
  }
  table.visible--xl {
    display: table !important;
  }
  tr.visible--xl {
    display: table-row !important;
  }
  th.visible--xl,
  td.visible--xl {
    display: table-cell !important;
  }
  .visible-inline--xl {
    display: inline !important;
  }
  table.visible-inline--xl {
    display: table !important;
  }
  tr.visible-inline--xl {
    display: table-row !important;
  }
  th.visible-inline--xl,
  td.visible-inline--xl {
    display: table-cell !important;
  }
  .visible-inline-block--xl {
    display: inline-block !important;
  }
  table.visible-inline-block--xl {
    display: table !important;
  }
  tr.visible-inline-block--xl {
    display: table-row !important;
  }
  th.visible-inline-block--xl,
  td.visible-inline-block--xl {
    display: table-cell !important;
  }
  .hidden--xs,
  .hidden--s,
  .hidden--m,
  .hidden--l {
    display: inherit !important;
  }
  .hidden--xl {
    display: none !important;
  }
}
/*
Components
====================================
The `components.less` contains the imports to all styled elements of Shopware.

The files are destinated inside the `_components` folder.
*/
/*
Buttons
===================================================================
######Basic button layout

Creates a basic button. Button type classes can be added by using multiple classes on the `.btn` element.

Adding the class `is--disabled` changes the element to a disabled button.
```
<button class="btn">
    Basic button
</button>

<button class="btn is--disabled">
    Disabled button
</button>
```
*/
.btn {
  padding: 0.125rem 0.625rem 0.125rem 0.625rem;
  line-height: 2rem;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 0.875rem;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #4b4b4b 100%);
  -webkit-font-smoothing: inherit;
  display: inline-block;
  position: relative;
  font-weight: 700;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  border: 1px solid #eaeaea;
  color: #a87f40;
  /** Button icon font size */
  /** Larger icon */
  /*
######Icon alignment

To work properly the button needs the class `is--icon-left` or `is--icon-right` and an `icon` inside it.
```
<button class="btn is--icon-left">
    <i class="icon--account"></i>
    Icon left
</button>

<button class="btn is--icon-right">
    <i class="icon--account"></i>
    Icon right
</button>
```
*/
  /*
######Button size class
Adding a button-size class creates a larger or smaller button or changes the button properies.

Options: `is--large`, `is--small`, `is--full`, `is--center`
```
<button class="btn is--large">
    Large button
</button>

<button class="btn is--small">
    Small button
</button>
```
*/
  /** State: Small button */
  /** State: Medium button */
  /** State: Large button */
  /** State: Button with 100% width */
  /** State: Button with text align center */
}
.btn [class^="icon--"] {
  font-size: 0.625rem;
}
.btn .is--large {
  font-size: 1rem;
}
.btn.is--icon-right {
  padding-right: 2.25rem;
}
.btn.is--icon-right [class^="icon--"] {
  height: 1rem;
  line-height: 2rem;
  margin: -1rem 0rem 0rem 0rem;
  right: 0.75rem;
  font-weight: 500;
  display: block;
  position: absolute;
  top: 50%;
}
.btn.is--icon-left {
  padding-left: 2.25rem;
}
.btn.is--icon-left [class^="icon--"] {
  height: 1rem;
  line-height: 2rem;
  margin: -1rem 0rem 0rem 0rem;
  left: 0.75rem;
  font-weight: 500;
  display: block;
  position: absolute;
  top: 50%;
}
.btn:disabled,
.btn:disabled:hover,
.btn.is--disabled,
.btn.is--disabled:hover {
  opacity: 0.5;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #4b4b4b 100%);
  border: 1px solid #eaeaea;
  color: #a87f40;
  cursor: not-allowed;
}
.btn:hover {
  background: #ffffff;
  color: #f36903;
  border-color: #f36903;
}
.btn:focus {
  outline: none;
}
.btn.is--small {
  line-height: 1.75rem;
}
.btn.is--medium {
  line-height: 2rem;
  height: 2.375rem;
}
.btn.is--large {
  line-height: 2.25rem;
  height: 2.625rem;
}
.btn.is--full {
  display: block;
}
.btn.is--center {
  text-align: center;
}
/*
######Button type class

Options: `is--primary`, `is--secondary`
```
<button class="btn is--primary">
    Primary
</button>

<button class="btn is--secondary">
    Secondary
</button>
```
*/
.is--primary {
  padding: 0.125rem 0.75rem 0.125rem 0.75rem;
  line-height: 2.125rem;
  background-color: #f36903;
  background-image: linear-gradient(to bottom, #f36903 0%, #f36903 100%);
  border: 0 none;
  color: #ffffff;
  /** State: Small button */
  /** State: Large button */
}
.is--primary:hover {
  background: #f36903;
  color: #ffffff;
}
.is--primary.is--small {
  line-height: 1.875rem;
}
.is--primary.is--large {
  line-height: 2.375rem;
}
.is--secondary {
  padding: 0.125rem 0.75rem 0.125rem 0.75rem;
  line-height: 2.125rem;
  background-color: #a87f40;
  background-image: linear-gradient(to bottom, #a87f40 0%, #71552b 100%);
  border: 0 none;
  color: #ffffff;
  /** State: Small button */
  /** State: Large button */
}
.is--secondary:hover {
  background: #71552b;
  color: #ffffff;
}
.is--secondary.is--small {
  line-height: 1.875rem;
}
.is--secondary.is--large {
  line-height: 2.375rem;
}
.is--link {
  padding: 0.125rem 0.75rem 0.125rem 0.75rem;
  line-height: 2.125rem;
  border: 0 none;
  background: transparent;
  color: #a87f40;
  /** State: Small button */
  /** State: Large button */
}
.is--link:hover {
  color: #f36903;
}
.is--link.is--small {
  line-height: 1.875rem;
}
.is--link.is--large {
  line-height: 2.375rem;
}
/*
Basic layout container
======================================
The container element is the parent element for the content section of Shopware 5.

It contains the other content elements and keeps them in place.

It has a set `unitize-max-width` of `1260px` and the clearfix mixin assigned.

```
<div class="container">
    <p>Container element</p>
</div>
```
*/
.container {
  max-width: 78.75rem;
  background: #fff;
  margin: 0 auto;
  width: 100%;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}
#cookie-consent {
  width: 17.5rem;
  -webkit-transition: transform 0.45s cubic-bezier(0.3, 0, 0.15, 1);
  transition: transform 0.45s cubic-bezier(0.3, 0, 0.15, 1);
}
#cookie-consent.off-canvas {
  position: fixed;
  z-index: 8000;
  background: #f5efeb;
}
#cookie-consent.block-transition {
  transition: none;
}
#cookie-consent .cookie-consent--header {
  cursor: pointer;
}
#cookie-consent .cookie-consent--description {
  padding: 0.9375rem 0.625rem 0.9375rem 0.625rem;
}
#cookie-consent .cookie-consent--configuration .cookie-consent--group {
  padding: 0.9375rem 0.625rem 0.9375rem 0.625rem;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}
#cookie-consent .cookie-consent--configuration .cookie-consent--group:after {
  content: "";
  display: table;
  clear: both;
}
#cookie-consent .cookie-consent--configuration .cookie-consent--group-title {
  cursor: pointer;
  float: left;
  width: 85%;
}
#cookie-consent .cookie-consent--configuration .cookie-consent--group-title.is--active .cookie-consent--group-arrow {
  transform: rotate(90deg);
}
#cookie-consent .cookie-consent--configuration .cookie-consent--configuration-header-text {
  padding: 0.9375rem 0.625rem 0.9375rem 0.625rem;
  font-weight: 700;
  color: #71552b;
  border-bottom: 1px solid #eaeaea;
}
#cookie-consent .cookie-consent--configuration .cookie-consent--group-description {
  margin-left: 2.625rem;
  color: #c7a46d;
}
#cookie-consent .cookie-consent--cookie {
  padding: 0.9375rem 0rem 0.9375rem 0rem;
  position: relative;
}
#cookie-consent .cookie-consent--cookie:after {
  content: "";
  display: table;
  clear: both;
}
#cookie-consent .cookie-consent--cookie .cookie--label {
  cursor: pointer;
}
#cookie-consent .cookie-consent--group-container {
  padding-top: 0.625rem;
  float: none;
  clear: both;
}
#cookie-consent .cookie-consent--group-arrow {
  right: 0.9375rem;
  font-size: 0.75rem;
  top: 1.125rem;
  position: absolute;
}
#cookie-consent .cookie-consent--save {
  padding: 0.9375rem 0.625rem 0.9375rem 0.625rem;
}
#cookie-consent .cookie-consent--save .cookie-consent--save-button {
  text-align: center;
  width: 100%;
}
#cookie-consent .cookie-consent--configuration-main {
  background: #fff;
}
#cookie-consent .cookie-consent--state-label {
  margin-left: 2.5rem;
}
.cookie-consent--state-input {
  display: block;
  position: absolute;
}
.cookie-consent--state-input.cookie-consent--cookie-state {
  top: calc(50% - 10px);
}
.cookie-consent--state-input.cookie-consent--required {
  opacity: 0.4;
}
.cookie-consent--state-input.cookie-consent--required .cookie-consent--state-input-element {
  cursor: default;
}
.cookie-consent--state-input .cookie-consent--state-input-element {
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 0.1875rem;
  border: 1px solid #eaeaea;
  cursor: pointer;
  display: block;
  position: relative;
}
.cookie-consent--state-input input {
  display: none;
}
.cookie-consent--state-input input:checked + .cookie-consent--state-input-element {
  background: #000000;
}
.cookie-consent--state-input input:checked + .cookie-consent--state-input-element::after {
  width: 0.625rem;
  height: 0.3125rem;
  top: 0.25rem;
  left: 0.1875rem;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  background: transparent;
  content: '';
  position: absolute;
  transform: rotate(-45deg);
}
.cookie-consent--state-input input:indeterminate + .cookie-consent--state-input-element {
  background: #000000;
}
.cookie-consent--state-input input:indeterminate + .cookie-consent--state-input-element::after {
  width: 0.625rem;
  height: 0.3125rem;
  top: 0.1875rem;
  left: 0.25rem;
  border: 2px none #fff;
  border-bottom-style: solid;
  background: transparent;
  content: '';
  position: absolute;
}
/*
Delivery information
=========================================
Defines the delivery status for products (e.g. detail page, note).

The styling includes the base styling and the delivery states.


```
<div class="product--delivery">
    <p class="delivery--information">
        <span class="delivery--text delivery--text-available">
            <i class="delivery--status-icon delivery--status-available"></i>
            delivery--text-available
        </span>
    </p>
</div>

<div class="product--delivery">
    <p class="delivery--information">
        <span class="delivery--text delivery--text-more-is-coming">
            <i class="delivery--status-icon delivery--status-more-is-coming"></i>
            delivery--text-more-is-coming
        </span>
    </p>
</div>

<div class="product--delivery">
    <p class="delivery--information">
        <span class="delivery--text delivery--text-shipping-free">
            <i class="delivery--status-icon delivery--status-shipping-free"></i>
            delivery--text-shipping-free
        </span>
    </p>
</div>

<div class="product--delivery">
    <p class="delivery--information">
        <span class="delivery--text delivery--text-not-available">
            <i class="delivery--status-icon delivery--status-not-available"></i>
            delivery--text-not-available
        </span>
    </p>
</div>
```
*/
.product--delivery {
  font-size: 0.875rem;
}
.product--delivery p {
  margin: 0;
}
.product--delivery .delivery--status-icon {
  border-radius: 0.5625rem;
  background-clip: padding-box;
  margin: 0rem 0.3125rem 0rem 0rem;
  width: 0.5625rem;
  height: 0.5625rem;
  line-height: 0.625rem;
  display: inline-block;
  position: relative;
}
.product--delivery .delivery--status-shipping-free {
  background: #4aa3df;
}
.product--delivery .delivery--text-shipping-free {
  color: #4aa3df;
}
.product--delivery .delivery--status-available {
  background: #2ecc71;
}
.product--delivery .delivery--text-available {
  color: #2ecc71;
}
.product--delivery .delivery--status-more-is-coming {
  background: #f1c40f;
}
.product--delivery .delivery--text-more-is-coming {
  color: #f1c40f;
}
.product--delivery .delivery--status-not-available {
  background: #d30909;
}
.product--delivery .delivery--text-not-available {
  color: #d30909;
}
.product--delivery .delivery--text {
  margin: 0;
  display: inline-block;
}
/*
Emotions
=========================================
Contains the basic styles for the Shopware 5 shopping worlds and its elements.

Shopware 5 provides 11 integrated elements inside the shopping worlds that can be chosen and modified inside the backend shopping world editor such as sliders, video elements and blog-articles.
*/
.content-main.is--fullscreen {
  box-shadow: none;
  max-width: none;
  padding: 0;
  margin: 0;
}
.content-main.is--fullscreen .content,
.content-main.is--fullscreen .content-main--inner {
  padding: 0;
  margin: 0 auto;
}
.content-main.is--fullscreen .content--breadcrumb,
.content-main.is--fullscreen .tagcloud--content,
.content-main.is--fullscreen .last-seen-products {
  display: none;
}
.content-main.is--fullscreen .listing--wrapper {
  max-width: 72.5rem;
  padding: 1.25rem 0.625rem 1.25rem 0.625rem;
  margin: 0 auto;
}
@media screen and (min-width: 48em) {
  .content-main.is--fullscreen .listing--wrapper {
    padding: 1.25rem 1.875rem 1.25rem 1.875rem;
  }
}
@media screen and (min-width: 78.75em) {
  .content-main.is--fullscreen .listing--wrapper {
    padding: 1.25rem 0rem 1.25rem 0rem;
  }
}
.emotion--overlay {
  width: 3.125rem;
  height: 3.125rem;
  top: 3.125rem;
  border-radius: 3px;
  background-clip: padding-box;
  margin: 0 auto;
  position: relative;
  left: 0;
  z-index: 1000;
}
.emotion--overlay .emotion--loading-indicator {
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.emotion--overlay ~ .content-main {
  min-height: 125rem;
  visibility: hidden;
}
.emotion--loading-indicator {
  width: 1.3125rem;
  height: 1.3125rem;
  padding: 3.125rem 0rem 3.125rem 0rem;
  margin: 0 auto;
  display: block;
  position: relative;
  box-sizing: content-box;
}
.emotion--loading-indicator:before {
  border-radius: 100%;
  background-clip: padding-box;
  -webkit-animation: keyframe--spin 1s linear infinite;
  animation: keyframe--spin 1s linear infinite;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: block;
  content: "";
  border-width: 2px;
  border-style: solid;
  border-color: #333 #CCC #CCC #CCC;
}
.content--emotions {
  display: block;
}
body.emotion--preview {
  background: #ffffff;
}
body.emotion--preview .content-main {
  box-shadow: none;
  margin: 0;
}
.emotion--show-listing {
  margin: 1.25rem 0rem 1.25rem 0rem;
}
.emotion--wrapper {
  display: block;
  margin: 0 auto;
  max-width: 1160px;
  overflow: hidden;
}
.emotion--wrapper.is--fullscreen {
  max-width: none;
}
.emotion--container {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  background: #fff;
}
.emotion--container:after {
  content: "";
  display: table;
  clear: both;
}
.emotion--container.emotion--mode-resize {
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
}
.emotion--container.emotion--mode-rows .emotion--sizer,
.emotion--container.emotion--mode-rows .emotion--sizer-xs,
.emotion--container.emotion--mode-rows .emotion--sizer-s,
.emotion--container.emotion--mode-rows .emotion--sizer-m,
.emotion--container.emotion--mode-rows .emotion--sizer-l,
.emotion--container.emotion--mode-rows .emotion--sizer-xl {
  display: none;
}
.emotion--container.emotion--mode-rows .emotion--row:after {
  content: "";
  display: table;
  clear: both;
}
.emotion--container.emotion--column-1 .col-1 {
  width: 100%;
}
.emotion--container.emotion--column-1 .start-col-1 {
  left: 0%;
}
.emotion--container.emotion--column-1 .col-xs-1 {
  width: 100%;
}
.emotion--container.emotion--column-1 .start-col-xs-1 {
  left: 0%;
}
@media screen and (min-width: 30em) {
  .emotion--container.emotion--column-1 .col-s-1 {
    width: 100%;
  }
  .emotion--container.emotion--column-1 .start-col-s-1 {
    left: 0%;
  }
}
@media screen and (min-width: 48em) {
  .emotion--container.emotion--column-1 .col-m-1 {
    width: 100%;
  }
  .emotion--container.emotion--column-1 .start-col-m-1 {
    left: 0%;
  }
}
@media screen and (min-width: 64em) {
  .emotion--container.emotion--column-1 .col-l-1 {
    width: 100%;
  }
  .emotion--container.emotion--column-1 .start-col-l-1 {
    left: 0%;
  }
}
@media screen and (min-width: 78.75em) {
  .emotion--container.emotion--column-1 .col-xl-1 {
    width: 100%;
  }
  .emotion--container.emotion--column-1 .start-col-xl-1 {
    left: 0%;
  }
}
.emotion--container.emotion--column-2 .col-1 {
  width: 50%;
}
.emotion--container.emotion--column-2 .start-col-1 {
  left: 0%;
}
.emotion--container.emotion--column-2 .col-2 {
  width: 100%;
}
.emotion--container.emotion--column-2 .start-col-2 {
  left: 50%;
}
.emotion--container.emotion--column-2 .col-xs-1 {
  width: 50%;
}
.emotion--container.emotion--column-2 .start-col-xs-1 {
  left: 0%;
}
.emotion--container.emotion--column-2 .col-xs-2 {
  width: 100%;
}
.emotion--container.emotion--column-2 .start-col-xs-2 {
  left: 50%;
}
@media screen and (min-width: 30em) {
  .emotion--container.emotion--column-2 .col-s-1 {
    width: 50%;
  }
  .emotion--container.emotion--column-2 .start-col-s-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-2 .col-s-2 {
    width: 100%;
  }
  .emotion--container.emotion--column-2 .start-col-s-2 {
    left: 50%;
  }
}
@media screen and (min-width: 48em) {
  .emotion--container.emotion--column-2 .col-m-1 {
    width: 50%;
  }
  .emotion--container.emotion--column-2 .start-col-m-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-2 .col-m-2 {
    width: 100%;
  }
  .emotion--container.emotion--column-2 .start-col-m-2 {
    left: 50%;
  }
}
@media screen and (min-width: 64em) {
  .emotion--container.emotion--column-2 .col-l-1 {
    width: 50%;
  }
  .emotion--container.emotion--column-2 .start-col-l-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-2 .col-l-2 {
    width: 100%;
  }
  .emotion--container.emotion--column-2 .start-col-l-2 {
    left: 50%;
  }
}
@media screen and (min-width: 78.75em) {
  .emotion--container.emotion--column-2 .col-xl-1 {
    width: 50%;
  }
  .emotion--container.emotion--column-2 .start-col-xl-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-2 .col-xl-2 {
    width: 100%;
  }
  .emotion--container.emotion--column-2 .start-col-xl-2 {
    left: 50%;
  }
}
.emotion--container.emotion--column-3 .col-1 {
  width: 33.33333333%;
}
.emotion--container.emotion--column-3 .start-col-1 {
  left: 0%;
}
.emotion--container.emotion--column-3 .col-2 {
  width: 66.66666667%;
}
.emotion--container.emotion--column-3 .start-col-2 {
  left: 33.33333333%;
}
.emotion--container.emotion--column-3 .col-3 {
  width: 100%;
}
.emotion--container.emotion--column-3 .start-col-3 {
  left: 66.66666667%;
}
.emotion--container.emotion--column-3 .col-xs-1 {
  width: 33.33333333%;
}
.emotion--container.emotion--column-3 .start-col-xs-1 {
  left: 0%;
}
.emotion--container.emotion--column-3 .col-xs-2 {
  width: 66.66666667%;
}
.emotion--container.emotion--column-3 .start-col-xs-2 {
  left: 33.33333333%;
}
.emotion--container.emotion--column-3 .col-xs-3 {
  width: 100%;
}
.emotion--container.emotion--column-3 .start-col-xs-3 {
  left: 66.66666667%;
}
@media screen and (min-width: 30em) {
  .emotion--container.emotion--column-3 .col-s-1 {
    width: 33.33333333%;
  }
  .emotion--container.emotion--column-3 .start-col-s-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-3 .col-s-2 {
    width: 66.66666667%;
  }
  .emotion--container.emotion--column-3 .start-col-s-2 {
    left: 33.33333333%;
  }
  .emotion--container.emotion--column-3 .col-s-3 {
    width: 100%;
  }
  .emotion--container.emotion--column-3 .start-col-s-3 {
    left: 66.66666667%;
  }
}
@media screen and (min-width: 48em) {
  .emotion--container.emotion--column-3 .col-m-1 {
    width: 33.33333333%;
  }
  .emotion--container.emotion--column-3 .start-col-m-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-3 .col-m-2 {
    width: 66.66666667%;
  }
  .emotion--container.emotion--column-3 .start-col-m-2 {
    left: 33.33333333%;
  }
  .emotion--container.emotion--column-3 .col-m-3 {
    width: 100%;
  }
  .emotion--container.emotion--column-3 .start-col-m-3 {
    left: 66.66666667%;
  }
}
@media screen and (min-width: 64em) {
  .emotion--container.emotion--column-3 .col-l-1 {
    width: 33.33333333%;
  }
  .emotion--container.emotion--column-3 .start-col-l-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-3 .col-l-2 {
    width: 66.66666667%;
  }
  .emotion--container.emotion--column-3 .start-col-l-2 {
    left: 33.33333333%;
  }
  .emotion--container.emotion--column-3 .col-l-3 {
    width: 100%;
  }
  .emotion--container.emotion--column-3 .start-col-l-3 {
    left: 66.66666667%;
  }
}
@media screen and (min-width: 78.75em) {
  .emotion--container.emotion--column-3 .col-xl-1 {
    width: 33.33333333%;
  }
  .emotion--container.emotion--column-3 .start-col-xl-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-3 .col-xl-2 {
    width: 66.66666667%;
  }
  .emotion--container.emotion--column-3 .start-col-xl-2 {
    left: 33.33333333%;
  }
  .emotion--container.emotion--column-3 .col-xl-3 {
    width: 100%;
  }
  .emotion--container.emotion--column-3 .start-col-xl-3 {
    left: 66.66666667%;
  }
}
.emotion--container.emotion--column-4 .col-1 {
  width: 25%;
}
.emotion--container.emotion--column-4 .start-col-1 {
  left: 0%;
}
.emotion--container.emotion--column-4 .col-2 {
  width: 50%;
}
.emotion--container.emotion--column-4 .start-col-2 {
  left: 25%;
}
.emotion--container.emotion--column-4 .col-3 {
  width: 75%;
}
.emotion--container.emotion--column-4 .start-col-3 {
  left: 50%;
}
.emotion--container.emotion--column-4 .col-4 {
  width: 100%;
}
.emotion--container.emotion--column-4 .start-col-4 {
  left: 75%;
}
.emotion--container.emotion--column-4 .col-xs-1 {
  width: 25%;
}
.emotion--container.emotion--column-4 .start-col-xs-1 {
  left: 0%;
}
.emotion--container.emotion--column-4 .col-xs-2 {
  width: 50%;
}
.emotion--container.emotion--column-4 .start-col-xs-2 {
  left: 25%;
}
.emotion--container.emotion--column-4 .col-xs-3 {
  width: 75%;
}
.emotion--container.emotion--column-4 .start-col-xs-3 {
  left: 50%;
}
.emotion--container.emotion--column-4 .col-xs-4 {
  width: 100%;
}
.emotion--container.emotion--column-4 .start-col-xs-4 {
  left: 75%;
}
@media screen and (min-width: 30em) {
  .emotion--container.emotion--column-4 .col-s-1 {
    width: 25%;
  }
  .emotion--container.emotion--column-4 .start-col-s-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-4 .col-s-2 {
    width: 50%;
  }
  .emotion--container.emotion--column-4 .start-col-s-2 {
    left: 25%;
  }
  .emotion--container.emotion--column-4 .col-s-3 {
    width: 75%;
  }
  .emotion--container.emotion--column-4 .start-col-s-3 {
    left: 50%;
  }
  .emotion--container.emotion--column-4 .col-s-4 {
    width: 100%;
  }
  .emotion--container.emotion--column-4 .start-col-s-4 {
    left: 75%;
  }
}
@media screen and (min-width: 48em) {
  .emotion--container.emotion--column-4 .col-m-1 {
    width: 25%;
  }
  .emotion--container.emotion--column-4 .start-col-m-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-4 .col-m-2 {
    width: 50%;
  }
  .emotion--container.emotion--column-4 .start-col-m-2 {
    left: 25%;
  }
  .emotion--container.emotion--column-4 .col-m-3 {
    width: 75%;
  }
  .emotion--container.emotion--column-4 .start-col-m-3 {
    left: 50%;
  }
  .emotion--container.emotion--column-4 .col-m-4 {
    width: 100%;
  }
  .emotion--container.emotion--column-4 .start-col-m-4 {
    left: 75%;
  }
}
@media screen and (min-width: 64em) {
  .emotion--container.emotion--column-4 .col-l-1 {
    width: 25%;
  }
  .emotion--container.emotion--column-4 .start-col-l-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-4 .col-l-2 {
    width: 50%;
  }
  .emotion--container.emotion--column-4 .start-col-l-2 {
    left: 25%;
  }
  .emotion--container.emotion--column-4 .col-l-3 {
    width: 75%;
  }
  .emotion--container.emotion--column-4 .start-col-l-3 {
    left: 50%;
  }
  .emotion--container.emotion--column-4 .col-l-4 {
    width: 100%;
  }
  .emotion--container.emotion--column-4 .start-col-l-4 {
    left: 75%;
  }
}
@media screen and (min-width: 78.75em) {
  .emotion--container.emotion--column-4 .col-xl-1 {
    width: 25%;
  }
  .emotion--container.emotion--column-4 .start-col-xl-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-4 .col-xl-2 {
    width: 50%;
  }
  .emotion--container.emotion--column-4 .start-col-xl-2 {
    left: 25%;
  }
  .emotion--container.emotion--column-4 .col-xl-3 {
    width: 75%;
  }
  .emotion--container.emotion--column-4 .start-col-xl-3 {
    left: 50%;
  }
  .emotion--container.emotion--column-4 .col-xl-4 {
    width: 100%;
  }
  .emotion--container.emotion--column-4 .start-col-xl-4 {
    left: 75%;
  }
}
.emotion--container.emotion--column-5 .col-1 {
  width: 20%;
}
.emotion--container.emotion--column-5 .start-col-1 {
  left: 0%;
}
.emotion--container.emotion--column-5 .col-2 {
  width: 40%;
}
.emotion--container.emotion--column-5 .start-col-2 {
  left: 20%;
}
.emotion--container.emotion--column-5 .col-3 {
  width: 60%;
}
.emotion--container.emotion--column-5 .start-col-3 {
  left: 40%;
}
.emotion--container.emotion--column-5 .col-4 {
  width: 80%;
}
.emotion--container.emotion--column-5 .start-col-4 {
  left: 60%;
}
.emotion--container.emotion--column-5 .col-5 {
  width: 100%;
}
.emotion--container.emotion--column-5 .start-col-5 {
  left: 80%;
}
.emotion--container.emotion--column-5 .col-xs-1 {
  width: 20%;
}
.emotion--container.emotion--column-5 .start-col-xs-1 {
  left: 0%;
}
.emotion--container.emotion--column-5 .col-xs-2 {
  width: 40%;
}
.emotion--container.emotion--column-5 .start-col-xs-2 {
  left: 20%;
}
.emotion--container.emotion--column-5 .col-xs-3 {
  width: 60%;
}
.emotion--container.emotion--column-5 .start-col-xs-3 {
  left: 40%;
}
.emotion--container.emotion--column-5 .col-xs-4 {
  width: 80%;
}
.emotion--container.emotion--column-5 .start-col-xs-4 {
  left: 60%;
}
.emotion--container.emotion--column-5 .col-xs-5 {
  width: 100%;
}
.emotion--container.emotion--column-5 .start-col-xs-5 {
  left: 80%;
}
@media screen and (min-width: 30em) {
  .emotion--container.emotion--column-5 .col-s-1 {
    width: 20%;
  }
  .emotion--container.emotion--column-5 .start-col-s-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-5 .col-s-2 {
    width: 40%;
  }
  .emotion--container.emotion--column-5 .start-col-s-2 {
    left: 20%;
  }
  .emotion--container.emotion--column-5 .col-s-3 {
    width: 60%;
  }
  .emotion--container.emotion--column-5 .start-col-s-3 {
    left: 40%;
  }
  .emotion--container.emotion--column-5 .col-s-4 {
    width: 80%;
  }
  .emotion--container.emotion--column-5 .start-col-s-4 {
    left: 60%;
  }
  .emotion--container.emotion--column-5 .col-s-5 {
    width: 100%;
  }
  .emotion--container.emotion--column-5 .start-col-s-5 {
    left: 80%;
  }
}
@media screen and (min-width: 48em) {
  .emotion--container.emotion--column-5 .col-m-1 {
    width: 20%;
  }
  .emotion--container.emotion--column-5 .start-col-m-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-5 .col-m-2 {
    width: 40%;
  }
  .emotion--container.emotion--column-5 .start-col-m-2 {
    left: 20%;
  }
  .emotion--container.emotion--column-5 .col-m-3 {
    width: 60%;
  }
  .emotion--container.emotion--column-5 .start-col-m-3 {
    left: 40%;
  }
  .emotion--container.emotion--column-5 .col-m-4 {
    width: 80%;
  }
  .emotion--container.emotion--column-5 .start-col-m-4 {
    left: 60%;
  }
  .emotion--container.emotion--column-5 .col-m-5 {
    width: 100%;
  }
  .emotion--container.emotion--column-5 .start-col-m-5 {
    left: 80%;
  }
}
@media screen and (min-width: 64em) {
  .emotion--container.emotion--column-5 .col-l-1 {
    width: 20%;
  }
  .emotion--container.emotion--column-5 .start-col-l-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-5 .col-l-2 {
    width: 40%;
  }
  .emotion--container.emotion--column-5 .start-col-l-2 {
    left: 20%;
  }
  .emotion--container.emotion--column-5 .col-l-3 {
    width: 60%;
  }
  .emotion--container.emotion--column-5 .start-col-l-3 {
    left: 40%;
  }
  .emotion--container.emotion--column-5 .col-l-4 {
    width: 80%;
  }
  .emotion--container.emotion--column-5 .start-col-l-4 {
    left: 60%;
  }
  .emotion--container.emotion--column-5 .col-l-5 {
    width: 100%;
  }
  .emotion--container.emotion--column-5 .start-col-l-5 {
    left: 80%;
  }
}
@media screen and (min-width: 78.75em) {
  .emotion--container.emotion--column-5 .col-xl-1 {
    width: 20%;
  }
  .emotion--container.emotion--column-5 .start-col-xl-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-5 .col-xl-2 {
    width: 40%;
  }
  .emotion--container.emotion--column-5 .start-col-xl-2 {
    left: 20%;
  }
  .emotion--container.emotion--column-5 .col-xl-3 {
    width: 60%;
  }
  .emotion--container.emotion--column-5 .start-col-xl-3 {
    left: 40%;
  }
  .emotion--container.emotion--column-5 .col-xl-4 {
    width: 80%;
  }
  .emotion--container.emotion--column-5 .start-col-xl-4 {
    left: 60%;
  }
  .emotion--container.emotion--column-5 .col-xl-5 {
    width: 100%;
  }
  .emotion--container.emotion--column-5 .start-col-xl-5 {
    left: 80%;
  }
}
.emotion--container.emotion--column-6 .col-1 {
  width: 16.66666667%;
}
.emotion--container.emotion--column-6 .start-col-1 {
  left: 0%;
}
.emotion--container.emotion--column-6 .col-2 {
  width: 33.33333333%;
}
.emotion--container.emotion--column-6 .start-col-2 {
  left: 16.66666667%;
}
.emotion--container.emotion--column-6 .col-3 {
  width: 50%;
}
.emotion--container.emotion--column-6 .start-col-3 {
  left: 33.33333333%;
}
.emotion--container.emotion--column-6 .col-4 {
  width: 66.66666667%;
}
.emotion--container.emotion--column-6 .start-col-4 {
  left: 50%;
}
.emotion--container.emotion--column-6 .col-5 {
  width: 83.33333333%;
}
.emotion--container.emotion--column-6 .start-col-5 {
  left: 66.66666667%;
}
.emotion--container.emotion--column-6 .col-6 {
  width: 100%;
}
.emotion--container.emotion--column-6 .start-col-6 {
  left: 83.33333333%;
}
.emotion--container.emotion--column-6 .col-xs-1 {
  width: 16.66666667%;
}
.emotion--container.emotion--column-6 .start-col-xs-1 {
  left: 0%;
}
.emotion--container.emotion--column-6 .col-xs-2 {
  width: 33.33333333%;
}
.emotion--container.emotion--column-6 .start-col-xs-2 {
  left: 16.66666667%;
}
.emotion--container.emotion--column-6 .col-xs-3 {
  width: 50%;
}
.emotion--container.emotion--column-6 .start-col-xs-3 {
  left: 33.33333333%;
}
.emotion--container.emotion--column-6 .col-xs-4 {
  width: 66.66666667%;
}
.emotion--container.emotion--column-6 .start-col-xs-4 {
  left: 50%;
}
.emotion--container.emotion--column-6 .col-xs-5 {
  width: 83.33333333%;
}
.emotion--container.emotion--column-6 .start-col-xs-5 {
  left: 66.66666667%;
}
.emotion--container.emotion--column-6 .col-xs-6 {
  width: 100%;
}
.emotion--container.emotion--column-6 .start-col-xs-6 {
  left: 83.33333333%;
}
@media screen and (min-width: 30em) {
  .emotion--container.emotion--column-6 .col-s-1 {
    width: 16.66666667%;
  }
  .emotion--container.emotion--column-6 .start-col-s-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-6 .col-s-2 {
    width: 33.33333333%;
  }
  .emotion--container.emotion--column-6 .start-col-s-2 {
    left: 16.66666667%;
  }
  .emotion--container.emotion--column-6 .col-s-3 {
    width: 50%;
  }
  .emotion--container.emotion--column-6 .start-col-s-3 {
    left: 33.33333333%;
  }
  .emotion--container.emotion--column-6 .col-s-4 {
    width: 66.66666667%;
  }
  .emotion--container.emotion--column-6 .start-col-s-4 {
    left: 50%;
  }
  .emotion--container.emotion--column-6 .col-s-5 {
    width: 83.33333333%;
  }
  .emotion--container.emotion--column-6 .start-col-s-5 {
    left: 66.66666667%;
  }
  .emotion--container.emotion--column-6 .col-s-6 {
    width: 100%;
  }
  .emotion--container.emotion--column-6 .start-col-s-6 {
    left: 83.33333333%;
  }
}
@media screen and (min-width: 48em) {
  .emotion--container.emotion--column-6 .col-m-1 {
    width: 16.66666667%;
  }
  .emotion--container.emotion--column-6 .start-col-m-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-6 .col-m-2 {
    width: 33.33333333%;
  }
  .emotion--container.emotion--column-6 .start-col-m-2 {
    left: 16.66666667%;
  }
  .emotion--container.emotion--column-6 .col-m-3 {
    width: 50%;
  }
  .emotion--container.emotion--column-6 .start-col-m-3 {
    left: 33.33333333%;
  }
  .emotion--container.emotion--column-6 .col-m-4 {
    width: 66.66666667%;
  }
  .emotion--container.emotion--column-6 .start-col-m-4 {
    left: 50%;
  }
  .emotion--container.emotion--column-6 .col-m-5 {
    width: 83.33333333%;
  }
  .emotion--container.emotion--column-6 .start-col-m-5 {
    left: 66.66666667%;
  }
  .emotion--container.emotion--column-6 .col-m-6 {
    width: 100%;
  }
  .emotion--container.emotion--column-6 .start-col-m-6 {
    left: 83.33333333%;
  }
}
@media screen and (min-width: 64em) {
  .emotion--container.emotion--column-6 .col-l-1 {
    width: 16.66666667%;
  }
  .emotion--container.emotion--column-6 .start-col-l-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-6 .col-l-2 {
    width: 33.33333333%;
  }
  .emotion--container.emotion--column-6 .start-col-l-2 {
    left: 16.66666667%;
  }
  .emotion--container.emotion--column-6 .col-l-3 {
    width: 50%;
  }
  .emotion--container.emotion--column-6 .start-col-l-3 {
    left: 33.33333333%;
  }
  .emotion--container.emotion--column-6 .col-l-4 {
    width: 66.66666667%;
  }
  .emotion--container.emotion--column-6 .start-col-l-4 {
    left: 50%;
  }
  .emotion--container.emotion--column-6 .col-l-5 {
    width: 83.33333333%;
  }
  .emotion--container.emotion--column-6 .start-col-l-5 {
    left: 66.66666667%;
  }
  .emotion--container.emotion--column-6 .col-l-6 {
    width: 100%;
  }
  .emotion--container.emotion--column-6 .start-col-l-6 {
    left: 83.33333333%;
  }
}
@media screen and (min-width: 78.75em) {
  .emotion--container.emotion--column-6 .col-xl-1 {
    width: 16.66666667%;
  }
  .emotion--container.emotion--column-6 .start-col-xl-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-6 .col-xl-2 {
    width: 33.33333333%;
  }
  .emotion--container.emotion--column-6 .start-col-xl-2 {
    left: 16.66666667%;
  }
  .emotion--container.emotion--column-6 .col-xl-3 {
    width: 50%;
  }
  .emotion--container.emotion--column-6 .start-col-xl-3 {
    left: 33.33333333%;
  }
  .emotion--container.emotion--column-6 .col-xl-4 {
    width: 66.66666667%;
  }
  .emotion--container.emotion--column-6 .start-col-xl-4 {
    left: 50%;
  }
  .emotion--container.emotion--column-6 .col-xl-5 {
    width: 83.33333333%;
  }
  .emotion--container.emotion--column-6 .start-col-xl-5 {
    left: 66.66666667%;
  }
  .emotion--container.emotion--column-6 .col-xl-6 {
    width: 100%;
  }
  .emotion--container.emotion--column-6 .start-col-xl-6 {
    left: 83.33333333%;
  }
}
.emotion--container.emotion--column-7 .col-1 {
  width: 14.28571429%;
}
.emotion--container.emotion--column-7 .start-col-1 {
  left: 0%;
}
.emotion--container.emotion--column-7 .col-2 {
  width: 28.57142857%;
}
.emotion--container.emotion--column-7 .start-col-2 {
  left: 14.28571429%;
}
.emotion--container.emotion--column-7 .col-3 {
  width: 42.85714286%;
}
.emotion--container.emotion--column-7 .start-col-3 {
  left: 28.57142857%;
}
.emotion--container.emotion--column-7 .col-4 {
  width: 57.14285714%;
}
.emotion--container.emotion--column-7 .start-col-4 {
  left: 42.85714286%;
}
.emotion--container.emotion--column-7 .col-5 {
  width: 71.42857143000001%;
}
.emotion--container.emotion--column-7 .start-col-5 {
  left: 57.14285714%;
}
.emotion--container.emotion--column-7 .col-6 {
  width: 85.71428571%;
}
.emotion--container.emotion--column-7 .start-col-6 {
  left: 71.42857143000001%;
}
.emotion--container.emotion--column-7 .col-7 {
  width: 100%;
}
.emotion--container.emotion--column-7 .start-col-7 {
  left: 85.71428571%;
}
.emotion--container.emotion--column-7 .col-xs-1 {
  width: 14.28571429%;
}
.emotion--container.emotion--column-7 .start-col-xs-1 {
  left: 0%;
}
.emotion--container.emotion--column-7 .col-xs-2 {
  width: 28.57142857%;
}
.emotion--container.emotion--column-7 .start-col-xs-2 {
  left: 14.28571429%;
}
.emotion--container.emotion--column-7 .col-xs-3 {
  width: 42.85714286%;
}
.emotion--container.emotion--column-7 .start-col-xs-3 {
  left: 28.57142857%;
}
.emotion--container.emotion--column-7 .col-xs-4 {
  width: 57.14285714%;
}
.emotion--container.emotion--column-7 .start-col-xs-4 {
  left: 42.85714286%;
}
.emotion--container.emotion--column-7 .col-xs-5 {
  width: 71.42857143000001%;
}
.emotion--container.emotion--column-7 .start-col-xs-5 {
  left: 57.14285714%;
}
.emotion--container.emotion--column-7 .col-xs-6 {
  width: 85.71428571%;
}
.emotion--container.emotion--column-7 .start-col-xs-6 {
  left: 71.42857143000001%;
}
.emotion--container.emotion--column-7 .col-xs-7 {
  width: 100%;
}
.emotion--container.emotion--column-7 .start-col-xs-7 {
  left: 85.71428571%;
}
@media screen and (min-width: 30em) {
  .emotion--container.emotion--column-7 .col-s-1 {
    width: 14.28571429%;
  }
  .emotion--container.emotion--column-7 .start-col-s-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-7 .col-s-2 {
    width: 28.57142857%;
  }
  .emotion--container.emotion--column-7 .start-col-s-2 {
    left: 14.28571429%;
  }
  .emotion--container.emotion--column-7 .col-s-3 {
    width: 42.85714286%;
  }
  .emotion--container.emotion--column-7 .start-col-s-3 {
    left: 28.57142857%;
  }
  .emotion--container.emotion--column-7 .col-s-4 {
    width: 57.14285714%;
  }
  .emotion--container.emotion--column-7 .start-col-s-4 {
    left: 42.85714286%;
  }
  .emotion--container.emotion--column-7 .col-s-5 {
    width: 71.42857143000001%;
  }
  .emotion--container.emotion--column-7 .start-col-s-5 {
    left: 57.14285714%;
  }
  .emotion--container.emotion--column-7 .col-s-6 {
    width: 85.71428571%;
  }
  .emotion--container.emotion--column-7 .start-col-s-6 {
    left: 71.42857143000001%;
  }
  .emotion--container.emotion--column-7 .col-s-7 {
    width: 100%;
  }
  .emotion--container.emotion--column-7 .start-col-s-7 {
    left: 85.71428571%;
  }
}
@media screen and (min-width: 48em) {
  .emotion--container.emotion--column-7 .col-m-1 {
    width: 14.28571429%;
  }
  .emotion--container.emotion--column-7 .start-col-m-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-7 .col-m-2 {
    width: 28.57142857%;
  }
  .emotion--container.emotion--column-7 .start-col-m-2 {
    left: 14.28571429%;
  }
  .emotion--container.emotion--column-7 .col-m-3 {
    width: 42.85714286%;
  }
  .emotion--container.emotion--column-7 .start-col-m-3 {
    left: 28.57142857%;
  }
  .emotion--container.emotion--column-7 .col-m-4 {
    width: 57.14285714%;
  }
  .emotion--container.emotion--column-7 .start-col-m-4 {
    left: 42.85714286%;
  }
  .emotion--container.emotion--column-7 .col-m-5 {
    width: 71.42857143000001%;
  }
  .emotion--container.emotion--column-7 .start-col-m-5 {
    left: 57.14285714%;
  }
  .emotion--container.emotion--column-7 .col-m-6 {
    width: 85.71428571%;
  }
  .emotion--container.emotion--column-7 .start-col-m-6 {
    left: 71.42857143000001%;
  }
  .emotion--container.emotion--column-7 .col-m-7 {
    width: 100%;
  }
  .emotion--container.emotion--column-7 .start-col-m-7 {
    left: 85.71428571%;
  }
}
@media screen and (min-width: 64em) {
  .emotion--container.emotion--column-7 .col-l-1 {
    width: 14.28571429%;
  }
  .emotion--container.emotion--column-7 .start-col-l-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-7 .col-l-2 {
    width: 28.57142857%;
  }
  .emotion--container.emotion--column-7 .start-col-l-2 {
    left: 14.28571429%;
  }
  .emotion--container.emotion--column-7 .col-l-3 {
    width: 42.85714286%;
  }
  .emotion--container.emotion--column-7 .start-col-l-3 {
    left: 28.57142857%;
  }
  .emotion--container.emotion--column-7 .col-l-4 {
    width: 57.14285714%;
  }
  .emotion--container.emotion--column-7 .start-col-l-4 {
    left: 42.85714286%;
  }
  .emotion--container.emotion--column-7 .col-l-5 {
    width: 71.42857143000001%;
  }
  .emotion--container.emotion--column-7 .start-col-l-5 {
    left: 57.14285714%;
  }
  .emotion--container.emotion--column-7 .col-l-6 {
    width: 85.71428571%;
  }
  .emotion--container.emotion--column-7 .start-col-l-6 {
    left: 71.42857143000001%;
  }
  .emotion--container.emotion--column-7 .col-l-7 {
    width: 100%;
  }
  .emotion--container.emotion--column-7 .start-col-l-7 {
    left: 85.71428571%;
  }
}
@media screen and (min-width: 78.75em) {
  .emotion--container.emotion--column-7 .col-xl-1 {
    width: 14.28571429%;
  }
  .emotion--container.emotion--column-7 .start-col-xl-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-7 .col-xl-2 {
    width: 28.57142857%;
  }
  .emotion--container.emotion--column-7 .start-col-xl-2 {
    left: 14.28571429%;
  }
  .emotion--container.emotion--column-7 .col-xl-3 {
    width: 42.85714286%;
  }
  .emotion--container.emotion--column-7 .start-col-xl-3 {
    left: 28.57142857%;
  }
  .emotion--container.emotion--column-7 .col-xl-4 {
    width: 57.14285714%;
  }
  .emotion--container.emotion--column-7 .start-col-xl-4 {
    left: 42.85714286%;
  }
  .emotion--container.emotion--column-7 .col-xl-5 {
    width: 71.42857143000001%;
  }
  .emotion--container.emotion--column-7 .start-col-xl-5 {
    left: 57.14285714%;
  }
  .emotion--container.emotion--column-7 .col-xl-6 {
    width: 85.71428571%;
  }
  .emotion--container.emotion--column-7 .start-col-xl-6 {
    left: 71.42857143000001%;
  }
  .emotion--container.emotion--column-7 .col-xl-7 {
    width: 100%;
  }
  .emotion--container.emotion--column-7 .start-col-xl-7 {
    left: 85.71428571%;
  }
}
.emotion--container.emotion--column-8 .col-1 {
  width: 12.5%;
}
.emotion--container.emotion--column-8 .start-col-1 {
  left: 0%;
}
.emotion--container.emotion--column-8 .col-2 {
  width: 25%;
}
.emotion--container.emotion--column-8 .start-col-2 {
  left: 12.5%;
}
.emotion--container.emotion--column-8 .col-3 {
  width: 37.5%;
}
.emotion--container.emotion--column-8 .start-col-3 {
  left: 25%;
}
.emotion--container.emotion--column-8 .col-4 {
  width: 50%;
}
.emotion--container.emotion--column-8 .start-col-4 {
  left: 37.5%;
}
.emotion--container.emotion--column-8 .col-5 {
  width: 62.5%;
}
.emotion--container.emotion--column-8 .start-col-5 {
  left: 50%;
}
.emotion--container.emotion--column-8 .col-6 {
  width: 75%;
}
.emotion--container.emotion--column-8 .start-col-6 {
  left: 62.5%;
}
.emotion--container.emotion--column-8 .col-7 {
  width: 87.5%;
}
.emotion--container.emotion--column-8 .start-col-7 {
  left: 75%;
}
.emotion--container.emotion--column-8 .col-8 {
  width: 100%;
}
.emotion--container.emotion--column-8 .start-col-8 {
  left: 87.5%;
}
.emotion--container.emotion--column-8 .col-xs-1 {
  width: 12.5%;
}
.emotion--container.emotion--column-8 .start-col-xs-1 {
  left: 0%;
}
.emotion--container.emotion--column-8 .col-xs-2 {
  width: 25%;
}
.emotion--container.emotion--column-8 .start-col-xs-2 {
  left: 12.5%;
}
.emotion--container.emotion--column-8 .col-xs-3 {
  width: 37.5%;
}
.emotion--container.emotion--column-8 .start-col-xs-3 {
  left: 25%;
}
.emotion--container.emotion--column-8 .col-xs-4 {
  width: 50%;
}
.emotion--container.emotion--column-8 .start-col-xs-4 {
  left: 37.5%;
}
.emotion--container.emotion--column-8 .col-xs-5 {
  width: 62.5%;
}
.emotion--container.emotion--column-8 .start-col-xs-5 {
  left: 50%;
}
.emotion--container.emotion--column-8 .col-xs-6 {
  width: 75%;
}
.emotion--container.emotion--column-8 .start-col-xs-6 {
  left: 62.5%;
}
.emotion--container.emotion--column-8 .col-xs-7 {
  width: 87.5%;
}
.emotion--container.emotion--column-8 .start-col-xs-7 {
  left: 75%;
}
.emotion--container.emotion--column-8 .col-xs-8 {
  width: 100%;
}
.emotion--container.emotion--column-8 .start-col-xs-8 {
  left: 87.5%;
}
@media screen and (min-width: 30em) {
  .emotion--container.emotion--column-8 .col-s-1 {
    width: 12.5%;
  }
  .emotion--container.emotion--column-8 .start-col-s-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-8 .col-s-2 {
    width: 25%;
  }
  .emotion--container.emotion--column-8 .start-col-s-2 {
    left: 12.5%;
  }
  .emotion--container.emotion--column-8 .col-s-3 {
    width: 37.5%;
  }
  .emotion--container.emotion--column-8 .start-col-s-3 {
    left: 25%;
  }
  .emotion--container.emotion--column-8 .col-s-4 {
    width: 50%;
  }
  .emotion--container.emotion--column-8 .start-col-s-4 {
    left: 37.5%;
  }
  .emotion--container.emotion--column-8 .col-s-5 {
    width: 62.5%;
  }
  .emotion--container.emotion--column-8 .start-col-s-5 {
    left: 50%;
  }
  .emotion--container.emotion--column-8 .col-s-6 {
    width: 75%;
  }
  .emotion--container.emotion--column-8 .start-col-s-6 {
    left: 62.5%;
  }
  .emotion--container.emotion--column-8 .col-s-7 {
    width: 87.5%;
  }
  .emotion--container.emotion--column-8 .start-col-s-7 {
    left: 75%;
  }
  .emotion--container.emotion--column-8 .col-s-8 {
    width: 100%;
  }
  .emotion--container.emotion--column-8 .start-col-s-8 {
    left: 87.5%;
  }
}
@media screen and (min-width: 48em) {
  .emotion--container.emotion--column-8 .col-m-1 {
    width: 12.5%;
  }
  .emotion--container.emotion--column-8 .start-col-m-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-8 .col-m-2 {
    width: 25%;
  }
  .emotion--container.emotion--column-8 .start-col-m-2 {
    left: 12.5%;
  }
  .emotion--container.emotion--column-8 .col-m-3 {
    width: 37.5%;
  }
  .emotion--container.emotion--column-8 .start-col-m-3 {
    left: 25%;
  }
  .emotion--container.emotion--column-8 .col-m-4 {
    width: 50%;
  }
  .emotion--container.emotion--column-8 .start-col-m-4 {
    left: 37.5%;
  }
  .emotion--container.emotion--column-8 .col-m-5 {
    width: 62.5%;
  }
  .emotion--container.emotion--column-8 .start-col-m-5 {
    left: 50%;
  }
  .emotion--container.emotion--column-8 .col-m-6 {
    width: 75%;
  }
  .emotion--container.emotion--column-8 .start-col-m-6 {
    left: 62.5%;
  }
  .emotion--container.emotion--column-8 .col-m-7 {
    width: 87.5%;
  }
  .emotion--container.emotion--column-8 .start-col-m-7 {
    left: 75%;
  }
  .emotion--container.emotion--column-8 .col-m-8 {
    width: 100%;
  }
  .emotion--container.emotion--column-8 .start-col-m-8 {
    left: 87.5%;
  }
}
@media screen and (min-width: 64em) {
  .emotion--container.emotion--column-8 .col-l-1 {
    width: 12.5%;
  }
  .emotion--container.emotion--column-8 .start-col-l-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-8 .col-l-2 {
    width: 25%;
  }
  .emotion--container.emotion--column-8 .start-col-l-2 {
    left: 12.5%;
  }
  .emotion--container.emotion--column-8 .col-l-3 {
    width: 37.5%;
  }
  .emotion--container.emotion--column-8 .start-col-l-3 {
    left: 25%;
  }
  .emotion--container.emotion--column-8 .col-l-4 {
    width: 50%;
  }
  .emotion--container.emotion--column-8 .start-col-l-4 {
    left: 37.5%;
  }
  .emotion--container.emotion--column-8 .col-l-5 {
    width: 62.5%;
  }
  .emotion--container.emotion--column-8 .start-col-l-5 {
    left: 50%;
  }
  .emotion--container.emotion--column-8 .col-l-6 {
    width: 75%;
  }
  .emotion--container.emotion--column-8 .start-col-l-6 {
    left: 62.5%;
  }
  .emotion--container.emotion--column-8 .col-l-7 {
    width: 87.5%;
  }
  .emotion--container.emotion--column-8 .start-col-l-7 {
    left: 75%;
  }
  .emotion--container.emotion--column-8 .col-l-8 {
    width: 100%;
  }
  .emotion--container.emotion--column-8 .start-col-l-8 {
    left: 87.5%;
  }
}
@media screen and (min-width: 78.75em) {
  .emotion--container.emotion--column-8 .col-xl-1 {
    width: 12.5%;
  }
  .emotion--container.emotion--column-8 .start-col-xl-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-8 .col-xl-2 {
    width: 25%;
  }
  .emotion--container.emotion--column-8 .start-col-xl-2 {
    left: 12.5%;
  }
  .emotion--container.emotion--column-8 .col-xl-3 {
    width: 37.5%;
  }
  .emotion--container.emotion--column-8 .start-col-xl-3 {
    left: 25%;
  }
  .emotion--container.emotion--column-8 .col-xl-4 {
    width: 50%;
  }
  .emotion--container.emotion--column-8 .start-col-xl-4 {
    left: 37.5%;
  }
  .emotion--container.emotion--column-8 .col-xl-5 {
    width: 62.5%;
  }
  .emotion--container.emotion--column-8 .start-col-xl-5 {
    left: 50%;
  }
  .emotion--container.emotion--column-8 .col-xl-6 {
    width: 75%;
  }
  .emotion--container.emotion--column-8 .start-col-xl-6 {
    left: 62.5%;
  }
  .emotion--container.emotion--column-8 .col-xl-7 {
    width: 87.5%;
  }
  .emotion--container.emotion--column-8 .start-col-xl-7 {
    left: 75%;
  }
  .emotion--container.emotion--column-8 .col-xl-8 {
    width: 100%;
  }
  .emotion--container.emotion--column-8 .start-col-xl-8 {
    left: 87.5%;
  }
}
.emotion--container.emotion--column-9 .col-1 {
  width: 11.11111111%;
}
.emotion--container.emotion--column-9 .start-col-1 {
  left: 0%;
}
.emotion--container.emotion--column-9 .col-2 {
  width: 22.22222222%;
}
.emotion--container.emotion--column-9 .start-col-2 {
  left: 11.11111111%;
}
.emotion--container.emotion--column-9 .col-3 {
  width: 33.33333333%;
}
.emotion--container.emotion--column-9 .start-col-3 {
  left: 22.22222222%;
}
.emotion--container.emotion--column-9 .col-4 {
  width: 44.44444444%;
}
.emotion--container.emotion--column-9 .start-col-4 {
  left: 33.33333333%;
}
.emotion--container.emotion--column-9 .col-5 {
  width: 55.55555556%;
}
.emotion--container.emotion--column-9 .start-col-5 {
  left: 44.44444444%;
}
.emotion--container.emotion--column-9 .col-6 {
  width: 66.66666667%;
}
.emotion--container.emotion--column-9 .start-col-6 {
  left: 55.55555556%;
}
.emotion--container.emotion--column-9 .col-7 {
  width: 77.77777777999999%;
}
.emotion--container.emotion--column-9 .start-col-7 {
  left: 66.66666667%;
}
.emotion--container.emotion--column-9 .col-8 {
  width: 88.88888889%;
}
.emotion--container.emotion--column-9 .start-col-8 {
  left: 77.77777777999999%;
}
.emotion--container.emotion--column-9 .col-9 {
  width: 100%;
}
.emotion--container.emotion--column-9 .start-col-9 {
  left: 88.88888889%;
}
.emotion--container.emotion--column-9 .col-xs-1 {
  width: 11.11111111%;
}
.emotion--container.emotion--column-9 .start-col-xs-1 {
  left: 0%;
}
.emotion--container.emotion--column-9 .col-xs-2 {
  width: 22.22222222%;
}
.emotion--container.emotion--column-9 .start-col-xs-2 {
  left: 11.11111111%;
}
.emotion--container.emotion--column-9 .col-xs-3 {
  width: 33.33333333%;
}
.emotion--container.emotion--column-9 .start-col-xs-3 {
  left: 22.22222222%;
}
.emotion--container.emotion--column-9 .col-xs-4 {
  width: 44.44444444%;
}
.emotion--container.emotion--column-9 .start-col-xs-4 {
  left: 33.33333333%;
}
.emotion--container.emotion--column-9 .col-xs-5 {
  width: 55.55555556%;
}
.emotion--container.emotion--column-9 .start-col-xs-5 {
  left: 44.44444444%;
}
.emotion--container.emotion--column-9 .col-xs-6 {
  width: 66.66666667%;
}
.emotion--container.emotion--column-9 .start-col-xs-6 {
  left: 55.55555556%;
}
.emotion--container.emotion--column-9 .col-xs-7 {
  width: 77.77777777999999%;
}
.emotion--container.emotion--column-9 .start-col-xs-7 {
  left: 66.66666667%;
}
.emotion--container.emotion--column-9 .col-xs-8 {
  width: 88.88888889%;
}
.emotion--container.emotion--column-9 .start-col-xs-8 {
  left: 77.77777777999999%;
}
.emotion--container.emotion--column-9 .col-xs-9 {
  width: 100%;
}
.emotion--container.emotion--column-9 .start-col-xs-9 {
  left: 88.88888889%;
}
@media screen and (min-width: 30em) {
  .emotion--container.emotion--column-9 .col-s-1 {
    width: 11.11111111%;
  }
  .emotion--container.emotion--column-9 .start-col-s-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-9 .col-s-2 {
    width: 22.22222222%;
  }
  .emotion--container.emotion--column-9 .start-col-s-2 {
    left: 11.11111111%;
  }
  .emotion--container.emotion--column-9 .col-s-3 {
    width: 33.33333333%;
  }
  .emotion--container.emotion--column-9 .start-col-s-3 {
    left: 22.22222222%;
  }
  .emotion--container.emotion--column-9 .col-s-4 {
    width: 44.44444444%;
  }
  .emotion--container.emotion--column-9 .start-col-s-4 {
    left: 33.33333333%;
  }
  .emotion--container.emotion--column-9 .col-s-5 {
    width: 55.55555556%;
  }
  .emotion--container.emotion--column-9 .start-col-s-5 {
    left: 44.44444444%;
  }
  .emotion--container.emotion--column-9 .col-s-6 {
    width: 66.66666667%;
  }
  .emotion--container.emotion--column-9 .start-col-s-6 {
    left: 55.55555556%;
  }
  .emotion--container.emotion--column-9 .col-s-7 {
    width: 77.77777777999999%;
  }
  .emotion--container.emotion--column-9 .start-col-s-7 {
    left: 66.66666667%;
  }
  .emotion--container.emotion--column-9 .col-s-8 {
    width: 88.88888889%;
  }
  .emotion--container.emotion--column-9 .start-col-s-8 {
    left: 77.77777777999999%;
  }
  .emotion--container.emotion--column-9 .col-s-9 {
    width: 100%;
  }
  .emotion--container.emotion--column-9 .start-col-s-9 {
    left: 88.88888889%;
  }
}
@media screen and (min-width: 48em) {
  .emotion--container.emotion--column-9 .col-m-1 {
    width: 11.11111111%;
  }
  .emotion--container.emotion--column-9 .start-col-m-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-9 .col-m-2 {
    width: 22.22222222%;
  }
  .emotion--container.emotion--column-9 .start-col-m-2 {
    left: 11.11111111%;
  }
  .emotion--container.emotion--column-9 .col-m-3 {
    width: 33.33333333%;
  }
  .emotion--container.emotion--column-9 .start-col-m-3 {
    left: 22.22222222%;
  }
  .emotion--container.emotion--column-9 .col-m-4 {
    width: 44.44444444%;
  }
  .emotion--container.emotion--column-9 .start-col-m-4 {
    left: 33.33333333%;
  }
  .emotion--container.emotion--column-9 .col-m-5 {
    width: 55.55555556%;
  }
  .emotion--container.emotion--column-9 .start-col-m-5 {
    left: 44.44444444%;
  }
  .emotion--container.emotion--column-9 .col-m-6 {
    width: 66.66666667%;
  }
  .emotion--container.emotion--column-9 .start-col-m-6 {
    left: 55.55555556%;
  }
  .emotion--container.emotion--column-9 .col-m-7 {
    width: 77.77777777999999%;
  }
  .emotion--container.emotion--column-9 .start-col-m-7 {
    left: 66.66666667%;
  }
  .emotion--container.emotion--column-9 .col-m-8 {
    width: 88.88888889%;
  }
  .emotion--container.emotion--column-9 .start-col-m-8 {
    left: 77.77777777999999%;
  }
  .emotion--container.emotion--column-9 .col-m-9 {
    width: 100%;
  }
  .emotion--container.emotion--column-9 .start-col-m-9 {
    left: 88.88888889%;
  }
}
@media screen and (min-width: 64em) {
  .emotion--container.emotion--column-9 .col-l-1 {
    width: 11.11111111%;
  }
  .emotion--container.emotion--column-9 .start-col-l-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-9 .col-l-2 {
    width: 22.22222222%;
  }
  .emotion--container.emotion--column-9 .start-col-l-2 {
    left: 11.11111111%;
  }
  .emotion--container.emotion--column-9 .col-l-3 {
    width: 33.33333333%;
  }
  .emotion--container.emotion--column-9 .start-col-l-3 {
    left: 22.22222222%;
  }
  .emotion--container.emotion--column-9 .col-l-4 {
    width: 44.44444444%;
  }
  .emotion--container.emotion--column-9 .start-col-l-4 {
    left: 33.33333333%;
  }
  .emotion--container.emotion--column-9 .col-l-5 {
    width: 55.55555556%;
  }
  .emotion--container.emotion--column-9 .start-col-l-5 {
    left: 44.44444444%;
  }
  .emotion--container.emotion--column-9 .col-l-6 {
    width: 66.66666667%;
  }
  .emotion--container.emotion--column-9 .start-col-l-6 {
    left: 55.55555556%;
  }
  .emotion--container.emotion--column-9 .col-l-7 {
    width: 77.77777777999999%;
  }
  .emotion--container.emotion--column-9 .start-col-l-7 {
    left: 66.66666667%;
  }
  .emotion--container.emotion--column-9 .col-l-8 {
    width: 88.88888889%;
  }
  .emotion--container.emotion--column-9 .start-col-l-8 {
    left: 77.77777777999999%;
  }
  .emotion--container.emotion--column-9 .col-l-9 {
    width: 100%;
  }
  .emotion--container.emotion--column-9 .start-col-l-9 {
    left: 88.88888889%;
  }
}
@media screen and (min-width: 78.75em) {
  .emotion--container.emotion--column-9 .col-xl-1 {
    width: 11.11111111%;
  }
  .emotion--container.emotion--column-9 .start-col-xl-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-9 .col-xl-2 {
    width: 22.22222222%;
  }
  .emotion--container.emotion--column-9 .start-col-xl-2 {
    left: 11.11111111%;
  }
  .emotion--container.emotion--column-9 .col-xl-3 {
    width: 33.33333333%;
  }
  .emotion--container.emotion--column-9 .start-col-xl-3 {
    left: 22.22222222%;
  }
  .emotion--container.emotion--column-9 .col-xl-4 {
    width: 44.44444444%;
  }
  .emotion--container.emotion--column-9 .start-col-xl-4 {
    left: 33.33333333%;
  }
  .emotion--container.emotion--column-9 .col-xl-5 {
    width: 55.55555556%;
  }
  .emotion--container.emotion--column-9 .start-col-xl-5 {
    left: 44.44444444%;
  }
  .emotion--container.emotion--column-9 .col-xl-6 {
    width: 66.66666667%;
  }
  .emotion--container.emotion--column-9 .start-col-xl-6 {
    left: 55.55555556%;
  }
  .emotion--container.emotion--column-9 .col-xl-7 {
    width: 77.77777777999999%;
  }
  .emotion--container.emotion--column-9 .start-col-xl-7 {
    left: 66.66666667%;
  }
  .emotion--container.emotion--column-9 .col-xl-8 {
    width: 88.88888889%;
  }
  .emotion--container.emotion--column-9 .start-col-xl-8 {
    left: 77.77777777999999%;
  }
  .emotion--container.emotion--column-9 .col-xl-9 {
    width: 100%;
  }
  .emotion--container.emotion--column-9 .start-col-xl-9 {
    left: 88.88888889%;
  }
}
.emotion--container.emotion--column-10 .col-1 {
  width: 10%;
}
.emotion--container.emotion--column-10 .start-col-1 {
  left: 0%;
}
.emotion--container.emotion--column-10 .col-2 {
  width: 20%;
}
.emotion--container.emotion--column-10 .start-col-2 {
  left: 10%;
}
.emotion--container.emotion--column-10 .col-3 {
  width: 30%;
}
.emotion--container.emotion--column-10 .start-col-3 {
  left: 20%;
}
.emotion--container.emotion--column-10 .col-4 {
  width: 40%;
}
.emotion--container.emotion--column-10 .start-col-4 {
  left: 30%;
}
.emotion--container.emotion--column-10 .col-5 {
  width: 50%;
}
.emotion--container.emotion--column-10 .start-col-5 {
  left: 40%;
}
.emotion--container.emotion--column-10 .col-6 {
  width: 60%;
}
.emotion--container.emotion--column-10 .start-col-6 {
  left: 50%;
}
.emotion--container.emotion--column-10 .col-7 {
  width: 70%;
}
.emotion--container.emotion--column-10 .start-col-7 {
  left: 60%;
}
.emotion--container.emotion--column-10 .col-8 {
  width: 80%;
}
.emotion--container.emotion--column-10 .start-col-8 {
  left: 70%;
}
.emotion--container.emotion--column-10 .col-9 {
  width: 90%;
}
.emotion--container.emotion--column-10 .start-col-9 {
  left: 80%;
}
.emotion--container.emotion--column-10 .col-10 {
  width: 100%;
}
.emotion--container.emotion--column-10 .start-col-10 {
  left: 90%;
}
.emotion--container.emotion--column-10 .col-xs-1 {
  width: 10%;
}
.emotion--container.emotion--column-10 .start-col-xs-1 {
  left: 0%;
}
.emotion--container.emotion--column-10 .col-xs-2 {
  width: 20%;
}
.emotion--container.emotion--column-10 .start-col-xs-2 {
  left: 10%;
}
.emotion--container.emotion--column-10 .col-xs-3 {
  width: 30%;
}
.emotion--container.emotion--column-10 .start-col-xs-3 {
  left: 20%;
}
.emotion--container.emotion--column-10 .col-xs-4 {
  width: 40%;
}
.emotion--container.emotion--column-10 .start-col-xs-4 {
  left: 30%;
}
.emotion--container.emotion--column-10 .col-xs-5 {
  width: 50%;
}
.emotion--container.emotion--column-10 .start-col-xs-5 {
  left: 40%;
}
.emotion--container.emotion--column-10 .col-xs-6 {
  width: 60%;
}
.emotion--container.emotion--column-10 .start-col-xs-6 {
  left: 50%;
}
.emotion--container.emotion--column-10 .col-xs-7 {
  width: 70%;
}
.emotion--container.emotion--column-10 .start-col-xs-7 {
  left: 60%;
}
.emotion--container.emotion--column-10 .col-xs-8 {
  width: 80%;
}
.emotion--container.emotion--column-10 .start-col-xs-8 {
  left: 70%;
}
.emotion--container.emotion--column-10 .col-xs-9 {
  width: 90%;
}
.emotion--container.emotion--column-10 .start-col-xs-9 {
  left: 80%;
}
.emotion--container.emotion--column-10 .col-xs-10 {
  width: 100%;
}
.emotion--container.emotion--column-10 .start-col-xs-10 {
  left: 90%;
}
@media screen and (min-width: 30em) {
  .emotion--container.emotion--column-10 .col-s-1 {
    width: 10%;
  }
  .emotion--container.emotion--column-10 .start-col-s-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-10 .col-s-2 {
    width: 20%;
  }
  .emotion--container.emotion--column-10 .start-col-s-2 {
    left: 10%;
  }
  .emotion--container.emotion--column-10 .col-s-3 {
    width: 30%;
  }
  .emotion--container.emotion--column-10 .start-col-s-3 {
    left: 20%;
  }
  .emotion--container.emotion--column-10 .col-s-4 {
    width: 40%;
  }
  .emotion--container.emotion--column-10 .start-col-s-4 {
    left: 30%;
  }
  .emotion--container.emotion--column-10 .col-s-5 {
    width: 50%;
  }
  .emotion--container.emotion--column-10 .start-col-s-5 {
    left: 40%;
  }
  .emotion--container.emotion--column-10 .col-s-6 {
    width: 60%;
  }
  .emotion--container.emotion--column-10 .start-col-s-6 {
    left: 50%;
  }
  .emotion--container.emotion--column-10 .col-s-7 {
    width: 70%;
  }
  .emotion--container.emotion--column-10 .start-col-s-7 {
    left: 60%;
  }
  .emotion--container.emotion--column-10 .col-s-8 {
    width: 80%;
  }
  .emotion--container.emotion--column-10 .start-col-s-8 {
    left: 70%;
  }
  .emotion--container.emotion--column-10 .col-s-9 {
    width: 90%;
  }
  .emotion--container.emotion--column-10 .start-col-s-9 {
    left: 80%;
  }
  .emotion--container.emotion--column-10 .col-s-10 {
    width: 100%;
  }
  .emotion--container.emotion--column-10 .start-col-s-10 {
    left: 90%;
  }
}
@media screen and (min-width: 48em) {
  .emotion--container.emotion--column-10 .col-m-1 {
    width: 10%;
  }
  .emotion--container.emotion--column-10 .start-col-m-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-10 .col-m-2 {
    width: 20%;
  }
  .emotion--container.emotion--column-10 .start-col-m-2 {
    left: 10%;
  }
  .emotion--container.emotion--column-10 .col-m-3 {
    width: 30%;
  }
  .emotion--container.emotion--column-10 .start-col-m-3 {
    left: 20%;
  }
  .emotion--container.emotion--column-10 .col-m-4 {
    width: 40%;
  }
  .emotion--container.emotion--column-10 .start-col-m-4 {
    left: 30%;
  }
  .emotion--container.emotion--column-10 .col-m-5 {
    width: 50%;
  }
  .emotion--container.emotion--column-10 .start-col-m-5 {
    left: 40%;
  }
  .emotion--container.emotion--column-10 .col-m-6 {
    width: 60%;
  }
  .emotion--container.emotion--column-10 .start-col-m-6 {
    left: 50%;
  }
  .emotion--container.emotion--column-10 .col-m-7 {
    width: 70%;
  }
  .emotion--container.emotion--column-10 .start-col-m-7 {
    left: 60%;
  }
  .emotion--container.emotion--column-10 .col-m-8 {
    width: 80%;
  }
  .emotion--container.emotion--column-10 .start-col-m-8 {
    left: 70%;
  }
  .emotion--container.emotion--column-10 .col-m-9 {
    width: 90%;
  }
  .emotion--container.emotion--column-10 .start-col-m-9 {
    left: 80%;
  }
  .emotion--container.emotion--column-10 .col-m-10 {
    width: 100%;
  }
  .emotion--container.emotion--column-10 .start-col-m-10 {
    left: 90%;
  }
}
@media screen and (min-width: 64em) {
  .emotion--container.emotion--column-10 .col-l-1 {
    width: 10%;
  }
  .emotion--container.emotion--column-10 .start-col-l-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-10 .col-l-2 {
    width: 20%;
  }
  .emotion--container.emotion--column-10 .start-col-l-2 {
    left: 10%;
  }
  .emotion--container.emotion--column-10 .col-l-3 {
    width: 30%;
  }
  .emotion--container.emotion--column-10 .start-col-l-3 {
    left: 20%;
  }
  .emotion--container.emotion--column-10 .col-l-4 {
    width: 40%;
  }
  .emotion--container.emotion--column-10 .start-col-l-4 {
    left: 30%;
  }
  .emotion--container.emotion--column-10 .col-l-5 {
    width: 50%;
  }
  .emotion--container.emotion--column-10 .start-col-l-5 {
    left: 40%;
  }
  .emotion--container.emotion--column-10 .col-l-6 {
    width: 60%;
  }
  .emotion--container.emotion--column-10 .start-col-l-6 {
    left: 50%;
  }
  .emotion--container.emotion--column-10 .col-l-7 {
    width: 70%;
  }
  .emotion--container.emotion--column-10 .start-col-l-7 {
    left: 60%;
  }
  .emotion--container.emotion--column-10 .col-l-8 {
    width: 80%;
  }
  .emotion--container.emotion--column-10 .start-col-l-8 {
    left: 70%;
  }
  .emotion--container.emotion--column-10 .col-l-9 {
    width: 90%;
  }
  .emotion--container.emotion--column-10 .start-col-l-9 {
    left: 80%;
  }
  .emotion--container.emotion--column-10 .col-l-10 {
    width: 100%;
  }
  .emotion--container.emotion--column-10 .start-col-l-10 {
    left: 90%;
  }
}
@media screen and (min-width: 78.75em) {
  .emotion--container.emotion--column-10 .col-xl-1 {
    width: 10%;
  }
  .emotion--container.emotion--column-10 .start-col-xl-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-10 .col-xl-2 {
    width: 20%;
  }
  .emotion--container.emotion--column-10 .start-col-xl-2 {
    left: 10%;
  }
  .emotion--container.emotion--column-10 .col-xl-3 {
    width: 30%;
  }
  .emotion--container.emotion--column-10 .start-col-xl-3 {
    left: 20%;
  }
  .emotion--container.emotion--column-10 .col-xl-4 {
    width: 40%;
  }
  .emotion--container.emotion--column-10 .start-col-xl-4 {
    left: 30%;
  }
  .emotion--container.emotion--column-10 .col-xl-5 {
    width: 50%;
  }
  .emotion--container.emotion--column-10 .start-col-xl-5 {
    left: 40%;
  }
  .emotion--container.emotion--column-10 .col-xl-6 {
    width: 60%;
  }
  .emotion--container.emotion--column-10 .start-col-xl-6 {
    left: 50%;
  }
  .emotion--container.emotion--column-10 .col-xl-7 {
    width: 70%;
  }
  .emotion--container.emotion--column-10 .start-col-xl-7 {
    left: 60%;
  }
  .emotion--container.emotion--column-10 .col-xl-8 {
    width: 80%;
  }
  .emotion--container.emotion--column-10 .start-col-xl-8 {
    left: 70%;
  }
  .emotion--container.emotion--column-10 .col-xl-9 {
    width: 90%;
  }
  .emotion--container.emotion--column-10 .start-col-xl-9 {
    left: 80%;
  }
  .emotion--container.emotion--column-10 .col-xl-10 {
    width: 100%;
  }
  .emotion--container.emotion--column-10 .start-col-xl-10 {
    left: 90%;
  }
}
.emotion--container.emotion--column-11 .col-1 {
  width: 9.09090909%;
}
.emotion--container.emotion--column-11 .start-col-1 {
  left: 0%;
}
.emotion--container.emotion--column-11 .col-2 {
  width: 18.18181818%;
}
.emotion--container.emotion--column-11 .start-col-2 {
  left: 9.09090909%;
}
.emotion--container.emotion--column-11 .col-3 {
  width: 27.27272727%;
}
.emotion--container.emotion--column-11 .start-col-3 {
  left: 18.18181818%;
}
.emotion--container.emotion--column-11 .col-4 {
  width: 36.36363636%;
}
.emotion--container.emotion--column-11 .start-col-4 {
  left: 27.27272727%;
}
.emotion--container.emotion--column-11 .col-5 {
  width: 45.45454545%;
}
.emotion--container.emotion--column-11 .start-col-5 {
  left: 36.36363636%;
}
.emotion--container.emotion--column-11 .col-6 {
  width: 54.54545455%;
}
.emotion--container.emotion--column-11 .start-col-6 {
  left: 45.45454545%;
}
.emotion--container.emotion--column-11 .col-7 {
  width: 63.63636364%;
}
.emotion--container.emotion--column-11 .start-col-7 {
  left: 54.54545455%;
}
.emotion--container.emotion--column-11 .col-8 {
  width: 72.72727273%;
}
.emotion--container.emotion--column-11 .start-col-8 {
  left: 63.63636364%;
}
.emotion--container.emotion--column-11 .col-9 {
  width: 81.81818182000001%;
}
.emotion--container.emotion--column-11 .start-col-9 {
  left: 72.72727273%;
}
.emotion--container.emotion--column-11 .col-10 {
  width: 90.90909091%;
}
.emotion--container.emotion--column-11 .start-col-10 {
  left: 81.81818182000001%;
}
.emotion--container.emotion--column-11 .col-11 {
  width: 100%;
}
.emotion--container.emotion--column-11 .start-col-11 {
  left: 90.90909091%;
}
.emotion--container.emotion--column-11 .col-xs-1 {
  width: 9.09090909%;
}
.emotion--container.emotion--column-11 .start-col-xs-1 {
  left: 0%;
}
.emotion--container.emotion--column-11 .col-xs-2 {
  width: 18.18181818%;
}
.emotion--container.emotion--column-11 .start-col-xs-2 {
  left: 9.09090909%;
}
.emotion--container.emotion--column-11 .col-xs-3 {
  width: 27.27272727%;
}
.emotion--container.emotion--column-11 .start-col-xs-3 {
  left: 18.18181818%;
}
.emotion--container.emotion--column-11 .col-xs-4 {
  width: 36.36363636%;
}
.emotion--container.emotion--column-11 .start-col-xs-4 {
  left: 27.27272727%;
}
.emotion--container.emotion--column-11 .col-xs-5 {
  width: 45.45454545%;
}
.emotion--container.emotion--column-11 .start-col-xs-5 {
  left: 36.36363636%;
}
.emotion--container.emotion--column-11 .col-xs-6 {
  width: 54.54545455%;
}
.emotion--container.emotion--column-11 .start-col-xs-6 {
  left: 45.45454545%;
}
.emotion--container.emotion--column-11 .col-xs-7 {
  width: 63.63636364%;
}
.emotion--container.emotion--column-11 .start-col-xs-7 {
  left: 54.54545455%;
}
.emotion--container.emotion--column-11 .col-xs-8 {
  width: 72.72727273%;
}
.emotion--container.emotion--column-11 .start-col-xs-8 {
  left: 63.63636364%;
}
.emotion--container.emotion--column-11 .col-xs-9 {
  width: 81.81818182000001%;
}
.emotion--container.emotion--column-11 .start-col-xs-9 {
  left: 72.72727273%;
}
.emotion--container.emotion--column-11 .col-xs-10 {
  width: 90.90909091%;
}
.emotion--container.emotion--column-11 .start-col-xs-10 {
  left: 81.81818182000001%;
}
.emotion--container.emotion--column-11 .col-xs-11 {
  width: 100%;
}
.emotion--container.emotion--column-11 .start-col-xs-11 {
  left: 90.90909091%;
}
@media screen and (min-width: 30em) {
  .emotion--container.emotion--column-11 .col-s-1 {
    width: 9.09090909%;
  }
  .emotion--container.emotion--column-11 .start-col-s-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-11 .col-s-2 {
    width: 18.18181818%;
  }
  .emotion--container.emotion--column-11 .start-col-s-2 {
    left: 9.09090909%;
  }
  .emotion--container.emotion--column-11 .col-s-3 {
    width: 27.27272727%;
  }
  .emotion--container.emotion--column-11 .start-col-s-3 {
    left: 18.18181818%;
  }
  .emotion--container.emotion--column-11 .col-s-4 {
    width: 36.36363636%;
  }
  .emotion--container.emotion--column-11 .start-col-s-4 {
    left: 27.27272727%;
  }
  .emotion--container.emotion--column-11 .col-s-5 {
    width: 45.45454545%;
  }
  .emotion--container.emotion--column-11 .start-col-s-5 {
    left: 36.36363636%;
  }
  .emotion--container.emotion--column-11 .col-s-6 {
    width: 54.54545455%;
  }
  .emotion--container.emotion--column-11 .start-col-s-6 {
    left: 45.45454545%;
  }
  .emotion--container.emotion--column-11 .col-s-7 {
    width: 63.63636364%;
  }
  .emotion--container.emotion--column-11 .start-col-s-7 {
    left: 54.54545455%;
  }
  .emotion--container.emotion--column-11 .col-s-8 {
    width: 72.72727273%;
  }
  .emotion--container.emotion--column-11 .start-col-s-8 {
    left: 63.63636364%;
  }
  .emotion--container.emotion--column-11 .col-s-9 {
    width: 81.81818182000001%;
  }
  .emotion--container.emotion--column-11 .start-col-s-9 {
    left: 72.72727273%;
  }
  .emotion--container.emotion--column-11 .col-s-10 {
    width: 90.90909091%;
  }
  .emotion--container.emotion--column-11 .start-col-s-10 {
    left: 81.81818182000001%;
  }
  .emotion--container.emotion--column-11 .col-s-11 {
    width: 100%;
  }
  .emotion--container.emotion--column-11 .start-col-s-11 {
    left: 90.90909091%;
  }
}
@media screen and (min-width: 48em) {
  .emotion--container.emotion--column-11 .col-m-1 {
    width: 9.09090909%;
  }
  .emotion--container.emotion--column-11 .start-col-m-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-11 .col-m-2 {
    width: 18.18181818%;
  }
  .emotion--container.emotion--column-11 .start-col-m-2 {
    left: 9.09090909%;
  }
  .emotion--container.emotion--column-11 .col-m-3 {
    width: 27.27272727%;
  }
  .emotion--container.emotion--column-11 .start-col-m-3 {
    left: 18.18181818%;
  }
  .emotion--container.emotion--column-11 .col-m-4 {
    width: 36.36363636%;
  }
  .emotion--container.emotion--column-11 .start-col-m-4 {
    left: 27.27272727%;
  }
  .emotion--container.emotion--column-11 .col-m-5 {
    width: 45.45454545%;
  }
  .emotion--container.emotion--column-11 .start-col-m-5 {
    left: 36.36363636%;
  }
  .emotion--container.emotion--column-11 .col-m-6 {
    width: 54.54545455%;
  }
  .emotion--container.emotion--column-11 .start-col-m-6 {
    left: 45.45454545%;
  }
  .emotion--container.emotion--column-11 .col-m-7 {
    width: 63.63636364%;
  }
  .emotion--container.emotion--column-11 .start-col-m-7 {
    left: 54.54545455%;
  }
  .emotion--container.emotion--column-11 .col-m-8 {
    width: 72.72727273%;
  }
  .emotion--container.emotion--column-11 .start-col-m-8 {
    left: 63.63636364%;
  }
  .emotion--container.emotion--column-11 .col-m-9 {
    width: 81.81818182000001%;
  }
  .emotion--container.emotion--column-11 .start-col-m-9 {
    left: 72.72727273%;
  }
  .emotion--container.emotion--column-11 .col-m-10 {
    width: 90.90909091%;
  }
  .emotion--container.emotion--column-11 .start-col-m-10 {
    left: 81.81818182000001%;
  }
  .emotion--container.emotion--column-11 .col-m-11 {
    width: 100%;
  }
  .emotion--container.emotion--column-11 .start-col-m-11 {
    left: 90.90909091%;
  }
}
@media screen and (min-width: 64em) {
  .emotion--container.emotion--column-11 .col-l-1 {
    width: 9.09090909%;
  }
  .emotion--container.emotion--column-11 .start-col-l-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-11 .col-l-2 {
    width: 18.18181818%;
  }
  .emotion--container.emotion--column-11 .start-col-l-2 {
    left: 9.09090909%;
  }
  .emotion--container.emotion--column-11 .col-l-3 {
    width: 27.27272727%;
  }
  .emotion--container.emotion--column-11 .start-col-l-3 {
    left: 18.18181818%;
  }
  .emotion--container.emotion--column-11 .col-l-4 {
    width: 36.36363636%;
  }
  .emotion--container.emotion--column-11 .start-col-l-4 {
    left: 27.27272727%;
  }
  .emotion--container.emotion--column-11 .col-l-5 {
    width: 45.45454545%;
  }
  .emotion--container.emotion--column-11 .start-col-l-5 {
    left: 36.36363636%;
  }
  .emotion--container.emotion--column-11 .col-l-6 {
    width: 54.54545455%;
  }
  .emotion--container.emotion--column-11 .start-col-l-6 {
    left: 45.45454545%;
  }
  .emotion--container.emotion--column-11 .col-l-7 {
    width: 63.63636364%;
  }
  .emotion--container.emotion--column-11 .start-col-l-7 {
    left: 54.54545455%;
  }
  .emotion--container.emotion--column-11 .col-l-8 {
    width: 72.72727273%;
  }
  .emotion--container.emotion--column-11 .start-col-l-8 {
    left: 63.63636364%;
  }
  .emotion--container.emotion--column-11 .col-l-9 {
    width: 81.81818182000001%;
  }
  .emotion--container.emotion--column-11 .start-col-l-9 {
    left: 72.72727273%;
  }
  .emotion--container.emotion--column-11 .col-l-10 {
    width: 90.90909091%;
  }
  .emotion--container.emotion--column-11 .start-col-l-10 {
    left: 81.81818182000001%;
  }
  .emotion--container.emotion--column-11 .col-l-11 {
    width: 100%;
  }
  .emotion--container.emotion--column-11 .start-col-l-11 {
    left: 90.90909091%;
  }
}
@media screen and (min-width: 78.75em) {
  .emotion--container.emotion--column-11 .col-xl-1 {
    width: 9.09090909%;
  }
  .emotion--container.emotion--column-11 .start-col-xl-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-11 .col-xl-2 {
    width: 18.18181818%;
  }
  .emotion--container.emotion--column-11 .start-col-xl-2 {
    left: 9.09090909%;
  }
  .emotion--container.emotion--column-11 .col-xl-3 {
    width: 27.27272727%;
  }
  .emotion--container.emotion--column-11 .start-col-xl-3 {
    left: 18.18181818%;
  }
  .emotion--container.emotion--column-11 .col-xl-4 {
    width: 36.36363636%;
  }
  .emotion--container.emotion--column-11 .start-col-xl-4 {
    left: 27.27272727%;
  }
  .emotion--container.emotion--column-11 .col-xl-5 {
    width: 45.45454545%;
  }
  .emotion--container.emotion--column-11 .start-col-xl-5 {
    left: 36.36363636%;
  }
  .emotion--container.emotion--column-11 .col-xl-6 {
    width: 54.54545455%;
  }
  .emotion--container.emotion--column-11 .start-col-xl-6 {
    left: 45.45454545%;
  }
  .emotion--container.emotion--column-11 .col-xl-7 {
    width: 63.63636364%;
  }
  .emotion--container.emotion--column-11 .start-col-xl-7 {
    left: 54.54545455%;
  }
  .emotion--container.emotion--column-11 .col-xl-8 {
    width: 72.72727273%;
  }
  .emotion--container.emotion--column-11 .start-col-xl-8 {
    left: 63.63636364%;
  }
  .emotion--container.emotion--column-11 .col-xl-9 {
    width: 81.81818182000001%;
  }
  .emotion--container.emotion--column-11 .start-col-xl-9 {
    left: 72.72727273%;
  }
  .emotion--container.emotion--column-11 .col-xl-10 {
    width: 90.90909091%;
  }
  .emotion--container.emotion--column-11 .start-col-xl-10 {
    left: 81.81818182000001%;
  }
  .emotion--container.emotion--column-11 .col-xl-11 {
    width: 100%;
  }
  .emotion--container.emotion--column-11 .start-col-xl-11 {
    left: 90.90909091%;
  }
}
.emotion--container.emotion--column-12 .col-1 {
  width: 8.33333333%;
}
.emotion--container.emotion--column-12 .start-col-1 {
  left: 0%;
}
.emotion--container.emotion--column-12 .col-2 {
  width: 16.66666667%;
}
.emotion--container.emotion--column-12 .start-col-2 {
  left: 8.33333333%;
}
.emotion--container.emotion--column-12 .col-3 {
  width: 25%;
}
.emotion--container.emotion--column-12 .start-col-3 {
  left: 16.66666667%;
}
.emotion--container.emotion--column-12 .col-4 {
  width: 33.33333333%;
}
.emotion--container.emotion--column-12 .start-col-4 {
  left: 25%;
}
.emotion--container.emotion--column-12 .col-5 {
  width: 41.66666667%;
}
.emotion--container.emotion--column-12 .start-col-5 {
  left: 33.33333333%;
}
.emotion--container.emotion--column-12 .col-6 {
  width: 50%;
}
.emotion--container.emotion--column-12 .start-col-6 {
  left: 41.66666667%;
}
.emotion--container.emotion--column-12 .col-7 {
  width: 58.33333333%;
}
.emotion--container.emotion--column-12 .start-col-7 {
  left: 50%;
}
.emotion--container.emotion--column-12 .col-8 {
  width: 66.66666667%;
}
.emotion--container.emotion--column-12 .start-col-8 {
  left: 58.33333333%;
}
.emotion--container.emotion--column-12 .col-9 {
  width: 75%;
}
.emotion--container.emotion--column-12 .start-col-9 {
  left: 66.66666667%;
}
.emotion--container.emotion--column-12 .col-10 {
  width: 83.33333333%;
}
.emotion--container.emotion--column-12 .start-col-10 {
  left: 75%;
}
.emotion--container.emotion--column-12 .col-11 {
  width: 91.66666667%;
}
.emotion--container.emotion--column-12 .start-col-11 {
  left: 83.33333333%;
}
.emotion--container.emotion--column-12 .col-12 {
  width: 100%;
}
.emotion--container.emotion--column-12 .start-col-12 {
  left: 91.66666667%;
}
.emotion--container.emotion--column-12 .col-xs-1 {
  width: 8.33333333%;
}
.emotion--container.emotion--column-12 .start-col-xs-1 {
  left: 0%;
}
.emotion--container.emotion--column-12 .col-xs-2 {
  width: 16.66666667%;
}
.emotion--container.emotion--column-12 .start-col-xs-2 {
  left: 8.33333333%;
}
.emotion--container.emotion--column-12 .col-xs-3 {
  width: 25%;
}
.emotion--container.emotion--column-12 .start-col-xs-3 {
  left: 16.66666667%;
}
.emotion--container.emotion--column-12 .col-xs-4 {
  width: 33.33333333%;
}
.emotion--container.emotion--column-12 .start-col-xs-4 {
  left: 25%;
}
.emotion--container.emotion--column-12 .col-xs-5 {
  width: 41.66666667%;
}
.emotion--container.emotion--column-12 .start-col-xs-5 {
  left: 33.33333333%;
}
.emotion--container.emotion--column-12 .col-xs-6 {
  width: 50%;
}
.emotion--container.emotion--column-12 .start-col-xs-6 {
  left: 41.66666667%;
}
.emotion--container.emotion--column-12 .col-xs-7 {
  width: 58.33333333%;
}
.emotion--container.emotion--column-12 .start-col-xs-7 {
  left: 50%;
}
.emotion--container.emotion--column-12 .col-xs-8 {
  width: 66.66666667%;
}
.emotion--container.emotion--column-12 .start-col-xs-8 {
  left: 58.33333333%;
}
.emotion--container.emotion--column-12 .col-xs-9 {
  width: 75%;
}
.emotion--container.emotion--column-12 .start-col-xs-9 {
  left: 66.66666667%;
}
.emotion--container.emotion--column-12 .col-xs-10 {
  width: 83.33333333%;
}
.emotion--container.emotion--column-12 .start-col-xs-10 {
  left: 75%;
}
.emotion--container.emotion--column-12 .col-xs-11 {
  width: 91.66666667%;
}
.emotion--container.emotion--column-12 .start-col-xs-11 {
  left: 83.33333333%;
}
.emotion--container.emotion--column-12 .col-xs-12 {
  width: 100%;
}
.emotion--container.emotion--column-12 .start-col-xs-12 {
  left: 91.66666667%;
}
@media screen and (min-width: 30em) {
  .emotion--container.emotion--column-12 .col-s-1 {
    width: 8.33333333%;
  }
  .emotion--container.emotion--column-12 .start-col-s-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-12 .col-s-2 {
    width: 16.66666667%;
  }
  .emotion--container.emotion--column-12 .start-col-s-2 {
    left: 8.33333333%;
  }
  .emotion--container.emotion--column-12 .col-s-3 {
    width: 25%;
  }
  .emotion--container.emotion--column-12 .start-col-s-3 {
    left: 16.66666667%;
  }
  .emotion--container.emotion--column-12 .col-s-4 {
    width: 33.33333333%;
  }
  .emotion--container.emotion--column-12 .start-col-s-4 {
    left: 25%;
  }
  .emotion--container.emotion--column-12 .col-s-5 {
    width: 41.66666667%;
  }
  .emotion--container.emotion--column-12 .start-col-s-5 {
    left: 33.33333333%;
  }
  .emotion--container.emotion--column-12 .col-s-6 {
    width: 50%;
  }
  .emotion--container.emotion--column-12 .start-col-s-6 {
    left: 41.66666667%;
  }
  .emotion--container.emotion--column-12 .col-s-7 {
    width: 58.33333333%;
  }
  .emotion--container.emotion--column-12 .start-col-s-7 {
    left: 50%;
  }
  .emotion--container.emotion--column-12 .col-s-8 {
    width: 66.66666667%;
  }
  .emotion--container.emotion--column-12 .start-col-s-8 {
    left: 58.33333333%;
  }
  .emotion--container.emotion--column-12 .col-s-9 {
    width: 75%;
  }
  .emotion--container.emotion--column-12 .start-col-s-9 {
    left: 66.66666667%;
  }
  .emotion--container.emotion--column-12 .col-s-10 {
    width: 83.33333333%;
  }
  .emotion--container.emotion--column-12 .start-col-s-10 {
    left: 75%;
  }
  .emotion--container.emotion--column-12 .col-s-11 {
    width: 91.66666667%;
  }
  .emotion--container.emotion--column-12 .start-col-s-11 {
    left: 83.33333333%;
  }
  .emotion--container.emotion--column-12 .col-s-12 {
    width: 100%;
  }
  .emotion--container.emotion--column-12 .start-col-s-12 {
    left: 91.66666667%;
  }
}
@media screen and (min-width: 48em) {
  .emotion--container.emotion--column-12 .col-m-1 {
    width: 8.33333333%;
  }
  .emotion--container.emotion--column-12 .start-col-m-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-12 .col-m-2 {
    width: 16.66666667%;
  }
  .emotion--container.emotion--column-12 .start-col-m-2 {
    left: 8.33333333%;
  }
  .emotion--container.emotion--column-12 .col-m-3 {
    width: 25%;
  }
  .emotion--container.emotion--column-12 .start-col-m-3 {
    left: 16.66666667%;
  }
  .emotion--container.emotion--column-12 .col-m-4 {
    width: 33.33333333%;
  }
  .emotion--container.emotion--column-12 .start-col-m-4 {
    left: 25%;
  }
  .emotion--container.emotion--column-12 .col-m-5 {
    width: 41.66666667%;
  }
  .emotion--container.emotion--column-12 .start-col-m-5 {
    left: 33.33333333%;
  }
  .emotion--container.emotion--column-12 .col-m-6 {
    width: 50%;
  }
  .emotion--container.emotion--column-12 .start-col-m-6 {
    left: 41.66666667%;
  }
  .emotion--container.emotion--column-12 .col-m-7 {
    width: 58.33333333%;
  }
  .emotion--container.emotion--column-12 .start-col-m-7 {
    left: 50%;
  }
  .emotion--container.emotion--column-12 .col-m-8 {
    width: 66.66666667%;
  }
  .emotion--container.emotion--column-12 .start-col-m-8 {
    left: 58.33333333%;
  }
  .emotion--container.emotion--column-12 .col-m-9 {
    width: 75%;
  }
  .emotion--container.emotion--column-12 .start-col-m-9 {
    left: 66.66666667%;
  }
  .emotion--container.emotion--column-12 .col-m-10 {
    width: 83.33333333%;
  }
  .emotion--container.emotion--column-12 .start-col-m-10 {
    left: 75%;
  }
  .emotion--container.emotion--column-12 .col-m-11 {
    width: 91.66666667%;
  }
  .emotion--container.emotion--column-12 .start-col-m-11 {
    left: 83.33333333%;
  }
  .emotion--container.emotion--column-12 .col-m-12 {
    width: 100%;
  }
  .emotion--container.emotion--column-12 .start-col-m-12 {
    left: 91.66666667%;
  }
}
@media screen and (min-width: 64em) {
  .emotion--container.emotion--column-12 .col-l-1 {
    width: 8.33333333%;
  }
  .emotion--container.emotion--column-12 .start-col-l-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-12 .col-l-2 {
    width: 16.66666667%;
  }
  .emotion--container.emotion--column-12 .start-col-l-2 {
    left: 8.33333333%;
  }
  .emotion--container.emotion--column-12 .col-l-3 {
    width: 25%;
  }
  .emotion--container.emotion--column-12 .start-col-l-3 {
    left: 16.66666667%;
  }
  .emotion--container.emotion--column-12 .col-l-4 {
    width: 33.33333333%;
  }
  .emotion--container.emotion--column-12 .start-col-l-4 {
    left: 25%;
  }
  .emotion--container.emotion--column-12 .col-l-5 {
    width: 41.66666667%;
  }
  .emotion--container.emotion--column-12 .start-col-l-5 {
    left: 33.33333333%;
  }
  .emotion--container.emotion--column-12 .col-l-6 {
    width: 50%;
  }
  .emotion--container.emotion--column-12 .start-col-l-6 {
    left: 41.66666667%;
  }
  .emotion--container.emotion--column-12 .col-l-7 {
    width: 58.33333333%;
  }
  .emotion--container.emotion--column-12 .start-col-l-7 {
    left: 50%;
  }
  .emotion--container.emotion--column-12 .col-l-8 {
    width: 66.66666667%;
  }
  .emotion--container.emotion--column-12 .start-col-l-8 {
    left: 58.33333333%;
  }
  .emotion--container.emotion--column-12 .col-l-9 {
    width: 75%;
  }
  .emotion--container.emotion--column-12 .start-col-l-9 {
    left: 66.66666667%;
  }
  .emotion--container.emotion--column-12 .col-l-10 {
    width: 83.33333333%;
  }
  .emotion--container.emotion--column-12 .start-col-l-10 {
    left: 75%;
  }
  .emotion--container.emotion--column-12 .col-l-11 {
    width: 91.66666667%;
  }
  .emotion--container.emotion--column-12 .start-col-l-11 {
    left: 83.33333333%;
  }
  .emotion--container.emotion--column-12 .col-l-12 {
    width: 100%;
  }
  .emotion--container.emotion--column-12 .start-col-l-12 {
    left: 91.66666667%;
  }
}
@media screen and (min-width: 78.75em) {
  .emotion--container.emotion--column-12 .col-xl-1 {
    width: 8.33333333%;
  }
  .emotion--container.emotion--column-12 .start-col-xl-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-12 .col-xl-2 {
    width: 16.66666667%;
  }
  .emotion--container.emotion--column-12 .start-col-xl-2 {
    left: 8.33333333%;
  }
  .emotion--container.emotion--column-12 .col-xl-3 {
    width: 25%;
  }
  .emotion--container.emotion--column-12 .start-col-xl-3 {
    left: 16.66666667%;
  }
  .emotion--container.emotion--column-12 .col-xl-4 {
    width: 33.33333333%;
  }
  .emotion--container.emotion--column-12 .start-col-xl-4 {
    left: 25%;
  }
  .emotion--container.emotion--column-12 .col-xl-5 {
    width: 41.66666667%;
  }
  .emotion--container.emotion--column-12 .start-col-xl-5 {
    left: 33.33333333%;
  }
  .emotion--container.emotion--column-12 .col-xl-6 {
    width: 50%;
  }
  .emotion--container.emotion--column-12 .start-col-xl-6 {
    left: 41.66666667%;
  }
  .emotion--container.emotion--column-12 .col-xl-7 {
    width: 58.33333333%;
  }
  .emotion--container.emotion--column-12 .start-col-xl-7 {
    left: 50%;
  }
  .emotion--container.emotion--column-12 .col-xl-8 {
    width: 66.66666667%;
  }
  .emotion--container.emotion--column-12 .start-col-xl-8 {
    left: 58.33333333%;
  }
  .emotion--container.emotion--column-12 .col-xl-9 {
    width: 75%;
  }
  .emotion--container.emotion--column-12 .start-col-xl-9 {
    left: 66.66666667%;
  }
  .emotion--container.emotion--column-12 .col-xl-10 {
    width: 83.33333333%;
  }
  .emotion--container.emotion--column-12 .start-col-xl-10 {
    left: 75%;
  }
  .emotion--container.emotion--column-12 .col-xl-11 {
    width: 91.66666667%;
  }
  .emotion--container.emotion--column-12 .start-col-xl-11 {
    left: 83.33333333%;
  }
  .emotion--container.emotion--column-12 .col-xl-12 {
    width: 100%;
  }
  .emotion--container.emotion--column-12 .start-col-xl-12 {
    left: 91.66666667%;
  }
}
.emotion--container .is--hidden-s,
.emotion--container .is--hidden-m,
.emotion--container .is--hidden-l,
.emotion--container .is--hidden-xl {
  display: block;
}
.emotion--container .is--hidden-xs {
  display: none;
}
.emotion--container .emotion--sizer-s,
.emotion--container .emotion--sizer-m,
.emotion--container .emotion--sizer-l,
.emotion--container .emotion--sizer-xl {
  display: none;
}
.emotion--container .emotion--sizer-xs {
  display: block;
}
.emotion--container .emotion--sizer-xs ~ .emotion--sizer {
  display: none;
}
@media screen and (min-width: 30em) {
  .emotion--container .is--hidden-xs,
  .emotion--container .is--hidden-m,
  .emotion--container .is--hidden-l,
  .emotion--container .is--hidden-xl {
    display: block;
  }
  .emotion--container .is--hidden-s {
    display: none;
  }
  .emotion--container .emotion--sizer-xs,
  .emotion--container .emotion--sizer-m,
  .emotion--container .emotion--sizer-l,
  .emotion--container .emotion--sizer-xl {
    display: none;
  }
  .emotion--container .emotion--sizer-s {
    display: block;
  }
  .emotion--container .emotion--sizer-s ~ .emotion--sizer {
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .emotion--container .is--hidden-xs,
  .emotion--container .is--hidden-s,
  .emotion--container .is--hidden-l,
  .emotion--container .is--hidden-xl {
    display: block;
  }
  .emotion--container .is--hidden-m {
    display: none;
  }
  .emotion--container .emotion--sizer-s,
  .emotion--container .emotion--sizer-xs,
  .emotion--container .emotion--sizer-l,
  .emotion--container .emotion--sizer-xl {
    display: none;
  }
  .emotion--container .emotion--sizer-m {
    display: block;
  }
  .emotion--container .emotion--sizer-m ~ .emotion--sizer {
    display: none;
  }
}
@media screen and (min-width: 64em) {
  .emotion--container .is--hidden-xs,
  .emotion--container .is--hidden-s,
  .emotion--container .is--hidden-m,
  .emotion--container .is--hidden-xl {
    display: block;
  }
  .emotion--container .is--hidden-l {
    display: none;
  }
  .emotion--container .emotion--sizer-xs,
  .emotion--container .emotion--sizer-s,
  .emotion--container .emotion--sizer-m,
  .emotion--container .emotion--sizer-xl {
    display: none;
  }
  .emotion--container .emotion--sizer-l {
    display: block;
  }
  .emotion--container .emotion--sizer-l ~ .emotion--sizer {
    display: none;
  }
}
@media screen and (min-width: 78.75em) {
  .emotion--container .is--hidden-xs,
  .emotion--container .is--hidden-s,
  .emotion--container .is--hidden-m,
  .emotion--container .is--hidden-l {
    display: block;
  }
  .emotion--container .is--hidden-xl {
    display: none;
  }
  .emotion--container .emotion--sizer-s,
  .emotion--container .emotion--sizer-xs,
  .emotion--container .emotion--sizer-m,
  .emotion--container .emotion--sizer-l {
    display: none;
  }
  .emotion--container .emotion--sizer-xl {
    display: block;
  }
  .emotion--container .emotion--sizer-xl ~ .emotion--sizer {
    display: none;
  }
}
.emotion--element {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.emotion--container.emotion--mode-rows .emotion--element {
  position: relative;
  top: 0;
  left: 0;
  float: left;
  vertical-align: top;
}
.emotion--banner {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.emotion--banner .banner--content {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
.emotion--banner .banner--content.left.top {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  left: 0;
  top: 0;
}
.emotion--banner .banner--content.left.center {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  top: 50%;
}
.emotion--banner .banner--content.left.bottom {
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  left: 0;
  top: 100%;
}
.emotion--banner .banner--content.center.top {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  top: 0;
}
.emotion--banner .banner--content.center.bottom {
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  left: 50%;
  top: 100%;
}
.emotion--banner .banner--content.right.top {
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  left: 100%;
  top: 0;
}
.emotion--banner .banner--content.right.center {
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  left: 100%;
  top: 50%;
}
.emotion--banner .banner--content.right.bottom {
  -webkit-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
  left: 100%;
  top: 100%;
}
.emotion--mode-rows .emotion--banner {
  height: auto;
}
.emotion--mode-rows .emotion--banner .banner--content,
.emotion--mode-rows .emotion--banner .banner--content.left.top,
.emotion--mode-rows .emotion--banner .banner--content.left.center,
.emotion--mode-rows .emotion--banner .banner--content.left.bottom,
.emotion--mode-rows .emotion--banner .banner--content.center.top,
.emotion--mode-rows .emotion--banner .banner--content.center.bottom,
.emotion--mode-rows .emotion--banner .banner--content.right.top,
.emotion--mode-rows .emotion--banner .banner--content.right.center,
.emotion--mode-rows .emotion--banner .banner--content.right.bottom {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  left: 0;
  top: 0;
  float: none;
}
.emotion--mode-rows .emotion--banner .banner--image-src {
  max-height: none;
  width: 100%;
}
.emotion--banner .banner--image {
  width: 100%;
}
.emotion--banner .banner--link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 110;
}
.emotion--banner .banner--mapping {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.emotion--banner .banner--mapping-link {
  position: absolute;
  display: block;
  z-index: 110;
  background: rgba(0, 0, 0, 0);
}
.emotion--banner-slider {
  width: 100%;
  height: 100%;
}
.emotion--mode-rows .emotion--banner-slider {
  height: auto;
}
.emotion--mode-rows .emotion--banner-slider .banner-slider--container,
.emotion--mode-rows .emotion--banner-slider .banner-slider--slide {
  height: auto;
}
.emotion--mode-rows .emotion--banner-slider .banner-slider--item {
  vertical-align: middle;
}
.emotion--mode-rows .emotion--banner-slider .banner-slider--banner {
  -webkit-transform: none;
  transform: none;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
.emotion--banner-slider .banner-slider--title {
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  color: #fff;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.5);
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
}
.emotion--banner-slider .banner-slider--container,
.emotion--banner-slider .banner-slider--slide {
  width: 100%;
  height: 100%;
}
.emotion--banner-slider .banner-slider--container .arrow {
  display: block;
}
.emotion--banner-slider .banner-slider--item {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.emotion--banner-slider .banner-slider--banner {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
}
.emotion--banner-slider .banner-slider--image {
  width: 100%;
}
.emotion--banner-slider .banner-slider--link {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
.emotion--banner-slider .image-slider--dots {
  display: none;
}
.emotion--product-slider {
  width: 100%;
  height: 100%;
  position: relative;
}
.emotion--mode-rows .emotion--product-slider {
  height: 22.5rem;
}
.emotion--product-slider .product-slider--title {
  height: 3.4375rem;
  position: relative;
  top: 0;
  left: 0;
  z-index: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.emotion--product-slider .product-slider--content {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 400;
}
.emotion--product-slider .product-slider--title ~ .product-slider--content {
  padding-top: 4.0625rem;
}
.emotion--product-slider .product-slider--arrow.arrow--next {
  border-right: 0 none;
}
.emotion--product-slider .product-slider--arrow.arrow--prev {
  border-left: 0 none;
}
.emotion--product-slider .box--emotion {
  width: 100%;
  height: 100%;
  padding: 0;
  text-align: center;
}
.emotion--product-slider .box--emotion .box--content {
  padding: 0;
  border: 0 none;
}
.emotion--product-slider .box--emotion .product--info {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.emotion--product-slider .box--emotion .product--image {
  height: 60%;
  margin: 0 auto;
}
.emotion--product-slider .box--emotion .product--details {
  max-height: 35%;
  width: 100%;
  margin-top: 5%;
}
.emotion--product-slider .box--emotion .product--title {
  font-size: 0.875rem;
  font-weight: 500;
  white-space: normal;
}
.emotion--product-slider .box--emotion .product--price-info .price--unit {
  height: 0.9375rem;
  font-size: 0.625rem;
}
.emotion--product-slider .box--emotion .product--price .price--default {
  font-size: 0.875rem;
}
.emotion--product {
  width: 100%;
  height: 100%;
}
.emotion--mode-rows .emotion--product {
  height: 22.5rem;
}
.emotion--product.is--no-border .box--content {
  border: 0 none;
}
.emotion--product .product--box {
  width: 100%;
  height: 100%;
  padding: 0;
  float: none;
}
.emotion--product .product--box .box--content {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
}
.emotion--product .product--box .product--info {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.emotion--product .product--box .product--image {
  height: 70%;
  margin: 0 auto;
}
.emotion--product .product--box .product--image.is--large {
  height: 100%;
}
.emotion--product .product--box .product--details {
  max-height: 30%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.emotion--product .product--box .product--title {
  text-overflow: ellipsis;
}
.emotion--category-teaser {
  width: 100%;
  height: 100%;
}
.emotion--mode-rows .emotion--category-teaser {
  height: 22.5rem;
}
.emotion--category-teaser .category-teaser--link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
}
.emotion--category-teaser .category-teaser--title {
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.5);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.emotion--manufacturer {
  width: 100%;
  height: 100%;
  position: relative;
}
.emotion--mode-rows .emotion--manufacturer {
  height: 16.25rem;
}
.emotion--manufacturer .manufacturer--title {
  height: 3.4375rem;
  position: relative;
  top: 0;
  left: 0;
  z-index: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.emotion--manufacturer .manufacturer--content {
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 400;
}
.emotion--manufacturer .manufacturer--title ~ .manufacturer--content {
  padding-top: 4.0625rem;
}
.emotion--manufacturer .manufacturer--slider {
  height: 100%;
}
.emotion--manufacturer .manufacturer--slider .arrow--next {
  right: -1.25rem;
  border-right: 0 none;
}
.emotion--manufacturer .manufacturer--slider .arrow--prev {
  left: -1.25rem;
  border-left: 0 none;
}
.emotion--manufacturer .manufacturer--item {
  padding: 0.625rem 0.9375rem 0.625rem 0.9375rem;
  text-align: center;
  vertical-align: middle;
}
.emotion--manufacturer .manufacturer--link {
  font-size: 1.125rem;
  display: block;
  width: 100%;
  height: 100%;
  color: #a87f40;
  font-weight: 700;
  position: relative;
}
.emotion--manufacturer .manufacturer--link:hover {
  color: #f36903;
}
.emotion--manufacturer .manufacturer--image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.emotion--youtube {
  width: 100%;
  height: 100%;
}
.emotion--mode-rows .emotion--youtube {
  height: 22.5rem;
}
.emotion--video {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.emotion--mode-rows .emotion--video {
  height: auto;
}
.emotion--mode-rows .emotion--video .video--element {
  height: auto;
  position: relative;
}
.emotion--video video::-moz-media-controls,
.emotion--video video::-webkit-media-controls {
  bottom: 15%;
}
.emotion--video .video--element {
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
.emotion--video .video--cover {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1300;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000;
  text-align: center;
}
.emotion--video .video--cover .video--play-icon {
  width: 6.25rem;
  height: 6.25rem;
  font-size: 6.25rem;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  color: #fff;
}
.emotion--video .video--play-btn {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  top: 1.5625rem;
  right: 1.5625rem;
  line-height: 2.5rem;
  font-size: 1.3125rem;
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 100%;
  background-clip: padding-box;
  position: absolute;
  cursor: pointer;
  color: #fff;
  border: 2px solid #fff;
  text-align: center;
  z-index: 1200;
}
.emotion--video .video--text {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1100;
  color: #fff;
  text-align: center;
}
.emotion--video .video--text.no--events {
  pointer-events: none;
}
.emotion--iframe {
  width: 100%;
  height: 100%;
}
.emotion--mode-rows .emotion--iframe {
  height: 22.5rem;
}
.emotion--blog {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.emotion--mode-rows .emotion--blog {
  height: auto;
}
.emotion--mode-rows .emotion--blog .blog--image {
  height: 10rem;
}
.emotion--blog .blog--container {
  height: 100%;
  margin: 0 0 0 -1%;
}
.emotion--blog .blog--entry {
  height: 100%;
  padding-left: 1%;
}
.emotion--blog .blog--image {
  height: 40%;
  width: 100%;
  display: block;
  background-position: center center;
  background-size: cover;
  margin-bottom: 2%;
}
.emotion--blog .blog--title {
  font-size: 0.875rem;
  display: block;
  font-weight: 700;
  color: #71552b;
  margin-bottom: 2%;
}
.emotion--blog .blog--title:hover {
  color: #f36903;
}
.emotion--blog .blog--description {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #a87f40;
  height: auto;
  max-height: 60%;
}
.emotion--html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: auto;
}
.emotion--mode-rows .emotion--html {
  height: auto;
}
.emotion--html .html--content :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em) {
  .emotion--blog {
    overflow: hidden;
  }
}
@media screen and (min-width: 78.75em) {
  .emotion--banner-slider .image-slider--dots {
    bottom: 0.625rem;
    top: auto;
    left: 0;
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .emotion--banner-slider .image-slider--dots .dot--link {
    border-radius: 100%;
    margin: 0rem 0.125rem 0rem 0.125rem;
    width: 1.25rem;
    height: 1.25rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #71552b;
    display: inline-block;
    border: 5px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
    text-indent: -99999em;
    background-clip: padding-box;
  }
  .emotion--banner-slider .image-slider--dots .dot--link.is--active {
    background: #f36903;
    background-clip: padding-box;
  }
}
/*
Input Types
==========================================
Defines the basic styling of the Shopware input element types.

It contains the different states of the input fields.
```
<div>
    <input type="text" placeholder="Text Input">
</div>

<div>
    <input type="password" placeholder="Password Input">
</div>

<div class="textarea">
    <textarea placeholder="Textarea"></textarea>
</div>
```
*/
textarea,
input[type="text"],
input[type="search"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="tel"],
.heidelpay--input-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
  background-clip: padding-box;
  box-sizing: border-box;
  line-height: 1.1875rem;
  font-size: 0.875rem;
  width: 18.125rem;
  padding: 0.625rem 0.625rem 0.5625rem 0.625rem;
  box-shadow: inset 0 1px 1px #2e2e2e;
  background: #4b4b4b;
  border: 1px solid #eaeaea;
  border-top-color: #dddddd;
  color: #c7a46d;
  text-align: left;
}
textarea:focus,
input[type="text"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus {
  box-shadow: 0 0 0 transparent;
  outline: none;
  border-color: #f36903;
  background: #ffffff;
  color: #a87f40;
}
textarea.has--error,
input[type="text"].has--error,
input[type="search"].has--error,
input[type="password"].has--error,
input[type="number"].has--error,
input[type="email"].has--error,
input[type="tel"].has--error {
  color: #d30909;
  background: #f1acac;
  border-color: #d30909;
}
textarea.input--field,
input[type="text"].input--field,
input[type="search"].input--field,
input[type="password"].input--field,
input[type="number"].input--field,
input[type="email"].input--field,
input[type="tel"].input--field {
  margin-bottom: 0.625rem;
  width: 100%;
}
textarea.input--field.input--field-zipcode,
input[type="text"].input--field.input--field-zipcode,
input[type="search"].input--field.input--field-zipcode,
input[type="password"].input--field.input--field-zipcode,
input[type="number"].input--field.input--field-zipcode,
input[type="email"].input--field.input--field-zipcode,
input[type="tel"].input--field.input--field-zipcode {
  width: 30%;
  float: left;
}
textarea.input--field.input--field-city,
input[type="text"].input--field.input--field-city,
input[type="search"].input--field.input--field-city,
input[type="password"].input--field.input--field-city,
input[type="number"].input--field.input--field-city,
input[type="email"].input--field.input--field-city,
input[type="tel"].input--field.input--field-city {
  width: 68%;
  float: left;
}
textarea.input--field.input--spacer,
input[type="text"].input--field.input--spacer,
input[type="search"].input--field.input--spacer,
input[type="password"].input--field.input--spacer,
input[type="number"].input--field.input--spacer,
input[type="email"].input--field.input--spacer,
input[type="tel"].input--field.input--spacer {
  margin-right: 2%;
}
textarea.is--small,
input[type="text"].is--small,
input[type="search"].is--small,
input[type="password"].is--small,
input[type="number"].is--small,
input[type="email"].is--small,
input[type="tel"].is--small {
  height: 2.125rem;
}
textarea.is--medium,
input[type="text"].is--medium,
input[type="search"].is--medium,
input[type="password"].is--medium,
input[type="number"].is--medium,
input[type="email"].is--medium,
input[type="tel"].is--medium {
  height: 2.375rem;
}
textarea.is--large,
input[type="text"].is--large,
input[type="search"].is--large,
input[type="password"].is--large,
input[type="number"].is--large,
input[type="email"].is--large,
input[type="tel"].is--large {
  height: 2.625rem;
}
textarea {
  resize: vertical;
}
label {
  font-size: 0.875rem;
  color: #a87f40;
}
label.has--error {
  color: #d30909;
  background: #f1acac;
}
/*
Selectfield
==========================================
Creates a styled combobox selection for the basic select element.

```
<div class="select-field">
    <select>
        <option selected="selected" disabled="disabled" value="">Disabled Option</option>
        <option>Option 1</option>
        <option>Option 2</option>
    </select>
</div>
```
*/
.select-field,
.js--fancy-select {
  max-width: 18.125rem;
  height: 2.625rem;
  width: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.select-field:hover,
.js--fancy-select:hover {
  color: #f36903;
}
.select-field select,
.js--fancy-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0rem 2.5rem 0rem 0.625rem;
  line-height: 2.5rem;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #4b4b4b 100%);
  height: 100%;
  width: 100%;
  display: block;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  border: 1px solid #eaeaea;
}
.select-field select option,
.js--fancy-select select option {
  padding: 0.25rem 0.5rem 0.25rem 0.5rem;
  color: #71552b;
  background: #fff;
}
.select-field select::-ms-expand,
.js--fancy-select select::-ms-expand {
  display: none;
}
.select-field select:hover,
.js--fancy-select select:hover {
  color: #f36903;
  border-color: #f36903;
  background: #fff;
}
.select-field select:focus,
.js--fancy-select select:focus {
  outline: none;
  color: #f36903;
  border-color: #f36903;
}
.select-field select:focus::-ms-value,
.js--fancy-select select:focus::-ms-value {
  color: #f36903;
  background: none;
}
.select-field select:disabled,
.js--fancy-select select:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.select-field select.has--error,
.js--fancy-select select.has--error {
  color: #d30909;
  border-color: #d30909;
  background: #f1acac;
}
.select-field:after,
.js--fancy-select:after {
  width: 1.875rem;
  height: 2.5rem;
  top: 0.0625rem;
  -webkit-user-select: none;
  user-select: none;
  line-height: 40px;
  max-height: 100%;
  display: block;
  content: "\e612";
  position: absolute;
  right: 0;
  font-size: 5px;
  border-left: 1px solid #eaeaea;
  text-align: center;
  font-family: 'shopware';
  pointer-events: none;
}
.select-field:after:hover,
.js--fancy-select:after:hover {
  color: #f36903;
}
.select-field.is--disabled select,
.js--fancy-select.is--disabled select,
.select-field.is--disabled:after,
.js--fancy-select.is--disabled:after {
  opacity: 0.5;
  cursor: not-allowed;
}
.select-field.has--error select,
.js--fancy-select.has--error select {
  color: #d30909;
  border-color: #d30909;
  background: #f1acac;
}
.select-field.has--error:after,
.js--fancy-select.has--error:after {
  color: #d30909;
  border-color: #d30909;
}
@media screen and (min-width: 48em) {
  /* Standard input fields. */
  .input--field {
    margin-bottom: 0.9375rem;
  }
  .input--field .input--field-zipcode {
    margin-right: 2%;
    width: 20%;
  }
  .input--field .input--field-city {
    width: 78%;
  }
}
@media screen and (min-width: 78.75em) {
  .input--field {
    margin-bottom: 0.9375rem;
  }
}
/*
Icon set
============================================
######Shopware Icon set elements

Accessable with the `i` element and the `icon--` class.

Example: `<i class="icon--cart"></i>`

```
<table style="width: 80%;margin: 20px auto;text-align: center;">
    <tbody>
        <tr>
            <td><i class="icon--percent2"></i><br/>
                icon--percent2
            </td>

            <td><i class="icon--percent"></i><br/>
                icon--percent
            </td>

            <td><i class="icon--coupon"></i><br/>
                icon--coupon
            </td>

            <td><i class="icon--truck"></i><br/>
                icon--truck
            </td>

            <td><i class="icon--logout"></i><br/>
                icon--logout
            </td>

            <td><i class="icon--grid"></i><br/>
                icon--grid
            </td>

            <td><i class="icon--filter"></i><br/>
                icon--filter
            </td>

        </tr>
        <tr>
            <td><i class="icon--clock"></i><br/>
                icon--clock
            </td>

            <td><i class="icon--arrow-up"></i><br/>
                icon--arrow-up
            </td>

            <td><i class="icon--arrow-right"></i><br/>
                icon--arrow-right
            </td>

            <td><i class="icon--arrow-left"></i><br/>
                icon--arrow-left
            </td>

            <td><i class="icon--arrow-down"></i><br/>
                icon--arrow-down
            </td>

            <td><i class="icon--star"></i><br/>
                icon--star
            </td>

            <td><i class="icon--star-half"></i><br/>
                icon--star-half
            </td>
        </tr>

        <tr>
            <td><i class="icon--star-empty"></i><br/>
                icon--star-empty
            </td>

            <td><i class="icon--shopware"></i><br/>
                icon--shopware
            </td>

            <td><i class="icon--service"></i><br/>
                icon--service
            </td>

            <td><i class="icon--search"></i><br/>
                icon--search
            </td>

            <td><i class="icon--numbered-list"></i><br/>
                icon--numbered-list
            </td>

            <td><i class="icon--menu"></i><br/>
                icon--menu
            </td>

            <td><i class="icon--mail"></i><br/>
                icon--mail
            </td>
        </tr>

        <tr>
            <td><i class="icon--list"></i><br/>
                icon--list
            </td>

            <td><i class="icon--layout"></i><br/>
                icon--layout
            </td>

            <td><i class="icon--heart"></i><br/>
                icon--heart
            </td>

            <td><i class="icon--cross"></i><br/>
                icon--cross
            </td>

            <td><i class="icon--compare"></i><br/>
                icon--compare
            </td>

            <td><i class="icon--check"></i><br/>
                icon--check
            </td>

            <td><i class="icon--basket"></i><br/>
                icon--basket
            </td>
        </tr>

        <tr>
            <td><i class="icon--account"></i><br/>
                icon--account
            </td>

            <td><i class="icon--chain"></i><br/>
                icon--chain
            </td>

            <td><i class="icon--delicious"></i><br/>
                icon--delicious
            </td>

            <td><i class="icon--delicious2"></i><br/>
                icon--delicious2
            </td>

            <td><i class="icon--digg"></i><br/>
                icon--digg
            </td>

            <td><i class="icon--phone"></i><br/>
                icon--phone
            </td>

            <td><i class="icon--mobile"></i><br/>
                icon--mobile
            </td>
        </tr>

        <tr>
            <td><i class="icon--mouse"></i><br/>
                icon--mouse
            </td>

            <td><i class="icon--directions"></i><br/>
                icon--directions
            </td>

            <td><i class="icon--paperplane"></i><br/>
                icon--paperplane
            </td>

            <td><i class="icon--pencil"></i><br/>
                icon--pencil
            </td>

            <td><i class="icon--feather"></i><br/>
                icon--feather
            </td>

            <td><i class="icon--paperclip"></i><br/>
                icon--paperclip
            </td>

            <td><i class="icon--drawer"></i><br/>
                icon--drawer
            </td>
        </tr>

        <tr>
            <td><i class="icon--reply"></i><br/>
                icon--reply
            </td>

            <td><i class="icon--reply-all"></i><br/>
                icon--reply-all
            </td>

            <td><i class="icon--forward"></i><br/>
                icon--forward
            </td>

            <td><i class="icon--users"></i><br/>
                icon--users
            </td>

            <td><i class="icon--user-add"></i><br/>
                icon--user-add
            </td>

            <td><i class="icon--vcard"></i><br/>
                icon--vcard
            </td>

            <td><i class="icon--export"></i><br/>
                icon--export
            </td>
        </tr>

        <tr>
            <td><i class="icon--location"></i><br/>
                icon--location
            </td>

            <td><i class="icon--map"></i><br/>
                icon--map
            </td>

            <td><i class="icon--compass"></i><br/>
                icon--compass
            </td>

            <td><i class="icon--location2"></i><br/>
                icon--location2
            </td>

            <td><i class="icon--target"></i><br/>
                icon--target
            </td>

            <td><i class="icon--share"></i><br/>
                icon--share
            </td>

            <td><i class="icon--sharable"></i><br/>
                icon--sharable
            </td>
        </tr>

        <tr>
            <td><i class="icon--thumbsup"></i><br/>
                icon--thumbsup
            </td>

            <td><i class="icon--thumbsdown"></i><br/>
                icon--thumbsdown
            </td>

            <td><i class="icon--chat"></i><br/>
                icon--chat
            </td>

            <td><i class="icon--comment"></i><br/>
                icon--comment
            </td>

            <td><i class="icon--quote"></i><br/>
                icon--quote
            </td>

            <td><i class="icon--house"></i><br/>
                icon--house
            </td>

            <td><i class="icon--popup"></i><br/>
                icon--popup
            </td>
        </tr>

        <tr>
            <td><i class="icon--flashlight"></i><br/>
                icon--flashlight
            </td>

            <td><i class="icon--printer"></i><br/>
                icon--printer
            </td>

            <td><i class="icon--bell"></i><br/>
                icon--bell
            </td>

            <td><i class="icon--link"></i><br/>
                icon--link
            </td>

            <td><i class="icon--cog"></i><br/>
                icon--cog
            </td>

            <td><i class="icon--tools"></i><br/>
                icon--tools
            </td>

            <td><i class="icon--trophy"></i><br/>
                icon--trophy
            </td>
        </tr>

        <tr>
            <td><i class="icon--tag"></i><br/>
                icon--tag
            </td>

            <td><i class="icon--camera"></i><br/>
                icon--camera
            </td>

            <td><i class="icon--megaphone"></i><br/>
                icon--megaphone
            </td>

            <td><i class="icon--moon"></i><br/>
                icon--moon
            </td>

            <td><i class="icon--palette"></i><br/>
                icon--palette
            </td>

            <td><i class="icon--leaf"></i><br/>
                icon--leaf
            </td>

            <td><i class="icon--music"></i><br/>
                icon--music
            </td>
        </tr>

        <tr>
            <td><i class="icon--music2"></i><br/>
                icon--music2
            </td>

            <td><i class="icon--new"></i><br/>
                icon--new
            </td>

            <td><i class="icon--graduation"></i><br/>
                icon--graduation
            </td>

            <td><i class="icon--book"></i><br/>
                icon--book
            </td>

            <td><i class="icon--newspaper"></i><br/>
                icon--newspaper
            </td>

            <td><i class="icon--bag"></i><br/>
                icon--bag
            </td>

            <td><i class="icon--airplane"></i><br/>
                icon--airplane
            </td>
        </tr>

        <tr>
            <td><i class="icon--lifebuoy"></i><br/>
                icon--lifebuoy
            </td>

            <td><i class="icon--eye"></i><br/>
                icon--eye
            </td>

            <td><i class="icon--clock2"></i><br/>
                icon--clock2
            </td>

            <td><i class="icon--microphone"></i><br/>
                icon--microphone
            </td>

            <td><i class="icon--calendar"></i><br/>
                icon--calendar
            </td>

            <td><i class="icon--bolt"></i><br/>
                icon--bolt
            </td>

            <td><i class="icon--thunder"></i><br/>
                icon--thunder
            </td>
        </tr>

        <tr>
            <td><i class="icon--droplet"></i><br/>
                icon--droplet
            </td>

            <td><i class="icon--cd"></i><br/>
                icon--cd
            </td>

            <td><i class="icon--briefcase"></i><br/>
                icon--briefcase
            </td>

            <td><i class="icon--air"></i><br/>
                icon--air
            </td>

            <td><i class="icon--hourglass"></i><br/>
                icon--hourglass
            </td>

            <td><i class="icon--gauge"></i><br/>
                icon--gauge
            </td>

            <td><i class="icon--language"></i><br/>
                icon--language
            </td>
        </tr>

        <tr>
            <td><i class="icon--network"></i><br/>
                icon--network
            </td>

            <td><i class="icon--key"></i><br/>
                icon--key
            </td>

            <td><i class="icon--battery"></i><br/>
                icon--battery
            </td>

            <td><i class="icon--bucket"></i><br/>
                icon--bucket
            </td>

            <td><i class="icon--magnet"></i><br/>
                icon--magnet
            </td>

            <td><i class="icon--drive"></i><br/>
                icon--drive
            </td>

            <td><i class="icon--cup"></i><br/>
                icon--cup
            </td>
        </tr>

        <tr>
            <td><i class="icon--rocket"></i><br/>
                icon--rocket
            </td>

            <td><i class="icon--brush"></i><br/>
                icon--brush
            </td>

            <td><i class="icon--suitcase"></i><br/>
                icon--suitcase
            </td>

            <td><i class="icon--cone"></i><br/>
                icon--cone
            </td>

            <td><i class="icon--earth"></i><br/>
                icon--earth
            </td>

            <td><i class="icon--keyboard"></i><br/>
                icon--keyboard
            </td>

            <td><i class="icon--browser"></i><br/>
                icon--browser
            </td>
        </tr>

        <tr>
            <td><i class="icon--publish"></i><br/>
                icon--publish
            </td>

            <td><i class="icon--progress-3"></i><br/>
                icon--progress-3
            </td>

            <td><i class="icon--progress-2"></i><br/>
                icon--progress-2
            </td>

            <td><i class="icon--progress-1"></i><br/>
                icon--progress-1
            </td>

            <td><i class="icon--progress-0"></i><br/>
                icon--progress-0
            </td>

            <td><i class="icon--sun"></i><br/>
                icon--sun
            </td>

            <td><i class="icon--sun2"></i><br/>
                icon--sun2
            </td>
        </tr>

        <tr>
            <td><i class="icon--adjust"></i><br/>
                icon--adjust
            </td>

            <td><i class="icon--code"></i><br/>
                icon--code
            </td>

            <td><i class="icon--screen"></i><br/>
                icon--screen
            </td>

            <td><i class="icon--infinity"></i><br/>
                icon--infinity
            </td>

            <td><i class="icon--light-bulb"></i><br/>
                icon--light-bulb
            </td>

            <td><i class="icon--creditcard"></i><br/>
                icon--creditcard
            </td>

            <td><i class="icon--database"></i><br/>
                icon--database
            </td>
        </tr>

        <tr>
            <td><i class="icon--voicemail"></i><br/>
                icon--voicemail
            </td>

            <td><i class="icon--clipboard"></i><br/>
                icon--clipboard
            </td>

            <td><i class="icon--box"></i><br/>
                icon--box
            </td>

            <td><i class="icon--ticket"></i><br/>
                icon--ticket
            </td>

            <td><i class="icon--rss"></i><br/>
                icon--rss
            </td>

            <td><i class="icon--signal"></i><br/>
                icon--signal
            </td>

            <td><i class="icon--thermometer"></i><br/>
                icon--thermometer
            </td>
        </tr>

        <tr>
            <td><i class="icon--droplets"></i><br/>
                icon--droplets
            </td>

            <td><i class="icon--uniE680"></i><br/>
                icon--uniE680
            </td>

            <td><i class="icon--statistics"></i><br/>
                icon--statistics
            </td>

            <td><i class="icon--pie"></i><br/>
                icon--pie
            </td>

            <td><i class="icon--bars"></i><br/>
                icon--bars
            </td>

            <td><i class="icon--graph"></i><br/>
                icon--graph
            </td>

            <td><i class="icon--lock"></i><br/>
                icon--lock
            </td>
        </tr>

        <tr>
            <td><i class="icon--lock-open"></i><br/>
                icon--lock-open
            </td>

            <td><i class="icon--login"></i><br/>
                icon--login
            </td>

            <td><i class="icon--minus"></i><br/>
                icon--minus
            </td>

            <td><i class="icon--plus"></i><br/>
                icon--plus
            </td>

            <td><i class="icon--cross2"></i><br/>
                icon--cross2
            </td>

            <td><i class="icon--minus2"></i><br/>
                icon--minus2
            </td>

            <td><i class="icon--cross3"></i><br/>
                icon--cross3
            </td>
        </tr>

        <tr>
            <td><i class="icon--minus3"></i><br/>
                icon--minus3
            </td>

            <td><i class="icon--plus3"></i><br/>
                icon--plus3
            </td>

            <td><i class="icon--erase"></i><br/>
                icon--erase
            </td>

            <td><i class="icon--blocked"></i><br/>
                icon--blocked
            </td>

            <td><i class="icon--info"></i><br/>
                icon--info
            </td>

            <td><i class="icon--info2"></i><br/>
                icon--info2
            </td>

            <td><i class="icon--question"></i><br/>
                icon--question
            </td>
        </tr>

        <tr>
            <td><i class="icon--help"></i><br/>
                icon--help
            </td>

            <td><i class="icon--warning"></i><br/>
                icon--warning
            </td>

            <td><i class="icon--cycle"></i><br/>
                icon--cycle
            </td>

            <td><i class="icon--cw"></i><br/>
                icon--cw
            </td>

            <td><i class="icon--ccw"></i><br/>
                icon--ccw
            </td>

            <td><i class="icon--shuffle"></i><br/>
                icon--shuffle
            </td>

            <td><i class="icon--arrow"></i><br/>
                icon--arrow
            </td>
        </tr>

        <tr>
            <td><i class="icon--arrow2"></i><br/>
                icon--arrow2
            </td>

            <td><i class="icon--retweet"></i><br/>
                icon--retweet
            </td>

            <td><i class="icon--loop"></i><br/>
                icon--loop
            </td>

            <td><i class="icon--history"></i><br/>
                icon--history
            </td>

            <td><i class="icon--back"></i><br/>
                icon--back
            </td>

            <td><i class="icon--list2"></i><br/>
                icon--list2
            </td>

            <td><i class="icon--add-to-list"></i><br/>
                icon--add-to-list
            </td>
        </tr>

        <tr>
            <td><i class="icon--layout2"></i><br/>
                icon--layout2
            </td>

            <td><i class="icon--list3"></i><br/>
                icon--list3
            </td>

            <td><i class="icon--text"></i><br/>
                icon--text
            </td>

            <td><i class="icon--text2"></i><br/>
                icon--text2
            </td>

            <td><i class="icon--document"></i><br/>
                icon--document
            </td>

            <td><i class="icon--docs"></i><br/>
                icon--docs
            </td>

            <td><i class="icon--landscape"></i><br/>
                icon--landscape
            </td>
        </tr>

        <tr>
            <td><i class="icon--pictures"></i><br/>
                icon--pictures
            </td>

            <td><i class="icon--video"></i><br/>
                icon--video
            </td>

            <td><i class="icon--music3"></i><br/>
                icon--music3
            </td>

            <td><i class="icon--folder"></i><br/>
                icon--folder
            </td>

            <td><i class="icon--archive"></i><br/>
                icon--archive
            </td>

            <td><i class="icon--trash"></i><br/>
                icon--trash
            </td>

            <td><i class="icon--upload"></i><br/>
                icon--upload
            </td>
        </tr>

        <tr>
            <td><i class="icon--download"></i><br/>
                icon--download
            </td>

            <td><i class="icon--disk"></i><br/>
                icon--disk
            </td>

            <td><i class="icon--install"></i><br/>
                icon--install
            </td>

            <td><i class="icon--cloud"></i><br/>
                icon--cloud
            </td>

            <td><i class="icon--upload2"></i><br/>
                icon--upload2
            </td>

            <td><i class="icon--bookmark"></i><br/>
                icon--bookmark
            </td>

            <td><i class="icon--bookmarks"></i><br/>
                icon--bookmarks
            </td>
        </tr>

        <tr>
            <td><i class="icon--book2"></i><br/>
                icon--book2
            </td>

            <td><i class="icon--play"></i><br/>
                icon--play
            </td>

            <td><i class="icon--pause"></i><br/>
                icon--pause
            </td>

            <td><i class="icon--record"></i><br/>
                icon--record
            </td>

            <td><i class="icon--stop"></i><br/>
                icon--stop
            </td>

            <td><i class="icon--next"></i><br/>
                icon--next
            </td>

            <td><i class="icon--previous"></i><br/>
                icon--previous
            </td>
        </tr>

        <tr>
            <td><i class="icon--first"></i><br/>
                icon--first
            </td>

            <td><i class="icon--last"></i><br/>
                icon--last
            </td>

            <td><i class="icon--resize-enlarge"></i><br/>
                icon--resize-enlarge
            </td>

            <td><i class="icon--resize-shrink"></i><br/>
                icon--resize-shrink
            </td>

            <td><i class="icon--volume"></i><br/>
                icon--volume
            </td>

            <td><i class="icon--sound"></i><br/>
                icon--sound
            </td>

            <td><i class="icon--mute"></i><br/>
                icon--mute
            </td>
        </tr>


        <tr>
            <td><i class="icon--flow-cascade"></i><br/>
                icon--flow-cascade
            </td>

            <td><i class="icon--flow-branch"></i><br/>
                icon--flow-branch
            </td>

            <td><i class="icon--flow-tree"></i><br/>
                icon--flow-tree
            </td>

            <td><i class="icon--flow-line"></i><br/>
                icon--flow-line
            </td>

            <td><i class="icon--flow-parallel"></i><br/>
                icon--flow-parallel
            </td>

            <td><i class="icon--arrow-left2"></i><br/>
                icon--arrow-left2
            </td>

            <td><i class="icon--arrow-down2"></i><br/>
                icon--arrow-down2
            </td>
        </tr>

        <tr>
            <td><i class="icon--arrow-up-upload"></i><br/>
                icon--arrow-up-upload
            </td>

            <td><i class="icon--arrow-right2"></i><br/>
                icon--arrow-right2
            </td>

            <td><i class="icon--arrow-left3"></i><br/>
                icon--arrow-left3
            </td>

            <td><i class="icon--arrow-down3"></i><br/>
                icon--arrow-down3
            </td>

            <td><i class="icon--arrow-up2"></i><br/>
                icon--arrow-up2
            </td>

            <td><i class="icon--arrow-right3"></i><br/>
                icon--arrow-right3
            </td>

            <td><i class="icon--arrow-left4"></i><br/>
                icon--arrow-left4
            </td>
        </tr>

        <tr>
            <td><i class="icon--arrow-down4"></i><br/>
                icon--arrow-down4
            </td>

            <td><i class="icon--arrow-up3"></i><br/>
                icon--arrow-up3
            </td>

            <td><i class="icon--arrow-right4"></i><br/>
                icon--arrow-right4
            </td>

            <td><i class="icon--arrow-left5"></i><br/>
                icon--arrow-left5
            </td>

            <td><i class="icon--arrow-down5"></i><br/>
                icon--arrow-down5
            </td>

            <td><i class="icon--arrow-up4"></i><br/>
                icon--arrow-up4
            </td>

            <td><i class="icon--arrow-right5"></i><br/>
                icon--arrow-right5
            </td>
        </tr>

        <tr>
            <td><i class="icon--arrow-left6"></i><br/>
                icon--arrow-left6
            </td>

            <td><i class="icon--arrow-down6"></i><br/>
                icon--arrow-down6
            </td>

            <td><i class="icon--arrow-up5"></i><br/>
                icon--arrow-up5
            </td>

            <td><i class="icon--arrow-right6"></i><br/>
                icon--arrow-right6
            </td>

            <td><i class="icon--menu2"></i><br/>
                icon--menu2
            </td>

            <td><i class="icon--ellipsis"></i><br/>
                icon--ellipsis
            </td>

            <td><i class="icon--dots"></i><br/>
                icon--dots
            </td>
        </tr>

        <tr>
            <td><i class="icon--dot"></i><br/>
                icon--dot
            </td>

            <td><i class="icon--cc"></i><br/>
                icon--cc
            </td>

            <td><i class="icon--cc-by"></i><br/>
                icon--cc-by
            </td>

            <td><i class="icon--cc-nc"></i><br/>
                icon--cc-nc
            </td>

            <td><i class="icon--cc-sa"></i><br/>
                icon--cc-sa
            </td>

            <td><i class="icon--cc-nd"></i><br/>
                icon--cc-nd
            </td>

            <td><i class="icon--cc-pd"></i><br/>
                icon--cc-pd
            </td>
        </tr>

        <tr>
            <td><i class="icon--cc-zero"></i><br/>
                icon--cc-zero
            </td>

            <td><i class="icon--cc-share"></i><br/>
                icon--cc-share
            </td>

            <td><i class="icon--cc-share2"></i><br/>
                icon--cc-share2
            </td>

            <td><i class="icon--danielbruce"></i><br/>
                icon--danielbruce
            </td>

            <td><i class="icon--danielbruce2"></i><br/>
                icon--danielbruce2
            </td>

            <td><i class="icon--github"></i><br/>
                icon--github
            </td>

            <td><i class="icon--github2"></i><br/>
                icon--github2
            </td>
        </tr>

        <tr>
            <td><i class="icon--flickr"></i><br/>
                icon--flickr
            </td>

            <td><i class="icon--flickr2"></i><br/>
                icon--flickr2
            </td>

            <td><i class="icon--vimeo"></i><br/>
                icon--vimeo
            </td>

            <td><i class="icon--vimeo2"></i><br/>
                icon--vimeo2
            </td>

            <td><i class="icon--twitter"></i><br/>
                icon--twitter
            </td>

            <td><i class="icon--twitter2"></i><br/>
                icon--twitter2
            </td>

            <td><i class="icon--facebook"></i><br/>
                icon--facebook
            </td>
        </tr>

        <tr>
            <td><i class="icon--facebook2"></i><br/>
                icon--facebook2
            </td>

            <td><i class="icon--facebook3"></i><br/>
                icon--facebook3
            </td>

            <td><i class="icon--googleplus"></i><br/>
                icon--googleplus
            </td>

            <td><i class="icon--googleplus2"></i><br/>
                icon--googleplus2
            </td>

            <td><i class="icon--pinterest"></i><br/>
                icon--pinterest
            </td>

            <td><i class="icon--pinterest2"></i><br/>
                icon--pinterest2
            </td>

            <td><i class="icon--tumblr"></i><br/>
                icon--tumblr
            </td>
        </tr>

        <tr>
            <td><i class="icon--tumblr2"></i><br/>
                icon--tumblr2
            </td>

            <td><i class="icon--linkedin"></i><br/>
                icon--linkedin
            </td>

            <td><i class="icon--linkedin2"></i><br/>
                icon--linkedin2
            </td>

            <td><i class="icon--dribbble"></i><br/>
                icon--dribbble
            </td>

            <td><i class="icon--dribbble2"></i><br/>
                icon--dribbble2
            </td>

            <td><i class="icon--stumbleupon"></i><br/>
                icon--stumbleupon
            </td>

            <td><i class="icon--stumbleupon2"></i><br/>
                icon--stumbleupon2
            </td>
        </tr>

        <tr>
            <td><i class="icon--lastfm"></i><br/>
                icon--lastfm
            </td>

            <td><i class="icon--lastfm2"></i><br/>
                icon--lastfm2
            </td>

            <td><i class="icon--rdio"></i><br/>
                icon--rdio
            </td>

            <td><i class="icon--rdio2"></i><br/>
                icon--rdio2
            </td>

            <td><i class="icon--spotify"></i><br/>
                icon--spotify
            </td>

            <td><i class="icon--spotify2"></i><br/>
                icon--spotify2
            </td>

            <td><i class="icon--qq"></i><br/>
                icon--qq
            </td>
        </tr>

        <tr>
            <td><i class="icon--instagram3"></i><br/>
                icon--instagram3
            </td>

            <td><i class="icon--dropbox"></i><br/>
                icon--dropbox
            </td>

            <td><i class="icon--evernote"></i><br/>
                icon--evernote
            </td>

            <td><i class="icon--flattr"></i><br/>
                icon--flattr
            </td>

            <td><i class="icon--skype"></i><br/>
                icon--skype
            </td>

            <td><i class="icon--skype2"></i><br/>
                icon--skype2
            </td>

            <td><i class="icon--renren"></i><br/>
                icon--renren
            </td>
        </tr>

        <tr>
            <td><i class="icon--sina-weibo"></i><br/>
                icon--sina-weibo
            </td>

            <td><i class="icon--paypal"></i><br/>
                icon--paypal
            </td>

            <td><i class="icon--picasa"></i><br/>
                icon--picasa
            </td>

            <td><i class="icon--soundcloud"></i><br/>
                icon--soundcloud
            </td>

            <td><i class="icon--mixi"></i><br/>
                icon--mixi
            </td>

            <td><i class="icon--behance"></i><br/>
                icon--behance
            </td>

            <td><i class="icon--circles"></i><br/>
                icon--circles
            </td>
        </tr>

        <tr>
            <td><i class="icon--vk"></i><br/>
                icon--vk
            </td>

            <td><i class="icon--smashing"></i><br/>
                icon--smashing
            </td>

            <td><i class="icon--feed"></i><br/>
                icon--feed
            </td>

            <td><i class="icon--feed2"></i><br/>
                icon--feed2
            </td>

            <td><i class="icon--instagram"></i><br/>
                icon--instagram
            </td>

            <td><i class="icon--instagram2"></i><br/>
                icon--instagram2
            </td>

            <td><i class="icon--xing"></i><br/>
                icon--xing
            </td>
        </tr>

        <tr>
            <td><i class="icon--xing2"></i><br/>
                icon--xing2
            </td>

            <td><i class="icon--youtube"></i><br/>
                icon--youtube
            </td>

            <td><i class="icon--youtube2"></i><br/>
                icon--youtube2
            </td>
        </tr>
    </tbody>
</table>
```
*/
@font-face {
  font-family: 'shopware';
  font-display: block;
  src: url('../../themes/Frontend/Responsive/frontend/_public/src/fonts/shopware.woff2?deca4e63dcfceb4e546fb1d5dd132eb9') format('woff2'), url('../../themes/Frontend/Responsive/frontend/_public/src/fonts/shopware.woff?5e649387465c3ce55c3e622f3a6166c1') format('woff'), url('../../themes/Frontend/Responsive/frontend/_public/src/fonts/shopware.ttf?45bd6e05bb800bbef953750d28c30616') format('truetype'), url('../../themes/Frontend/Responsive/frontend/_public/src/fonts/shopware.svg?09ea165a2886517cdd555183005acb53') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon--"],
[class*=" icon--"] {
  font-family: 'shopware';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon--percent2:before {
  content: "\e723";
}
.icon--percent:before {
  content: "\e722";
}
.icon--coupon:before {
  content: "\e71c";
}
.icon--truck:before {
  content: "\e71d";
}
.icon--logout:before {
  content: "\e614";
}
.icon--grid:before {
  content: "\e615";
}
.icon--filter:before {
  content: "\e616";
}
.icon--clock:before {
  content: "\e617";
}
.icon--arrow-up:before {
  content: "\e610";
}
.icon--arrow-right:before {
  content: "\e60f";
}
.icon--arrow-left:before {
  content: "\e611";
}
.icon--arrow-down:before {
  content: "\e612";
}
.icon--star:before {
  content: "\e600";
}
.icon--star-half:before {
  content: "\e71e";
}
.icon--star-empty:before {
  content: "\e601";
}
.icon--shopware:before {
  content: "\e602";
}
.icon--service:before {
  content: "\e603";
}
.icon--search:before {
  content: "\e604";
}
.icon--numbered-list:before {
  content: "\e605";
}
.icon--menu:before {
  content: "\e606";
}
.icon--mail:before {
  content: "\e607";
}
.icon--list:before {
  content: "\e608";
}
.icon--layout:before {
  content: "\e609";
}
.icon--heart:before {
  content: "\e60a";
}
.icon--cross:before {
  content: "\e60d";
}
.icon--compare:before {
  content: "\e60b";
}
.icon--check:before {
  content: "\e60c";
}
.icon--basket:before {
  content: "\e60e";
}
.icon--account:before {
  content: "\e613";
}
.icon--chain:before {
  content: "\f0c1";
}
.icon--delicious:before {
  content: "\f1a5";
}
.icon--delicious2:before {
  content: "\e721";
}
.icon--digg:before {
  content: "\f1a6";
}
.icon--phone:before {
  content: "\e619";
}
.icon--mobile:before {
  content: "\e61d";
}
.icon--mouse:before {
  content: "\e61e";
}
.icon--directions:before {
  content: "\e61f";
}
.icon--paperplane:before {
  content: "\e620";
}
.icon--pencil:before {
  content: "\e618";
}
.icon--feather:before {
  content: "\e621";
}
.icon--paperclip:before {
  content: "\e622";
}
.icon--drawer:before {
  content: "\e623";
}
.icon--reply:before {
  content: "\e624";
}
.icon--reply-all:before {
  content: "\e625";
}
.icon--forward:before {
  content: "\e626";
}
.icon--users:before {
  content: "\e627";
}
.icon--user-add:before {
  content: "\e628";
}
.icon--vcard:before {
  content: "\e629";
}
.icon--export:before {
  content: "\e62a";
}
.icon--location:before {
  content: "\e62b";
}
.icon--map:before {
  content: "\e62c";
}
.icon--compass:before {
  content: "\e62d";
}
.icon--location2:before {
  content: "\e62e";
}
.icon--target:before {
  content: "\e62f";
}
.icon--share:before {
  content: "\e630";
}
.icon--sharable:before {
  content: "\e631";
}
.icon--thumbsup:before {
  content: "\e632";
}
.icon--thumbsdown:before {
  content: "\e633";
}
.icon--chat:before {
  content: "\e634";
}
.icon--comment:before {
  content: "\e61a";
}
.icon--quote:before {
  content: "\e635";
}
.icon--house:before {
  content: "\e636";
}
.icon--popup:before {
  content: "\e637";
}
.icon--flashlight:before {
  content: "\e638";
}
.icon--printer:before {
  content: "\e639";
}
.icon--bell:before {
  content: "\e63a";
}
.icon--link:before {
  content: "\e63b";
}
.icon--flag:before {
  content: "\e63c";
}
.icon--cog:before {
  content: "\e63d";
}
.icon--tools:before {
  content: "\e63e";
}
.icon--trophy:before {
  content: "\e63f";
}
.icon--tag:before {
  content: "\e640";
}
.icon--camera:before {
  content: "\e641";
}
.icon--megaphone:before {
  content: "\e642";
}
.icon--moon:before {
  content: "\e643";
}
.icon--palette:before {
  content: "\e644";
}
.icon--leaf:before {
  content: "\e645";
}
.icon--music:before {
  content: "\e646";
}
.icon--music2:before {
  content: "\e647";
}
.icon--new:before {
  content: "\e648";
}
.icon--graduation:before {
  content: "\e649";
}
.icon--book:before {
  content: "\e64a";
}
.icon--newspaper:before {
  content: "\e64b";
}
.icon--bag:before {
  content: "\e64c";
}
.icon--airplane:before {
  content: "\e64d";
}
.icon--lifebuoy:before {
  content: "\e64e";
}
.icon--eye:before {
  content: "\e64f";
}
.icon--clock2:before {
  content: "\e650";
}
.icon--microphone:before {
  content: "\e651";
}
.icon--calendar:before {
  content: "\e652";
}
.icon--bolt:before {
  content: "\e653";
}
.icon--thunder:before {
  content: "\e654";
}
.icon--droplet:before {
  content: "\e655";
}
.icon--cd:before {
  content: "\e656";
}
.icon--briefcase:before {
  content: "\e657";
}
.icon--air:before {
  content: "\e658";
}
.icon--hourglass:before {
  content: "\e659";
}
.icon--gauge:before {
  content: "\e65a";
}
.icon--language:before {
  content: "\e65b";
}
.icon--network:before {
  content: "\e65c";
}
.icon--key:before {
  content: "\e65d";
}
.icon--battery:before {
  content: "\e65e";
}
.icon--bucket:before {
  content: "\e65f";
}
.icon--magnet:before {
  content: "\e660";
}
.icon--drive:before {
  content: "\e661";
}
.icon--cup:before {
  content: "\e662";
}
.icon--rocket:before {
  content: "\e663";
}
.icon--brush:before {
  content: "\e664";
}
.icon--suitcase:before {
  content: "\e665";
}
.icon--cone:before {
  content: "\e666";
}
.icon--earth:before {
  content: "\e667";
}
.icon--keyboard:before {
  content: "\e668";
}
.icon--browser:before {
  content: "\e669";
}
.icon--publish:before {
  content: "\e66a";
}
.icon--progress-3:before {
  content: "\e66b";
}
.icon--progress-2:before {
  content: "\e66c";
}
.icon--progress-1:before {
  content: "\e66d";
}
/*
    for backwards-compatibility
    @deprecated
*/
.icon--brogress-1:before {
  content: "\e66d";
}
.icon--progress-0:before {
  content: "\e66e";
}
.icon--sun:before {
  content: "\e66f";
}
.icon--sun2:before {
  content: "\e670";
}
.icon--adjust:before {
  content: "\e671";
}
.icon--code:before {
  content: "\e672";
}
.icon--screen:before {
  content: "\e673";
}
.icon--infinity:before {
  content: "\e674";
}
.icon--light-bulb:before {
  content: "\e675";
}
.icon--creditcard:before {
  content: "\e676";
}
.icon--database:before {
  content: "\e677";
}
.icon--voicemail:before {
  content: "\e678";
}
.icon--clipboard:before {
  content: "\e679";
}
.icon--box:before {
  content: "\e67a";
}
.icon--ticket:before {
  content: "\e67b";
}
.icon--rss:before {
  content: "\e67c";
}
.icon--signal:before {
  content: "\e67d";
}
.icon--thermometer:before {
  content: "\e67e";
}
.icon--droplets:before {
  content: "\e67f";
}
.icon--uniE680:before {
  content: "\e680";
}
.icon--statistics:before {
  content: "\e681";
}
.icon--pie:before {
  content: "\e682";
}
.icon--bars:before {
  content: "\e683";
}
.icon--graph:before {
  content: "\e684";
}
.icon--lock:before {
  content: "\e685";
}
.icon--lock-open:before {
  content: "\e686";
}
.icon--login:before {
  content: "\e687";
}
.icon--minus:before {
  content: "\e688";
}
.icon--plus:before {
  content: "\e689";
}
.icon--cross2:before {
  content: "\e68a";
}
.icon--minus2:before {
  content: "\e68b";
}
.icon--plus2:before {
  content: "\e68c";
}
.icon--cross3:before {
  content: "\e68d";
}
.icon--minus3:before {
  content: "\e68e";
}
.icon--plus3:before {
  content: "\e68f";
}
.icon--erase:before {
  content: "\e690";
}
.icon--blocked:before {
  content: "\e691";
}
.icon--info:before {
  content: "\e61b";
}
.icon--info2:before {
  content: "\e692";
}
.icon--question:before {
  content: "\e693";
}
.icon--help:before {
  content: "\e694";
}
.icon--warning:before {
  content: "\e695";
}
.icon--cycle:before {
  content: "\e696";
}
.icon--cw:before {
  content: "\e697";
}
.icon--ccw:before {
  content: "\e698";
}
.icon--shuffle:before {
  content: "\e699";
}
.icon--arrow:before {
  content: "\e69a";
}
.icon--arrow2:before {
  content: "\e69b";
}
.icon--retweet:before {
  content: "\e69c";
}
.icon--loop:before {
  content: "\e69d";
}
.icon--history:before {
  content: "\e69e";
}
.icon--back:before {
  content: "\e69f";
}
.icon--list2:before {
  content: "\e6a0";
}
.icon--add-to-list:before {
  content: "\e6a1";
}
.icon--layout2:before {
  content: "\e6a2";
}
.icon--list3:before {
  content: "\e6a3";
}
.icon--text:before {
  content: "\e6a4";
}
.icon--text2:before {
  content: "\e6a5";
}
.icon--document:before {
  content: "\e6a6";
}
.icon--docs:before {
  content: "\e6a7";
}
.icon--landscape:before {
  content: "\e6a8";
}
.icon--pictures:before {
  content: "\e6a9";
}
.icon--video:before {
  content: "\e6aa";
}
.icon--music3:before {
  content: "\e6ab";
}
.icon--folder:before {
  content: "\e6ac";
}
.icon--archive:before {
  content: "\e6ad";
}
.icon--trash:before {
  content: "\e6ae";
}
.icon--upload:before {
  content: "\e6af";
}
.icon--download:before {
  content: "\e6b0";
}
.icon--disk:before {
  content: "\e6b1";
}
.icon--install:before {
  content: "\e61c";
}
.icon--cloud:before {
  content: "\e6b2";
}
.icon--upload2:before {
  content: "\e6b3";
}
.icon--bookmark:before {
  content: "\e6b4";
}
.icon--bookmarks:before {
  content: "\e6b5";
}
.icon--book2:before {
  content: "\e6b6";
}
.icon--play:before {
  content: "\e6b7";
}
.icon--pause:before {
  content: "\e6b8";
}
.icon--record:before {
  content: "\e6b9";
}
.icon--stop:before {
  content: "\e6ba";
}
.icon--next:before {
  content: "\e6bb";
}
.icon--previous:before {
  content: "\e6bc";
}
.icon--first:before {
  content: "\e6bd";
}
.icon--last:before {
  content: "\e6be";
}
.icon--resize-enlarge:before {
  content: "\e6bf";
}
.icon--resize-shrink:before {
  content: "\e6c0";
}
.icon--volume:before {
  content: "\e6c1";
}
.icon--sound:before {
  content: "\e6c2";
}
.icon--mute:before {
  content: "\e6c3";
}
.icon--flow-cascade:before {
  content: "\e6c4";
}
.icon--flow-branch:before {
  content: "\e6c5";
}
.icon--flow-tree:before {
  content: "\e6c6";
}
.icon--flow-line:before {
  content: "\e6c7";
}
.icon--flow-parallel:before {
  content: "\e6c8";
}
.icon--arrow-left2:before {
  content: "\e6c9";
}
.icon--arrow-down2:before {
  content: "\e6ca";
}
.icon--arrow-up-upload:before {
  content: "\e6cb";
}
.icon--arrow-right2:before {
  content: "\e6cc";
}
.icon--arrow-left3:before {
  content: "\e6cd";
}
.icon--arrow-down3:before {
  content: "\e6ce";
}
.icon--arrow-up2:before {
  content: "\e6cf";
}
.icon--arrow-right3:before {
  content: "\e6d0";
}
.icon--arrow-left4:before {
  content: "\e6d1";
}
.icon--arrow-down4:before {
  content: "\e6d2";
}
.icon--arrow-up3:before {
  content: "\e6d3";
}
.icon--arrow-right4:before {
  content: "\e6d4";
}
.icon--arrow-left5:before {
  content: "\e6d5";
}
.icon--arrow-down5:before {
  content: "\e6d6";
}
.icon--arrow-up4:before {
  content: "\e6d7";
}
.icon--arrow-right5:before {
  content: "\e6d8";
}
.icon--arrow-left6:before {
  content: "\e6d9";
}
.icon--arrow-down6:before {
  content: "\e6da";
}
.icon--arrow-up5:before {
  content: "\e6db";
}
.icon--arrow-right6:before {
  content: "\e6dc";
}
.icon--menu2:before {
  content: "\e6dd";
}
.icon--ellipsis:before {
  content: "\e6de";
}
.icon--dots:before {
  content: "\e6df";
}
.icon--dot:before {
  content: "\e6e0";
}
.icon--cc:before {
  content: "\e6e1";
}
.icon--cc-by:before {
  content: "\e6e2";
}
.icon--cc-nc:before {
  content: "\e6e3";
}
.icon--cc-nc-eu:before {
  content: "\e6e4";
}
.icon--cc-nc-jp:before {
  content: "\e6e5";
}
.icon--cc-sa:before {
  content: "\e6e6";
}
.icon--cc-nd:before {
  content: "\e6e7";
}
.icon--cc-pd:before {
  content: "\e6e8";
}
.icon--cc-zero:before {
  content: "\e6e9";
}
.icon--cc-share:before {
  content: "\e6ea";
}
.icon--cc-share2:before {
  content: "\e6eb";
}
.icon--danielbruce:before {
  content: "\e6ec";
}
.icon--danielbruce2:before {
  content: "\e6ed";
}
.icon--github:before {
  content: "\e6ee";
}
.icon--github2:before {
  content: "\e6ef";
}
.icon--flickr:before {
  content: "\e6f0";
}
.icon--flickr2:before {
  content: "\e6f1";
}
.icon--vimeo:before {
  content: "\e6f2";
}
.icon--vimeo2:before {
  content: "\e6f3";
}
.icon--twitter:before {
  content: "\e6f4";
}
.icon--twitter2:before {
  content: "\e6f5";
}
.icon--facebook:before {
  content: "\e6f6";
}
.icon--facebook2:before {
  content: "\e6f7";
}
.icon--facebook3:before {
  content: "\e6f8";
}
.icon--googleplus:before {
  content: "\e6f9";
}
.icon--googleplus2:before {
  content: "\e6fa";
}
.icon--pinterest:before {
  content: "\e6fb";
}
.icon--pinterest2:before {
  content: "\e6fc";
}
.icon--tumblr:before {
  content: "\e6fd";
}
.icon--tumblr2:before {
  content: "\e6fe";
}
.icon--linkedin:before {
  content: "\e6ff";
}
.icon--linkedin2:before {
  content: "\e700";
}
.icon--dribbble:before {
  content: "\e701";
}
.icon--dribbble2:before {
  content: "\e702";
}
.icon--stumbleupon:before {
  content: "\e703";
}
.icon--stumbleupon2:before {
  content: "\e704";
}
.icon--lastfm:before {
  content: "\e705";
}
.icon--lastfm2:before {
  content: "\e706";
}
.icon--rdio:before {
  content: "\e707";
}
.icon--rdio2:before {
  content: "\e708";
}
.icon--spotify:before {
  content: "\e709";
}
.icon--spotify2:before {
  content: "\e70a";
}
.icon--qq:before {
  content: "\e70b";
}
.icon--instagram3:before {
  content: "\e70c";
}
.icon--dropbox:before {
  content: "\e70d";
}
.icon--evernote:before {
  content: "\e70e";
}
.icon--flattr:before {
  content: "\e70f";
}
.icon--skype:before {
  content: "\e710";
}
.icon--skype2:before {
  content: "\e711";
}
.icon--renren:before {
  content: "\e712";
}
.icon--sina-weibo:before {
  content: "\e713";
}
.icon--paypal:before {
  content: "\e714";
}
.icon--picasa:before {
  content: "\e715";
}
.icon--soundcloud:before {
  content: "\e716";
}
.icon--mixi:before {
  content: "\e717";
}
.icon--behance:before {
  content: "\e718";
}
.icon--circles:before {
  content: "\e719";
}
.icon--vk:before {
  content: "\e71a";
}
.icon--smashing:before {
  content: "\e71b";
}
.icon--feed:before {
  content: "\e71f";
}
.icon--feed2:before {
  content: "\e720";
}
.icon--instagram:before {
  content: "\e903";
}
.icon--instagram2:before {
  content: "\e902";
}
.icon--xing:before {
  content: "\e901";
}
.icon--xing2:before {
  content: "\e900";
}
.icon--youtube:before {
  content: "\e905";
}
.icon--youtube2:before {
  content: "\e904";
}
/*
Navigation list styling
=========================================
Defines a global component for navigation lists.

Navigation lists can be extended by custom styling declarations.

```
<ul class="navigation--list">
    <li class="navigation--entry is--active">
        <a class="navigation--link" href="">
            List entry
        </a>
    </li>
    <li class="navigation--entry">
        <a class="navigation--link" href="">
            <span>List entry</span>
        </a>
    </li>
    <li class="navigation--entry">
        <a class="navigation--link" href="">
            <span>List entry</span>
        </a>
    </li>
</ul>
```
*/
.navigation--list {
  list-style: none;
}
/*
Off-canvas menu
=======================================
The off-canvas menu is the default shopping cart menu in Shopware.

It is an expanding menu that displays the shopping cart at the right side of the screen.

It can be enabled/disabled inside the Shopware 5 backend.

The functionality is provided by the `jquery.off-canvas-menu.js` file.
*/
.off-canvas {
  -webkit-transition: all 0.45s cubic-bezier(0.3, 0, 0.15, 1);
  transition: all 0.45s cubic-bezier(0.3, 0, 0.15, 1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 17.5rem;
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  display: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 8000;
}
.off-canvas.is--left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  left: 0;
}
.off-canvas.is--right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  right: 0;
}
.off-canvas.is--active {
  display: block;
}
.off-canvas.is--open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.off-canvas.is--full-screen {
  width: 100%;
}
.off-canvas.no--transitions {
  -webkit-transition: none;
  transition: none;
}
.off-canvas .buttons--off-canvas {
  display: block;
}
.off-canvas .close--off-canvas {
  padding: 0.125rem 0.625rem 0.125rem 0.625rem;
  line-height: 2.375rem;
  background-color: #a87f40;
  background-image: linear-gradient(to bottom, #a87f40 0%, #71552b 100%);
  display: block;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
.off-canvas .close--off-canvas:after {
  content: "";
  display: table;
  clear: both;
}
.off-canvas .close--off-canvas .icon--arrow-left {
  margin: 0rem 0.625rem 0rem 0rem;
  font-size: 0.6875rem;
}
.off-canvas .link--go-main {
  font-size: 1rem;
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  height: 2.625rem;
  font-weight: 700;
  display: block;
  width: 100%;
}
.off-canvas .link--go-main .icon--menu {
  font-size: 1.25rem;
  margin-right: 0.625rem;
  float: left;
}
.off-canvas .sidebar--navigation .navigation--link {
  padding: 0.125rem 0.625rem 0.125rem 0.625rem;
  line-height: 2.375rem;
}
.off-canvas .sidebar--navigation .navigation--link .is--icon-right {
  margin-top: 0;
}
.off-canvas .sidebar--navigation .navigation--link .is--icon-left {
  margin: 0rem 0.625rem 0rem 0rem;
  float: left;
}
.buttons--off-canvas {
  display: none;
}
.page-wrap {
  -webkit-transition: left 400ms cubic-bezier(0.16, 0.04, 0.14, 1);
  transition: left 400ms cubic-bezier(0.16, 0.04, 0.14, 1);
  position: relative;
  left: 0;
}
.navigation--smartphone .navigation--entry {
  padding: 0.75rem 0.625rem 0.75rem 0.625rem;
  background: #fff;
}
.navigation--smartphone .navigation--link {
  display: block;
}
.navigation--smartphone .entry--close-off-canvas,
#cookie-consent .cookie-consent--header {
  padding: 0.125rem 0.625rem 0.125rem 0.625rem;
  line-height: 2.375rem;
  background-color: #a87f40;
  background-image: linear-gradient(to bottom, #a87f40 0%, #71552b 100%);
}
.navigation--smartphone .entry--close-off-canvas .navigation--link,
#cookie-consent .cookie-consent--header {
  font-size: 0.875rem;
  color: #4b4b4b;
  font-weight: 700;
}
.navigation--smartphone .entry--close-off-canvas .navigation--link:after {
  content: "";
  display: table;
  clear: both;
}
.navigation--smartphone .entry--close-off-canvas .navigation--link:active {
  color: #5a5a5a;
}
.navigation--smartphone .entry--close-off-canvas .icon--arrow-right,
#cookie-consent .cookie-consent--header .icon--arrow-right {
  margin: 0.75rem 0rem 0rem 0rem;
  font-size: 0.6875rem;
  float: right;
}
.navigation--headline,
.sidebar--navigation {
  margin: 0rem 0.625rem 0rem 0.625rem;
}
.navigation--headline {
  margin: 1rem 0.625rem 0.375rem 0.625rem;
  line-height: 1.625rem;
  color: #71552b;
  font-weight: 700;
  font-size: 1em;
}
.sidebar--navigation {
  border-radius: 3px;
  background-clip: padding-box;
  background: #fff;
  border: 1px solid #eaeaea;
}
.sidebar--navigation .navigation--entry {
  border-bottom: 1px solid #eaeaea;
}
.sidebar--navigation .navigation--entry:last-child {
  border-bottom: 0 none;
}
.sidebar--navigation .navigation--link {
  color: #a87f40;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 48em) {
  .off-canvas {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: none;
    transition: none;
    display: block;
    background: transparent;
    position: relative;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  .off-canvas .sidebar--navigation .navigation--link {
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
    line-height: inherit;
  }
  .off-canvas .account--menu .navigation--link {
    padding: 0.3125rem 0rem 0.3125rem 0rem;
    line-height: inherit;
  }
  .sidebar-main .entry--close-off-canvas {
    display: none;
  }
  .sidebar-main .icon--arrow-right,
  .sidebar-main .icon--arrow-left {
    display: none;
  }
}
/*
Panels
===================================================================
######Basic panel component for boxes and bordered containers.

The panel can be used with different content structures.

Styling options: `has--border` and `has--shadow`

```
<div class="panel">
    <div class="panel--body">
        Basic panel element
    </div>
</div>

<div class="panel has--border">
    <div class="panel--body">
        Basic panel with border
    </div>
</div>
```
*/
.panel {
  display: block;
  background: #ffffff;
}
.panel.has--shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.panel.has--border {
  border: 1px solid #eaeaea;
}
/*
<h6>A header box for a panel.</h6>
<p>Can be used by adding the `panel--header`-element and `primary` or `secondary` classes.</p>
```
<div class="panel">
    <div class="panel--header primary">Panel header primary</div>
    <div class="panel--header secondary">Panel header secondary</div>
    <div class="panel--body">
        Panel body
    </div>
</div>
```
*/
.panel--header {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  font-size: 0.875rem;
  background: #4b4b4b;
  display: block;
  margin: 0;
  font-weight: 700;
  color: #a87f40;
  border-bottom: 1px solid #eaeaea;
}
.panel--header.secondary {
  color: #a87f40;
  background: #fff;
}
.panel--header.primary {
  color: #f36903;
  background: #fff;
}
/*
<h6>A title heading for a panel.</h6>
<p>The `panel--title` can be used as an alternative to the `panel--header` element.</p>
<p>When using the `panel--title` element, make sure that the `panel--body` element has the class `is--wide` assigned in order to work properly. Also the `is--underline` class was added here.
```
<div class="panel">
    <h3 class="panel--title is--underline">Panel title</h3>
    <div class="panel--body is--wide">
        Panel body
    </div>
</div>
```
*/
.panel--title {
  padding: 1.25rem 0rem 0rem 0rem;
  margin: 0rem 1.25rem 0rem 1.25rem;
  font-size: 1rem;
  display: block;
  font-weight: 700;
  color: #71552b;
}
.panel--title.is--underline {
  padding: 1.25rem 0rem 0.625rem 0rem;
  border-bottom: 1px solid #eaeaea;
  text-decoration: none !important;
}
.panel--title.is--secondary {
  color: #a87f40;
}
.panel--title.is--primary {
  color: #f36903;
}
/*
<h6>The content body for a panel</h6>
<p>Styling options: `is--slim`, `is--wide`, `is--flat`, `is--embossed`.</p>

```
<div class="panel">
<div class="panel--body is--wide">Panel content ...</div>
</div>
```
*/
.panel--body {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  display: block;
  position: relative;
}
.panel--body.has--border {
  border: 1px solid #eaeaea;
}
.panel--body.is--slim {
  padding: 0.3125rem 0.3125rem 0.3125rem 0.3125rem;
}
.panel--body.is--wide {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.panel--body.is--flat {
  background: #5a5a5a;
}
.panel--body.is--embossed {
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
  background: #5a5a5a;
}
/*
######A container for action elements
```
<div class="panel--actions">
    <a href="" class="btn">Action Link</a>
    <a href="" class="btn">Action Link</a>
</div>
```
*/
.panel--actions {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  line-height: 2.5rem;
  display: block;
}
.panel--actions.has--border {
  margin: 0.625rem 0rem 0rem 0rem;
  padding: 0.625rem 0rem 0rem 0rem;
  border-top: 1px solid #eaeaea;
}
.panel--actions.is--slim {
  padding: 0.3125rem 0.3125rem 0.3125rem 0.3125rem;
}
.panel--actions.is--wide {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.panel--actions .btn {
  margin: 0rem 0.375rem 0rem 0rem;
}
/*
######A table inside a panel.
```
<div class="panel panel--table">
    <div class="panel--tr">
        <div class="panel--th">Column 1</div>
        <div class="panel--th">Column 2</div>
        <div class="panel--th">Column 3</div>
    </div>
    <div class="panel--tr">
        <div class="panel--td">Value 1</div>
        <div class="panel--td">Value 2</div>
        <div class="panel--td">Value 3</div>
    </div>
</div>
```
*/
.panel--table {
  width: 100%;
  display: block;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
.panel--table:after {
  content: "";
  display: table;
  clear: both;
}
.panel--table.has--border {
  border: 1px solid #eaeaea;
}
.panel--tr {
  display: block;
  width: 100%;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #eaeaea;
}
.panel--tr:after {
  content: "";
  display: table;
  clear: both;
}
.panel--tr:last-child {
  border-width: 0;
}
.panel--tr.is--odd {
  background: #f5f5f5;
}
.panel--tr.is--secondary {
  background: #f5f5f5;
}
.panel--tr.is--primary {
  color: #f36903;
}
.panel--th,
.panel--td {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  display: inline-block;
  float: left;
}
.panel--th:after,
.panel--td:after {
  content: "";
  display: table;
  clear: both;
}
.panel--th.has--border,
.panel--td.has--border {
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #eaeaea;
}
.panel--th.has--border:last-child,
.panel--td.has--border:last-child {
  border-width: 0;
}
.panel--th p,
.panel--td p {
  margin: 0;
}
.panel--th {
  font-weight: 700;
  color: #71552b;
}
/*
######A small dot navigation for example for a slider panel.

```
<div class="panel--dot-nav">
    <a href=""></a>
    <a href="" class="is--active"></a>
    <a href=""></a>
</div>
```
*/
.panel--dot-nav {
  height: 0.6875rem;
  position: relative;
}
.panel--dot-nav .dot--link,
.panel--dot-nav a {
  border-radius: 11px;
  background-clip: padding-box;
  margin: 0rem 0.3125rem 0rem 0.3125rem;
  width: 0.6875rem;
  height: 0.6875rem;
  display: inline-block;
  border: 1px solid #eaeaea;
}
.panel--dot-nav .dot--link.is--active,
.panel--dot-nav a.is--active {
  border-color: #f36903;
  background: #f36903;
}
/*
######A paging navigation for pagination content.
```
<div class="panel--paging">
    <a href=""><i class="icon--arrow-left"></i></a>
    <a href="">1</a>
    <a href="">2</a>
    <a href="">...</a>
    <a href=""><i class="icon--arrow-right"></i></a>
</div>
```
*/
.panel--paging {
  line-height: 2rem;
  display: inline-block;
}
.panel--paging .paging--link {
  padding: 0rem 0.625rem 0rem 0.625rem;
  margin: 0rem 0.0625rem 0rem 0.0625rem;
  font-size: 0.875rem;
  line-height: 1.875rem;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #4b4b4b 100%);
  display: inline-block;
  font-weight: 500;
  text-align: center;
  border: 1px solid #eaeaea;
  color: #a87f40;
}
.panel--paging .paging--link [class^="icon--"] {
  font-size: 0.625rem;
}
.panel--paging .paging--link.is--active,
.panel--paging .paging--link.is--active:hover {
  line-height: 2rem;
  background-color: #f36903;
  background-image: linear-gradient(to bottom, #f36903 0%, #f36903 100%);
  color: #ffffff;
  border: 0 none;
  font-weight: 700;
  cursor: default;
}
.panel--paging .paging--link:hover {
  background: #ffffff;
  color: #f36903;
  border-color: #f36903;
}
/*
Form
============================

Contains the general layout and styling for the Shopware form elements and fieldsets.

The fieldset padding size is defined with the unitize mixin.

```
<fieldset>
    <form>
        <table>
            <tr>
                <td>Table cell</td>
            </tr>
            <tr>
                <td>Table cell</td>
            </tr>
            <tr>
                <td>Table cell</td>
            </tr>
        <table>
    <form>
</fieldset>
```

*/
form {
  display: block;
}
form table {
  width: 100%;
}
form table td {
  padding: 10px;
}
fieldset {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  border: 1px solid #eaeaea;
}
/*
Alerts
===================================================================
######Displays an alert box for status messages to the user.

Alerts always have to have the `.alert` class assigned, and in addition one of four color schemes.

Options: `is--success`, `is--info`, `is--warning`, `is--error`.
```
<p class="alert is--success">Success message</p>
<p class="alert is--info">Info message</p>
<p class="alert is--warning">Warning message</p>
<p class="alert is--error">Error message</p>
```
*/
.alert {
  font-size: 0.875rem;
  line-height: 1.5rem;
  position: relative;
  overflow: hidden;
  /*
######With an Icon inside of the box.</h6>
```
<div class="alert is--success is--rounded">
    <div class="alert--icon">
    <i class="icon--element icon--check"></i>
    </div>
    <div class="alert--content">
    Success message with Icon
    </div>
</div>

<div class="alert is--warning is--rounded">
    <div class="alert--icon">
    <i class="icon--element icon--warning"></i>
    </div>
    <div class="alert--content">
    Warning message with Icon
    </div>
</div>
```
*/
}
.alert:after {
  content: "";
  display: table;
  clear: both;
}
.alert.is--success {
  color: #208e4e;
  background: #def2e7;
}
.alert.is--success .alert--icon {
  background: #2ecc71;
}
.alert.is--info {
  color: #217dbb;
  background: #e9f2f8;
}
.alert.is--info .alert--icon {
  background: #4aa3df;
}
.alert.is--warning {
  color: #ae8e0a;
  background: #fbf5db;
}
.alert.is--warning .alert--icon {
  background: #f1c40f;
}
.alert.is--error {
  color: #d30909;
  background: #f1acac;
}
.alert.is--error .alert--icon {
  background: #d30909;
}
.alert.no--cookies {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
}
.alert.no--cookies a.close--alert {
  float: right;
}
.alert.no--cookies a.close--alert:hover {
  cursor: pointer;
  text-decoration: underline;
}
.alert .alert--close {
  position: absolute;
  top: 1.0625rem;
  right: 1.25rem;
  font-size: 0.625rem;
  color: #a87f40;
  cursor: pointer;
}
.alert .icon--element {
  position: absolute;
  top: 50%;
  left: 0;
  width: 15%;
  margin-top: -9px;
}
.alert .alert--icon,
.alert .alert--content {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  float: left;
}
.alert .alert--icon p,
.alert .alert--content p {
  margin-bottom: 0rem;
}
.alert .alert--icon {
  font-size: 1.125rem;
  line-height: 1.625rem;
  width: 15%;
  text-align: center;
  font-weight: 700;
  color: #fff;
  padding-bottom: 9999em;
  margin-bottom: -9999em;
}
.alert .alert--content {
  width: 85%;
}
.alert .alert--content.is--strong {
  font-weight: 700;
}
.alert .alert--list {
  list-style: none;
}
.alert .list--entry {
  display: block;
}
.container--ajax-cart:not(.off-canvas) .alert {
  margin: 0.625rem;
}
.container--ajax-cart .alert .alert--close {
  right: 0.9375rem;
}
.container--ajax-cart .alert .alert--content {
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
}
@media screen and (min-width: 48em) {
  .alert .alert--icon,
  .alert .icon--element {
    width: 8%;
  }
  .alert .alert--content {
    width: 92%;
  }
}
/*
Counter Badges
==========================================
######Creates a badge to display counts.

The `span` can be modified with 3 different color schemes.

Options: `is--primary`, `is--secondary`, `is--minimal`


```
<p><span class="badge is--primary">1</span> Primary Badge</p>
<p><span class="badge is--secondary">2</span> Secondary Badge</p>
<p><span class="badge is--minimal">3</span> Minimal Badge</p>
```
*/
.badge {
  padding: 0rem 0.3125rem 0rem 0.3125rem;
  margin: 0rem 0.3125rem 0rem 0.3125rem;
  height: 1.25rem;
  min-width: 0.625rem;
  line-height: 1.25rem;
  font-size: 0.75rem;
  border-radius: 50px;
  background-clip: padding-box;
  box-sizing: content-box;
  display: inline-block;
  white-space: nowrap;
  z-index: 500;
  font-weight: 700;
  text-align: center;
  background: #fff;
  color: #f36903;
  border: 1px solid #eaeaea;
}
.badge.is--primary {
  background-color: #ff8a34;
  background-image: linear-gradient(to bottom, #ff8a34 0%, #f36903 100%);
  color: #fff;
  border-color: #fff;
}
.badge.is--secondary {
  background-color: #a87f40;
  background-image: linear-gradient(to bottom, #a87f40 0%, #71552b 100%);
  color: #fff;
  border-color: #fff;
}
.badge.is--minimal {
  border: 0 none;
}
/*
Labels
===================================================================
######Creates a label for displaying a status.

To work properly the `span`-element needs the general `label`-class and a color scheme option:

Options: `success`, `info`, `warning`, `error`.
```
<span class="label success">Success!</span>
<span class="label info">Info!</span>
<span class="label warning">Warning!</span>
<span class="label error">Error!</span>
```
*/
.label {
  padding: 0.1875rem 0.5rem 0.1875rem 0.5rem;
  margin: 0rem 0.3125rem 0rem 0.3125rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
  border-radius: 3px;
  background-clip: padding-box;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  color: #a87f40;
  background: #a87f40;
}
.label.success {
  background: #2ecc71;
}
.label.info {
  background: #4aa3df;
}
.label.warning {
  background: #f1c40f;
}
.label.error {
  background: #d30909;
}
/*
Collapse Box
================================================
A collapse box for panels and text elements.

Displays a folding box that responds if the content does not fit the element.

```

<div class="collapse--header">
  Collapse box title
    <span class="collapse--toggler">
    </span>
</div>
<div class="collapse--content is--collapsed">
    This content will be shown by the is--collapsed class.
</div>

<div class="collapse--header">
  Collapse box title
    <span class="collapse--toggler">
    </span>
</div>
<div class="collapse--content">
    Lorem ipsum dolor
</div>

<div class="collapse--header">
  Collapse box title
    <span class="collapse--toggler">
    </span>
</div>
<div class="collapse--content">
    Lorem ipsum dolor
</div>

```
*/
.collapse--header {
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  margin: 0.625rem 0rem 0rem 0rem;
  font-size: 1rem;
  line-height: 1rem;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #4b4b4b 100%);
  border-radius: 3px;
  background-clip: padding-box;
  box-shadow: 0 1px 1px 0 rgba(236, 238, 241, 0.8);
  display: block;
  position: relative;
  z-index: 1100;
  border: 1px solid #eaeaea;
  cursor: pointer;
}
.collapse--header .collapse--toggler {
  height: 1rem;
  top: 0.625rem;
  right: 1.25rem;
  font-size: 0.375rem;
  line-height: 1rem;
  position: absolute;
  font-weight: 500;
  font-family: 'shopware';
}
.collapse--header .collapse--toggler:before {
  content: "\e612";
}
.collapse--header:hover {
  color: #f36903;
}
.collapse--header.is--active {
  background-color: #a87f40;
  background-image: linear-gradient(to bottom, #a87f40 0%, #71552b 100%);
  box-shadow: 0 1px 3px 0 rgba(95, 114, 133, 0.5);
  color: #fff;
  font-weight: 700;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #c4c4c4;
  z-index: 1300;
}
.collapse--header.is--active .collapse--toggler:before {
  content: "\e610";
}
.collapse--content {
  padding: 0.3125rem 0rem 0rem 0rem;
  top: -0.3125rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
  box-shadow: 0 1px 1px 0 rgba(236, 238, 241, 0.8);
  display: none;
  position: relative;
  z-index: 1000;
  background: #fff;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #eaeaea;
}
.collapse--content.is--collapsed {
  display: block;
  z-index: 1200;
}
.js--collapse-target {
  display: none;
}
.js--collapse-target.is--collapsed {
  display: block;
}
/*
Product Slider
===================================================
######Shopware Product slider element
The Shopware product slider element displays a selection of articles the user chooses inside a slim slider element.

The product slider uses the product box component for displaying and sliding articles.

The slider has `is--vertical` and `is-horizontal` properties to set the layout of the element.

For initializing a product slider the outer `product-slider` wrapper has to have the attribute `data-product-slider="true"`.

```
<div class="product-slider" data-product-slider="true">

    <a class="product-slider--arrow arrow--next is--horizontal"></a>
    <a class="product-slider--arrow arrow--prev is--horizontal"></a>

    <div class="product-slider--container is--horizontal">

        <div class="product-slider--item">
            <!-- Product box will be placed here. -->
        </div>

    </div>

</div>
```
*/
.product-slider {
  display: block;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
}
.product-slider--container {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.product-slider--container:after {
  content: "";
  display: table;
  clear: both;
}
.product-slider--container::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.product-slider--container.is--vertical {
  overflow-y: scroll;
  overflow-x: hidden;
  white-space: normal;
}
.product-slider--container.is--vertical .product-slider--item {
  display: block;
  width: 100%;
}
.product-slider--container.is--horizontal {
  overflow-y: hidden;
  overflow-x: scroll;
  white-space: nowrap;
}
.product-slider--container.is--horizontal .product-slider--item {
  height: 100%;
  display: inline-block;
}
.is--ie .product-slider--container,
.is--firefox .product-slider--container,
.product-slider--container.is--no-scroll {
  overflow-y: hidden;
  overflow-x: hidden;
}
.product-slider--item {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  font-size: 1rem;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  text-align: center;
  width: 100%;
  display: inline-block;
}
.product-slider--arrow {
  width: 1.875rem;
  height: 3.75rem;
  margin: -1.875rem 0rem 0rem 0rem;
  line-height: 3.75rem;
  font-size: 0.75rem;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.5);
  display: block;
  position: absolute;
  top: 50%;
  z-index: 750;
  font-family: 'shopware';
  text-align: center;
  color: #a87f40;
  border: 1px solid #eaeaea;
  cursor: pointer;
}
.product-slider--arrow.arrow--prev {
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  left: 0;
}
.product-slider--arrow.arrow--prev:before,
.product-slider--arrow.arrow--prev::before {
  content: "\e611";
}
.product-slider--arrow.arrow--next {
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
  right: 0;
}
.product-slider--arrow.arrow--next:before {
  content: "\e60f";
}
.product-slider--arrow:hover {
  color: #f36903;
  border-color: #f36903;
  background: rgba(255, 255, 255, 0.8);
}
.product-slider--arrow.is--vertical {
  width: 3.75rem;
  height: 1.875rem;
  margin: 0rem 0rem 0rem -1.875rem;
  line-height: 1.875rem;
  font-size: 0.375rem;
  left: 50%;
  top: auto;
}
.product-slider--arrow.is--vertical.arrow--prev {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
  top: 0;
}
.product-slider--arrow.is--vertical.arrow--prev:before,
.product-slider--arrow.is--vertical.arrow--prev::before {
  content: "\e610";
}
.product-slider--arrow.is--vertical.arrow--next {
  bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
}
.product-slider--arrow.is--vertical.arrow--next:before {
  content: "\e612";
}
@media screen and (min-width: 30em) {
  .product-slider--item {
    width: 50%;
  }
}
@media screen and (min-width: 48em) {
  .product-slider--item {
    width: 33.33%;
  }
}
@media screen and (min-width: 64em) {
  .product-slider--item {
    width: 25%;
  }
}
@media screen and (min-width: 78.75em) {
  .product-slider--container.is--horizontal,
  .product-slider--container.is--vertical {
    overflow: hidden;
  }
}
/*
Modalbox
==============================================
Creates a transitioned fixed modalbox overlay that displays above all other elements.

The `sizing--content` class lets the modal window get its height from the inner content.

The inline styles are generated by the `jquery.modal.js` file.

```
<div class="js--modal sizing--content" style="width: 600px; height: auto; display: block; opacity: 1;">
    <div class="header">
        <div class="title">This is the header</div>
    </div>
    <div class="content">
        This is the content
    </div>

    <div class="btn icon--cross is--small btn--grey modal--close">
    </div>
</div>

<div class="js--overlay" style="opacity: 0.8; display: block; cursor: pointer;"></div>
```
*/
.js--modal {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: 0px 0px 0px 7px rgba(0, 0, 0, 0.25);
  box-sizing: content-box;
  opacity: 0;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: padding-box #ffffff;
  max-height: 100%;
  max-width: 100%;
  z-index: 7000;
  overflow-x: hidden;
  overflow-y: auto;
}
.js--modal .header {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  height: 2.625rem;
  border-bottom: 1px solid #eaeaea;
}
.js--modal .header .title {
  font-size: 1rem;
  font-weight: 700;
}
.js--modal .modal--close {
  height: 1.875rem;
  width: 1.875rem;
  line-height: 1.875rem;
  font-size: 0.625rem;
  right: 0.625rem;
  top: 0.4375rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 0;
  text-align: center;
  position: absolute;
}
.js--modal .content {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.js--modal .content .content--iframe {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  width: 100%;
  height: 100%;
  border: 0 none;
  display: block;
}
.js--modal.sizing--auto.is--fullscreen {
  height: 100% !important;
  width: 100% !important;
}
.js--modal.sizing--fixed {
  max-height: none !important;
  max-width: none !important;
}
.js--modal.sizing--content {
  position: fixed;
  bottom: auto;
  top: auto;
  height: auto;
}
.js--modal.no--header .header {
  display: none;
}
.js--modal.no--border-radius {
  border-radius: 0;
}
@media screen and (min-width: 48em) {
  .js--modal {
    border-radius: 3px;
    background-clip: padding-box;
  }
}
/*
Loading indicator
=============================================
Displays a spinning circle to indicate a loading status.

Can be imported by using the `i` tag with the `icon--loading-indicator` class.

`<i class="icon--loading-indicator"></i>`

The functionality is provided by the `jquery.loading-indicator.js` file.
*/
.js--is-loading {
  position: relative;
}
.js--loading-indicator {
  position: absolute;
  display: none;
  z-index: 6000;
  top: 50%;
  left: 50%;
}
body > .js--loading-indicator {
  position: fixed;
}
.js--loading-indicator.indicator--relative {
  width: 1.875rem;
  height: 1.875rem;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  background: none;
  position: relative;
  display: block;
  left: 50%;
  top: auto;
  border: 0 none;
}
.js--loading-indicator.indicator--absolute {
  width: 1.875rem;
  height: 1.875rem;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  background: none;
  position: relative;
  display: block;
  left: 50%;
  top: auto;
  border: 0 none;
  position: absolute;
  padding: 0;
  top: 50%;
}
.js--loading-indicator.indicator--absolute.js--loading-indicator {
  margin: -0.9375rem 0rem 0rem -0.9375rem;
}
.has--cssanimations .js--loading-indicator {
  margin: -0.8125rem 0rem 0rem -0.8125rem;
}
.has--cssanimations .js--loading-indicator div[class^="icon--"] {
  width: 1.625rem;
  height: 1.625rem;
  display: block;
}
.has--cssanimations .js--loading-indicator .icon--default:before,
.has--cssanimations .js--loading-indicator .icon--default::before {
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 100%;
  background-clip: padding-box;
  -webkit-animation: keyframe--spin 1s linear infinite;
  animation: keyframe--spin 1s linear infinite;
  display: block;
  content: "";
  border: 2px solid #eaeaea;
  border-top: 2px solid #aaaaaa;
}
.has--no-cssanimations .js--loading-indicator {
  margin: -0.8125rem 0rem 0rem -0.8125rem;
}
.has--no-cssanimations .js--loading-indicator div[class^="icon--"] {
  width: 1rem;
  height: 1rem;
  display: block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.has--no-cssanimations .js--loading-indicator .icon--default {
  height: 1rem;
  width: 1rem;
  background-image: url('../../themes/Frontend/Responsive/frontend/_public/src/img/icons/loading-indicator.gif?6913004cfc1579f677dc642c23f8a71c');
}
/*
Overlay
================================================
Creates a fixed full-screen overlay.

The `js--overlay` element is used when a modal window is shown.

The `js--overlay` element is empty while the html of the modal box will be created just before the closing body-tag.

The opacity of the full-screen overlay can be modified with javascript.

The functionality is provided by the `jquery.overlay.js` file.

```
<div class="js--overlay" style="opacity: 0.8; display: block; cursor: pointer;"></div>
```

default color:`#000000` default opacity (alpha):`0.7`
*/
.js--overlay-relative {
  position: relative;
}
.js--overlay {
  -webkit-transition: opacity 0.45s cubic-bezier(.3,0,.15,1), visibility 0.45s linear;
  transition: opacity 0.45s cubic-bezier(.3,0,.15,1), visibility 0.45s linear;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 0.01;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5000;
  visibility: hidden;
}
.js--overlay.theme--dark {
  background: rgba(0, 0, 0, 0.7);
}
.js--overlay.theme--light {
  background: rgba(255, 255, 255, 0.7);
}
.js--overlay.is--open {
  -webkit-transition-delay: 0;
  transition-delay: 0;
  opacity: 1;
  visibility: visible;
}
.js--overlay.is--closable {
  cursor: pointer;
}
body > .js--overlay {
  position: fixed;
}
/*
Language Flags
==================================================
Displays a country flag the size of 14px x 11px used for language selections purposes.

inspired by: https://github.com/dhanishgajjar/css-flags

en_GB: we need to use svg for en_GB, cause it's smaller than the CSS-Version
*/
.language--flag {
  height: 0.6875rem;
  width: 0.875rem;
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.language--flag.de_DE {
  background-position: 0 0;
  background-image: linear-gradient(to bottom, #000000 33%, #dd0000 33%, #dd0000 66%, #ffce00 66%);
}
.language--flag.en_GB {
  background-position: 0 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' width='640' height='480'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M-85 0h682v512H-85z'%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg clip-path='url%28%23a%29' transform='translate%2880%29 scale%28.94%29'%3E%3Cpath fill='%23006' d='M-256 0H768v512H-256z'%2F%3E%3Cpath fill='%23fff' d='M-256 0v57l910 455h114v-57L-141 0h-115zM768 0v57l-909 455h-115v-57L654 0h114z'%2F%3E%3Cpath fill='%23fff' d='M171 0v512h170V0H171zm-427 171v170H768V171H-256z'%2F%3E%3Cpath fill='%23c00' d='M-256 205v102H768V205H-256zM205 0v512h102V0H205zm-461 512L85 341h77l-342 171h-76zm0-512L85 171H9L-256 38V0zm606 171L692 0h76L427 171h-77zm418 341L427 341h76l265 133v38z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.language--flag.nl_NL {
  background-position: 0 0;
  background-image: linear-gradient(to bottom, #dd0000 33%, #ffffff 33%, #ffffff 66%, #21468b 66%);
}
.language--flag.fr_FR {
  background-position: 0 0;
  background-image: linear-gradient(to right, #21468b 33%, #ffffff 33%, #ffffff 66%, #dd0000 66%);
}
.language--flag.es_ES {
  background-position: 0 0;
  background-image: linear-gradient(#dd0000 25%, #ffce00 25%, #ffce00 75%, #dd0000 75%);
}
.language--flag.it_IT {
  background-position: 0 0;
  background-image: linear-gradient(to right, #009246 33%, #ffffff 33%, #ffffff 66%, #dd0000 66%);
}
/*
Tagcloud
=============================================
The tagcloud element shows recent keywords inside a box, ordered in importance by font-size.
```
<div class="panel has--border tagcloud--content">
    <div class="panel--body is--wide tagcloud">
        <a href="#" title="tagcloud-item" class="tag0">Tagcloud-Item</a>
        <a href="#" title="tagcloud-item" class="tag1">Tagcloud-Item</a>
        <a href="#" title="tagcloud-item" class="tag2">Tagcloud-Item</a>
        <a href="#" title="tagcloud-item" class="tag3">Tagcloud-Item</a>
    </div>
</div>
```
*/
.tagcloud a {
  color: #a87f40;
  margin: 0rem 0.625rem 0rem 0rem;
}
.tagcloud a:hover {
  color: #f36903;
}
.tagcloud .tag0 {
  font-size: 1.3125rem;
  line-height: 1.3125rem;
}
.tagcloud .tag1 {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 700;
}
.tagcloud .tag2 {
  font-size: 0.875rem;
  line-height: 0.875rem;
}
.tagcloud .tag3 {
  font-size: 0.75rem;
  line-height: 0.75rem;
  font-weight: 700;
}
/*
Last-seen products element
=======================================================
The Last-seen products element fetches the recently viewed articles of the user and displays them inside a slider-element.

The slider contains a title element and a product box with the article-image and price.
*/
.last-seen-products {
  margin: 0.625rem 0rem 0rem 0rem;
  clear: both;
}
.last-seen-products:after {
  content: "";
  display: table;
  clear: both;
}
.last-seen-products .last-seen-products--title {
  padding: 0.625rem 0rem 0.625rem 0rem;
  border-bottom: 1px solid #eaeaea;
  font-size: 1rem;
  display: block;
  font-weight: 700;
  color: #71552b;
}
.last-seen-products--slider {
  border-radius: 3px;
  background-clip: padding-box;
  height: auto;
}
.last-seen-products--slider .product--box .product--title {
  text-align: center;
  margin: 0;
  padding: 0;
}
.last-seen-products--slider,
.last-seen-products--container {
  position: relative;
  overflow: hidden;
}
.last-seen-products--container {
  padding: 0.625rem 0rem 0.625rem 0rem;
}
.last-seen-products-item--image {
  line-height: 7.5rem;
  display: block;
}
.last-seen-products--item {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
}
@media screen and (min-width: 48em) {
  .last-seen-products {
    margin: 1.875rem 0rem 0rem 0rem;
  }
}
/*
Lightbox
=========================================
Defines the properties for the lightbox container and image elements.

The lightbox creates a fullscreen overlay to preview product images.

Both components are required in order to make the element work properly.
*/
.lightbox--container {
  display: block;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  position: relative;
}
.lightbox--image {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  vertical-align: middle;
}
/*
Lists
===============================
Example of the default styling for an unordered list.

The `ul` element has to have the `list--unordered` class assigned in order to work properly.

In addition there are 8 list style types Shopware 5 provides that you can choose from.

**Example:**<br/>
`<ul class="list--unordered is--checked">`

```
<ul class="list--unordered">
    <li>Default list</li>
</ul>

<ul class="list--unordered is--checked">
    <li>is--checked</li>
</ul>

<ul class="list--unordered is--disc">
    <li>is--disc</li>
</ul>

<ul class="list--unordered is--arrow-right">
    <li>is--arrow-right</li>
</ul>

<ul class="list--unordered is--star">
    <li>is--star</li>
</ul>

<ul class="list--unordered is--cross">
    <li>is--cross</li>
</ul>

<ul class="list--unordered is--tag">
    <li>is--tag</li>
</ul>

<ul class="list--unordered is--plus">
    <li>is--plus</li>
</ul>
```
*/
.list--unordered {
  padding-left: 1.25rem;
  list-style-type: none;
}
.list--unordered li {
  position: relative;
  line-height: 1.5rem;
}
.list--unordered li:before {
  width: 1.25rem;
  font-size: 0.625rem;
  left: -1.25rem;
  font-family: 'shopware';
  content: "\e6b9";
  position: absolute;
  top: 0;
}
.list--unordered.is--disc li {
  position: relative;
}
.list--unordered.is--disc li:before {
  width: 1.25rem;
  font-size: 0.625rem;
  left: -1.25rem;
  font-family: 'shopware';
  content: "\e656";
  position: absolute;
  top: 0;
}
.list--unordered.is--checked li {
  position: relative;
}
.list--unordered.is--checked li:before {
  width: 1.25rem;
  font-size: 0.625rem;
  left: -1.25rem;
  font-family: 'shopware';
  content: "\e60c";
  position: absolute;
  top: 0;
}
.list--unordered.is--arrow-right li {
  position: relative;
}
.list--unordered.is--arrow-right li:before {
  width: 1.25rem;
  font-size: 0.625rem;
  left: -1.25rem;
  font-family: 'shopware';
  content: "\e60f";
  position: absolute;
  top: 0;
}
.list--unordered.is--star li {
  position: relative;
}
.list--unordered.is--star li:before {
  width: 1.25rem;
  font-size: 0.625rem;
  left: -1.25rem;
  font-family: 'shopware';
  content: "\e600";
  position: absolute;
  top: 0;
}
.list--unordered.is--cross li {
  position: relative;
}
.list--unordered.is--cross li:before {
  width: 1.25rem;
  font-size: 0.625rem;
  left: -1.25rem;
  font-family: 'shopware';
  content: "\e60d";
  position: absolute;
  top: 0;
}
.list--unordered.is--tag li {
  position: relative;
}
.list--unordered.is--tag li:before {
  width: 1.25rem;
  font-size: 0.625rem;
  left: -1.25rem;
  font-family: 'shopware';
  content: "\e640";
  position: absolute;
  top: 0;
}
.list--unordered.is--plus li {
  position: relative;
}
.list--unordered.is--plus li:before {
  width: 1.25rem;
  font-size: 0.625rem;
  left: -1.25rem;
  font-family: 'shopware';
  content: "\e689";
  position: absolute;
  top: 0;
}
.list--unstyled {
  list-style: none;
}
.list--inline {
  list-style: none;
}
.list--inline li {
  display: inline;
}
/*
Image slider element
============================================
Defines the styles for the image slider element that is a part of the basic Shopware 5 shopping world elements.

The element can be added by using the Shopware 5 backend shopping world editor.

The element contains thumbnail image previews, navigation dots and navigation arrows to change the current active image.

It contains the viewport specific styles inside media queries.
*/
.image-slider {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  z-index: 1000;
  position: relative;
}
.image-slider:after {
  content: "";
  display: table;
  clear: both;
}
.force--3d {
  backface-visibility: hidden;
}
.image-slider--container {
  height: 12.5rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}
.image-slider--container .arrow {
  width: 1.875rem;
  height: 4.375rem;
  margin-top: -2.1875rem;
  line-height: 4.25rem;
  font-size: 1rem;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  z-index: 1000;
  font-family: 'shopware';
  text-align: center;
  color: #a87f40;
  cursor: pointer;
  display: none;
}
.image-slider--container .arrow.is--left {
  left: 0rem;
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
}
.image-slider--container .arrow.is--left:before,
.image-slider--container .arrow.is--left::before {
  content: "\e611";
}
.image-slider--container .arrow.is--right {
  right: 0rem;
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
}
.image-slider--container .arrow.is--right:before {
  content: "\e60f";
}
.image-slider--container .arrow:hover {
  color: #f36903;
  border-color: rgba(243, 105, 3, 0.5);
}
.image-slider--container.is--dragging .image-slider--item {
  cursor: move;
}
.image-slider--slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  white-space: nowrap;
  font-size: 0;
  -ms-touch-action: pan-y;
}
.image-slider--slide:after {
  content: "";
  display: table;
  clear: both;
}
.image-slider--item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: inline-block;
  height: 100%;
  width: 100%;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.image-slider--item .image--element {
  display: inline-block;
  max-width: 100%;
  height: 100%;
}
.image-slider--item .image--media {
  margin: 0 auto;
  text-align: center;
}
.image-slider--item .image--media.image--svg img {
  height: 100%;
}
.image-slider--dots {
  padding: 0.625rem 0rem 0.625rem 0rem;
  text-align: center;
}
.image-slider--thumbnails {
  height: 4.375rem;
  top: 27.5rem;
  display: none;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: 0;
}
.image-slider--thumbnails .image-slider--thumbnails-slide {
  position: absolute;
  top: 0;
  left: 0;
}
.image-slider--thumbnails .thumbnail--link {
  width: 4.375rem;
  height: 4.375rem;
  padding: 0.3125rem 0.3125rem 0.3125rem 0.3125rem;
  margin: 0rem 0.625rem 0rem 0rem;
  line-height: 3.5625rem;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: inline-block;
  text-align: center;
  border: 1px solid #eaeaea;
}
.image-slider--thumbnails .thumbnail--link.is--active {
  border-color: #f36903;
}
.image-slider--thumbnails .thumbnail--image {
  display: inline;
  vertical-align: middle;
}
.image-slider--thumbnails .thumbnails--arrow {
  width: 1.25rem;
  height: 4.375rem;
  line-height: 4.375rem;
  font-size: 0.875rem;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #4b4b4b 100%);
  display: none;
  position: absolute;
  z-index: 1000;
  font-family: 'shopware';
  text-align: center;
  color: #a87f40;
  border: 1px solid rgba(255, 255, 255, 0.85);
  cursor: pointer;
  background: rgba(255, 255, 255, 0.85);
}
.image-slider--thumbnails .thumbnails--arrow:hover {
  color: #f36903;
  border-color: rgba(243, 105, 3, 0.85);
}
.image-slider--thumbnails .thumbnails--arrow.is--top,
.image-slider--thumbnails .thumbnails--arrow.is--bottom {
  font-size: 0.5rem;
  width: 4.375rem;
  height: 1.5rem;
  padding: 0.125rem 0rem 0rem 0rem;
  line-height: 1.125rem;
  left: 0;
}
.image-slider--thumbnails .thumbnails--arrow.is--top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
  top: 0;
}
.image-slider--thumbnails .thumbnails--arrow.is--top::before {
  content: "\e610";
}
.image-slider--thumbnails .thumbnails--arrow.is--bottom {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  bottom: 0;
}
.image-slider--thumbnails .thumbnails--arrow.is--bottom::before {
  content: "\e612";
}
.image-slider--thumbnails .thumbnails--arrow.is--left {
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  width: 1.5rem;
  top: 0;
  left: 0;
}
.image-slider--thumbnails .thumbnails--arrow.is--left::before {
  content: "\e611";
}
.image-slider--thumbnails .thumbnails--arrow.is--right {
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
  width: 1.5rem;
  top: 0;
  right: 0;
}
.image-slider--thumbnails .thumbnails--arrow.is--right::before {
  content: "\e60f";
}
.image-slider--thumbnails .thumbnails--arrow.is--active {
  display: block;
}
@media screen and (min-width: 48em) {
  .image-slider--container {
    height: 25rem;
  }
  .image-slider--container .arrow {
    display: block;
  }
}
@media screen and (min-width: 64em) {
  .image-slider--thumbnails {
    display: block;
  }
  .image-slider--container {
    height: 25rem;
    margin-bottom: 6.875rem;
  }
  .image-slider--container.no--thumbnails {
    margin-bottom: 0;
  }
  .image-slider--container.no--image .image-slider--item {
    cursor: default;
  }
  .image-slider--dots {
    top: 25.3125rem;
    position: absolute;
    width: 100%;
  }
}
@media screen and (min-width: 78.75em) {
  .image-slider--container {
    height: 26.875rem;
    margin-bottom: 0;
  }
  .image-slider--thumbnails {
    width: 4.375rem;
    height: 26.875rem;
    margin: 0rem 1.25rem 0rem 0rem;
    position: relative;
    top: 0;
    left: 0;
    float: left;
  }
  .image-slider--thumbnails .thumbnail--link {
    margin: 0rem 0rem 1.25rem 0rem;
    display: block;
  }
  .image-slider--dots {
    padding: 0.625rem 0rem 0.625rem 5.625rem;
    position: relative;
    top: auto;
    display: block;
  }
}
/*
Image-zoom
====================================================
Defines the styles for the Shopware 5 image-zoom element.

It displays a magnifying glass when hovering the article images on the product detail page.

The functionality is provided by the `jquery.image-zoom.js` file.
*/
.js--img-zoom--container {
  position: relative;
  top: 0;
  left: 0;
}
.js--img-zoom--lens {
  border-radius: 3px;
  background-clip: padding-box;
  display: none;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #eaeaea;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.js--img-zoom--flyout {
  width: 28.75rem;
  height: 21.25rem;
  right: -30.625rem;
  border-radius: 3px;
  background-clip: padding-box;
  display: none;
  position: absolute;
  top: 0;
  z-index: 2500;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid #eaeaea;
}
.js--img-zoom--title {
  padding: 0.3125rem 1.25rem 0.3125rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1rem;
  background-color: #a87f40;
  background-image: linear-gradient(to bottom, #a87f40 0%, #71552b 100%);
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}
/*
Menu scroller
==================================
Some styling rules can also be found in the hacks.less!
*/
.js--menu-scroller {
  position: relative;
}
.navigation--list-wrapper {
  position: relative;
  overflow: hidden;
}
.js--menu-scroller--list {
  max-width: none;
  overflow-x: scroll;
  position: relative;
  white-space: nowrap;
  left: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}
.js--menu-scroller--list::-webkit-scrollbar {
  display: none;
}
.js--menu-scroller--arrow {
  width: 1.375rem;
  height: 2.3125rem;
  line-height: 2.25rem;
  font-size: 0.75rem;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #4b4b4b 100%);
  top: 0.0625rem;
  border: 1px solid #eaeaea;
  position: absolute;
  font-family: 'shopware';
  text-align: center;
  color: #a87f40;
  cursor: pointer;
  z-index: 750;
  display: none;
}
.js--menu-scroller--arrow:hover,
.js--menu-scroller--arrow:active {
  color: #f36903;
  border-color: #f36903;
  background: #ffffff;
}
.js--menu-scroller--arrow.left--arrow {
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  border-left: 0 none;
  left: 0;
}
.js--menu-scroller--arrow.right--arrow {
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
  border-right: 0 none;
  right: 0;
}
@media screen and (min-width: 78.75em) {
  .js--menu-scroller--arrow.left--arrow {
    border-radius: 3px;
    background-clip: padding-box;
    border: 1px solid #eaeaea;
    left: 0;
  }
  .js--menu-scroller--arrow.left--arrow:hover {
    border-color: #f36903;
  }
  .js--menu-scroller--arrow.right--arrow {
    border-radius: 3px;
    background-clip: padding-box;
    border: 1px solid #eaeaea;
    right: 0;
  }
  .js--menu-scroller--arrow.right--arrow:hover {
    border-color: #f36903;
  }
}
/*
Filter Panel
===========================================
Defines the styling of the filter panel element.

The styling includes the collapsed and expanded styling and the panel component properties.
```
<div class="filter-panel">
    <div class="filter-panel--flyout">

        <label class="filter-panel--title">
        Preis
        </label>

        <span class="filter-panel--icon"></span>

        <div class="filter-panel--content">
        test test
        </div>

    </div>
</div>
```
*/
.filter-panel {
  height: 2.375rem;
  margin-bottom: 0.625rem;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #4b4b4b 100%);
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: block;
  position: relative;
  border: 1px solid #eaeaea;
}
.filter-panel:hover {
  border: 1px solid #f36903;
  background: #FFF;
}
.filter-panel:hover .filter-panel--icon,
.filter-panel:hover .filter-panel--title {
  color: #f36903;
}
.filter-panel.is--disabled {
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #4b4b4b 100%);
  opacity: 0.5;
  border: 1px solid #eaeaea;
  color: #a87f40;
}
.filter-panel.is--disabled:hover {
  border: 1px solid #eaeaea;
  color: #a87f40;
}
.filter-panel.is--disabled:hover .filter-panel--icon,
.filter-panel.is--disabled:hover .filter-panel--title {
  color: #a87f40;
}
.filter-panel.is--disabled .filter-panel--title {
  color: #a87f40;
}
.filter-panel.is--collapsed {
  height: auto;
  border: 0 none;
}
.filter-panel.is--collapsed .filter-panel--flyout {
  height: auto;
  border: 1px solid #f36903;
  background: #FFF;
  overflow: visible;
  z-index: 800;
}
.filter-panel.is--collapsed .filter-panel--title {
  color: #f36903;
}
.filter-panel.is--collapsed .filter-panel--icon:before {
  color: #f36903;
  content: "\e610";
}
.filter-panel .flatpickr-wrapper {
  position: relative;
  display: block;
}
.filter-panel .flatpickr-wrapper .flatpickr-calendar.static {
  top: 2.8125rem;
  display: block;
  width: 100%;
}
.filter-panel .flatpickr-wrapper .flatpickr-calendar.static .flatpickr-rContainer {
  display: block;
}
.filter-panel .flatpickr-wrapper .flatpickr-calendar.static .flatpickr-innerContainer {
  display: block;
  width: 100%;
}
.filter-panel .flatpickr-wrapper .flatpickr-calendar.static .flatpickr-innerContainer .flatpickr-days {
  width: 100%;
}
.filter-panel--flyout {
  height: 2.375rem;
  border-radius: 3px;
  background-clip: padding-box;
  display: block;
  width: 100%;
  overflow: hidden;
  z-index: 500;
}
.filter-panel--title {
  height: 2.25rem;
  line-height: 2.25rem;
  padding: 0rem 1.875rem 0rem 0.625rem;
  margin: 0rem 0rem 0.3125rem 0rem;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.filter-panel--icon {
  width: 1rem;
  height: 1rem;
  top: 0.5rem;
  right: 0.625rem;
  font-size: 0.375rem;
  line-height: 1rem;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: inline-block;
  position: absolute;
  font-family: 'shopware';
  text-align: center;
  cursor: pointer;
  pointer-events: none;
}
.filter-panel--icon:before {
  content: "\e612";
}
.filter-panel--content {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  display: block;
}
.filter-panel--option-list {
  padding-bottom: 0.3125rem;
  list-style: none;
}
.filter-panel--option-list.sub-level {
  margin: 0rem 0rem 0rem 0.5rem;
  padding: 0rem 0rem 0rem 1.125rem;
  border-left: 1px solid #eaeaea;
}
.filter-panel--option {
  display: block;
  position: relative;
}
.value-tree--option {
  margin: 0rem 0rem 0.625rem 0rem;
}
.sub-level .value-tree--option {
  margin: 0;
}
.filter-panel--label {
  padding: 0.25rem 0rem 0.25rem 1.875rem;
  line-height: 1.125rem;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: block;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.filter-panel--range-info {
  padding: 0.625rem 0rem 0.3125rem 0rem;
  text-align: center;
}
.filter-panel--range-info .range-info--label {
  color: #71552b;
  font-weight: 700;
}
.filter--date .input-type--date .filter-panel--input {
  display: block;
  width: 100%;
}
.filter-panel--checkbox,
.filter-panel--radio {
  width: 1rem;
  height: 1rem;
  padding: 0.0625rem 0.0625rem 0.0625rem 0.0625rem;
  border-radius: 3px;
  background-clip: padding-box;
  display: inline-block;
  border: 1px solid #eaeaea;
  cursor: pointer;
  position: relative;
  vertical-align: top;
}
.filter-panel--checkbox:hover,
.filter-panel--radio:hover {
  border-color: #f36903;
}
.filter-panel--checkbox input[type="checkbox"],
.filter-panel--radio input[type="checkbox"] {
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0 none;
  background: none;
  cursor: pointer;
  z-index: 65;
}
.filter-panel--checkbox input[type="checkbox"]:checked ~ .input--state,
.filter-panel--radio input[type="checkbox"]:checked ~ .input--state,
.filter-panel--checkbox input[type="checkbox"]:checked ~ .checkbox--state,
.filter-panel--radio input[type="checkbox"]:checked ~ .checkbox--state {
  background-color: #ff8a34;
  background-image: linear-gradient(to bottom, #ff8a34 0%, #f36903 100%);
}
.filter-panel--checkbox input[type="checkbox"]:checked ~ .input--state:before,
.filter-panel--radio input[type="checkbox"]:checked ~ .input--state:before,
.filter-panel--checkbox input[type="checkbox"]:checked ~ .checkbox--state:before,
.filter-panel--radio input[type="checkbox"]:checked ~ .checkbox--state:before {
  width: 0.75rem;
  height: 0.75rem;
  line-height: 0.75rem;
  font-size: 0.4375rem;
  display: block;
  font-family: 'shopware';
  font-weight: 500;
  text-align: center;
  color: #fff;
  content: "\e60c";
}
.filter-panel--checkbox input[type="checkbox"]:checked ~ .filter-panel--label,
.filter-panel--radio input[type="checkbox"]:checked ~ .filter-panel--label {
  color: #f36903;
  font-weight: 700;
}
.filter-panel--checkbox input[type="checkbox"]:disabled ~ .input--state,
.filter-panel--radio input[type="checkbox"]:disabled ~ .input--state,
.filter-panel--checkbox input[type="checkbox"]:disabled ~ .checkbox--state,
.filter-panel--radio input[type="checkbox"]:disabled ~ .checkbox--state {
  background: #f5efeb;
}
.filter-panel--checkbox input[type="checkbox"]:disabled ~ .filter-panel--label,
.filter-panel--radio input[type="checkbox"]:disabled ~ .filter-panel--label {
  color: #c7a46d;
}
.filter-panel--checkbox .input--state,
.filter-panel--radio .input--state,
.filter-panel--checkbox .checkbox--state,
.filter-panel--radio .checkbox--state,
.filter-panel--checkbox .radio--state,
.filter-panel--radio .radio--state {
  border-radius: 3px;
  background-clip: padding-box;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 60;
}
.filter-panel--checkbox.filter-panel--radio,
.filter-panel--radio.filter-panel--radio {
  border-radius: 11px;
  background-clip: padding-box;
}
.filter-panel--checkbox input[type="radio"],
.filter-panel--radio input[type="radio"] {
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0 none;
  background: none;
  cursor: pointer;
  z-index: 65;
}
.filter-panel--checkbox input[type="radio"]:checked ~ .input--state,
.filter-panel--radio input[type="radio"]:checked ~ .input--state,
.filter-panel--checkbox input[type="radio"]:checked ~ .radio--state,
.filter-panel--radio input[type="radio"]:checked ~ .radio--state {
  background-color: #ff8a34;
  background-image: linear-gradient(to bottom, #ff8a34 0%, #f36903 100%);
}
.filter-panel--checkbox input[type="radio"]:checked ~ .filter-panel--label,
.filter-panel--radio input[type="radio"]:checked ~ .filter-panel--label {
  color: #f36903;
  font-weight: 700;
}
.filter-panel--checkbox input[type="radio"]:disabled .input--state,
.filter-panel--radio input[type="radio"]:disabled .input--state,
.filter-panel--checkbox input[type="radio"]:disabled .radio--state,
.filter-panel--radio input[type="radio"]:disabled .radio--state {
  background: #f5efeb;
}
.filter-panel--checkbox input[type="radio"]:disabled .filter-panel--label,
.filter-panel--radio input[type="radio"]:disabled .filter-panel--label {
  color: #a87f40;
}
.filter-panel--checkbox input[type="radio"] + .input--state,
.filter-panel--radio input[type="radio"] + .input--state,
.filter-panel--checkbox input[type="radio"] + .radio--state,
.filter-panel--radio input[type="radio"] + .radio--state {
  border-radius: 11px;
  background-clip: padding-box;
}
.input-type--media:after {
  content: "";
  display: table;
  clear: both;
}
.input-type--media .option--container {
  height: 2.8125rem;
  max-width: 2.8125rem;
  width: 18%;
  margin: 0 0 2% 2%;
  display: block;
  position: relative;
  float: left;
}
.input-type--media .option--container .filter-panel--label {
  padding: 0;
}
.input-type--media .option--container input.is--disabled ~ label {
  opacity: 0.2;
}
.input-type--media .option--container input[type="checkbox"],
.input-type--media .option--container input[type="radio"] {
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0 none;
  background: none;
  cursor: pointer;
  z-index: 65;
}
.input-type--media .option--container input[type="checkbox"]:hover ~ .filter-panel--label,
.input-type--media .option--container input[type="radio"]:hover ~ .filter-panel--label {
  border-color: #f36903;
}
.input-type--media .option--container input[type="checkbox"]:checked ~ .filter-panel--label,
.input-type--media .option--container input[type="radio"]:checked ~ .filter-panel--label {
  border-color: #f36903;
}
.input-type--media .option--container input[type="checkbox"]:checked ~ .filter-panel--label:after,
.input-type--media .option--container input[type="radio"]:checked ~ .filter-panel--label:after {
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.4375rem;
  top: -0.25rem;
  right: -0.25rem;
  background-color: #ff8a34;
  background-image: linear-gradient(to bottom, #ff8a34 0%, #f36903 100%);
  border-radius: 8px;
  background-clip: padding-box;
  display: block;
  position: absolute;
  font-family: 'shopware';
  font-weight: 500;
  text-align: center;
  color: #fff;
  content: "\e60c";
}
.input-type--media .option--container input[type="checkbox"]:disabled .filter-panel--label,
.input-type--media .option--container input[type="radio"]:disabled .filter-panel--label {
  opacity: 0.2;
}
.filter--multi-selection .option--container:hover .filter-panel--label,
.filter--value .option--container:hover .filter-panel--label,
.filter--value-tree .option--container:hover .filter-panel--label {
  color: #f36903;
}
.filter--multi-selection .option--container:hover .filter-panel--input,
.filter--value .option--container:hover .filter-panel--input,
.filter--value-tree .option--container:hover .filter-panel--input {
  border-color: #f36903;
}
.filter--multi-selection .option--container:hover .filter-panel--input.is--disabled,
.filter--value .option--container:hover .filter-panel--input.is--disabled,
.filter--value-tree .option--container:hover .filter-panel--input.is--disabled {
  border-color: #eaeaea;
}
.filter--multi-selection .filter-panel--checkbox,
.filter--value .filter-panel--checkbox,
.filter--value-tree .filter-panel--checkbox,
.filter--multi-selection .filter-panel--radio,
.filter--value .filter-panel--radio,
.filter--value-tree .filter-panel--radio {
  top: 0.3125rem;
  left: 0rem;
  position: absolute;
}
.filter--multi-selection .filter-panel--checkbox.is--disabled ~ .filter-panel--label,
.filter--value .filter-panel--checkbox.is--disabled ~ .filter-panel--label,
.filter--value-tree .filter-panel--checkbox.is--disabled ~ .filter-panel--label,
.filter--multi-selection .filter-panel--radio.is--disabled ~ .filter-panel--label,
.filter--value .filter-panel--radio.is--disabled ~ .filter-panel--label,
.filter--value-tree .filter-panel--radio.is--disabled ~ .filter-panel--label {
  color: #2e2e2e;
}
.filter--multi-selection .filter-panel--checkbox.is--disabled:hover,
.filter--value .filter-panel--checkbox.is--disabled:hover,
.filter--value-tree .filter-panel--checkbox.is--disabled:hover,
.filter--multi-selection .filter-panel--radio.is--disabled:hover,
.filter--value .filter-panel--radio.is--disabled:hover,
.filter--value-tree .filter-panel--radio.is--disabled:hover {
  border-color: #eaeaea;
}
.filter-panel--star-rating {
  height: 5.625rem;
  margin-bottom: 0.625rem;
  position: relative;
}
.filter-panel--star-rating:after {
  content: "";
  display: table;
  clear: both;
}
.filter-panel--star-rating .rating-star--outer-container {
  width: 13.75rem;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
.filter-panel--star-rating .rating-star--outer-container:after {
  content: "";
  display: table;
  clear: both;
}
.filter-panel--star-rating .rating-star--outer-container .icon--star,
.filter-panel--star-rating .rating-star--outer-container .icon--star-empty {
  font-size: 1.125rem;
}
.filter-panel--star-rating .rating-star--outer-container .icon--star {
  color: #f1c40f;
}
.filter-panel--star-rating .rating-star--outer-container .icon--star-empty {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #2e2e2e;
}
.filter-panel--star-rating .rating-star--outer-container .rating-star--suffix {
  margin-left: 0.3125rem;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.filter-panel--star-rating .rating-star--outer-container.is--active .icon--star-empty {
  color: #a87f40;
}
.filter-panel--star-rating .rating-star--outer-container.is--active .rating-star--suffix {
  font-weight: 700;
}
.filter-panel--star-rating .rating-star--outer-container.is--disabled {
  opacity: 0.3;
}
.filter-panel--star-rating .rating-star--outer-container:hover .icon--star-empty {
  color: #a87f40;
}
.filter-panel--star-rating .rating-star--outer-container:hover .rating-star--suffix {
  color: #f36903;
}
.filter-panel--star-rating .rating-star--outer-container:hover .is--disabled ~ .icon--star-empty {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #2e2e2e;
}
.filter-panel--star-rating .rating-star--outer-container:hover .is--disabled ~ .rating-star--suffix {
  color: #a87f40;
}
.filter--set-title {
  margin: 1.875rem 0rem 0.625rem 0rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-left: 1%;
  margin-right: 1%;
  border-bottom: 1px solid #eaeaea;
  clear: both;
}
.filter--value {
  background: #fff;
}
.filter--value .filter-panel--input {
  top: 0.625rem;
  left: 0.625rem;
}
.filter--value .filter-panel--title {
  padding: 0rem 1.875rem 0rem 2.5rem;
}
.filter--value.is--disabled .filter-panel--input:hover {
  border-color: #eaeaea;
}
.filter--range .filter-panel--content {
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
}
.filter--active-container {
  padding: 1.25rem 0rem 0rem 0rem;
}
.filter--active,
.search--cat-filter .cat-filter--reset {
  padding: 0rem 0.625rem 0rem 0.625rem;
  margin: 0rem 0.625rem 0.625rem 0rem;
  line-height: 1.5rem;
  font-size: 0.8125rem;
  border-radius: 3px;
  background-clip: padding-box;
  display: inline-block;
  border: 1px solid #eaeaea;
  color: #a87f40;
  background: #FFF;
  cursor: pointer;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.filter--active .filter--active-icon {
  margin: 0rem 0.625rem 0rem 0rem;
  font-size: 0.5rem;
  top: -0.0625rem;
  position: relative;
  font-family: 'shopware';
  color: #a87f40;
}
.filter--active .filter--active-icon:before {
  content: "\e60d";
}
.filter--active .icon--star {
  color: #f1c40f;
}
.filter--active .icon--star-empty {
  color: #a87f40;
}
.filter--active:hover,
.filter--active[data-filter-param="reset"] {
  color: #f36903;
  border-color: #f36903;
}
.filter--active:hover .filter--active-icon,
.filter--active[data-filter-param="reset"] .filter--active-icon {
  color: #f36903;
}
.action--filter-options.off-canvas.is--open .filter--active {
  max-width: 100%;
}
.filter--actions {
  padding: 0.625rem 0rem 0.625rem 0rem;
  margin-bottom: 0.625rem;
  clear: both;
}
.filter--btn-apply {
  position: relative;
  font-weight: 700;
  width: 100%;
}
.filter--btn-apply.is--icon-right [class^="icon--"] {
  font-size: 0.875rem;
  line-height: 1rem;
  margin: -0.5rem 0rem 0rem 0rem;
}
.filter--btn-apply.is--loading [class^="icon--"] {
  -webkit-animation: keyframe--spin-reverse 1s linear infinite;
  animation: keyframe--spin-reverse 1s linear infinite;
}
.filter--btn-apply .filter--count {
  font-weight: 700;
}
.filter--facet-container {
  padding: 0.625rem 0rem 0rem 0rem;
}
.filter--facet-container:after {
  content: "";
  display: table;
  clear: both;
}
.action--filter-options.is--active-filter .filter--active-container {
  padding: 0.9375rem 0rem 0.3125rem 0rem;
  display: block;
}
.filter--active-container {
  display: none;
}
.listing--wrapper {
  width: 100%;
}
.listing--wrapper.has--sidebar-filter .listing--paging {
  clear: both;
}
.listing--wrapper.has--sidebar-filter .action--filter-btn {
  display: block;
}
.listing--wrapper.has--sidebar-filter .action--sort {
  line-height: 2rem;
  margin: 0rem 0.625rem 0.625rem 0rem;
  width: 100%;
}
.listing--wrapper.has--sidebar-filter .action--sort .sort--label {
  display: none;
}
.listing--wrapper.has--sidebar-filter .action--sort .sort--select {
  width: 100%;
  vertical-align: top;
}
.listing--wrapper .filter--actions.filter--actions-top {
  margin: 0;
}
.listing--wrapper.with--fullscreen-emotion .sidebar-main.off-canvas {
  padding-top: 0;
}
.listing--wrapper.with--fullscreen-emotion .listing--wrapper-inner {
  margin-left: 16.25rem;
}
@media screen and (min-width: 48em) {
  .filter-panel {
    width: 49%;
    margin-left: 1%;
    float: left;
  }
  .filter-panel.is--collapsed {
    height: 2.375rem;
  }
  .filter-panel .flatpickr-wrapper {
    position: static;
  }
  .filter-panel .flatpickr-wrapper .flatpickr-calendar.static {
    top: 100%;
  }
  .is--no-sidebar .filter-panel {
    width: 32%;
  }
  .filter-panel--flyout {
    position: absolute;
    top: 0;
    left: 0;
  }
  .filter-panel--content {
    max-height: 12.5rem;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .filter--active-container {
    padding: 0;
    margin-left: 1%;
    margin-right: 1%;
  }
  .filter--active-container.is--disabled .filter--active:not([data-filter-param="reset"]),
  .filter--active-container.is--disabled .filter--active:not([data-filter-param="reset"]):hover {
    color: #a87f40;
    border-color: #eaeaea;
    cursor: default;
  }
  .filter--active-container.is--disabled .filter--active:not([data-filter-param="reset"]) .filter--active-icon,
  .filter--active-container.is--disabled .filter--active:not([data-filter-param="reset"]):hover .filter--active-icon {
    color: #a87f40;
  }
  .filter--active-container.is--disabled .filter--active:not([data-filter-param="reset"]) .filter--active-icon:before,
  .filter--active-container.is--disabled .filter--active:not([data-filter-param="reset"]):hover .filter--active-icon:before {
    content: "\e60c";
  }
  .filter--actions {
    margin-left: 1%;
    margin-right: 1%;
  }
  .filter--btn-apply {
    width: auto;
  }
  .filter--facet-container,
  .filter--actions-bottom {
    display: none;
  }
  .filter--actions.filter--actions-top {
    display: none;
  }
  .listing--wrapper.has--sidebar-filter .action--filter-btn {
    display: none;
  }
  .listing--wrapper.has--sidebar-filter .action--sort .sort--select {
    max-width: 12.5rem;
    vertical-align: top;
  }
}
@media screen and (min-width: 64em) {
  .filter-panel {
    width: 32%;
  }
}
@media screen and (min-width: 78.75em) {
  .filter-panel--star-rating .rating-star--input {
    width: 1.25rem;
    height: 1.25rem;
  }
  .filter-panel--star-rating .rating-star--label {
    width: 1.25rem;
    height: 1.25rem;
    line-height: 1.25rem;
    font-size: 1.25rem;
  }
  .listing--wrapper.has--sidebar-filter .action--sort .sort--label {
    margin: 0rem 0.625rem 0rem 0rem;
    display: inline-block;
    font-weight: 700;
  }
}
/*
Range Slider
==========================================
######Range Slider
The range slider element lets the user filter elements by a price-span they decide on.

The slider handlers can be dragged to the numeric value that the user intends. The value is displayed below the element.

The functionality is provided by the `jquery.range-slider.js` file.
```
<div class="range-slider" data-range-slider="true" data-startmin="37.99" data-startmax="349.99" data-rangemin="37.99" data-rangemax="349.99">
    <div class="range-slider--container">
        <div class="range-slider--range-bar" style="left: 0%; width: 100%;">
            <div class="range-slider--handle is--min"></div>
            <div class="range-slider--handle is--max"></div>
        </div>
    </div>
    <input type="hidden" id="min" name="min" data-range-input="min" value="37.99" disabled="disabled">
    <input type="hidden" id="max" name="max" data-range-input="max" value="349.99" disabled="disabled">
    <div class="range-slider--currency" data-range-currency="0,00&nbsp;€"></div>
    <div class="filter-panel--range-info">
        <span class="range-info--min">von</span>
        <label class="range-info--label" for="min" data-range-label="min">35,00&nbsp;€</label>
        <span class="range-info--max">bis</span>
        <label class="range-info--label" for="max" data-range-label="max">350,00&nbsp;€</label>
    </div>
</div>
```
*/
.range-slider {
  -webkit-touch-callout: none;
}
.range-slider--container {
  height: 0.75rem;
  border-radius: 6px;
  background-clip: padding-box;
  display: block;
  width: 100%;
  background: #f5efeb;
  box-shadow: inset 0 1px 1px #f0f0f0;
  border: 1px solid #eaeaea;
  -ms-touch-action: none;
}
.range-slider--range-bar {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 3px #ef6703;
  height: 100%;
  width: 100%;
  position: relative;
  background: #f36903;
}
.range-slider--handle {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #f5efeb 100%);
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: absolute;
  border: 1px solid #eaeaea;
  cursor: pointer;
}
.range-slider--handle.is--min {
  left: -0.625rem;
  top: -0.25rem;
}
.range-slider--handle.is--max {
  right: -0.625rem;
  top: -0.25rem;
}
.range-slider--handle:hover,
.range-slider--handle.is--dragging {
  border-color: #f36903;
}
.range-slider--format {
  display: none;
}
/*
Datepicker
=========================================
The datepicker is a calendar overlay tool that simplyfies the selection of dates for input elements.
It creates a calendar widget that simplifies the selection of dates for date input elements.

The datepicker is based on the jQuery Plugin [flatpickr](https://github.com/chmln/flatpickr).
*/
.flatpickr-calendar {
  width: 19.6875rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  border-radius: 5px;
  background-clip: padding-box;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  padding: 0;
  animation: none;
  direction: ltr;
  border: 0;
  position: absolute;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 1px 0 0 #2e2e2e, -1px 0 0 #2e2e2e, 0 1px 0 #2e2e2e, 0 -1px 0 #2e2e2e, 0 3px 13px rgba(0, 0, 0, 0.2);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  max-height: 40rem;
  opacity: 1;
  visibility: visible;
  overflow: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  animation: flatpickrFadeInDown 300ms cubic-bezier(0, 1, 0.5, 1);
  z-index: 8100;
}
.flatpickr-calendar.inline {
  top: 0.125rem;
  display: block;
  position: relative;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(102%);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.hasWeeks {
  width: auto;
}
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 2.5rem;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  left: 1.375rem;
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
  right: 1.375rem;
  left: auto;
}
.flatpickr-calendar:before {
  margin: 0rem -0.3125rem 0rem -0.3125rem;
  border-width: 5px;
}
.flatpickr-calendar:after {
  margin: 0rem -0.25rem 0rem -0.25rem;
  border-width: 4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-month {
  height: 2.5rem;
  line-height: 1.5rem;
  -webkit-user-select: none;
  user-select: none;
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  text-align: center;
  position: relative;
}
.flatpickr-prev-month,
.flatpickr-next-month {
  height: 1rem;
  line-height: 1rem;
  top: 0.9375rem;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
}
.flatpickr-prev-month i,
.flatpickr-next-month i {
  position: relative;
}
.flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-next-month.flatpickr-prev-month {
  /*rtl:begin:ignore*/
  left: calc(2.07%);
  /*rtl:end:ignore*/
}
.flatpickr-prev-month.flatpickr-next-month,
.flatpickr-next-month.flatpickr-next-month {
  /*rtl:begin:ignore*/
  right: calc(2.07%);
  /*rtl:end:ignore*/
}
.flatpickr-prev-month:hover,
.flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-prev-month:hover svg,
.flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-prev-month svg,
.flatpickr-next-month svg {
  width: 0.875rem;
}
.flatpickr-prev-month svg path,
.flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear,
.numInputWrapper input::-ms-expand {
  display: none;
}
.numInputWrapper span {
  width: 0.875rem;
  padding: 0rem 0.25rem 0rem 0.125rem;
  position: absolute;
  right: 0;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.05);
  box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
  top: 33%;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  top: 0.625rem;
  font-size: 135%;
  line-height: inherit;
  font-weight: 500;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  display: inline-block;
  text-align: center;
}
.flatpickr-current-month span.cur-month {
  margin-right: 0.625rem;
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  padding: 0;
  max-width: 50%;
}
.flatpickr-current-month .numInputWrapper {
  width: 4.375rem;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: default;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline;
  font-size: inherit;
  font-family: inherit;
  font-weight: 500;
  line-height: inherit;
  height: initial;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
}
.flatpickr-days,
.flatpickr-weeks {
  padding: 0.0625rem 0rem 0rem 0rem;
}
.flatpickr-days {
  width: 19.6875rem;
  padding: 0;
  outline: 0;
  text-align: left;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-around;
}
.flatpickr-day {
  line-height: 2.5rem;
  height: 2.5rem;
  border-radius: 3px;
  background-clip: padding-box;
  background: none;
  border: 0 none;
  margin: 0;
  box-sizing: border-box;
  color: #a87f40;
  cursor: pointer;
  font-weight: 500;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  display: inline-block;
  position: relative;
  justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange {
  cursor: pointer;
  outline: 0;
  background: #5a5a5a;
  border-color: #5a5a5a;
}
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #5a5a5a;
  border-color: #5a5a5a;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #f36903;
  color: #fff;
  border-color: #f36903;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 3px;
  background-clip: padding-box;
}
.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #5a5a5a, 5px 0 0 #5a5a5a;
}
.flatpickr-day.inRange.endRange {
  box-shadow: -5px 0 0 #5a5a5a;
}
.flatpickr-day.inRange.startRange {
  box-shadow: 5px 0 0 #5a5a5a;
}
.flatpickr-day.disabled,
.flatpickr-day.disabled:hover {
  pointer-events: none;
}
.flatpickr-day.disabled,
.flatpickr-day.disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
span.flatpickr-weekday {
  line-height: 1.5rem;
  cursor: default;
  font-size: 90%;
  color: #71552b;
  height: 27.333333333333332px;
  margin: 0;
  background: transparent;
  text-align: center;
  display: block;
  float: left;
  width: 14.28%;
  font-weight: 700;
  padding-top: 3.333333333333333px;
}
.rangeMode .flatpickr-day {
  margin-top: 0.0625rem;
}
.flatpickr-weekwrapper {
  display: inline-block;
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0.0625rem 0.75rem 0rem 0.75rem;
  box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
}
.flatpickr-weekwrapper span.flatpickr-day {
  display: block;
  width: 100%;
  max-width: none;
}
.flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}
.flatpickr-time {
  line-height: 2.5rem;
  max-height: 2.5rem;
  -webkit-transition: height 0.33s cubic-bezier(0, 1, 0.5, 1);
  transition: height 0.33s cubic-bezier(0, 1, 0.5, 1);
  display: block;
  display: flex;
  text-align: center;
  outline: 0;
  height: 0;
  box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  height: 2.5rem;
  flex: 1;
  width: 40%;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #a87f40;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #a87f40;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  font-size: 0.875rem;
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  cursor: pointer;
  color: #a87f40;
  position: relative;
  box-sizing: border-box;
  text-align: center;
}
.flatpickr-time input::-ms-clear,
.flatpickr-time input::-ms-expand {
  display: none;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: 700;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 500;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  -webkit-user-select: none;
  user-select: none;
  height: inherit;
  display: inline-block;
  float: left;
  line-height: inherit;
  color: #a87f40;
  font-weight: 700;
  width: 2%;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 500;
}
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #f0f0f0;
}
.hasWeeks .flatpickr-days,
.hasTime .flatpickr-days {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.hasWeeks .flatpickr-days {
  border-left: 0;
}
@media all and (-ms-high-contrast: none) {
  .flatpickr-month svg {
    top: 0 !important;
  }
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
.slideRight,
.slideLeft {
  display: none;
}
@-moz-keyframes flatpickrFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes flatpickrFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-o-keyframes flatpickrFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes flatpickrFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
/*
Collapse cart
=======================================
The collapse cart element is an alternative to the offcanvas shopping cart inside Shopware 5. The collapse cart displays a shopping cart dropdown element similar to the default Shopware 4 cart.

The Settings can be modified in the backend theme manager.

The collapse cart element contains the current items in the users shopping cart and the subtotal price amount.
*/
.container--ajax-cart {
  top: 3.125rem;
  margin-right: 0.625rem;
  padding: 0.9375rem 0rem 0rem 0rem;
  position: absolute;
  text-align: left;
  right: 0;
  z-index: 3000;
  display: none;
}
.container--ajax-cart.off-canvas {
  width: 17.5rem;
  -webkit-transition: all 0.45s cubic-bezier(0.3, 0, 0.15, 1);
  transition: all 0.45s cubic-bezier(0.3, 0, 0.15, 1);
  margin-right: 0;
  display: block;
  height: 100%;
  left: auto;
  position: fixed;
  top: 0;
  padding: 0;
  background: #fff;
  z-index: 8000;
}
.container--ajax-cart.off-canvas .icon--loading-indicator {
  width: 2.375rem;
  height: 2.375rem;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.container--ajax-cart .icon--loading-indicator {
  width: 1.3125rem;
  height: 1.3125rem;
  padding: 1.25rem 0rem 1.25rem 0rem;
  margin: 0 auto;
  display: block;
  position: relative;
  box-sizing: content-box;
}
.container--ajax-cart .icon--loading-indicator:before {
  border-radius: 100%;
  background-clip: padding-box;
  -webkit-animation: keyframe--spin 1s linear infinite;
  animation: keyframe--spin 1s linear infinite;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: block;
  content: "";
  border: 2px solid #CCC;
  border-top: 2px solid #333;
}
.container--ajax-cart .product--essential-features {
  margin-left: 3rem;
}
.ajax--cart {
  width: 28.125rem;
  border-radius: 3px;
  background-clip: padding-box;
  font-size: 0.875rem;
  border: 1px solid #eaeaea;
  position: relative;
  background: #fff;
}
.ajax--cart:after,
.ajax--cart:before {
  right: 0.625rem;
  bottom: 100%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.ajax--cart:after {
  right: 0.6875rem;
  border-width: 0.5625rem;
  border-bottom-color: #fff;
}
.ajax--cart:before {
  border-width: 0.625rem;
  border-bottom-color: #eaeaea;
}
.ajax--cart .content--loader {
  width: 1.3125rem;
  height: 1.3125rem;
  padding: 1.25rem 0rem 1.25rem 0rem;
  box-sizing: content-box;
  margin: 0 auto;
}
.ajax--cart .item--container {
  padding: 0rem 0.625rem 0rem 0.625rem;
  max-height: 22.0625rem;
  overflow-y: auto;
}
.ajax--cart .alert {
  border-radius: 0;
  margin-bottom: 0.625rem;
}
.ajax--cart .alert .alert--icon,
.ajax--cart .alert .icon--element {
  width: 15%;
}
.ajax--cart .alert .alert--icon .is--warning,
.ajax--cart .alert .icon--element .is--warning {
  color: #f1c40f;
  background: #f9f3dd;
}
.ajax--cart .alert .alert--icon .is--success,
.ajax--cart .alert .icon--element .is--success {
  color: #2ecc71;
  background: #def2e7;
}
.ajax--cart .alert .alert--content {
  width: 85%;
}
.ajax--cart .cart--item {
  padding: 0.625rem 0rem 0.625rem 0rem;
  line-height: 2.375rem;
  border-bottom: 1px solid #eaeaea;
  overflow: hidden;
}
.ajax--cart .cart--item:last-child {
  border: 0 none;
}
.ajax--cart .cart--item.is--empty {
  padding-bottom: 0;
}
.ajax--cart .cart--item .thumbnail--container {
  margin: 0rem 0.625rem 0rem 0rem;
  width: 2.375rem;
  height: 2.375rem;
  border-radius: 3px;
  background-clip: padding-box;
  float: left;
  position: relative;
}
.ajax--cart .cart--item .thumbnail--container.has--image {
  border: 1px solid #eaeaea;
  background: #FFFFFF;
}
.ajax--cart .cart--item .thumbnail--container .cart--badge {
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
  width: 0.875rem;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background: #f36903;
}
.ajax--cart .cart--item .thumbnail--container .cart--badge .badge--free {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 0.5rem;
  line-height: 0.75rem;
  width: 2.5rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  display: block;
  position: absolute;
  padding: 0;
  margin: 0;
  top: 0;
  bottom: 0;
}
.ajax--cart .cart--item .thumbnail--container .basket--badge {
  line-height: 2.3125rem;
  font-size: 0.75rem;
  border-radius: 100%;
  background-clip: padding-box;
  height: 2.1875rem;
  width: 2.1875rem;
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
  background: #a87f40;
  color: #fff;
}
.ajax--cart .cart--item .thumbnail--container .basket--badge .icon--arrow-right {
  font-size: 0.625rem;
}
.ajax--cart .cart--item .thumbnail--container .basket--badge .icon--coupon {
  font-size: 1.25rem;
  line-height: 2.3125rem;
}
.ajax--cart .cart--item .thumbnail--image {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ajax--cart .cart--item .item--link {
  color: #a87f40;
}
.ajax--cart .cart--item .item--quantity {
  margin: 0rem 0.3125rem 0rem 0rem;
  font-weight: 700;
}
.ajax--cart .cart--item .item--price {
  font-weight: 700;
  float: right;
}
.ajax--cart .cart--item .action--container {
  width: 1.3125rem;
  height: 1.3125rem;
  margin: 0.625rem 0rem 0rem 0.625rem;
  line-height: 1;
  float: right;
}
.ajax--cart .cart--item .action--container .btn {
  height: 1.3125rem;
  width: 1.3125rem;
  padding: 0.25rem 0.3125rem 0.25rem 0.3125rem;
  font-size: 0.5rem;
  line-height: 0.875rem;
}
.ajax--cart .cart--item .action--container *[class*="icon--"] {
  margin: 0;
  padding: 0;
}
.ajax--cart .prices--container {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  border-top: 1px solid #eaeaea;
}
.ajax--cart .prices--container .prices--articles-amount {
  float: right;
}
.ajax--cart .prices--container .prices--articles {
  color: #71552b;
  font-weight: 700;
}
.ajax--cart .prices--container .prices--tax {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0;
}
.ajax--cart .button--container {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  overflow: hidden;
}
.ajax--cart .button--container *[class*="button--"] {
  width: 13.125rem;
  border-radius: 3px;
  background-clip: padding-box;
  text-align: center;
}
.ajax--cart .button--container .button--checkout {
  float: right;
}
.ajax--cart .button--container .button--open-basket *[class^="icon--"] {
  display: none;
}
.ajax--cart .small--information {
  font-size: 0.75rem;
}
.ajax--cart .small--information .small--prices {
  float: right;
}
.ajax--cart .context--shipping-costs {
  margin-left: 0.625rem;
}
.ajax--cart .table--shipping-costs-trigger {
  font-size: 0.75rem;
  margin-bottom: 0.3125rem;
  font-weight: 700;
}
.ajax--cart .table--shipping-costs-trigger-no-action {
  font-size: 0.75rem;
  margin-bottom: 0.3125rem;
}
.ajax--cart .table--shipping-costs {
  font-size: 0.75rem;
}
.ajax--cart .table--shipping-costs .select-field {
  max-height: 2.5rem;
  margin: 0.3125rem 0.625rem 0.3125rem 0rem;
}
.ajax--cart .table--shipping-costs label {
  font-size: 0.75rem;
  font-weight: 700;
  margin: 0.3125rem 6.25rem 0rem 0rem;
  float: left;
}
.off-canvas .ajax--cart {
  font-size: 0.875rem;
  background: #fff;
  width: auto;
  position: absolute;
  left: 0;
  right: 0;
  border: 0 none;
  min-height: 100%;
}
.off-canvas .ajax--cart .item--container {
  max-height: none;
}
.off-canvas .ajax--cart .cart--item {
  line-height: 1.1875rem;
}
.off-canvas .ajax--cart .cart--item .item--link {
  width: 9.3125rem;
  display: inline-block;
}
.off-canvas .ajax--cart .cart--item .item--price {
  float: none;
  display: block;
}
.off-canvas .ajax--cart .prices--container {
  background: #fff;
  border-bottom: 0 none;
}
.off-canvas .ajax--cart .action--container,
.off-canvas .ajax--cart .action--container .action--remove {
  width: 2.375rem;
  height: 2.375rem;
}
.off-canvas .ajax--cart .action--container {
  margin: 0;
}
.off-canvas .ajax--cart .action--container .action--remove {
  font-size: 0.875rem;
  text-align: center;
  vertical-align: middle;
}
.off-canvas .ajax--cart .action--container .icon--loading-indicator {
  width: 1.3125rem;
  height: 1.3125rem;
  margin: 0.5625rem 0rem 0rem 0rem;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.off-canvas .ajax--cart .action--container *[class*="icon--"] {
  line-height: 1.75rem;
  margin: 0;
  padding: 0;
}
.off-canvas .ajax--cart .button--container {
  text-align: left;
}
.off-canvas .ajax--cart .button--container *[class*="button--"] {
  margin: 0.625rem 0rem 0rem 0rem;
  width: 100%;
}
.off-canvas .ajax--cart .button--container .button--checkout {
  margin: 0;
}
.off-canvas .ajax--cart .button--container .button--open-basket {
  padding-right: 1.875rem;
}
.off-canvas .ajax--cart .button--container .button--open-basket *[class^="icon--"] {
  display: block;
  right: 0.625rem;
}
.off-canvas .ajax--cart .product--essential-features {
  margin-top: 0.3125rem;
}
.product--essential-features {
  line-height: 1.125rem;
  font-size: 0.75rem;
}
@media screen and (min-width: 48em) {
  .container--ajax-cart.is--shown {
    display: block;
  }
}
@media screen and (min-width: 78.75em) {
  .container--ajax-cart {
    margin-right: 0;
  }
}
/*
Table
=========================
Defines the basic table styles.
```
<table>
 <th>
    <tr>
        <th>Heading</th>
        <th>Heading</th>
        <th>Heading</th>
        <th>Heading</th>
    </tr>
 </th>
 <tb>
    <tr>
        <td>Table Content</td>
        <td>Table Content</td>
        <td>Table Content</td>
        <td>Table Content</td>
    </tr>
    <tr>
        <td>Table Content</td>
        <td>Table Content</td>
        <td>Table Content</td>
        <td>Table Content</td>
    </tr>
 </tb>
</table>
```
*/
table {
  border-collapse: separate;
  border-spacing: 1px;
}
table th,
table thead td {
  background: #a87f40;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
table td {
  padding: 0.3125rem 0.625rem 0.3125rem 0.625rem;
  background: #ffffff;
  color: #a87f40;
  border: 1px solid #ffffff;
}
table tr:nth-child(even) td {
  background: #f5f5f5;
}
/*
Checkboxes
==========================================
######Checkboxes elements
Changes the default Checkboxes to custom-themed ones that contain the Shopware color variables.

The checkboxes can be used in a `span` element containing an `input` tag or inside a anchor element. (Example inside a panel element)

```

<div class="panel">
    <div class="panel--body">

        <span class="checkbox">
            <input type="checkbox" />
            <span class="checkbox--state"></span>
        </span> Option (actual checkbox)<br/>

        <span class="checkbox">
            <input type="checkbox" />
            <span class="checkbox--state"></span>
        </span> Option (actual checkbox)<br/>

        <a href="#">
            <span class="checkbox">
                <span class="checkbox--state"></span>
            </span>
        </a> Option (inside a link)<br/>

        <a href="#">
            <span class="checkbox">
                <span class="checkbox--state"></span>
            </span>
        </a> Option (inside a link)<br/>

    </div>
</div>

```
*/
.checkbox {
  width: 1rem;
  height: 1rem;
  padding: 0.0625rem 0.0625rem 0.0625rem 0.0625rem;
  line-height: 1rem;
  border-radius: 3px;
  background-clip: padding-box;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  border: 1px solid #eaeaea;
  cursor: pointer;
}
.checkbox .checkbox--state {
  border-radius: 3px;
  background-clip: padding-box;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 60;
}
.checkbox input[type="checkbox"] {
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0 none;
  background: none;
  cursor: pointer;
  z-index: 65;
}
.checkbox input[type="checkbox"]:checked ~ .checkbox--state {
  background-color: #ff8a34;
  background-image: linear-gradient(to bottom, #ff8a34 0%, #f36903 100%);
}
.checkbox input[type="checkbox"]:checked ~ .checkbox--state:before {
  width: 0.75rem;
  height: 0.75rem;
  line-height: 0.75rem;
  font-size: 0.4375rem;
  display: inline-block;
  font-family: 'shopware';
  font-weight: 500;
  text-align: center;
  vertical-align: top;
  color: #fff;
  content: "\e60c";
}
.checkbox input[type="checkbox"]:disabled ~ .checkbox--state {
  background: #f5efeb;
}
.checkbox.is--active .checkbox--state,
a:hover .checkbox .checkbox--state {
  background-color: #ff8a34;
  background-image: linear-gradient(to bottom, #ff8a34 0%, #f36903 100%);
}
.checkbox.is--active .checkbox--state:before,
a:hover .checkbox .checkbox--state:before {
  width: 0.75rem;
  height: 0.75rem;
  line-height: 0.75rem;
  font-size: 0.4375rem;
  display: inline-block;
  font-family: 'shopware';
  font-weight: 500;
  text-align: center;
  vertical-align: top;
  color: #fff;
  content: "\e60c";
}
/*
Off-canvas menu button
=======================================
Defines the styling of the off-canvas menu trigger button that is used for the shopping off-canvas cart.

The Shopware 5 off-canvas menu can be enabled/disabled inside the Shopware backend.

The functionality is provided by the `jquery.off-canvas-button.js` file.
*/
.js--off-canvas-button {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  margin-bottom: 0.625rem;
  border-radius: 3px;
  background-clip: padding-box;
  position: relative;
  border: 1px solid #eaeaea;
  cursor: pointer;
  display: block;
}
.js--off-canvas-button .tab--header {
  margin-bottom: 0.625rem;
  position: relative;
}
.js--off-canvas-button .tab--title:after {
  font-size: 0.75rem;
  right: 0.3125rem;
  margin-top: -0.375rem;
  content: "\e60f";
}
.js--off-canvas-button .tab--preview {
  display: block;
}
.js--off-canvas-button .tab--preview p:last-child {
  margin-bottom: 0;
}
.js--off-canvas-button .tab--content {
  cursor: default;
}
.js--off-canvas-button:hover .tab--title {
  color: #f36903;
}
/*
Tab-menu
==========================================
The Shopware tab-menu allows the creation of multiple tabs filled with content that the user can swtich between.

The functionality is provided by the `jquery.tab-menu.js` file.

    <div class="tab-menu--product js--tab-menu">

        <div class="tab--navigation">
            <a href="#" class="tab--link is--active" title="Tab-1">First Tab</a>
            <a href="#" class="tab--link" title="Tab-2">Second Tab</a>
        </div>

        <div class="tab--container-list">
            <div class="tab--container is--active">
            </div>
            <div class="tab--container">
            </div>
        </div>

    </div>
*/
.js--tab-menu .tab--navigation {
  list-style: none;
}
.js--tab-menu .tab--link {
  padding: 0.625rem 0.9375rem 0.625rem 0.9375rem;
  margin: 0rem 0.3125rem 0rem 0rem;
  line-height: 1.5rem;
  font-size: 0.875rem;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #4b4b4b 100%);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  top: 0.0625rem;
  display: none;
  position: relative;
  font-weight: 700;
  text-align: center;
  color: #a87f40;
  border: 1px solid #eaeaea;
  white-space: nowrap;
}
.js--tab-menu .tab--link:hover {
  color: #f36903;
  background: #fff;
}
.js--tab-menu .tab--link:focus {
  outline: none;
}
.js--tab-menu .tab--link.is--active {
  color: #71552b;
  border-bottom-color: #fff;
  background: #fff;
}
.js--tab-menu .tab--link.is--active:hover {
  color: #71552b;
}
.js--tab-menu .tab--link.has--content {
  display: inline-block;
}
.js--tab-menu.js--menu-scroller .tab--navigation {
  overflow: hidden;
}
.js--tab-menu.js--menu-scroller .tab--navigation .js--menu-scroller--item {
  top: 0;
}
.js--tab-menu.js--menu-scroller .js--menu-scroller--arrow {
  line-height: 2.875rem;
  height: 2.875rem;
  border-radius: 3px;
  background-clip: padding-box;
  border: 1px solid #eaeaea;
}
.js--tab-menu.js--menu-scroller .js--menu-scroller--arrow:hover {
  border-color: #f36903;
}
.js--tab-menu .tab--container-list .tab--container {
  border: 1px solid #eaeaea;
  display: none;
}
.js--tab-menu .tab--container-list .tab--container.has--content.is--active {
  display: block;
}
/*
Image gallery element
====================================================
Defines the styles for the image gallery element that shows thumbnails of the product pictures in a slim slider element.

It is displayed on the product detail page.
*/
.image--gallery .image-slider--container {
  bottom: 5.625rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  margin: 0;
}
.image--gallery.no--thumbnails .image-slider--container {
  bottom: 0;
}
.image--gallery .image-slider--item {
  display: inline-block;
  height: 100%;
  width: 100%;
  position: relative;
  text-align: center;
  cursor: default;
}
.image--gallery .image-slider--item .image--element {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
}
.image--gallery .image-slider--item .image--media,
.image--gallery .image-slider--item img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.image--gallery .image-slider--thumbnails {
  padding: 0.625rem 0rem 0.625rem 0rem;
  height: 5.625rem;
  background: #fff;
  top: auto;
  bottom: 0;
  width: 100%;
  margin: 0;
  position: absolute;
  display: block;
}
.image--gallery .image-slider--thumbnails .thumbnails--arrow {
  top: 0.625rem;
}
.image--gallery .image-slider--thumbnails .thumbnails--arrow.is--left {
  border-left: 0 none;
}
.image--gallery .image-slider--thumbnails .thumbnails--arrow.is--right {
  border-right: 0 none;
}
.image--gallery .image-slider--thumbnails-slide {
  margin: 0rem 0.625rem 0rem 0.625rem;
  left: auto;
  top: auto;
}
.image--gallery .thumbnail--link {
  margin: 0rem 0.625rem 0rem 0rem;
  display: inline-block;
}
.image--gallery .button--zoom-in,
.image--gallery .button--zoom-out,
.image--gallery .button--zoom-reset {
  top: 0.625rem;
  left: 0.625rem;
  font-size: 1.25rem;
  padding: 0.125rem 0.375rem 0.125rem 0.375rem;
  position: absolute;
}
.image--gallery .button--zoom-in:hover,
.image--gallery .button--zoom-out:hover,
.image--gallery .button--zoom-reset:hover {
  z-index: 1;
}
.image--gallery .button--zoom-out {
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
}
.image--gallery .button--zoom-reset {
  left: 2.6875rem;
  border-radius: 0;
}
.image--gallery .button--zoom-in {
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  left: 4.75rem;
}
.image-gallery--modal .modal--close {
  top: 0.625rem;
  width: 2.125rem;
  height: 2.125rem;
  line-height: 2rem;
}
@media screen and (min-width: 78.75em) {
  .js--image-gallery {
    width: 80%;
    height: 80%;
  }
}
/*
Product quick-view
======================================
Defines the styling of the product quick-view page.

The product quick-view is an element during the checkout process in Shopware 5 that displays the user the important information of his product without having to switch to the product detail page and interrupt the checkout.
*/
.product--quick-view {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.product--quick-view .quick-view--image {
  height: 12.5rem;
  border-radius: 3px;
  background-clip: padding-box;
  margin: 0rem 0rem 1.25rem 0rem;
  border: 1px solid #eaeaea;
  width: 100%;
  display: block;
  position: relative;
  float: left;
}
.product--quick-view .quick-view--image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.product--quick-view .quick-view--title {
  font-size: 1.125rem;
  color: #71552b;
  display: block;
  font-weight: 700;
}
.product--quick-view .quick-view--title:hover {
  color: #f36903;
}
.product--quick-view .quick-view--supplier {
  font-size: 0.875rem;
  padding: 0.625rem 0rem 0.3125rem 0rem;
  font-weight: 700;
}
.product--quick-view .quick-view--description-title {
  font-size: 1rem;
  padding-bottom: 0.3125rem;
  margin-top: 0.9375rem;
  color: #71552b;
  border-bottom: 1px solid #eaeaea;
  font-weight: 700;
  clear: both;
}
.product--quick-view .quick-view--description {
  font-size: 0.875rem;
  padding-top: 0.625rem;
  color: #a87f40;
}
.product--quick-view .quick-view--description,
.product--quick-view .quick-view--description > p {
  margin: 0;
}
@media screen and (min-width: 30em) {
  .product--quick-view {
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  }
  .product--quick-view .quick-view--image {
    width: 50%;
  }
  .product--quick-view .quick-view--header {
    padding-left: 1.25rem;
    width: 50%;
    float: right;
  }
  .product--quick-view .quick-view--description-title {
    margin-top: 0;
  }
}
/*
Hidden Captcha
======================================
Hides a form field so a human will omit it while
a bot still fills it in and thus identifies as bot.

Is used to hide the label as well.
*/
.c-firstname-confirmation {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
/*
Modules
==================================================
The `modules.less` file contains the imports to all module elements of Shopware.

Mixin specific documentation can be found inside each mixin file.
*/
/*
Global
==========================================
Defines the global styles of Shopware.

It contains the global modifier classes that help working with the Shopware elements and the typographic styles.

######Global modifier classes
Add a `is--` class to an element to easily change the properties.

`.is--rounded` - changes the border-radius to 3pxgi<br/>
`.is--block` - sets element to display: block<br/>
`.is--inline` - sets element to display: inline<br/>
`.is--inline-block` - sets element to display: inline-block<br/>
`.is--hidden` - sets element to display: none<br/>
`.is--invisible` - sets element to  visibility: none<br/>

`.is--align-left` - sets element to text-align: left;<br/>
`.is--align-right` - sets element to text-align: right<br/>
`.is--align-center` - sets element to text-align: center<br/>
`.is--underline` - sets element to text-decoration: underline<br/>
`.is--line-through` - sets element to text-decoration: line-through<br/>
`.is--uppercase` - sets element to text-transform: uppercase<br/>
`.is--strong` - sets element to font-weight: @font-bold-weight<br/>
`.is--bold` - sets element to font-weight: @font-bold-weight<br/>
`.is--italic` - sets element to font-style: italic<br/>
`.is--nowrap` - sets element to white-space: nowrap<br/>

`.is--dark` - changes color to @text-color-dark<br/>
`.is--light` - changes color to darken(@gray-dark, 20%)<br/>
`.is--soft` - changes color to @gray-dark<br/>
*/
* {
  box-sizing: border-box;
}
html {
  width: 100%;
  height: 100%;
}
html.no--scroll {
  position: relative;
  overflow: hidden;
}
html.no--scroll body {
  overflow: hidden;
}
body {
  font-size: 1pxrem;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 500;
  color: #a87f40;
  background: #f5efeb;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
a {
  color: #f36903;
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
}
.product--rating i[class^=icon] {
  color: #f1c40f;
}
.product--rating i.icon--star-empty {
  color: #eaeaea;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.625rem;
  margin: 1.75rem 0rem 0.625rem 0rem;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  color: #71552b;
}
h1 {
  font-size: 1.625rem;
  line-height: 1.75rem;
  margin: 2.125rem 0rem 1.25rem 0rem;
  color: #71552b;
}
h2 {
  font-size: 1.3125rem;
}
h3 {
  font-size: 1.125rem;
}
h4 {
  font-size: 1rem;
}
h5 {
  font-size: 1pxrem;
}
h6 {
  font-size: 0.75rem;
}
p {
  font-size: 1pxrem;
  line-height: 1.5rem;
  margin: 0rem 0rem 1.25rem 0rem;
}
blockquote {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  border-radius: 3px;
  background-clip: padding-box;
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
  background: #5a5a5a;
  text-align: left;
  margin: 0;
}
.ajax-loader {
  display: none;
}
.is--rounded {
  border-radius: 3px;
  background-clip: padding-box;
}
.is--block {
  display: block !important;
}
.is--inline {
  display: inline !important;
}
.is--inline-block {
  display: inline-block !important;
}
.is--hidden {
  display: none !important;
}
.is--invisible {
  visibility: hidden !important;
}
.is--align-left {
  text-align: left !important;
}
.is--align-right {
  text-align: right !important;
}
.is--align-center {
  text-align: center !important;
}
.is--underline {
  text-decoration: underline !important;
}
.is--line-through {
  text-decoration: line-through !important;
}
.is--uppercase {
  text-transform: uppercase !important;
}
.is--strong {
  font-weight: 700 !important;
}
.is--bold {
  font-weight: 700 !important;
}
.is--italic {
  font-style: italic;
}
.is--nowrap {
  white-space: nowrap !important;
}
.is--dark {
  color: #71552b !important;
}
.is--light {
  color: #000000 !important;
}
.is--soft {
  color: #2e2e2e !important;
}
.is--fluid {
  width: 100% !important;
}
.left {
  float: left;
}
.right {
  float: right;
}
::-moz-placeholder {
  color: #c7a46d;
}
::-webkit-input-placeholder {
  color: #c7a46d;
}
:-ms-input-placeholder {
  color: #c7a46d;
}
.page-wrap {
  min-width: 20rem;
}
.content-main:after,
.content--wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.content-main--inner {
  padding: 0rem 0.625rem 1rem 0.625rem;
}
.content-main--inner:after {
  content: "";
  display: table;
  clear: both;
}
.content {
  width: 100%;
  float: left;
}
@media screen and (min-width: 48em) {
  .content-main {
    box-shadow: 0 0 4px 1px #eaeaea;
  }
  .content-main:not(.is--small) {
    min-height: 46.875rem;
  }
  .content-main--inner {
    padding: 0rem 1.875rem 1rem 1.875rem;
    width: 100%;
  }
}
@media screen and (min-width: 78.75em) {
  .content-main {
    margin-top: 1.25rem;
    margin-bottom: 2.8125rem;
  }
  .content-main:not(.is--small) {
    min-height: 43.75rem;
  }
  .content-main--inner {
    padding: 0rem 3.125rem 3.125rem 3.125rem;
  }
}
/*
Header
==========================================
Defines the styles of the Shopware storeview header and its components.

It contains the viewport specific styles inside media queries.

The header sizes are defined by the unitize mixin.

More precise designations are commented inside the document.
*/
.header-main {
  padding-bottom: 0.625rem;
  background: #fff;
  border-bottom: 1px solid #f36903;
}
.header-main .top-bar {
  display: none;
}
.header-main .logo-main {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
}
.header-main .logo-main .logo--link {
  height: 2.1875rem;
  display: inline-block;
  max-width: 100%;
}
.header-main .logo-main .logo--shop {
  height: 2.1875rem;
  width: 50%;
}
.header-main .logo-main .logo--supportinfo {
  display: none;
}
.header-main .header--navigation {
  position: relative;
}
.is--ctl-checkout.is--minimal-header .header-main,
.is--ctl-register.is--minimal-header .header-main,
.is--ctl-register.is--minimal-header.is--target-checkout .header-main {
  border-bottom: 1px solid #f36903;
}
.is--ctl-checkout.is--minimal-header .header-main .logo-main,
.is--ctl-register.is--minimal-header .header-main .logo-main,
.is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo-main {
  width: 100%;
}
.is--ctl-checkout.is--minimal-header .header-main .logo--shop,
.is--ctl-register.is--minimal-header .header-main .logo--shop,
.is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo--shop {
  width: 50%;
}
.is--ctl-checkout.is--minimal-header .header-main .logo--link,
.is--ctl-register.is--minimal-header .header-main .logo--link,
.is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo--link {
  margin-top: 0.625rem;
}
.is--ctl-checkout.is--minimal-header .header-main .logo--supportinfo,
.is--ctl-register.is--minimal-header .header-main .logo--supportinfo,
.is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo--supportinfo {
  display: none;
}
.is--ctl-checkout.is--minimal-header .header-main .btn--back-top-shop,
.is--ctl-register.is--minimal-header .header-main .btn--back-top-shop,
.is--ctl-register.is--minimal-header.is--target-checkout .header-main .btn--back-top-shop {
  margin-top: 0.625rem;
  width: 40%;
  float: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shop--navigation {
  position: relative;
}
.shop--navigation .navigation--list {
  width: 100%;
  text-align: right;
}
.shop--navigation .navigation--entry {
  margin-right: 0.3125rem;
  display: inline-block;
}
.shop--navigation .navigation--entry .btn {
  height: 2.5rem;
  width: 2.5rem;
  vertical-align: middle;
}
.shop--navigation .navigation--entry .cart--link {
  padding: 0.125rem 0.625rem 0.125rem 0.375rem;
}
.shop--navigation .navigation--entry .account--link {
  padding: 0.125rem 0.625rem 0.125rem 0.5rem;
}
.shop--navigation .navigation--entry .account--link.account--user-loggedin:after {
  width: 1rem;
  height: 1rem;
  top: -0.3125rem;
  right: -0.3125rem;
  line-height: 1.125rem;
  font-size: 0.5rem;
  border-radius: 50%;
  background-clip: padding-box;
  content: "\e60c";
  display: inline-block;
  position: absolute;
  background: #2ecc71;
  font-family: 'shopware';
  color: #fff;
}
.shop--navigation .navigation--entry .icon--basket,
.shop--navigation .navigation--entry .icon--account {
  font-size: 1.3125rem;
  display: inline;
  position: relative;
  vertical-align: middle;
  top: 0;
  left: 0;
}
.shop--navigation .navigation--entry .icon--heart {
  font-size: 1.125rem;
  vertical-align: middle;
}
.shop--navigation .navigation--entry .icon--search {
  font-size: 1.375rem;
  vertical-align: middle;
}
.shop--navigation .cart--quantity,
.shop--navigation .notes--quantity {
  top: -0.25rem;
  left: 1.4375rem;
  position: absolute;
  margin: 0;
}
.shop--navigation .entry--link {
  text-align: center;
  text-decoration: none;
}
.shop--navigation .main-search--form,
.shop--navigation .account--display,
.shop--navigation .cart--display,
.shop--navigation .cart--amount,
.shop--navigation .search--display {
  display: none;
}
.shop--navigation .entry--search .is--active.btn {
  background: #ffffff;
  color: #f36903;
  border-color: #f36903;
}
.shop--navigation .entry--account {
  position: relative;
}
.shop--navigation .entry--cart {
  margin-right: 0.75rem;
  position: relative;
}
.shop--navigation .entry--menu-left {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  font-weight: 700;
  text-align: left;
}
.shop--navigation .entry--menu-left .btn {
  padding-left: 3rem;
  line-height: 2.1875rem;
  font-size: 1.0625rem;
  height: 2.5rem;
  color: #a87f40;
  width: auto;
  background: 0 none;
  border: 0 none;
}
.shop--navigation .entry--menu-left .icon--menu {
  font-size: 1.25rem;
}
.main-search--form {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 3000;
}
.main-search--form .main-search--field {
  padding: 0.5625rem 2.375rem 0.5625rem 0.5625rem;
  height: 2.5rem;
  background: #fff;
  vertical-align: middle;
  width: 100%;
  position: relative;
}
.main-search--form .main-search--button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  top: 0.625rem;
  bottom: 0.625rem;
  right: 0.625rem;
  font-size: 1.25rem;
  padding: 0rem 0.625rem 0rem 0.625rem;
  line-height: 1;
  position: absolute;
  z-index: 2;
  border: 0 none;
  background: transparent;
  color: #a87f40;
  outline: none;
}
.main-search--form .main-search--text {
  display: none;
}
.account--menu.is--personalized .navigation--logout-personalized {
  display: inline-block;
}
.account--menu.is--personalized .navigation--logout {
  display: block;
}
.account--menu.is--personalized .navigation--link.navigation--personalized {
  padding-top: 0.5625rem;
  padding-left: 1.4375rem;
  padding-bottom: 0.5625rem;
  line-height: 1.25rem;
  position: relative;
  color: #a87f40;
  font-weight: 500;
}
.account--menu.is--personalized .navigation--link.navigation--personalized:before,
.account--menu.is--personalized .navigation--link.navigation--personalized::before {
  width: 1rem;
  height: 1rem;
  left: 0.125rem;
  content: "\e614";
  font-family: 'shopware';
  position: absolute;
}
.account--menu.is--personalized .navigation--link.navigation--personalized [class^="icon--"] {
  margin: 0rem 0.3125rem 0rem 0rem;
  display: inline-block;
}
.account--menu.is--personalized .navigation--link.navigation--personalized .icon--logout {
  position: relative;
  top: 0.625rem;
}
.account--menu.is--personalized .navigation--link.navigation--personalized:hover {
  color: #f36903;
}
.off-canvas .account--menu.is--personalized .navigation--signin {
  border-bottom: none;
}
.account--dropdown-navigation {
  display: none;
  text-align: left;
}
.account--dropdown-navigation .navigation--logout-personalized {
  display: inline-block;
}
.account--dropdown-navigation .navigation--logout {
  display: block;
}
.account--dropdown-navigation .navigation--signin {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  margin-top: 0.4375rem;
  border-bottom: 1px solid #eaeaea;
  display: block;
  text-align: center;
}
.account--dropdown-navigation .navigation--signin .navigation--signin-btn.btn {
  margin-bottom: 0.3125rem;
  width: 95%;
  text-align: center;
}
.account--dropdown-navigation .navigation--register {
  font-size: 0.8125rem;
}
.account--dropdown-navigation .navigation--link.link--logout.navigation--personalized {
  line-height: 1.25rem;
  padding-left: 2.0625rem;
  color: #a87f40;
  font-weight: 500;
}
.account--dropdown-navigation .navigation--link.link--logout.navigation--personalized:before,
.account--dropdown-navigation .navigation--link.link--logout.navigation--personalized::before {
  left: 0.625rem;
}
.account--dropdown-navigation .navigation--link.link--logout.navigation--personalized:hover {
  color: #f36903;
}
.account--dropdown-navigation.off-canvas {
  background: #5a5a5a;
}
.account--dropdown-navigation.off-canvas .account--menu,
.account--dropdown-navigation.off-canvas .sidebar--navigation {
  text-align: left;
}
.account--dropdown-navigation.off-canvas .account--menu .navigation--entry,
.account--dropdown-navigation.off-canvas .sidebar--navigation .navigation--entry {
  display: block;
  margin: 0;
}
.account--dropdown-navigation.off-canvas .account--menu .navigation--entry .navigation--link.link--logout.navigation--personalized,
.account--dropdown-navigation.off-canvas .sidebar--navigation .navigation--entry .navigation--link.link--logout.navigation--personalized {
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
}
.account--dropdown-navigation.off-canvas .account--menu .navigation--entry .navigation--link.link--logout.navigation--personalized [class^="icon--"],
.account--dropdown-navigation.off-canvas .sidebar--navigation .navigation--entry .navigation--link.link--logout.navigation--personalized [class^="icon--"] {
  margin: 0rem 0.3125rem 0rem 0rem;
  display: inline-block;
}
.account--dropdown-navigation.off-canvas .account--close-off-canvas {
  color: #fff;
  font-weight: 700;
}
.has--csstransforms .entry--search .entry--trigger.is--active::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 0.9375rem;
  height: 0.9375rem;
  margin-top: 0.5rem;
  margin-left: 0.0625rem;
  background: #555555;
  content: '';
  display: block;
}
.entry--search.is--active .main-search--form {
  top: 3.125rem;
  background: #555555;
  left: 0;
  display: block;
  position: absolute;
}
.header-main.is--active-searchfield {
  padding-bottom: 4.375rem;
}
.has--cssanimations .form--ajax-loader {
  top: 1.25rem;
  right: 3.4375rem;
  position: absolute;
  display: none;
}
.has--cssanimations .form--ajax-loader::before {
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-clip: padding-box;
  -webkit-animation: keyframe--spin 1s linear infinite;
  animation: keyframe--spin 1s linear infinite;
  border: 2px solid #eaeaea;
  border-top: 2px solid #6a6a6a;
  display: block;
  content: "";
}
.has--no-cssanimations .form--ajax-loader {
  top: 1.5rem;
  right: 3.4375rem;
  width: 1rem;
  height: 1rem;
  position: absolute;
  display: none;
  background-image: url('../../themes/Frontend/Responsive/frontend/_public/src/img/icons/loading-indicator.gif?6913004cfc1579f677dc642c23f8a71c');
}
.main-search--results {
  top: 6.875rem;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: left;
  z-index: 3500;
  display: none;
}
.main-search--results:after {
  content: "";
  display: table;
  clear: both;
}
.results--list {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  box-shadow: 0 10px 25px -15px #000000;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  background: #fff;
  -ms-touch-action: manipulation;
}
.results--list::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 0.75rem;
  height: 0.75rem;
  top: -0.375rem;
  content: '';
  display: block;
  position: absolute;
  background: #fff;
  left: 48%;
  border: 1px solid #eaeaea;
  border-top: 0 none;
  border-right: 0 none;
}
.results--list .list--entry,
.results--list .entry--all-results {
  display: block;
}
.results--list .entry--all-results.is--active {
  font-weight: 700;
}
.results--list .entry--all-results.is--active .entry--all-results-number {
  font-weight: 700;
}
.results--list .list--entry {
  line-height: 1.875rem;
  border-bottom: 1px solid #eaeaea;
}
.results--list .list--entry:last-child {
  border: 0 none;
}
.results--list .entry--no-results {
  width: 100%;
  text-align: center;
  list-style: none;
  font-weight: 500;
}
.results--list .is--active,
.results--list .list--entry:hover {
  color: #f36903;
}
.results--list .is--active .entry--name,
.results--list .list--entry:hover .entry--name,
.results--list .is--active .entry--price,
.results--list .list--entry:hover .entry--price {
  color: #f36903;
}
.results--list .search-result--link {
  padding: 0.375rem 0rem 0.375rem 0rem;
  display: block;
}
.results--list .search-result--link:after {
  content: "";
  display: table;
  clear: both;
}
.results--list .entry--name,
.results--list .entry--all-results-link,
.results--list .entry--all-results-number {
  height: 1.875rem;
  line-height: 1.875rem;
  display: block;
}
.results--list .price--unit {
  font-size: 0.6875rem;
  line-height: 1.125rem;
  float: right;
}
.results--list .entry--media {
  height: 1.875rem;
  width: 10%;
  min-width: 10%;
  position: relative;
  text-align: center;
}
.results--list .entry--media .media--image {
  display: inline-block;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.results--list .entry--name {
  padding-left: 0.625rem;
  width: 60%;
  color: #a87f40;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.results--list .entry--price,
.results--list .entry--all-results-number {
  width: 30%;
  text-align: right;
  color: #a87f40;
  white-space: nowrap;
}
.results--list .entry--all-results {
  padding: 0.375rem 0.3125rem 0.375rem 0.3125rem;
  font-weight: 500;
}
.results--list .entry--all-results-link {
  width: 70%;
  padding: 0;
}
.results--list .entry--all-results-link .icon--arrow-right {
  top: -0.0625rem;
  margin: 0rem 0.5rem 0rem 0rem;
  position: relative;
}
.results--list .entry--all-results-number {
  font-weight: 500;
  color: #f36903;
}
.off-canvas .mobile--switches .navigation--entry {
  padding: 0;
  border: none;
  background: none;
}
@media screen and (min-width: 30em) {
  .is--ctl-checkout.is--minimal-header .header-main .btn--back-top-shop,
  .is--ctl-register.is--minimal-header .header-main .btn--back-top-shop,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main .btn--back-top-shop {
    width: auto;
  }
  .entry--search {
    display: inline-block;
    position: absolute;
    left: 26%;
    width: 40%;
  }
  .entry--search.is--active .main-search--form {
    top: 0;
    display: inline-block;
  }
  .entry--search .entry--trigger {
    display: none;
  }
  .entry--search .main-search--form {
    box-shadow: 0 0 0 transparent;
    border-bottom: 0 none;
    padding: 0;
    display: inline-block;
    position: relative;
  }
  .entry--search .main-search--form .main-search--field {
    background: #4b4b4b;
  }
  .entry--search .main-search--form .main-search--field:focus {
    background: #fff;
  }
  .entry--search .main-search--form .main-search--button {
    top: 0rem;
    bottom: 0rem;
    right: 0rem;
    padding: 0rem 0.625rem 0rem 0.625rem;
    height: 2.5rem;
  }
  .main-search--results {
    top: 3.125rem;
    width: 28.125rem;
    margin-left: -6.875rem;
  }
  .main-search--results:after {
    content: "";
    display: table;
    clear: both;
  }
  .results--list {
    border-radius: 3px;
    background-clip: padding-box;
    border: 1px solid #eaeaea;
    background: #fff;
  }
  .header-main.is--active-searchfield {
    padding-bottom: 0.625rem;
  }
  .has--cssanimations .form--ajax-loader {
    top: 0.625rem;
    right: 2.8125rem;
    position: absolute;
  }
  .has--no-cssanimations .form--ajax-loader {
    top: 0.875rem;
    right: 2.8125rem;
    position: absolute;
  }
}
@media screen and (min-width: 48em) {
  .header-main.is--active-searchfield {
    padding-bottom: 0;
  }
  .header-main {
    padding-bottom: 0;
    border-bottom: 0 none;
  }
  .header-main .container:after {
    content: "";
    display: table;
    clear: both;
  }
  .header-main .top-bar {
    padding: 0.25rem 0rem 0.25rem 0rem;
    display: block;
  }
  .header-main .top-bar--navigation {
    width: auto;
    float: right;
  }
  .header-main .top-bar--navigation .navigation--entry {
    padding: 0rem 0.9375rem 0rem 0.9375rem;
    line-height: 1.5625rem;
    float: left;
    display: block;
  }
  .header-main .top-bar--navigation .navigation--entry li {
    line-height: normal;
  }
  .header-main .top-bar--navigation .navigation--entry,
  .header-main .top-bar--navigation .navigation--link {
    color: #a87f40;
    cursor: pointer;
  }
  .header-main .top-bar--navigation .navigation--entry:hover,
  .header-main .top-bar--navigation .navigation--link:hover {
    color: #f36903;
  }
  .header-main .top-bar--navigation .field--select,
  .header-main .top-bar--navigation .navigation--entry {
    height: 1.5625rem;
  }
  .header-main .top-bar--navigation .field--select {
    position: relative;
  }
  .header-main .top-bar--navigation .select-field {
    height: 1.5625rem;
  }
  .header-main .top-bar--navigation .select-field select {
    border-radius: 0;
    padding: 0rem 1.125rem 0rem 0rem;
    line-height: 1.5625rem;
    background: none;
    border: 0 none;
  }
  .header-main .top-bar--navigation .select-field:after {
    height: 1.5625rem;
    line-height: 1.5rem;
    width: auto;
    border: 0 none;
  }
  .header-main .top-bar--navigation .top-bar--language .select-field {
    width: 2rem;
  }
  .header-main .top-bar--navigation .top-bar--language .select-field select {
    text-indent: -9999px;
  }
  .header-main .top-bar--navigation .top-bar--language .language--flag {
    margin-top: -0.375rem;
    position: absolute;
    z-index: 900;
    top: 50%;
    left: 0;
    pointer-events: none;
  }
  .header-main .top-bar--navigation .entry--service {
    position: relative;
  }
  .header-main .top-bar--navigation .entry--service:after,
  .header-main .top-bar--navigation .entry--service::after {
    top: -0.1875rem;
    margin-left: 0.3125rem;
    content: "\e612";
    font-family: 'shopware';
    position: relative;
  }
  .header-main .top-bar--navigation .entry--service.js--is--dropdown-active {
    color: #f36903;
  }
  .header-main .top-bar--navigation .service--list {
    min-width: 9.375rem;
    padding: 0.3125rem 0rem 0.3125rem 0rem;
    top: 2rem;
    right: 0.75rem;
    text-align: left;
    position: absolute;
    display: none;
    list-style: none;
    background: #fff;
    z-index: 3500;
    border: 1px solid #eaeaea;
  }
  .header-main .top-bar--navigation .service--list::after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 0.5rem;
    height: 0.5rem;
    top: -0.3125rem;
    right: 1.125rem;
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    border-color: #eaeaea;
    border-width: 0 0 1px 1px;
    border-style: solid;
  }
  .header-main .top-bar--navigation .service--list .service--link {
    padding: 0.3125rem 0.625rem 0.3125rem 0.625rem;
    display: block;
    color: #a87f40;
  }
  .header-main .top-bar--navigation .service--list .service--link:hover {
    color: #f36903;
  }
  .header-main .top-bar--navigation .js--is--dropdown-active .service--list {
    display: block;
  }
  .header-main .header--navigation {
    padding: 0.625rem 0rem 0.625rem 0rem;
  }
  .header-main .logo-main {
    padding: 0rem 0rem 0rem 0.625rem;
    width: 35%;
  }
  .header-main .logo-main .logo--link {
    height: 3.125rem;
  }
  .header-main .logo-main .logo--shop {
    height: 3.125rem;
    width: 82%;
  }
  .is--ctl-checkout.is--minimal-header .header-main,
  .is--ctl-register.is--minimal-header .header-main,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main {
    box-shadow: 0 1px 2px 0 #eaeaea;
  }
  .is--ctl-checkout.is--minimal-header .header-main .logo-main,
  .is--ctl-register.is--minimal-header .header-main .logo-main,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo-main {
    padding-right: 0.625rem;
    width: 100%;
  }
  .is--ctl-checkout.is--minimal-header .header-main .logo--shop,
  .is--ctl-register.is--minimal-header .header-main .logo--shop,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo--shop {
    width: 35%;
  }
  .is--ctl-checkout.is--minimal-header .header-main .logo--link,
  .is--ctl-register.is--minimal-header .header-main .logo--link,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo--link {
    margin-top: 0;
    width: 80%;
  }
  .is--ctl-checkout.is--minimal-header .header-main .logo--supportinfo,
  .is--ctl-register.is--minimal-header .header-main .logo--supportinfo,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo--supportinfo {
    padding: 0.3125rem 0rem 0.3125rem 0rem;
    display: block;
    width: 35%;
  }
  .logo-main,
  .shop--navigation {
    float: left;
  }
  .shop--navigation {
    width: 65%;
  }
  .shop--navigation .navigation--list {
    background-image: none;
    text-align: right;
  }
  .shop--navigation .navigation--entry {
    border-radius: 3px;
    background-clip: padding-box;
    border: 0 none;
    width: auto;
    float: none;
    display: inline-block;
  }
  .shop--navigation .entry--cart .entry--link {
    padding: 0;
    display: inline-block;
  }
  .shop--navigation .entry--link {
    font-weight: 500;
  }
  .shop--navigation .entry--menu-left {
    display: none;
  }
  .shop--navigation .cart--quantity,
  .shop--navigation .search--display,
  .shop--navigation .entry--account {
    display: inline-block;
  }
  .shop--navigation .entry--search {
    font-size: 0.875rem;
    position: absolute;
    left: 3%;
    margin-right: 10%;
    background: #fff;
    padding: 0;
    border: 0 none;
    width: 50%;
  }
  .shop--navigation .entry--search .entry--trigger {
    display: none;
  }
  .shop--navigation .main-search--form {
    box-shadow: 0 0 0 transparent;
    display: block;
    padding: 0;
    border: 0 none;
  }
  .main-search--form {
    left: auto;
  }
  .account--dropdown-navigation {
    min-width: 12.5rem;
    max-width: 15.625rem;
    padding: 0.3125rem 0rem 0.3125rem 0rem;
    top: 2.8125rem;
    display: none;
    position: absolute;
    right: 0;
    z-index: 3500;
    text-align: left;
  }
  .js--is--dropdown-active .account--dropdown-navigation {
    display: block;
  }
  .account--dropdown-navigation .navigation--signin {
    padding-bottom: 0.375rem;
    margin-bottom: 0.375rem;
    margin-top: 0.3125rem;
    padding-top: 0;
  }
  .account--dropdown-navigation .navigation--signin .navigation--signin-btn.btn {
    width: 100%;
    margin-bottom: 0;
  }
  .account--dropdown-navigation .navigation--smartphone {
    display: none;
  }
  .account--dropdown-navigation .account--menu {
    text-align: left;
    background: #fff;
  }
  .account--dropdown-navigation .account--menu::after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 0.5rem;
    height: 0.5rem;
    right: 1.125rem;
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    border-color: #eaeaea;
    border-width: 0 0 1px 1px;
    border-style: solid;
    top: 0;
  }
  .account--dropdown-navigation .account--menu .sidebar--navigation {
    text-align: left;
  }
  .account--dropdown-navigation .account--menu .sidebar--navigation .navigation--entry {
    display: block;
  }
  .account--dropdown-navigation .account--menu .sidebar--navigation .navigation--link {
    padding: 0.1875rem 0rem 0.1875rem 0rem;
  }
  .account--dropdown-navigation .account--menu .sidebar--navigation .link--logout {
    padding: 0.625rem 0rem 0rem 1.4375rem;
  }
  .account--dropdown-navigation .account--menu .sidebar--navigation .link--logout:before {
    left: 0.125rem;
  }
  .account--dropdown-navigation .account--menu .sidebar--navigation .link--abort {
    padding-top: 0rem;
    margin-top: 0rem;
    border-top: 0 none;
    white-space: nowrap;
  }
  .main-search--results {
    width: 28.125rem;
    margin-left: -14.0625rem;
    top: 3.4375rem;
    left: 50%;
  }
  .main-search--results:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media screen and (min-width: 64em) {
  .header-main .logo-main {
    width: 30%;
  }
  .header-main .shop--navigation {
    width: 70%;
  }
  .shop--navigation .entry--search {
    width: 40%;
    margin-right: 8%;
  }
  .is--ctl-checkout.is--minimal-header .header-main,
  .is--ctl-register.is--minimal-header .header-main,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main {
    box-shadow: 0 1px 2px 0 #eaeaea;
  }
  .is--ctl-checkout.is--minimal-header .header-main .logo--shop,
  .is--ctl-register.is--minimal-header .header-main .logo--shop,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo--shop {
    width: 30%;
  }
  .is--ctl-checkout.is--minimal-header .header-main .logo--supportinfo,
  .is--ctl-register.is--minimal-header .header-main .logo--supportinfo,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo--supportinfo {
    width: 35%;
  }
  .is--ctl-checkout.is--minimal-header .header-main .btn--back-top-shop,
  .is--ctl-register.is--minimal-header .header-main .btn--back-top-shop,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main .btn--back-top-shop {
    display: inline-block;
    float: right;
  }
  .navigation--list .navigation--entry .btn {
    width: auto;
  }
  .navigation--list .entry--cart .cart--link {
    padding-left: 3.125rem;
  }
  .navigation--list .entry--cart .cart--link .cart--quantity {
    display: inline-block;
  }
  .navigation--list .entry--cart .cart--link .cart--amount {
    display: inline-block;
    color: #f36903;
    font-weight: 700;
  }
  .navigation--list .entry--cart .icon--basket {
    left: 0.5rem;
    display: block;
    position: absolute;
    top: 50%;
  }
  .navigation--list .entry--account .account--link {
    padding-left: 2.25rem;
  }
  .navigation--list .entry--account .account--link.account--user-loggedin:after {
    content: none;
    display: none;
  }
  .navigation--list .entry--account .icon--account {
    left: 0.5rem;
    display: block;
    position: absolute;
    top: 50%;
  }
  .navigation--list .account--display {
    display: inline-block;
  }
  .navigation--list .account--display.navigation--personalized {
    line-height: 1rem;
    font-size: 0.75rem;
    max-width: 5.625rem;
    margin-top: 0.125rem;
    text-align: left;
  }
  .navigation--list .account--display.navigation--personalized .account--display-greeting {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 700;
  }
}
@media screen and (min-width: 78.75em) {
  .header-main .top-bar {
    margin-bottom: 0.125rem;
  }
  .header-main .logo--shop {
    width: 75%;
  }
  .is--ctl-checkout.is--minimal-header .header-main,
  .is--ctl-register.is--minimal-header .header-main,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main {
    box-shadow: 0 1px 2px 0 #eaeaea;
  }
  .is--ctl-checkout.is--minimal-header .header-main .logo-main,
  .is--ctl-register.is--minimal-header .header-main .logo-main,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo-main {
    padding-right: 0;
  }
  .is--ctl-checkout.is--minimal-header .header-main .logo--shop,
  .is--ctl-register.is--minimal-header .header-main .logo--shop,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo--shop {
    width: 30%;
  }
  .is--ctl-checkout.is--minimal-header .header-main .logo--supportinfo,
  .is--ctl-register.is--minimal-header .header-main .logo--supportinfo,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo--supportinfo {
    width: 35%;
  }
  .is--ctl-checkout.is--minimal-header .header-main .btn--back-top-shop,
  .is--ctl-register.is--minimal-header .header-main .btn--back-top-shop,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main .btn--back-top-shop {
    display: inline-block;
    float: right;
  }
  .shop--navigation {
    width: 75%;
  }
  .shop--navigation .navigation--link {
    padding: 0.5rem 1rem 1rem 1rem;
  }
  .shop--navigation .entry--link {
    font-size: 0.875rem;
  }
  .shop--navigation .entry--trigger {
    margin-right: 0.875rem;
  }
  .shop--navigation .entry--search {
    width: 40%;
  }
  .shop--navigation .entry--cart {
    margin-right: 0;
  }
  .account--menu.is--personalized .navigation--link.navigation--personalized {
    padding-bottom: 0;
  }
  .header-main .top-bar--navigation .service--list {
    right: 0;
  }
  .header-main .top-bar--navigation .navigation--entry:last-child {
    padding-right: 0;
  }
  .cart--display {
    margin: 0rem 1.5625rem 0rem 0.3125rem;
    font-weight: 700;
    color: #a87f40;
  }
}
/*
Main navigation
==========================================
Contains the styles of the main navigation of the Shopware storefront.

The main navigation is positioned above the content section.

It contains the viewport specific styles inside media queries.
*/
.navigation-main {
  background: #fff;
  display: none;
}
@media screen and (min-width: 48em) {
  .navigation-main {
    border-bottom: 1px solid #f36903;
    display: block;
    position: relative;
  }
  .navigation-main .navigation--list {
    padding: 0rem 0.625rem 0rem 0.625rem;
    margin: 0;
    position: relative;
    white-space: nowrap;
  }
  .navigation-main .navigation--list:after {
    content: "";
    display: table;
    clear: both;
  }
  .navigation-main .navigation--entry {
    display: inline-block;
    -ms-touch-action: none;
  }
  .navigation-main .navigation--link {
    -webkit-transition: none;
    transition: none;
    padding: 0.5rem 0.875rem 0.5rem 0.875rem;
    font-size: 1rem;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-clip: padding-box;
    margin: 0;
    display: block;
    cursor: pointer;
    color: #a87f40;
  }
  .navigation-main .navigation--link:hover {
    color: #f36903;
  }
  .navigation-main .is--active .navigation--link {
    background-color: #ff8a34;
    background-image: linear-gradient(to bottom, #ff8a34 0%, #f36903 100%);
    font-weight: 700;
    color: #fff;
  }
  .navigation-main .is--active .navigation--link:hover {
    color: #fff;
  }
}
@media screen and (min-width: 78.75em) {
  .navigation-main .navigation--list {
    padding: 0;
  }
}
/*
Breadcrumb
=================================
Defines the styling for the content breadcrumb elements that display the page location.

Every breadcrumb entry is followed by a breadcrumb separator list-entry with an arrow icon.

The main breadcrumb is positioned below the main navigation bar.

```
<nav class="content--breadcrumb">
    <ul class="breadcrumb--list" role="menu">
        <li class="breadcrumb--entry" role="menuitem" itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb">
            <a class="breadcrumb--link" href="" itemprop="url">
                <span class="breadcrumb--title" itemprop="title">
                     Breadcrumb entry 1
                </span>
            </a>
        </li>

        <li class="breadcrumb--separator">
            <i class="icon--arrow-right"></i>
        </li>

        <li class="breadcrumb--entry" role="menuitem" itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb">
            <a class="breadcrumb--link" href="" itemprop="url">
                <span class="breadcrumb--title" itemprop="title">
                     Breadcrumb entry 2
                </span>
            </a>
        </li>
    </ul>
</nav>
```
*/
.content--breadcrumb {
  font-size: 0.875rem;
  display: block;
  float: none;
  border-bottom: 1px solid #eaeaea;
}
.content--breadcrumb:after {
  content: "";
  display: table;
  clear: both;
}
.content--breadcrumb .breadcrumb--list {
  overflow: hidden;
}
.content--breadcrumb .breadcrumb--entry,
.content--breadcrumb .breadcrumb--separator {
  display: none;
  float: left;
  list-style: none;
  white-space: nowrap;
  overflow: hidden;
}
.content--breadcrumb .breadcrumb--entry:last-child,
.content--breadcrumb .breadcrumb--separator:last-child {
  display: list-item;
}
.content--breadcrumb .breadcrumb--link,
.content--breadcrumb .breadcrumb--separator {
  line-height: 1.5rem;
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
}
.content--breadcrumb .breadcrumb--separator {
  font-size: 0.5625rem;
}
.content--breadcrumb .breadcrumb--link {
  display: block;
  color: #a87f40;
}
.content--breadcrumb .breadcrumb--link:hover {
  color: #f36903;
}
.content--breadcrumb .is--active .breadcrumb--link {
  color: #f36903;
}
.content--breadcrumb .breadcrumb--button {
  padding: 0.625rem 0rem 0.625rem 0.625rem;
  display: inline-block;
  float: left;
  list-style: none;
}
.content--breadcrumb .breadcrumb--button .breadcrumb--title {
  padding-right: 1.25rem;
  border-right: 1px solid #eaeaea;
}
.content--breadcrumb .breadcrumb--button .icon--arrow-left {
  font-size: 0.5625rem;
  margin-right: 0.625rem;
}
@media screen and (min-width: 48em) {
  .content--breadcrumb {
    padding: 0rem 1.25rem 0rem 1.25rem;
  }
  .content--breadcrumb .breadcrumb--list {
    padding-left: 0;
  }
  .content--breadcrumb .breadcrumb--entry,
  .content--breadcrumb .breadcrumb--separator {
    display: list-item;
  }
  .content--breadcrumb .breadcrumb--button {
    margin-right: 0.625rem;
    padding: 0.625rem 1.875rem 0.625rem 0.625rem;
  }
  .content--breadcrumb .breadcrumb--button .breadcrumb--title {
    padding-right: 0rem;
    border-right: 0 none;
  }
}
@media screen and (min-width: 78.75em) {
  .content--breadcrumb {
    padding: 0rem 2.5rem 0rem 2.5rem;
  }
}
/*
Detail
=======================================
Defines the styling for the Shopware 5 detail page elements.

It contains the product actions, the product information such as pictures and details and the user ratings of the product.
*/
.product--details .product--actions {
  margin: 0rem 0rem 0.625rem 0rem;
  padding: 0rem 0rem 0.625rem 0rem;
  border-top: 0 none;
  border-bottom: 1px solid #eaeaea;
}
.product--details .product--actions:after {
  content: "";
  display: table;
  clear: both;
}
.product--details .product--actions .js--off-canvas-button {
  display: inline-block;
}
.product--details .product--header {
  padding: 0.625rem 0rem 0.625rem 0rem;
  min-height: 4.375rem;
  box-sizing: content-box;
}
.product--details .product--header:after {
  content: "";
  display: table;
  clear: both;
}
.product--details .product--header .product--title {
  font-size: 1.3125rem;
  margin: 0;
  padding: 0;
  font-weight: 700;
  color: #71552b;
}
.product--details .product--supplier,
.product--details .product--rating-container {
  width: 50%;
}
.product--details .product--rating-link {
  display: inline-block;
}
.product--details .product--rating-link.js--off-canvas-button {
  border: none;
  margin: unset;
  padding: unset;
}
.product--details .product--rating {
  font-size: 1.1875rem;
  display: block;
  letter-spacing: -1px;
  color: #a87f40;
}
.product--details .product--rating:after {
  content: "";
  display: table;
  clear: both;
}
.product--details .product--rating .rating--count-wrapper {
  font-size: 1rem;
  margin-left: 0.625rem;
  line-height: 1.5625rem;
  vertical-align: text-top;
  letter-spacing: 1px;
}
.product--details .product--supplier {
  height: 2.1875rem;
  text-align: right;
  float: right;
  margin: 0;
}
.product--details .product--supplier .product--supplier-link {
  height: 2.1875rem;
  display: inline-block;
  max-width: 100%;
}
.product--details .product--supplier.image--svg img {
  height: 100%;
}
.product--details .product--rating-container {
  margin: 0.3125rem 0rem 0rem 0rem;
  float: left;
}
.product--details .product--image-container {
  margin: 0rem 0rem 1.25rem 0rem;
  width: 100%;
}
.product--details .product--image-container .image-slider--slide {
  margin-right: -0.5px;
}
.product--details .alert {
  margin: 0rem 0rem 0.625rem 0rem;
}
.product--details .product--tax {
  font-size: 0.75rem;
  margin: 0;
}
.product--details .product--buybox {
  margin: 0rem 0rem 0.625rem 0rem;
  width: 100%;
}
.product--details .product--buybox .product--price {
  margin: 0;
}
.product--details .product--buybox .price--label {
  font-weight: 700;
}
.product--details .product--buybox .price--line-through {
  text-decoration: line-through;
}
.product--details .product--buybox .price--discount .price--content {
  color: #d30909;
}
.product--details .product--buybox .price--content {
  font-size: 1.75rem;
  white-space: nowrap;
  color: #71552b;
  font-weight: 700;
  display: inline-block;
  line-height: 1;
}
.product--details .product--buybox .content--discount {
  font-size: 0.875rem;
  padding: 0.25rem 0rem 0.25rem 0rem;
  white-space: nowrap;
  display: inline-block;
}
.product--details .product--buybox .price--discount-icon {
  padding: 0.375rem 0.4375rem 0.375rem 0.4375rem;
  margin: 0rem 0.3125rem 0rem 0.3125rem;
  font-size: 0.8125rem;
  border-radius: 0.1875rem;
  display: inline-block;
  position: relative;
  background: #d30909;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  vertical-align: top;
}
.product--details .product--configurator .reset--configuration {
  margin: 0rem 0rem 1.25rem 0rem;
  white-space: nowrap;
}
.product--details .product--configurator .alert {
  margin: 0.625rem 0rem 0rem 0rem;
}
.product--details .buybox--form {
  padding: 0.625rem 0rem 0.625rem 0rem;
}
.product--details .buybox--quantity {
  margin: 0 2% 0 0;
  width: 35%;
}
.product--details .buybox--quantity .select-field select {
  font-size: 1rem;
  font-weight: 700;
}
.product--details .buybox--button {
  font-size: 1rem;
  white-space: nowrap;
  width: 63%;
}
.product--details .product--base-info {
  margin: 0.625rem 0rem 0.625rem 0rem;
  font-size: 0.875rem;
}
.product--details .product--base-info .entry--label {
  margin: 0rem 0.5rem 0rem 0rem;
  width: 35%;
  display: inline-block;
}
.product--details .content--description,
.product--details .content--product-reviews,
.product--details .content--related-products,
.product--details .content--similar-products {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
}
.product--details .product--properties {
  margin: 0rem 0rem 0.625rem 0rem;
}
.product--details .product--properties .product--properties-table {
  width: 100%;
  background: #ffffff;
}
.product--details .product--properties td {
  padding: 0.3125rem 0.625rem 0.3125rem 0.625rem;
  width: 50%;
  border: 0 none;
}
.product--details .product--properties tr:nth-child(even) td {
  background: #f5f5f5;
}
.product--details .content--title {
  font-size: 1.125rem;
  margin: 0.625rem 0rem 0.3125rem 0rem;
  font-weight: 700;
  color: #71552b;
}
.product--details .content--title.title--description-supplier {
  margin-top: 1.5625rem;
}
.product--details .content--link [class^=icon] {
  font-size: 0.625rem;
  margin: -0.125rem 0.5rem 0rem 0rem;
}
.product--details .block-prices--container {
  margin: 0rem 0rem 0.75rem 0rem;
  display: block;
}
.product--details .block-prices--container .block-prices--table {
  width: 100%;
}
.product--details .block-prices--container .block-prices--table td,
.product--details .block-prices--container .block-prices--table th {
  padding: 0.25rem 0.625rem 0.25rem 0.625rem;
}
.product--details .block-prices--container .block-prices--table th {
  color: #fff;
  text-align: left;
}
.product--details .listing .product--box .panel--body {
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}
.product--details .action--form {
  float: left;
}
.product--details .action--link {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  margin: 0rem 2.1875rem 0.3125rem 0rem;
  color: #a87f40;
  white-space: nowrap;
}
.product--details .action--link.action--compare {
  display: none;
}
.product--details .action--link:last-child {
  margin-right: 0;
}
.product--details .action--link:hover {
  color: #f36903;
}
.product--details .action--link *[class^="icon"] {
  font-size: 0.75rem;
  margin: 0rem 0.3125rem 0rem 0rem;
}
.product--details .action--link *[class="icon--star"] {
  font-size: 0.875rem;
  margin: 0rem 0.3125rem 0rem 0rem;
}
.product--details .action--compare {
  display: none;
}
.product--details .link--notepad:focus {
  outline: none;
}
.product--details .link--notepad.js--is-saved {
  color: #2ecc71;
}
.product--details .price--unit {
  font-size: 0.75rem;
}
.product--details .delivery--text {
  font-size: 0.875rem;
}
.product--details .similar--content .product-slider,
.product--details .viewed--content .product-slider,
.product--details .bought--content .product-slider,
.product--details .related--content .product-slider,
.product--details .product-streams--content .product-slider {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  min-height: 16.875rem;
}
.product--details .similar--content .product-slider--arrow.arrow--prev,
.product--details .viewed--content .product-slider--arrow.arrow--prev,
.product--details .bought--content .product-slider--arrow.arrow--prev,
.product--details .related--content .product-slider--arrow.arrow--prev,
.product--details .product-streams--content .product-slider--arrow.arrow--prev {
  border-left: 0 none;
}
.product--details .similar--content .product-slider--arrow.arrow--next,
.product--details .viewed--content .product-slider--arrow.arrow--next,
.product--details .bought--content .product-slider--arrow.arrow--next,
.product--details .related--content .product-slider--arrow.arrow--next,
.product--details .product-streams--content .product-slider--arrow.arrow--next {
  border-right: 0 none;
}
.product--navigation {
  display: none;
}
.review--form .review--field {
  margin: 0rem 0rem 0.625rem 0rem;
  width: 100%;
}
.review--form .review--field.select-field {
  max-width: 100%;
}
.review--form .review--notice {
  font-size: 0.75rem;
}
.product--description ol,
.product--description ul {
  margin: 0rem 1rem 1rem 1rem;
  padding: 0;
}
.product--description ol li,
.product--description ul li {
  margin: 0rem 0rem 0rem 0.375rem;
}
.review--entry {
  border-radius: 3px;
  background-clip: padding-box;
  margin: 0rem 0rem 1.5625rem 0rem;
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  font-size: 0.875rem;
  background: #fff;
  border: 1px solid #eaeaea;
}
.review--entry.is--last {
  margin: 0rem 0rem 1.875rem 0rem;
}
.review--entry.has--answer {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  margin: 0;
}
.review--entry .entry--header,
.review--entry .product--rating {
  margin-bottom: 0.625rem;
}
.review--entry .content--label {
  margin: 0rem 0.5rem 0rem 0rem;
  float: left;
}
.review--entry .content--field:after {
  content: "";
  display: table;
  clear: both;
}
.review--entry .content--title {
  font-size: 1rem;
}
.review--entry .review--content {
  font-size: 0.875rem;
  margin: 0;
}
.review--entry.is--answer {
  margin: 0rem 0.625rem 1.875rem 0.625rem;
  padding: 1.25rem 0.625rem 1.25rem 0.625rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
  background: #5a5a5a;
  border-top: 0;
}
.review--entry.is--answer .entry--header {
  position: relative;
  border: 0 none;
}
.review--entry.is--answer .entry--header::after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  top: -0.5625rem;
  background: #5a5a5a;
}
.content--product-reviews .alert {
  margin: 0rem 0rem 1rem 0rem;
}
.content--product-reviews .captcha--notice {
  font-size: 0.75rem;
  line-height: 1.2;
}
.product--rating-count {
  margin-left: 0.5rem;
  padding: 0.125rem 0.4375rem 0.125rem 0.4375rem;
  border-radius: 3px;
  background-clip: padding-box;
  background: #a87f40;
  color: #fff;
  font-weight: 700;
}
.product--notification {
  margin: 0rem 0rem 1rem 0rem;
}
.product--notification .alert {
  margin: 0rem 0rem 0.5rem 0rem;
  word-wrap: break-word;
}
.product--notification .notification--field {
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
  margin: 0rem 0rem 0.625rem 0rem;
  position: relative;
  width: 80%;
}
.product--notification .notification--field:focus {
  z-index: 1;
}
.product--notification .notification--button {
  padding: 0.1875rem 0.625rem 0.1875rem 0.625rem;
  margin: 0rem 0rem 0.625rem 0rem;
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  margin-left: -0.0625rem;
  position: relative;
  width: 20%;
}
.product--notification .notification--button .icon--mail {
  font-size: 0.75rem;
}
.product--notification .privacy-information {
  margin: 0rem 0rem 0rem 0rem;
}
.configurator--form {
  padding: 0.625rem 0rem 0.625rem 0rem;
}
.configurator--form .select-field {
  max-width: 100%;
}
.configurator--label {
  margin: 0.375rem 0rem 0.25rem 0rem;
  font-size: 0.875rem;
  font-weight: 700;
}
.is--ctl-detail .content-main--inner {
  background: #fff;
  position: relative;
}
.link--prev-button,
.link--next-button {
  display: none;
}
.base-info--entry {
  margin: 0rem 0rem 0.3125rem 0rem;
}
.tab--navigation {
  display: none;
}
.tab--title {
  color: #a87f40;
  font-weight: 700;
}
.tab--title:hover {
  color: #f36903;
}
.tab--title:after {
  right: 0.625rem;
  font-size: 1.125rem;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  content: "";
  font-family: 'shopware';
}
.tab-menu--cross-selling .tab--container {
  margin: 0rem 0rem 0.625rem 0rem;
  border-radius: 3px;
  background-clip: padding-box;
  border: 1px solid #eaeaea;
  display: none;
}
.tab-menu--cross-selling .tab--container.has--content {
  display: block;
}
.tab-menu--cross-selling .tab--container:last-child {
  margin: 0rem 0rem 0rem 0rem;
}
.tab-menu--cross-selling .tab--header.is--active {
  border-bottom: 1px solid #eaeaea;
}
.tab-menu--cross-selling .tab--header.is--active .tab--title:after {
  content: "\e68e";
}
.tab-menu--cross-selling .tab--title {
  padding: 0.625rem 2.375rem 0.625rem 0.625rem;
  line-height: 1.25rem;
  position: relative;
  display: block;
}
.tab-menu--cross-selling .tab--title:after {
  content: "\e68f";
}
@media screen and (min-width: 30em) {
  .product--details .configurator--form .select-field {
    height: 2.375rem;
    max-width: 80%;
  }
  .product--details .configurator--form .select-field select {
    line-height: 2.25rem;
  }
  .product--details .configurator--form .select-field:after {
    height: 2.25rem;
  }
  .product--details .configurator--form,
  .product--details .buybox--form {
    width: 80%;
  }
  .tab-menu--product {
    margin: 0rem 0rem 0.625rem 0rem;
  }
  .tab-menu--product .tab--navigation {
    display: block;
  }
  .tab-menu--product .tab--header,
  .tab-menu--product .tab--preview {
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .product--details .product--header {
    padding: 1.875rem 0rem 1.25rem 0rem;
  }
  .product--details .product--header .product--title {
    font-size: 1.75rem;
    line-height: 1.875rem;
    width: 80%;
    float: left;
    border: 0 none;
  }
  .product--details .product--supplier {
    height: 4.375rem;
    width: 20%;
    float: right;
  }
  .product--details .product--supplier .product--supplier-link {
    height: 4.375rem;
  }
  .product--details .action--link.action--compare {
    display: inline-block;
  }
  .product--details .product--rating-container {
    width: 80%;
    float: left;
  }
  .product--details .product--image-container {
    width: 100%;
  }
  .product--details .product--base-info .entry--label {
    margin: 0rem 0.5rem 0rem 0rem;
  }
  .product--details .content--description,
  .product--details .content--product-reviews {
    padding: 1.875rem 1.875rem 1.875rem 1.875rem;
  }
  .product--details .content--related-products,
  .product--details .content--similar-products {
    padding: 1.25rem 2.1875rem 1.25rem 2.1875rem;
  }
  .product--details .product--properties {
    margin: 0rem 0rem 1.25rem 0rem;
  }
  .product--details .block-prices--container {
    margin-top: 0.75rem;
  }
  .product--details .tab--navigation {
    display: block;
  }
  .product--details .tab--header,
  .product--details .tab--preview {
    display: none;
  }
  .product--details .review--entry {
    padding: 1.875rem 1.875rem 1.875rem 1.875rem;
  }
  .product--details .review--entry.is--answer {
    padding: 1.875rem 1.25rem 1.875rem 1.25rem;
  }
  .product--details .tab--container {
    margin: 0rem 0rem 0rem 0rem;
  }
  .product--details .tab-menu--product {
    margin: 0rem 0rem 1.875rem 0rem;
  }
  .product--details .tab-menu--cross-selling .tab--container {
    display: none;
  }
  .product--details .review--form-container {
    width: 80%;
  }
}
@media screen and (min-width: 64em) {
  .product--details .product--image-container {
    width: 58%;
    margin-right: 4%;
    float: left;
  }
  .product--details .product--buybox {
    width: 38%;
  }
  .product--details .configurator--form {
    padding: 0.625rem 0rem 0.625rem 0rem;
  }
  .product--details .buybox--inner {
    width: 100%;
    float: none;
  }
  .product--details .product--base-info {
    margin: 0.625rem 0rem 1.25rem 0rem;
    padding: 0;
    width: 100%;
    float: none;
  }
  .product--details .product--properties {
    width: 50%;
  }
  .product--details .action--link {
    margin-right: 1.5625rem;
  }
  .product--details .review--form-container {
    width: 70%;
  }
  .product--details .product--actions {
    padding: 0rem 0rem 0.3125rem 0rem;
    border-bottom: 1px solid #eaeaea;
  }
  .product--details .product--buybox {
    border-bottom: 0 none;
  }
  .product--details .configurator--form,
  .product--details .buybox--form {
    width: 100%;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-detail .page-wrap {
    overflow-x: hidden;
  }
  .product--details .product--header {
    padding-top: 2.8125rem;
  }
  .product--details .review--form-container {
    width: 60%;
  }
  .product--navigation {
    display: block;
    position: relative;
  }
  .product--navigation .navigation--link {
    top: 8.75rem;
    display: none;
    position: absolute;
  }
  .product--navigation .link--prev-button,
  .product--navigation .link--next-button {
    width: 2.5rem;
    height: 15.9375rem;
    line-height: 15.9375rem;
    font-size: 1.5625rem;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    background: rgba(168, 127, 64, 0.1);
    text-align: center;
    color: #fff;
    display: block;
  }
  .product--navigation .link--prev-button .link--prev-inner,
  .product--navigation .link--next-button .link--prev-inner,
  .product--navigation .link--prev-button .link--next-inner,
  .product--navigation .link--next-button .link--next-inner {
    display: none;
  }
  .product--navigation .image--wrapper {
    padding: 0.9375rem 0.9375rem 0.9375rem 0.9375rem;
    width: 12.5rem;
    height: 15.9375rem;
    float: left;
    background: #fff;
    position: relative;
  }
  .product--navigation .image--container {
    -webkit-transition: all 0.45s cubic-bezier(0.16, 0.04, 0.14, 1);
    transition: all 0.45s cubic-bezier(0.16, 0.04, 0.14, 1);
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
  }
  .product--navigation .link--prev-button {
    border-top-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
    background-clip: padding-box;
    float: left;
  }
  .product--navigation .link--prev-button:before {
    font-family: 'shopware';
    content: "\e611";
  }
  .product--navigation .link--next-button {
    border-top-left-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
    background-clip: padding-box;
    float: right;
  }
  .product--navigation .link--next-button:before {
    font-family: 'shopware';
    content: "\e60f";
  }
  .product--navigation .link--prev,
  .product--navigation .link--next {
    -webkit-transition: all 0.38s cubic-bezier(0.16, 0.04, 0.14, 1);
    transition: all 0.38s cubic-bezier(0.16, 0.04, 0.14, 1);
  }
  .product--navigation .link--prev:hover .link--prev-button,
  .product--navigation .link--next:hover .link--prev-button,
  .product--navigation .link--prev:hover .link--next-button,
  .product--navigation .link--next:hover .link--next-button {
    background: rgba(168, 127, 64, 0.2);
  }
  .product--navigation .link--prev {
    left: -2.5rem;
  }
  .product--navigation .link--prev .image--container {
    left: 3.125rem;
  }
  .product--navigation .link--prev.can--slide:hover {
    left: -8.75rem;
  }
  .product--navigation .link--prev.can--slide:hover .image--container {
    left: 0;
  }
  .product--navigation .link--next {
    right: -2.5rem;
  }
  .product--navigation .link--next .image--container {
    right: 3.125rem;
  }
  .product--navigation .link--next.can--slide:hover {
    right: -8.75rem;
  }
  .product--navigation .link--next.can--slide:hover .image--container {
    right: 0;
  }
  .product--supplier {
    height: 4.375rem;
  }
  .product--supplier .product--supplier-link {
    height: 4.375rem;
  }
  .content--description,
  .content--product-reviews {
    padding: 0.625rem 2.8125rem 2.8125rem 2.8125rem;
  }
  .content--related-products,
  .content--similar-products {
    padding: 1.875rem 2.8125rem 1.25rem 2.8125rem;
  }
  .product--notification {
    margin: 0rem 0rem 1.25rem 0rem;
  }
  .product--notification .alert {
    margin: 0rem 0rem 0.625rem 0rem;
  }
}
/*
Footer
==========================================
Defines the styles for the storefront footer and its components.

Contains the footer columns, the navigation elements and the vat notice/logo at the bottom of the page.

It contains the viewport specific styles inside media queries.

The footer element sizes are defined with the unitize mixin.
*/
.footer-main {
  background: #fff;
}
.footer-main .footer--phone-link {
  font-size: 1.1875rem;
  font-weight: 700;
  color: #a87f40;
}
.footer-main .footer--column {
  padding: 0rem 0.625rem 0rem 0.625rem;
  border-top: 1px solid #eaeaea;
}
.footer-main .footer--column.is--last {
  border-bottom: 1px solid #eaeaea;
}
.footer-main .column--headline {
  -webkit-user-select: none;
  user-select: none;
  padding: 0.5rem 0rem 0.5rem 0rem;
  margin: 0;
  font-weight: 700;
  color: #f36903;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.625rem;
}
.footer-main .column--headline.is--active::after {
  content: "\e68e";
}
.footer-main .column--headline::after {
  font-size: 1.125rem;
  font-family: 'shopware';
  color: #a87f40;
  font-weight: 700;
  content: "\e68f";
  float: right;
}
.footer-main .column--content {
  display: none;
}
.footer-main .column--content.is--active {
  display: block;
}
.footer-main .footer--bottom {
  font-size: 0.75rem;
  padding: 1.33333333rem 1rem 0rem 1rem;
  text-align: center;
}
.footer-main .footer--copyright {
  font-size: 0.8125rem;
}
.footer-main .footer--logo {
  font-size: 1.75rem;
  color: #009fe3;
}
.footer-main .navigation--list {
  padding: 0rem 0rem 1rem 0rem;
}
.footer-main .navigation--list .is--level1 {
  padding-bottom: 0.625rem;
}
.footer-main .navigation--list .is--level1 .navigation--entry {
  margin-left: 0.625rem;
}
.footer-main .navigation--link {
  padding: 0.625rem 0rem 0.625rem 0rem;
  display: block;
  color: #a87f40;
  cursor: pointer;
}
.footer-main .navigation--link:hover {
  color: #f36903;
}
.footer-main .newsletter--form {
  padding: 0rem 0rem 1rem 0rem;
}
.footer-main .newsletter--form:after {
  content: "";
  display: table;
  clear: both;
}
.footer-main .newsletter--field {
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
  margin: 0rem 0rem 0.625rem 0rem;
  position: relative;
  width: 87.5%;
  float: left;
}
.footer-main .newsletter--field:focus {
  z-index: 1;
}
.footer-main .newsletter--button {
  box-shadow: 0 0 0 transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  margin: 0rem 0rem 0.625rem 0rem;
  padding: 0.1875rem 0.3125rem 0.1875rem 0.3125rem;
  margin-left: -0.0625rem;
  position: relative;
  width: 12.5%;
  text-align: center;
  float: left;
}
.footer-main .newsletter--button .icon--mail {
  font-size: 0.875rem;
  margin-right: 0rem;
}
.footer-main .newsletter--button .button--text {
  display: none;
}
.footer-main .footer--logo {
  padding: 0.625rem 0rem 0.625rem 0rem;
}
.footer-vat {
  margin-top: 0.625rem;
  padding: 0rem 0.3125rem 0rem 0.3125rem;
  background: transparent;
}
.footer--vat-info .vat-info--text {
  font-size: 0.75rem;
  margin-bottom: 0.625rem;
  text-align: center;
}
.footer-minimal {
  font-size: 0.8125rem;
  padding: 2.5rem 0.625rem 1.25rem 0.625rem;
  background: transparent;
  text-align: center;
}
.footer-main .footer-minimal {
  padding: 0;
}
.footer-minimal .footer--service-menu .service--list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer-minimal .footer--service-menu .service--list .service--link {
  padding: 0.5rem 0.125rem 0.5rem 0.125rem;
  display: inline-block;
}
.footer-minimal .footer--service-menu .service--list .service--entry {
  display: inline-block;
}
.footer-minimal .footer--service-menu .service--list .service--entry:after {
  height: 0.625rem;
  width: 0.0625rem;
  margin: 0rem 0.3125rem 0rem 0.3125rem;
  border-left: 1px solid #d1d1d1;
  display: inline-block;
  content: '';
}
.footer-minimal .footer--service-menu .service--list .service--entry:last-child:after {
  display: none;
}
.footer-minimal .footer--vat-info {
  margin: 0.9375rem 0rem 0.625rem 0rem;
}
.footer-minimal .footer--vat-info .vat-info--text {
  line-height: 1.125rem;
  margin: 0;
}
@media screen and (min-width: 48em) {
  .footer-main .footer-minimal {
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .footer-main {
    border-top: 1px solid #eaeaea;
  }
  .footer-main .column--headline {
    margin: 1.75rem 0rem 0.625rem 0rem;
    padding: 0;
    cursor: text;
  }
  .footer-main .column--headline::after {
    display: none;
  }
  .footer-main .footer--column {
    padding: 0rem 0.625rem 0rem 0rem;
    width: 25%;
    border: 0 none;
  }
  .footer-main .footer--column.is--last {
    padding-right: 0;
    border-bottom: 0 none;
  }
  .footer-main .footer--columns {
    padding: 0rem 1.875rem 0rem 1.875rem;
    border-bottom: 1px solid #eaeaea;
  }
  .footer-main .column--content {
    display: block;
  }
  .footer-main .navigation--list .is--level1 {
    display: none;
  }
  .footer-main .navigation--entry {
    padding: 0;
  }
  .footer-main .navigation--link {
    line-height: 1.7;
    padding: 0;
  }
  .footer-main .newsletter--field {
    width: 80%;
  }
  .footer-main .newsletter--button {
    width: 20%;
  }
  .footer-main .newsletter--button .icon--mail {
    font-size: 0.75rem;
  }
  .footer-vat {
    padding: 0;
  }
  .footer--vat-info .vat-info--text {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 78.75em) {
  .footer-main .footer--columns {
    padding: 0rem 0rem 1.25rem 0rem;
  }
  .footer-main .footer--bottom {
    font-size: 0.9375rem;
  }
  .footer-minimal {
    padding-top: 0;
  }
}
/*
Sidebar
==============================================
Defines the styling of the storefront sidebar navigation and its components.

The sidebar is displayed inside the off-canvas menu on small devices.

```
<ul class="sidebar--navigation">
    <li class="navigation--entry is--active has--sub-categories has--sub-children">
        <a class="navigation--link is--active has--sub-categories">
            Sidebar Head
        </a>
        <ul class="sidebar--navigation is--level1">
            <li class="navigation--entry has--sub-children" role="menuitem">
                <a class="navigation--link">
                    Navigation entry
                </a>
                <a class="navigation--link">
                    Navigation entry
                </a>
                <a class="navigation--link">
                    Navigation entry
                </a>
            </li>
        </ul>
    </li>
</ul>
```
*/
body > .sidebar-main {
  padding-bottom: 1.25rem;
  border-right: #eaeaea;
}
body > .sidebar-main:after {
  content: "";
  display: table;
  clear: both;
}
.sidebar-main.off-canvas,
#cookie-consent {
  background: #5a5a5a;
}
.mobile--switches {
  padding: 0.375rem 0.625rem 0.375rem 0.625rem;
  height: 2.6875rem;
  display: block;
}
.mobile--switches:after {
  content: "";
  display: table;
  clear: both;
}
.mobile--switches .navigation--entry {
  margin-right: 1.25rem;
  float: left;
}
.mobile--switches .field--select,
.mobile--switches .navigation--entry {
  height: 1.875rem;
}
.mobile--switches .field--select {
  position: relative;
}
.mobile--switches .select-field {
  height: 1.875rem;
}
.mobile--switches .select-field select {
  border-radius: 0;
  padding: 0rem 1.125rem 0rem 0rem;
  line-height: 1.75rem;
  font-size: 1rem;
  background: none;
  border: 0 none;
}
.mobile--switches .select-field:after {
  height: 1.5625rem;
  line-height: 1.75rem;
  width: auto;
  border: 0 none;
}
.mobile--switches .top-bar--language .select-field {
  width: 2rem;
}
.mobile--switches .top-bar--language .select-field select {
  text-indent: -9999px;
}
.mobile--switches .top-bar--language .language--flag {
  margin-top: -0.375rem;
  position: absolute;
  z-index: 900;
  top: 50%;
  left: 0;
  pointer-events: none;
}
.campaign--box {
  display: none;
}
.sidebar--navigation {
  border-radius: 0;
  margin: 0;
  border-left: 0 none;
  border-right: 0 none;
}
.sidebar--navigation .navigation--entry {
  position: relative;
}
.sidebar--navigation .navigation--link {
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  width: 100%;
  height: 100%;
  display: block;
}
.sidebar--navigation .navigation--link .is--icon-right {
  margin-top: 0.3125rem;
  font-size: 0.625rem;
  display: inline-block;
  float: right;
}
.sidebar--navigation .navigation--link:hover {
  color: #f36903;
}
.sidebar--navigation.show--active-items .navigation--link.is--active {
  color: #f36903;
  font-weight: 700;
}
.offcanvas--overlay {
  width: 17.5rem;
  top: 2.625rem;
  background: #5a5a5a;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  left: 0;
  padding: 0;
  z-index: 1200;
  bottom: 0;
}
.offcanvas--overlay.background {
  z-index: 1100;
}
.offcanvas--overlay .overlay--headline {
  margin-bottom: 0.625rem;
  border-bottom: 1px solid #eaeaea;
  width: 100%;
  background: #fff;
}
.offcanvas--overlay .overlay--category {
  margin: 1rem 0.625rem 0.375rem 0.625rem;
  line-height: 1.625rem;
}
.offcanvas--overlay .overlay--category .category--headline {
  font-size: 0.875rem;
  color: #71552b;
  margin: 0;
  padding: 0;
  font-weight: 700;
}
.offcanvas--overlay .is--icon-left {
  margin-top: 0.3125rem;
  margin-right: 0.3125rem;
  font-size: 0.625rem;
  display: inline-block;
}
.offcanvas--overlay .is--icon-right {
  margin-top: 0.3125rem;
  font-size: 0.625rem;
  display: inline-block;
  float: right;
}
.offcanvas--overlay .is--back-button {
  font-weight: 700;
}
.offcanvas--overlay .is--display-button {
  color: #f36903;
  font-weight: 700;
}
.has--cssanimations .sidebar--ajax-loader {
  top: 0.75rem;
  right: 0.9375rem;
  position: absolute;
  display: none;
}
.has--cssanimations .sidebar--ajax-loader::before {
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-clip: padding-box;
  -webkit-animation: keyframe--spin 1s linear infinite;
  animation: keyframe--spin 1s linear infinite;
  display: block;
  content: "";
  border: 2px solid #eaeaea;
  border-top: 2px solid #6a6a6a;
}
.sidebar--ajax-loader {
  top: 0.75rem;
  right: 0.9375rem;
  position: absolute;
  display: none;
}
.sidebar--ajax-loader::before {
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-clip: padding-box;
  -webkit-animation: keyframe--spin 1s linear infinite;
  animation: keyframe--spin 1s linear infinite;
  display: block;
  content: "";
  border: 2px solid #eaeaea;
  border-top: 2px solid #6a6a6a;
}
.listing--sidebar {
  overflow: hidden;
  width: 0;
  height: 0;
  margin-bottom: 1.25rem;
}
.listing--sidebar .sidebar-filter .off-canvas.is--open.is--ajax-reload {
  overflow: hidden;
}
.listing--sidebar .sidebar-filter .off-canvas.is--open.is--ajax-reload .filter--container {
  overflow: auto;
  position: absolute;
  top: 43px;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
}
.listing--sidebar .sidebar-filter .off-canvas.is--open.is--ajax-reload .filter--close-btn {
  position: absolute;
  width: 100%;
  z-index: 10;
}
.listing--sidebar .sidebar-filter .action--filter-options {
  border-radius: 3px;
  background-clip: padding-box;
  border: 1px solid #eaeaea;
}
.listing--sidebar .sidebar-filter .filter--active {
  max-width: 100%;
}
.listing--sidebar .sidebar-filter .filter--container {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  margin: 0;
}
.listing--sidebar .sidebar-filter .filter--container .filter-panel {
  margin: 0rem 0rem 0.625rem 0rem;
  float: none;
  width: auto;
}
.listing--sidebar .sidebar-filter .filter--actions {
  width: auto;
  padding: 0;
  margin: 0;
}
.listing--sidebar .sidebar-filter .filter--actions.filter--actions-top {
  margin: 0;
}
.listing--sidebar .sidebar-filter .filter--actions .filter--btn-apply {
  width: 100%;
}
.listing--sidebar .sidebar-filter #filter {
  display: block;
  padding: 0;
}
@media screen and (min-width: 48em) {
  .listing--sidebar {
    width: 14.375rem;
    height: auto;
    display: block;
    float: left;
  }
  .listing--sidebar + .content--wrapper {
    margin-left: 16.25rem;
  }
  .is--no-sidebar .listing--sidebar {
    display: none;
  }
  .is--no-sidebar .listing--sidebar + .content--wrapper {
    margin: 0;
  }
  .offcanvas--overlay {
    display: none;
  }
  .sidebar-main {
    width: 14.375rem;
    margin: 0rem 0rem 0rem 0rem;
    padding-top: 1.875rem;
    display: none;
    float: left;
  }
  .is--ctl-listing .sidebar-main,
  .is--ctl-forms .sidebar-main,
  .is--ctl-tellafriend .sidebar-main,
  .is--ctl-newsletter .sidebar-main,
  .is--ctl-sitemap .sidebar-main,
  .is--ctl-custom .sidebar-main,
  .is--ctl-note.is--user .sidebar-main,
  .is--ctl-address .sidebar-main,
  .is--ctl-account.is--user .sidebar-main {
    display: block;
  }
  .is--ctl-listing .sidebar-main + .content--wrapper,
  .is--ctl-forms .sidebar-main + .content--wrapper,
  .is--ctl-tellafriend .sidebar-main + .content--wrapper,
  .is--ctl-newsletter .sidebar-main + .content--wrapper,
  .is--ctl-sitemap .sidebar-main + .content--wrapper,
  .is--ctl-custom .sidebar-main + .content--wrapper,
  .is--ctl-note.is--user .sidebar-main + .content--wrapper,
  .is--ctl-address .sidebar-main + .content--wrapper,
  .is--ctl-account.is--user .sidebar-main + .content--wrapper {
    margin-left: 16.25rem;
  }
  .is--ctl-blog .sidebar-main,
  .is--ctl-note .sidebar-main,
  .is--ctl-note.is--user.is--one-time-account .sidebar-main,
  .is--ctl-index .sidebar-main,
  .is--ctl-detail .sidebar-main,
  .is--ctl-search .sidebar-main,
  .is--ctl-checkout .sidebar-main,
  .is--ctl-register .sidebar-main,
  .is--ctl-campaign .sidebar-main,
  .is--ctl-account.is--act-logout .sidebar-main,
  .is--ctl-account.is--act-abort .sidebar-main,
  .is--ctl-account.is--act-password .sidebar-main,
  .is--ctl-account.is--act-resetpassword .sidebar-main,
  .is--ctl-listing.is--no-sidebar .sidebar-main {
    display: none;
  }
  .is--ctl-blog .sidebar-main + .content--wrapper,
  .is--ctl-note .sidebar-main + .content--wrapper,
  .is--ctl-note.is--user.is--one-time-account .sidebar-main + .content--wrapper,
  .is--ctl-index .sidebar-main + .content--wrapper,
  .is--ctl-detail .sidebar-main + .content--wrapper,
  .is--ctl-search .sidebar-main + .content--wrapper,
  .is--ctl-checkout .sidebar-main + .content--wrapper,
  .is--ctl-register .sidebar-main + .content--wrapper,
  .is--ctl-campaign .sidebar-main + .content--wrapper,
  .is--ctl-account.is--act-logout .sidebar-main + .content--wrapper,
  .is--ctl-account.is--act-abort .sidebar-main + .content--wrapper,
  .is--ctl-account.is--act-password .sidebar-main + .content--wrapper,
  .is--ctl-account.is--act-resetpassword .sidebar-main + .content--wrapper,
  .is--ctl-listing.is--no-sidebar .sidebar-main + .content--wrapper {
    margin: 0;
  }
  .is--ctl-note .sidebar-main .categories--headline,
  .is--ctl-address .sidebar-main .categories--headline,
  .is--ctl-account .sidebar-main .categories--headline,
  .is--ctl-note .sidebar-main .categories--navigation,
  .is--ctl-address .sidebar-main .categories--navigation,
  .is--ctl-account .sidebar-main .categories--navigation,
  .is--ctl-note .sidebar-main .shop-sites--container,
  .is--ctl-address .sidebar-main .shop-sites--container,
  .is--ctl-account .sidebar-main .shop-sites--container {
    display: none;
  }
  .sidebar-main .mobile--switches,
  .sidebar-main .filter--container,
  .sidebar-main .navigation--smartphone {
    display: none;
  }
  .sidebar-main .sidebar--categories-wrapper {
    display: block;
  }
  .navigation--headline {
    margin: 1.25rem 0.625rem 0.625rem 0.625rem;
  }
  .campaign--box {
    margin: 0rem 0rem 1.25rem 0rem;
    display: block;
  }
  .categories--headline {
    display: none;
  }
  .categories--navigation.is--level0 .navigation--entry:first-child .navigation--link.is--active {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-clip: padding-box;
  }
  .categories--navigation.is--level1 .navigation--entry:first-child .navigation--link.is--active {
    border-radius: 0;
  }
  .sidebar--categories-navigation {
    margin-bottom: 1.25rem;
  }
  .sidebar--navigation {
    border-radius: 3px;
    background-clip: padding-box;
    border: 1px solid #eaeaea;
  }
  .sidebar--navigation .navigation--entry {
    padding: 0rem 0rem 0rem 0rem;
    margin: 0rem 0.625rem 0rem 0.625rem;
  }
  .sidebar--navigation ul.sidebar--navigation {
    border-radius: 0;
  }
  .sidebar--navigation ul.sidebar--navigation .navigation--entry {
    margin: 0rem 0rem 0rem 0.625rem;
  }
  .sidebar--navigation .navigation--link {
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
    display: block;
  }
  .sidebar--navigation .navigation--link:hover {
    color: #f36903;
  }
  .sidebar--navigation .navigation--link.is--active {
    color: #f36903;
    font-weight: 700;
  }
  .sidebar--navigation .navigation--link .is--icon-right {
    display: none;
  }
  .sidebar--navigation .is--level1 {
    margin-bottom: 0.625rem;
    border: 0 none;
  }
  .sidebar--navigation .is--level1 .navigation--entry {
    margin: 0rem 0rem 0rem 0rem;
    border: 0 none;
  }
  .sidebar--navigation .is--level1 .navigation--link {
    padding: 0.3125rem 0.625rem 0.3125rem 0.625rem;
  }
  .sidebar--navigation .is--level1 .navigation--link.is--active {
    font-weight: 700;
    text-shadow: none;
    color: #f36903;
    background: transparent;
    border: 0 none;
  }
  .sidebar--navigation .is--level2 {
    font-size: 0.75rem;
  }
  .sidebar--navigation .navigation--level-high {
    border: 0 none;
  }
  .shop-sites--container {
    padding: 0.9375rem 0.625rem 0.9375rem 0.625rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eaeaea;
  }
  .shop-sites--container .shop-sites--headline {
    padding-bottom: 0.66666667rem;
    font-size: 1rem;
    margin-top: 0;
    border-bottom: 1px solid #eaeaea;
    color: #71552b;
    font-weight: 700;
  }
  .shop-sites--container .shop-sites--navigation,
  .shop-sites--container .navigation--entry {
    border: 0 none;
  }
  .shop-sites--container .shop-sites--navigation .navigation--link,
  .shop-sites--container .navigation--entry .navigation--link {
    padding: 0.3125rem 0.625rem 0.3125rem 0.625rem;
  }
  .sidebar-filter .filter--active-container {
    margin: 0;
    padding: 0;
  }
  .sidebar-filter .is--instant-filter .filter--facet-container .filter-panel:last-child {
    margin-bottom: 0;
  }
  .sidebar-filter .filter--facet-container,
  .sidebar-filter .filter--actions-bottom,
  .sidebar-filter .filter--active-container {
    display: block;
  }
  .sidebar-filter .filter--facet-container {
    padding: 0;
  }
  .listing--sidebar .sidebar-filter .filter-panel.is--collapsed {
    height: auto;
  }
  .listing--sidebar .sidebar-filter .filter-panel.is--collapsed .filter-panel--flyout {
    position: relative;
  }
  .listing--sidebar + .search--results {
    margin-left: 16.25rem;
  }
  .listing--sidebar + .search--results .listing--wrapper {
    float: left;
  }
}
@media screen and (min-width: 48em) {
  .is--ctl-forms .sidebar-main .sidebar--categories-navigation,
  .is--ctl-custom .sidebar-main .sidebar--categories-navigation {
    display: none;
  }
  .is--ctl-forms .sidebar-main .shop-sites--container,
  .is--ctl-custom .sidebar-main .shop-sites--container {
    display: block;
  }
  .sidebar-main .shop-sites--container {
    display: none;
  }
  .sidebar-main.off-canvas,
  #cookie-consent {
    background: transparent;
  }
}
@media screen and (min-width: 78.75em) {
  .sidebar-main {
    padding-top: 2.8125rem;
    display: block;
  }
  .sidebar-main.off-canvas,
  #cookie-consent {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1000;
  }
}
/*
Listing
==========================================
Contains the styles of the product listing and its components.

The styling defines the listing components such as the product filter element.

It contains the viewport specific styles inside media queries.
*/
.listing--content {
  margin: 1.25rem 0rem 1.25rem 0rem;
}
.banner--container {
  margin: 0rem 0rem 1.25rem 0rem;
}
.category--teaser {
  margin: 0rem 0rem 1.25rem 0rem;
}
.category--teaser .hero--text {
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
}
.category--teaser .offcanvas--content {
  padding: 1.25rem;
}
.category--teaser .offcanvas--content .content--title {
  font-size: 1.125rem;
  margin: 0.625rem 0rem 0.9375rem 0rem;
  font-weight: 700;
  color: #71552b;
}
.vendor--info {
  margin: 0rem 0rem 1.25rem 0rem;
}
.vendor--info:after {
  content: "";
  display: table;
  clear: both;
}
.vendor--info .vendor--image-wrapper {
  margin: 0rem 0rem 0.625rem 0rem;
  max-width: 12.5rem;
  height: 4.375rem;
  margin-left: auto;
  margin-right: auto;
}
.vendor--info .vendor--image {
  margin: 0 auto;
  height: 100%;
}
.vendor--info .vendor--text {
  margin: 0rem 0rem 1.25rem 0rem;
}
.listing--actions {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.listing--actions:after {
  content: "";
  display: table;
  clear: both;
}
.listing--wrapper.js--is-loading .js--loading-indicator {
  top: 9.375rem;
}
.listing {
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  opacity: 1;
}
.listing.is--loading {
  opacity: 0;
}
.action--filter-btn {
  margin-bottom: 0.625rem;
}
.action--filter-btn .filter--trigger {
  height: 2.125rem;
  padding: 0.25rem 0.25rem 0.25rem 0.625rem;
  line-height: 1.5rem;
  display: block;
  position: relative;
  overflow: hidden;
}
.action--filter-btn .filter--trigger .icon--filter {
  margin-right: 0.5rem;
}
.action--filter-btn .filter--trigger .action--collapse-icon {
  padding: 0rem 0.625rem 0rem 0.625rem;
  line-height: 1.5rem;
  background-color: #ff8a34;
  background-image: linear-gradient(to bottom, #ff8a34 0%, #f36903 100%);
  border-radius: 3px;
  background-clip: padding-box;
  display: inline-block;
  color: #fff;
  float: right;
}
.action--filter-options .filter--container {
  padding: 0rem 0.625rem 0rem 0.625rem;
}
.action--filter-options .filter--close-btn {
  padding: 0.75rem 0.625rem 0.75rem 0.625rem;
  background-color: #a87f40;
  background-image: linear-gradient(to bottom, #a87f40 0%, #71552b 100%);
  display: block;
  color: #fff;
  font-weight: 700;
}
.action--filter-options .filter--close-btn:hover {
  color: #fff;
}
.action--filter-options .filter--close-btn .icon--arrow-right {
  margin: 0.1875rem 0rem 0rem 0rem;
  float: right;
}
.action--filter-options .filter--btn-apply {
  clear: both;
}
.action--filter-options .filter--list {
  list-style: none;
}
.action--filter-options .filter--entry {
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  font-size: 1rem;
  display: block;
  border-bottom: 1px solid #eaeaea;
}
.action--filter-options .filter--entry:last-child {
  border: 0 none;
}
.action--filter-options .filter--link {
  color: #a87f40;
}
.action--filter-options .filter--link:hover {
  color: #f36903;
}
.action--sort {
  margin-bottom: 1.25rem;
  display: block;
}
.action--sort .sort--label {
  display: none;
}
.action--sort .sort--select {
  height: 2.125rem;
  max-width: 100%;
}
.action--sort .sort--select:after,
.action--sort .sort--select .sort--field {
  line-height: 2.125rem;
}
.action--per-page {
  display: none;
}
.listing--paging {
  padding: 0.625rem 0rem 0.625rem 0rem;
  display: block;
}
.listing--paging:after {
  content: "";
  display: table;
  clear: both;
}
.listing--paging .paging--label {
  display: none;
}
.listing--paging .paging--display {
  line-height: 1.875rem;
  margin-left: 0.625rem;
}
.listing--bottom-paging {
  margin: 0.625rem 0rem 1.25rem 0rem;
}
.listing--container {
  overflow: hidden;
}
.listing {
  margin: -2% 0 0 -2%;
  padding: 0 0 2% 0;
}
.listing:after {
  content: "";
  display: table;
  clear: both;
}
.infinite--actions {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.infinite--actions .js--load-more,
.infinite--actions .js--load-previous {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 48em) {
  .category--teaser .hero--headline {
    font-size: 1.625rem;
    padding: 2.5rem 0rem 0rem 0rem;
    margin: 0rem 2.5rem 0rem 2.5rem;
  }
  .category--teaser .hero--text {
    padding: 1.5625rem 2.5rem 0.625rem 2.5rem;
  }
  .listing--content {
    margin: 1.875rem 0rem 1.875rem 0rem;
  }
  .listing--content:after {
    content: "";
    display: table;
    clear: both;
  }
  .vendor--info .vendor--image-wrapper {
    margin: 0rem 1.25rem 1.25rem 0rem;
    float: left;
  }
  .vendor--info .vendor--image-wrapper + .vendor--text {
    margin: 0rem 0rem 0rem 15.625rem;
  }
  .vendor--info .vendor--image-wrapper .vendor--image {
    margin: 0;
  }
  .listing--actions {
    border-radius: 3px;
    background-clip: padding-box;
    margin: 0rem 0rem 1.25rem 0rem;
    padding-top: 0.625rem;
    border: 1px solid #eaeaea;
    background: #484848;
  }
  .listing--actions .listing--paging {
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
    display: block;
    border-top: 1px solid #eaeaea;
  }
  .listing--actions.without-facets.without-sortings.without-pagination {
    display: none;
  }
  .listing--actions.without-facets.without-sortings {
    padding-top: 0rem;
    border-top: none;
  }
  .action--per-page {
    line-height: 2rem;
    display: inline-block;
    width: 30%;
    text-align: right;
    float: right;
  }
  .action--per-page .per-page--label {
    display: none;
  }
  .action--per-page .per-page--select {
    width: 5rem;
    height: 2rem;
    vertical-align: top;
  }
  .action--per-page .per-page--select:after,
  .action--per-page .per-page--select .per-page--field {
    line-height: 1.875rem;
    text-align: center;
  }
  .action--sort {
    width: 12.5rem;
    margin: 0rem 0.625rem 0rem 0rem;
    display: inline-block;
    text-align: right;
    float: right;
  }
  .action--sort .sort--select {
    max-width: 12.5rem;
  }
  .action--filter-btn {
    width: 11.875rem;
    margin: 0rem 1.25rem 0.625rem 0.625rem;
    float: left;
  }
  .action--filter-btn .filter--trigger .action--collapse-icon {
    display: none;
  }
  .action--filter-btn .filter--trigger:before,
  .action--filter-btn .filter--trigger:after {
    -webkit-transition: margin-top 0.4s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: margin-top 0.4s cubic-bezier(0.02, 0.01, 0.47, 1);
    width: 1rem;
    height: 1rem;
    right: 0.625rem;
    margin-top: -0.5rem;
    font-size: 0.375rem;
    line-height: 1rem;
    font-family: 'shopware';
    content: "\e612";
    position: absolute;
    text-align: center;
    background: none;
    color: inherit;
    top: 50%;
  }
  .action--filter-btn .filter--trigger:after {
    margin-top: -3rem;
    content: "\e610";
  }
  .action--filter-btn .filter--trigger.is--active {
    padding: 0.125rem 0.75rem 0.125rem 0.75rem;
    line-height: 2.125rem;
    background-color: #f36903;
    background-image: linear-gradient(to bottom, #f36903 0%, #f36903 100%);
    border: 0 none;
    color: #ffffff;
    /** State: Small button */
    /** State: Large button */
  }
  .action--filter-btn .filter--trigger.is--active:hover {
    background: #f36903;
    color: #ffffff;
  }
  .action--filter-btn .filter--trigger.is--active.is--small {
    line-height: 1.875rem;
  }
  .action--filter-btn .filter--trigger.is--active.is--large {
    line-height: 2.375rem;
  }
  .action--filter-btn .filter--trigger.is--active:before {
    margin-top: 2.5rem;
  }
  .action--filter-btn .filter--trigger.is--active:after {
    margin-top: -0.5rem;
  }
  .action--filter-options {
    width: auto;
    height: auto;
    padding: 0;
    overflow: visible;
    position: relative;
    background: #fff;
    border: 0 none;
    clear: both;
  }
  .action--filter-options.is--collapsed,
  .action--filter-options.is--active-filter {
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #eaeaea;
  }
  .action--filter-options.is--active-filter .filter--active-container {
    display: block;
  }
  .action--filter-options.is--instant-filter-active .filter--active-container {
    display: block;
  }
  .action--filter-options .filter--close-btn {
    display: none;
  }
  .action--filter-options .filter--container {
    margin-left: -2%;
    padding-left: 3%;
  }
  .action--filter-options .filter--container:after {
    content: "";
    display: table;
    clear: both;
  }
  .action--filter-options .filter--group {
    height: 2.375rem;
    width: 31%;
    margin: 0 2% 2% 0;
    position: relative;
    float: left;
  }
  .action--filter-options .filter--header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1100;
  }
  .action--filter-options .filter--header.is--active {
    z-index: 1300;
  }
  .action--filter-options .filter--content {
    top: 2.375rem;
    width: 100%;
    position: absolute;
    left: 0;
  }
  .action--filter-options #filter:after {
    content: "";
    display: table;
    clear: both;
  }
  .listing--bottom-paging {
    padding: 0rem 0.625rem 0rem 0.625rem;
    border-radius: 3px;
    background-clip: padding-box;
    border: 1px solid #eaeaea;
    background: #484848;
  }
}
@media screen and (min-width: 78.75em) {
  .listing--content {
    padding-top: 2.8125rem;
    margin: 0rem 0rem 0rem 0rem;
  }
  .action--filter-btn {
    width: 20%;
    margin-right: 2%;
  }
  .action--filter-btn .filter--trigger {
    font-size: 0.875rem;
  }
  .action--filter-btn .filter--trigger .action--collapse-icon {
    margin-top: -0.5rem;
  }
  .action--filter-options {
    background: #fff;
  }
  .action--filter-options.is--collapsed,
  .action--filter-options.is--active-filter {
    border-width: 1px 0 0 0;
  }
  .action--sort {
    line-height: 2rem;
    margin: 0rem 0.625rem 0.625rem 0rem;
    width: 40%;
  }
  .action--sort .sort--label {
    margin: 0rem 0.625rem 0rem 0rem;
    display: inline-block;
    font-weight: 700;
  }
  .action--sort .sort--select {
    max-width: 12.5rem;
    vertical-align: top;
  }
  .action--per-page .per-page--label {
    margin: 0rem 0.625rem 0rem 0rem;
    display: inline-block;
    font-weight: 700;
  }
  .listing--paging {
    display: block;
    clear: both;
  }
  .listing--paging .paging--label {
    margin: 0rem 0.625rem 0rem 0rem;
    font-weight: 700;
  }
  .listing--paging .paging--display {
    line-height: 1.875rem;
  }
}
/*
Product-box
===============================
Defines the element styles of the Shopware product boxes.

Shopware provides 3 product box types:<br/>
`box-basic`<br/>
`box-minimal`<br/>
`box-image`

```
<div class="product--box">
    <div class="box--content is--rounded">
        <div class="product--info">

            <a href="" class="product--image">
                <!-- Article images -->
            </a>

            <div class="product--rating-container">
                <!-- Product rating stars -->
            </div>

            <a href="" class="product--title" title="">
                Product title
            </a>

            <div class="product--description">
                Dux texo propino, hic tres, casus Ubertas, pax Alumnus catena, ut,
                acer tero an, per edo in is arx Arma querul.
            </div>

            <div class="product--price-info">
                <div class="price--unit">
                </div>
                <div class="product--price">
                    <span class="price--default is--nowrap">
                        35,00 €
                    </span>
                </div>
            </div>

            <div class="product--btn-container"">
                <!-- Product buy button
            </div>

            <div class="product--actions">
                <!-- Product action links e.g. product compare
            </div>

        </div>
    </div>
</div>
```
*/
.product--box {
  display: block;
  width: 100%;
  padding: 2% 0 0 2%;
  float: left;
  /*
Product Badges
==========================================
Creates a corner product badge on a product-box.
```
<div class="product--box">
    <div class="product--badges">
        <div class="product--badge badge--discount">
            <i class="icon--percent2"></i>
        </div>
    </div>
</div>

```
*/
}
.product--box:after {
  content: "";
  display: table;
  clear: both;
}
.product--box .box--content {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  height: 100%;
  border: 1px solid #eaeaea;
  position: relative;
}
.product--box .product--image {
  height: 11.25rem;
  margin: 0rem 0rem 0.3125rem 0rem;
  display: block;
  text-align: center;
}
.product--box .product--image .image--element {
  height: 100%;
  width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
}
.product--box .product--image .image--element img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  vertical-align: middle;
  z-index: 500;
}
.product--box .product--rating-container {
  height: 1.5625rem;
  display: block;
}
.product--box .product--title {
  height: 2.5rem;
  margin: 0rem 0rem 0.3125rem 0rem;
  font-size: 1rem;
  line-height: 1.25rem;
  display: block;
  width: 100%;
  color: #71552b;
  font-weight: 700;
  overflow: hidden;
}
.product--box .product--title:hover {
  color: #f36903;
}
.product--box .variant--description {
  height: 2.5rem;
  margin: 0rem 0rem 0.3125rem 0rem;
  font-size: 0.75rem;
  line-height: 1.25rem;
  display: block;
  width: 100%;
  color: #71552b;
  overflow: hidden;
  font-weight: 500;
}
.product--box .variant--description .variant--groupName {
  font-weight: 700;
}
.product--box .variant--description .variant--description--line {
  white-space: nowrap;
}
.product--box .product--description {
  height: 4.5rem;
  margin: 0rem 0rem 0.625rem 0rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
  display: block;
  width: 100%;
  overflow: hidden;
}
.product--box .product--price-info {
  height: 2.5rem;
}
.product--box .product--price-info .price--unit {
  height: 1.25rem;
  font-size: 0.6875rem;
  line-height: 1rem;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product--box .product--price-info .price--unit[title] {
  user-select: none;
}
.product--box .product--price-info .price--unit[title]:hover {
  user-select: auto;
}
.product--box .product--price {
  height: 1.25rem;
}
.product--box .product--price .price--default {
  font-size: 1.125rem;
  line-height: 1.25rem;
  display: inline-block;
  color: #71552b;
  font-weight: 700;
}
.product--box .product--price .price--default.is--discount {
  color: #d30909;
}
.product--box .product--price .price--pseudo {
  font-size: 0.75rem;
  line-height: 1.25rem;
}
.product--box .product--price .price--discount {
  font-size: 0.75rem;
  line-height: 1.25rem;
  display: inline-block;
  text-decoration: line-through;
  vertical-align: baseline;
}
.product--box .buybox--form {
  height: 2.625rem;
  margin-top: 0.4375rem;
}
.product--box .buybox--form i.icon--basket {
  display: none;
}
.product--box .product--detail-btn {
  height: 2.625rem;
  margin-top: 0.4375rem;
}
.product--box .product--actions {
  margin: 0.9375rem 0rem 0rem 0rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  overflow: auto;
}
.product--box .product--actions form {
  display: inline-block;
}
.product--box .product--action {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  margin: 0rem 1.25rem 0rem 0rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  display: inline-block;
  color: #a87f40;
  word-break: keep-all;
  white-space: nowrap;
}
.product--box .product--action [class^="icon--"] {
  margin: 0rem 0.3125rem 0rem 0rem;
  font-size: 0.75rem;
}
.product--box .product--action:hover {
  color: #f36903;
}
.product--box .action--compare {
  display: none;
}
.product--box .action--note:focus {
  outline: none;
}
.product--box .action--note.js--is-saved {
  color: #2ecc71;
}
.product--box .product--badges {
  top: 1.25rem;
  left: -0.0625rem;
  position: absolute;
  z-index: 750;
}
.product--box .product--badges .product--badge {
  padding: 0.1875rem 0.625rem 0.1875rem 0.625rem;
  margin: 0rem 0rem 0.3125rem 0rem;
  font-size: 0.875rem;
  line-height: 1rem;
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  display: block;
  float: left;
  position: relative;
  text-align: center;
  font-weight: 700;
  clear: both;
}
.product--box .product--badges .badge--discount {
  color: #ffffff;
  background: #d30909;
}
.product--box .product--badges .badge--recommend {
  color: #ffffff;
  background: #2ecc71;
}
.product--box .product--badges .badge--newcomer {
  color: #ffffff;
  background: #f1c40f;
}
.product--box .product--badges .badge--esd {
  background: #4aa3df;
  color: #ffffff;
}
.box--minimal {
  width: 50%;
}
.box--minimal .product--image {
  height: 7.5rem;
}
.box--minimal .product--price-info {
  height: 4.375rem;
}
.box--minimal .product--price-info .price--unit {
  height: 1.875rem;
  font-size: 0.625rem;
  line-height: 0.875rem;
  display: block;
}
.box--minimal .product--price-outer {
  height: 2.5rem;
  position: relative;
}
.box--minimal .product--price {
  line-height: 1.25rem;
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
}
.box--minimal .product--price .price--default {
  font-size: 1rem;
  line-height: 1.25rem;
  margin: 0rem 0.3125rem 0rem 0rem;
  vertical-align: bottom;
  float: left;
}
.box--minimal .product--price .price--pseudo,
.box--minimal .product--price .price--discount {
  font-size: 0.625rem;
  line-height: 0.875rem;
}
.box--minimal .buybox--form .buy-btn--cart-text {
  display: none;
}
.box--minimal .buybox--form i.icon--basket {
  left: 0.125rem;
  top: 0.0625rem;
  font-size: 0.875rem;
  display: inline-block;
  position: relative;
}
.box--image .product--image {
  margin: 0rem 0rem 0.3125rem 0rem;
  width: auto;
  position: relative;
  height: 12.5rem;
}
.box--image .product--info {
  padding: 0;
}
.box--slider {
  display: block;
  padding: 0;
  position: relative;
  text-align: center;
  float: none;
}
.box--slider:hover .product--title {
  color: #f36903;
}
.box--slider .box--content {
  border: 0 none;
  padding: 0;
}
.box--slider .product--price-info {
  height: auto;
}
.box--slider .product--price-info .price--unit {
  height: 0.875rem;
  font-size: 0.625rem;
}
.box--slider .product--price-info .price--default {
  font-size: 0.875rem;
}
.box--slider .product--price-info .is--discount {
  font-weight: 700;
}
.box--slider .product--image {
  height: 8.75rem;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin-bottom: 0.625rem;
  display: block;
  text-align: center;
  position: relative;
}
.box--slider .image--element {
  height: 100%;
  width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
}
.box--slider .image--element img {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  vertical-align: middle;
  z-index: 500;
}
.box--slider .product--title {
  font-size: 0.875rem;
  height: 2.5rem;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: block;
  color: #a87f40;
  font-weight: 500;
  white-space: normal;
}
.box--list .buybox--form {
  max-width: 17.5rem;
}
.box--list .product--detail-btn {
  max-width: 17.5rem;
}
@media screen and (min-width: 30em) {
  .box--basic .product--image {
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 10rem;
  }
  .box--basic .product--info {
    position: relative;
    padding: 0rem 0rem 0rem 11.25rem;
  }
  .box--minimal {
    width: 33.3%;
  }
  .box--image .product--image {
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
  }
  .box--image .product--info {
    position: relative;
    padding-left: 52%;
  }
  .box--image .product--price-info {
    height: 3.75rem;
  }
  .box--image .product--price-info .price--unit {
    height: 2.5rem;
  }
  .box--list .product--image {
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 11.25rem;
  }
  .box--list .product--info {
    position: relative;
    padding: 0rem 0rem 0rem 12.5rem;
  }
}
@media screen and (min-width: 48em) {
  .product--box .action--compare {
    display: inline-block;
  }
  .box--basic .product--image {
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 10rem;
  }
  .box--basic .product--info {
    position: relative;
    padding: 0rem 0rem 0rem 11.25rem;
  }
  .box--image .product--image {
    margin: 0rem 0rem 0.3125rem 0rem;
    width: auto;
    position: relative;
    height: 15rem;
  }
  .box--image .product--info {
    padding: 0;
  }
  .box--image .product--price-info {
    height: 2.5rem;
  }
  .box--image .product--price-info .price--unit {
    height: 1.25rem;
  }
  .is--ctl-search .box--basic,
  .is--ctl-listing.is--no-sidebar .box--basic {
    width: 50%;
  }
  .is--ctl-search .box--basic .product--image,
  .is--ctl-listing.is--no-sidebar .box--basic .product--image {
    margin: 0rem 0rem 0.3125rem 0rem;
    width: auto;
    position: relative;
    height: 11.25rem;
  }
  .is--ctl-search .box--basic .product--info,
  .is--ctl-listing.is--no-sidebar .box--basic .product--info {
    padding: 0;
  }
  .is--ctl-search .box--minimal,
  .is--ctl-listing.is--no-sidebar .box--minimal {
    width: 25%;
  }
  .is--ctl-search .box--minimal .product--image,
  .is--ctl-listing.is--no-sidebar .box--minimal .product--image {
    height: 11.25rem;
  }
  .is--ctl-search .box--image,
  .is--ctl-listing.is--no-sidebar .box--image {
    width: 50%;
  }
  .is--ctl-search .has--sidebar-filter .box--basic,
  .is--ctl-listing.is--no-sidebar .has--sidebar-filter .box--basic {
    width: 100%;
  }
  .is--ctl-search .has--sidebar-filter .box--basic .product--image,
  .is--ctl-listing.is--no-sidebar .has--sidebar-filter .box--basic .product--image {
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 10rem;
  }
  .is--ctl-search .has--sidebar-filter .box--basic .product--info,
  .is--ctl-listing.is--no-sidebar .has--sidebar-filter .box--basic .product--info {
    position: relative;
    padding: 0rem 0rem 0rem 11.25rem;
  }
  .is--ctl-search .has--sidebar-filter .box--minimal,
  .is--ctl-listing.is--no-sidebar .has--sidebar-filter .box--minimal {
    width: 33.3%;
  }
}
@media screen and (min-width: 64em) {
  .box--basic {
    width: 50%;
  }
  .box--basic .product--image {
    margin: 0rem 0rem 0.3125rem 0rem;
    width: auto;
    position: relative;
    height: 11.25rem;
  }
  .box--basic .product--info {
    padding: 0;
  }
  .box--minimal {
    width: 25%;
  }
  .box--image {
    width: 50%;
  }
  .box--image .product--image {
    margin: 0rem 0rem 0.3125rem 0rem;
    width: auto;
    position: relative;
    height: 17.5rem;
  }
  .box--image .product--info {
    padding: 0;
  }
  .is--ctl-search .box--basic .product--image,
  .is--ctl-listing.is--no-sidebar .box--basic .product--image {
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 10.625rem;
  }
  .is--ctl-search .box--basic .product--info,
  .is--ctl-listing.is--no-sidebar .box--basic .product--info {
    position: relative;
    padding: 0rem 0rem 0rem 11.875rem;
  }
  .is--ctl-search .box--minimal,
  .is--ctl-listing.is--no-sidebar .box--minimal {
    width: 20%;
  }
  .is--ctl-search .box--image,
  .is--ctl-listing.is--no-sidebar .box--image {
    width: 33.3%;
  }
  .is--ctl-search .has--sidebar-filter .box--basic,
  .is--ctl-listing.is--no-sidebar .has--sidebar-filter .box--basic {
    width: 50%;
  }
  .is--ctl-search .has--sidebar-filter .box--basic .product--image,
  .is--ctl-listing.is--no-sidebar .has--sidebar-filter .box--basic .product--image {
    margin: 0rem 0rem 0.3125rem 0rem;
    width: auto;
    position: relative;
    height: 11.25rem;
  }
  .is--ctl-search .has--sidebar-filter .box--basic .product--info,
  .is--ctl-listing.is--no-sidebar .has--sidebar-filter .box--basic .product--info {
    padding: 0;
  }
  .is--ctl-search .has--sidebar-filter .box--minimal,
  .is--ctl-listing.is--no-sidebar .has--sidebar-filter .box--minimal {
    width: 25%;
  }
}
@media screen and (min-width: 78.75em) {
  .box--basic .product--image {
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 10.625rem;
  }
  .box--basic .product--info {
    position: relative;
    padding: 0rem 0rem 0rem 11.875rem;
  }
  .box--basic .box--content {
    padding: 1.25rem 0.625rem 1.25rem 0.625rem;
  }
  .box--minimal {
    width: 25%;
  }
  .box--minimal .buybox--form .buy-btn--cart-text {
    display: inline-block;
  }
  .box--minimal .buybox--form i.icon--basket {
    display: none;
  }
  .box--image .product--image {
    margin: 0rem 0rem 0.3125rem 0rem;
    width: auto;
    position: relative;
    height: 18.75rem;
  }
  .box--image .product--info {
    padding: 0;
  }
  .is--ctl-search .box--minimal,
  .is--ctl-listing.is--no-sidebar .box--minimal {
    width: 20%;
  }
  .is--ctl-search .has--sidebar-filter .box--basic .product--image,
  .is--ctl-listing.is--no-sidebar .has--sidebar-filter .box--basic .product--image {
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 10.625rem;
  }
  .is--ctl-search .has--sidebar-filter .box--basic .product--info,
  .is--ctl-listing.is--no-sidebar .has--sidebar-filter .box--basic .product--info {
    position: relative;
    padding: 0rem 0rem 0rem 11.875rem;
  }
}
/*
Last-viewed
==============================================
Defines the styling of the `.viewlast` element.

The viewlast element displays the users recently viewed products inside a slim element that is usually displayed at the bottom of the listing and detail pages.

It contains a thumbnail image and the product name.
*/
.viewlast {
  clear: both;
}
/*
Tell-a-friend
==========================================
Contains the tell-a-friend element styling that can be used to share products.

The option can be enabled in the Shopware backend and is disabled by default.
*/
.tellafriend--content {
  padding-top: 0.625rem;
  width: 100%;
}
.tellafriend--content .tellafriend--field {
  margin: 0rem 0rem 0.625rem 0rem;
  width: 100%;
}
.tellafriend--content .tellafriend--buttons:after {
  content: "";
  display: table;
  clear: both;
}
.tellafriend--content .captcha--placeholder {
  margin-bottom: 0.625rem;
}
.tellafriend--content .captcha--notice {
  margin-bottom: 0.625rem;
  display: block;
}
.tellafriend--content .alert {
  margin-top: 1.875rem;
}
.tellafriend--content .review--notice {
  margin-bottom: 0.625rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 48em) {
  .tellafriend--content {
    padding-top: 1.25rem;
    width: 100%;
  }
  .tellafriend--content .tellafriend--field {
    margin-bottom: 0.9375rem;
  }
  .tellafriend--content .alert {
    margin: 0rem 0rem 1rem 0rem;
  }
}
@media screen and (min-width: 78.75em) {
  .tellafriend--content {
    padding-top: 2.8125rem;
  }
}
/*
Topseller
=========================

The topseller element is a modified product slider that is used to display a selection of best selling articles inside a slim slider element.

*/
.topseller {
  margin: 0rem 0rem 1.25rem 0rem;
}
.topseller:after {
  content: "";
  display: table;
  clear: both;
}
.topseller .topseller--content {
  padding: 0rem 0.625rem 0rem 0.625rem;
}
.topseller .product-slider--arrow.arrow--next {
  right: -0.0625rem;
}
.topseller .product-slider--arrow.arrow--prev {
  left: -0.0625rem;
}
.topseller--product {
  text-align: center;
}
.topseller--product:hover .badge {
  background-color: #ff8a34;
  background-image: linear-gradient(to bottom, #ff8a34 0%, #f36903 100%);
  color: #fff;
  text-shadow: 0 1px 1px #AD1200;
}
.topseller--product:hover .product--title {
  color: #f36903;
}
.topseller--number {
  margin: 0.625rem 0rem 0.3125rem 0rem;
}
/*
Register
==========================================
Contains the styles of the registration process form and its components.

The user can see the registration steps, advantages and required information.
*/
.register--message {
  margin-top: 1.25rem;
}
.register--content {
  margin: 0.625rem 0rem 0.625rem 0rem;
  width: 100%;
  display: none;
}
.register--content:after {
  content: "";
  display: table;
  clear: both;
}
.register--content.is--collapsed {
  display: block;
}
.register--content .alert {
  margin: 1.25rem 1.125rem 1.25rem 1.125rem;
}
.register--content .register--check {
  padding-bottom: 0.5rem;
}
.register--content .register--action {
  margin: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.register--content .register--action .register--submit {
  width: 100%;
  text-align: center;
}
.register--content .register--required-info {
  padding-bottom: 1.875rem;
  margin: 0rem 1.625rem 1rem 1.625rem;
  font-size: 0.875rem;
}
.register--content .select-field {
  margin-bottom: 0.625rem;
  max-width: 100%;
}
.register--content .register--field {
  margin-bottom: 0.625rem;
  width: 100%;
}
.register--content .register--customertype {
  display: block;
}
.register--content .register--zip-city .register--field-zipcode {
  width: 28%;
  float: left;
}
.register--content .register--zip-city .register--field-city {
  width: 70%;
  float: left;
}
.register--content .register--zip-city .register--field-city:after {
  content: "";
  display: table;
  clear: both;
}
.register--content .register--zip-city .register--spacer {
  margin-right: 2%;
}
.register--content .birthday--label {
  margin: 0rem 0rem 0.3125rem 0rem;
  display: block;
  font-weight: 700;
}
.register--content .birthday--label:after {
  content: "";
  display: table;
  clear: both;
}
.register--content .register--password-description {
  padding-bottom: 1.25rem;
}
.register--content .register--birthdate .select-field {
  margin-bottom: 0.9375rem;
  max-width: 100%;
  float: left;
}
.register--content .register--birthdate .datepicker {
  margin-bottom: 0.9375rem;
  width: 100%;
  max-width: 100%;
  float: left;
}
.register--content .register--birthdate .register--birthyear,
.register--content .register--birthdate .register--birthyear.select-field {
  margin-right: 0rem;
}
.register--content .register--privacy {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  margin: 0rem 1.25rem 1.25rem 1.25rem;
  font-size: 0.875rem;
  border: 1px solid #eaeaea;
}
.register--content .register--privacy input[type="checkbox"] {
  margin: 0rem 0.625rem 0rem 0rem;
}
.register--content .register--personal {
  padding-bottom: 0.625rem;
}
.register--content .register--personal:after {
  content: "";
  display: table;
  clear: both;
}
.register--content #billingCountryBlockedAlert {
  margin-top: 0;
  margin-left: 0;
}
.register--login:after {
  content: "";
  display: table;
  clear: both;
}
.register--login .register--new-customer {
  margin: 1.25rem 0rem 1.25rem 0rem;
}
.register--login .register--new-customer .new-customer-btn {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
}
.register--login .register--new-customer .new-customer-btn:after {
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  margin-top: -0.5rem;
  font-size: 0.375rem;
  right: 0.625rem;
  position: absolute;
  font-family: 'shopware';
  font-weight: 500;
  content: "\e612";
  color: inherit;
  top: 50%;
}
.register--login .register--new-customer .new-customer-btn.is--active:after {
  content: "\e610";
}
.register--login .register--login-field {
  margin-bottom: 0.625rem;
  width: 100%;
}
.register--login .register--login-description {
  padding-bottom: 1.25rem;
}
.register--login .register--login-lostpassword {
  padding-bottom: 1.25rem;
}
.register--login .register--login-btn {
  width: 100%;
  text-align: center;
}
.register--advantages {
  display: none;
}
.password--success {
  margin: 0.625rem 0rem 1.25rem 0rem;
}
.steps--container {
  background: transparent;
}
.steps--content {
  padding-top: 1rem;
  display: table;
  border-top: 1px solid #eaeaea;
  width: 100%;
}
.steps--content .steps--list {
  display: table-row;
}
.steps--content .steps--list:after {
  content: "";
  display: table;
  clear: both;
}
.steps--content .steps--entry {
  padding: 0rem 0.625rem 0rem 0.625rem;
  display: table-cell;
  list-style: none;
  vertical-align: top;
  text-align: center;
}
.steps--content .steps--spacer {
  display: none;
  vertical-align: middle;
}
.steps--content .steps--entry .icon {
  background-color: #a87f40;
  background-image: linear-gradient(to bottom, #a87f40 0%, #71552b 100%);
  border-radius: 22px;
  background-clip: padding-box;
  padding: 0.625rem 1rem 0.625rem 1rem;
  width: 2.875rem;
  font-size: 1.25rem;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
.steps--content .is--active .icon {
  background-color: #ff8a34;
  background-image: linear-gradient(to bottom, #ff8a34 0%, #f36903 100%);
  color: #fff;
}
.steps--content .steps--entry .text {
  margin: 0rem 0rem 0rem 0.625rem;
  height: 3.25rem;
  position: relative;
  top: -2px;
  display: none;
  vertical-align: middle;
}
.steps--content .steps--entry .text::after {
  content: '';
  height: 100%;
}
.steps--content .is--active .text {
  color: #f36903;
  display: inline-block;
  font-weight: 700;
}
.steps--content .steps--entry .text--inner,
.steps--content .steps--entry .text::after {
  display: inline-block;
  vertical-align: middle;
}
.account--change-payment .payment--method {
  padding: 0.625rem 0rem 0.625rem 0rem;
}
.account--change-payment .payment--selection-input {
  width: 2.5rem;
  float: left;
  text-align: center;
}
.account--change-payment .payment--selection-label,
.account--change-payment .payment--description,
.account--change-payment .payment--content {
  padding: 0rem 0rem 0rem 2.5rem;
  width: 100%;
}
.account--change-payment .payment--content input {
  max-width: 100%;
}
@media screen and (min-width: 48em) {
  .register--message {
    margin-top: 2.8125rem;
  }
  .register--content {
    margin-top: 3.125rem;
    width: 64%;
    float: right;
    display: block;
  }
  .register--content .select-field {
    margin-bottom: 0.9375rem;
  }
  .register--content .select-field .register--birthday {
    margin-right: 2%;
  }
  .register--content .register--field {
    margin-bottom: 0.9375rem;
  }
  .register--content .register--check {
    padding-bottom: 0.5rem;
  }
  .register--content .select-field {
    max-width: 18.125rem;
  }
  .register--content .register--birthdate .select-field {
    width: 32%;
    margin-right: 2%;
  }
  .register--content .register--action {
    text-align: right;
  }
  .register--content .register--action .register--submit {
    width: 35%;
  }
  .steps--content {
    padding: 1.875rem 0rem 1.5rem 0rem;
    background: transparent;
    border: none;
  }
  .steps--content .steps--spacer {
    width: 5rem;
    display: table-cell;
    text-align: center;
  }
  .steps--content .steps--entry .text {
    margin: 0rem 0.625rem 0rem 0.625rem;
    display: inline-block;
    font-weight: 700;
  }
  .register--login {
    margin-top: 3.125rem;
    width: 34%;
    float: left;
  }
  .register--login .register--new-customer {
    display: none;
  }
  .register--login .register--login-field {
    margin-bottom: 0.9375rem;
  }
  .register--login .register--login-btn {
    width: auto;
    text-align: left;
  }
  .register--advantages {
    display: block;
    width: 34%;
    float: left;
  }
  .register--advantages:after {
    content: "";
    display: table;
    clear: both;
  }
  .register--advantages .panel--title {
    margin: 0rem 0rem 0.625rem 0rem;
  }
}
@media screen and (min-width: 78.75em) {
  .steps--content .steps--entry.step--payment {
    width: 30%;
  }
  .steps--content .steps--entry .text {
    margin: 0rem 0rem 0rem 0.625rem;
    width: 70%;
    text-align: left;
  }
  .steps--content .steps--spacer {
    width: 15%;
  }
}
/*
Shopping cart
==============================================
Defines the basic styling of the Shopware 5 shopping cart element.

Shopware offers two different shopping cart element options that can be selected in the Shopware backend.

**Shopping Cart options:**

[`off-canvas cart`](./_components-offcanvas-menu.html>)

[`collapse-cart`](./_components-collapse-cart.html>)

*/
.is--ctl-checkout .panel--body > .alert {
  margin: 1.875rem 0rem 1.875rem 0rem;
}
.is--ctl-checkout .basket--info-messages {
  margin-top: 0.625rem;
}
.is--ctl-checkout .account--billing-address.register--content,
.is--ctl-checkout .account--shipping-address.register--content,
.is--ctl-checkout .account--change-billing.register--content,
.is--ctl-checkout .account--change-shipping.register--content {
  float: none;
  width: 100%;
}
.is--act-shippingpayment .add-product--form {
  display: none;
}
.is--act-shippingpayment .product--table {
  margin-top: 0;
}
.is--act-shippingpayment .product--table .panel--body {
  padding: 1.25rem 1.25rem 0rem 1.25rem;
}
.is--act-shippingpayment .payment--method-list {
  margin-top: 0.625rem;
}
.product--table {
  margin-top: 0.625rem;
}
.product--table .alert {
  margin-bottom: 0.625rem;
}
.product--table .is--no-star {
  margin-left: -0.375rem;
}
.product--table .panel {
  border: 0 none;
}
.product--table .panel--body {
  padding: 0;
}
.product--table .premium-product.panel {
  margin: 0.625rem 0rem 0rem 0rem;
  border: 1px solid #eaeaea;
}
.product--table .delivery--status-icon {
  display: none;
}
.product--table .table--actions {
  margin-top: 0.625rem;
  position: relative;
}
.product--table .table--actions:after {
  content: "";
  display: table;
  clear: both;
}
.product--table .table--actions .btn--checkout-proceed,
.product--table .table--actions .btn--checkout-continue {
  width: 100%;
  text-align: center;
  margin-bottom: 0.625rem;
}
.product--table .actions--bottom .main--actions {
  margin-bottom: 0rem;
}
.product--table .table--header {
  display: none;
}
.product--table .table--tr {
  padding: 0.625rem 0rem 0.5rem 0rem;
  position: relative;
  border-bottom: 1px solid #eaeaea;
  width: 100%;
  height: 100%;
}
.product--table .table--tr:after {
  content: "";
  display: table;
  clear: both;
}
.product--table .table--media,
.product--table .table--content {
  float: left;
}
.product--table .column--product {
  padding-left: 0;
  width: 90%;
}
.product--table .column--product .column--image {
  padding: 0.625rem 0rem 0.625rem 0rem;
  float: left;
  width: 26%;
}
.product--table .table--media {
  width: 100%;
  position: relative;
}
.product--table .table--media .table--media-outer {
  border-radius: 2px;
  background-clip: padding-box;
  max-width: 4.375rem;
  max-height: 4.375rem;
  border: 1px solid #eaeaea;
  margin: 0 auto;
}
.product--table .table--media .table--media-inner {
  width: 100%;
  position: relative;
  padding-bottom: 100%;
  height: 0;
}
.product--table .table--media img {
  padding: 5%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.product--table .table--content {
  font-size: 0.75rem;
  width: 70%;
}
.product--table .delivery--status-icon {
  font-size: 0.75rem;
  margin: 0;
}
.product--table .delivery--information {
  font-size: 0.875rem;
}
.product--table .content--title {
  font-size: 1rem;
  font-weight: 700;
  color: #a87f40;
}
.product--table .column--actions {
  padding-right: 0;
  position: absolute;
  width: 20%;
  top: 10px;
  right: 0;
  text-align: right;
}
.product--table .column--actions .column--actions-link {
  line-height: 2.5rem;
  padding: 0rem 0.875rem 0rem 0.9375rem;
}
.product--table .column--actions .icon--cross {
  font-size: 0.75rem;
}
.product--table .column--label {
  color: #71552b;
  text-align: left;
  margin: 0%;
  float: left;
  font-weight: 700;
}
.product--table .column--label.quantity--label {
  margin-top: 0.6875rem;
}
.product--table .row--rebate .column--label,
.product--table .row--premium-product .column--label,
.product--table .row--voucher .column--label {
  margin: 0;
}
.product--table .row--rebate .table--media,
.product--table .row--premium-product .table--media,
.product--table .row--voucher .table--media {
  width: 4.375rem;
  margin: 0 auto;
  float: none;
}
.product--table .row--rebate .column--image,
.product--table .row--premium-product .column--image,
.product--table .row--voucher .column--image {
  padding: 0.625rem 0rem 0.625rem 0rem;
  width: 24%;
}
.product--table .row--rebate .table--content,
.product--table .row--premium-product .table--content {
  padding-top: 1.3125rem;
}
.product--table .column--total-price {
  font-weight: 700;
}
.product--table .column--product:after {
  content: "";
  display: table;
  clear: both;
}
.product--table .column--product .column--image {
  float: left;
  width: 24%;
}
.product--table .column--quantity .select-field {
  min-width: 6.25rem;
  max-width: 10rem;
  width: auto;
}
.product--table .column--quantity,
.product--table .column--unit-price,
.product--table .column--total-price,
.product--table .column--tax-price {
  padding: 0.3125rem 0rem 0.3125rem 0.625rem;
  margin-left: 22%;
  width: 78%;
}
.product--table .column--quantity {
  padding: 0rem 0rem 0rem 0.625rem;
}
.product--table .column--unit-price {
  padding: 0rem 0rem 0.5625rem 0.625rem;
}
.product--table .product--delivery {
  margin: 0;
}
.product--table .cart--badge {
  border-radius: 3px 0 0 3px;
  background-clip: padding-box;
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  top: 0;
  left: 0;
  background: #f36903;
}
.product--table .cart--badge span {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  text-align: center;
  line-height: 20px;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  position: absolute;
  width: 70px;
  top: 0;
  bottom: 0;
}
.product--table .basket--badge {
  line-height: 3rem;
  font-size: 1rem;
  border-radius: 128px;
  background-clip: padding-box;
  height: 3rem;
  width: 3rem;
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
  background: #a87f40;
  color: #fff;
}
.product--table .basket--badge .icon--arrow-right {
  font-size: 0.8125rem;
}
.product--table .basket--badge .icon--coupon {
  font-size: 1.75rem;
  line-height: 3.125rem;
}
.product--table .row--premium-product .basket--badge {
  font-size: 0.6875rem;
}
.product--table .table--actions + .alert {
  margin-top: 0.625rem;
}
.product--table .content {
  font-size: 0.875rem;
  margin: 0;
}
.product--table .add-product--form {
  margin: 1.25rem 0rem 1.25rem 0rem;
}
.product--table .add-product--field,
.product--table .add-voucher--field {
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
  height: 2.375rem;
  width: 90%;
}
.product--table .add-voucher--field {
  background: #fff;
}
.product--table .add-product--button,
.product--table .add-voucher--button {
  height: 2.375rem;
  padding: 0.1875rem 0rem 0.1875rem 0rem;
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  width: 10%;
}
.product--table .add-voucher--form {
  margin: 0rem 0rem 0.75rem 0rem;
}
.product--table .add-voucher--panel {
  margin: 0.625rem 0rem 0rem 0rem;
}
.product--table .table--aggregation {
  margin: 0rem -0.625rem 0rem -0.625rem;
  padding: 0.75rem 0.625rem 0.75rem 0.625rem;
  background: #4b4b4b;
  border-color: #eaeaea;
  border-style: solid;
  border-width: 1px 0 0 0;
}
.product--table .table--shipping-costs label {
  font-weight: 700;
}
.product--table .table--shipping-costs .select-field {
  height: 2.375rem;
  line-height: 2.25rem;
  max-width: 100%;
}
.product--table .table--shipping-costs-trigger {
  font-weight: 700;
}
.product--table .main--actions:after {
  content: "";
  display: table;
  clear: both;
}
.product--table .table--footer {
  font-size: 0.875rem;
}
.product--table .table--footer .benefit--text {
  font-size: 0.875rem;
}
.product--table .benefit--headline {
  font-size: 0.875rem;
  color: #71552b;
  font-weight: 700;
}
.aggregation--list {
  margin: 0rem -0.625rem 0rem -0.625rem;
  padding: 0.75rem 0.625rem 0.75rem 0.625rem;
  background: #4b4b4b;
  border-bottom: 1px solid #eaeaea;
}
.aggregation--list .list--entry {
  list-style: none;
}
.aggregation--list .entry--label {
  width: 70%;
}
.aggregation--list .entry--value {
  width: 30%;
  text-align: right;
}
.aggregation--list .entry--total {
  font-weight: 700;
  color: #71552b;
}
.aggregation--list .entry--totalnet,
.aggregation--list .entry--taxes {
  font-size: 0.75rem;
}
.premium-product.panel {
  margin: 0.625rem 0rem 0.625rem 0rem;
}
.premium-product--content {
  height: 20rem;
}
.premium-product--content .product-slider--container {
  padding: 0;
}
.premium-product p {
  margin: 0.625rem 0rem 0.625rem 0rem;
}
.premium-product .premium-product--difference {
  border-color: #eaeaea;
  display: block;
}
.premium-product .premium-product--difference .difference--price {
  font-size: 0.875rem;
}
.premium-product .product-slider--arrow.arrow--next {
  right: -0.0625rem;
}
.premium-product .product-slider--arrow.arrow--prev {
  left: -0.0625rem;
}
.premium-product .product--inner {
  padding: 0.3125rem 1.875rem 0.3125rem 1.875rem;
  margin: 0rem 0rem 0.625rem 0rem;
}
.premium-product .product--inner .product--image {
  border-radius: 3px;
  background-clip: padding-box;
  height: 10.9375rem;
  margin: 0rem 0rem 0.9375rem 0rem;
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  display: block;
  border: 1px solid #eaeaea;
  position: relative;
  text-align: center;
}
.premium-product .product--inner .product--image .image--element {
  height: 100%;
  width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
}
.premium-product .product--inner .product--image .image--element img {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  vertical-align: middle;
  z-index: 500;
}
.premium-product .product--inner .premium-product--badge {
  border-radius: 38px;
  background-clip: padding-box;
  height: 2.375rem;
  width: 2.375rem;
  line-height: 2.375rem;
  top: -1.1875rem;
  right: -1.1875rem;
  background: #f36903;
  position: absolute;
  color: #fff;
  font-weight: 700;
  z-index: 750;
}
.premium-product .product--inner .premium-product--free {
  color: #2ecc71;
  font-weight: 700;
  text-align: left;
}
.premium-product .product--inner .btn {
  width: 100%;
}
.premium-product .product--inner .premium--variant:after {
  content: "";
  display: table;
  clear: both;
}
.premium-product .product--inner .premium--variant .premium--button {
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  height: 2.375rem;
  margin-left: -0.125rem;
  width: 20%;
}
.premium-product .product--inner .premium--variant .select-field {
  margin-right: 0.125rem;
  max-width: 80%;
  float: left;
}
.premium-product .product--inner .premium--variant .select-field .premium--selection {
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
  line-height: 2.375rem;
  height: 2.375rem;
  font-weight: 700;
}
.premium-product .product--inner .premium--variant .select-field:after {
  height: 2.25rem;
}
.js--modal .modal--checkout-add-article .link--article-image .image--media {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.js--modal .modal--checkout-add-article .link--article-image .image--media img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.js--modal .modal--checkout-add-article .modal--title {
  padding: 0.625rem 2.5rem 0.625rem 1.25rem;
  font-size: 1rem;
  font-weight: 700;
  border-bottom: 1px solid #eaeaea;
}
.js--modal .modal--checkout-add-article .modal--error {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.js--modal .modal--checkout-add-article .modal--article {
  padding: 1.25rem;
}
.js--modal .modal--checkout-add-article .article--info {
  margin-left: 5rem;
}
.js--modal .modal--checkout-add-article .article--info:after {
  content: "";
  display: table;
  clear: both;
}
.js--modal .modal--checkout-add-article .article--image {
  padding: 0.3125rem;
  width: 5rem;
  height: 5rem;
  border-radius: 3px;
  background-clip: padding-box;
  float: left;
  border: 1px solid #eaeaea;
}
.js--modal .modal--checkout-add-article .article--name {
  width: 100%;
}
.js--modal .modal--checkout-add-article .list--name {
  margin-left: 0.9375rem;
}
.js--modal .modal--checkout-add-article .list--name .entry--name {
  margin-bottom: 0.625rem;
}
.js--modal .modal--checkout-add-article .list--name .link--name {
  color: #a87f40;
  font-weight: 700;
}
.js--modal .modal--checkout-add-article .article--price {
  margin: 0.9375rem 0rem 0rem 0.9375rem;
  width: 100%;
}
.js--modal .modal--checkout-add-article .list--price .entry--price {
  margin-bottom: 0.625rem;
  color: #a87f40;
  font-weight: 700;
}
.js--modal .modal--checkout-add-article .modal--actions {
  margin: 0rem 0rem 1.25rem 0rem;
  padding: 0.625rem 1.25rem 0rem 1.25rem;
}
.js--modal .modal--checkout-add-article .modal--actions:after {
  content: "";
  display: table;
  clear: both;
}
.js--modal .modal--checkout-add-article .modal--actions .btn {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.js--modal .modal--checkout-add-article .modal--actions .btn:last-child {
  margin-top: 0.625rem;
}
.js--modal .modal--checkout-add-article .modal--actions .is--left {
  padding-left: 2.1875rem;
}
.js--modal .modal--checkout-add-article .modal--cross-selling {
  padding: 0rem 1.25rem 1.25rem 1.25rem;
  margin: 0;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .product-slider--container {
  padding: 0;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .item--image {
  padding-bottom: 0.625rem;
  height: 10.625rem;
  border-bottom: 1px solid #eaeaea;
  margin: 0 auto;
  text-align: center;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .link--image,
.js--modal .modal--checkout-add-article .modal--cross-selling .link--image span {
  overflow: hidden;
  display: block;
  height: 100%;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .link--image img {
  margin: 0 auto;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .image--slider-item,
.js--modal .modal--checkout-add-article .modal--cross-selling .image--no-picture {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .link--name {
  color: #71552b;
  font-weight: 700;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .item--price-unit {
  font-size: 0.6875rem;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .price--normal {
  font-size: 1.0625rem;
  color: #71552b;
  font-weight: 700;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .price--reduced {
  color: #d30909;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .price--pseudo {
  font-size: 0.625rem;
  text-decoration: line-through;
}
.content--confirm .alert {
  margin-top: 0.625rem;
}
.content--confirm .has--border {
  border: 1px solid #eaeaea;
}
.content--confirm .confirm--actions .main--actions {
  text-align: center;
  width: 100%;
}
.content--confirm .payment--method-list,
.content--confirm .dispatch--method-list {
  margin-bottom: 0.625rem;
}
.content--confirm .payment--method,
.content--confirm .dispatch--method {
  padding-bottom: 0.625rem;
  margin-bottom: 0.625rem;
  border-bottom: 1px solid #eaeaea;
}
.content--confirm .payment--method .method_last,
.content--confirm .dispatch--method .method_last {
  border: 0 none;
}
.content--confirm .payment--method.method_last,
.content--confirm .dispatch--method.method_last {
  border: 0 none;
}
.content--confirm .method--input {
  width: 2.5rem;
  text-align: center;
  float: left;
}
.content--confirm .method--label {
  padding-left: 2.5rem;
  width: 100%;
}
.content--confirm .method--description {
  padding-left: 2.5rem;
}
.content--confirm .payment--method-logo {
  margin-left: 2.5rem;
}
.content--confirm .method--bankdata {
  padding-left: 2.5rem;
}
.content--confirm .method--bankdata input[type="text"] {
  max-width: 100%;
}
.content--confirm .table--aggregation,
.content--confirm .add-product--form,
.content--confirm .add-product--field,
.content--confirm .add-product--button {
  display: none;
}
.content--confirm .aggregation--list {
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin: 0rem -0.625rem 0rem -0.625rem;
  border-top: 1px solid #eaeaea;
}
@media screen and (min-width: 30em) {
  .product--table .column--label {
    text-align: right;
    width: 100%;
    margin: 0;
  }
  .product--table .table--tr {
    padding: 0.625rem 0rem 1.25rem 0rem;
  }
  .product--table .table--content {
    width: 85%;
  }
  .product--table .table--actions .btn--checkout-proceed,
  .product--table .table--actions .btn--checkout-continue {
    width: 49%;
    text-align: center;
    margin-bottom: 0rem;
  }
  .product--table .column--product .column--image {
    width: 15%;
  }
  .product--table .column--quantity,
  .product--table .column--unit-price,
  .product--table .column--total-price {
    float: left;
    width: 28.83%;
  }
  .product--table .column--quantity {
    padding-right: 0.625rem;
    margin-left: 13.5%;
  }
  .product--table .column--quantity .quantity--label {
    margin: 0rem 0rem 0.1875rem 0rem;
    text-align: left;
  }
  .product--table .column--quantity .select-field {
    float: left;
    font-weight: 700;
  }
  .product--table .column--unit-price {
    padding-right: 0.625rem;
    margin: 0;
  }
  .product--table .column--unit-price .unit-price--label {
    margin-bottom: 0.75rem;
  }
  .product--table .column--total-price {
    padding: 0rem 0.625rem 0.3125rem 0.625rem;
    margin: 0;
  }
  .product--table .column--total-price .total-price--label {
    margin-bottom: 0.75rem;
  }
  .product--table .column--tax-price {
    margin: 0;
  }
  .product--table .column--tax-price .tax-price--label {
    margin-bottom: 0.75rem;
  }
  .product--table .row--rebate .column--label,
  .product--table .row--premium-product .column--label,
  .product--table .row--voucher .column--label {
    margin: 0;
  }
  .product--table .row--rebate .column--image,
  .product--table .row--premium-product .column--image,
  .product--table .row--voucher .column--image {
    width: 15%;
  }
  .product--table .row--rebate .column--total-price,
  .product--table .row--premium-product .column--total-price,
  .product--table .row--voucher .column--total-price {
    float: right;
  }
  .product--table .add-product--field {
    width: 55%;
  }
  .product--table .actions--bottom .main--actions {
    margin-bottom: 0.625rem;
  }
  .js--modal .modal--checkout-add-article .article--name {
    width: 75%;
    float: left;
  }
  .js--modal .modal--checkout-add-article .article--price {
    width: 25%;
    float: right;
    margin: 0;
  }
  .js--modal .modal--checkout-add-article .modal--actions {
    margin: 0rem 0rem 1.25rem 0rem;
    padding: 0.625rem 1.25rem 0rem 1.25rem;
  }
  .js--modal .modal--checkout-add-article .modal--actions:after {
    content: "";
    display: table;
    clear: both;
  }
  .js--modal .modal--checkout-add-article .modal--actions .btn {
    width: 49%;
  }
  .js--modal .modal--checkout-add-article .modal--actions .btn:last-child {
    margin-top: 0;
  }
  .js--modal .modal--checkout-add-article .modal--actions .is--left {
    padding-left: 2.1875rem;
  }
}
@media screen and (min-width: 48em) {
  .is--ctl-checkout .basket--info-messages {
    margin: 1.25rem 0rem 0.25rem 0rem;
  }
  .is--ctl-checkout .account--change-billing.register--content,
  .is--ctl-checkout .account--change-shipping.register--content {
    width: 75%;
  }
  .is--act-shippingpayment .product--table .table--actions {
    margin-top: 1.25rem;
  }
  .is--act-shippingpayment .payment--method-list {
    margin-top: 0;
  }
  .is--act-shippingpayment .basket--footer .aggregation--list {
    padding-right: 1.25rem;
  }
  .product--table {
    margin: 1.25rem 0rem 1.25rem 0rem;
  }
  .product--table .alert {
    margin-bottom: 1.25rem;
  }
  .product--table .row--voucher,
  .product--table .row--premium-product {
    height: 100%;
  }
  .product--table .panel--body {
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
    border: 1px solid #eaeaea;
  }
  .product--table .premium-product--content {
    height: 20.625rem;
    border: 0 none;
  }
  .product--table .premium-product.panel {
    margin: 1.25rem 0rem 0rem 0rem;
  }
  .product--table .column--actions {
    position: static;
    bottom: auto;
    float: right;
  }
  .product--table .column--label {
    display: none;
  }
  .product--table .table--header {
    margin: 0rem 0rem 0.625rem 0rem;
    border-bottom: 1px solid #eaeaea;
    display: block;
  }
  .product--table .table--header .table--column {
    font-size: 1rem;
    padding-bottom: 0;
    font-weight: 700;
    color: #71552b;
  }
  .product--table .table--header .panel--th {
    padding: 0.3125rem 0.625rem 0.5625rem 0.625rem;
    font-size: 1rem;
  }
  .product--table .table--header .column--product {
    padding-left: 0;
    width: 52%;
  }
  .product--table .column--product {
    float: left;
    width: 52%;
  }
  .product--table .column--product .column--image {
    width: 8%;
  }
  .product--table .table--tr {
    padding: 0;
    border-bottom: 1px solid #eaeaea;
  }
  .product--table .is--centered {
    display: inline-block;
    vertical-align: middle;
  }
  .product--table .column--actions {
    width: 8%;
    padding-right: 0;
  }
  .product--table .column--product .column--image {
    width: 20%;
  }
  .product--table .table--media,
  .product--table .table--content {
    float: left;
  }
  .product--table .table--media {
    width: 100%;
  }
  .product--table .table--media .table--media-outer {
    margin: 0;
  }
  .product--table .table--content {
    width: 74%;
  }
  .product--table .column--quantity {
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
    float: left;
    width: 11%;
    margin: 0;
  }
  .product--table .column--quantity .select-field {
    float: right;
    font-weight: 700;
    padding: 0rem 0rem 0rem 1rem;
  }
  .product--table .column--unit-price,
  .product--table .column--total-price {
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
    width: 14.5%;
  }
  .product--table .row--product .column--quantity {
    padding-top: 1.625rem;
  }
  .product--table .row--product .column--unit-price,
  .product--table .row--product .column--total-price {
    line-height: 2.625rem;
    padding-top: 1.625rem;
  }
  .product--table .row--product .column--actions {
    padding-top: 1.625rem;
  }
  .product--table .content--title {
    font-size: 1rem;
    font-weight: 700;
    color: #a87f40;
  }
  .product--table .column--total-price {
    float: left;
    font-weight: 700;
  }
  .product--table .basket--badge {
    width: 3rem;
    margin: 0 auto;
  }
  .product--table .row--rebate .table--media,
  .product--table .row--premium-product .table--media,
  .product--table .row--voucher .table--media {
    float: left;
  }
  .product--table .row--rebate .column--total-price,
  .product--table .row--premium-product .column--total-price,
  .product--table .row--voucher .column--total-price {
    margin-left: 25.5%;
    float: left;
  }
  .product--table .row--rebate .column--tax-price,
  .product--table .row--premium-product .column--tax-price,
  .product--table .row--voucher .column--tax-price {
    margin: 0;
  }
  .product--table .row--rebate .column--actions,
  .product--table .row--premium-product .column--actions,
  .product--table .row--voucher .column--actions {
    padding-top: 0.8125rem;
  }
  .product--table .row--rebate .table--content,
  .product--table .row--premium-product .table--content {
    padding-top: 1.3125rem;
  }
  .product--table .row--rebate .column--total-price,
  .product--table .row--premium-product .column--total-price {
    padding-top: 1.375rem;
  }
  .product--table .row--voucher .column--total-price {
    padding-top: 1.375rem;
  }
  .product--table .row--premium-product .column--product,
  .product--table .row--rebate .column--product {
    width: 77.5%;
  }
  .product--table .row--premium-product .column--image,
  .product--table .row--rebate .column--image {
    width: 13.3%;
  }
  .product--table .row--premium-product .column--total-price,
  .product--table .row--rebate .column--total-price {
    margin-left: 0;
  }
  .product--table .add-product--form {
    margin: 0.9375rem 0rem 1.25rem 0rem;
    width: 35%;
  }
  .product--table .add-product--field {
    width: 80%;
  }
  .product--table .add-product--button {
    width: 16%;
  }
  .product--table .basket--footer {
    margin: 0rem -1.25rem -1.25rem -1.25rem;
    border-top: 1px solid #eaeaea;
    background: #4b4b4b;
  }
  .product--table .basket--footer:after {
    content: "";
    display: table;
    clear: both;
  }
  .product--table .aggregation--list,
  .product--table .table--aggregation {
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
    padding-right: 11%;
    border: 0 none;
    background: transparent;
    margin: 0;
    float: left;
    width: 50%;
  }
  .product--table .table--actions {
    padding-bottom: 1.25rem;
    margin: 0;
  }
  .product--table .table--actions .is--secondary {
    margin-right: 1.25rem;
  }
  .product--table .table--actions .btn--inquiry {
    margin-left: -8.125rem;
    width: 16.25rem;
    top: 0;
    position: absolute;
    left: 50%;
  }
  .product--table .table--actions .btn--checkout-proceed,
  .product--table .table--actions .btn--checkout-continue {
    width: 25%;
    text-align: center;
    margin-bottom: 0rem;
  }
  .product--table .actions--bottom .main--actions {
    margin-top: 1.25rem;
  }
  .product--table .table--footer {
    display: block;
  }
  .footer--benefit {
    font-size: 0.875rem;
    padding: 0rem 1.25rem 0rem 0rem;
    width: 33.33332%;
  }
  .footer--benefit.is--last {
    padding: 0;
  }
  .js--modal .modal--checkout-add-article .article--price {
    margin-top: 0;
    margin-left: 0;
  }
  .js--modal .modal--checkout-add-article .modal--actions .btn {
    width: 35%;
    margin-bottom: 0;
  }
  .js--modal .modal--checkout-add-article .modal--actions .btn:last-child {
    margin-top: 0;
  }
  .content--confirm .alert {
    margin: 0;
  }
  .content--confirm .table--aggregation {
    visibility: hidden;
    display: block;
  }
  .content--confirm .confirm--inner-container .payment--method-list,
  .content--confirm .confirm--inner-container .dispatch--method-list {
    margin-bottom: 1.25rem;
  }
  .content--confirm .confirm--inner-container .panel--body {
    border: 0 none;
  }
  .content--confirm .confirm--inner-container .has--border {
    border: 1px solid #eaeaea;
  }
  .content--confirm .confirm--inner-container .basket--footer {
    border: 1px solid #eaeaea;
    margin: 0;
  }
  .content--confirm .confirm--actions .main--actions {
    width: 25%;
  }
}
@media screen and (min-width: 64em) {
  .product--table .table--actions .btn--inquiry {
    left: 50%;
  }
  .product--table .column--product .column--image {
    width: 16%;
  }
  .product--table .column--product .table--content {
    width: 84%;
  }
  .product--table .row--premium-product .column--product .column--image,
  .product--table .row--rebate .column--product .column--image {
    width: 10.7%;
  }
  .product--table .add-product--form {
    width: 25%;
  }
  .product--table .aggregation--list {
    float: right;
    padding-right: 10.5%;
  }
  .product--table .table--aggregation {
    width: 45%;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-checkout .basket--info-messages {
    margin: 2.8125rem 0rem 0rem 0rem;
  }
  .is--act-shippingpayment .product--table {
    margin-top: 1.5625rem;
  }
  .product--table {
    margin-top: 2.8125rem;
  }
  .product--table .column--actions {
    width: 4%;
  }
  .product--table .table--header .column--product {
    width: 55%;
  }
  .product--table .column--product {
    width: 55%;
  }
  .product--table .column--product .column--image {
    width: 14%;
  }
  .product--table .column--product .table--content {
    width: 86%;
  }
  .product--table .row--rebate .column--actions,
  .product--table .row--premium-product .column--actions,
  .product--table .row--voucher .column--actions {
    padding-top: 1.3125rem;
  }
  .product--table .row--product .column--actions {
    padding-top: 2.125rem;
  }
  .product--table .table--tr .column--actions .column--actions-link {
    line-height: 1.125rem;
    padding: 0rem 0.3125rem 0.125rem 0.3125rem;
  }
  .product--table .table--tr .column--actions .icon--cross {
    font-size: 0.5625rem;
  }
  .product--table .row--premium-product .column--product,
  .product--table .row--rebate .column--product {
    width: 80.5%;
  }
  .product--table .row--premium-product .column--product .column--image,
  .product--table .row--rebate .column--product .column--image {
    width: 9.5%;
  }
  .product--table .aggregation--list {
    padding-right: 7.3%;
  }
}
/*
Checkout finish
==========================================
Contains the styles for the finish page.

It is displayed after the Shopware checkout process is finished and contains the important order information, the users information and option to print the order confirmation.
*/
.is--act-finish .content-main {
  margin-top: 1.25rem;
}
.finish--content {
  padding-top: 0.625rem;
}
.finish--content .information--panel-item {
  margin-bottom: 1.25rem;
}
.finish--content .information--panel-item:after {
  content: "";
  display: table;
  clear: both;
}
.finish--content .information--panel-item .panel--body:after {
  content: "";
  display: table;
  clear: both;
}
.finish--content .information--panel-item.information--panel-address .shipping--panel {
  text-align: center;
}
.finish--content .product--table {
  margin-top: 0;
}
.finish--teaser {
  margin: 0rem 0rem 1.25rem 0rem;
}
.teaser--btn-back {
  margin: 0rem 0rem 1.25rem 0rem;
}
.teaser--btn-print,
.teaser--btn-back {
  text-align: center;
  width: 100%;
}
.teaser--btn-print *[class^="icon--"],
.teaser--btn-back *[class^="icon--"] {
  margin: 0.25rem 0rem 0rem 0rem;
  float: left;
}
.finish--table .panel--body {
  border: 1px solid #eaeaea;
}
.finish--table .table--tr {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
}
.finish--table .column--quantity,
.finish--table .column--total-price {
  padding-right: 0;
}
.finish--table .table--aggregation {
  display: none;
}
.finish--table .aggregation--list {
  margin: 0;
  border-bottom: 0 none;
}
.finish--table .basket--footer {
  border-top: 1px solid #eaeaea;
}
.finish--table .is--last-row {
  border-bottom: 0 none;
}
@media screen and (min-width: 30em) {
  .finish--table .table--tr .column--quantity {
    margin-left: 42.3%;
  }
  .finish--table .table--tr .column--quantity .column--label {
    margin-bottom: 0.75rem;
    text-align: right;
  }
}
@media screen and (min-width: 48em) {
  .teaser--btn-print {
    text-align: left;
    width: auto;
  }
  .is--act-finish .content-main {
    margin-top: 2.5rem;
  }
  .finish--content {
    padding-top: 1.25rem;
  }
  .finish--content .information--panel-wrapper {
    margin: -2% 0 0 -2%;
    margin-bottom: 1.25rem;
  }
  .finish--content .information--panel-wrapper .information--panel-item.information--panel-item-billing {
    width: 50%;
  }
  .finish--content .information--panel-wrapper .information--panel-item.information--panel-item-billing .panel {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .finish--content .information--panel-wrapper .information--panel-item.information--panel-item-shipping {
    padding-left: 0;
    width: 50%;
  }
  .finish--content .information--panel-wrapper .information--panel-item.information--panel-item-shipping .panel {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .finish--content .information--panel-wrapper .information--panel {
    margin: 0;
  }
  .finish--content .information--panel-wrapper .information--panel-item {
    padding: 2% 0 0 2%;
    width: 100%;
    float: left;
    margin-bottom: 0;
  }
  .finish--content .information--panel-address .panel--body:after {
    content: "";
    display: table;
    clear: both;
  }
  .finish--content .information--panel-address .panel--body .billing--panel {
    float: left;
    width: 50%;
  }
  .finish--content .information--panel-address .panel--body .shipping--panel {
    float: right;
    width: 50%;
  }
  .teaser--btn-back {
    margin: 0rem 1.25rem 0rem 0rem;
    width: auto;
  }
  .finish--table {
    margin: 1.25rem 0rem 0rem 0rem;
  }
  .finish--table .table--header .panel--th {
    padding-right: 0;
  }
  .finish--table .panel--body {
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  }
  .finish--table .column--total-price {
    width: 37%;
  }
  .finish--table .table--tr {
    padding: 0;
  }
  .finish--table .table--tr:last-child {
    border: 0 none;
  }
  .finish--table .table--tr .column--quantity {
    line-height: 2.625rem;
    margin: 0;
  }
  .finish--table .row--rebate .column--total-price,
  .finish--table .row--premium-product .column--total-price {
    width: 22.5%;
  }
  .finish--table .row--voucher .column--total-price {
    margin-left: 0;
    width: 48%;
  }
  .finish--table .table--aggregation {
    display: block;
    width: 50%;
  }
  .finish--table .aggregation--list {
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  }
}
@media screen and (min-width: 64em) {
  .finish--content .information--panel-wrapper {
    margin-bottom: 1.25rem;
  }
  .finish--content .information--panel-wrapper .information--panel-item {
    width: 33.3%;
  }
  .finish--content .information--panel-wrapper .information--panel-item.information--panel-item-billing,
  .finish--content .information--panel-wrapper .information--panel-item.information--panel-item-shipping {
    width: 33.3%;
  }
  .finish--content .information--panel-wrapper .information--panel-item.information--panel-address {
    width: 66.6%;
  }
  .finish--content .information--panel-wrapper .information--panel-item-billing .panel {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .finish--content .information--panel-wrapper .information--panel-item-shipping {
    padding-left: 0;
  }
  .finish--content .information--panel-wrapper .information--panel-item-shipping .panel {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media screen and (min-width: 78.75em) {
  .finish--content {
    padding-top: 2.8125rem;
  }
  .finish--content .column--total-price {
    width: 34%;
  }
  .finish--content .finish--table .table--header .column--product {
    width: 55%;
  }
  .finish--content .finish--table .row--premium-product .column--total-price,
  .finish--content .finish--table .row--rebate .column--total-price {
    width: 19.5%;
  }
  .finish--content .finish--table .row--voucher .column--total-price {
    width: 45%;
  }
}
@media print {
  body {
    width: auto;
    height: auto;
    overflow: auto;
    background: #ffffff;
  }
  .container {
    max-width: none;
  }
  .is--act-finish .content-main {
    margin-top: 0;
  }
  .finish--teaser,
  .navigation-main,
  .footer--columns,
  .shop--navigation,
  .top-bar,
  .btn--back-top-shop,
  .header-main .container--ajax-cart {
    display: none;
  }
  .is--ctl-checkout.is--minimal-header .header-main,
  .header-main {
    border-bottom: none;
    margin: 0;
    padding: 0;
  }
  .content-main {
    margin-bottom: 0;
  }
  .finish--table {
    clear: both;
  }
  .finish--table .table--tr {
    page-break-inside: avoid;
  }
  .finish--table .table--content {
    width: 85%;
  }
  .finish--table .column--product .column--image {
    width: 15%;
  }
  .finish--table .column--label.quantity--label {
    margin: 0;
  }
  .finish--table .column--product {
    width: 100%;
  }
  .finish--table .column--product:after {
    content: "";
    display: table;
    clear: both;
  }
  .finish--table .column--total-price,
  .finish--table .column--quantity {
    margin-left: 70%;
    width: 30%;
  }
  .footer-minimal .footer--service-menu,
  .footer-main .footer--service-menu,
  .footer-minimal .footer--copyright,
  .footer-main .footer--copyright,
  .footer-minimal .footer--logo,
  .footer-main .footer--logo {
    display: none;
  }
  .footer-minimal .vat-info--text,
  .footer-main .vat-info--text {
    font-size: 0.5625rem;
  }
  .footer-minimal a,
  .footer-main a {
    color: #a87f40;
  }
}
/*
Account
================================================
Defines the styles for the Shopware 5 user account page.

The my-account page displays a dashboard that shows an overview of the user information, payment methods, billing and shipping information inside panel elements.

It allows the user to directly see and change the important information of their account.
*/
.account--content {
  margin: 0.625rem 0rem 0rem 0rem;
}
.partner-statistic .panel--title {
  padding-bottom: 1.25rem;
}
.account--content:after,
.payment_logo_debit:after,
.account-address--container:after,
.account-info--container:after {
  content: "";
  display: table;
  clear: both;
}
.account--logout .logout--headline {
  font-size: 1.5rem;
  margin: 0.625rem 0rem 1.25rem 0rem;
}
.account--logout .logout--actions {
  margin-bottom: 0.625rem;
}
.account--logout .logout-back-to-shop {
  display: block;
}
.account--menu .link--logout {
  font-weight: 700;
  color: #f36903;
}
.account--menu .navigation--logout-personalized {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.account--box {
  margin: 0rem 0rem 1.25rem 0rem;
}
.account--password input[type="text"],
.account--email input[type="text"],
.account--password input[type="password"],
.account--email input[type="password"],
.account--password input[type="email"],
.account--email input[type="email"] {
  width: 100%;
}
.account--welcome {
  margin-bottom: 1.25rem;
}
.account--welcome .panel--body {
  padding: 0;
}
.account--welcome .panel--title {
  padding: 1.25rem 0rem 1.25rem 0rem;
  margin: 0;
}
.account--welcome .panel--actions {
  padding: 0;
}
.account--error,
.account--success {
  margin: 0rem 0rem 0.625rem 0rem;
}
.register--error-msg {
  color: #d30909;
}
.account--actions {
  margin: 0rem 1.25rem 1.25rem 1rem;
}
.account--actions:after {
  content: "";
  display: table;
  clear: both;
}
.account--change-payment.register--content {
  display: block;
  width: 100%;
}
.account--newsletter fieldset {
  border: 0;
  padding: 0;
}
.account--newsletter fieldset input[type="checkbox"] {
  margin: 0rem 0.625rem 0rem 0rem;
}
.account--paging {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  display: block;
  background: #ffffff;
}
.account--paging:after {
  content: "";
  display: table;
  clear: both;
}
.account--paging .paging--display {
  float: right;
}
.account--orders-overview {
  border: 1px solid #eaeaea;
}
.account--orders-overview p {
  font-size: 0.875rem;
}
.account--orders-overview .orders--table-header {
  display: none;
  background: #ffffff;
}
.account--orders-overview .orders--table-header .panel--th {
  color: #71552b;
}
.account--orders-overview .panel--tr {
  padding: 0.625rem 0rem 0.625rem 0rem;
}
.account--orders-overview .panel--td {
  padding: 0.3125rem 0.625rem 0.3125rem 0.625rem;
  display: block;
  float: none;
}
.account--orders-overview .panel--td:after {
  content: "";
  display: table;
  clear: both;
}
.account--orders-overview .column--info-labels,
.account--orders-overview .column--info-data {
  width: 50%;
  float: left;
  text-align: left;
}
.account--orders-overview .column--info-data {
  padding: 0.3125rem 0.625rem 0rem 0rem;
}
.account--orders-overview .column--summary-labels,
.account--orders-overview .column--summary-data {
  width: 50%;
  float: left;
  text-align: left;
}
.account--orders-overview .column--summary-data {
  padding: 0.3125rem 0.625rem 0rem 0rem;
}
.account--orders-overview .column--label,
.account--orders-overview .column--value {
  width: 50%;
  float: left;
}
.account--orders-overview .column--label {
  font-weight: 700;
}
.is--act-partnerStatistic .content-main--inner {
  padding: 0rem 0rem 1rem 0rem;
}
.is--act-partnerStatistic .account--welcome {
  padding: 0rem 0rem 0rem 0.625rem;
}
.is--act-partnerStatistic .listing--actions {
  padding: 0.625rem 1.125rem 1.5rem 1.125rem;
  border-bottom: 1px solid #eaeaea;
}
.is--act-partnerStatistic .date-filter {
  font-size: 0.875rem;
  height: 3.125rem;
  display: block;
  width: 100%;
}
.is--act-partnerStatistic .date-filter--label {
  padding: 0.5625rem 0rem 0.625rem 0rem;
  width: 2.5rem;
  display: block;
  float: left;
}
.is--act-partnerStatistic .date-filter--input {
  margin: 0rem 0rem 0rem 2.5rem;
  width: auto;
}
.is--act-partnerStatistic .datepicker {
  padding-right: 2.1875rem;
  width: 100%;
  float: left;
}
.is--act-partnerStatistic .ui-datepicker-trigger {
  width: 1.25rem;
  height: 1.25rem;
  margin: 0.625rem 0rem 0rem -1.875rem;
  display: inline;
  border: 0;
  background: transparent;
  text-align: center;
  color: #a87f40;
  padding: 0;
}
.is--act-partnerStatistic .btn--filter {
  width: 100%;
  text-align: center;
  margin: 0;
}
.is--act-partnerStatistic .chart--holder {
  display: none;
}
.is--act-partnerStatistic .panel--th,
.is--act-partnerStatistic .panel--td {
  padding: 0.5rem 0.625rem 0.4375rem 0.625rem;
  width: 25%;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.is--act-partnerStatistic .panel--th:first-child,
.is--act-partnerStatistic .panel--td:first-child {
  text-align: left;
}
.is--act-partnerStatistic .panel--th {
  padding: 0.1875rem 0.625rem 0.125rem 0.625rem;
  font-size: 0.75rem;
  color: #a87f40;
}
.is--act-partnerStatistic .is--odd {
  padding: 0rem 0rem 0.5625rem 0rem;
  border-bottom: 1px solid #eaeaea;
}
.is--act-partnerStatistic .is--odd .column--price,
.is--act-partnerStatistic .is--odd .column--total {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  width: 100%;
}
.is--act-partnerStatistic .column--label {
  text-align: left;
}
.is--act-partnerStatistic .column--value {
  text-align: right;
}
.is--act-partnerStatistic .column--label,
.is--act-partnerStatistic .column--value {
  width: 50%;
  float: left;
}
.is--act-partnerStatistic .column--item-sum .column--label {
  display: block !important;
}
.order--status-icon {
  width: 0.5rem;
  height: 0.5rem;
  top: 0.5rem;
  display: inline-block;
  position: relative;
}
.order--status-icon.status--0,
.order--status-icon.status--1,
.order--status-icon.status--3,
.order--status-icon.status--6 {
  background: #4aa3df;
}
.order--status-icon.status--2,
.order--status-icon.status--5,
.order--status-icon.status--7 {
  background: #2ecc71;
}
.order--status-icon.status--4,
.order--status-icon.status--8 {
  background: #d30909;
}
.order--name {
  color: #71552b;
}
.order--details,
.order--price-unit,
.order--current-price {
  display: none;
}
.order--details .panel--tr {
  border-bottom: 1px solid #eaeaea;
}
.order--repeat {
  text-align: center;
  background: #5a5a5a;
  border-bottom: 1px solid #eaeaea;
}
.order--actions {
  text-align: center !important;
}
.order--user-comments,
.order--shop-comments {
  border-bottom: 1px solid #eaeaea;
}
.account--downloads {
  border: 1px solid #eaeaea;
}
.account--downloads p {
  font-size: 0.875rem;
}
.account--downloads .downloads--table-header {
  display: none;
}
.account--downloads .panel--tr {
  padding: 0.625rem 0rem 0.625rem 0rem;
}
.account--downloads .panel--td {
  padding: 0.3125rem 0.625rem 0.3125rem 0.625rem;
  display: block;
  float: none;
}
.account--downloads .panel--td:after {
  content: "";
  display: table;
  clear: both;
}
.account--password-reset {
  margin-top: 0.625rem;
}
.account--password-reset p {
  margin: 0;
}
.account--password-reset .password-reset--input {
  margin: 0rem 0rem 1.875rem 0rem;
  width: 100%;
}
.account--password-reset .password-reset--link {
  width: 100%;
  margin: 0;
}
.account--password-reset .password-reset--link:first-child {
  margin: 0rem 0rem 0.625rem 0rem;
}
.account--password-new {
  margin-top: 0.625rem;
}
.account--password-new .password-new--input {
  margin-bottom: 0.9375rem;
  width: 100%;
}
.account--password-new .password-new--helptext {
  margin-bottom: 0;
}
.account--password-new .password-new--submit {
  display: block;
  width: 100%;
}
.account--profile {
  margin: 0rem;
  padding-top: 1.875rem;
}
.account--profile .profile--email-password-container:after {
  content: "";
  display: table;
  clear: both;
}
.account--profile .profile-password--container {
  float: right;
  width: 100%;
}
.account--profile .profile-email--container {
  float: left;
  width: 100%;
}
.account--profile .alert {
  margin-bottom: 1.25rem;
}
.account--profile .js--loading {
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 100%;
  background-clip: padding-box;
  margin: 0rem 0rem 0rem 0.3125rem;
  top: 0.25rem;
  -webkit-animation: keyframe--spin 1s linear infinite;
  animation: keyframe--spin 1s linear infinite;
  border: 2px solid #eaeaea;
  border-top: 2px solid #6a6a6a;
  display: inline-block;
  position: relative;
}
.account--profile .panel {
  margin-bottom: 1.25rem;
}
.account--profile .required-info {
  font-size: 0.875rem;
}
.account--profile .select-field {
  margin-bottom: 0.625rem;
  max-width: 100%;
}
.account--profile .profile--field {
  margin-bottom: 0.625rem;
  width: 100%;
}
.account--profile .profile--zip-city .profile--field-zipcode {
  width: 28%;
  float: left;
}
.account--profile .profile--zip-city .profile--field-city {
  width: 70%;
  float: left;
}
.account--profile .profile--zip-city .profile--field-city:after {
  content: "";
  display: table;
  clear: both;
}
.account--profile .birthday--label {
  margin: 0rem 0rem 0.3125rem 0rem;
  display: block;
  font-weight: 700;
}
.account--profile .profile--birthdate .select-field {
  margin-bottom: 0.9375rem;
  max-width: 100%;
  float: left;
}
.account--profile .profile--birthdate .datepicker {
  margin-bottom: 0.9375rem;
  width: 100%;
  max-width: 100%;
  float: left;
}
.account--profile .profile--birthdate .profile--birthyear,
.account--profile .profile--birthdate .profile--birthyear.select-field {
  margin-right: 0rem;
}
@media screen and (max-width: 48em) {
  .column--info-wrapper:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media screen and (min-width: 30em) {
  .account--password-reset {
    margin-top: 0.625rem;
  }
  .account--password-reset .password-reset--input {
    margin: 0.625rem 0rem 1.875rem 0rem;
  }
  .account--password-reset .password-reset--link {
    margin: 0rem 0rem 0.625rem 0rem;
    width: auto;
  }
  .account--password-reset .password-reset--link:first-child {
    margin: 0rem 0.625rem 0rem 0rem;
  }
  .account--password-new .password-new--submit {
    display: inline-block;
    width: auto;
  }
  .account--logout .logout-back-to-shop {
    display: inline-block;
  }
}
@media screen and (min-width: 48em) {
  .account--content {
    margin: 1.875rem 0rem 0rem 0rem;
  }
  .account--content.is--wide {
    width: 100%;
  }
  .account--password-reset {
    margin: 1.25rem 0rem 0rem 0rem;
  }
  .account--password-new {
    margin-top: 1.25rem;
  }
  .account--password-new .password-new--input {
    width: 20rem;
  }
  .account--menu {
    border: 1px solid #eaeaea;
  }
  .account--menu .navigation--headline {
    padding: 1.25rem 0rem 0rem 0rem;
    margin: 0rem 1.25rem 0rem 1.25rem;
    font-size: 1rem;
    display: block;
    font-weight: 700;
    color: #71552b;
    padding: 1.25rem 0rem 0.625rem 0rem;
    text-decoration: none !important;
    border-bottom: 1px solid #eaeaea;
  }
  .account--menu .navigation--headline.is--underline {
    padding: 1.25rem 0rem 0.625rem 0rem;
    border-bottom: 1px solid #eaeaea;
    text-decoration: none !important;
  }
  .account--menu .navigation--headline.is--secondary {
    color: #a87f40;
  }
  .account--menu .navigation--headline.is--primary {
    color: #f36903;
  }
  .account--menu .account--menu-container {
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
    font-size: 0.875rem;
    line-height: 1.5rem;
    display: block;
    position: relative;
    padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  }
  .account--menu .account--menu-container.has--border {
    border: 1px solid #eaeaea;
  }
  .account--menu .account--menu-container.is--slim {
    padding: 0.3125rem 0.3125rem 0.3125rem 0.3125rem;
  }
  .account--menu .account--menu-container.is--wide {
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  }
  .account--menu .account--menu-container.is--flat {
    background: #5a5a5a;
  }
  .account--menu .account--menu-container.is--embossed {
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
    background: #5a5a5a;
  }
  .account--menu .navigation--list {
    padding: 0;
    border: 0 none;
  }
  .account--menu .navigation--entry {
    margin: 0;
    border: 0 none;
  }
  .account--menu .navigation--link {
    padding: 0.3125rem 0rem 0.3125rem 0rem;
  }
  .account--menu .navigation--link.link--logout {
    margin: 0.625rem 0rem 0rem 0rem;
    padding: 0.625rem 0rem 0rem 0rem;
    border-top: 1px solid #eaeaea;
    font-weight: 700;
    color: #f36903;
  }
  .account--menu .navigation--link.link--logout [class^="icon--"] {
    margin: 0rem 0.3125rem 0rem 0rem;
    display: inline-block;
  }
  .account--welcome .panel--title {
    font-size: 1.625rem;
  }
  .account--orders-overview .orders--table-header {
    display: block;
  }
  .account--orders-overview .panel--tr {
    padding: 0;
    border-width: 0 0 1px 0;
  }
  .account--orders-overview .panel--tr.order--repeat {
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  }
  .account--orders-overview .panel--td {
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
    display: inline-block;
    float: left;
  }
  .account--orders-overview .column--label {
    display: none;
  }
  .account--orders-overview .column--value {
    width: 100%;
    float: none;
  }
  .account--orders-overview .column--summary-labels,
  .account--orders-overview .column--summary-data {
    width: 20%;
    text-align: right;
  }
  .account--orders-overview .column--date,
  .account--orders-overview .column--id,
  .account--orders-overview .column--dispatch {
    width: 20%;
  }
  .account--orders-overview .column--status {
    width: 25%;
  }
  .account--orders-overview .column--actions {
    width: 15%;
  }
  .account--orders-overview .column--actions .btn {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
  .account--orders-overview .column--name {
    width: 50%;
  }
  .account--orders-overview .column--quantity {
    width: 10%;
  }
  .account--orders-overview .column--price {
    width: 20%;
  }
  .account--orders-overview .column--total {
    width: 20%;
  }
  .account--orders-overview .column--info-labels {
    width: 20%;
  }
  .account--orders-overview .column--info-data {
    width: 40%;
  }
  .order--item {
    margin: 0;
  }
  .order--pseudo-price {
    font-size: 0.75rem;
  }
  .order--download,
  .order--price-unit,
  .order--current-price {
    display: block !important;
  }
  .order--download {
    margin: 0.625rem 0rem 0rem 0rem;
  }
  .order--quantity {
    text-align: center !important;
  }
  .order--actions,
  .order--price,
  .order--amount {
    text-align: right !important;
  }
  .account--downloads .downloads--table-header {
    display: block !important;
    background: #ffffff;
  }
  .account--downloads .downloads--table-header .panel--th {
    color: #71552b;
  }
  .account--downloads .panel--tr {
    padding: 0;
    border-width: 0 0 1px 0;
  }
  .account--downloads .panel--td {
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
    display: inline-block;
    float: left;
  }
  .account--downloads .column--date,
  .account--downloads .column--actions {
    width: 20%;
  }
  .account--downloads .column--info {
    width: 60%;
  }
  .column--label {
    display: none;
  }
  .column--date,
  .column--id,
  .column--dispatch {
    width: 20%;
  }
  .column--status {
    width: 25%;
  }
  .column--actions {
    width: 15%;
  }
  .column--name {
    width: 50%;
  }
  .column--quantity {
    width: 10%;
  }
  .column--price {
    width: 20%;
  }
  .column--total {
    width: 20%;
  }
  .column--info-labels {
    width: 20%;
  }
  .column--info-data {
    width: 40%;
  }
  .column--summary {
    width: 20%;
  }
  .account--password-reset .password-reset--input {
    width: 20rem;
  }
  .account--error,
  .account--success {
    margin: 0rem 0rem 1.25rem 0rem;
  }
  .is--act-partnerStatistic .content-main--inner {
    padding: 0rem 1.25rem 1rem 1.25rem;
  }
  .is--act-partnerStatistic .account--welcome {
    padding: 0rem 0rem 0rem 0rem;
  }
  .is--act-partnerStatistic .listing--actions {
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
    border-radius: 3px;
    background-clip: padding-box;
    border: 1px solid #eaeaea;
    background: #4b4b4b;
  }
  .is--act-partnerStatistic .date-filter {
    padding: 0rem 0.625rem 0rem 0.625rem;
    width: 40%;
    float: left;
    height: auto;
  }
  .is--act-partnerStatistic .date-filter--label {
    width: 10%;
  }
  .is--act-partnerStatistic .btn--filter {
    width: 20%;
    float: left;
    height: 40px;
  }
  .is--act-partnerStatistic .chart--holder {
    text-align: center !important;
    display: block !important;
    width: 100%;
  }
  .is--act-partnerStatistic .panel--th,
  .is--act-partnerStatistic .panel--td {
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  }
  .is--act-partnerStatistic .column--item-sum {
    width: 75% !important;
  }
  .is--act-partnerStatistic .column--item-sum .column--label,
  .is--act-partnerStatistic .column--item-sum .column--value {
    float: left;
    width: 50%;
  }
  .is--act-partnerStatistic .is--odd {
    border: 0;
    padding: 0;
  }
  .is--act-partnerStatistic .is--odd .column--total {
    width: 25%;
    float: left !important;
  }
  .is--act-partnerStatistic .is--odd .column--total .column--value {
    width: 100%;
  }
  .account--profile {
    margin: 0rem;
  }
  .account--profile .select-field {
    margin-bottom: 0.9375rem;
  }
  .account--profile .profile--field {
    margin-bottom: 0.9375rem;
  }
  .account--profile .select-field {
    max-width: 18.125rem;
  }
  .account--profile .profile--birthdate .select-field {
    width: 32%;
    margin-right: 2%;
  }
}
@media screen and (min-width: 64em) {
  .account--info,
  .account--billing {
    width: 49%;
    float: left;
  }
  .account--payment,
  .account--shipping {
    width: 49%;
    float: right;
  }
  .account--email,
  .account--password,
  .account--userdata {
    display: none;
  }
  .account--email,
  .account--password,
  .account--userdata,
  .account--newsletter {
    clear: both;
  }
  .account--password-reset {
    margin: 1.25rem 0rem 0rem 0rem;
  }
  .account--info .panel--body,
  .account--payment .panel--body {
    height: 7.5rem;
  }
  .account--profile .profile-password--container {
    float: right;
    width: 49%;
  }
  .account--profile .profile-email--container {
    float: left;
    width: 49%;
    margin-right: 2%;
  }
}
@media screen and (min-width: 78.75em) {
  .is--act-partnerStatistic .content-main--inner {
    padding: 0rem 2.8125rem 2.8125rem 2.8125rem;
  }
  .account--profile {
    padding-top: 2.8125rem;
  }
  .account--content {
    margin: 2.8125rem 0rem 0rem 0rem;
  }
  .account--password-reset {
    margin: 2.8125rem 0rem 0rem 0rem;
  }
  .account--password-new {
    margin-top: 2.8125rem;
  }
  .account--error,
  .account--success {
    margin: 0rem 0rem 1.25rem 0rem;
  }
}
.partner-statistic .account--welcome {
  margin-bottom: 0;
}
.partner-statistic .partner-statistic-body {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  margin: 0rem 0rem 1.25rem 0rem;
}
.partner-statistic .date-filter {
  display: inline-block;
}
.partner-statistic .date-filter--input {
  margin: 0rem 0rem 1.25rem 0rem;
}
.partner-statistic .ui-datepicker-trigger {
  padding: 0.125rem 0.625rem 0.125rem 0.625rem;
  line-height: 2rem;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 0.875rem;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #4b4b4b 100%);
  -webkit-font-smoothing: inherit;
  position: relative;
  font-weight: 700;
  text-align: left;
  border: 1px solid #eaeaea;
  color: #a87f40;
  /** Button icon font size */
  /** Larger icon */
  /*
######Icon alignment

To work properly the button needs the class `is--icon-left` or `is--icon-right` and an `icon` inside it.
```
<button class="btn is--icon-left">
    <i class="icon--account"></i>
    Icon left
</button>

<button class="btn is--icon-right">
    <i class="icon--account"></i>
    Icon right
</button>
```
*/
  /*
######Button size class
Adding a button-size class creates a larger or smaller button or changes the button properies.

Options: `is--large`, `is--small`, `is--full`, `is--center`
```
<button class="btn is--large">
    Large button
</button>

<button class="btn is--small">
    Small button
</button>
```
*/
  /** State: Small button */
  /** State: Medium button */
  /** State: Large button */
  /** State: Button with 100% width */
  /** State: Button with text align center */
  border: none;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  outline: 0;
  padding: 0 2rem;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  color: #fff;
  background-color: #26a69a;
  text-align: center;
  letter-spacing: .5px;
  transition: 0.2s ease-out;
  cursor: pointer;
  padding: 0.625rem 0.625rem 0.5625rem 0.625rem;
  margin: 0rem 1.5625rem 0rem 0rem;
  line-height: 1.25rem;
}
.partner-statistic .ui-datepicker-trigger [class^="icon--"] {
  font-size: 0.625rem;
}
.partner-statistic .ui-datepicker-trigger .is--large {
  font-size: 1rem;
}
.partner-statistic .ui-datepicker-trigger.is--icon-right {
  padding-right: 2.25rem;
}
.partner-statistic .ui-datepicker-trigger.is--icon-right [class^="icon--"] {
  height: 1rem;
  line-height: 2rem;
  margin: -1rem 0rem 0rem 0rem;
  right: 0.75rem;
  font-weight: 500;
  display: block;
  position: absolute;
  top: 50%;
}
.partner-statistic .ui-datepicker-trigger.is--icon-left {
  padding-left: 2.25rem;
}
.partner-statistic .ui-datepicker-trigger.is--icon-left [class^="icon--"] {
  height: 1rem;
  line-height: 2rem;
  margin: -1rem 0rem 0rem 0rem;
  left: 0.75rem;
  font-weight: 500;
  display: block;
  position: absolute;
  top: 50%;
}
.partner-statistic .ui-datepicker-trigger:disabled,
.partner-statistic .ui-datepicker-trigger:disabled:hover,
.partner-statistic .ui-datepicker-trigger.is--disabled,
.partner-statistic .ui-datepicker-trigger.is--disabled:hover {
  opacity: 0.5;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #4b4b4b 100%);
  border: 1px solid #eaeaea;
  color: #a87f40;
  cursor: not-allowed;
}
.partner-statistic .ui-datepicker-trigger:hover {
  background: #ffffff;
  color: #f36903;
  border-color: #f36903;
}
.partner-statistic .ui-datepicker-trigger:focus {
  outline: none;
}
.partner-statistic .ui-datepicker-trigger.is--small {
  line-height: 1.75rem;
}
.partner-statistic .ui-datepicker-trigger.is--medium {
  line-height: 2rem;
  height: 2.375rem;
}
.partner-statistic .ui-datepicker-trigger.is--large {
  line-height: 2.25rem;
  height: 2.625rem;
}
.partner-statistic .ui-datepicker-trigger.is--full {
  display: block;
}
.partner-statistic .ui-datepicker-trigger.is--center {
  text-align: center;
}
/*
Note
==============================================
Contains the styling of the note page inside Shopware 5.

The users can add an article to their note list if they are interested in the product and the product will be saved inside the list if the user is logged in inside their account.

The articles are displayed inside a slim product box with an article thumbnail and the general item information.

The styling also contains the viewport specific styles inside media queries.
*/
.note--content {
  margin: 1.25rem 0rem 1.25rem 0rem;
}
.note--overview .panel--td {
  padding: 0;
}
.note--item {
  padding: 1.25rem 0rem 1.25rem 0rem;
  position: relative;
}
.note--info,
.note--sale {
  width: 80%;
}
.note--image-container {
  width: 4.6875rem;
  margin: 0rem 1.25rem 1.25rem 0rem;
  display: table-row;
  float: left;
}
.note--image-link {
  width: 4.6875rem;
  height: 4.6875rem;
  padding: 0.3125rem 0.3125rem 0.3125rem 0.3125rem;
  line-height: 4.0625rem;
  border-radius: 3px;
  background-clip: padding-box;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #eaeaea;
}
.note--image {
  max-width: 4.0625rem;
  max-height: 4.0625rem;
  margin: 0 auto;
}
.note--title {
  margin: 0rem 0rem 0.3125rem 5.9375rem;
  font-size: 1.125rem;
  display: block;
  font-weight: 700;
  color: #71552b;
}
.note--title:hover {
  color: #f36903;
}
.note--rating {
  margin: 0rem 0rem 0.625rem 5.9375rem;
}
.note--rating [class^="icon--"] {
  color: #f1c40f;
}
.note--supplier {
  display: none;
}
.note--ordernumber,
.note--date,
.note--overview .product--rating {
  margin: 0rem 0rem 0rem 5.9375rem;
  display: block;
}
.note--delivery {
  margin: 0rem 0rem 0rem 5.9375rem;
}
.note--delivery .delivery--status-icon {
  display: none;
}
.note--delivery .delivery--text-available {
  display: block;
}
.note--compare {
  margin: 0.625rem 0rem 0rem 5.9375rem;
  display: none;
}
.note--compare .compare--link {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  color: #a87f40;
}
.note--compare .compare--link:hover {
  color: #f36903;
}
.note--compare [class^="icon--"] {
  margin: 0rem 0.3125rem 0rem 0rem;
  font-size: 0.75rem;
}
.note--price-unit {
  margin: 0.3125rem 0rem 0rem 5.9375rem;
  font-size: 0.75rem;
  line-height: 1.125rem;
  display: block;
}
.note--price {
  font-size: 1.125rem;
  margin: 0.9375rem 0rem 0rem 5.9375rem;
  color: #71552b;
  font-weight: 700;
}
.note--delete {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.625rem;
  line-height: 2.375rem;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #4b4b4b 100%);
  border-radius: 3px;
  background-clip: padding-box;
  top: 1.25rem;
  right: 0;
  left: auto;
  display: block;
  position: absolute;
  border: 1px solid #eaeaea;
  text-align: center;
  font-weight: 500;
  color: #a87f40;
}
.note--delete:hover {
  color: #f36903;
  border-color: #f36903;
}
@media screen and (min-width: 48em) {
  .note--overview .panel--table {
    padding: 0rem 1.25rem 0rem 1.25rem;
    border: 1px solid #eaeaea;
  }
  .note--compare {
    display: block;
  }
}
@media screen and (min-width: 64em) {
  .note--info {
    padding-right: 1.25rem;
    width: 70%;
  }
  .note--sale {
    padding-right: 3.4375rem;
    width: 30%;
  }
  .note--zoom {
    font-size: 0.75rem;
    display: block;
    color: #a87f40;
    text-align: center;
  }
  .note--zoom:hover {
    color: #f36903;
  }
  .note--title {
    margin: 0rem 0rem 0.3125rem 6.5625rem;
  }
  .note--supplier,
  .note--ordernumber,
  .note--date,
  .note--overview .product--rating {
    margin: 0rem 0rem 0rem 6.5625rem;
    display: block;
  }
  .note--delivery {
    margin: 0rem 0rem 0rem 6.5625rem;
  }
  .note--compare {
    margin: 0.3125rem 0rem 0rem 0rem;
  }
  .note--price {
    margin: 0;
  }
  .note--price-unit {
    padding-right: 3.125rem;
    margin: 0.3125rem 0rem 0rem 0rem;
  }
}
@media screen and (min-width: 78.75em) {
  .note--content {
    margin: 2.8125rem 0rem 0rem 0rem;
  }
}
/*
Forms
==========================================
Defines the general form element styles.

It contains the components as: `capacha`, `description`, `required information` etc.
*/
.forms--content {
  width: 100%;
}
.forms--content .forms--headline {
  margin-bottom: 1.25rem;
}
.forms--content .forms--headline .forms--title {
  margin-top: 0rem;
}
.forms--content .forms--headline .forms--text p {
  margin-bottom: 0.75rem;
}
.forms--content .alert {
  margin: 1.875rem 0rem 0rem 0rem;
}
.forms--content .forms--field {
  margin-bottom: 0.3125rem;
  width: 100%;
}
.forms--content input {
  margin-bottom: 0.625rem;
  width: 100%;
}
.forms--content input[type="checkbox"] {
  width: auto;
}
.forms--content textarea {
  margin-bottom: 0.625rem;
  width: 100%;
}
.forms--content .field--select {
  margin-bottom: 0.625rem;
}
.forms--content .btn {
  float: right;
}
.forms--content .buttons:after {
  content: "";
  display: table;
  clear: both;
}
.forms--content .strasse {
  margin-right: 2%;
  width: 80%;
  float: left;
}
.forms--content .nr {
  width: 18%;
  float: left;
}
.forms--content .plz {
  margin-right: 2%;
  width: 28%;
  float: left;
}
.forms--content .ort {
  width: 70%;
  float: left;
}
.forms--content .ort:after {
  content: "";
  display: table;
  clear: both;
}
.forms--content .forms--required {
  font-size: 0.75rem;
  margin-bottom: 0.625rem;
}
.forms--content .forms--description {
  margin: -0.5rem 0rem 0.625rem 0rem;
  clear: both;
}
.forms--content .forms--captcha strong.captcha--notice {
  margin-bottom: 0.5rem;
  display: block;
}
.forms--content .forms--checkbox label {
  top: -0.125rem;
  position: relative;
}
.forms--content .forms--checkbox input[type="checkbox"] {
  width: auto;
}
@media screen and (min-width: 48em) {
  .forms--content {
    margin-top: 2.8125rem;
  }
  .forms--content input {
    margin-bottom: 0.9375rem;
  }
  .forms--content textarea {
    margin-bottom: 0.9375rem;
  }
  .forms--content .forms--captcha strong.captcha--notice {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 78.75em) {
  .forms--content {
    margin-top: 2.8125rem;
  }
  .forms--content .alert {
    margin: 0rem 0rem 0rem 0rem;
  }
}
/*
Sitemap
==========================================
Contains the styles for the the Sitemap.

The sitemap page shows all categories and subpages of the shop in an overview.

The sitemap link is located in the footer information column.
*/
.sitemap--content {
  margin-top: 0.625rem;
}
.sitemap--content .sitemap--headline {
  margin-bottom: 0.625rem;
}
.sitemap--content .sitemap--headline .sitemap--title {
  margin-top: 0;
}
.sitemap--content .sitemap--headline .sitemap--headline-text {
  margin-bottom: 0rem;
}
.sitemap--content .sitemap--category {
  padding-bottom: 0.625rem;
  margin-bottom: 1rem;
  min-height: 3.75rem;
  background-color: #4b4b4b;
}
.sitemap--content .sitemap--category .sitemap--navigation-link {
  padding: 0.25rem 0rem 0.25rem 1.25rem;
  color: #a87f40;
  display: block;
}
.sitemap--content .sitemap--category .sitemap--navigation-link:hover {
  color: #f36903;
}
.sitemap--content .sitemap--navigation-entry-inner .sitemap--navigation-link {
  padding-left: 2.1875rem;
}
.sitemap--content .sitemap--navigation-head {
  padding: 0.25rem 0.625rem 0.25rem 0.625rem;
  margin-bottom: 0.5rem;
  background: #a87f40;
}
.sitemap--content .sitemap--navigation-head .sitemap--navigation-head-link {
  color: #fff;
}
@media screen and (min-width: 48em) {
  .sitemap--content {
    margin-top: 1.25rem;
  }
  .sitemap--content .sitemap--headline {
    margin-bottom: 1.25rem;
  }
  .sitemap--content .sitemap--category {
    width: 49%;
    float: left;
    margin-right: 2%;
  }
  .sitemap--content .sitemap--category:last-child,
  .sitemap--content .sitemap--category:nth-child(2) {
    margin-right: 0rem;
  }
}
@media screen and (min-width: 64em) {
  .sitemap--content .sitemap--category {
    width: 24%;
    float: left;
    margin-right: 1.25%;
  }
  .sitemap--content .sitemap--category:last-child {
    margin-right: 0rem;
  }
  .sitemap--content .sitemap--category:nth-child(2) {
    margin-right: 1.25%;
  }
}
@media screen and (min-width: 78.75em) {
  .sitemap--content {
    margin-top: 2.8125rem;
  }
}
/*
Search
==========================================
Contains the styles for the main search-box component of the Shopware storefront.

The styling defines the search result page layout and its components.

It contains the viewport specific styles inside media queries.
*/
.search--content {
  padding: 2.5rem 0rem 0rem 0rem;
}
.search--headline {
  margin: 0rem 0rem 2.5rem 0rem;
  text-align: center;
}
.search--cat-filter {
  margin: 0rem 0rem 1.25rem 0rem;
}
.search--cat-filter .cat-filter--headline {
  padding: 0rem 0rem 0.3125rem 0rem;
  margin: 0rem 0rem 1.25rem 0rem;
  font-size: 1rem;
  line-height: 1.5rem;
  border-bottom: 1px solid #eaeaea;
}
.search--cat-filter .cat-filter--reset {
  margin: 0rem 0rem 0.9375rem 0rem;
  line-height: 1.5rem;
  border-color: #f36903;
}
.search--cat-filter .cat-filter--reset [class^="icon--"] {
  top: -0.0625rem;
  margin-right: 0.625rem;
  font-size: 0.5rem;
  position: relative;
}
.search--cat-filter .cat-filter--active-path {
  margin: 0rem 0rem 1.25rem 0rem;
}
.search--cat-filter .cat-filter--label {
  margin: 0rem 0.625rem 0rem 0rem;
  font-weight: 700;
}
.search--cat-filter .cat-filter--path {
  white-space: nowrap;
}
.search--cat-filter .cat-filter--path [class^="icon--"] {
  margin: 0rem 1.25rem 0rem 1.25rem;
  font-size: 0.625rem;
}
.search--cat-filter .cat-filter--link,
.search--cat-filter .cat-filter--sub-cat {
  color: #a87f40;
}
.search--cat-filter .cat-filter--link:hover,
.search--cat-filter .cat-filter--sub-cat:hover {
  color: #f36903;
}
.search--cat-filter .cat-filter--link .checkbox,
.search--cat-filter .cat-filter--sub-cat .checkbox {
  margin: 0rem 0.3125rem 0rem 0rem;
  top: -0.0625rem;
  position: relative;
}
.search--cat-filter .cat-filter--sub-cat {
  width: 11.25rem;
  line-height: 1.5rem;
  margin: 0rem 0.625rem 0rem 0rem;
  display: block;
}
@media screen and (min-width: 48em) {
  .search--cat-filter {
    margin: 0rem 0rem 2.5rem 0rem;
  }
}
@media screen and (min-width: 78.75em) {
  .search--content {
    padding: 2.8125rem 0rem 0rem 0rem;
  }
}
/*
Custom pages
==============================================
Defines the layout for the custom pages.

The styling defines the basic layout of the Shopware 5 custom pages that can be created and customized for multiple purposes.
*/
.custom-page--content {
  margin-top: 0.625rem;
}
.custom-page--content ul,
.custom-page--content ol {
  padding-left: 1.25rem;
}
.custom-page--content .custom-page--tab-headline {
  margin-top: 0rem;
  font-size: 1.5rem;
}
.custom-page--content .content--custom.panel--body {
  padding: 1.25rem;
}
.custom-page--content .is--active-parent {
  display: block;
}
.ajax-modal--custom {
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}
@media screen and (min-width: 48em) {
  .custom-page--content {
    margin-top: 1.875rem;
  }
  .custom-page--content .custom-page--tab-headline {
    margin-top: 0.625rem;
  }
  .ajax-modal--custom {
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  }
}
@media screen and (min-width: 78.75em) {
  .ajax-modal--custom {
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  }
  .custom-page--content {
    margin-top: 2.8125rem;
  }
}
/*
Confirm
================================
Defines the styles for the confirm page on the checkout process.

It is displayed as the third step of the checkout process of Shopware and shows the important checkout information and article details of the order.

*/
.confirm--content > .alert {
  margin: 0.5rem 0rem 0rem 0rem;
}
.confirm--content .body--revocation {
  font-weight: 700;
}
.confirm--content .panel {
  margin: 0.5rem 0rem 0.5rem 0rem;
  border-radius: 3px;
  background-clip: padding-box;
}
.confirm--content .product--table {
  margin: 0;
}
.confirm--content .product--table .panel--body {
  background: #ffffff;
  color: #a87f40;
  padding-bottom: 0;
}
.confirm--content .product--table .table--tr,
.confirm--content .product--table .table--media img {
  border-color: #eaeaea;
}
.confirm--content .product--table .basket--footer {
  margin: 0rem -0.625rem 0rem -0.625rem;
  background: #4b4b4b;
  border-color: #eaeaea;
}
.confirm--content .product--table .basket--footer .aggregation--list {
  margin: 0;
  background: transparent;
  border-top: 1px solid #eaeaea;
}
.confirm--content .product--table .basket--footer .table--aggregation {
  margin-left: 0;
  margin-right: 0;
}
.confirm--content .product--table .is--last-row {
  border-bottom: 0 none;
}
.confirm--content .column--unit-price {
  display: none;
}
.confirm--content .table--tr .column--tax-price {
  padding: 0rem 0rem 0.5625rem 0.625rem;
}
.confirm--content .agb_info,
.confirm--content .list--checkbox {
  margin: 0rem 0rem 1.3125rem 0rem;
}
.confirm--content .list--checkbox .column--checkbox {
  width: 10%;
}
.confirm--content .list--checkbox .column--label {
  width: 90%;
}
.confirm--content .add-product--form {
  margin: 0.75rem 0rem 0.75rem 0rem;
}
.confirm--content .add-voucher--form:after,
.confirm--content .add-product--form:after {
  content: "";
  display: table;
  clear: both;
}
.confirm--content .add-product--field,
.confirm--content .add-voucher--field {
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
  width: 90%;
}
.confirm--content .add-product--button,
.confirm--content .add-voucher--button {
  padding: 0.3125rem 0rem 0.3125rem 0rem;
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  width: 10%;
  text-align: center;
}
.confirm--content .user-comment--field {
  width: 100%;
}
.confirm--content .table--actions .main--actions {
  margin: 1.25rem 0rem 0.625rem 0rem;
}
.confirm--content .table--actions .btn {
  width: 100%;
}
.confirm--content .table-footer--country-notice {
  margin: 0.6875rem 0rem 0rem 0rem;
}
.confirm--content .js--loading {
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 100%;
  background-clip: padding-box;
  right: 0.375rem;
  top: 0.125rem;
  margin: 0.5rem 0.3125rem 0.5rem 0.3125rem;
  -webkit-animation: keyframe--spin 1s linear infinite;
  animation: keyframe--spin 1s linear infinite;
  border: 2px solid #eaeaea;
  border-top: 2px solid #6a6a6a;
  display: block;
  position: absolute;
}
.confirm--content .payment--panel .payment--method-info,
.confirm--content .payment--panel .shipping--method-info {
  margin-bottom: 0.625rem;
}
.confirm--content .payment--panel .payment--description,
.confirm--content .payment--panel .shipping--description {
  white-space: nowrap;
}
.confirm--content .information--panel-item:after {
  content: "";
  display: table;
  clear: both;
}
.confirm--content .information--panel-item .panel--body:after {
  content: "";
  display: table;
  clear: both;
}
.confirm--content .information--panel-item .alert {
  margin-bottom: 0;
}
.confirm--content .information--panel-item.information--panel-address .shipping--panel {
  text-align: center;
}
.confirm--content .information--panel-item.information--panel-address .shipping--panel .btn {
  display: none;
}
.confirm--content .set-default {
  margin-top: 0.9375rem;
}
.confirm--content .choose-different-address {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 30em) {
  .confirm--content .information--panel-item .information--panel-address .shipping--panel {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
  }
  .confirm--content .information--panel-item .information--panel-address .shipping--panel .btn {
    text-align: center;
  }
  .confirm--content .information--panel-item .information--panel-address .panel--actions .choose-different-address {
    display: inline-block;
  }
  .confirm--content .information--panel-item .information--panel-address .panel--body {
    padding-bottom: 0;
  }
  .confirm--content .information--panel-item .choose-different-address {
    margin-top: 0.625rem;
  }
}
@media screen and (min-width: 30em) {
  .confirm--content .product--table .column--quantity {
    width: 26%;
  }
  .confirm--content .product--table .column--total-price {
    width: 28.5%;
  }
  .confirm--content .product--table .column--tax-price {
    padding-right: 0.625rem;
    float: left;
    width: 32%;
  }
  .confirm--content .product--table .row--rebate .column--tax-price,
  .confirm--content .product--table .row--premium-product .column--tax-price,
  .confirm--content .product--table .row--voucher .column--tax-price {
    margin-left: 39.5%;
  }
  .confirm--content .information--panel-address > .panel {
    margin: 0;
  }
  .confirm--content .information--panel-address > .panel .information--panel {
    width: 50%;
    float: left;
  }
}
@media screen and (min-width: 48em) {
  .is--act-shippingpayment .basket--footer {
    border-radius: 3px;
    background-clip: padding-box;
  }
  .confirm--content > .alert {
    margin: 1.25rem 0rem 0rem 0rem;
  }
  .confirm--content .panel {
    margin: 1.25rem 0rem 1.25rem 0rem;
  }
  .confirm--content .product--table .table--header {
    background: #ffffff;
    border-color: #eaeaea;
  }
  .confirm--content .product--table .table--header .panel--th {
    color: #71552b;
  }
  .confirm--content .product--table .column--product {
    width: 47%;
  }
  .confirm--content .product--table .column--quantity {
    width: 11%;
  }
  .confirm--content .product--table .column--tax-price {
    width: 17%;
  }
  .confirm--content .product--table .column--total-price {
    width: 17%;
  }
  .confirm--content .product--table .column--actions {
    width: 7.5%;
  }
  .confirm--content .product--table .is--last-row {
    border-bottom: 0 none;
  }
  .confirm--content .product--table .row--product .column--tax-price {
    line-height: 2.625rem;
    padding-top: 1.625rem;
  }
  .confirm--content .product--table .panel--body {
    padding-bottom: 1.25rem;
  }
  .confirm--content .product--table .basket--footer {
    margin: 0rem -1.25rem -1.25rem -1.25rem;
  }
  .confirm--content .product--table .row--rebate .column--tax-price,
  .confirm--content .product--table .row--premium-product .column--tax-price,
  .confirm--content .product--table .row--voucher .column--tax-price {
    padding-top: 1.3125rem;
    margin-left: 11%;
  }
  .confirm--content .product--table .row--rebate .column--total-price,
  .confirm--content .product--table .row--premium-product .column--total-price,
  .confirm--content .product--table .row--voucher .column--total-price {
    margin-left: 0;
  }
  .confirm--content .product--table .column--tax-price .tax-price--label {
    margin-bottom: 0.75rem;
    margin: 0;
  }
  .confirm--content .row--premium-product .column--product,
  .confirm--content .row--rebate .column--product {
    width: 58%;
  }
  .confirm--content .row--premium-product .column--product .column--image,
  .confirm--content .row--rebate .column--product .column--image {
    width: 16.2%;
  }
  .confirm--content .product--table .row--premium-product .column--tax-price,
  .confirm--content .product--table .row--rebate .column--tax-price {
    margin-left: 0;
  }
  .confirm--content .tos--panel .column--checkbox {
    margin-right: 0.75rem;
    width: auto;
  }
  .confirm--content .tos--panel .column--label {
    width: 95%;
    display: block;
  }
  .confirm--content .information--panel-wrapper {
    margin: -2% 0 0 -2%;
  }
  .confirm--content .information--panel-wrapper .information--panel {
    margin: 0;
  }
  .confirm--content .information--panel-wrapper .information--panel-item {
    padding: 2% 0 0 2%;
    width: 100%;
    float: left;
  }
  .confirm--content .additional--features .feature--add-product {
    width: 40%;
    margin: -1% 2.5% 0 0;
  }
  .confirm--content .additional--features .feature--user-comment {
    width: 55%;
    margin: 0 0 0 2.5%;
  }
  .confirm--content .additional--features .user-comment--field {
    height: 5.9375rem;
  }
  .confirm--content .product--table .basket--footer .aggregation--list {
    float: right;
    padding-right: 10.4%;
    border-top: 0 none;
  }
  .confirm--content .main--actions .btn {
    width: auto;
    float: right;
  }
  .confirm--content .main--actions .btn:after {
    content: "";
    display: table;
    clear: both;
  }
  .confirm--content .relevant--info {
    display: block;
  }
  .confirm--content .information--panel-wrapper .information--panel-item-billing {
    width: 50%;
  }
  .confirm--content .information--panel-wrapper .information--panel-item-billing .panel {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .confirm--content .information--panel-wrapper .information--panel-item-shipping {
    padding-left: 0;
    width: 50%;
  }
  .confirm--content .information--panel-wrapper .information--panel-item-shipping .panel {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .confirm--content .information--panel-item.information--panel-address .panel--actions .choose-different-address {
    display: none;
  }
  .confirm--content .information--panel-item.information--panel-address .shipping--panel .btn {
    display: inline-block;
  }
  .confirm--content .information--panel-item.information--panel-address .panel--body:after {
    content: "";
    display: table;
    clear: both;
  }
  .confirm--content .information--panel-item.information--panel-address .panel--body .billing--panel {
    float: left;
    width: 50%;
  }
  .confirm--content .information--panel-item.information--panel-address .panel--body .shipping--panel {
    float: right;
    width: 50%;
  }
}
@media screen and (min-width: 64em) {
  .confirm--content .product--table .row--premium-product .column--image,
  .confirm--content .product--table .row--rebate .column--image {
    width: 13%;
  }
  .confirm--content .product--table .aggregation--list {
    padding-right: 10%;
  }
  .confirm--content .information--panel-wrapper .payment--panel .panel--actions {
    position: relative;
  }
  .confirm--content .information--panel-wrapper .payment--panel .btn--change-payment {
    bottom: 1.25rem;
    position: absolute;
  }
  .confirm--content .information--panel-wrapper .information--panel-item {
    width: 33.3%;
  }
  .confirm--content .information--panel-wrapper .information--panel-item.information--panel-address {
    width: 66.6%;
  }
}
@media screen and (min-width: 78.75em) {
  .confirm--content {
    padding-top: 1.5625rem;
  }
  .confirm--content > .alert {
    margin: 2.8125rem 0rem 0rem 0rem;
  }
  .confirm--content .product--table .row--premium-product .column--product,
  .confirm--content .product--table .row--rebate .column--product {
    width: 58%;
  }
  .confirm--content .product--table .row--premium-product .column--image,
  .confirm--content .product--table .row--rebate .column--image {
    width: 11.3%;
  }
  .confirm--content .product--table .row--premium-product .column--tax-price,
  .confirm--content .product--table .row--rebate .column--tax-price {
    margin-left: 0;
  }
  .confirm--content .product--table .aggregation--list {
    padding-right: 9.6%;
  }
}
/*
Newsletter
==========================================
Contains the styles of the newsletter sign-up page and the form element inside it.

It contains the viewport specific styles inside media queries.
*/
.newsletter--content {
  padding-top: 0.625rem;
}
.newsletter--content:after {
  content: "";
  display: table;
  clear: both;
}
.newsletter--content .newsletter--error-messages {
  margin-bottom: 0.625rem;
}
.newsletter--content .newsletter--headline {
  margin-bottom: 0.625rem;
}
.newsletter--content .newsletter--headline .newsletter--title {
  margin-top: 0.625rem;
}
.newsletter--content .newsletter--headline .newsletter--info {
  margin: 0;
}
.newsletter--content .select-field {
  margin-bottom: 0.625rem;
  max-width: 100%;
}
.newsletter--content .newsletter--required-info {
  margin-bottom: 1rem;
}
.newsletter--content .newsletter--action:after {
  content: "";
  display: table;
  clear: both;
}
.newsletter-listing--content {
  margin-top: 0.625rem;
}
.newsletter-listing--content .newsletter-listing--headline {
  margin-bottom: 0.625rem;
}
.newsletter-listing--content .newsletter--title {
  margin: 0.625rem 0rem 0.625rem 0rem;
}
.newsletter-listing--content .newsletter-listing--table-headline .newsletter-listing--headline-name {
  width: 65%;
}
.newsletter-listing--content .newsletter-listing--table-headline .newsletter-listing--headline-button {
  width: 35%;
}
.newsletter-listing--content .newsletter-listing--entry {
  padding: 0.625rem 0rem 0.625rem 0rem;
  border-bottom: 1px solid #eaeaea;
}
.newsletter-listing--content .newsletter-listing--entry .newsletter-listing--entry-description {
  margin-top: 0.25rem;
  width: 65%;
}
.newsletter-listing--content .newsletter-listing--entry .newsletter-listing--entry-button {
  width: 35%;
}
.newsletter-listing--content .newsletter-listing--entry:last-child {
  border: none;
}
.newsletter-detail--content {
  margin-top: 0.625rem;
}
.newsletter-detail--content .newsletter-detail--container:after {
  content: "";
  display: table;
  clear: both;
}
.newsletter-detail--content .newsletter-detail--container .newsletter-detail--iframe {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.newsletter-detail--content .newsletter-detail--container .newsletter-detail--iframe iframe {
  min-height: 31.25rem;
  width: 100%;
  border: none;
  outline: none;
}
.newsletter-detail--content .newsletter-detail--buttons {
  margin: 0.625rem 0rem 0.625rem 0rem;
}
.newsletter-detail--content .newsletter-detail--buttons .newsletter-detail--backlink {
  width: 100%;
}
.newsletter-detail--content .newsletter-detail--buttons .newsletter-detail--window {
  margin-bottom: 0.625rem;
  width: 100%;
}
@media screen and (min-width: 30em) {
  .newsletter-listing--content .newsletter-listing--table-headline .newsletter-listing--headline-name {
    width: 80%;
  }
  .newsletter-listing--content .newsletter-listing--table-headline .newsletter-listing--headline-button {
    width: 20%;
  }
  .newsletter-listing--content .newsletter-listing--entry .newsletter-listing--entry-description {
    width: 80%;
  }
  .newsletter-listing--content .newsletter-listing--entry .newsletter-listing--entry-button {
    width: 20%;
  }
  .newsletter-detail--content .newsletter-detail--buttons .newsletter-detail--backlink,
  .newsletter-detail--content .newsletter-detail--buttons .newsletter-detail--window {
    width: auto;
    margin: 0;
  }
}
@media screen and (min-width: 48em) {
  .newsletter--content {
    padding-top: 1.25rem;
  }
  .newsletter--content .newsletter--error-messages {
    margin-bottom: 1.25rem;
  }
  .newsletter--content .newsletter--headline {
    margin-bottom: 1.25rem;
  }
  .newsletter--content .select-field {
    margin-bottom: 0.9375rem;
    max-width: 18.125rem;
  }
  .newsletter-listing--content {
    margin-top: 1.25rem;
  }
  .newsletter-listing--content .newsletter-listing--headline {
    margin-bottom: 1.25rem;
  }
  .newsletter-detail--content {
    margin-top: 1.25rem;
  }
  .newsletter-detail--content .newsletter-detail--buttons .newsletter-detail--window {
    width: auto;
    text-align: right;
  }
}
@media screen and (min-width: 78.75em) {
  .newsletter--error-messages {
    padding-top: 0rem;
  }
  .newsletter--content {
    margin-top: 2.8125rem;
    padding: 0;
  }
  .newsletter--content .newsletter--headline .newsletter--title {
    margin-top: 0rem;
  }
  .newsletter-listing--content {
    margin-top: 2.8125rem;
  }
  .newsletter-listing--content .newsletter-listing--table-headline .newsletter-listing--headline-name {
    width: 90%;
  }
  .newsletter-listing--content .newsletter-listing--table-headline .newsletter-listing--headline-button {
    width: 10%;
  }
  .newsletter-listing--content .newsletter-listing--entry .newsletter-listing--entry-description {
    width: 90%;
  }
  .newsletter-listing--content .newsletter-listing--entry .newsletter-listing--entry-button {
    width: 10%;
  }
  .newsletter-detail--content {
    margin-top: 2.8125rem;
  }
}
/*
Blog
================================================
Defines the styles for the blog page and its components.

It contains the sidebar selection, the comment section and the details.

More precise designations are commented inside the document.
*/
.blog--listing {
  margin-top: 1rem;
}
.blog--filter-btn {
  margin-bottom: 1.25rem;
}
.blog--filter-btn .filter--trigger {
  display: block;
}
.blog--filter-options {
  border-right: 1px solid #eaeaea;
}
.blog--filter-options .filter--container {
  padding: 0rem 0.625rem 0rem 0.625rem;
}
.blog--filter-options .blog--filter-close-btn {
  padding: 0.75rem 0.625rem 0.75rem 0.625rem;
  background-color: #a87f40;
  background-image: linear-gradient(to bottom, #a87f40 0%, #71552b 100%);
  display: block;
  color: #fff;
  font-weight: 700;
}
.blog--filter-options .blog--filter-close-btn:hover {
  color: #fff;
}
.blog--filter-options .blog--filter-close-btn .icon--arrow-right {
  margin: 0.1875rem 0rem 0rem 0rem;
  float: right;
}
.blog--filter-options .blog--subscribe {
  display: none;
}
.blog--filter-options .filter--headline {
  font-size: 1rem;
  line-height: 1.625rem;
  margin: 1rem 0.625rem 0.375rem 0.625rem;
  font-weight: 700;
  color: #71552b;
}
.blog--filter-options .filter--entry {
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  font-size: 1rem;
  display: block;
  border-bottom: 1px solid #eaeaea;
}
.blog--filter-options .filter--entry:last-child {
  border: 0 none;
}
.blog--filter-options .filter--link {
  color: #a87f40;
}
.blog--filter-options .filter--link:hover {
  color: #f36903;
}
.blog--sidebar {
  width: 100%;
}
.blog--sidebar .block-group {
  width: 100%;
}
.blog--sidebar .blog--navigation .has--border {
  border: none;
}
.blog--sidebar .blog--navigation .collapse--header {
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  margin-bottom: 0.3125rem;
  font-weight: 500;
  color: #a87f40;
}
.blog--sidebar .blog--navigation .collapse--header:hover {
  color: #f36903;
}
.blog--sidebar .blog--navigation .is--active {
  color: #fff;
  font-weight: 700;
}
.blog--sidebar .blog--navigation .is--active:hover {
  color: #fff;
}
.blog--sidebar .blog--navigation .collapse--content {
  padding: 0rem 0rem 0rem 0rem;
}
.blog--sidebar .blog--navigation .collapse--content .filter--entry-link {
  color: #a87f40;
}
.blog--sidebar .blog--navigation .collapse--content .filter--entry-link:hover {
  color: #f36903;
}
.blog--sidebar .blog--filter-content,
.blog--sidebar .blog--subscribe-content {
  display: none;
}
.blog--sidebar .blog--filter-content.is--active,
.blog--sidebar .blog--subscribe-content.is--active {
  display: block;
}
.blog--sidebar .blog--filter-tags:after {
  content: "";
  display: table;
  clear: both;
}
.blog--box {
  margin-bottom: 1.25rem;
}
.blog--box:after {
  content: "";
  display: table;
  clear: both;
}
.blog--box .blog--box-metadata {
  padding-bottom: 0.875rem;
  padding-top: 0.3125rem;
  font-size: 0.75rem;
  margin: 0rem 1.25rem 0rem 1.25rem;
  border-bottom: 1px solid #eaeaea;
}
.blog--box .blog--box-metadata .blog--metadata {
  padding-right: 0.5rem;
  margin-right: 0.5rem;
  display: inline-block;
  border-right: 1px solid #eaeaea;
}
.blog--box .blog--box-metadata .blog--metadata:last-child {
  border-right: 0 none;
}
.blog--box .blog--box-metadata .blog--metadata-rating {
  font-size: 0.875rem;
  color: #a87f40;
}
.blog--box .blog--box-headline {
  font-size: 1.125rem;
}
.blog--box .blog--box-link {
  color: #71552b;
}
.blog--box .blog--box-link:hover {
  color: #f36903;
}
.blog--box .blog--box-picture {
  display: block;
  height: auto;
  width: 100%;
}
.blog--box .blog--picture-preview {
  width: 100%;
}
.blog--box .blog--box-description {
  margin-top: 1rem;
}
.blog--box .blog--box-description .blog--box-description-short {
  margin-bottom: 1rem;
  margin-top: -0.375rem;
}
.blog--box .blog--box-tags {
  margin-top: 0.5rem;
  font-size: 0.75rem;
}
.blog--detail {
  margin-top: 0.625rem;
}
.blog--detail ul,
.blog--detail ol {
  padding-left: 1.875rem;
}
.blog--detail .listing {
  margin: 0;
}
.blog--detail .blog--box {
  margin-bottom: 0;
}
.blog--detail .blog--detail-header {
  margin-bottom: 1.25rem;
}
.blog--detail .blog--detail-headline {
  margin: 0rem 0rem 0.3125rem 0rem;
}
.blog--detail .blog--detail-headline,
.blog--detail .blog--detail-box-headline {
  font-size: 1.125rem;
}
.blog--detail .select-field {
  max-width: 100%;
}
.blog--detail .blog--rating-link {
  font-size: 0.875rem;
  color: #a87f40;
}
.blog--detail .blog--bookmarks-icons {
  margin-top: 0.625rem;
  float: right;
}
.blog--detail .blog--bookmark {
  font-size: 2.5rem;
}
.blog--detail .blog--detail-thumbnails {
  margin-bottom: 0.625rem;
}
.blog--detail .blog--detail-thumbnails .blog--thumbnail-image {
  margin: 0 auto;
}
.blog--detail .blog--detail-thumbnails .block {
  height: 5rem;
  width: 23%;
}
.blog--detail .blog--image {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  width: 100%;
}
.blog--detail .blog--thumbnail {
  padding: 0.3125rem 0.3125rem 0.3125rem 0.3125rem;
  margin: 2% 1%;
  display: block;
  float: left;
}
.blog--detail .blog--thumbnail:first-child {
  margin-left: 0;
}
.blog--detail .blog--thumbnail:last-child {
  margin-right: 0;
}
.blog--detail .blog--comments-wrapper {
  padding: 1.25rem 0rem 1.25rem 0rem;
}
.blog--detail .blog--comments {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.blog--detail .blog--comments .comments--actions .btn--create-entry {
  width: 100%;
}
.blog--detail .blog--comments .comments--list {
  margin-top: 1.875rem;
}
.blog--detail .blog--comments .list--entry {
  margin-top: 0.625rem;
}
.blog--detail .blog--comments .list--entry:after {
  content: "";
  display: table;
  clear: both;
}
.blog--detail .blog--comments .entry--meta {
  width: 100%;
}
.blog--detail .blog--comments .entry--meta .meta--rating {
  margin-bottom: 0.3125rem;
}
.blog--detail .blog--comments .entry--content {
  width: 100%;
}
.blog--detail .blog--comments .content--headline {
  margin: 0.625rem 0rem 0.3125rem 0rem;
  font-size: 1rem;
}
.blog--detail .blog--comments-headline {
  font-size: 1.3125rem;
  margin: 0rem 0rem 1.25rem 0rem;
}
.blog--detail .blog--comments-entry {
  margin-bottom: 1.25rem;
}
.blog--detail .blog--comments-entry:last-child {
  margin: 0;
}
.blog--detail .blog--comments-entry-left {
  padding: 1.25rem 2.5rem 1rem 2.5rem;
  border-bottom: 1px solid #eaeaea;
}
.blog--detail .blog--comments-entry-left::after {
  margin: 0rem 0rem 0rem -0.5625rem;
  width: 1.125rem;
  height: 1.125rem;
  bottom: -0.5625rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
  position: absolute;
  left: 50%;
  background: #fff;
  border: 1px solid #eaeaea;
  border-left: 0 none;
  border-top: 0 none;
}
.blog--detail .blog--comments-rating {
  font-size: 1.125rem;
  color: #f1c40f;
}
.blog--detail .blog--comments-entry-right {
  padding: 1.25rem 2.5rem 1rem 2.5rem;
}
.blog--detail .blog--comments-entry-headline {
  font-size: 1rem;
  color: #71552b;
  margin-top: 0;
}
.blog--detail .blog--comments-form .form--comment-add {
  margin-top: 20px;
}
.blog--detail .blog--comments-form-errors .alert {
  margin: 1.25rem 0rem 1.25rem 0rem;
}
.blog--detail .blog--comments-voting {
  margin-bottom: 0.625rem;
  line-height: 1;
}
.blog--detail .collapse--soft-hidden {
  display: none;
}
.blog--detail .collapse--soft-show {
  display: block;
}
@media screen and (min-width: 48em) {
  .blog--listing {
    margin-top: 1rem;
  }
  .blog--listing .panel--title {
    margin: 0rem 1.25rem 0rem 1.25rem;
  }
  .blog--listing .panel--body {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .blog--box .blog--box-metadata {
    font-size: 0.875rem;
  }
  .blog--box .blog--box-picture {
    width: 20%;
    float: left;
  }
  .blog--box .blog--box-description {
    padding-top: 0;
    margin-top: 0;
    width: 76%;
    float: right;
  }
  .blog--box .blog--box-tags {
    font-size: 0.875rem;
  }
  .blog--content {
    margin-top: 2.8125rem;
  }
  .blog--content .blog--navigation {
    padding: 0rem 0rem 0rem 0rem;
  }
  .blog--content .blog--navigation .has--border {
    border: 1px solid #eaeaea;
  }
  .blog--content .blog--navigation .blog--sidebar-title {
    padding: 1.25rem 0rem 0.625rem 0rem;
    margin: 0rem 1.25rem 0rem 1.25rem;
    border-radius: 0;
    color: #71552b;
    border-color: #eaeaea;
    border-width: 0 0 1px 0;
    display: block;
    font-weight: 700;
    background: none;
    box-shadow: none;
    cursor: default;
  }
  .blog--content .blog--navigation .blog--sidebar-body {
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
    border: 0 none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .blog--content .blog--navigation .collapse--header:hover {
    color: #71552b;
  }
  .blog--content .blog--navigation .blog--subscribe {
    display: block;
  }
  .blog--content .blog--navigation .blog--subscribe-content,
  .blog--content .blog--navigation .blog--filter-content {
    display: block;
  }
  .blog--content .filter--container {
    padding: 0;
  }
  .blog--content .blog--filter-btn {
    display: none;
  }
  .blog--content .blog--filter-options {
    display: block;
    float: right;
    width: 20%;
    border: none;
    background: none;
  }
  .blog--content .blog--filter-options .filter--group {
    margin: 0rem 0rem 1rem 0rem;
    width: 100%;
    height: auto;
  }
  .blog--content .blog--filter-options .filter--entry {
    font-size: 0.875rem;
    padding: 0;
    border: 0 none;
  }
  .blog--content .blog--filter-options .blog--filter-close-btn {
    display: none;
  }
  .blog--content .blog--filter-options .filter--headline {
    display: none;
  }
  .blog--content .filter--expand-collapse {
    display: none;
  }
  .blog--content .blog--listing {
    margin-top: 0;
    width: 78%;
    float: left;
  }
  .blog--content .blog--box .blog--box-headline {
    font-size: 1.125rem;
  }
  .blog--content .blog--box .blog--box-link {
    color: #71552b;
  }
  .blog--content .blog--box .blog--box-link:hover {
    color: #f36903;
  }
  .blog--content .blog--box .blog--box-metadata {
    padding-top: 0.3125rem;
  }
  .blog--content .blog--box .blog--box-content .blog--box-description {
    width: 74%;
  }
  .blog--detail {
    margin-top: 1.875rem;
  }
  .blog--detail .blog--detail-headline {
    font-size: 1.125rem;
    margin-bottom: 0.3125rem;
  }
  .blog--detail .blog--box-metadata,
  .blog--detail .panel--title {
    margin: 0;
  }
  .blog--detail .panel--body {
    padding-left: 0;
    padding-right: 0;
  }
  .blog--detail .blog--detail-thumbnails {
    margin-bottom: 0.625rem;
  }
  .blog--detail .blog--detail-thumbnails .blog--thumbnail-image {
    margin: 0 auto;
  }
  .blog--detail .blog--detail-thumbnails .block {
    width: 5rem;
    height: 5rem;
  }
  .blog--detail .blog--comments .entry--meta {
    width: 25%;
    text-align: left;
  }
  .blog--detail .blog--comments .entry--content {
    width: 75%;
    float: left;
  }
  .blog--detail .blog--comments .comments--actions .btn--create-entry {
    width: auto;
  }
  .blog--detail .blog--comments-name,
  .blog--detail .blog--comments-summary {
    padding-right: 0.625rem;
    width: 50%;
    float: left;
  }
  .blog--detail .blog--comments-email,
  .blog--detail .blog--comments-voting {
    padding-left: 0.625rem;
    width: 50%;
    float: right;
  }
  .blog--detail .blog--comments-voting {
    margin-bottom: 0.625rem;
  }
  .blog--detail .blog--comments-opinion {
    clear: both;
  }
  .blog--detail .blog--comments-captcha {
    margin-bottom: 0.625rem;
  }
  .blog--detail .blog--comments-captcha:after {
    content: "";
    display: table;
    clear: both;
  }
  .blog--detail .blog--comments-captcha {
    width: 50%;
  }
  .blog--detail .blog--comments-captcha .captcha--placeholder {
    padding-right: 0.625rem;
    width: 30%;
    float: left;
  }
  .blog--detail .blog--comments-captcha .captcha--code {
    padding-right: 0.625rem;
    width: 70%;
    float: right;
  }
}
@media screen and (min-width: 64em) {
  .blog--detail .blog--detail-description {
    width: 100%;
  }
  .blog--detail .blog--detail-image-container {
    width: 40%;
    margin: 0 0 3% 3%;
    float: right;
  }
}
@media screen and (min-width: 78.75em) {
  .blog--listing .listing--actions {
    margin-top: 0.9375rem;
    padding-top: 0;
    margin-bottom: 0;
  }
  .blog--listing .listing--paging {
    border: 0 none;
  }
  .blog--detail {
    margin-top: 3.125rem;
  }
  .blog--detail .blog--detail-headline {
    font-size: 1.3125rem;
  }
  .blog--detail .blog--bookmark {
    font-size: 2rem;
  }
}
/*
Configurator
==========================================
Defines the styles for the product configuration options element.

The configurator element allows the user to choose from different article variations on the Shopware product detail page and configure his product.
*/
.configurator--variant .variant--group {
  margin: 0rem 0rem 0.625rem 0rem;
}
.configurator--variant .variant--group:after {
  content: "";
  display: table;
  clear: both;
}
.configurator--variant .variant--name {
  margin: 0rem 0rem 0.3125rem 0rem;
  font-weight: 700;
}
.configurator--variant .variant--option {
  height: 3.125rem;
  line-height: 2.5rem;
  margin-bottom: 0.625rem;
  overflow: hidden;
  display: block;
  width: 23%;
  margin-right: 2%;
  position: relative;
  float: left;
}
.configurator--variant .option--input {
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  cursor: pointer;
  /**
         * Checkbox/Radio Hack
         * Changes the styling of the next label element
         * based on the state of the radio element.
         */
}
.configurator--variant .option--input:hover ~ label {
  color: #f36903;
  border-color: #f36903;
}
.configurator--variant .option--input:hover ~ label.is--disabled {
  color: #a87f40;
  border-color: #eaeaea;
}
.configurator--variant .option--input:checked ~ label {
  color: #f36903;
  border-color: #f36903;
}
.configurator--variant .option--input:disabled ~ label {
  opacity: 0.5;
}
.configurator--variant .option--input:disabled {
  cursor: not-allowed;
}
.configurator--variant .option--label {
  padding: 0.3125rem 0.3125rem 0.3125rem 0.3125rem;
  line-height: 2.5rem;
  border-radius: 3px;
  background-clip: padding-box;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 500;
  border: 1px solid #eaeaea;
  font-weight: 700;
  text-align: center;
  overflow: hidden;
}
.configurator--variant .option--label.is--disabled img {
  opacity: 0.3;
}
.configurator--variant .option--label .image--media {
  line-height: 3.125rem;
  vertical-align: middle;
  text-align: center;
}
.configurator--variant .option--label img {
  margin: 0 auto;
}
/*
Compare
==============================================
Defines the styling of the comparison tool and its elements.

The comparision creates a fixed modalbox in that the user can compare multiple articles.

The user can open the tool inside the product detail section.
*/
.top-bar--navigation {
  position: relative;
}
.top-bar--navigation .entry--compare {
  padding: 0rem 0.5rem 0rem 0.5rem;
}
.top-bar--navigation .entry--compare .compare--quantity {
  margin-left: 0.3125rem;
  font-weight: 700;
  display: inline-block;
  color: #f36903;
}
.top-bar--navigation .entry--compare .icon--compare {
  font-size: 0.75rem;
}
.top-bar--navigation .compare--list {
  width: 17.5rem;
  padding: 0.3125rem 0.625rem 0.625rem 0.625rem;
  top: 2rem;
  right: 0.75rem;
  text-align: left;
  position: absolute;
  display: none;
  list-style: none;
  background: #fff;
  z-index: 4000;
  border: 1px solid #eaeaea;
}
.top-bar--navigation .compare--list::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 0.5rem;
  height: 0.5rem;
  top: -0.3125rem;
  left: 1.5625rem;
  content: '';
  display: block;
  position: absolute;
  background: #fff;
  border-color: #eaeaea;
  border-width: 0 0 1px 1px;
  border-style: solid;
}
.top-bar--navigation .compare--list .btn--compare-delete {
  width: 100%;
}
.top-bar--navigation .js--is--dropdown-active .compare--list {
  display: block;
}
.top-bar--navigation .js--is--dropdown-active .compare--list .compare--entry {
  cursor: default;
}
.top-bar--navigation .js--is--dropdown-active .compare--list .compare--entry form {
  display: inline-block;
}
.top-bar--navigation .js--is--dropdown-active .compare--list .compare--link {
  width: 14.375rem;
  padding: 0.625rem 0rem 0.625rem 0rem;
  font-size: 0.875rem;
  color: #a87f40;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-bar--navigation .js--is--dropdown-active .compare--list .compare--link:hover {
  color: #f36903;
}
.top-bar--navigation .js--is--dropdown-active .compare--list .compare--button {
  padding: 0.1875rem 0.25rem 0.1875rem 0.25rem;
  margin: 0.1875rem 0rem 0rem 0rem;
  float: right;
}
.top-bar--navigation .js--is--dropdown-active .compare--list .btn--item-delete {
  height: 1.3125rem;
  width: 1.3125rem;
  padding: 0.25rem 0.3125rem 0.25rem 0.3125rem;
  margin: 0.5rem 0rem 0.5rem 0rem;
  font-size: 0.5rem;
  line-height: 0.875rem;
  float: right;
}
.top-bar--navigation .js--is--dropdown-active .compare--list .btn--item-delete .icon--cross {
  padding: 0;
  margin: 0;
}
.top-bar--navigation .js--is--dropdown-active .compare--list .compare--button .icon--cross {
  padding: 0;
  margin: 0;
}
.top-bar--navigation .js--is--dropdown-active .compare--list .btn--compare {
  margin-top: 0.3125rem;
}
.compare--wrapper {
  display: block;
  overflow: auto;
}
.modal--compare {
  font-size: 0.875rem;
  letter-spacing: -0.25rem;
  display: inline-block;
  white-space: nowrap;
  vertical-align: top;
}
.modal--compare.is--fluid {
  width: 100%;
  overflow: hidden;
}
.modal--compare .modal--title {
  padding: 0.625rem 2.5rem 0.625rem 1.25rem;
  font-size: 1rem;
  font-weight: 700;
  border-bottom: 1px solid #a87f40;
  letter-spacing: 0;
}
.modal--compare .modal--error {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  letter-spacing: 0;
}
.modal--compare .list--head {
  background: #4b4b4b;
  font-weight: 700;
}
.modal--compare .compare--group {
  width: 12.5rem;
  display: inline-block;
  white-space: normal;
  vertical-align: top;
  letter-spacing: 0;
}
.modal--compare .group--small {
  width: 12.5rem;
}
.modal--compare .compare--group-list {
  margin: 0;
  padding: 0;
}
.modal--compare .list--entry {
  padding: 0.625rem 1.875rem 0.625rem 0.625rem;
  color: #a87f40;
  border-bottom: 1px solid #eaeaea;
}
.modal--compare .entry--picture {
  height: 10rem;
  position: relative;
}
.modal--compare .entry--picture .image--element img {
  max-width: 90%;
  max-height: 90%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.modal--compare .entry--name {
  height: 7.8125rem;
}
.modal--compare .link--name {
  position: relative;
  display: block;
  height: 70px;
  color: #71552b;
  font-weight: 700;
}
.modal--compare .entry--voting {
  height: 3.125rem;
}
.modal--compare .entry--voting .icon--star,
.modal--compare .entry--voting .icon--star-empty {
  color: #f1c40f;
}
.modal--compare .entry--description {
  height: 9.375rem;
  text-align: left;
  word-wrap: break-word;
}
.modal--compare .entry--price {
  height: 8.125rem;
}
.modal--compare .entry--price .price--pseudoprice {
  text-decoration: line-through;
}
.modal--compare .entry--price .price--normal {
  font-size: 1rem;
  color: #71552b;
  font-weight: 700;
}
.modal--compare .entry--price .price--reduced {
  color: #d30909;
}
.modal--compare .entry--property {
  height: auto;
}
@media screen and (min-width: 78.75em) {
  .top-bar--navigation .compare--list {
    right: 0;
  }
}
/*
Home
==============================================
Defines the styling of the home-page content elements.
*/
.content--home {
  margin-top: 1.25rem;
}
@media screen and (min-width: 48em) {
  .content--home {
    margin-top: 1.875rem;
  }
}
@media screen and (min-width: 78.75em) {
  .content--home {
    margin-top: 3.125rem;
  }
}
/*
Payment
==============================================
Defines the styling of the payment-form elements.

The payment page allows the user to choose the prefered payment option and add his personal payment informations inside form elements.

The payment page is a part of the Shopware checkout process.
*/
.payment--form-group {
  margin: 0.625rem 0rem 0.625rem 0rem;
}
.payment--form-group .payment--field {
  margin-bottom: 0.625rem;
  display: block;
  width: 100%;
}
.payment--form-group .register--required-info {
  margin: 0;
}
@media screen and (min-width: 48em) {
  .payment--form-group .payment--field {
    width: 85%;
  }
}
/*
Address
================================
Defines the styles for the address pages and the modals.
*/
.address-manager--modal .header > .title {
  padding-left: 2%;
}
.address-manager--modal.address-manager--editor .address-editor--errors {
  padding: 1.25rem;
  padding-bottom: 0;
}
.address-manager--modal.address-manager--editor .address-editor--body {
  padding: 0;
}
.address-manager--modal.address-manager--selection .content:after {
  content: "";
  display: table;
  clear: both;
}
.address-manager--modal.address-manager--selection .content .modal--container {
  margin: -2% 0 0 -2%;
}
.address-manager--modal.address-manager--selection .content .modal--container:after {
  content: "";
  display: table;
  clear: both;
}
.address-manager--modal.address-manager--selection .content .modal--container .modal--container-item {
  padding: 2% 0 0 2%;
  float: left;
  width: 100%;
}
.address-manager--modal.address-manager--selection .content .panel--actions .btn {
  width: 100%;
  text-align: center;
}
.address-manager--modal.address-manager--selection .content .panel--actions .btn .js--loading {
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 100%;
  background-clip: padding-box;
  right: 0.375rem;
  top: 0.125rem;
  margin: 0.5rem 0.3125rem 0.5rem 0.3125rem;
  -webkit-animation: keyframe--spin 1s linear infinite;
  animation: keyframe--spin 1s linear infinite;
  border: 2px solid #eaeaea;
  border-top: 2px solid #6a6a6a;
  display: block;
  position: absolute;
}
.account--address.account--content,
.address-manager--modal.account--content {
  margin: 0rem;
  padding-top: 2.8125rem;
}
.account--address .address--item-body .panel--title,
.address-manager--modal .address--item-body .panel--title {
  margin: 0rem 0rem 1.25rem 0rem;
  padding-top: 0;
}
.account--address .account--welcome,
.address-manager--modal .account--welcome {
  margin-bottom: 0;
}
.account--address.account--address-form .alert,
.address-manager--modal.account--address-form .alert {
  margin: 1.25rem 1.125rem 1.25rem 1.125rem;
}
.account--address .address--form-actions:after,
.address-manager--modal .address--form-actions:after {
  content: "";
  display: table;
  clear: both;
}
.account--address .address--form-actions .address--form-submit,
.address-manager--modal .address--form-actions .address--form-submit {
  margin-bottom: 0.625rem;
  width: 100%;
  text-align: center;
}
.account--address .address--actions-set-defaults,
.address-manager--modal .address--actions-set-defaults {
  margin-bottom: 0.625rem;
  line-height: normal;
}
.account--address .address--actions-set-defaults .btn,
.address-manager--modal .address--actions-set-defaults .btn {
  padding: 0;
  color: #a87f40;
}
.account--address .address--actions-set-defaults .btn:hover,
.address-manager--modal .address--actions-set-defaults .btn:hover {
  color: #f36903;
}
.account--address .address--required-info,
.address-manager--modal .address--required-info {
  margin: 0rem 1.625rem 1rem 1.625rem;
  font-size: 0.875rem;
}
.account--address .select-field,
.address-manager--modal .select-field {
  margin-bottom: 0.3125rem;
  max-width: 100%;
}
.account--address .address--field,
.address-manager--modal .address--field {
  margin-bottom: 0.625rem;
  width: 100%;
}
.account--address .address--customertype,
.address-manager--modal .address--customertype {
  display: block;
}
.account--address .address--zip-city .address--field-zipcode,
.address-manager--modal .address--zip-city .address--field-zipcode {
  width: 28%;
  float: left;
}
.account--address .address--zip-city .address--field-city,
.address-manager--modal .address--zip-city .address--field-city {
  width: 70%;
  float: left;
}
.account--address .address--zip-city .address--field-city:after,
.address-manager--modal .address--zip-city .address--field-city:after {
  content: "";
  display: table;
  clear: both;
}
.account--address .address--zip-city .address--spacer,
.address-manager--modal .address--zip-city .address--spacer {
  margin-right: 2%;
}
.account--address.address--delete .panel,
.address-manager--modal.address--delete .panel {
  margin-bottom: 1.25rem;
}
.account--address .address--delete-actions .btn.is--primary,
.address-manager--modal .address--delete-actions .btn.is--primary {
  float: right;
}
.account--address .address--content,
.address-manager--modal .address--content {
  margin: -2% 0 0 -2%;
}
.account--address .address--content:after,
.address-manager--modal .address--content:after {
  content: "";
  display: table;
  clear: both;
}
.account--address .address--item-content,
.address-manager--modal .address--item-content {
  width: 100%;
  float: left;
  padding: 2%;
}
.account--address .address--item-content .panel--actions,
.address-manager--modal .address--item-content .panel--actions {
  display: table-cell;
  vertical-align: bottom;
}
.account--address .address--item-create .btn,
.address-manager--modal .address--item-create .btn {
  text-align: center;
}
.account--address .address--item-actions form,
.address-manager--modal .address--item-actions form {
  display: block;
}
.account--address .js--loading,
.address-manager--modal .js--loading {
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 100%;
  background-clip: padding-box;
  margin: 0rem 0rem 0rem 0.3125rem;
  top: 0.25rem;
  -webkit-animation: keyframe--spin 1s linear infinite;
  animation: keyframe--spin 1s linear infinite;
  border: 2px solid #eaeaea;
  border-top: 2px solid #6a6a6a;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 48em) {
  .account--address .address--form-actions .address--form-submit,
  .address-manager--modal .address--form-actions .address--form-submit {
    width: auto;
  }
  .address-manager--modal.address-manager--selection .content .modal--container .modal--container-item {
    width: 50%;
  }
  .account--address.account--content .address--field {
    margin-bottom: 0.9375rem;
    width: 70%;
  }
  .account--address.account--content .select-field {
    max-width: 18.125rem;
  }
  .account--address.account--content .address--form-actions:after {
    content: "";
    display: table;
    clear: both;
  }
  .account--address.account--content .address--item-content {
    width: 50%;
  }
  .account--address.account--content .address--zip-city .address--field-zipcode {
    width: 18%;
    float: left;
  }
  .account--address.account--content .address--zip-city .address--field-city {
    width: 50%;
    float: left;
  }
  .account--address.account--content .address--zip-city .address--field-city:after {
    content: "";
    display: table;
    clear: both;
  }
  .account--address.account--content .address--zip-city .address--spacer {
    margin-right: 2%;
  }
}
@media screen and (min-width: 78.75em) {
  .address-manager--modal.address-manager--selection {
    max-width: 71.5625rem;
  }
  .address-manager--modal.address-manager--selection .content .modal--container .modal--container-item {
    width: 33.3%;
  }
}
.page-wrap--cookie-permission {
  padding: 0.625rem;
  z-index: 8000;
  border-top: 1px solid #2e2e2e;
  background: #fff;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
}
.page-wrap--cookie-permission .cookie-permission--container {
  width: 100%;
  text-align: center;
  position: relative;
}
.page-wrap--cookie-permission .cookie-permission--container:after {
  content: "";
  display: table;
  clear: both;
}
.page-wrap--cookie-permission .cookie-permission--container .cookie-permission--button {
  margin: 0 auto;
  margin-top: 1.25rem;
}
.page-wrap--cookie-permission .cookie-permission--container .cookie-permission--button.cookie-permission--extra-button .cookie-permission--accept-button {
  margin-right: 0.3125rem;
}
.page-wrap--cookie-permission .cookie-permission--container .cookie-permission--decline-button {
  margin-right: 0.3125rem;
}
.page-wrap--cookie-permission .cookie-permission--container .cookie-permission--accept-button,
.page-wrap--cookie-permission .cookie-permission--container .cookie-permission--decline-button,
.page-wrap--cookie-permission .cookie-permission--container .cookie-permission--configure-button {
  margin-top: 0.625rem;
}
.cookie-removal--container {
  padding: 1.5625rem;
}
.cookie-removal--container .cookie-removal--list {
  margin-bottom: 1.25rem;
  list-style-position: inside;
}
.cookie-removal--container .cookie-removal--buttons {
  margin-top: 1.25rem;
}
.cookie-removal--container .cookie-removal--buttons .btn {
  margin-bottom: 0.375rem;
  display: inline-block;
  width: 48%;
  float: right;
}
.cookie-removal--container .cookie-removal--buttons .btn:last-child {
  margin-right: 2%;
}
@media screen and (min-width: 30em) {
  .cookie-removal--container .cookie-removal--footer:after {
    content: "";
    display: table;
    clear: both;
  }
  .cookie-removal--container .cookie-removal--footer .cookie-removal--buttons {
    float: right;
  }
  .cookie-removal--container .cookie-removal--buttons {
    min-width: 16.25rem;
    margin: 0;
  }
  .cookie-removal--container .privacy--notice {
    padding-top: 0.5rem;
    display: inline-block;
  }
  .page-wrap--cookie-permission .cookie-permission--container .cookie-permission--accept-button,
  .page-wrap--cookie-permission .cookie-permission--container .cookie-permission--decline-button,
  .page-wrap--cookie-permission .cookie-permission--container .cookie-permission--configure-button {
    margin-top: 0;
  }
}
@media screen and (min-width: 64em) {
  .page-wrap--cookie-permission .cookie-permission--container {
    width: 100%;
  }
  .page-wrap--cookie-permission .cookie-permission--container:after {
    content: "";
    display: table;
    clear: both;
  }
  .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--content {
    width: calc(100% - 240px);
    text-align: left;
  }
  .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--content.cookie-permission--extra-button {
    width: calc(100% - 370px);
  }
  .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--button {
    width: 15rem;
    right: 0.3125rem;
    position: absolute;
    top: calc(50% - 21px);
  }
  .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--button.cookie-permission--extra-button {
    width: 23.125rem;
  }
  .page-wrap--cookie-permission .cookie-permission--container .cookie-permission--content {
    padding: 0.75rem;
    float: left;
  }
  .page-wrap--cookie-permission .cookie-permission--container .cookie-permission--button {
    margin: 0;
    float: right;
  }
}
.content-type--head {
  overflow: hidden;
  margin: 1rem 0rem 1rem 0rem;
}
.content-type--head .head--picture {
  max-height: 30em;
  padding: 1rem 1rem 1rem 1rem;
  border-radius: 3px;
  background-clip: padding-box;
}
.content-type--head .head--picture img {
  max-height: 30em;
  object-fit: scale-down;
  margin: 0 auto;
}
.content-type--field {
  display: block;
  width: 100%;
  padding: 1rem 1rem 1rem 1rem;
  border-radius: 3px;
  background-clip: padding-box;
}
.content-type--field:nth-child(odd) {
  background: #4b4b4b;
}
.field--full > .field--label {
  display: none;
}
.field--full > .field--content {
  width: 100%;
  max-width: unset;
  text-align: left;
}
.field--label,
.field--content {
  display: block;
  width: 50%;
  float: left;
}
.field--label > span {
  display: inline-block;
  max-width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.field--label-separator {
  display: none;
  float: right;
  width: 1px;
  height: 1rem;
  margin: 0 1rem;
  background: #2e2e2e;
}
.field--content {
  text-align: right;
}
.content-type--field-checkbox .icon--check {
  color: #2ecc71;
}
.content-type--field-checkbox .icon--cross {
  color: #d30909;
}
.content-type--field-media > .field--label,
.content-type--field-media-grid > .field--label {
  display: none;
}
.content-type--field-media > .field--content,
.content-type--field-media-grid > .field--content {
  width: 100%;
  max-width: unset;
  text-align: left;
}
.content-type--field-media.content-type--field,
.content-type--field-media-grid.content-type--field {
  background: #ffffff;
}
.content-type--field-media picture,
.content-type--field-media-grid picture,
.content-type--field-media img,
.content-type--field-media-grid img {
  margin: 0 auto;
  border-radius: 3px;
  background-clip: padding-box;
}
.content-type--field-media-grid .image--gallery {
  min-height: 30em;
}
.content-type--field-textarea > .field--label {
  display: none;
}
.content-type--field-textarea > .field--content {
  width: 100%;
  max-width: unset;
  text-align: left;
}
.content-type--field-textarea.content-type--field {
  background: #ffffff;
}
.content-type--field-text > .field--label {
  display: none;
}
.content-type--field-text > .field--content {
  width: 100%;
  max-width: unset;
  text-align: left;
}
.content-type--field-text.content-type--field {
  background: #ffffff;
}
.content-type--field-product-field > .field--label {
  display: none;
}
.content-type--field-product-field > .field--content {
  width: 100%;
  max-width: unset;
  text-align: left;
}
.content-type--field-product-field .product--box {
  background-color: #fff;
  padding: unset;
}
.content-type--field-product-field .box--content {
  padding: 1.25rem 1.875rem 1.25rem 1.875rem;
}
.content-type--field-product-grid {
  overflow: hidden;
  padding: 1rem 0rem 1rem 0rem;
}
.content-type--field-product-grid > .field--label {
  display: none;
}
.content-type--field-product-grid > .field--content {
  width: 100%;
  max-width: unset;
  text-align: left;
}
.content-type--field-product-grid .product-slider .product-slider--container {
  padding: 0rem 2rem 0rem 2rem;
}
.content-type--field-product-grid .product-slider .product--description {
  white-space: normal;
}
.content-type--field-product-grid .box--content {
  background-color: #ffffff;
}
.content-type--field-tinymce > .field--label {
  display: none;
}
.content-type--field-tinymce > .field--content {
  width: 100%;
  max-width: unset;
  text-align: left;
}
.content-type--field-aceeditor > .field--label {
  display: none;
}
.content-type--field-aceeditor > .field--content {
  width: 100%;
  max-width: unset;
  text-align: left;
}
@media screen and (min-width: 30em) {
  .content-type--head .head--picture {
    max-width: 50%;
    float: left;
  }
  .content-type--head .head--picture img {
    max-height: 30em;
  }
}
@media screen and (min-width: 48em) {
  .field--label {
    max-width: 30%;
    width: 30%;
  }
  .field--label-separator {
    display: inline-block;
  }
  .field--content {
    max-width: 70%;
    width: 70%;
    text-align: unset;
  }
}
@media screen and (min-width: 64em) {
  .content-type {
    width: 75%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 78.75em) {
  .is--content-type .sidebar-main {
    display: none;
  }
}
/*
Hacks
====================================
The `hacks.less` contains all dirty hacks like !important or negative margins, so you get a single place to document and set them.

More precise designations are commented inside the document.
*/
.product--tax a {
  text-decoration: none !important;
}
.product--tax a:hover {
  text-decoration: underline !important;
}
.entry--all-results-link i {
  font-size: 8px;
}
.table--shipping-costs-trigger i {
  margin: -0.25rem 0rem 0rem 0rem;
  font-size: 8px;
}
.table--footer i,
.premium-product--product .btn i,
.compare--button i,
.modal--compare .btn i {
  font-size: 8px;
}
.js--modal.sizing--auto.is--fullscreen {
  height: 100% !important;
  width: 100% !important;
}
.js--modal.sizing--fixed {
  max-height: none !important;
  max-width: none !important;
}
.is--inactive {
  overflow: hidden !important;
}
.btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.is--ie .action--sort .sort--select:after {
  line-height: 34px;
}
.is--ie .register--login .register--new-customer .new-customer-btn::after {
  line-height: 16px;
}
.is--ie .filter-panel--input input[type='checkbox']:checked ~ .input--state::before,
.is--ie .filter-panel--checkbox input[type='checkbox']:checked ~ .input--state::before,
.is--ie .filter-panel--radio input[type='checkbox']:checked ~ .input--state::before,
.is--ie .filter-panel--input input[type='checkbox']:checked ~ .checkbox--state::before,
.is--ie .filter-panel--checkbox input[type='checkbox']:checked ~ .checkbox--state::before,
.is--ie .filter-panel--radio input[type='checkbox']:checked ~ .checkbox--state::before {
  line-height: 12px;
}
@media screen and (min-width: 48em) {
  .top-bar--navigation .entry--service:after,
  .top-bar--navigation .entry--service::after {
    font-size: 5px;
  }
  .sidebar--navigation .is--level1 .navigation--entry.has--sub-children.is--active:before,
  .sidebar--navigation .is--level1 .navigation--entry.has--sub-children.is--active::before {
    font-size: 5px;
  }
  .is--ie .header-main .top-bar--navigation .select-field:after {
    line-height: 24px;
  }
  .is--ie .action--filter-btn .filter--trigger:before,
  .is--ie .action--filter-btn .filter--trigger:after {
    line-height: 16px;
  }
  .is--ie .header-main .top-bar--navigation .top-bar--language .select-field select,
  .is--edge .header-main .top-bar--navigation .top-bar--language .select-field select {
    font-size: 0;
  }
  .is--ie .header-main .top-bar--navigation .top-bar--language .select-field select option,
  .is--edge .header-main .top-bar--navigation .top-bar--language .select-field select option {
    font-size: 0.875rem;
  }
}
.advanced-menu {
  max-width: 78.75rem;
  box-shadow: 0 10px 25px -15px #000000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #ffffff;
  width: 100%;
  position: absolute;
  color: #71552b;
  z-index: 3000;
}
.advanced-menu:after {
  content: "";
  display: table;
  clear: both;
}
.advanced-menu .menu--list {
  list-style: none;
  display: block;
}
.advanced-menu .content--wrapper {
  margin: 1.25rem 1.25rem 1.25rem 1.25rem;
  position: relative;
}
.advanced-menu .menu--delimiter {
  content: "";
  width: 1px;
  background: #eaeaea;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
}
.advanced-menu .menu--teaser {
  padding: 0.625rem 0.625rem 0rem 1.25rem;
  position: relative;
  float: left;
}
.advanced-menu .teaser--image {
  height: 15.625rem;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
}
.advanced-menu .teaser--image + .teaser--headline,
.advanced-menu .teaser--image + .teaser--text {
  margin-top: 2.5rem;
}
.advanced-menu .teaser--headline {
  font-size: 1.3125rem;
  margin: 0rem 0rem 1.25rem 0rem;
  font-weight: bold;
}
.advanced-menu .teaser--text-link {
  color: #f36903;
}
.advanced-menu .teaser--text-link:hover {
  color: #f36903;
}
.advanced-menu .menu--list-item {
  -webkit-hyphens: auto;
  hyphens: auto;
  word-break: normal;
  word-wrap: break-word;
}
.advanced-menu .menu--list-item-link {
  padding: 0.3125rem 0rem 0.3125rem 0rem;
  font-size: 1rem;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: #71552b;
  display: block;
}
.advanced-menu .menu--list-item-link:hover {
  padding: 0.3125rem 0rem 0.3125rem 0.1875rem;
  color: #f36903;
}
.advanced-menu .button-container {
  font-size: 1rem;
  padding: 1.25rem 1.875rem 1.25rem 0rem;
  background: #71552b;
  color: #ffffff;
  font-weight: bold;
}
.advanced-menu .button-container .button--category {
  padding: 1.25rem 3.125rem 1.25rem 3.125rem;
  -webkit-transition: padding 0.1s ease;
  transition: padding 0.1s ease;
  color: #ffffff;
  position: relative;
}
.advanced-menu .button-container .button--category:hover {
  padding: 1.25rem 3.125rem 1.25rem 3.4375rem;
}
.advanced-menu .button-container .icon--arrow-right {
  font-size: 0.75rem;
  margin-top: -0.375rem;
  position: absolute;
  top: 50%;
  right: 1.875rem;
}
.advanced-menu .button-container .button--close {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  margin-top: -1.25rem;
  float: right;
  cursor: pointer;
}
.advanced-menu .menu--container {
  display: none;
}
.advanced-menu .menu--container.menu--is-active {
  display: block;
}
.advanced-menu .menu--level-0 {
  padding: 0.625rem 0.625rem 0rem 0.625rem;
  float: left;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.advanced-menu .menu--level-0.columns--1 {
  -webkit-column-count: 1;
  column-count: 1;
}
.advanced-menu .menu--level-0.columns--2 {
  -webkit-column-count: 2;
  column-count: 2;
}
.advanced-menu .menu--level-0.columns--3 {
  -webkit-column-count: 3;
  column-count: 3;
}
.advanced-menu .menu--level-0.columns--4 {
  -webkit-column-count: 4;
  column-count: 4;
}
.advanced-menu .menu--level-1 {
  margin: 0.3125rem 0rem 0rem 1.25rem;
}
.advanced-menu .menu--level-2 {
  margin: 0rem 0rem 0.3125rem 1.25rem;
}
.advanced-menu .item--level-0 {
  padding-bottom: 2.5rem;
  display: block;
  position: relative;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.advanced-menu .item--level-0 .menu--list-item-link {
  font-weight: bold;
}
.advanced-menu .item--level-1:last-child {
  margin: 0;
}
.advanced-menu .item--level-1 .menu--list-item-link {
  padding: 0.3125rem 0rem 0.3125rem 0rem;
  font-size: 1rem;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: #71552b;
  display: block;
  font-weight: normal;
}
.advanced-menu .item--level-1 .menu--list-item-link:hover {
  padding: 0.3125rem 0rem 0.3125rem 0.1875rem;
  color: #f36903;
}
.advanced-menu .item--level-2 .menu--list-item-link {
  font-size: 0.875rem;
}
.advanced-menu .item--level-2 .menu--list-item-link + .menu--level-3 {
  margin: 0rem 0rem 0.3125rem 1.25rem;
}
.advanced-menu .item--level-3 .menu--list-item-link {
  font-size: 0.75rem;
}
.navigation-main .navigation--list .navigation--entry.is--hovered {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #71552b;
}
.navigation-main .navigation--list .navigation--entry.is--hovered .navigation--link {
  background: #71552b;
  color: #ffffff;
}
@media screen and (min-width: 78.75em) {
  .advanced-menu .content--wrapper {
    margin: 2.5rem 2.5rem 2.5rem 2.5rem;
  }
}
.paypal-sidebar {
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #eaeaea;
}
.paypal-sidebar .paypal-sidebar--logo {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 48em) {
  .paypal-sidebar {
    border-radius: 3px;
    background-clip: padding-box;
    border-left: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
  }
  .is--ctl-payment_paypal .sidebar-main {
    display: block;
  }
  .is--ctl-payment_paypal .content--wrapper {
    margin-left: 16.25rem;
  }
  .is--ctl-payment_paypal.is--act-gateway .content--wrapper {
    margin-left: 0;
  }
}
.paypal-content .alert {
  margin-bottom: 1.25rem;
}
.paypal-content--actions .btn {
  margin-top: 0.625rem;
  display: block;
  width: 100%;
}
@media screen and (min-width: 30em) {
  .paypal-content--actions:after {
    content: "";
    display: table;
    clear: both;
  }
  .paypal-content--actions .btn {
    margin: 0rem 0.3125rem 0rem 0rem;
    display: inline-block;
    width: auto;
  }
}
@media screen and (min-width: 78.75em) {
  .paypal-content {
    margin-left: 3.25rem;
    width: 75%;
  }
}
#paypal-login--button {
  margin-top: 0.625rem;
  width: 100%;
}
.paypal-express--container {
  padding-top: 0.625rem;
  float: none;
  width: 100%;
}
.paypal-express--container:after {
  content: "";
  display: table;
  clear: both;
}
.paypal-express {
  float: right;
}
.paypal-express:after {
  content: "";
  display: table;
  clear: both;
}
.paypal-express .paypal-express--delimiter {
  line-height: 1.875rem;
  margin-right: 0.625rem;
  width: auto;
  display: block;
  float: left;
}
.paypal-express .paypal-express--btn {
  width: 10.625rem;
  height: 2rem;
  display: block;
  float: left;
}
.container--ajax-cart .paypal-express,
.container--ajax-cart .paypal-express-de {
  margin-top: 0.625rem;
}
.is--ctl-checkout.is--act-cart .product--table .paypal-express {
  margin-bottom: 1.25rem;
}
.is--ctl-checkout.is--act-cart .product--table .table--actions {
  padding-bottom: 0;
  margin-bottom: 0;
}
.is--ctl-checkout.is--act-cart .product--table .main--actions {
  margin-bottom: 0;
}
.is--ctl-checkout.is--act-cart .product--table .btn--inquiry {
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 30em) {
  .is--ctl-checkout.is--act-cart .product--table .table--actions {
    margin-bottom: 0.625rem;
  }
  .is--ctl-checkout.is--act-cart .product--table .btn--inquiry {
    margin-top: 0.625rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 48em) {
  .is--ctl-checkout.is--act-cart .product--table .table--actions {
    margin-bottom: 1.25rem;
  }
  .is--ctl-checkout.is--act-cart .product--table .btn--inquiry {
    margin-top: 0;
  }
}
.paypal-logo {
  margin: 0.3125rem 0rem 0.3125rem 0rem;
  display: block;
}
.paypal-gateway--title,
.paypal-gateway--loader-text,
.paypal-gateway--fallback {
  text-align: center;
}
.paypal-gateway--loader .js--loading-indicator {
  z-index: 1;
}
.heidelpay--input-field {
  height: 2.1875rem;
  margin-bottom: 0.3125rem;
  width: 100%;
  border: 1px solid #eaeaea;
}
.heidelpay--input-field.is--invalid {
  color: #d30909;
  background: #f1acac;
  border-color: #d30909;
}
.heidelpay--input-field.is--focused {
  color: #a87f40;
  background: #ffffff;
  border-color: #f36903;
}
.heidelpay--test-data-table {
  margin-bottom: 1.5rem;
  border-radius: 0.25rem;
  border: 1px solid #eaeaea;
}
.heidelpay--test-data-table.bank-data {
  margin-top: 1rem;
}
.heidelpay--sepa-direct-debit-wrapper {
  width: 30%;
  display: inline-block;
}
.heidelpay--error-label {
  color: #d30909;
}
.heidelpay--sepa-mandate-container {
  padding: 0rem 1rem 1rem 1rem;
  margin-bottom: 1.5rem;
}
.heidelpay--sepa-mandate-container-body {
  margin-bottom: 1rem;
  padding-bottom: 1.125rem;
  border-bottom: 1px solid #eaeaea;
}
.heidelpay--label {
  color: #000;
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.375rem;
}
@media screen and (max-width: 64em) {
  .heidelpay--sepa-direct-debit-wrapper {
    width: 100%;
  }
}
.heidelpay--info-panel {
  margin-bottom: 1.5rem;
}
.heidelpay--credit-card-container {
  margin-top: 1.25rem;
}
.heidelpay--credit-card-vault .heidelpay--sepa-vault {
  margin-bottom: 1.5rem;
}
.heidelpay-vault {
  margin-top: 2rem;
}
.heidelpay-vault--device-group {
  width: 100%;
}
.heidelpay--card-wrapper {
  margin-top: 0.5rem;
}
.heidelpay--vault-message {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 64em) {
  .heidelpay-vault--device-group {
    width: 50%;
  }
}
@media screen and (min-width: 78.75em) {
  .heidelpay-vault--device-group {
    width: 33%;
  }
}
#heidelpay--sepa-direct-debit-container {
  margin-left: 1rem;
  margin-top: 1rem;
}
.heidelpay--sepa-birthday {
  margin-left: 1rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.heidelpayUI.input input {
  box-sizing: content-box;
}
.heidelpayUI.left.input {
  float: none;
}
.heidelpayUI.checkbox {
  border: 0;
  width: auto;
  height: auto;
}
.aggregation--list .entry--total.default-weight {
  font-weight: 500;
  color: #a87f40;
}
.container--account-sidebar {
  top: 3.125rem;
  margin-right: 0.625rem;
  padding: 0.9375rem 0rem 0rem 0rem;
  position: absolute;
  text-align: left;
  right: 0;
  z-index: 3000;
  display: none;
}
.container--account-sidebar.off-canvas {
  width: 17.5rem;
  -webkit-transition: all 0.45s cubic-bezier(0.3, 0, 0.15, 1);
  transition: all 0.45s cubic-bezier(0.3, 0, 0.15, 1);
  margin-right: 0;
  display: block;
  height: 100%;
  left: auto;
  position: fixed;
  top: 0;
  padding: 0;
  background: #fff;
  z-index: 8000;
}
.container--account-sidebar.off-canvas .icon--loading-indicator {
  width: 2.375rem;
  height: 2.375rem;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.container--account-sidebar .register--login {
  width: 100%;
  padding: 0;
  margin-top: 0;
}
.container--account-sidebar .account--menu {
  border: none;
}
.container--account-sidebar ul#ajaxUserNav {
  list-style-type: none;
}
.header-main .container--account-sidebar .offcanvas--content form fieldset p {
  float: none;
  margin: 0 auto;
  margin-bottom: 10px;
}
.header-main .container--account-sidebar .offcanvas--content form fieldset p:first-child {
  margin-top: 30px;
  margin-bottom: 40px;
}
.header-main .container--account-sidebar .offcanvas--content form fieldset input {
  float: none;
  margin: 0 auto;
}
/*
** Dashboard
*/
.is--ctl-account .content--wrapper .account--content .account--box.account--rma {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 240px;
  background: transparent;
}
.is--ctl-account .content--wrapper .account--content .account--box.account--rma p {
  margin: 0;
  font-size: 12px;
  color: #cdcdcd;
}
.is--ctl-account .content--wrapper .account--content .account--box.account--rma svg {
  height: 2.125rem;
  margin: 1.25rem 0rem 0.625rem 0rem;
}
.is--ctl-account .content--wrapper .account--content .account--box .fancy-headline {
  color: #f36903;
}
.is--ctl-account .content--wrapper .account--content .account--box .fancy-headline .title--supplement {
  display: inline-block;
  margin: 1.25rem 0rem 0rem 0rem;
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  color: #FFF;
  background: #f36903;
}
.is--ctl-account .content--wrapper .account--content .account--box .fancy-headline .title--supplement:hover {
  background: #2ecc71;
}
.is--ctl-account.is--act-rma-confirm #footer--newsletter {
  display: block;
}
/*
** RMA
*/
.is--ctl-rma {
  /*
  &.has--rma-basket {
    .rma--action {
      float: left;

      @media all and (min-width: @tabletLandscapeViewportWidth) {
        width: 70%;
      }
    }
  }
  */
  /*
  ** RMA steps
  */
  /*
  ** RMA info
  */
  /*
  ** RMA form
  */
  /*
  ** RMA radio
  */
  /*
  ** RMA Checkbox
  */
  /* Customize the label (the container) */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
  /*
  ** Step 1 specific
  */
  /*
  ** Step 2 specific
  */
  /*
  ** Basket
  */
  /*
  ** RMA confirm
  */
  /*
  ** RMA finish
  */
}
.is--ctl-rma .rma--wish-date {
  margin-top: -10px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #232323 !important;
}
.is--ctl-rma .rma--panel {
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.is--ctl-rma .rma--panel:after {
  content: "";
  display: table;
  clear: both;
}
@media all and (min-width: 64em) {
  .is--ctl-rma .rma--panel {
    display: flex;
    align-content: stretch;
    padding: 0rem 0rem 0rem 1.25rem;
  }
}
.is--ctl-rma .rma--panel p {
  font-size: 0.75rem;
  font-weight: 300;
  color: #565656;
}
.is--ctl-rma .rma--panel p .text-highlight {
  font-weight: bold;
  color: #f36903;
}
.is--ctl-rma .rma--panel h3 {
  margin: 0;
  margin-bottom: 20px;
  font-size: 1rem;
  font-weight: normal;
  color: #232323;
}
@media all and (min-width: 48em) {
  .is--ctl-rma .rma--panel h3 {
    font-size: 1.375rem;
  }
}
.is--ctl-rma .rma--header {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}
.is--ctl-rma .rma--header:after {
  content: "";
  display: table;
  clear: both;
}
@media all and (min-width: 30em) {
  .is--ctl-rma .rma--header {
    align-items: center;
  }
}
.is--ctl-rma .rma--header img {
  width: 33.333%;
  float: left;
}
.is--ctl-rma .rma--header .rma--header-text {
  width: 66.666%;
  padding-left: 40px;
  float: left;
}
.is--ctl-rma .rma--action {
  position: relative;
  z-index: 200;
  width: 100%;
  padding: 2.5rem 1.25rem 2.5rem 1.25rem;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media all and (min-width: 64em) {
  .is--ctl-rma .rma--action {
    width: 70%;
    padding: 2.5rem 1.25rem 2.5rem 0rem;
    left: 15%;
  }
  .is--ctl-rma .rma--action.is--active {
    left: 0;
  }
}
.is--ctl-rma .rma--content {
  background: url('../../custom/plugins/MadRma/Resources/frontend/img/fox-service-auftrag.svg');
  background-size: 40% auto;
  background-position: right top;
  background-repeat: no-repeat;
  /*
    @media all and (min-width: @desktopViewportWidth) {
      background-size: 40% 100%;
    }
    */
}
.is--ctl-rma .rma--content:after {
  content: "";
  display: table;
  clear: both;
}
.is--ctl-rma .rma--content.content--error {
  background: transparent;
}
.is--ctl-rma .rma--content.content--error h3 {
  max-width: 26.25rem;
  margin: 0rem 0rem 1.25rem 0rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
  color: #232323;
}
@media all and (min-width: 48em) {
  .is--ctl-rma .rma--content.content--error h3 {
    font-size: 1.375rem;
  }
}
.is--ctl-rma .rma--steps {
  position: relative;
  width: -webkit-calc(100% - 32px);
  width: -moz-calc(100% - 32px);
  width: calc(100% - 32px);
  height: 32px;
  margin: 0rem 0rem 2.5rem 0rem;
  /*
    margin-right: ~"-webkit-calc(-25% + 32px)";
    margin-right: ~"-moz-calc(-25% + 32px)";
    margin-right: ~"calc(-25% + 32px)";
    */
}
.is--ctl-rma .rma--steps:after {
  content: "";
  display: table;
  clear: both;
}
.is--ctl-rma .rma--steps li {
  position: absolute;
  width: 33.333%;
  float: left;
  list-style-type: none;
}
.is--ctl-rma .rma--steps li:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 16px;
  width: 50.1%;
  height: 1px;
  background: #e9e9e9;
}
.is--ctl-rma .rma--steps li:after {
  content: '';
  position: absolute;
  right: -16px;
  top: 16px;
  width: 50%;
  height: 1px;
  background: #e9e9e9;
}
.is--ctl-rma .rma--steps li:nth-child(1) {
  left: 0;
}
.is--ctl-rma .rma--steps li:nth-child(2) {
  left: 33.333%;
}
.is--ctl-rma .rma--steps li:nth-child(3) {
  left: 66.666%;
}
.is--ctl-rma .rma--steps li:nth-child(4) {
  left: 99.999%;
}
.is--ctl-rma .rma--steps li:last-of-type:after,
.is--ctl-rma .rma--steps li:last-of-type:before {
  display: none;
}
.is--ctl-rma .rma--steps li.is--active:before {
  top: 15px;
  height: 3px;
  background: #f36903;
  box-shadow: 0 2px 4px 0 rgba(243, 105, 3, 0.5);
}
.is--ctl-rma .rma--steps li.is--active a {
  border-color: #f36903;
  box-shadow: 0 2px 4px 0 rgba(243, 105, 3, 0.5);
}
.is--ctl-rma .rma--steps li.is--active a:before {
  color: #fff;
  background: #f36903;
}
.is--ctl-rma .rma--steps li.is--checked:after {
  top: 15px;
  height: 3px;
  background: #f36903;
  box-shadow: 0 2px 4px 0 rgba(243, 105, 3, 0.5);
}
.is--ctl-rma .rma--steps li.is--checked a {
  border-color: #f36903;
  box-shadow: 0 2px 4px 0 rgba(243, 105, 3, 0.5);
}
.is--ctl-rma .rma--steps li.is--checked a:before {
  color: #fff;
  background: #f36903;
}
.is--ctl-rma .rma--steps li a {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 26px;
  background: #fff;
  border: 1px solid #E9E9E9;
  border-radius: 15px;
}
.is--ctl-rma .rma--steps li a:before {
  content: attr(title);
  position: absolute;
  left: 2px;
  top: 2px;
  display: block;
  width: 26px;
  height: 26px;
  color: #92999D;
  background: #E9E9E9;
  border-radius: 13px;
}
.is--ctl-rma .rma--box--1 {
  height: 50px;
}
.is--ctl-rma .rma--box--2 {
  height: 50px;
}
.is--ctl-rma .rma--left {
  width: 95%;
  float: left;
}
.is--ctl-rma .rma--right {
  float: right;
}
.is--ctl-rma .rma--info {
  width: 60%;
}
.is--ctl-rma .rma--info h3 {
  margin: 0rem 0rem 1.25rem 0rem;
  font-size: 1rem;
  font-weight: normal;
  color: #232323;
}
.is--ctl-rma .rma--info h3 strong {
  font-family: "vista-slab", serif;
}
@media all and (min-width: 48em) {
  .is--ctl-rma .rma--info h3 {
    font-size: 1.375rem;
  }
}
.is--ctl-rma .rma--info p {
  font-weight: 300;
  font-size: 0.75rem;
  color: #565656;
}
.is--ctl-rma .rma--info p .text-highlight {
  font-weight: bold;
  color: #f36903;
}
.is--ctl-rma .rma--info .info--modals {
  padding: 1.25rem 0rem 0rem 0rem;
  margin: 1.25rem 0rem 1.25rem 0rem;
  font-weight: 300;
  font-size: 0.75rem;
  color: #565656;
  border-top: 1px solid #eaeaea;
}
.is--ctl-rma .rma--info .info--modals-title {
  margin: 0rem 0rem 0.625rem 0rem;
}
.is--ctl-rma .rma--info .info--modals-list {
  list-style-type: none;
}
.is--ctl-rma .rma--info .info--modals-list .modals-list--item {
  position: relative;
  padding: 0rem 1.25rem 0rem 1.875rem;
}
.is--ctl-rma .rma--info .info--modals-list .modals-list--item .item--checkmark {
  position: absolute;
  left: 4px;
  top: 2px;
  height: 16px;
  width: 6px;
  margin-right: 10px;
  display: inline-block;
  transform: rotate(45deg);
  border-bottom: 2px solid #f36903;
  border-right: 2px solid #f36903;
}
.is--ctl-rma .rma--info .info--modals-list .modals-list--item .item--icon {
  position: absolute;
  right: 0;
  font-size: 0.875rem;
  font-weight: 500;
}
.is--ctl-rma .rma--form {
  position: relative;
}
.is--ctl-rma .rma--form input[type="submit"] {
  width: 100%;
  height: 100px;
  text-align: right;
  padding-right: 100px;
  color: #92999D;
  background: url("../../custom/plugins/MadRma/Resources/frontend/img/submit-arrow.svg");
  background-size: 62px 42px;
  background-repeat: no-repeat;
  background-position: right;
  border: 0 none;
  outline: 0;
}
.is--ctl-rma .rma--form input[type="submit"].is--active {
  opacity: 1;
}
.is--ctl-rma .rma--form input[type="text"] {
  display: block;
  margin: 0rem 0rem 0.625rem 0rem;
}
.is--ctl-rma .rma--form textarea {
  width: 100%;
  padding-left: 20px;
  font-size: 11px;
  color: #4F5459;
  background: #f4f4f4;
  border: 1px solid #bdb0a1;
}
.is--ctl-rma .rma--form.form--upload input[type="submit"] {
  float: right;
  background-position: right center;
}
.is--ctl-rma #rma--form {
  width: 100%;
  order: 100;
}
.is--ctl-rma #rma--form.federgabel {
  order: 2;
}
.is--ctl-rma #rma--form.hinterbaudaempfer {
  order: 7;
}
.is--ctl-rma #rma--form.sattelstuetzen {
  order: 12;
}
.is--ctl-rma #rma--inputs {
  display: none;
  width: 100%;
  float: left;
}
.is--ctl-rma #rma--inputs.is--active {
  display: block;
}
.is--ctl-rma #rma--inputs .rma--change {
  display: block;
  font-size: 0.75rem;
  text-align: right;
  cursor: pointer;
}
.is--ctl-rma .rma--selection {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.is--ctl-rma .rma--selection:after {
  content: "";
  display: table;
  clear: both;
}
.is--ctl-rma .rma--radio-wrap {
  position: relative;
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 3% 20px 0;
  float: left;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.is--ctl-rma .rma--radio-wrap:after {
  content: "";
  display: table;
  clear: both;
}
@media all and (min-width: 30em) {
  .is--ctl-rma .rma--radio-wrap {
    margin: 0rem 1.25rem 1.25rem 0rem;
  }
}
@media all and (min-width: 48em) {
  .is--ctl-rma .rma--radio-wrap {
    margin: 0rem 1.25rem 1.25rem 0rem;
  }
}
.is--ctl-rma .rma--radio-wrap.is--hidden {
  display: none;
}
.is--ctl-rma .rma--radio-wrap.federgabel {
  order: 1;
}
.is--ctl-rma .rma--radio-wrap.hinterbaudaempfer {
  order: 6;
}
.is--ctl-rma .rma--radio-wrap.sattelstuetzen {
  order: 11;
}
.is--ctl-rma .rma--radio-wrap.is--hidden {
  display: none;
}
.is--ctl-rma .rma--radio-wrap.is--focus {
  display: block !important;
}
.is--ctl-rma .rma--radio-wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.is--ctl-rma .rma--radio {
  display: block;
  width: 120px;
  height: 120px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #eaeaea;
}
.is--ctl-rma .rma--radio:after {
  content: "";
  position: absolute;
  display: none;
}
.is--ctl-rma .rma--radio-label {
  position: absolute;
  top: 39px;
  left: 0;
  width: 120px;
  height: 22px;
  font-size: 0.625rem;
  line-height: 150%;
  text-align: center;
  text-transform: uppercase;
  color: #232323;
}
.is--ctl-rma .rma--radio-label.has--icon {
  top: 20px;
  height: 70px;
}
.is--ctl-rma .rma--radio-label.has--icon svg {
  width: 120px;
  height: 36px;
  margin: 0rem 0rem 0.625rem 0rem;
}
.is--ctl-rma .rma--radio-wrap input:checked ~ .rma--radio {
  border: 1px solid #f36903;
  box-shadow: 0 2px 4px 0 rgba(243, 105, 3, 0.5);
}
.is--ctl-rma .rma--radio-wrap input:checked ~ .rma--radio:after {
  display: block;
}
.is--ctl-rma .rma--radio-arrow {
  display: none;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  bottom: -1.9375rem;
  left: 50%;
  margin-left: -0.625rem;
  background: #fff;
  border-top: 1px solid #ececec;
  border-left: 1px solid #ececec;
  transform: rotate(45deg);
}
.is--ctl-rma .rma--radio-wrap input:checked ~ .rma--radio-arrow {
  display: block;
}
.is--ctl-rma .rma--checkboxes {
  margin: 0rem 0rem 2.5rem 0rem;
}
.is--ctl-rma .rma--checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 300;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.is--ctl-rma .rma--checkbox.is--special-box {
  width: 100%;
  padding: 0;
  margin: 0px 0 40px 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #232323;
  border: 1px solid #eaeaea;
  /*
      &:hover {
        box-shadow: 0 0 10px fade(@brand-primary, 20%);

        input:not(:checked) ~ .checkmark  {
          background: #f4f4f4;
        }

        input:checked ~ .checkmark  {
          background: #f36903;
        }
      }
       */
}
.is--ctl-rma .rma--checkbox.is--special-box:after {
  content: "";
  display: table;
  clear: both;
}
@media all and (min-width: 30em) {
  .is--ctl-rma .rma--checkbox.is--special-box {
    display: flex;
    align-items: center;
  }
}
.is--ctl-rma .rma--checkbox.is--special-box .checkmark {
  position: relative;
  display: block;
  margin: 0 0 10px 0;
}
.is--ctl-rma .rma--checkbox.is--special-box .special-box--image {
  height: 280px;
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  border-bottom: 1px solid #eaeaea;
}
@media all and (min-width: 30em) {
  .is--ctl-rma .rma--checkbox.is--special-box .special-box--image {
    width: 33.333%;
    float: left;
    border: 0 none;
    border-right: 1px solid #eaeaea;
  }
}
.is--ctl-rma .rma--checkbox.is--special-box .special-box--image img {
  margin: 0 auto;
}
.is--ctl-rma .rma--checkbox.is--special-box .special-box--content {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}
@media all and (min-width: 30em) {
  .is--ctl-rma .rma--checkbox.is--special-box .special-box--content {
    width: 66.666%;
    float: left;
  }
}
.is--ctl-rma .rma--checkbox.is--special-box .special-box--content .content--checkbox {
  float: left;
  position: relative;
  top: 6px;
}
.is--ctl-rma .rma--checkbox.is--special-box .special-box--content .content--text {
  padding-left: 1.875rem;
}
.is--ctl-rma .rma--checkbox.is--special-box .special-box--content .highlight-text {
  font-weight: bold;
  color: #f36903;
}
.is--ctl-rma .rma--checkbox.is--special-box .special-box--content small {
  font-size: 0.75rem;
  font-weight: normal;
  color: #9e9e9e;
}
.is--ctl-rma .rma--checkbox input {
  position: absolute;
  left: 4px;
  opacity: 0;
  cursor: pointer;
}
.is--ctl-rma .rma--checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid #f36903;
}
.is--ctl-rma .rma--checkbox:hover input ~ .checkmark {
  background-color: transparent;
}
.is--ctl-rma .rma--checkbox input:checked ~ .checkmark {
  background-color: #f36903;
}
.is--ctl-rma .rma--checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.is--ctl-rma .rma--checkbox input:checked ~ .checkmark:after {
  display: block;
}
.is--ctl-rma .rma--checkbox .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.is--ctl-rma label {
  font-weight: 300;
  font-size: 0.75rem;
  color: #565656;
}
.is--ctl-rma.is--act-step-1 .rma--radio-wrap {
  width: 30%;
  max-width: 120px;
}
.is--ctl-rma.is--act-step-1 .rma--radio {
  width: 100%;
  max-width: 120px;
}
.is--ctl-rma.is--act-step-1 .rma--radio-label {
  width: 100%;
  max-width: 120px;
}
@media all and (max-width: 30em) {
  .is--ctl-rma.is--act-step-1 .rma--radio-label {
    font-size: 0.5rem;
  }
}
.is--ctl-rma.is--act-step-1 .rma--radio-label.has--icon svg {
  width: 100%;
  max-width: 120px;
}
.is--ctl-rma.is--act-step-1 .rma--product-selection {
  width: 100%;
  max-width: 400px;
  border: 1px solid #eaeaea;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.is--ctl-rma.is--act-step-1 .rma--product-selection.is--loader {
  width: 100%;
  max-width: 400px;
  text-align: center;
}
.is--ctl-rma.is--act-step-1 .rma--product-selection.is--loader svg {
  margin-top: 10px;
}
.is--ctl-rma.is--act-step-1 .rma--product-selection.is--loader svg path,
.is--ctl-rma.is--act-step-1 .rma--product-selection.is--loader svg rect {
  fill: #f36903;
}
.is--ctl-rma.is--act-step-1 .rma--product-selection .rma--product-selection-title {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  font-weight: 300;
  font-size: 0.75rem;
  color: #565656;
  border-bottom: 1px solid #eaeaea;
}
.is--ctl-rma.is--act-step-1 .rma--product-selection .rma--radio-wrap {
  width: 100%;
  max-width: 400px;
  height: 60px;
  margin: 0;
  float: none;
}
.is--ctl-rma.is--act-step-1 .rma--product-selection .rma--radio-wrap .rma--radio-label {
  top: 0;
  width: 100%;
  max-width: 400px;
  height: 60px;
  padding: 10px;
  padding-left: 40px;
  line-height: 40px;
  text-align: left;
}
@media all and (min-width: 30em) {
  .is--ctl-rma.is--act-step-1 .rma--product-selection .rma--radio-wrap .rma--radio-label {
    padding-left: 60px;
  }
}
.is--ctl-rma.is--act-step-1 .rma--product-selection .rma--radio-wrap .rma--radio-label svg {
  width: 40px;
  margin-right: 10px;
  float: left;
}
.is--ctl-rma.is--act-step-1 .rma--product-selection .rma--radio-wrap .rma--radio {
  width: 100%;
  max-width: none;
  height: 60px;
  border: 0 none;
  border-bottom: 1px solid #eaeaea;
  border-radius: 3px;
  box-shadow: none;
}
.is--ctl-rma.is--act-step-1 .rma--product-selection .rma--radio-wrap .rma--radio:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  margin-top: 10px;
  margin-left: 10px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  border: 1px solid #eaeaea;
}
@media all and (min-width: 30em) {
  .is--ctl-rma.is--act-step-1 .rma--product-selection .rma--radio-wrap .rma--radio:before {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.is--ctl-rma.is--act-step-1 .rma--product-selection .rma--radio-wrap .rma--radio-label {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.is--ctl-rma.is--act-step-1 .rma--product-selection .rma--radio-wrap input:checked ~ .rma--radio:before {
  content: '\e60c';
  font-family: 'shopware';
  background: #2ecc71;
  border-color: #2ecc71;
}
.is--ctl-rma.is--act-step-1 input[type="submit"] {
  margin-top: 2.5rem;
  border-top: 1px solid #eaeaea;
}
.is--ctl-rma.is--act-step-2 {
  /*
    .flatpickr {
      height: 320px;
    }

    .flatpickr-input {
      visibility: hidden;
      height: 0;
      margin: 0;
    }

    .flatpickr-calendar {
      display: block;
      box-shadow: none;
      border: 1px solid #ececec;
      max-height: none;
      visibility: visible;
      opacity: 1;
      z-index: 1000;

      .flatpickr-month {
        border-bottom: 1px solid @border-color;
      }

      .flatpickr-weekday,
      .flatpickr-day {
        color: #232323;
      }

      .flatpickr-day {
        border-radius: 0;

        &.disabled {
          opacity: 0.4;
        }

        &.selected {
          color: #fff;
        }

        &:hover {
          background: fade(@brand-primary, 40%);
        }
      }
    }
    */
}
.is--ctl-rma.is--act-step-2 .rma--content {
  background: url('../../custom/plugins/MadRma/Resources/frontend/img/fox-service-auftrag-date.svg');
  background-size: 40% auto;
  background-position: right top;
  background-repeat: no-repeat;
}
.is--ctl-rma.is--act-step-2 .rma--radio-wrap {
  width: 100%;
  height: 100px;
}
.is--ctl-rma.is--act-step-2 .rma--radio-wrap .cat-icon {
  width: 6.25rem;
  height: 6.125rem;
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  float: left;
  border-right: 1px solid #eaeaea;
}
.is--ctl-rma.is--act-step-2 .rma--radio-wrap .cat-icon svg {
  width: 3.75rem;
  height: 3.75rem;
}
.is--ctl-rma.is--act-step-2 .rma--radio {
  width: 100%;
  height: 100px;
}
.is--ctl-rma.is--act-step-2 .rma--radio-label {
  position: relative;
  float: left;
  top: 0;
  left: 0;
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: calc(100% - 100px);
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 6.25rem;
  text-align: left;
}
.is--ctl-rma .rma--basket {
  position: relative;
  width: 100%;
  margin: 0rem 0rem 1.25rem 0rem;
  float: right;
  background: transparent;
}
@media all and (min-width: 64em) {
  .is--ctl-rma .rma--basket {
    width: 30%;
  }
}
@media all and (min-width: 64em) {
  .is--ctl-rma .rma--basket .rma--basket-container {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  .is--ctl-rma .rma--basket .rma--basket-container.is--active {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.is--ctl-rma .rma--basket .rma--basket-icon {
  display: none;
}
@media all and (min-width: 64em) {
  .is--ctl-rma .rma--basket .rma--basket-icon {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    height: 0;
    width: 5rem;
    height: 2.5rem;
    float: right;
    overflow: hidden;
    color: #232323;
    background: #F4F4F4;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .is--ctl-rma .rma--basket .rma--basket-icon:after {
    content: "";
    display: table;
    clear: both;
  }
  .is--ctl-rma .rma--basket .rma--basket-icon.is--active {
    width: 2.5rem;
  }
  .is--ctl-rma .rma--basket .rma--basket-icon .icon--menu {
    width: 2.5rem;
    height: 2.5rem;
    float: left;
    line-height: 2.5rem;
    text-align: center;
  }
  .is--ctl-rma .rma--basket .rma--basket-icon .rma--basket-pagination {
    width: 2.5rem;
    height: 2.5rem;
    float: left;
    font-weight: bold;
    line-height: 2.5rem;
    text-align: center;
    border-left: 1px solid #eaeaea;
    opacity: 0.8;
  }
}
.is--ctl-rma .rma--basket .rma--basket-title {
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #232323;
  background: #F4F4F4;
}
.is--ctl-rma .rma--basket .rma--basket-title .small {
  font-size: 0.75rem;
  text-transform: none;
  opacity: 0.8;
}
.is--ctl-rma .rma--basket .rma--basket-item {
  position: relative;
  padding: 0.5rem 0.125rem 0.5rem 0.125rem;
  margin: 0.625rem 1.25rem 0rem 1.25rem;
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #232323;
  border: 1px solid #eaeaea;
}
@media all and (min-width: 64em) {
  .is--ctl-rma .rma--basket .rma--basket-item {
    margin: 0.625rem 1.25rem 0rem 0rem;
  }
}
.is--ctl-rma .rma--basket .rma--basket-item li {
  list-style-type: none;
  padding: 2px 6px;
  margin: 2px 0;
}
.is--ctl-rma .rma--basket .rma--basket-item .rma--delete {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  cursor: pointer;
}
.is--ctl-rma .rma--basket .rma--basket-item .rma--delete a {
  color: #232323;
}
.is--ctl-rma .rma--basket .rma--basket-item .rma--delete a:hover {
  color: #f36903;
}
.is--ctl-rma .rma--basket .rma--basket-item .rma--type {
  line-height: 1.375rem;
  font-weight: bold;
  text-transform: uppercase;
}
.is--ctl-rma .rma--basket .rma--basket-item .rma--gart,
.is--ctl-rma .rma--basket .rma--basket-item .rma--article,
.is--ctl-rma .rma--basket .rma--basket-item .rma--error {
  opacity: 0.8;
}
.is--ctl-rma .rma--basket .rma--basket-item li.rma--error {
  display: none;
  margin: 0.625rem 0rem 0.625rem 0rem;
  background: transparent;
}
.is--ctl-rma .rma--basket .rma--basket-item li.rma--error.is--active {
  display: block;
}
.is--ctl-rma .rma--basket .rma--basket-item .rma--media {
  display: none;
  font-weight: bold;
  white-space: nowrap;
  color: #2ecc71;
  opacity: 1;
}
.is--ctl-rma .rma--basket .rma--basket-item .rma--media.is--active {
  display: block;
}
.is--ctl-rma .rma--basket .rma--basket-item .rma--media a {
  display: block;
  margin: -0.125rem 0rem 0rem 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  text-decoration: underline;
  color: #232323;
  opacity: 0.8;
}
.is--ctl-rma .rma--basket .rma--basket-item .rma--more a {
  display: block;
  text-decoration: underline;
  margin: 0.625rem 0rem 0rem 0rem;
  cursor: pointer;
}
.is--ctl-rma.is--act-rma-confirm h3 {
  margin: 0rem 0rem 1.25rem 0rem;
  font-size: 1rem;
  font-weight: normal;
  color: #232323;
}
.is--ctl-rma.is--act-rma-confirm h3 strong {
  font-family: "vista-slab", serif;
}
@media all and (min-width: 48em) {
  .is--ctl-rma.is--act-rma-confirm h3 {
    font-size: 1.375rem;
  }
}
.is--ctl-rma.is--act-rma-confirm .rma--content {
  background: transparent;
}
.is--ctl-rma.is--act-rma-confirm .rma--content .content--address {
  padding: 0rem 0rem 1.25rem 0rem;
  margin: 0rem 0rem 1.25rem 0rem;
  border-bottom: 1px solid #eaeaea;
}
.is--ctl-rma.is--act-rma-confirm .rma--content .content--address .address-select {
  margin: 0rem 0rem 0.625rem 0rem;
}
.is--ctl-rma.is--act-rma-confirm .rma--content .content--address .address--add {
  margin: 1.25rem 0rem 0rem 0rem;
}
.is--ctl-rma.is--act-rma-confirm .rma--content .sublime {
  font-size: 0.75rem;
  margin-top: -20px;
  color: #92999D;
}
.is--ctl-rma.is--act-rma-confirm .rma--content ul.rma--finish-list {
  width: 50%;
}
.is--ctl-rma.is--act-rma-confirm .rma--content ul.rma--finish-list li {
  list-style-type: none;
  font-size: 0.75rem;
  color: #232323;
  opacity: 0.8;
}
.is--ctl-rma.is--act-rma-confirm .rma--content ul.rma--finish-list li.rma--type {
  text-transform: uppercase;
  opacity: 1;
}
.is--ctl-rma.is--act-rma-confirm .rma--content ul.rma--finish-list li.rma--error {
  margin: 1.25rem 0rem 1.25rem 0rem;
}
.is--ctl-rma.is--act-rma-confirm .rma--content ul.rma--finish-list li.rma--media {
  font-weight: bold;
  color: #2ecc71;
  opacity: 1;
}
.is--ctl-rma.is--act-rma-confirm .rma--content ul.rma--finish-list li.rma--media a {
  margin: 0rem 0rem 0rem 0.5rem;
  font-size: 0.75rem;
  font-weight: normal;
  text-decoration: underline;
  color: #232323;
  opacity: 0.8;
}
.is--ctl-rma.is--act-rma-confirm .rma--content .rma--basket {
  width: 100%;
  margin: 0;
}
.is--ctl-rma.is--act-rma-confirm .rma--content .rma--basket .rma--basket-item {
  margin: 0rem 0rem 0.625rem 0rem;
}
.is--ctl-rma.is--act-rma-confirm .rma--content .rma--basket .rma--basket-item:last-of-type {
  margin: 0;
}
.is--ctl-rma.is--act-rma-confirm .rma--finish-btn-container {
  margin: 2.5rem 0rem 0rem 0rem;
}
.is--ctl-rma.is--act-rma-confirm .rma--finish-btn-container:after {
  content: "";
  display: table;
  clear: both;
}
.is--ctl-rma.is--act-rma-confirm .rma--finish-btn-container .btn {
  width: 100%;
  padding: 0;
  margin: 0rem 0rem 0.625rem 0rem;
  float: left;
  font-size: 0.75rem;
  line-height: 2rem;
  color: #323232;
  background: transparent;
  border: 2px solid #f36903;
}
@media all and (min-width: 30em) {
  .is--ctl-rma.is--act-rma-confirm .rma--finish-btn-container .btn {
    width: 45%;
    margin: 0;
  }
}
@media all and (min-width: 48em) {
  .is--ctl-rma.is--act-rma-confirm .rma--finish-btn-container .btn {
    font-size: 0.875rem;
  }
}
.is--ctl-rma.is--act-rma-confirm .rma--finish-btn-container .btn.btn--primary {
  float: right;
}
.is--ctl-rma.is--act-rma-confirm .fieldset {
  margin-bottom: 20px;
}
.is--ctl-rma.is--act-rma-confirm .fieldset textarea {
  background: #f4f4f4;
  border: 1px solid #bdb0a1;
  color: #4F5459;
  padding: 0 20px 0 20px;
  width: 100%;
  font-size: 11px;
}
.is--ctl-rma.is--act-rma-confirm .fieldset.checkboxes {
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}
.is--ctl-rma.is--act-rma-confirm p.text-label {
  margin-bottom: 0;
}
.is--ctl-rma.is--act-rma-confirm .select-field {
  width: 100%;
  max-width: none;
}
.is--ctl-rma.is--act-rma-confirm .select-field select {
  width: 100%;
  max-width: none;
  background: #f4f4f4;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #bdb0a1;
  color: #4F5459;
  font-weight: 400;
  text-transform: uppercase;
  font-style: normal;
  padding-left: 10px;
  font-size: 11px;
}
.is--ctl-rma .rma--finish-container {
  padding: 2.5rem 0.625rem 2.5rem 0.625rem;
}
@media all and (min-width: 30em) {
  .is--ctl-rma .rma--finish-container {
    padding: 2.5rem 2.5rem 2.5rem 2.5rem;
  }
}
@media all and (min-width: 64em) {
  .is--ctl-rma .rma--finish-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
}
@media all and (min-width: 64em) {
  .is--ctl-rma .rma--finish-container img {
    width: 50%;
    height: 30rem;
    float: left;
  }
}
.is--ctl-rma .rma--finish-container .rma--finish-container-text {
  font-weight: 300;
}
.is--ctl-rma .rma--finish-container .rma--finish-container-text p,
.is--ctl-rma .rma--finish-container .rma--finish-container-text ol,
.is--ctl-rma .rma--finish-container .rma--finish-container-text ul {
  font-size: 0.75rem;
  color: #92999D;
}
.is--ctl-rma .rma--finish-container .rma--finish-container-text .btn {
  width: 100%;
  max-width: 320px;
  padding: 0;
  margin: 0rem 0rem 0.625rem 0rem;
  font-size: 0.75rem;
  line-height: 2rem;
  color: #323232;
  background: transparent;
  border: 2px solid #f36903;
}
.is--ctl-rma .rma--finish-container .rma--finish-container-text .btn:hover {
  background: transparent;
}
.is--ctl-rma .rma--finish-container h3 {
  margin: 0rem 0rem 1.25rem 0rem;
  font-size: 1rem;
  font-weight: normal;
  color: #232323;
}
.is--ctl-rma .rma--finish-container h3 strong {
  display: block;
  font-family: "vista-slab", serif;
}
.is--ctl-rma .rma--finish-container h3 .small {
  font-size: 1rem;
  opacity: 0.8;
}
@media all and (min-width: 48em) {
  .is--ctl-rma .rma--finish-container h3 {
    font-size: 1.375rem;
  }
}
.body--rma-at .at--info-text {
  color: #2e2e2e;
}
.body--rma-at #serviceFormulare .item {
  float: left;
  width: 100%;
  margin: 0 0 20px;
}
@media all and (min-width: 78.75em) {
  .body--rma-at #serviceFormulare .item {
    width: 50%;
    padding: 0 0 20px 0;
  }
}
.body--rma-at #serviceFormulare .item .content {
  background: #dddddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 20px;
}
.body--rma-at #serviceFormulare .item .content .right {
  float: left;
  width: 70%;
}
@media all and (min-width: 48em) {
  .body--rma-at #serviceFormulare .item .content .right {
    width: 75%;
  }
}
.body--rma-at #serviceFormulare .item .content .right span {
  display: block;
}
.body--rma-at #serviceFormulare .item .content .right .subTitle {
  font-size: 12px;
  color: #2e3033;
  text-transform: uppercase;
  font-weight: 300;
}
@media all and (min-width: 48em) {
  .body--rma-at #serviceFormulare .item .content .right .subTitle {
    font-size: 14px;
    margin: 20px 0 0;
  }
}
.body--rma-at #serviceFormulare .item .content .right .title {
  font-weight: 600;
  font-size: 12px;
  color: #2e3033;
  text-transform: uppercase;
}
@media all and (min-width: 48em) {
  .body--rma-at #serviceFormulare .item .content .right .title {
    font-size: 14px;
  }
}
.body--rma-at #serviceFormulare .item .content .right p {
  color: #818181;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 12px;
  margin: 10px 0 20px;
  font-weight: 300;
}
@media all and (min-width: 48em) {
  .body--rma-at #serviceFormulare .item .content .right p {
    font-size: 12px;
    line-height: 14px;
  }
}
.body--rma-at #serviceFormulare .item .content .right .btn {
  float: none;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  background: #28d43c;
  color: #FFF;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 5px;
  max-width: 300px;
}
@media all and (min-width: 48em) {
  .body--rma-at #serviceFormulare .item .content .right .btn {
    height: 42px;
    line-height: 42px;
    font-size: 12px;
    padding: 0 20px;
  }
}
.body--rma-at #serviceFormulare .item .content .right .btn:hover {
  background: #f36903;
}
.body--rma-at #serviceFormulare .item .content .left {
  float: left;
  width: 20%;
  position: relative;
}
@media all and (min-width: 48em) {
  .body--rma-at #serviceFormulare .item .content .left {
    width: 25%;
  }
}
.body--rma-at #serviceFormulare .item .content .left .country {
  color: #cdcdcd;
}
.body--rma-at #serviceFormulare .item .content .left .country .icon-germany {
  width: 90%;
  height: auto;
}
.body--rma-at #serviceFormulare .item .content .left .country .icon-austria {
  width: 90%;
  height: auto;
}
.body--rma-at #serviceFormulare .item .content .left i {
  position: absolute;
  top: 0px;
  left: 30%;
  z-index: 10;
}
.body--rma-at #serviceFormulare .item .content .left i .icon-download {
  width: 50%;
  height: auto;
  color: #f36903;
}
/*
** Counter alert
*/
.alert--counter {
  margin-bottom: 20px;
}
/*
** Modal
*/
.rma--modal-title {
  font-family: "vista-slab", serif;
  font-size: 1.125rem !important;
}
.rma--modal-body {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  color: #92999D;
}
.rma--modal-buttons {
  margin-top: 20px;
}
.rma--modal-buttons .btn {
  width: 100%;
  padding: 0;
  margin: 0rem 0rem 0.625rem 0rem;
  font-size: 0.75rem;
  line-height: 2rem;
  color: #323232;
  background: transparent;
  border: 2px solid #f36903;
}
.rma--modal-buttons .btn:hover {
  background: transparent;
}
@font-face {
  font-family: 'pignose-calendar-icon';
  src: url("../../custom/plugins/MadRma/Resources/frontend/fonts/pignose.calendar.eot?gpa4vl");
  src: url("../../custom/plugins/MadRma/Resources/frontend/fonts/pignose.calendar.eot?gpa4vl#iefix") format('embedded-opentype'), url("../../custom/plugins/MadRma/Resources/frontend/fonts/pignose.calendar.ttf?gpa4vl") format('truetype'), url("../../custom/plugins/MadRma/Resources/frontend/fonts/pignose.calendar.woff?gpa4vl") format('woff'), url("../../custom/plugins/MadRma/Resources/frontend/fonts/pignose.calendar.svg?gpa4vl#pignose.calendar") format('svg');
  font-weight: normal;
  font-style: normal;
}
.pignose-calendar .icon-arrow-left,
.pignose-calendar .icon-arrow-right {
  font-family: 'pignose-calendar-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.pignose-calendar .icon-arrow-left:before {
  content: '\e90b';
}
.pignose-calendar .icon-arrow-right:before {
  content: '\e90a';
}
.pignose-calendar-wrapper {
  display: none;
  position: fixed;
  width: 80%;
  max-width: 360px;
  top: 50%;
  left: 50%;
  border-radius: 2px;
  z-index: 50001;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 16px #000000;
  box-shadow: 0 4px 16px #000000;
  -webkit-transform: translate3d(0, 160px, 0);
  transform: translate3d(0, 160px, 0);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.5s ease-out;
  transition: opacity 0.3s ease, -webkit-transform 0.5s ease-out;
  transition: opacity 0.3s ease, transform 0.5s ease-out;
  transition: opacity 0.3s ease, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
.pignose-calendar-wrapper.pignose-calendar-wrapper-active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pignose-calendar-wrapper .pignose-calendar {
  max-width: auto;
  width: 100%;
  border: none;
}
.pignose-calendar-wrapper .pignose-calendar .pignose-calendar-button-group {
  border-top: 1px solid #e2e2e2;
  overflow: hidden;
}
.pignose-calendar-wrapper .pignose-calendar .pignose-calendar-button-group .pignose-calendar-button {
  width: 50%;
  display: block;
  float: left;
  height: 3.2em;
  text-align: center;
  line-height: 3.2em;
  color: #333333;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pignose-calendar-wrapper .pignose-calendar .pignose-calendar-button-group .pignose-calendar-button:hover {
  background-color: #efefef;
}
.pignose-calendar-wrapper .pignose-calendar .pignose-calendar-button-group .pignose-calendar-button-apply {
  color: #ffffff;
  background-color: #2fabb7;
}
.pignose-calendar-wrapper .pignose-calendar .pignose-calendar-button-group .pignose-calendar-button-apply:hover {
  background-color: #49c4d0;
}
.pignose-calendar-wrapper-overlay {
  background-color: #000000;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 50000;
}
.pignose-calendar-wrapper-overlay.pignose-calendar-wrapper-overlay-active {
  opacity: 0.7;
}
.pignose-calendar {
  width: 80%;
  max-width: 360px;
  background-color: #ffffff;
  border: 1px solid #d8d8d8;
  font-size: 100%;
  margin: 0 auto;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
}
.pignose-calendar .pignose-calendar-top {
  padding: 2.6em 0;
  background-color: #fafafa;
  border-bottom: 1px solid #e2e2e2;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  position: relative;
  overflow: hidden;
}
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-date {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.8em 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-year,
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-month {
  display: block;
  text-align: center;
}
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-year {
  font-size: 115%;
  color: rgba(0, 0, 0, 0.5);
}
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-month {
  margin-bottom: 0.4em;
  font-size: 130%;
  font-weight: 600;
}
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav {
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  position: relative;
  z-index: 5;
  text-decoration: none;
}
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav .pignose-calendar-top-value {
  display: inline-block;
  color: #777777;
  font-size: 115%;
  font-weight: 600;
  vertical-align: middle;
  margin-top: -10px;
}
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav .pignose-calendar-top-icon {
  color: #555555;
  font-size: 160%;
}
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-prev {
  float: left;
  margin-left: 1.6em;
}
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-prev .pignose-calendar-top-value {
  margin-left: 0.2em;
}
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-next {
  float: right;
  margin-right: 1.6em;
}
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-next .pignose-calendar-top-value {
  margin-right: 0.2em;
}
.pignose-calendar .pignose-calendar-header {
  padding: 0 1.2em;
  margin-top: 1.2em;
  font-weight: 600;
  overflow: hidden;
}
.pignose-calendar .pignose-calendar-header .pignose-calendar-week {
  float: left;
  width: 14.28%;
  height: 2.8em;
  text-align: center;
  line-height: 2.8em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pignose-calendar .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sun,
.pignose-calendar .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sat {
  color: #fa4832;
}
.pignose-calendar .pignose-calendar-header .pignose-calendar-week:last-child {
  width: 14.32%;
}
.pignose-calendar .pignose-calendar-body {
  padding: 1.2em;
}
.pignose-calendar .pignose-calendar-body .pignose-calendar-row {
  overflow: hidden;
}
.pignose-calendar .pignose-calendar-unit {
  float: left;
  display: block;
  height: 3.8em;
  width: 14.28%;
  text-align: center;
  line-height: 2.8em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pignose-calendar .pignose-calendar-unit:last-child {
  width: 14.32%;
}
.pignose-calendar .pignose-calendar-unit .pignose-calendar-button-schedule-container {
  line-height: 0.5em;
}
.pignose-calendar .pignose-calendar-unit .pignose-calendar-button-schedule-container .pignose-calendar-button-schedule-pin {
  display: inline-block;
  background-color: #777777;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  margin-right: 0.2em;
}
.pignose-calendar .pignose-calendar-unit .pignose-calendar-button-schedule-container .pignose-calendar-button-schedule-pin:last-child {
  margin-right: 0;
}
.pignose-calendar .pignose-calendar-unit a {
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  border-radius: 50%;
  color: #49c4d0;
  line-height: 2.4em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.pignose-calendar .pignose-calendar-unit a:active {
  background-color: #d8d8d8;
}
.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-disabled a {
  opacity: 0.5;
  background-color: #efefef;
}
.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-active a {
  background-color: #2fabb7;
  color: #ffffff;
  font-weight: 600;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-active.pignose-calendar-unit-sun a,
.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-active.pignose-calendar-unit-sat a {
  color: #ffffff;
}
.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-range a {
  background-color: #efefef;
  border-radius: 0;
  width: 100%;
}
.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-range.pignose-calendar-unit-disabled a {
  color: #b2b9bb;
  background-color: #e1e1e1;
}
.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-range.pignose-calendar-unit-range-first a {
  border-top-left-radius: 1.2em;
  border-bottom-left-radius: 1.2em;
}
.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-range.pignose-calendar-unit-range-last a {
  border-top-right-radius: 1.2em;
  border-bottom-right-radius: 1.2em;
}
.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-sun a,
.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-sat a {
  color: #fa4832;
}
.pignose-calendar.pignose-calendar-default .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-toggle-active a {
  color: #cccccc !important;
}
.pignose-calendar.pignose-calendar-default.pignose-calendar-reverse .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-toggle-inactive a {
  color: #cccccc !important;
}
.pignose-calendar.pignose-calendar-dark {
  border-color: #323537;
  background-color: #4b4f51;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
}
.pignose-calendar.pignose-calendar-dark .pignose-calendar-top {
  background-color: #3f4244;
  border-bottom-color: #323537;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.175);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.175);
}
.pignose-calendar.pignose-calendar-dark .pignose-calendar-top .pignose-calendar-top-month {
  color: #ffffff;
}
.pignose-calendar.pignose-calendar-dark .pignose-calendar-top .pignose-calendar-top-year {
  color: #bdc2c5;
}
.pignose-calendar.pignose-calendar-dark .pignose-calendar-top .pignose-calendar-top-nav .pignose-calendar-top-value {
  color: #a2a9ab;
}
.pignose-calendar.pignose-calendar-dark .pignose-calendar-top .pignose-calendar-top-nav .pignose-calendar-top-icon {
  color: #a2a9ab;
}
.pignose-calendar.pignose-calendar-dark .pignose-calendar-header .pignose-calendar-week {
  color: #bdc2c5;
}
.pignose-calendar.pignose-calendar-dark .pignose-calendar-header.pignose-calendar-week-sun,
.pignose-calendar.pignose-calendar-dark .pignose-calendar-header.pignose-calendar-week-sat {
  color: #ff6060;
}
.pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit a {
  color: #51cfd2;
}
.pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-sun a,
.pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-sat a {
  color: #ff6060;
}
.pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-disabled a {
  color: #868e8f;
  background-color: #5d6365;
}
.pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-active a {
  color: #ffffff;
  background-color: #31bbbf;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
}
.pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-toggle a {
  color: #8b8f94;
}
.pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-range a {
  background-color: #5a5d62;
}
.pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-range.pignose-calendar-unit-disabled a {
  color: #727a7c;
  background-color: #4f5558;
}
.pignose-calendar.pignose-calendar-dark .pignose-calendar-button-group {
  border-top: 1px solid #323537;
  overflow: hidden;
}
.pignose-calendar.pignose-calendar-dark .pignose-calendar-button-group .pignose-calendar-button {
  color: #ffffff;
}
.pignose-calendar.pignose-calendar-dark .pignose-calendar-button-group .pignose-calendar-button:hover {
  background-color: #5a5d62;
}
.pignose-calendar.pignose-calendar-dark .pignose-calendar-button-group .pignose-calendar-button-apply {
  color: #ffffff;
  background-color: #31bbbf;
}
.pignose-calendar.pignose-calendar-blue {
  background-color: #fafafa;
}
.pignose-calendar.pignose-calendar-blue .pignose-calendar-top {
  background-color: #009fe3;
  border-bottom-color: #e1e1e1;
}
.pignose-calendar.pignose-calendar-blue .pignose-calendar-top .pignose-calendar-top-month {
  color: #ffffff;
}
.pignose-calendar.pignose-calendar-blue .pignose-calendar-top .pignose-calendar-top-year {
  color: #ffffff;
}
.pignose-calendar.pignose-calendar-blue .pignose-calendar-top .pignose-calendar-top-nav .pignose-calendar-top-value {
  color: #ffffff;
}
.pignose-calendar.pignose-calendar-blue .pignose-calendar-top .pignose-calendar-top-nav .pignose-calendar-top-icon {
  color: #ffffff;
}
.pignose-calendar.pignose-calendar-blue .pignose-calendar-header .pignose-calendar-week {
  color: #5c6270;
}
.pignose-calendar.pignose-calendar-blue .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sun,
.pignose-calendar.pignose-calendar-blue .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sat {
  color: #fa4832;
}
.pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit a {
  color: #5c6270;
}
.pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-sun a,
.pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-sat a {
  color: #fa4832;
}
.pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-disabled a {
  background-color: #efefef;
}
.pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-active a {
  color: #ffffff;
  background-color: #009fe3;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
}
.pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-toggle a {
  color: #cccccc;
}
.pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-range a {
  background-color: #efefef;
}
.pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-range.pignose-calendar-unit-disabled a {
  background-color: #efefef;
}
.rma--calendar-hidden {
  display: none;
}
.rma--calendar .pignose-calendar {
  width: 100%;
  max-width: none;
  min-width: 280px;
  box-shadow: none;
}
.rma--calendar .pignose-calendar .pignose-calendar-top {
  box-shadow: none;
}
.rma--calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-month {
  color: #232323;
}
.rma--calendar .pignose-calendar .pignose-calendar-header .pignose-calendar-week {
  color: #232323 !important;
}
.rma--calendar .pignose-calendar .pignose-calendar-unit a {
  color: #f36903 !important;
  background-color: #f4f8fb !important;
}
.rma--calendar .pignose-calendar .pignose-calendar-unit a:hover {
  color: #fff !important;
  background-color: #f36903 !important;
}
.rma--calendar .pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-active a {
  color: #fff !important;
  background-color: #f36903 !important;
  box-shadow: none;
}
.rma--calendar .pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-disabled a {
  color: #dbdfe2 !important;
  background-color: transparent !important;
  opacity: 1 !important;
}
/*
** Animations
*/
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.visually-hidden {
  position: absolute !important;
  left: 50%;
  top: 50%;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.dropbox--wrap {
  position: relative;
  margin: 10px 0 40px 0;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 5px;
}
.dropbox--wrap:after {
  content: "";
  display: table;
  clear: both;
}
@media all and (min-width: 30em) {
  .dropbox--wrap {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    min-height: 164px;
  }
}
@media all and (min-width: 30em) {
  .dropbox--wrap.has--auto-height {
    height: auto;
  }
  .dropbox--wrap.has--auto-height .option--upload {
    min-height: 164px;
  }
}
.dropbox {
  position: relative;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 0 20px 0;
  float: left;
  text-align: center;
}
@media all and (min-width: 30em) {
  .dropbox {
    flex-direction: row;
    width: 100%;
    height: 100%;
    padding: 0;
    border-bottom: 0 none;
  }
}
.dropbox .upload--info {
  width: 100%;
  padding: 20px 0 0 0;
}
@media all and (min-width: 30em) {
  .dropbox .upload--info {
    padding: 0;
  }
}
.dropbox .upload--info .is--mobile {
  display: none;
}
.dropbox .upload--info .is--mobile.is--true {
  display: block;
}
.dropbox .upload--info .is--desktop {
  display: block;
}
.dropbox .upload--info .is--desktop.is--true {
  display: block;
}
.dropbox svg {
  width: 50px;
  height: 40px;
  margin: 0 auto 20px auto;
  color: #232323;
}
.dropbox .option--title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #232323;
}
.dropbox .option--desc {
  font-size: 0.75rem;
  color: #232323;
}
.dropbox .upload--preview {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 8px 10px;
}
@media all and (min-width: 30em) {
  .dropbox .upload--preview {
    width: 50%;
    margin: 0;
  }
}
.dropbox .upload--preview .preview--file {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.dropbox .upload--preview .preview--file .tri--remove-file {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  width: 32px;
  height: 32px;
  padding: 4px;
}
.dropbox .upload--preview .preview--file .tri--remove-file .icon--cross {
  width: 24px;
  height: 24px;
  padding: 5px;
  margin: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  border: 2px solid transparent;
  border-radius: 12px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.dropbox .upload--preview .preview--file .tri--remove-file .icon--cross:hover {
  border-color: #fff;
}
.dropbox .upload--preview .preview--file {
  position: relative;
  height: 100%;
}
.dropbox .upload--preview .preview--file .file_preview--item {
  position: relative;
  width: 100%;
  height: 32px;
  padding: 4px 24px 4px 8px;
  margin: 0 0 8px 0;
  overflow: hidden;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #fff;
  background: #fafafa;
  border-radius: 5px;
}
.dropbox .upload--preview .preview--file .file_preview--item:last-of-type {
  margin: 0;
}
.dropbox .upload--preview .preview--file .file_preview--item.item--img {
  height: 240px;
  min-height: 32px;
  padding: 0 0 0 0;
}
.dropbox .upload--preview .preview--file .file_preview--item.item--img span {
  position: absolute;
  display: block;
  width: 100%;
  height: 80px;
  padding: 4px 24px 0 32px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#369763+10,369763+40,369763+100&1+10,0.8+40,0+100 */
  background: -moz-linear-gradient(top, #369763 10%, rgba(54, 151, 99, 0.8) 40%, rgba(54, 151, 99, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #369763 10%, rgba(54, 151, 99, 0.8) 40%, rgba(54, 151, 99, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #369763 10%, rgba(54, 151, 99, 0.8) 40%, rgba(54, 151, 99, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#369763', endColorstr='#00369763', GradientType=0);
  /* IE6-9 */
}
.dropbox .upload--preview .preview--file .file_preview--item img {
  margin: 0 auto;
}
.dropbox .upload--preview .preview--file .file_preview--item span {
  padding: 0 0 0 24px;
}
.dropbox .upload--preview .preview--file .file_preview--item .tri--remove-file {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  width: 32px;
  height: 32px;
  padding: 4px;
}
.dropbox .upload--preview .preview--file .file_preview--item .tri--remove-file .icon--close {
  width: 24px;
  height: 24px;
  padding: 5px;
  margin: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  border: 2px solid transparent;
  border-radius: 12px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.dropbox .upload--preview .preview--file .file_preview--item .tri--remove-file .icon--close:hover {
  border-color: #fff;
}
.dropbox .upload--preview .preview--file .file_preview--item .icon--check {
  position: absolute;
  left: 4px;
  top: 4px;
  z-index: 10;
  width: 24px;
  height: 24px;
  padding: 5px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.dropbox .upload--response {
  width: 50%;
  color: #2ecc71;
}
.dropbox .upload--response .icon--check {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  margin: 0rem 0rem 1.25rem 0rem;
  border-radius: 20px;
  border: 1px solid #2ecc71;
}
.dropbox .upload--loader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
.dropbox .upload--loader.show {
  display: -webkit-flex;
  display: flex;
}
.emotion--teaser-box {
  display: block;
  background: #ffffff;
  border-right: 1px solid #eaeaea;
  transition: all 0.1s 0.1s ease-in-out;
  transition-property: border-color, transform, box-shadow;
}
.emotion--teaser-box:hover {
  position: relative;
  z-index: 1000;
  border-color: transparent;
  transform: scale(1.05);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
}
.emotion--teaser-box:hover .teaser-box--title {
  background: #000;
}
.emotion--teaser-box .teaser-box--icon {
  display: flex;
  align-items: center;
  height: 12.5rem;
}
@media all and (min-width: 30em) {
  .emotion--teaser-box .teaser-box--icon {
    height: 17.5rem;
  }
}
.emotion--teaser-box .teaser-box--icon svg {
  width: 100%;
  height: 3.75rem;
}
.emotion--teaser-box .teaser-box--icon svg.icon--hardware {
  height: 5rem;
}
.emotion--teaser-box .teaser-box--icon svg.icon--mudguard {
  height: 5.5rem;
}
.emotion--teaser-box .teaser-box--title {
  padding: 0.75rem 0.5rem 0.75rem 0.5rem;
  text-align: center;
  background: #1d1e20;
  color: #fff;
  transition: all 0.1s 0.1s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.topalert {
  display: none;
  position: fixed;
  top: 0rem;
  z-index: 9999;
  width: 100%;
  height: 5.75rem;
  min-width: 20rem;
  padding: 1.25rem 2.5rem 1.25rem 0.625rem;
  background: #fafafa;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media all and (min-width: 48em) {
  .topalert {
    padding: 1.25rem 3.75rem 1.25rem 0.625rem;
  }
}
@media all and (min-width: 64em) {
  .topalert {
    padding: 1.25rem 3.75rem 1.25rem 3.75rem;
  }
}
.topalert.fade-out {
  opacity: 0;
}
.topalert.show {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.topalert .topalert--text {
  display: inline-block;
  width: 100%;
  font-size: 0.625rem;
  line-height: 160%;
  color: #fff;
}
@media all and (min-width: 48em) {
  .topalert .topalert--text {
    text-align: center;
    font-weight: bold;
    font-size: 0.75rem;
  }
  .topalert .topalert--text .text--1,
  .topalert .topalert--text .text--2 {
    display: block;
  }
}
@media all and (min-width: 78.75em) {
  .topalert .topalert--text {
    font-size: 0.875rem;
  }
}
.topalert .close--icon {
  position: absolute;
  right: 0.625rem;
  top: 0.625rem;
  z-index: 2000;
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.25rem;
  text-align: center;
  border-radius: 15px;
  background-clip: padding-box;
  border: 3px solid #ffffff;
}
@media all and (min-width: 48em) {
  .topalert .close--icon {
    right: 1.25rem;
    top: 1.9375rem;
  }
}
.topalert .close--icon svg {
  position: relative;
  top: 2px;
  width: 0.5625rem;
  height: 0.5625rem;
}
.topalert--show .fixed-header {
  top: 5.625rem;
}
.topalert--show .page-wrap {
  margin-top: 5.625rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-storelocator .sidebar-main {
    display: none;
  }
  .is--ctl-storelocator .sidebar-main + .content--wrapper {
    margin: 0;
  }
}
/* Allgemein */
#storeLocator {
  display: inline-block;
  width: 100%;
  margin: 10px 0 0 0;
  /* Search / Filter */
  /* Store wrap */
  /* Map wrap */
}
#storeLocator #searchWrap {
  width: 100%;
  height: auto;
  margin: 0 0 10px;
  /* Search */
  /* Filter */
}
#storeLocator #searchWrap input.initial {
  color: gray;
  font-style: italic;
}
#storeLocator #searchWrap #searchOptions {
  width: 100%;
  height: auto;
  position: relative;
  float: left;
  border: 1px solid #dadae5;
  padding: 10px;
}
#storeLocator #searchWrap #searchOptions #radiusSelect {
  float: left;
  width: 100%;
}
#storeLocator #searchWrap #searchOptions #radiusSelect .js--fancy-select {
  width: 100%;
}
#storeLocator #searchWrap #searchOptions #countrySelect {
  float: left;
  width: 100%;
}
#storeLocator #searchWrap #searchOptions #countrySelect .js--fancy-select {
  width: 100%;
}
#storeLocator #searchWrap #searchOptions #storeSelect {
  position: relative;
  float: left;
  width: 100%;
}
#storeLocator #searchWrap #searchOptions #storeSelect .saveadd {
  width: 100%;
}
#storeLocator #searchWrap #searchOptions #storeSelect #orText {
  display: none;
}
#storeLocator #searchWrap #searchOptions #storeSelect input#autocomplete {
  padding-left: 23px;
}
#storeLocator #searchWrap #searchOptions #storeSelect img#storelocator-getgeolocation {
  position: absolute;
  top: 13px;
  left: 5px;
  cursor: pointer;
  display: none;
}
#storeLocator #searchWrap #searchOptions input {
  width: 100%;
  margin-bottom: 5px;
}
#storeLocator #searchWrap #storeFilter {
  width: 100%;
  height: auto;
  position: relative;
  float: left;
  margin: 10px 0 10px 0;
  border: 1px solid #dadae5;
  padding: 10px;
}
#storeLocator #searchWrap #storeFilter .js--fancy-select {
  width: 16.125rem;
}
#storeLocator #searchWrap #storeFilter .input_wrapper {
  width: 50%;
  float: left;
}
#storeLocator #searchWrap #storeFilter .filter_headline {
  font-weight: bold;
  width: 100%;
  margin-bottom: 5px;
}
#storeLocator #searchWrap #storeFilter .filter_wrapper {
  margin: 10px 0 10px 0;
}
#storeLocator #searchWrap #storeFilter input {
  margin-right: 2px;
}
#storeLocator .filterWrap .hlWrap h3 {
  margin: 0;
  padding: 0;
}
#storeLocator .filterWrap.is--supplier .itemsWrap .itemWrap {
  display: inline-block;
  width: 181px;
  height: 100px;
  margin: 0 10px 10px 0;
  padding: 10px;
  border: 1px solid #2e2e2e;
  cursor: pointer;
}
#storeLocator .filterWrap.is--supplier .itemsWrap .itemWrap.act {
  border-color: #f36903;
}
#storeLocator .filterWrap.is--supplier .itemsWrap .itemWrap .cElement {
  height: 100%;
  width: 100%;
  background: no-repeat center;
  background-size: contain;
  text-indent: -1000px;
  overflow: hidden;
}
#storeLocator .filterWrap.is--supplier .itemsWrap .itemWrap.active {
  border-color: #f36903;
}
#storeLocator #storeWrap {
  display: inline-block;
  height: auto;
  vertical-align: top;
  width: 100%;
  /* Breite für normale Ansicht */
}
#storeLocator #storeWrap.storelocator--50 {
  width: 49% !important;
}
#storeLocator #storeWrap .innerRight,
#storeLocator #storeWrap .innerLeft {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}
#storeLocator #storeWrap #itemsWrap {
  width: 100%;
  margin-bottom: 10px;
  display: inline-block;
}
#storeLocator #storeWrap #itemsWrap .itemWrap {
  padding: 15px;
  margin: 0 0 10px 0;
  /* Supplier in store detail */
}
#storeLocator #storeWrap #itemsWrap .itemWrap .innerRight,
#storeLocator #storeWrap #itemsWrap .itemWrap .innerLeft {
  width: 100%;
}
#storeLocator #storeWrap #itemsWrap .itemWrap .btn {
  margin-bottom: 10px;
}
#storeLocator #storeWrap #itemsWrap .itemWrap .btn i {
  font-size: 16px;
}
#storeLocator #storeWrap #itemsWrap .itemWrap .btn.NetiStoreLocatorContact i {
  font-size: 11px;
}
#storeLocator #storeWrap #itemsWrap .itemWrap .is--title {
  margin: 0 0 1em 0;
}
#storeLocator #storeWrap #itemsWrap .itemWrap .store-details p {
  margin: 0 0 0.5em;
}
#storeLocator #storeWrap #itemsWrap .itemWrap.featured {
  border-color: #f36903;
}
#storeLocator #storeWrap #itemsWrap .itemWrap.alwaysdisplay {
  border-width: 1px;
}
#storeLocator #storeWrap #itemsWrap .itemWrap .contactForm {
  display: none;
}
#storeLocator #storeWrap #itemsWrap .itemWrap .contactForm #storeLocatorBasicForm {
  display: block;
  padding: 10px 0;
}
#storeLocator #storeWrap #itemsWrap .itemWrap .contactForm #storeLocatorBasicForm div .js--fancy-select,
#storeLocator #storeWrap #itemsWrap .itemWrap .contactForm #storeLocatorBasicForm div input,
#storeLocator #storeWrap #itemsWrap .itemWrap .contactForm #storeLocatorBasicForm div textarea,
#storeLocator #storeWrap #itemsWrap .itemWrap .contactForm #storeLocatorBasicForm div button {
  width: 100%;
}
#storeLocator #storeWrap #itemsWrap .itemWrap .contactForm #storeLocatorBasicForm div input[type="checkbox"],
#storeLocator #storeWrap #itemsWrap .itemWrap .contactForm #storeLocatorBasicForm div input[type="radio"] {
  width: auto;
}
#storeLocator #storeWrap #itemsWrap .itemWrap .contactForm #storeLocatorBasicForm div input {
  margin-bottom: 5px;
}
#storeLocator #storeWrap #itemsWrap .itemWrap .distance p {
  text-align: right;
  color: lightGrey;
  margin: 0 0 0;
}
#storeLocator #storeWrap #itemsWrap .itemWrap .is--supplier {
  margin-bottom: 10px;
}
#storeLocator #storeWrap #itemsWrap .itemWrap .is--supplier .itemsWrap .itemWrap {
  display: inline-block;
  width: 130px;
  height: 70px;
  margin: 0 10px 10px 0;
  padding: 10px;
  border: 1px solid #2e2e2e;
}
#storeLocator #storeWrap #itemsWrap .itemWrap .is--supplier .itemsWrap .itemWrap .item {
  height: 100%;
  width: 100%;
  background: no-repeat center;
  background-size: contain;
  text-indent: -1000px;
  overflow: hidden;
}
#storeLocator #mapWrap {
  display: inline-block;
  height: 350px;
  vertical-align: top;
  width: 100%;
  float: right;
  margin-bottom: 10px;
}
#storeLocator #mapWrap #NetiStoreLocatorMap {
  height: 100%;
  width: 100%;
}
#storeLocator #mapWrap #NetiStoreLocatorMap .gm-style img {
  max-width: none;
  max-height: none;
}
#storeLocator #mapWrap #NetiStoreLocatorMap .storeLocator-mapItem {
  margin: 0;
  float: none;
  width: auto;
}
#storeLocator .mapFixed {
  margin-left: 23px;
  margin-top: 15px;
  position: fixed;
  top: 0;
}
#storeLocator .mapBottom {
  padding-bottom: 10px;
  vertical-align: bottom;
  float: none;
  margin: 0 0 0 19px;
}
#supplier--filter.input_wrapper {
  float: left;
  width: auto !important;
  margin: 0.1em;
}
#supplier--filter.input_wrapper input {
  float: left;
}
#supplier--filter.input_wrapper .storelocator--supplier--img {
  max-width: 100px;
  max-height: 50px;
  float: left;
}
/* StoreBusinessHours */
.netiShowAllBusinessHours {
  width: 222px;
  cursor: pointer;
  line-height: normal;
}
.netiBusinessHours.label_weekday {
  width: 25px;
  float: left;
  margin-right: 5px;
  display: inline-block;
}
.netiBusinessHours.label_weekday.wide {
  width: 100%;
  margin-top: 5px;
}
.netiBusinessHours.time_weekday {
  float: left;
  display: inline-block;
}
.storebusinesshours-modal .modal-dialog {
  width: 990px;
}
.netiStoreBusinessHours_modal {
  padding: 15px;
}
.netiStoreBusinessHours_modal .netiStoreBusinessHours_modal_weekdayswrapper {
  margin-top: 20px;
}
.netiStoreBusinessHours_modal .netiStoreBusinessHours_modal_left {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.netiStoreBusinessHours_modal .netiStoreBusinessHours_modal_right {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.netiStoreBusinessHours_modal .netiStoreBusinessHours_modal_right .holidays_wrapper {
  width: 100%;
  columns: 1;
  float: none;
}
.netiStoreBusinessHours_modal .netiStoreBusinessHours_modal_right .holidays_wrapper > div {
  margin-bottom: 10px;
}
/* Route */
.netiStoreLocator_route {
  margin: 10px;
  padding: 10px;
  border: 1px solid #dadae5;
}
.netiStoreLocator_route #netiStoreLocatorNaviInformations {
  height: auto;
}
.netiStoreLocator_route .route-row {
  padding-bottom: 10px;
  padding-left: 25px;
}
.netiStoreLocator_route .route-row span {
  display: inline-block;
  width: 25px;
  margin-left: -25px;
}
.netiStoreLocator_route h2 {
  margin: 0 0 10px 0;
}
.netiStoreLocator_route_waypoints {
  margin: 10px 0 10px 0;
  border-top: 1px solid #dadae5;
  padding: 10px;
}
.netiStoreLocator_route_information {
  width: 49%;
  display: inline-table;
}
.netiStoreLocator_route_information .netiStoreLocator_label_span {
  color: #AAA;
  font-size: 90%;
}
@media screen and (min-width: 30em) {
  #storeLocator .innerRight,
  #storeLocator .innerLeft {
    width: 49%;
  }
}
/* 768px */
@media screen and (min-width: 48em) {
  #storeLocator #storeWrap #itemsWrap .itemWrap .innerRight,
  #storeLocator #storeWrap #itemsWrap .itemWrap .innerLeft {
    width: 49%;
  }
  .netiBusinessHours.label_weekday.wide {
    margin-top: 0;
  }
  .netiStoreBusinessHours_modal .netiStoreBusinessHours_modal_left {
    width: 33%;
  }
  .netiStoreBusinessHours_modal .netiStoreBusinessHours_modal_right {
    width: 66%;
    padding-left: 10px;
  }
}
/* 1024px */
@media screen and (min-width: 64em) {
  #storeLocator #mapWrap {
    width: 49%;
    height: 500px;
    margin-bottom: 0;
  }
  #storeLocator .mapBottom {
    float: none !important;
    vertical-align: none !important;
  }
  #storeLocator #searchWrap #searchOptions #radiusSelect {
    width: auto;
  }
  #storeLocator #searchWrap #searchOptions #radiusSelect .js--fancy-select {
    width: 8em;
  }
  #storeLocator #searchWrap #searchOptions #countrySelect {
    width: auto;
    margin-left: 10px;
  }
  #storeLocator #searchWrap #searchOptions #countrySelect .js--fancy-select {
    width: 10em;
  }
  #storeLocator #searchWrap #searchOptions #storeSelect {
    position: relative;
    float: right;
    width: auto;
  }
  #storeLocator #searchWrap #searchOptions #storeSelect #orText {
    display: inline-block;
    float: none;
    margin-left: 5px;
  }
  #storeLocator #searchWrap #searchOptions #storeSelect .saveadd {
    width: auto;
  }
  #storeLocator #searchWrap #searchOptions input {
    width: 18.5em;
    margin-bottom: 0;
  }
  .netiBusinessHours.label_weekday.wide {
    margin-top: 5px;
  }
}
/* 1260px px */
@media screen and (min-width: 78.75em) {
  #storeLocator #mapWrap {
    width: 49%;
    height: 500px;
    margin-bottom: 0;
  }
  #storeLocator .mapBottom {
    float: none !important;
    vertical-align: bottom !important;
  }
  #storeLocator #searchWrap {
    height: auto;
    width: 100%;
    margin: 0 0 10px;
  }
  #storeLocator #searchWrap #searchOptions #countrySelect .js--fancy-select {
    width: 13em;
  }
  #storeLocator #searchWrap #searchOptions input {
    width: 24em;
  }
  #storeLocator #storeWrap #itemsWrap {
    height: auto;
    width: 100%;
  }
  .netiBusinessHours.label_weekday.wide {
    margin-top: 0;
  }
  .netiStoreBusinessHours_modal .netiStoreBusinessHours_modal_storewrapper {
    width: 50%;
    float: left;
  }
  .netiStoreBusinessHours_modal .netiStoreBusinessHours_modal_weekdayswrapper {
    width: 50%;
    float: left;
  }
  .netiStoreBusinessHours_modal .netiStoreBusinessHours_modal_right .holidays_wrapper {
    columns: 2;
  }
  .netiStoreBusinessHours_modal .netiStoreBusinessHours_modal_right .holidays_wrapper > div {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
  }
  .netiStoreBusinessHours_modal .netiStoreBusinessHours_modal_right .heading {
    background: none;
  }
  .netiStoreBusinessHours_modal .netiStoreBusinessHours_modal_right .heading h2 {
    padding-left: 0;
  }
}
/* StoreDetails */
@media screen and (min-width: 48em) {
  .is--ctl-storedetails .sidebar-main {
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .is--ctl-storedetails .sidebar-main + .content--wrapper {
    margin: 0;
  }
}
.storeLocatorDetails--content {
  padding-top: 30px;
}
.storeLocatorDetails--content .storeLocatorDetails--headline .is--title {
  width: 100%;
  margin: 15px 0px 5px 0px;
  font-size: 28px;
  line-height: 30px;
  float: left;
  border: 0 none;
}
.storeLocatorDetails--content .storeLocatorDetails--headline .is--storeImage {
  height: 50px;
  width: 100%;
  float: right;
  text-align: right;
  margin: 0;
}
.storeLocatorDetails--content .storeLocatorDetails--headline .is--storeImage img {
  display: inline-block;
}
.storeLocatorDetails--content .storeLocatorDetails--headline:after {
  content: '';
  clear: both;
  display: block;
}
.storeLocatorDetails--content .col-50-50 {
  margin-bottom: 30px;
}
.storeLocatorDetails--content .form--title,
.storeLocatorDetails--content .businesshoures--title {
  font-size: 18px;
  margin: 10px 0px 10px 0px;
  font-weight: bold;
}
.storeLocatorDetails--content .storeLocatorDetails--map {
  margin-bottom: 30px;
}
.storeLocatorDetails--content .storeLocatorBasicForm .contact-form-row textarea,
.storeLocatorDetails--content .storeLocatorBasicForm .contact-form-row input[type="text"],
.storeLocatorDetails--content .storeLocatorBasicForm .contact-form-row input[type="search"],
.storeLocatorDetails--content .storeLocatorBasicForm .contact-form-row input[type="password"],
.storeLocatorDetails--content .storeLocatorBasicForm .contact-form-row input[type="number"],
.storeLocatorDetails--content .storeLocatorBasicForm .contact-form-row input[type="email"],
.storeLocatorDetails--content .storeLocatorBasicForm .contact-form-row input[type="tel"] {
  width: 100%;
  margin-bottom: 10px;
}
.storeLocatorDetails--content .storeLocatorBasicForm .contact-form-row .js--fancy-select {
  width: 100%;
  margin-bottom: 3px;
}
.storeLocatorDetails--content .storeLocatorBasicForm .contact-form-row.field--copy {
  margin-bottom: 10px;
}
.storeLocatorDetails--content .storeLocatorBasicForm:after {
  content: '';
  display: block;
  clear: both;
}
.storeLocatorDetails--content .businessHours--details .collapse--header.is--active {
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #4b4b4b 100%);
  box-shadow: 0 1px 1px 0 rgba(236, 238, 241, 0.8);
  color: #f36903;
  border: 1px solid #f36903;
}
.storeLocatorDetails--content .businessHours--details .collapse--header span {
  font-size: 14px;
  font-weight: bold;
}
.storeLocatorDetails--content .businessHours--details .collapse--content {
  border: none;
  box-shadow: none;
  padding: 15px 0 0 20px;
}
.storeLocatorDetails--content .businessHours--details .collapse--content .netiStoreBusinessHours-weekdayswrapper .netiStoreBusinessHours-weekday--title {
  font-weight: bold;
  margin-bottom: 10px;
}
.storeLocatorDetails--content .is--supplier .itemsWrap .itemWrap {
  display: inline-block;
  width: 130px;
  height: 70px;
  margin: 0 10px 10px 0;
  padding: 10px;
  border: 1px solid #dadae5;
}
.storeLocatorDetails--content .is--supplier .itemsWrap .itemWrap .item {
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: contain;
  text-indent: -9999px;
  background-repeat: no-repeat;
}
.storeLocatorDetails--content .reference--panel {
  width: 100%;
}
.storeLocatorDetails--content .reference--panel .reference--content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.storeLocatorDetails--content .reference--panel .reference--content .product--box {
  float: none;
  padding: 0;
  width: 100%;
}
.storeLocatorDetails--content .reference--panel .reference--content .product--box .box--content {
  border: none;
}
@media screen and (min-width: 30em) {
  .storeLocatorDetails--content .reference--panel .reference--content .product--box {
    width: 50%;
  }
}
@media screen and (min-width: 48em) {
  .storeLocatorDetails--content .storeLocatorDetails--headline .is--title {
    width: 80%;
    margin: 34px 0px 20px 0px;
  }
  .storeLocatorDetails--content .storeLocatorDetails--headline .is--storeImage {
    height: 70px;
    width: 20%;
  }
  .storeLocatorDetails--content .storeLocatorDetails--content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .storeLocatorDetails--content .col-50-50 {
    width: 50%;
    padding: 0 10px;
  }
  .storeLocatorDetails--content .reference--panel .reference--content .product--box {
    width: 33.333%;
  }
}
@media screen and (min-width: 64em) {
  .storeLocatorDetails--content .reference--panel .reference--content .product--box {
    width: 25%;
  }
}
.is--ctl-storeconsent.is--act-index .sidebar--categories-navigation {
  display: none;
}
.is--ctl-storeconsent.is--act-index .store-locator-consent form {
  margin: -10px -5px;
}
.is--ctl-storeconsent.is--act-index .store-locator-consent form button {
  margin: 10px 5px;
}
@media screen and (min-width: 48em) {
  .is--ctl-Bundle .sidebar-main + .content--wrapper,
  .is--ctl-bundle .sidebar-main + .content--wrapper {
    margin-left: 16.25rem;
  }
}
@media screen and (min-width: 48em) {
  .is--ctl-bundle .sidebar-main {
    display: block;
  }
}
.bundle--teaser-text {
  padding: 0.625rem;
}
.bundle--panel {
  margin-bottom: 0.625rem;
}
.bundle--panel .bundle--panel-header {
  margin: 0rem 0.625rem 0rem 0.625rem;
  padding: 0.625rem 3.4375rem 0.625rem 0rem;
  color: #d30909;
  position: relative;
}
.bundle--panel .header--icon {
  padding: 0.3125rem 0.5rem 0.3125rem 0.5rem;
  right: 0.625rem;
  top: 1.25rem;
  border-radius: 3px;
  background-clip: padding-box;
  color: #ffffff;
  background-color: #d30909;
  border: 1px solid #d30909;
  position: absolute;
  display: inline-block;
}
.bundle--panel .product-slider--container.is--horizontal {
  padding: 0;
  display: inline;
  width: 0;
  height: 0;
}
.bundle--panel .image--slider-content {
  height: 8.125rem;
  position: relative;
}
.bundle--panel .content--image-slider {
  height: 8.125rem;
  overflow: hidden;
}
.bundle--panel .bundle--image-slider-container {
  height: 8.125rem;
  position: absolute;
}
.bundle--panel .product--image {
  height: 6.25rem;
  border: 1px solid #eaeaea;
}
.bundle--panel .bundle--container-item {
  width: 6.25rem;
  height: 6.25rem;
  margin: 0.9375rem 0.9375rem 0.9375rem 0.9375rem;
  font-size: 1rem;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  top: 0;
  left: 0;
  text-align: center;
  float: left;
}
.bundle--panel .product-slider--item {
  height: 3.75rem;
  overflow: visible;
}
.bundle--panel .image--media img {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.bundle--panel .item--separator {
  font-size: 1.25rem;
  left: -1.5625rem;
  color: #ad1200;
  position: absolute;
  top: 40%;
}
.bundle--panel .item--separator.is--last {
  display: none;
}
.bundle--panel .product-slider--arrow {
  font-size: 14px;
}
.bundle--panel .product-slider--arrow.arrow--prev {
  left: -11px;
}
.bundle--panel .product-slider--arrow.arrow--next {
  right: -11px;
}
.bundle--panel .price--value-bundle-price {
  font-size: 1.125rem;
}
.bundle--panel .price--value-bundle-price,
.bundle--panel .price--value-bundle-star {
  color: #f36903;
}
.bundle--panel .price--value-regular-price {
  font-size: 0.75rem;
}
.bundle--panel .container--price-text {
  font-size: 1rem;
}
.bundle--panel .delivery-time--container {
  font-size: 0.75rem;
}
.bundle--panel .content--cart-button {
  padding: 0.625rem 0rem 0.625rem 0rem;
}
.bundle--panel .content--cart-button .btn {
  width: 100%;
}
.bundle--panel .js--hide-bundle-header,
.bundle--panel .js--hide-bundle-footer,
.bundle--panel .js--hide-bundle {
  display: none;
}
.bundle--panel .js--bundle-products-add-margin {
  margin-top: 1.25rem;
}
.bundle--panel .products--header,
.bundle--panel .products--footer {
  font-size: 0.875rem;
  margin: 0.3125rem 0rem 0rem 0rem;
  color: #a87f40;
  text-align: right;
  cursor: pointer;
  font-weight: 700;
}
.bundle--panel .products--header i,
.bundle--panel .products--footer i {
  font-size: 0.375rem;
  padding-left: 0.3125rem;
}
.bundle--panel .detail--wrapper {
  margin-bottom: 0.625rem;
  clear: left;
}
.bundle--panel .selective--product {
  margin-left: 2.5rem;
}
.bundle--panel .bundle--product-checkbox {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1.25rem;
  padding: 0.0625rem;
  border-radius: 3px;
  background-clip: padding-box;
  display: inline-block;
  position: relative;
  border: 1px solid #eaeaea;
  cursor: pointer;
  float: left;
  overflow: hidden;
}
.bundle--panel .bundle--product-checkbox:hover {
  border-color: #f36903;
}
.bundle--panel .bundle--product-checkbox input[type="checkbox"] {
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0 none;
  background: none;
  cursor: pointer;
  z-index: 65;
}
.bundle--panel .bundle--product-checkbox input[type="checkbox"]:checked ~ .checkbox--state {
  background-color: #ff8a34;
  background-image: linear-gradient(to bottom, #ff8a34 0%, #f36903 100%);
}
.bundle--panel .bundle--product-checkbox input[type="checkbox"]:checked ~ .checkbox--state:before {
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.4375rem;
  display: block;
  font-family: 'shopware';
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  content: "\e60c";
}
.bundle--panel .bundle--product-checkbox input[type="checkbox"]:checked ~ .filter-panel--label {
  color: #f36903;
  font-weight: 700;
}
.bundle--panel .bundle--product-checkbox input[type="checkbox"]:disabled .checkbox--state {
  background: #f5efeb;
}
.bundle--panel .bundle--product-checkbox input[type="checkbox"]:disabled .filter-panel--label {
  color: #a87f40;
}
.bundle--panel .bundle--product-checkbox .checkbox--state {
  border-radius: 3px;
  background-clip: padding-box;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 60;
}
.bundle--panel .bundle--product-list-image {
  margin-right: 0.625rem;
  width: 1.875rem;
  height: 1.875rem;
  display: inline-block;
  float: left;
}
.bundle--panel .bundle--product-name {
  font-size: 0.75rem;
  margin-left: 2.5rem;
}
.bundle--panel .bundle--product-price-supplier {
  font-size: 0.75rem;
  white-space: nowrap;
}
.bundle--panel .bundle--product-price-supplier {
  margin-left: 2.5rem;
}
.bundle--panel .bundle--product-reference-price {
  font-size: 0.75rem;
}
.bundle--panel .bundle--product-delivery {
  font-size: 0.75rem;
  margin-left: 2.5rem;
}
.bundle--panel .bundle--product-configuration {
  margin-left: 2.5rem;
}
.bundle--panel .configuration-selector label {
  font-size: 0.875rem;
  margin-top: 0.3125rem;
  width: 100%;
  float: left;
}
.bundle--panel .configuration-selector .js--fancy-select {
  height: 2.1875rem;
  line-height: 2.1875rem;
  width: 100%;
}
.bundle--panel .configuration-selector .js--fancy-select > select {
  height: 2.1875rem;
}
.bundle--panel .bundle--product-configuration-add {
  margin: 0.625rem 0rem 0.625rem 0rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.bundle--panel .alert {
  margin: 0.625rem 0rem 1.25rem 0rem;
}
.bundle--panel .delivery--status-one {
  color: #009900;
}
.bundle--panel .delivery--status-two {
  color: #514721;
}
.bundle--panel .delivery--status-three {
  color: #990000;
}
.bundle--panel .bundle--product-slider-image:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.bundle--panel .bundle--product-slider-image {
  display: block;
  height: 100%;
  text-align: center;
  white-space: nowrap;
}
.bundle--panel .bundle--product-slider-image .image--bundle-img {
  display: inline-block;
  vertical-align: middle;
}
.bundle--panel .product-slider--arrow {
  background: #ffffff;
}
.bundle--panel .bundle--product-not-available {
  color: #ffffff;
  background: #d30909;
  padding: 5px;
}
.content--bundle-header {
  border-bottom: 1px solid #eaeaea;
}
.content--bundle-header:after {
  content: "";
  display: table;
  clear: both;
}
.quick-view--bundle-hint {
  margin-top: 0.625rem;
  float: left;
  width: 100%;
}
.quick-view--bundle-hint .alert.is--info {
  margin: 0;
}
@media screen and (min-width: 30em) {
  .bundle--panel .header--icon {
    top: 0.625rem;
  }
  .bundle--panel .configuration-selector {
    margin-right: 0.625rem;
    width: 40%;
  }
  .bundle--panel .bundle--product-configuration-add {
    width: 15.625rem;
    display: block;
  }
  .bundle--panel .content--cart-button .btn {
    width: 15.625rem;
  }
  .bundle--panel .price--container {
    width: 100%;
  }
}
@media screen and (min-width: 48em) {
  .bundle--panel .bundle-header--slider-container {
    width: 65%;
  }
  .bundle--panel .bundle-header--price-container {
    width: 34%;
    margin-left: 1%;
  }
  .bundle--panel .bundle-header--price-container:after {
    content: "";
    display: table;
    clear: both;
  }
  .bundle--panel .content--cart-button .btn {
    width: 90%;
    left: 0.9375rem;
    position: relative;
  }
  .bundle--panel .bundle--product-name {
    margin-right: 0.3125rem;
    float: left;
    margin-left: 0;
  }
  .bundle--panel .price--container {
    padding-left: 0.9375rem;
  }
  .bundle--panel .configuration-selector {
    width: 30%;
    float: left;
  }
  .bundle--panel .bundle--product-configuration-add {
    margin-bottom: 1.25rem;
    top: 0.9375rem;
    position: relative;
    display: inline-block;
  }
}
@media screen and (min-width: 78.75em) {
  .bundle--panel .configuration-selector {
    width: 20%;
  }
}
.is--ctl-checkout .bundle--checkout-badge {
  left: -0.5625rem;
  top: 2.25rem;
  font-size: 0.625rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 9px;
  background-clip: padding-box;
  line-height: 1.125rem;
  position: absolute;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  background: #d30909;
  border: 1px solid #d30909;
  z-index: 80;
}
.badge--bundle {
  background: #d30909;
  color: #ffffff;
}
@media screen and (min-width: 48em) {
  .is--ctl-bundle .sidebar-main {
    display: block;
  }
}
.cover {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
}
.cover--canvas {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.emotion--digital-publishing,
.emotion--digital-publishing-slider {
  width: 100%;
  height: 100%;
}
.emotion--digital-publishing .image-slider--container,
.emotion--digital-publishing-slider .image-slider--container {
  position: static;
}
.emotion--mode-rows .emotion--digital-publishing .bg--color,
.emotion--mode-rows .emotion--digital-publishing-slider .bg--color,
.emotion--mode-rows .emotion--digital-publishing .bg--pattern,
.emotion--mode-rows .emotion--digital-publishing-slider .bg--pattern {
  min-height: 22.5rem;
  position: relative;
}
.emotion--mode-rows .emotion--digital-publishing .image-slider--item,
.emotion--mode-rows .emotion--digital-publishing-slider .image-slider--item {
  vertical-align: middle;
}
.dig-pub--preview {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%;
}
.dig-pub--preview a,
.dig-pub--preview .btn {
  pointer-events: none !important;
}
.dig-pub {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}
.dig-pub .bg--color,
.dig-pub .bg--image,
.dig-pub .bg--pattern {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
.dig-pub .bg--pattern {
  background: 0 0 repeat transparent;
}
.dig-pub--link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
.dig-pub--layer {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  white-space: nowrap;
  pointer-events: none;
}
.dig-pub--layer.left {
  text-align: left;
}
.dig-pub--layer.right {
  text-align: right;
}
.dig-pub--layer.top .layer--wrapper {
  vertical-align: top;
}
.dig-pub--layer.bottom .layer--wrapper {
  vertical-align: bottom;
}
.dig-pub--layer:before {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: -0.25em;
}
.dig-pub--layer .layer--wrapper {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.dig-pub--layer .layer--content {
  height: 100%;
  background-clip: padding-box;
  position: relative;
  overflow: hidden;
  pointer-events: all;
}
.dig-pub--text {
  display: block;
  position: relative;
  max-width: 100%;
  max-height: 100%;
}
.dig-pub--text h1,
.dig-pub--text h2,
.dig-pub--text h3,
.dig-pub--text h4,
.dig-pub--text h5,
.dig-pub--text h6,
.dig-pub--text p,
.dig-pub--text blockquote {
  margin: 0;
  padding: 0;
  font-weight: normal;
  white-space: initial;
  word-break: break-word;
  line-height: 1;
}
.dig-pub--image {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.dig-pub--image .dig-pub--img-wrapper {
  display: inline-block;
  max-width: 100%;
  width: 100%;
}
.dig-pub--image .dig-pub--img {
  display: inline-block;
}
.dig-pub--button {
  display: block;
}
.dig-pub--button .btn {
  max-width: 100%;
  word-break: break-word;
  white-space: normal;
  pointer-events: all;
}
/*
Structure
================================
The variables define the widths for the different QuickView viewports.

**Structure**<br/>
`@quickViewPhoneLandscapeViewportWidth` - QuickView modal box has the width of the default phone-landscape width (see @phoneLandscapeViewportWidth)<br/>
`@quickViewTabletViewportWidth` - QuickView modal box has the width of the default tablet width (see @tabletViewportWidth)<br/>
`@quickViewTabletLandscapeViewportWidth` - QuickView modal box has the width of the default tablet-landscape width (see @tabletLandscapeViewportWidth)<br/>
`@quickViewDesktopViewportWidth` - QuickView modal box has the width of the default desktop width (see @desktopViewportWidth)<br/>
*/
.is--invisible {
  visibility: hidden !important;
}
html.is--storytelling,
body.is--storytelling {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
html.is--storytelling.is--hardware-accelerated,
body.is--storytelling.is--hardware-accelerated {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.emotion-storytelling {
  position: relative;
  top: 0;
  left: 0;
}
.emotion-storytelling .emotion--video {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.emotion-storytelling .image-slider,
.emotion-storytelling .image-slider--slide,
.emotion-storytelling .image-slider--item {
  -webkit-transform-style: initial;
  transform-style: initial;
  -webkit-backface-visibility: initial;
  backface-visibility: initial;
}
.emotion-storytelling .image-slider--container {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.emotion--section-nav {
  width: 2.5rem;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  position: fixed;
  top: 50%;
  left: 0;
  background: #ffffff;
  border: 1px solid #4b4b4b;
  z-index: 1500;
}
.emotion--section-nav .section-nav--link {
  padding: 0.3125rem 0.625rem 0.3125rem 0.625rem;
  line-height: 1.125rem;
  font-size: 0.9375rem;
  display: block;
  text-align: center;
  color: #a87f40;
}
.emotion--section-nav .section-nav--link.is--active {
  color: #f36903;
}
.emotion--section-nav .link--section {
  display: none;
}
.emotion--section-nav .link--prev,
.emotion--section-nav .link--next {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  font-size: 0.625rem;
}
.emotion--section-nav .link--start {
  font-size: 1rem;
}
@media screen and (min-width: 48em) {
  .emotion--section-nav {
    left: 1.875rem;
    border-radius: 3px;
    background-clip: padding-box;
  }
  .emotion--section-nav .link--section {
    display: block;
  }
}
@media screen and (min-width: 78.75em) {
  .emotion--section-nav .section-nav--link:hover {
    color: #f36903;
  }
}
.quick-view {
  -webkit-transition: opacity 0.4s cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 0.4s cubic-bezier(0, 0, 0.25, 1);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.quick-view.is--active {
  opacity: 1;
  z-index: 4000;
}
.quick-view--overlay {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4100;
  background: rgba(0, 0, 0, 0.6);
}
.quick-view--view {
  max-width: 78.75rem;
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transform: scale(1.2) translate(-50%, -50%);
  transform: scale(1.2) translate(-50%, -50%);
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 80%;
  min-height: 50%;
  max-height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4200;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
}
.quick-view--view .view--content {
  display: none;
}
.quick-view--view[data-view="left"],
.quick-view--view[data-view="right"] {
  -webkit-transform: scale(0.3) translate(-50%, -50%);
  transform: scale(0.3) translate(-50%, -50%);
  opacity: 0;
}
.quick-view--view[data-view="left"] {
  left: -20%;
}
.quick-view--view[data-view="right"] {
  left: 120%;
}
.quick-view--view[data-view="prev"],
.quick-view--view[data-view="next"] {
  -webkit-transition: all 0.4s cubic-bezier(0, 0, 0.25, 1);
  transition: all 0.4s cubic-bezier(0, 0, 0.25, 1);
  opacity: 1;
  cursor: pointer;
  z-index: 4300;
  visibility: visible;
}
.quick-view--view[data-view="prev"]:after,
.quick-view--view[data-view="next"]:after {
  width: 6.25rem;
  height: 25rem;
  font-size: 8.75rem;
  margin-top: -12.5rem;
  -webkit-transition: opacity 0.4s 0.3s cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 0.4s 0.3s cubic-bezier(0, 0, 0.25, 1);
  display: block;
  position: absolute;
  top: 50%;
  font-family: 'shopware';
  font-weight: normal;
  text-align: center;
  opacity: 1;
  vertical-align: middle;
  line-height: 400px;
  color: #ffffff;
}
.quick-view--view[data-view="prev"] {
  -webkit-transform: scale(0.3) translate(-100%, -50%);
  transform: scale(0.3) translate(-100%, -50%);
  left: 0;
}
.quick-view--view[data-view="prev"]:after {
  right: -6.25rem;
  content: "\e611";
}
.quick-view--view[data-view="next"] {
  -webkit-transform: scale(0.3) translate(0, -50%);
  transform: scale(0.3) translate(0, -50%);
  left: 100%;
}
.quick-view--view[data-view="next"]:after {
  left: -6.25rem;
  content: "\e60f";
}
.quick-view--view[data-view="main"] {
  -webkit-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
  -webkit-transition: all 0.4s cubic-bezier(0, 0, 0.25, 1);
  transition: all 0.4s cubic-bezier(0, 0, 0.25, 1);
  left: 50%;
  z-index: 4400;
  opacity: 1;
  visibility: visible;
  overflow-y: auto;
}
.quick-view--view[data-view="main"]:after {
  display: block;
  content: "";
  opacity: 0;
}
.quick-view--view[data-view="main"] .view--content {
  display: block;
}
.view--content {
  padding: 0rem 0.625rem 0.625rem 0.625rem;
  width: 100%;
  height: 100%;
}
.view--content .product--details .configurator--form .select-field {
  height: 2.625rem;
  max-width: 100%;
}
.view--content .product--details .configurator--form .select-field select {
  line-height: 2.5rem;
}
.view--content .product--details .configurator--form .select-field:after {
  height: 2.5rem;
}
.view--content .product--details .configurator--form,
.view--content .product--details .buybox--form {
  width: 100%;
}
.view--content .product--details .link--publish-comment {
  display: none;
}
.view--content .product--details .product--short-description {
  margin-bottom: 1.25rem;
  display: inline-block;
}
.view--content .product--link {
  color: #71552b;
}
.quick-view--loader {
  width: 1.875rem;
  height: 1.875rem;
  margin: -0.9375rem 0rem 0rem -0.9375rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: content-box;
}
.quick-view--loader:before {
  border-radius: 100%;
  background-clip: padding-box;
  -webkit-animation: keyframe--spin 1s linear infinite;
  animation: keyframe--spin 1s linear infinite;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: block;
  content: "";
  border: 2px solid #cccccc;
  border-top-color: #f36903;
}
.quick-view--product-detail-button {
  margin-top: 0.5rem;
}
@media screen and (min-width: 37.5em) {
  .quick-view--view .product--details .product--header {
    padding: 0.625rem 0rem 0.625rem 0rem;
  }
  .quick-view--view .product--details .product--header .product--title {
    font-size: 1.3125rem;
    line-height: 1.75rem;
  }
  .quick-view--view .product--details .product--supplier {
    height: 2.1875rem;
    width: 50%;
  }
  .quick-view--view .product--details .product--supplier .product--supplier-link {
    height: 2.1875rem;
  }
  .quick-view--view .product--details .product--rating-container {
    width: 50%;
  }
  .quick-view--view .product--details .configurator--form .select-field {
    height: 2.375rem;
    max-width: 80%;
  }
  .quick-view--view .product--details .configurator--form .select-field select {
    line-height: 2.25rem;
  }
  .quick-view--view .product--details .configurator--form .select-field:after {
    height: 2.25rem;
  }
  .quick-view--view .product--details .configurator--form,
  .quick-view--view .product--details .buybox--form {
    width: 80%;
  }
  .quick-view--view .product--details .product--image-container .image-slider--container {
    height: 12.5rem;
  }
  .quick-view--view .product--details .product--image-container .image-slider--container .arrow {
    display: none;
  }
  .quick-view--view .product--details .block-prices--container {
    margin-top: 0rem;
  }
}
@media screen and (min-width: 48em) {
  .quick-view--view[data-view="prev"] {
    -webkit-transform: scale(0.3) translate(-90%, -50%);
    transform: scale(0.3) translate(-90%, -50%);
  }
  .quick-view--view[data-view="next"] {
    -webkit-transform: scale(0.3) translate(-10%, -50%);
    transform: scale(0.3) translate(-10%, -50%);
  }
}
@media screen and (min-width: 60em) {
  .view--content {
    padding: 0rem 1.875rem 0.625rem 1.875rem;
  }
  .quick-view--view .product--details .product--header {
    padding: 1.875rem 0rem 1.25rem 0rem;
  }
  .quick-view--view .product--details .product--header .product--title {
    font-size: 1.75rem;
    line-height: 1.875rem;
    width: 80%;
    float: left;
    border: 0 none;
  }
  .quick-view--view .product--details .product--supplier {
    height: 4.375rem;
    width: 20%;
    float: right;
  }
  .quick-view--view .product--details .product--supplier .product--supplier-link {
    height: 4.375rem;
  }
  .quick-view--view .product--details .product--rating-container {
    width: 80%;
    float: left;
  }
  .quick-view--view .product--details .product--image-container {
    width: 100%;
  }
  .quick-view--view .product--details .product--image-container .image-slider--container {
    height: 25rem;
  }
  .quick-view--view .product--details .product--image-container .image-slider--container .arrow {
    display: block;
  }
  .quick-view--view .product--details .block-prices--container {
    margin-top: 0.75rem;
  }
}
@media screen and (min-width: 64em) {
  .quick-view--view .product--details .product--image-container {
    width: 100%;
    margin-right: 0;
    float: left;
  }
  .quick-view--view .product--details .product--image-container .image--thumbnails {
    display: none;
  }
  .quick-view--view .product--details .product--image-container .image-slider--container {
    margin-bottom: 0;
  }
  .quick-view--view .product--details .product--image-container .image--dots {
    top: 0;
    position: relative;
  }
  .quick-view--view .product--details .product--buybox {
    width: 100%;
  }
  .quick-view--view .product--details .configurator--form,
  .quick-view--view .product--details .buybox--form {
    width: 80%;
  }
  .quick-view--view .product--details .buybox--inner {
    width: 100%;
    float: none;
  }
  .quick-view--view .product--details .product--base-info {
    margin: 0.625rem 0rem 0.625rem 0rem;
  }
  .quick-view--view .product--details .action--link {
    margin-right: 2.1875rem;
  }
  .quick-view--view .product--details .product--actions {
    padding: 0rem 0rem 0.625rem 0rem;
  }
}
@media screen and (min-width: 78.75em) {
  .quick-view--view[data-view="prev"] {
    -webkit-transform: scale(0.3) translate(-80%, -50%);
    transform: scale(0.3) translate(-80%, -50%);
  }
  .quick-view--view[data-view="prev"]:hover {
    -webkit-transform: scale(0.3) translate(-70%, -50%);
    transform: scale(0.3) translate(-70%, -50%);
  }
  .quick-view--view[data-view="next"] {
    -webkit-transform: scale(0.3) translate(-20%, -50%);
    transform: scale(0.3) translate(-20%, -50%);
  }
  .quick-view--view[data-view="next"]:hover {
    -webkit-transform: scale(0.3) translate(-30%, -50%);
    transform: scale(0.3) translate(-30%, -50%);
  }
}
@media screen and (min-width: 80em) {
  .quick-view--view .product--details .product--image-container {
    width: 58%;
    margin-right: 4%;
    float: left;
  }
  .quick-view--view .product--details .product--image-container .image-slider--thumbnails {
    height: 4.375rem;
    top: 27.5rem;
    width: 100%;
    position: absolute;
    float: none;
    margin: 0;
    display: block;
  }
  .quick-view--view .product--details .product--image-container .image-slider--thumbnails .thumbnail--link {
    margin: 0rem 0.625rem 0rem 0rem;
    display: inline-block;
  }
  .quick-view--view .product--details .product--image-container .image-slider--container {
    margin-bottom: 6.875rem;
  }
  .quick-view--view .product--details .product--image-container .image-slider--container.no--thumbnails {
    margin-bottom: 0;
  }
  .quick-view--view .product--details .product--image-container .image-slider--container.no--image .image-slider--item {
    cursor: default;
  }
  .quick-view--view .product--details .product--image-container .image-slider--dots {
    top: 25.3125rem;
    position: absolute;
    width: 100%;
  }
  .quick-view--view .product--details .product--buybox {
    width: 38%;
  }
  .quick-view--view .product--details .configurator--form,
  .quick-view--view .product--details .buybox--form {
    width: 100%;
  }
  .quick-view--view .product--details .buybox--inner {
    width: 100%;
    float: none;
  }
  .quick-view--view .product--details .product--base-info {
    margin: 0.625rem 0rem 1.25rem 0rem;
    padding: 0;
    width: 100%;
    float: none;
  }
  .quick-view--view .product--details .action--link {
    margin-right: 1.5625rem;
  }
  .quick-view--view .product--details .product--actions {
    padding: 0rem 0rem 0.3125rem 0rem;
    border-bottom: 1px solid #eaeaea;
  }
}
@media screen and (min-width: 98.4375em) {
  .quick-view--view .product--details .product--image-container .image-slider--container {
    height: 26.875rem;
    margin-bottom: 0;
  }
  .quick-view--view .product--details .product--image-container .image-slider--thumbnails {
    width: 4.375rem;
    height: 26.875rem;
    margin: 0rem 1.25rem 0rem 0rem;
    position: relative;
    top: 0;
    left: 0;
    float: left;
  }
  .quick-view--view .product--details .product--image-container .image-slider--thumbnails .thumbnail--link {
    margin: 0rem 0rem 1.25rem 0rem;
    display: block;
  }
  .quick-view--view .product--details .product--image-container .image-slider--dots {
    padding: 0.625rem 0rem 0.625rem 5.625rem;
    position: relative;
    top: auto;
    display: block;
  }
}
.emotion--side-view {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.emotion--side-view .side-view--banner {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 800;
  cursor: pointer;
}
.emotion--side-view .side-view--banner.left.top {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  left: 0;
  top: 0;
}
.emotion--side-view .side-view--banner.left.center {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  top: 50%;
}
.emotion--side-view .side-view--banner.left.bottom {
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  left: 0;
  top: 100%;
}
.emotion--side-view .side-view--banner.center.top {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  top: 0;
}
.emotion--side-view .side-view--banner.center.bottom {
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  left: 50%;
  top: 100%;
}
.emotion--side-view .side-view--banner.right.top {
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  left: 100%;
  top: 0;
}
.emotion--side-view .side-view--banner.right.center {
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  left: 100%;
  top: 50%;
}
.emotion--side-view .side-view--banner.right.bottom {
  -webkit-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
  left: 100%;
  top: 100%;
}
.emotion--side-view .banner--image {
  width: 100%;
}
.emotion--mode-rows .emotion--side-view {
  height: auto;
}
.emotion--mode-rows .emotion--side-view .side-view--banner,
.emotion--mode-rows .emotion--side-view .side-view--banner.left.top,
.emotion--mode-rows .emotion--side-view .side-view--banner.left.center,
.emotion--mode-rows .emotion--side-view .side-view--banner.left.bottom,
.emotion--mode-rows .emotion--side-view .side-view--banner.center.top,
.emotion--mode-rows .emotion--side-view .side-view--banner.center.bottom,
.emotion--mode-rows .emotion--side-view .side-view--banner.right.top,
.emotion--mode-rows .emotion--side-view .side-view--banner.right.center,
.emotion--mode-rows .emotion--side-view .side-view--banner.right.bottom {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  left: 0;
  top: 0;
}
.emotion--side-view .side-view--view {
  -webkit-transition: all 0.4s cubic-bezier(0, 0, 0.25, 1);
  transition: all 0.4s cubic-bezier(0, 0, 0.25, 1);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 900;
  background: #ffffff;
}
.emotion--side-view .side-view--view.view--bottom {
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  bottom: 0;
  left: 0;
}
.emotion--side-view .side-view--view.view--bottom.view--halfsize {
  max-height: 15.625rem;
}
.emotion--side-view .side-view--view.view--bottom.view--fullsize .product-slider {
  padding: 1.875rem 1.25rem 1.875rem 1.25rem;
}
.emotion--side-view .side-view--view.view--bottom.is--active .trigger--icon:before,
.emotion--side-view .side-view--view.view--bottom.is--active .closer--icon:before {
  content: "\e612";
}
.emotion--side-view .side-view--view.view--bottom .side-view--trigger,
.emotion--side-view .side-view--view.view--bottom .side-view--closer {
  left: 50%;
  text-align: center;
}
.emotion--side-view .side-view--view.view--bottom .side-view--trigger {
  padding: 0.375rem 1.25rem 1rem 1.25rem;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  top: 0.625rem;
}
.emotion--side-view .side-view--view.view--bottom .side-view--closer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.emotion--side-view .side-view--view.view--bottom .trigger--icon,
.emotion--side-view .side-view--view.view--bottom .closer--icon {
  font-size: 0.4375rem;
  top: -0.1875rem;
  position: relative;
}
.emotion--side-view .side-view--view.view--bottom .trigger--icon:before,
.emotion--side-view .side-view--view.view--bottom .closer--icon:before {
  content: "\e610";
}
.emotion--side-view .side-view--view.view--right {
  padding: 1.875rem 0rem 1.875rem 0rem;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  top: 0;
  right: 0;
}
.emotion--side-view .side-view--view.view--right.view--halfsize {
  max-width: 13.75rem;
}
.emotion--side-view .side-view--view.view--right.is--active .trigger--icon:before,
.emotion--side-view .side-view--view.view--right.is--active .closer--icon:before {
  content: "\e60f";
}
.emotion--side-view .side-view--view.view--right .arrow--next {
  bottom: -1.875rem;
}
.emotion--side-view .side-view--view.view--right .arrow--prev {
  top: -1.875rem;
}
.emotion--side-view .side-view--view.view--right .side-view--trigger {
  padding: 0.375rem 1.875rem 0.375rem 1.25rem;
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  top: 3.125rem;
  left: 0.625rem;
}
.emotion--side-view .side-view--view.view--right .side-view--closer {
  top: 3.125rem;
}
.emotion--side-view .side-view--view.view--right .trigger--icon:before,
.emotion--side-view .side-view--view.view--right .closer--icon:before {
  content: "\e611";
}
.emotion--side-view .side-view--view.is--active {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  z-index: 901;
}
.emotion--side-view .side-view--view .product-slider {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 800;
  background: #ffffff;
}
.emotion--side-view .side-view--trigger,
.emotion--side-view .side-view--closer {
  padding: 0.375rem 1.25rem 0.375rem 1.25rem;
  -webkit-transition: all 0.4s cubic-bezier(0, 0, 0.25, 1);
  transition: all 0.4s cubic-bezier(0, 0, 0.25, 1);
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: block;
  position: absolute;
  z-index: 600;
  font-weight: 600;
  color: #a87f40;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.8);
}
.emotion--side-view .side-view--trigger .trigger--icon,
.emotion--side-view .side-view--closer .trigger--icon,
.emotion--side-view .side-view--trigger .closer--icon,
.emotion--side-view .side-view--closer .closer--icon {
  margin: 0rem 0.3125rem 0rem 0rem;
  font-size: 0.6875rem;
  font-family: 'shopware';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.emotion--side-view .side-view--closer {
  z-index: 900;
  border: 1px solid #eaeaea;
}
.emotion--side-view .box--emotion {
  width: 100%;
  height: 100%;
  padding: 0;
  text-align: center;
}
.emotion--side-view .box--emotion .box--content {
  padding: 0;
  border: 0 none;
}
.emotion--side-view .box--emotion .product--info {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.emotion--side-view .box--emotion .product--image {
  height: 60%;
  margin: 0 auto;
}
.emotion--side-view .box--emotion .product--details {
  max-height: 38%;
  width: 100%;
  margin-top: 2%;
}
.emotion--side-view .box--emotion .product--title {
  font-size: 0.875rem;
  font-weight: normal;
  white-space: normal;
}
.emotion--side-view .box--emotion .product--price-info .price--unit {
  height: 0.9375rem;
  font-size: 0.625rem;
}
.emotion--side-view .box--emotion .product--price .price--default {
  font-size: 0.875rem;
}
@media screen and (min-width: 78.75em) {
  .side-view--trigger:hover,
  .side-view--closer:hover {
    color: #f36903;
    border-color: #f36903;
  }
  .view--right .side-view--trigger:hover {
    left: 0.125rem;
  }
  .view--bottom .side-view--trigger:hover {
    top: 0.125rem;
  }
}
.emotion--banner .banner--mapping-icon {
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  font-size: 2.125rem;
  border-radius: 50%;
  background-clip: padding-box;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.8);
  font-family: 'shopware';
  text-align: center;
  color: #a87f40;
}
.emotion--banner .banner--mapping-icon:before {
  content: "\e68f";
}
@media screen and (min-width: 78.75em) {
  .emotion--banner .banner--mapping-icon:hover {
    color: #f36903;
    background: #ffffff;
  }
}
.quick-view--view .view--content .buy-btn--cart-text {
  display: none;
}
.quick-view--view .view--content .icon--basket {
  left: 0.125rem;
  top: 0.0625rem;
  font-size: 0.875rem;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 30em) {
  .quick-view--view .view--content .buy-btn--cart-text {
    display: inline-block;
  }
  .quick-view--view .view--content .buybox--button-container .icon--basket {
    display: none;
  }
}
/**
 * Shopware
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the NEW BSD license
 * that is bundled with this package in the file LICENSE.
 * It is also available through the world-wide-web at this URL:
 * <http://opensource.org/licenses/BSD-3-Clause>
 *
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to info@shopware.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or modify the file if you wish to upgrade Shopware to a newer
 * version. If you wish to customize the storefront template of Shopware please
 * refer to http://wiki.shopware.com for more information.
 *
 * @category    design
 * @copyright   Copyright (c) 2014 shopware AG (http://www.shopware.com)
 * @license     http://opensource.org/licenses/BSD-3-Clause  New BSD
 */
.fuzzy--synonym-banner,
.fuzzy--headline {
  line-height: 1.25rem;
  padding: 0rem 0rem 0.625rem 0rem;
}
.fuzzy--synonym-media {
  margin: 0 auto;
}
.fuzzy--label {
  margin-right: 0.75rem;
  line-height: 1.25rem;
  padding: 0.3125rem 0rem 0.625rem 0rem;
  display: inline-block;
}
.fuzzy--similar-requests {
  margin: 0.3125rem 0rem 0.3125rem 0rem;
}
.fuzzy--related-terms {
  margin: 0.3125rem 0rem 2.5rem 0rem;
}
.ajax-search--fuzzy-highlighting {
  color: #f36903;
}
.alert + .fuzzy--emotion-container {
  margin: 1.25rem 0rem 1.25rem 0rem;
}
.ajax-search--fuzzy-similar-requests-label {
  font-size: 0.75rem;
  color: #a87f40;
  font-weight: bold;
}
.fuzzy--similar-entry {
  line-height: 1.25rem;
  padding: 0.3125rem 0rem 0.625rem 0rem;
  border-bottom: none;
  list-style: none;
}
.fuzzy--similar-entry.fuzzy--similar-label {
  padding-top: 0;
  padding-bottom: 0.375rem;
}
.fuzzy--similar-entry.fuzzy--is-last-item {
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #eaeaea;
}
.fuzzy--similar-entry .search-result--link {
  padding: 0;
}
.fuzzy--similar-entry.is--active,
.fuzzy--similar-entry :hover {
  color: #f36903;
}
.fuzzy--similar-entry.is--active .fuzzy--entry-name,
.fuzzy--similar-entry :hover .fuzzy--entry-name {
  color: #f36903;
}
.fuzzy--entry-name {
  width: 60%;
  color: #a87f40;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fuzzy--listing-headline {
  margin-bottom: 1.25rem;
}
.fuzzy--listing-label {
  margin-right: 0.75rem;
  display: inline-block;
}
.fuzzy--listing-similar-requests {
  margin: 0.3125rem 0rem 0.3125rem 0rem;
}
.promotion--show {
  height: inherit !important;
}
.promotion-handle-rotate {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
}
.promotion-message-spacer {
  margin: 0.625rem;
}
.promotion--outer {
  height: 1.875rem;
  padding: 0.625rem 0.125rem 0rem 0.125rem;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  z-index: 800;
  -webkit-transition: height 0.8s ease;
  -moz-transition: height 0.8s ease;
  -o-transition: height 0.8s ease;
  transition: height 0.8s ease;
}
.promotion--inner {
  background-color: #4b4b4b;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid #eaeaea;
}
.promotion-handle {
  line-height: 0.375rem;
  height: 1.25rem;
  width: 5rem;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  top: 0.0625rem;
  font-size: 1.0625rem;
  padding: 0.0625rem;
  position: relative;
  float: right;
  cursor: pointer;
  text-align: center;
  border: 1px solid #eaeaea;
  border-bottom-color: #4b4b4b;
  background-color: #4b4b4b;
}
.buy-button--both-button-container {
  margin-top: 0.4375rem;
}
.buy-button--both-button-container:after {
  content: "";
  display: table;
  clear: both;
}
.buy-button--both-button-container .btn {
  width: 100%;
}
.buy-button--both-button-container .both-button-container--left-button {
  width: 3.125rem;
  padding-right: 0.3125rem;
  float: left;
}
.buy-button--both-button-container .both-button-container--right-button {
  margin-left: 3.4375rem;
}
.buy-button--both-button-container .both-button-container--right-button .btn.is--icon-right {
  padding-right: 0.75rem;
}
.free_goods-product,
.container--product {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
  margin: 0.3125rem;
  border: 1px solid lightgray;
  position: relative;
}
.free_goods-product .nav {
  padding: 0.75rem;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
  top: 7.5rem;
  border: 1px solid lightgray;
  position: absolute;
  cursor: pointer;
  background: white;
}
.free_goods-product .free_goods-product--toLeft {
  border-left: 0;
  left: 0;
}
.free_goods-product .free_goods-product--toRight {
  right: 0;
  border-right: 0;
}
.free_goods-product .free_goods-product--toRight:after {
  content: "";
  display: table;
  clear: both;
}
#promotion-free-goods > .premium-product--content.product-slider.free-goods-bundle {
  height: 22.5rem;
}
.free_goods-product .free_goods-product--content .product-slider--container {
  white-space: normal;
}
.free_goods-product .free_goods-product--content .product-slider--container .container--product {
  border: 0;
}
.free_goods-product .free_goods-product--content .product-slider--container .container--product .free_goods-product--variant .js--fancy-select {
  border-top-left-radius: 3px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
  width: 85%;
  float: left;
  border-right: 0;
}
.free_goods-product .free_goods-product--content .product-slider--container .container--product .product--inner .item--title {
  padding: 0.9375rem 0.3125rem 0.9375rem 0.3125rem;
  text-align: center;
  overflow: hidden;
}
.free_goods-product .free_goods-product--content .product-slider--container .container--product .product--inner img {
  margin-bottom: 0.625rem;
  height: 8.75rem;
  margin: 0 auto;
}
.free_goods-product .free_goods-product--content .product-slider--container .container--product .product--inner .hundred-percent {
  width: 100%;
}
.free_goods-product .free_goods-product--content .product-slider--container .container--product .product--inner .ten-percent {
  width: 15%;
  border-top-left-radius: 0px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0px;
  background-clip: padding-box;
}
.free_goods-product .free_goods-product--content .product-slider--container .container--product .product--inner .btn {
  height: 2.625rem;
}
.promotion--free-goods-block {
  padding: 0rem 1.25rem 1.25rem 1.25rem;
}
.promotion--free-goods-image {
  width: 5rem;
  height: 3rem;
  float: left;
}
.promotion--badge {
  line-height: 3rem;
  font-size: 1rem;
  border-radius: 128px;
  background-clip: padding-box;
  width: 3rem;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  background: #a87f40;
  color: #ffffff;
}
.promotion--free-goods-hint-box {
  margin-left: 5rem;
}
.promotion--free-goods-hint {
  float: left;
  width: 100%;
}
.promotion--free-goods-hint-inner {
  margin-left: 0.9375rem;
  line-height: 1.1875rem;
  font-weight: bold;
}
.promotion--link-to-free-goods {
  float: left;
  width: 100%;
}
.promotion--link-to-free-goods-inner {
  margin-left: 0.9375rem;
  margin-top: 0.9375rem;
  line-height: 1.1875rem;
  font-weight: bold;
}
.promotion--link-to-free-goods-inner .icon--arrow-right {
  font-size: 0.625rem;
  margin-left: 0.3125rem;
}
@media screen and (min-width: 48em) {
  .promotion--free-goods-hint {
    width: 75%;
  }
  .promotion--free-goods-hint-inner {
    line-height: 3rem;
  }
  .promotion--link-to-free-goods {
    float: right;
    width: 25%;
  }
  .promotion--link-to-free-goods-inner {
    line-height: 3rem;
    margin-left: 0rem;
    margin-top: 0rem;
  }
}
.promotion--description-box {
  cursor: pointer;
}
.promotion--description {
  width: 90%;
}
.promotion--description p:last-of-type {
  display: inline;
}
.promotion--index {
  margin-left: 0.3125rem;
}
.promotion--is-right {
  right: 1.25rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.promotion--detail-modal .header {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.promotion--detail-modal .content {
  padding: 1.25rem 2.5rem 1.25rem 2.5rem;
}
.promotion--detail-offcanvas {
  display: none;
}
.promotion--detail-offcanvas .is--open {
  display: block;
}
.alert.is--promotion {
  color: #208e4e;
  background: #def2e7;
}
.alert.is--promotion .alert--icon {
  background: #2ecc71;
}
.promotion--footnote-index {
  color: #208e4e;
}
.promotion--content-description {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
}
.promotion--content-title {
  font-size: 1.125rem;
  font-weight: 700;
}
.container--ajax-cart .free_goods-product--content .product-slider--item {
  width: 100%;
}
.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: .625em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 0.625em #d9d9d9;
}
.swal2-popup.swal2-toast .swal2-header {
  flex-direction: row;
  padding: 0;
}
.swal2-popup.swal2-toast .swal2-title {
  flex-grow: 1;
  justify-content: flex-start;
  margin: 0 .6em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-footer {
  margin: .5em 0 0;
  padding: .5em 0 0;
  font-size: .8em;
}
.swal2-popup.swal2-toast .swal2-close {
  position: static;
  width: .8em;
  height: .8em;
  line-height: .8;
}
.swal2-popup.swal2-toast .swal2-content {
  justify-content: flex-start;
  padding: 0;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-icon {
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0;
}
.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: 700;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
    font-size: .25em;
  }
}
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: .875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: .3125em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: .3125em;
}
.swal2-popup.swal2-toast .swal2-actions {
  flex-basis: auto !important;
  width: auto;
  height: auto;
  margin: 0 0.3125em;
}
.swal2-popup.swal2-toast .swal2-styled {
  margin: 0 .3125em;
  padding: .3125em .625em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-styled:focus {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px rgba(50, 100, 150, 0.4);
}
.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -.8em;
  left: -.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -.25em;
  left: .9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: .4375em;
  width: .4375em;
  height: 2.6875em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: .3125em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: .1875em;
  width: .75em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: .9375em;
  right: .1875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
  -webkit-animation: swal2-toast-animate-success-line-tip 0.75s;
  animation: swal2-toast-animate-success-line-tip 0.75s;
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
  -webkit-animation: swal2-toast-animate-success-line-long 0.75s;
  animation: swal2-toast-animate-success-line-long 0.75s;
}
.swal2-popup.swal2-toast.swal2-show {
  -webkit-animation: swal2-toast-show 0.5s;
  animation: swal2-toast-show 0.5s;
}
.swal2-popup.swal2-toast.swal2-hide {
  -webkit-animation: swal2-toast-hide 0.1s forwards;
  animation: swal2-toast-hide 0.1s forwards;
}
.swal2-container {
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: .625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch;
}
.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
  background: rgba(0, 0, 0, 0.4);
}
.swal2-container.swal2-backdrop-hide {
  background: 0 0 !important;
}
.swal2-container.swal2-top {
  align-items: flex-start;
}
.swal2-container.swal2-top-left,
.swal2-container.swal2-top-start {
  align-items: flex-start;
  justify-content: flex-start;
}
.swal2-container.swal2-top-end,
.swal2-container.swal2-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}
.swal2-container.swal2-center {
  align-items: center;
}
.swal2-container.swal2-center-left,
.swal2-container.swal2-center-start {
  align-items: center;
  justify-content: flex-start;
}
.swal2-container.swal2-center-end,
.swal2-container.swal2-center-right {
  align-items: center;
  justify-content: flex-end;
}
.swal2-container.swal2-bottom {
  align-items: flex-end;
}
.swal2-container.swal2-bottom-left,
.swal2-container.swal2-bottom-start {
  align-items: flex-end;
  justify-content: flex-start;
}
.swal2-container.swal2-bottom-end,
.swal2-container.swal2-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}
.swal2-container.swal2-bottom-end > :first-child,
.swal2-container.swal2-bottom-left > :first-child,
.swal2-container.swal2-bottom-right > :first-child,
.swal2-container.swal2-bottom-start > :first-child,
.swal2-container.swal2-bottom > :first-child {
  margin-top: auto;
}
.swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-self: stretch;
  justify-content: center;
}
.swal2-container.swal2-grow-row > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}
.swal2-container.swal2-grow-column {
  flex: 1;
  flex-direction: column;
}
.swal2-container.swal2-grow-column.swal2-bottom,
.swal2-container.swal2-grow-column.swal2-center,
.swal2-container.swal2-grow-column.swal2-top {
  align-items: center;
}
.swal2-container.swal2-grow-column.swal2-bottom-left,
.swal2-container.swal2-grow-column.swal2-bottom-start,
.swal2-container.swal2-grow-column.swal2-center-left,
.swal2-container.swal2-grow-column.swal2-center-start,
.swal2-container.swal2-grow-column.swal2-top-left,
.swal2-container.swal2-grow-column.swal2-top-start {
  align-items: flex-start;
}
.swal2-container.swal2-grow-column.swal2-bottom-end,
.swal2-container.swal2-grow-column.swal2-bottom-right,
.swal2-container.swal2-grow-column.swal2-center-end,
.swal2-container.swal2-grow-column.swal2-center-right,
.swal2-container.swal2-grow-column.swal2-top-end,
.swal2-container.swal2-grow-column.swal2-top-right {
  align-items: flex-end;
}
.swal2-container.swal2-grow-column > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}
.swal2-container.swal2-no-transition {
  transition: none !important;
}
.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
  margin: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-container .swal2-modal {
    margin: 0 !important;
  }
}
.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: .3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
}
.swal2-popup:focus {
  outline: 0;
}
.swal2-popup.swal2-loading {
  overflow-y: hidden;
}
.swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.8em;
}
.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 .4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}
.swal2-actions {
  display: flex;
  z-index: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0;
}
.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: .4;
}
.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  box-sizing: border-box;
  width: 2.5em;
  height: 2.5em;
  margin: .46875em;
  padding: 0;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: .25em solid transparent;
  border-radius: 100%;
  border-color: transparent;
  background-color: transparent !important;
  color: transparent !important;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
  margin-right: 30px;
  margin-left: 30px;
}
.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 3px solid #999;
  border-radius: 50%;
  border-right-color: transparent;
  box-shadow: 1px 1px 1px #ffffff;
}
.swal2-styled {
  margin: .3125em;
  padding: .625em 2em;
  box-shadow: none;
  font-weight: 500;
}
.swal2-styled:not([disabled]) {
  cursor: pointer;
}
.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: .25em;
  background: initial;
  background-color: #3085d6;
  color: #fff;
  font-size: 1.0625em;
}
.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: .25em;
  background: initial;
  background-color: #aaa;
  color: #fff;
  font-size: 1.0625em;
}
.swal2-styled:focus {
  outline: 0;
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px rgba(50, 100, 150, 0.4);
}
.swal2-styled::-moz-focus-inner {
  border: 0;
}
.swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em;
}
.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: .25em;
  overflow: hidden;
  border-bottom-right-radius: .3125em;
  border-bottom-left-radius: .3125em;
}
.swal2-timer-progress-bar {
  width: 100%;
  height: .25em;
  background: rgba(0, 0, 0, 0.2);
}
.swal2-image {
  max-width: 100%;
  margin: 1.25em auto;
}
.swal2-close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  background: 0 0;
  color: #ccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer;
}
.swal2-close:hover {
  transform: none;
  background: 0 0;
  color: #f27474;
}
.swal2-close::-moz-focus-inner {
  border: 0;
}
.swal2-content {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 0 1.6em;
  color: #545454;
  font-size: 1.125em;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
}
.swal2-checkbox,
.swal2-file,
.swal2-input,
.swal2-radio,
.swal2-select,
.swal2-textarea {
  margin: 1em auto;
}
.swal2-file,
.swal2-input,
.swal2-textarea {
  box-sizing: border-box;
  width: 100%;
  transition: border-color 0.3s, box-shadow 0.3s;
  border: 1px solid #d9d9d9;
  border-radius: .1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  color: inherit;
  font-size: 1.125em;
}
.swal2-file.swal2-inputerror,
.swal2-input.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}
.swal2-file:focus,
.swal2-input:focus,
.swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: 0;
  box-shadow: 0 0 3px #c4e6f5;
}
.swal2-file::-moz-placeholder,
.swal2-input::-moz-placeholder,
.swal2-textarea::-moz-placeholder {
  color: #ccc;
}
.swal2-file:-ms-input-placeholder,
.swal2-input:-ms-input-placeholder,
.swal2-textarea:-ms-input-placeholder {
  color: #ccc;
}
.swal2-file::-ms-input-placeholder,
.swal2-input::-ms-input-placeholder,
.swal2-textarea::-ms-input-placeholder {
  color: #ccc;
}
.swal2-file::placeholder,
.swal2-input::placeholder,
.swal2-textarea::placeholder {
  color: #ccc;
}
.swal2-range {
  margin: 1em auto;
  background: #fff;
}
.swal2-range input {
  width: 80%;
}
.swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}
.swal2-range input,
.swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}
.swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}
.swal2-input[type=number] {
  max-width: 10em;
}
.swal2-file {
  background: inherit;
  font-size: 1.125em;
}
.swal2-textarea {
  height: 6.75em;
  padding: .75em;
}
.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: .375em .625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em;
}
.swal2-checkbox,
.swal2-radio {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit;
}
.swal2-checkbox label,
.swal2-radio label {
  margin: 0 .6em;
  font-size: 1.125em;
}
.swal2-checkbox input,
.swal2-radio input {
  margin: 0 0.4em;
}
.swal2-validation-message {
  display: none;
  align-items: center;
  justify-content: center;
  padding: .625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666;
  font-size: 1em;
  font-weight: 300;
}
.swal2-validation-message::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 .625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}
.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: .25em solid transparent;
  border-radius: 50%;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}
.swal2-icon.swal2-error {
  border-color: #f27474;
  color: #f27474;
}
.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: .3125em;
  border-radius: .125em;
  background-color: #f27474;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-error.swal2-icon-show {
  -webkit-animation: swal2-animate-error-icon 0.5s;
  animation: swal2-animate-error-icon 0.5s;
}
.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
  -webkit-animation: swal2-animate-error-x-mark 0.5s;
  animation: swal2-animate-error-x-mark 0.5s;
}
.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}
.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}
.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}
.swal2-icon.swal2-success {
  border-color: #a5dc86;
  color: #a5dc86;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}
.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -.25em;
  left: -.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}
.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: .5em;
  left: 1.625em;
  width: .4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: .3125em;
  border-radius: .125em;
  background-color: #a5dc86;
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: .8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: .5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
  -webkit-animation: swal2-animate-success-line-tip 0.75s;
  animation: swal2-animate-success-line-tip 0.75s;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
  -webkit-animation: swal2-animate-success-line-long 0.75s;
  animation: swal2-animate-success-line-long 0.75s;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}
.swal2-progress-steps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600;
}
.swal2-progress-steps li {
  display: inline-block;
  position: relative;
}
.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #3085d6;
  color: #fff;
  line-height: 2em;
  text-align: center;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #3085d6;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #add8e6;
}
.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  width: 2.5em;
  height: .4em;
  margin: 0 -1px;
  background: #3085d6;
}
[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}
.swal2-show {
  -webkit-animation: swal2-show 0.3s;
  animation: swal2-show 0.3s;
}
.swal2-hide {
  -webkit-animation: swal2-hide 0.15s forwards;
  animation: swal2-hide 0.15s forwards;
}
.swal2-noanimation {
  transition: none;
}
.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.swal2-rtl .swal2-close {
  right: auto;
  left: 0;
}
.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto;
}
@supports (-ms-accelerator:true) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
@-moz-document url-prefix() {
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4);
  }
}
@-webkit-keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0);
  }
}
@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0);
  }
}
@-webkit-keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@-webkit-keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0;
  }
  54% {
    top: .125em;
    left: .125em;
    width: 0;
  }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em;
  }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em;
  }
}
@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0;
  }
  54% {
    top: .125em;
    left: .125em;
    width: 0;
  }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em;
  }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em;
  }
}
@-webkit-keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0;
  }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em;
  }
}
@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0;
  }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em;
  }
}
@-webkit-keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@-webkit-keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em;
  }
}
@-webkit-keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
  }
}
@-webkit-keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@-webkit-keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}
body.swal2-height-auto {
  height: auto !important;
}
body.swal2-no-backdrop .swal2-container {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: calc(98.75%);
  background-color: transparent !important;
}
body.swal2-no-backdrop .swal2-container > .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
body.swal2-no-backdrop .swal2-container.swal2-top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-no-backdrop .swal2-container.swal2-top-left,
body.swal2-no-backdrop .swal2-container.swal2-top-start {
  top: 0;
  left: 0;
}
body.swal2-no-backdrop .swal2-container.swal2-top-end,
body.swal2-no-backdrop .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
}
body.swal2-no-backdrop .swal2-container.swal2-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.swal2-no-backdrop .swal2-container.swal2-center-left,
body.swal2-no-backdrop .swal2-container.swal2-center-start {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body.swal2-no-backdrop .swal2-container.swal2-center-end,
body.swal2-no-backdrop .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
body.swal2-no-backdrop .swal2-container.swal2-bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-no-backdrop .swal2-container.swal2-bottom-left,
body.swal2-no-backdrop .swal2-container.swal2-bottom-start {
  bottom: 0;
  left: 0;
}
body.swal2-no-backdrop .swal2-container.swal2-bottom-end,
body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
  right: 0;
  bottom: 0;
}
@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}
body.swal2-toast-shown .swal2-container {
  background-color: transparent;
}
body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-top-end,
body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
body.swal2-toast-shown .swal2-container.swal2-top-left,
body.swal2-toast-shown .swal2-container.swal2-top-start {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-center-left,
body.swal2-toast-shown .swal2-container.swal2-center-start {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.swal2-toast-shown .swal2-container.swal2-center-end,
body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-left,
body.swal2-toast-shown .swal2-container.swal2-bottom-start {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-end,
body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}
body.swal2-toast-column .swal2-toast {
  flex-direction: column;
  align-items: stretch;
}
body.swal2-toast-column .swal2-toast .swal2-actions {
  flex: 1;
  align-self: stretch;
  height: 2.2em;
  margin-top: .3125em;
}
body.swal2-toast-column .swal2-toast .swal2-loading {
  justify-content: center;
}
body.swal2-toast-column .swal2-toast .swal2-input {
  height: 2em;
  margin: .3125em auto;
  font-size: 1em;
}
body.swal2-toast-column .swal2-toast .swal2-validation-message {
  font-size: 1em;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  src: local('Montserrat Light Italic'), local('Montserrat-LightItalic'), url(https://fonts.gstatic.com/s/montserrat/v11/zhwB3-BAdyKDf0geWr9Ft37X5LReLH0QNoQkr9bkYvg.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  src: local('Montserrat Light Italic'), local('Montserrat-LightItalic'), url(https://fonts.gstatic.com/s/montserrat/v11/zhwB3-BAdyKDf0geWr9FtxLwFvNxpkIoVzlXSkPSYkA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  src: local('Montserrat Light Italic'), local('Montserrat-LightItalic'), url(https://fonts.gstatic.com/s/montserrat/v11/zhwB3-BAdyKDf0geWr9Ft04GofcKVZz6wtzX_QUIqsI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: local('Montserrat Italic'), local('Montserrat-Italic'), url(https://fonts.gstatic.com/s/montserrat/v11/-iqwlckIhsmvkx0N6rwPmv8zf_FOSsgRmwsS7Aa9k2w.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: local('Montserrat Italic'), local('Montserrat-Italic'), url(https://fonts.gstatic.com/s/montserrat/v11/-iqwlckIhsmvkx0N6rwPmj0LW-43aMEzIO6XUTLjad8.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: local('Montserrat Italic'), local('Montserrat-Italic'), url(https://fonts.gstatic.com/s/montserrat/v11/-iqwlckIhsmvkx0N6rwPmugdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  src: local('Montserrat Medium Italic'), local('Montserrat-MediumItalic'), url(https://fonts.gstatic.com/s/montserrat/v11/zhwB3-BAdyKDf0geWr9FtwAXxEcE_Ec-Wq_P5KM-dpE.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  src: local('Montserrat Medium Italic'), local('Montserrat-MediumItalic'), url(https://fonts.gstatic.com/s/montserrat/v11/zhwB3-BAdyKDf0geWr9Ft3BhPQA-LtMjNa7swiRiShM.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  src: local('Montserrat Medium Italic'), local('Montserrat-MediumItalic'), url(https://fonts.gstatic.com/s/montserrat/v11/zhwB3-BAdyKDf0geWr9Ft81Lch-SD8r0CsJ60meulZ8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  src: local('Montserrat SemiBold Italic'), local('Montserrat-SemiBoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v11/zhwB3-BAdyKDf0geWr9FtwYxw1N7qvX-BJdk1HK8_qs.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  src: local('Montserrat SemiBold Italic'), local('Montserrat-SemiBoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v11/zhwB3-BAdyKDf0geWr9Ft9sVlKlcXvEcgUssOU60Pj4.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  src: local('Montserrat SemiBold Italic'), local('Montserrat-SemiBoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v11/zhwB3-BAdyKDf0geWr9Ft_Bf3Xtc57ojmY2ox2Xv8Go.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v11/zhwB3-BAdyKDf0geWr9FtxleLRUdNWOtq4SldHKv7HI.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v11/zhwB3-BAdyKDf0geWr9Ft-IaMZP5eRGvEWe_CNIU_oY.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v11/zhwB3-BAdyKDf0geWr9Ft3NuWYKPzoeKl5tYj8yhly0.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 800;
  src: local('Montserrat ExtraBold Italic'), local('Montserrat-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v11/zhwB3-BAdyKDf0geWr9Ft1KURqKJYnAYFCcWfdpX95Y.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 800;
  src: local('Montserrat ExtraBold Italic'), local('Montserrat-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v11/zhwB3-BAdyKDf0geWr9Ft2mI1WRx_pcvy2INr9SqGyw.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 800;
  src: local('Montserrat ExtraBold Italic'), local('Montserrat-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v11/zhwB3-BAdyKDf0geWr9FtxqoE9FO9sRveXk8Nnop4Zo.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v11/IVeH6A3MiFyaSEiudUMXE_oTkEokFSrSpvYSpZOeZRs.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v11/IVeH6A3MiFyaSEiudUMXE0_0lycXMw8PhobHtu2Qgco.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v11/IVeH6A3MiFyaSEiudUMXE8u2Q0OS-KeTAWjgkS85mDg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v11/SKK6Nusyv8QPNMtI4j9J2yEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v11/gFXtEMCp1m_YzxsBpKl68iEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v11/zhcz-_WihjSQC0oHJ9TCYPk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v11/BYPM-GE291ZjIXBWrtCwegoO3BxTt7eneo3rZcXyZuQ.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v11/BYPM-GE291ZjIXBWrtCwemPHx8QIAbG0MeMM9fVyzAY.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v11/BYPM-GE291ZjIXBWrtCwejOo-lJoxoMO4vrg2XwIHQk.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v11/q2OIMsAtXEkOulLQVdSl01LC-HPhLC5XMyyJ-BGMvF4.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v11/q2OIMsAtXEkOulLQVdSl04W5M0nk1V9I9cDKlK12wzw.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v11/q2OIMsAtXEkOulLQVdSl06VlZKEoJGujTpfWnQT9bUY.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v11/IQHow_FEYlDC4Gzy_m8fcjh33M2A-6X0bdu871ruAGs.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v11/IQHow_FEYlDC4Gzy_m8fchHJTnCUrjaAm2S9z52xC3Y.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v11/IQHow_FEYlDC4Gzy_m8fcoWiMMZ7xLd792ULpGE4W_Y.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url(https://fonts.gstatic.com/s/montserrat/v11/H8_7oktkjVeeX06kbAvc0Bl9Px1xXy5L7De6as60-Kw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url(https://fonts.gstatic.com/s/montserrat/v11/H8_7oktkjVeeX06kbAvc0GY_PyUy4uJUusnUlhPL2ao.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url(https://fonts.gstatic.com/s/montserrat/v11/H8_7oktkjVeeX06kbAvc0Ary2jK1Y0oNyoF1xLf3zMQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/*!
 * Materialize v0.97.7 (http://materializecss.com)
 * Copyright 2014-2015 Materialize
 * MIT License (https://raw.githubusercontent.com/Dogfalo/materialize/master/LICENSE)
 */
/* ==========================================================================
   Materialize variables
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. Colors
 *  2. Badges
 *  3. Buttons
 *  4. Cards
 *  5. Collapsible
 *  6. Chips
 *  7. Date Picker
 *  8. Dropdown
 *  10. Forms
 *  11. Global
 *  12. Grid
 *  13. Navigation Bar
 *  14. Side Navigation
 *  15. Photo Slider
 *  16. Spinners | Loaders
 *  17. Tabs
 *  18. Tables
 *  19. Toasts
 *  20. Typography
 *  21. Footer
 *  22. Flow Text
 *  23. Collections
 *  24. Progress Bar
 */
/* 1. Colors
   ========================================================================== */
/* 2. Badges
   ========================================================================== */
/* 3. Buttons
   ========================================================================== */
/* 4. Cards
   ========================================================================== */
/* 5. Collapsible
   ========================================================================== */
/* 6. Chips
   ========================================================================== */
/* 7. Date Picker
   ========================================================================== */
/* 8. Dropdown
   ========================================================================== */
/* 9. Fonts
   ========================================================================== */
/* 10. Forms
   ========================================================================== */
/* 11. Global
   ========================================================================== */
/* 12. Grid
   ========================================================================== */
/* 13. Navigation Bar
   ========================================================================== */
/* 14. Side Navigation
   ========================================================================== */
/* 15. Photo Slider
   ========================================================================== */
/* 16. Spinners | Loaders
   ========================================================================== */
/* 17. Tabs
   ========================================================================== */
/* 18. Tables
   ========================================================================== */
/* 19. Toasts
   ========================================================================== */
/* 20. Typography
   ========================================================================== */
/* 21. Footer
   ========================================================================== */
/* 22. Flow Text
   ========================================================================== */
/* 23. Collections
   ========================================================================== */
/* 24. Progress Bar
   ========================================================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px;
}
.parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.parallax img {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.pin-top,
.pin-bottom {
  position: relative;
}
.pinned {
  position: fixed !important;
}
/*********************
  Transition Classes
**********************/
ul.staggered-list li {
  opacity: 0;
}
.fade-in {
  opacity: 0;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
/*********************
  Media Query Classes
**********************/
@media only screen and (max-width: 600px) {
  .hide-on-small-only,
  .hide-on-small-and-down {
    display: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .hide-on-med-and-down {
    display: none !important;
  }
}
@media only screen and (min-width: 601px) {
  .hide-on-med-and-up {
    display: none !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
  .hide-on-med-only {
    display: none !important;
  }
}
@media only screen and (min-width: 993px) {
  .hide-on-large-only {
    display: none !important;
  }
}
@media only screen and (min-width: 993px) {
  .show-on-large {
    display: block !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
  .show-on-medium {
    display: block !important;
  }
}
@media only screen and (max-width: 600px) {
  .show-on-small {
    display: block !important;
  }
}
@media only screen and (min-width: 601px) {
  .show-on-medium-and-up {
    display: block !important;
  }
}
@media only screen and (max-width: 992px) {
  .show-on-medium-and-down {
    display: block !important;
  }
}
@media only screen and (max-width: 600px) {
  .center-on-small-only {
    text-align: center;
  }
}
footer.page-footer {
  margin-top: 20px;
  padding-top: 20px;
  background-color: #ee6e73;
}
footer.page-footer .footer-copyright {
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(51, 51, 51, 0.08);
}
.collection {
  margin: 0.5rem 0 1rem 0;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.collection .collection-item {
  background-color: #fff;
  line-height: 1.5rem;
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}
.collection .collection-item.avatar {
  min-height: 84px;
  padding-left: 72px;
  position: relative;
}
.collection .collection-item.avatar .circle {
  position: absolute;
  width: 42px;
  height: 42px;
  overflow: hidden;
  left: 15px;
  display: inline-block;
  vertical-align: middle;
}
.collection .collection-item.avatar i.circle {
  font-size: 18px;
  line-height: 42px;
  color: #fff;
  background-color: #999;
  text-align: center;
}
.collection .collection-item.avatar .title {
  font-size: 16px;
}
.collection .collection-item.avatar p {
  margin: 0;
}
.collection .collection-item.avatar .secondary-content {
  position: absolute;
  top: 16px;
  right: 16px;
}
.collection .collection-item:last-child {
  border-bottom: none;
}
.collection .collection-item.active {
  background-color: #26a69a;
  color: #eafaf9;
}
.collection .collection-item.active .secondary-content {
  color: #fff;
}
.collection a.collection-item {
  display: block;
  transition: .25s;
  color: #26a69a;
}
.collection a.collection-item:not(.active):hover {
  background-color: #ddd;
}
.collection.with-header .collection-header {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 20px;
}
.collection.with-header .collection-item {
  padding-left: 30px;
}
.collection.with-header .collection-item.avatar {
  padding-left: 72px;
}
.secondary-content {
  float: right;
  color: #26a69a;
}
.collapsible .collection {
  margin: 0;
  border: none;
}
span.badge {
  min-width: 3rem;
  padding: 0 6px;
  text-align: center;
  font-size: 1rem;
  line-height: inherit;
  color: #757575;
  position: absolute;
  right: 15px;
  box-sizing: border-box;
}
span.badge.new {
  font-weight: 300;
  font-size: 0.8rem;
  color: #fff;
  background-color: #26a69a;
  border-radius: 2px;
}
span.badge.new:after {
  content: " new";
}
span.badge[data-badge-caption]::after {
  content: " " attr(data-badge-caption);
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #acece6;
  border-radius: 2px;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden;
}
.progress .determinate {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #26a69a;
  transition: width .3s linear;
}
.progress .indeterminate {
  background-color: #26a69a;
}
.progress .indeterminate:before {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.8149999999999999, 0.735, 0.395) infinite;
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.8149999999999999, 0.735, 0.395) infinite;
}
.progress .indeterminate:after {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s;
}
@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
/*******************
  Utility Classes
*******************/
.hide {
  display: none !important;
}
.left-align {
  text-align: left;
}
.right-align {
  text-align: right;
}
.center,
.center-align {
  text-align: center;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.no-select,
input[type=range],
input[type=range] + .thumb {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.circle {
  border-radius: 50%;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.no-padding {
  padding: 0 !important;
}
/* This is needed for some mobile phones to display the Google Icon font properly */
.material-icons {
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: 'liga';
  -moz-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
}
#toast-container {
  display: block;
  position: fixed;
  z-index: 10000;
}
@media only screen and (max-width: 600px) {
  #toast-container {
    min-width: 100%;
    bottom: 0%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  #toast-container {
    left: 5%;
    bottom: 7%;
    max-width: 90%;
  }
}
@media only screen and (min-width: 993px) {
  #toast-container {
    top: 10%;
    right: 7%;
    max-width: 86%;
  }
}
.toast {
  border-radius: 2px;
  top: 0;
  width: auto;
  clear: both;
  margin-top: 10px;
  position: relative;
  max-width: 100%;
  height: auto;
  min-height: 48px;
  line-height: 1.5em;
  word-break: break-all;
  background-color: #323232;
  padding: 10px 25px;
  font-size: 1.1rem;
  font-weight: 300;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.toast .btn,
.toast .btn-large,
.toast .btn-flat {
  margin: 0;
  margin-left: 3rem;
}
.toast.rounded {
  border-radius: 24px;
}
@media only screen and (max-width: 600px) {
  .toast {
    width: 100%;
    border-radius: 0;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .toast {
    float: left;
  }
}
@media only screen and (min-width: 993px) {
  .toast {
    float: right;
  }
}
.tabs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  height: 48px;
  background-color: #fff;
  margin: 0 auto;
  width: 100%;
  white-space: nowrap;
}
.tabs .tab {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: block;
  float: left;
  text-align: center;
  line-height: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  text-overflow: ellipsis;
  overflow: hidden;
  letter-spacing: .8px;
  width: 15%;
  min-width: 80px;
}
.tabs .tab a {
  color: #ee6e73;
  display: block;
  width: 100%;
  height: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: color .28s ease;
}
.tabs .tab a:hover {
  color: #f9c9cb;
}
.tabs .tab.disabled a {
  color: #f9c9cb;
  cursor: default;
}
.tabs .indicator {
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #f6b2b5;
  will-change: left, right;
}
.material-tooltip {
  padding: 10px 8px;
  font-size: 12px;
  z-index: 2000;
  background-color: transparent;
  border-radius: 2px;
  color: #fff;
  min-height: 36px;
  line-height: 120%;
  opacity: 0;
  display: none;
  position: absolute;
  text-align: center;
  max-width: calc(96%);
  overflow: hidden;
  left: 0;
  top: 0;
  pointer-events: none;
}
.backdrop {
  position: absolute;
  opacity: 0;
  display: none;
  height: 7px;
  width: 14px;
  border-radius: 0 0 50% 50%;
  background-color: #323232;
  z-index: -1;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.btn,
.btn-large,
.btn-flat {
  border: none;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  outline: 0;
  padding: 0 2rem;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
}
.btn.disabled,
.disabled.btn-large,
.btn-floating.disabled,
.btn-large.disabled,
.btn:disabled,
.btn-large:disabled,
.btn-large:disabled,
.btn-floating:disabled,
.btn[disabled],
[disabled].btn-large,
.btn-large[disabled],
.btn-floating[disabled] {
  background-color: #DFDFDF !important;
  box-shadow: none;
  color: #9F9F9F !important;
  cursor: default;
}
.btn.disabled *,
.disabled.btn-large *,
.btn-floating.disabled *,
.btn-large.disabled *,
.btn:disabled *,
.btn-large:disabled *,
.btn-large:disabled *,
.btn-floating:disabled *,
.btn[disabled] *,
[disabled].btn-large *,
.btn-large[disabled] *,
.btn-floating[disabled] * {
  pointer-events: none;
}
.btn.disabled:hover,
.disabled.btn-large:hover,
.btn-floating.disabled:hover,
.btn-large.disabled:hover,
.btn:disabled:hover,
.btn-large:disabled:hover,
.btn-large:disabled:hover,
.btn-floating:disabled:hover,
.btn[disabled]:hover,
[disabled].btn-large:hover,
.btn-large[disabled]:hover,
.btn-floating[disabled]:hover {
  background-color: #DFDFDF !important;
  color: #9F9F9F !important;
}
.btn i,
.btn-large i,
.btn-floating i,
.btn-large i,
.btn-flat i {
  font-size: 1.3rem;
  line-height: inherit;
}
.btn,
.btn-large {
  text-decoration: none;
  color: #fff;
  background-color: #26a69a;
  text-align: center;
  letter-spacing: .5px;
  transition: 0.2s ease-out;
  cursor: pointer;
}
.btn:hover,
.btn-large:hover {
  background-color: #2bbbad;
}
.btn-floating {
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 37px;
  height: 37px;
  line-height: 37px;
  padding: 0;
  background-color: #26a69a;
  border-radius: 50%;
  transition: .3s;
  cursor: pointer;
  vertical-align: middle;
}
.btn-floating i {
  width: inherit;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 37px;
}
.btn-floating:hover {
  background-color: #26a69a;
}
.btn-floating:before {
  border-radius: 0;
}
.btn-floating.btn-large {
  width: 55.5px;
  height: 55.5px;
}
.btn-floating.btn-large i {
  line-height: 55.5px;
}
button.btn-floating {
  border: none;
}
.fixed-action-btn {
  position: fixed;
  right: 23px;
  bottom: 23px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 998;
}
.fixed-action-btn.active ul {
  visibility: visible;
}
.fixed-action-btn.horizontal {
  padding: 0 0 0 15px;
}
.fixed-action-btn.horizontal ul {
  text-align: right;
  right: 64px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100%;
  left: auto;
  width: 500px;
  /*width 100% only goes to width of button container */
}
.fixed-action-btn.horizontal ul li {
  display: inline-block;
  margin: 15px 15px 0 0;
}
.fixed-action-btn ul {
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  bottom: 64px;
  margin: 0;
  visibility: hidden;
}
.fixed-action-btn ul li {
  margin-bottom: 15px;
}
.fixed-action-btn ul a.btn-floating {
  opacity: 0;
}
.btn-flat {
  box-shadow: none;
  background-color: transparent;
  color: #343434;
  cursor: pointer;
  transition: background-color 0.2s;
}
.btn-flat:focus,
.btn-flat:active {
  background-color: transparent;
}
.btn-flat:hover {
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: none;
}
.btn-flat.disabled {
  color: #b3b3b3;
  cursor: default;
}
.btn-large {
  height: 54px;
  line-height: 54px;
}
.btn-large i {
  font-size: 1.6rem;
}
.btn-block {
  display: block;
}
.dropdown-content {
  background-color: #fff;
  margin: 0;
  display: none;
  min-width: 100px;
  max-height: 650px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  z-index: 999;
  will-change: width, height;
}
.dropdown-content li {
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  min-height: 50px;
  line-height: 1.5rem;
  width: 100%;
  text-align: left;
  text-transform: none;
}
.dropdown-content li:hover,
.dropdown-content li.active,
.dropdown-content li.selected {
  background-color: #eee;
}
.dropdown-content li.active.selected {
  background-color: #e1e1e1;
}
.dropdown-content li.divider {
  min-height: 0;
  height: 1px;
}
.dropdown-content li > a,
.dropdown-content li > span {
  font-size: 16px;
  color: #26a69a;
  display: block;
  line-height: 22px;
  padding: 14px 16px;
}
.dropdown-content li > span > label {
  top: 1px;
  left: 3px;
  height: 18px;
}
.dropdown-content li > a > i {
  height: inherit;
  line-height: inherit;
}
/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  transition: all 0.3s ease-out;
}
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.7s ease-out;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
}
.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}
.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}
.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}
.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}
.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}
.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}
.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}
.waves-effect input[type="button"],
.waves-effect input[type="reset"],
.waves-effect input[type="submit"] {
  border: 0;
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: none;
}
.waves-effect img {
  position: relative;
  z-index: -1;
}
.waves-notransition {
  transition: none !important;
}
.waves-circle {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, #ffffff 100%, #000000 100%);
}
.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}
.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}
.waves-block {
  display: block;
}
/* Firefox Bug: link not triggered */
.waves-effect .waves-ripple {
  z-index: -1;
}
.modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 0;
  max-height: 70%;
  width: 55%;
  margin: auto;
  overflow-y: auto;
  border-radius: 2px;
  will-change: top, opacity;
}
@media only screen and (max-width: 992px) {
  .modal {
    width: 80%;
  }
}
.modal h1,
.modal h2,
.modal h3,
.modal h4 {
  margin-top: 0;
}
.modal .modal-content {
  padding: 24px;
}
.modal .modal-close {
  cursor: pointer;
}
.modal .modal-footer {
  border-radius: 0 0 2px 2px;
  background-color: #fafafa;
  padding: 4px 6px;
  height: 56px;
  width: 100%;
}
.modal .modal-footer .btn,
.modal .modal-footer .btn-large,
.modal .modal-footer .btn-flat {
  float: right;
  margin: 6px 0;
}
.lean-overlay {
  position: fixed;
  z-index: 999;
  top: -100px;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #000;
  display: none;
  will-change: opacity;
}
.modal.modal-fixed-footer {
  padding: 0;
  height: 70%;
}
.modal.modal-fixed-footer .modal-content {
  position: absolute;
  height: calc(44%);
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
}
.modal.modal-fixed-footer .modal-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
}
.modal.bottom-sheet {
  top: auto;
  bottom: -100%;
  margin: 0;
  width: 100%;
  max-height: 45%;
  border-radius: 0;
  will-change: bottom, opacity;
}
.collapsible {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin: 0.5rem 0 1rem 0;
}
.collapsible-header {
  display: block;
  cursor: pointer;
  min-height: 3rem;
  line-height: 3rem;
  padding: 0 1rem;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
.collapsible-header i {
  width: 2rem;
  font-size: 1.6rem;
  line-height: 3rem;
  display: block;
  float: left;
  text-align: center;
  margin-right: 1rem;
}
.collapsible-body {
  display: none;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}
.collapsible-body p {
  margin: 0;
  padding: 2rem;
}
.side-nav .collapsible,
.side-nav.fixed .collapsible {
  border: none;
  box-shadow: none;
}
.side-nav .collapsible li,
.side-nav.fixed .collapsible li {
  padding: 0;
}
.side-nav .collapsible-header,
.side-nav.fixed .collapsible-header {
  background-color: transparent;
  border: none;
  line-height: inherit;
  height: inherit;
  padding: 0 16px;
}
.side-nav .collapsible-header:hover,
.side-nav.fixed .collapsible-header:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.side-nav .collapsible-header i,
.side-nav.fixed .collapsible-header i {
  line-height: inherit;
}
.side-nav .collapsible-body,
.side-nav.fixed .collapsible-body {
  border: 0;
  background-color: #fff;
}
.side-nav .collapsible-body li a,
.side-nav.fixed .collapsible-body li a {
  padding: 0 23.5px 0 31px;
}
.collapsible.popout {
  border: none;
  box-shadow: none;
}
.collapsible.popout > li {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin: 0 24px;
  transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
}
.collapsible.popout > li.active {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  margin: 16px 0;
}
.chip {
  display: inline-block;
  height: 32px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  line-height: 32px;
  padding: 0 12px;
  border-radius: 16px;
  background-color: #e4e4e4;
  margin-bottom: 5px;
  margin-right: 5px;
}
.chip img {
  float: left;
  margin: 0 8px 0 -12px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
}
.chip .close {
  cursor: pointer;
  float: right;
  font-size: 16px;
  line-height: 32px;
  padding-left: 8px;
}
.chips {
  border: none;
  border-bottom: 1px solid #9e9e9e;
  box-shadow: none;
  margin-bottom: 30px;
  min-height: 45px;
  outline: none;
  padding-bottom: 5px;
  transition: all .3s;
}
.chips.focus {
  border-bottom: 1px solid #26a69a;
  box-shadow: 0 1px 0 0 #26a69a;
}
.chips:hover {
  cursor: text;
}
.chips .chip.selected {
  background-color: #26a69a;
  color: #fff;
}
.chips .input {
  background: none;
  border: 0;
  color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  height: 32px;
  margin-right: 20px;
  line-height: 32px;
  outline: 0;
  padding: 0 !important;
  width: 120px !important;
}
.chips .input:focus {
  border: 0 !important;
  box-shadow: none !important;
}
.materialboxed {
  display: block;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  position: relative;
  transition: opacity .4s;
}
.materialboxed:hover {
  will-change: left, top, width, height;
}
.materialboxed:hover:not(.active) {
  opacity: .8;
}
.materialboxed.active {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
#materialbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #292929;
  z-index: 1000;
  will-change: opacity;
}
.materialbox-caption {
  position: fixed;
  display: none;
  color: #fff;
  line-height: 50px;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 0% 15%;
  height: 50px;
  z-index: 1000;
  -webkit-font-smoothing: antialiased;
}
select:focus {
  outline: 1px solid #c9f3ef;
}
button:focus {
  outline: none;
  background-color: #2ab7a9;
}
label {
  font-size: 0.8rem;
  color: #9e9e9e;
}
/* Text Inputs + Textarea
   ========================================================================== */
/* Style Placeholders */
::-webkit-input-placeholder {
  color: #bdb0a1;
  text-transform: uppercase;
  font-weight: 400;
  opacity: 1;
  -moz-opacity: 1;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #bdb0a1;
  text-transform: uppercase;
  font-weight: 400;
  opacity: 1;
  -moz-opacity: 1;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #bdb0a1;
  text-transform: uppercase;
  font-weight: 400;
  opacity: 1;
  -moz-opacity: 1;
}
:-ms-input-placeholder {
  color: #bdb0a1;
  text-transform: uppercase;
  font-weight: 400;
  opacity: 1;
  -moz-opacity: 1;
}
:focus::-webkit-input-placeholder {
  color: transparent;
}
:focus:-moz-placeholder {
  /* Firefox 18- */
  color: transparent;
}
:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
}
:focus:-ms-input-placeholder {
  color: transparent;
}
/*
    @license
    Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
    This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
    The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
    The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
    Code distributed by Google as part of the polymer project is also
    subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
 */
/**************************/
/* STYLES FOR THE SPINNER */
/**************************/
/*
 * Constants:
 *      STROKEWIDTH = 3px
 *      ARCSIZE     = 270 degrees (amount of circle the arc takes up)
 *      ARCTIME     = 1333ms (time it takes to expand and contract arc)
 *      ARCSTARTROT = 216 degrees (how much the start location of the arc
 *                                should rotate each time, 216 gives us a
 *                                5 pointed star shape (it's 360/5 * 3).
 *                                For a 7 pointed star, we might do
 *                                360/7 * 3 = 154.286)
 *      CONTAINERWIDTH = 28px
 *      SHRINK_TIME = 400ms
 */
.preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
}
.preloader-wrapper.small {
  width: 36px;
  height: 36px;
}
.preloader-wrapper.big {
  width: 64px;
  height: 64px;
}
.preloader-wrapper.active {
  /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
  -webkit-animation: container-rotate 1568ms linear infinite;
  animation: container-rotate 1568ms linear infinite;
}
@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: #26a69a;
}
.spinner-blue,
.spinner-blue-only {
  border-color: #4285f4;
}
.spinner-red,
.spinner-red-only {
  border-color: #db4437;
}
.spinner-yellow,
.spinner-yellow-only {
  border-color: #f4b400;
}
.spinner-green,
.spinner-green-only {
  border-color: #0f9d58;
}
/**
 * IMPORTANT NOTE ABOUT CSS ANIMATION PROPERTIES (keanulee):
 *
 * iOS Safari (tested on iOS 8.1) does not handle animation-delay very well - it doesn't
 * guarantee that the animation will start _exactly_ after that value. So we avoid using
 * animation-delay and instead set custom keyframes for each color (as redundant as it
 * seems).
 *
 * We write out each animation in full (instead of separating animation-name,
 * animation-duration, etc.) because under the polyfill, Safari does not recognize those
 * specific properties properly, treats them as -webkit-animation, and overrides the
 * other animation rules. See https://github.com/Polymer/platform/issues/53.
 */
.active .spinner-layer.spinner-blue {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer.spinner-red {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer.spinner-yellow {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer.spinner-green {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer,
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only,
.active .spinner-layer.spinner-green-only {
  /* durations: 4 * ARCTIME */
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
  }
  /* 0.5 * ARCSIZE */
  25% {
    -webkit-transform: rotate(270deg);
  }
  /* 1   * ARCSIZE */
  37.5% {
    -webkit-transform: rotate(405deg);
  }
  /* 1.5 * ARCSIZE */
  50% {
    -webkit-transform: rotate(540deg);
  }
  /* 2   * ARCSIZE */
  62.5% {
    -webkit-transform: rotate(675deg);
  }
  /* 2.5 * ARCSIZE */
  75% {
    -webkit-transform: rotate(810deg);
  }
  /* 3   * ARCSIZE */
  87.5% {
    -webkit-transform: rotate(945deg);
  }
  /* 3.5 * ARCSIZE */
  to {
    -webkit-transform: rotate(1080deg);
  }
  /* 4   * ARCSIZE */
}
@keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  /* 0.5 * ARCSIZE */
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  /* 1   * ARCSIZE */
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  /* 1.5 * ARCSIZE */
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  /* 2   * ARCSIZE */
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  /* 2.5 * ARCSIZE */
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  /* 3   * ARCSIZE */
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  /* 3.5 * ARCSIZE */
  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
  /* 4   * ARCSIZE */
}
@-webkit-keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes red-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}
@keyframes red-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}
@-webkit-keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}
@keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}
@-webkit-keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/**
 * Patch the gap that appear between the two adjacent div.circle-clipper while the
 * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
 */
.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}
.gap-patch .circle {
  width: 1000%;
  left: -450%;
}
.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}
.circle-clipper .circle {
  width: 200%;
  height: 100%;
  border-width: 3px;
  /* STROKEWIDTH */
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  -webkit-animation: none;
  animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.circle-clipper.left .circle {
  left: 0;
  border-right-color: transparent !important;
  -webkit-transform: rotate(129deg);
  transform: rotate(129deg);
}
.circle-clipper.right .circle {
  left: -100%;
  border-left-color: transparent !important;
  -webkit-transform: rotate(-129deg);
  transform: rotate(-129deg);
}
.active .circle-clipper.left .circle {
  /* duration: ARCTIME */
  -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .circle-clipper.right .circle {
  /* duration: ARCTIME */
  -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
  }
}
@keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}
@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
  }
}
@keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}
#spinnerContainer.cooldown {
  /* duration: SHRINK_TIME */
  -webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
  animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
}
@-webkit-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.slider {
  position: relative;
  height: 400px;
  width: 100%;
}
.slider.fullscreen {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slider.fullscreen ul.slides {
  height: 100%;
}
.slider.fullscreen ul.indicators {
  z-index: 2;
  bottom: 30px;
}
.slider .slides {
  background-color: #9e9e9e;
  margin: 0;
  height: 400px;
}
.slider .slides li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: inherit;
  overflow: hidden;
}
.slider .slides li img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.slider .slides li .caption {
  color: #fff;
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  opacity: 0;
}
.slider .slides li .caption p {
  color: #e0e0e0;
}
.slider .slides li.active {
  z-index: 2;
}
.slider .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
.slider .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin: 0 12px;
  background-color: #e0e0e0;
  transition: background-color 0.3s;
  border-radius: 50%;
}
.slider .indicators .indicator-item.active {
  background-color: #4CAF50;
}
.carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 400px;
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.carousel.carousel-slider {
  top: 0;
  left: 0;
  height: 0;
}
.carousel.carousel-slider .carousel-fixed-item {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 1;
}
.carousel.carousel-slider .carousel-fixed-item.with-indicators {
  bottom: 68px;
}
.carousel.carousel-slider .carousel-item {
  width: 100%;
  height: 100%;
  min-height: 400px;
  position: absolute;
  top: 0;
  left: 0;
}
.carousel.carousel-slider .carousel-item h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
.carousel.carousel-slider .carousel-item p {
  font-size: 15px;
}
.carousel .carousel-item {
  display: none;
  width: 200px;
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
}
.carousel .carousel-item img {
  width: 100%;
}
.carousel .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
.carousel .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 24px 4px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: background-color 0.3s;
  border-radius: 50%;
}
.carousel .indicators .indicator-item.active {
  background-color: #fff;
}
/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what's here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/**
 * The picker input element.
 */
.picker__input {
  cursor: default;
}
/**
 * When the picker is opened, the input element is "activated".
 */
.picker__input.picker__input--active {
  border-color: #0089ec;
}
/**
 * The holder is the only "scrollable" top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what's here.
 */
/**
 * Make the holder and frame fullscreen.
 */
.picker__holder,
.picker__frame {
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
}
/**
 * The holder should overlay the entire screen.
 */
.picker__holder {
  position: fixed;
  transition: background 0.15s ease-out, top 0s 0.15s;
  -webkit-backface-visibility: hidden;
}
/**
 * The frame that bounds the box contents of the picker.
 */
.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  width: 300px;
  max-height: 350px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: all 0.15s ease-out;
}
@media (min-height: 28.875em) {
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }
}
@media (min-height: 40.125em) {
  .picker__frame {
    margin-bottom: 7.5%;
  }
}
/**
 * The wrapper sets the stage to vertically align the box contents.
 */
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}
@media (min-height: 28.875em) {
  .picker__wrap {
    display: block;
  }
}
/**
 * The box contains all the picker contents.
 */
.picker__box {
  background: #ffffff;
  display: table-cell;
  vertical-align: middle;
}
@media (min-height: 28.875em) {
  .picker__box {
    display: block;
    border: 1px solid #777777;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  }
}
/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  top: 0;
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  transition: background 0.15s ease-out;
}
.picker--opened .picker__frame {
  top: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
@media (min-height: 35.875em) {
  .picker--opened .picker__frame {
    top: 10%;
    bottom: auto;
  }
}
/**
 * For `large` screens, transform into an inline picker.
 */
/* ==========================================================================
   CUSTOM MATERIALIZE STYLES
   ========================================================================== */
.picker__input.picker__input--active {
  border-color: #E3F2FD;
}
.picker__frame {
  margin: 0 auto;
  max-width: 325px;
}
@media (min-height: 38.875em) {
  .picker--opened .picker__frame {
    top: 10%;
    bottom: auto;
  }
}
/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em;
}
/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}
/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}
/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  height: 2em;
  padding: 0;
  margin-left: .25em;
  margin-right: .25em;
}
.picker__select--month.browser-default {
  display: inline;
  background-color: #FFFFFF;
  width: 40%;
}
.picker__select--year.browser-default {
  display: inline;
  background-color: #FFFFFF;
  width: 26%;
}
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: rgba(0, 0, 0, 0.05);
}
/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: 1rem;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}
.picker__table th,
.picker__table td {
  text-align: center;
}
.picker__table td {
  margin: 0;
  padding: 0;
}
/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */
}
@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}
/**
 * The days on the calendar
 */
.picker__day--today {
  position: relative;
  color: #595959;
  letter-spacing: -.3;
  padding: .75rem 0;
  font-weight: 400;
  border: 1px solid transparent;
}
.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}
.picker__day--infocus:hover {
  cursor: pointer;
  color: #000;
  font-weight: 500;
}
.picker__day--outfocus {
  display: none;
  padding: .75rem 0;
  color: #fff;
}
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #dddddd;
  font-weight: 500;
}
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  border-radius: 50%;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  background: #0089ec;
  color: #ffffff;
}
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}
/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: rgba(0, 0, 0, 0.05);
  outline: none;
}
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}
.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}
.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200;
}
.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777;
}
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}
/* ==========================================================================
   CUSTOM MATERIALIZE STYLES
   ========================================================================== */
.picker__box {
  border-radius: 2px;
  overflow: hidden;
}
.picker__date-display {
  text-align: center;
  background-color: #26a69a;
  color: #fff;
  padding-bottom: 15px;
  font-weight: 300;
}
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #a1ded8;
}
.picker__weekday-display {
  background-color: #1f897f;
  padding: 10px;
  font-weight: 200;
  letter-spacing: .5;
  font-size: 1rem;
  margin-bottom: 15px;
}
.picker__month-display {
  text-transform: uppercase;
  font-size: 2rem;
}
.picker__day-display {
  font-size: 4.5rem;
  font-weight: 400;
}
.picker__year-display {
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.4);
}
.picker__box {
  padding: 0;
}
.picker__calendar-container {
  padding: 0 1rem;
}
.picker__calendar-container thead {
  border: none;
}
.picker__table {
  margin-top: 0;
  margin-bottom: .5em;
}
.picker__day--infocus {
  color: #595959;
  letter-spacing: -.3;
  padding: .75rem 0;
  font-weight: 400;
  border: 1px solid transparent;
}
.picker__day.picker__day--today {
  color: #26a69a;
}
.picker__day.picker__day--today.picker__day--selected {
  color: #fff;
}
.picker__weekday {
  font-size: .9rem;
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  border-radius: 50%;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  background-color: #26a69a;
  color: #ffffff;
}
.picker__day--selected.picker__day--outfocus,
.picker__day--selected:hover.picker__day--outfocus,
.picker--focused .picker__day--selected.picker__day--outfocus {
  background-color: #a1ded8;
}
.picker__footer {
  text-align: right;
  padding: 5px 10px;
}
.picker__close,
.picker__today {
  font-size: 1.1rem;
  padding: 0 1rem;
  color: #26a69a;
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #676767;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #676767;
}
button.picker__today:focus,
button.picker__clear:focus,
button.picker__close:focus {
  background-color: #a1ded8;
}
/* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */
/**
 * The list of times.
 */
.picker__list {
  list-style: none;
  padding: 0.75em 0 4.2em;
  margin: 0;
}
/**
 * The times on the clock.
 */
.picker__list-item {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin-bottom: -1px;
  position: relative;
  background: #ffffff;
  padding: .75em 1.25em;
}
@media (min-height: 46.75em) {
  .picker__list-item {
    padding: .5em 1em;
  }
}
/* Hovered time */
.picker__list-item:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-color: #0089ec;
  z-index: 10;
}
/* Highlighted and hovered/focused time */
.picker__list-item--highlighted {
  border-color: #0089ec;
  z-index: 10;
}
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
/* Selected and hovered/focused time */
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  background: #0089ec;
  color: #ffffff;
  z-index: 10;
}
/* Disabled time */
.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
  border-color: #dddddd;
  z-index: auto;
}
/**
 * The clear button
 */
.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: none;
  border: 0;
  font-weight: 500;
  font-size: .67em;
  text-align: center;
  text-transform: uppercase;
  color: #666;
}
.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
  color: #000000;
  background: #b1dcfb;
  background: #ee2200;
  border-color: #ee2200;
  cursor: pointer;
  color: #ffffff;
  outline: none;
}
.picker--time .picker__button--clear:before {
  top: -0.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: bold;
}
.picker--time .picker__button--clear:hover:before,
.picker--time .picker__button--clear:focus:before {
  color: #ffffff;
}
/* ==========================================================================
   $DEFAULT-TIME-PICKER
   ========================================================================== */
/**
 * The frame the bounds the time picker.
 */
.picker--time .picker__frame {
  min-width: 256px;
  max-width: 320px;
}
/**
 * The picker box.
 */
.picker--time .picker__box {
  font-size: 1em;
  background: #f2f2f2;
  padding: 0;
}
@media (min-height: 40.125em) {
  .picker--time .picker__box {
    margin-bottom: 5em;
  }
}
@charset "UTF-8";
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.hinge {
  animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  from,
  11.1%,
  to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -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);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../../custom/plugins/MadFoxTheme/Resources/Themes/Frontend/Shop/frontend/_public/src/less/fonts/slick.eot');
  src: url('../../custom/plugins/MadFoxTheme/Resources/Themes/Frontend/Shop/frontend/_public/src/less/fonts/slick.eot?#iefix') format('embedded-opentype'), url('../../custom/plugins/MadFoxTheme/Resources/Themes/Frontend/Shop/frontend/_public/src/less/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
.slick-prev:before[dir="rtl"] {
  content: "→";
}
.slick-next {
  right: -25px;
}
.slick-next[dir="rtl"] {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
.slick-next:before[dir="rtl"] {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media all and (max-width: 48em) {
  .slick-dots {
    display: none !important;
  }
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.shop-choice-popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
}
.shop-choice-popup.is--hide {
  display: none !important;
}
@media all and (min-width: 48em) {
  .shop-choice-popup {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.shop-choice-popup .shop-choice-popup--box {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 5rem 1.25rem 5rem 1.25rem;
  overflow: auto;
  background: #fff;
}
@media all and (min-width: 48em) {
  .shop-choice-popup .shop-choice-popup--box {
    width: 80vw;
    max-width: 56.25rem;
    height: auto;
  }
}
.shop-choice-popup .shop-choice-popup--box .shop-choice-popup--close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  font-size: 1.5rem;
  color: #000;
  cursor: pointer;
}
.shop-choice-popup .shop-choice-popup--box .box--title {
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  font-weight: 300;
  text-align: center;
  color: #000;
}
@media all and (min-width: 48em) {
  .shop-choice-popup .shop-choice-popup--box .box--title {
    font-size: 2rem;
  }
}
.shop-choice-popup .shop-choice-popup--box .box--image-list {
  margin: 1.25rem 0rem 0rem 0rem;
}
@media all and (min-width: 48em) {
  .shop-choice-popup .shop-choice-popup--box .box--image-list {
    display: flex;
    justify-content: center;
  }
}
.shop-choice-popup .shop-choice-popup--box .box--image-list a {
  display: block;
}
@media all and (min-width: 48em) {
  .shop-choice-popup .shop-choice-popup--box .box--image-list a {
    border-right: 1px solid #000;
  }
  .shop-choice-popup .shop-choice-popup--box .box--image-list a:last-of-type {
    border: 0 none;
  }
}
.shop-choice-popup .shop-choice-popup--box .box--image-list a img {
  max-height: 80px;
  padding: 1.25rem 0rem 1.25rem 0rem;
  margin: 0 auto;
}
.shop-choice-popup .shop-choice-popup--box .box--image-list a img.fox {
  height: 80px;
}
.shop-choice-popup .shop-choice-popup--box .box--image-list a img.raceface {
  max-width: 200px;
  top: 30px;
}
@media all and (min-width: 78.75em) {
  .shop-choice-popup .shop-choice-popup--box .box--image-list a img.raceface {
    max-width: 250px;
  }
}
.shop-choice-popup .shop-choice-popup--box .box--image-list a img.marzocchi {
  max-width: 200px;
  top: 24px;
}
@media all and (min-width: 78.75em) {
  .shop-choice-popup .shop-choice-popup--box .box--image-list a img.marzocchi {
    max-width: 250px;
    top: 20px;
  }
}
@media all and (min-width: 48em) {
  .shop-choice-popup .shop-choice-popup--box .box--image-list a img {
    position: relative;
    top: 15px;
    padding: 0rem 2rem 0rem 2rem;
    margin: 0;
  }
  .shop-choice-popup .shop-choice-popup--box .box--image-list a img.is--small {
    max-height: 50px;
  }
}
.shop-choice-popup .shop-choice-popup--box .box--actions {
  margin: 2.5rem 0rem 0rem 0rem;
}
@media all and (min-width: 48em) {
  .shop-choice-popup .shop-choice-popup--box .box--actions {
    margin: 5rem 0rem 0rem 0rem;
  }
}
.shop-choice-popup .shop-choice-popup--box .box--actions a {
  display: block;
  margin: 1.25rem 0rem 0rem 0rem;
  text-align: center;
  text-decoration: underline;
  color: #000;
}
.shop-choice-popup .shop-choice-popup--box .box--actions a.shop-choice-popup--close-link {
  cursor: pointer;
}
/* General styles for the modal */
/* 
Styles for the html/body for special modal where we want 3d effects
Note that we need a container wrapping all content on the page for the 
perspective effects (not including the modals and the overlay).
*/
.md-perspective,
.md-perspective body {
  height: 100%;
  overflow: hidden;
}
.md-perspective body {
  background: #222;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
}
.container {
  background: #000000;
  min-height: 100%;
}
.md-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 630px;
  min-width: 320px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.md-show {
  visibility: visible;
}
.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: #000000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.md-overlay.md-show,
.md-show ~ .md-overlay {
  opacity: 0.5;
  visibility: visible;
}
/* Content styles */
.md-content {
  color: #000000;
  background: #ffffff;
  position: relative;
  border-radius: 3px;
  margin: 0 auto;
}
.md-content h3 {
  margin: 0;
  padding: 0.4em;
  text-align: center;
  font-size: 2.4em;
  font-weight: 500;
  opacity: 0.8;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px 3px 0 0;
}
.md-content > div {
  padding: 15px 40px 30px;
  margin: 0;
  font-weight: 500;
  font-size: 1.15em;
}
.md-content > div p {
  margin: 0;
  padding: 10px 0;
}
.md-content > div ul {
  margin: 0;
  padding: 0 0 30px 20px;
}
.md-content > div ul li {
  padding: 5px 0;
}
.md-content button {
  display: block;
  margin: 0 auto;
  font-size: 0.8em;
}
/* Individual modal styles with animations/transitions */
/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show.md-effect-1 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* Effect 2: Slide from the right */
.md-effect-2 .md-content {
  -webkit-transform: translateX(20%);
  -moz-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.md-show.md-effect-2 .md-content {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
/* Effect 3: Slide from the bottom */
.md-effect-3 .md-content {
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show.md-effect-3 .md-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
/* Effect 4: Newspaper */
.md-effect-4 .md-content {
  -webkit-transform: scale(0) rotate(720deg);
  -moz-transform: scale(0) rotate(720deg);
  -ms-transform: scale(0) rotate(720deg);
  transform: scale(0) rotate(720deg);
  opacity: 0;
}
.md-show.md-effect-4 ~ .md-overlay,
.md-effect-4 .md-content {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.md-show.md-effect-4 .md-content {
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1;
}
/* Effect 5: fall */
.md-effect-5.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.md-effect-5 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(600px) rotateX(20deg);
  -moz-transform: translateZ(600px) rotateX(20deg);
  -ms-transform: translateZ(600px) rotateX(20deg);
  transform: translateZ(600px) rotateX(20deg);
  opacity: 0;
}
.md-show.md-effect-5 .md-content {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translateZ(0px) rotateX(0deg);
  -moz-transform: translateZ(0px) rotateX(0deg);
  -ms-transform: translateZ(0px) rotateX(0deg);
  transform: translateZ(0px) rotateX(0deg);
  opacity: 1;
}
/* Effect 6: side fall */
.md-effect-6.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.md-effect-6 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
  -moz-transform: translate(30%) translateZ(600px) rotate(10deg);
  -ms-transform: translate(30%) translateZ(600px) rotate(10deg);
  transform: translate(30%) translateZ(600px) rotate(10deg);
  opacity: 0;
}
.md-show.md-effect-6 .md-content {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translate(0%) translateZ(0) rotate(0deg);
  -moz-transform: translate(0%) translateZ(0) rotate(0deg);
  -ms-transform: translate(0%) translateZ(0) rotate(0deg);
  transform: translate(0%) translateZ(0) rotate(0deg);
  opacity: 1;
}
/* Effect 7:  slide and stick to top */
.md-effect-7 {
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.md-effect-7 .md-content {
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  opacity: 0;
}
.md-show.md-effect-7 .md-content {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  border-radius: 0 0 3px 3px;
  opacity: 1;
}
/* Effect 8: 3D flip horizontal */
.md-effect-8.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.md-effect-8 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-70deg);
  -moz-transform: rotateY(-70deg);
  -ms-transform: rotateY(-70deg);
  transform: rotateY(-70deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.md-show.md-effect-8 .md-content {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 1;
}
/* Effect 9: 3D flip vertical */
.md-effect-9.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.md-effect-9 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-70deg);
  -moz-transform: rotateX(-70deg);
  -ms-transform: rotateX(-70deg);
  transform: rotateX(-70deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.md-show.md-effect-9 .md-content {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
}
/* Effect 10: 3D sign */
.md-effect-10.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.md-effect-10 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-60deg);
  -moz-transform: rotateX(-60deg);
  -ms-transform: rotateX(-60deg);
  transform: rotateX(-60deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show.md-effect-10 .md-content {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
}
/* Effect 11: Super scaled */
.md-effect-11 .md-content {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show.md-effect-11 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* Effect 12:  Just me */
.md-effect-12 .md-content {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show.md-effect-12 ~ .md-overlay {
  background: #e74c3c;
}
.md-effect-12 .md-content h3,
.md-effect-12 .md-content {
  background: transparent;
}
.md-show.md-effect-12 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* Effect 13: 3D slit */
.md-effect-13.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.md-effect-13 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-3000px) rotateY(90deg);
  -moz-transform: translateZ(-3000px) rotateY(90deg);
  -ms-transform: translateZ(-3000px) rotateY(90deg);
  transform: translateZ(-3000px) rotateY(90deg);
  opacity: 0;
}
.md-show.md-effect-13 .md-content {
  -webkit-animation: slit 0.7s forwards ease-out;
  -moz-animation: slit 0.7s forwards ease-out;
  animation: slit 0.7s forwards ease-out;
}
@-webkit-keyframes slit {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(89deg);
    opacity: .5;
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes slit {
  50% {
    -moz-transform: translateZ(-250px) rotateY(89deg);
    opacity: .5;
    -moz-animation-timing-function: ease-out;
  }
  100% {
    -moz-transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes slit {
  50% {
    transform: translateZ(-250px) rotateY(89deg);
    opacity: 1;
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}
/* Effect 14:  3D Rotate from bottom */
.md-effect-14.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.md-effect-14 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateY(100%) rotateX(90deg);
  -moz-transform: translateY(100%) rotateX(90deg);
  -ms-transform: translateY(100%) rotateX(90deg);
  transform: translateY(100%) rotateX(90deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  transform-origin: 0 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.md-show.md-effect-14 .md-content {
  -webkit-transform: translateY(0%) rotateX(0deg);
  -moz-transform: translateY(0%) rotateX(0deg);
  -ms-transform: translateY(0%) rotateX(0deg);
  transform: translateY(0%) rotateX(0deg);
  opacity: 1;
}
/* Effect 15:  3D Rotate in from left */
.md-effect-15.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.md-effect-15 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -moz-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -ms-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  transform-origin: 0 100%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show.md-effect-15 .md-content {
  -webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  -moz-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  -ms-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  transform: translateZ(0px) translateX(0%) rotateY(0deg);
  opacity: 1;
}
/* Effect 16:  Blur */
.md-show.md-effect-16 ~ .md-overlay {
  background: rgba(180, 46, 32, 0.5);
}
.md-show.md-effect-16 ~ .container {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  filter: blur(3px);
}
.md-effect-16 .md-content {
  -webkit-transform: translateY(-5%);
  -moz-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  transform: translateY(-5%);
  opacity: 0;
}
.md-show.md-effect-16 ~ .container,
.md-effect-16 .md-content {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show.md-effect-16 .md-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
/* Effect 17:  Slide in from bottom with perspective on container */
.md-show.md-effect-17 ~ .container {
  height: 100%;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.md-show.md-effect-17 ~ .container,
.md-show.md-effect-17 ~ .md-overlay {
  -webkit-transform: rotateX(-2deg);
  -moz-transform: rotateX(-2deg);
  -ms-transform: rotateX(-2deg);
  transform: rotateX(-2deg);
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.md-effect-17 .md-content {
  opacity: 0;
  -webkit-transform: translateY(200%);
  -moz-transform: translateY(200%);
  -ms-transform: translateY(200%);
  transform: translateY(200%);
}
.md-show.md-effect-17 .md-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.3s 0.2s;
  -moz-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
}
/* Effect 18:  Slide from right with perspective on container */
.md-show.md-effect-18 ~ .container {
  height: 100%;
  overflow: hidden;
}
.md-show.md-effect-18 ~ .md-overlay {
  background: rgba(143, 27, 15, 0.8);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.md-show.md-effect-18 ~ .container,
.md-show.md-effect-18 ~ .md-overlay {
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: 0% 50%;
  -webkit-animation: rotateRightSideFirst 0.5s forwards ease-in;
  -moz-transform-style: preserve-3d;
  -moz-transform-origin: 0% 50%;
  -moz-animation: rotateRightSideFirst 0.5s forwards ease-in;
  transform-style: preserve-3d;
  transform-origin: 0% 50%;
  animation: rotateRightSideFirst 0.5s forwards ease-in;
}
@-webkit-keyframes rotateRightSideFirst {
  50% {
    -webkit-transform: translateZ(-50px) rotateY(5deg);
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateZ(-200px);
  }
}
@-moz-keyframes rotateRightSideFirst {
  50% {
    -moz-transform: translateZ(-50px) rotateY(5deg);
    -moz-animation-timing-function: ease-out;
  }
  100% {
    -moz-transform: translateZ(-200px);
  }
}
@keyframes rotateRightSideFirst {
  50% {
    transform: translateZ(-50px) rotateY(5deg);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateZ(-200px);
  }
}
.md-effect-18 .md-content {
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  opacity: 0;
}
.md-show.md-effect-18 .md-content {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: all 0.5s 0.1s;
  -moz-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
}
/* Effect 19:  Slip in from the top with perspective on container */
.md-show.md-effect-19 ~ .container {
  height: 100%;
  overflow: hidden;
}
.md-show.md-effect-19 ~ .md-overlay {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.md-show.md-effect-19 ~ .container,
.md-show.md-effect-19 ~ .md-overlay {
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: 50% 100%;
  -webkit-animation: OpenTop 0.5s forwards ease-in;
  -moz-transform-style: preserve-3d;
  -moz-transform-origin: 50% 100%;
  -moz-animation: OpenTop 0.5s forwards ease-in;
  transform-style: preserve-3d;
  transform-origin: 50% 100%;
  animation: OpenTop 0.5s forwards ease-in;
}
@-webkit-keyframes OpenTop {
  50% {
    -webkit-transform: rotateX(10deg);
    -webkit-animation-timing-function: ease-out;
  }
}
@-moz-keyframes OpenTop {
  50% {
    -moz-transform: rotateX(10deg);
    -moz-animation-timing-function: ease-out;
  }
}
@keyframes OpenTop {
  50% {
    transform: rotateX(10deg);
    animation-timing-function: ease-out;
  }
}
.md-effect-19 .md-content {
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  opacity: 0;
}
.md-show.md-effect-19 .md-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.5s 0.1s;
  -moz-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
}
@media screen and (max-width: 32em) {
  body {
    font-size: 75%;
  }
}
.footer-main {
  border: none;
  background: none;
  clear: both;
  float: left;
  width: 100%;
}
.footer-main .footer--column {
  width: 100%;
  padding: 0;
}
@media all and (min-width: 48em) {
  .footer-main .footer--column {
    padding: 0rem 0.625rem;
    width: 33%;
  }
}
@media all and (min-width: 78.75em) {
  .footer-main .footer--column {
    width: 25%;
  }
}
.footer-main .footer--columns {
  margin: 0;
  padding: 80px 0 20px;
}
/*
.is--ctl-listing:not(.is--foxMainCat) .listing--sidebar + .content--wrapper{
  #footer--contact{

    @media all and (min-width: @tabletViewportWidth){
      margin-left: -230px;
      width: ~"-webkit-calc(100% + 230px)";
      width: ~"-moz-calc(100% + 230px)";
      width: ~"calc(100% + 230px)";
    }

  }
}*/
#footer--contact {
  position: relative;
  clear: both;
  float: left;
  width: 100%;
  margin: 6.25rem 0rem 0rem 0rem;
}
#footer--contact:after {
  position: absolute;
  content: '';
  background: url('../../custom/plugins/MadFoxTheme/Resources/Themes/Frontend/Shop/frontend/_public/src/images/Front-Footer.jpg') no-repeat;
  background-position: bottom center;
  top: -82px;
  left: 0px;
  width: 100%;
  height: 82px;
  z-index: -1;
}
#footer--contact .content--white {
  background: #000000;
  /* -webkit-box-shadow: 0px 10px 20px 0px rgba(248,122,39,0.2);
    -moz-box-shadow: 0px 10px 20px 0px rgba(248,122,39,0.2);
    box-shadow: 0px 10px 20px 0px rgba(248,122,39,0.2); */
}
#footer--contact .container {
  padding: 0;
}
#footer--contact .container i {
  float: left;
  margin: 0 20px 0 0;
}
@media all and (min-width: 30em) {
  #footer--contact .container i {
    width: 100%;
    margin: 0;
  }
}
#footer--contact .container .col--flex {
  float: left;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer--contact .container .col--flex .col {
  float: left;
  width: 100%;
  padding: 20px;
  border-right: 1px solid #2f2f2f;
}
@media all and (min-width: 48em) {
  #footer--contact .container .col--flex .col {
    padding: 20px;
    width: 50%;
  }
}
@media all and (min-width: 78.75em) {
  #footer--contact .container .col--flex .col {
    width: 35%;
    padding: 40px;
  }
}
#footer--contact .container .col--flex .col .left {
  float: left;
  width: 50%;
}
#footer--contact .container .col--flex .col .right {
  float: left;
  width: 50%;
}
#footer--contact .container .col--flex .col .right p {
  color: #bdb0a1;
  font-weight: 400;
  font-size: 11px;
  text-transform: inherit;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
#footer--contact .container .col--flex .col a {
  color: #000000;
  float: left;
}
#footer--contact .container .col--flex .col a:hover {
  color: #f36903;
  border-color: #f36903;
}
#footer--contact .container .col--flex .col a.btn {
  clear: both;
  float: left;
  color: #FFF;
  font-family: "vista-slab", serif;
  text-transform: uppercase;
  font-style: italic;
  font-size: 12px;
  border: 2px solid #a1793d;
  height: 34px;
  line-height: 32px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: none;
  background-image: none;
  margin: 30px 0 0;
}
#footer--contact .container .col--flex .col a.btn:hover {
  border-color: #f36903;
  background: #f36903;
}
#footer--contact .container .col--flex .col h6 {
  color: #000;
  font-style: italic;
  font-weight: 600;
  line-height: 11pt;
  font-size: 9pt;
  text-transform: uppercase;
  margin: 0px 0 10px;
}
@media all and (min-width: 30em) {
  #footer--contact .container .col--flex .col h6 {
    margin: 20px 0;
  }
}
@media all and (min-width: 48em) {
  #footer--contact .container .col--flex .col h6 {
    font-size: 11pt;
  }
}
#footer--contact .container .col--flex .col p {
  color: #000;
  text-transform: uppercase;
  font-size: 8pt;
  line-height: 16pt;
  margin: 0;
}
@media all and (min-width: 30em) {
  #footer--contact .container .col--flex .col p {
    margin: 0 0 20px;
  }
}
@media all and (min-width: 48em) {
  #footer--contact .container .col--flex .col p {
    font-size: 10pt;
  }
}
#footer--contact .container .col--flex .col p span {
  color: #4b4b4b;
}
#footer--contact .container .col--flex .col span {
  clear: both;
  float: left;
  font-weight: 600;
  margin-right: 5px;
}
#footer--contact .container .col--flex .col span.right-infos,
#footer--contact .container .col--flex .col span.left-infos {
  margin: 0;
  clear: none;
  float: left;
  width: 100%;
  font-weight: 400;
}
@media all and (min-width: 48em) {
  #footer--contact .container .col--flex .col span.right-infos,
  #footer--contact .container .col--flex .col span.left-infos {
    width: 50%;
  }
}
#footer--contact .container .col--flex .col span.right-infos {
  margin: 10px 0 0;
}
@media all and (min-width: 48em) {
  #footer--contact .container .col--flex .col span.right-infos {
    margin: 0;
  }
}
#footer--contact .container .col--flex .col.col--footer-opentime {
  border-right: none;
  width: 100%;
  padding: 20px;
  border-top: 1px solid #2f2f2f;
}
@media all and (min-width: 48em) {
  #footer--contact .container .col--flex .col.col--footer-opentime {
    width: 50%;
    border-top: none;
  }
}
@media all and (min-width: 78.75em) {
  #footer--contact .container .col--flex .col.col--footer-opentime {
    width: 24%;
    border-right: 1px solid #2f2f2f;
    padding: 30px 40px;
  }
}
#footer--contact .container .col--flex .col .buyer-hotline {
  clear: both;
  float: left;
  width: 100%;
}
#footer--contact .container .col--flex .col .buyer-hotline .left {
  float: left;
  clear: both;
  width: 100%;
}
@media all and (min-width: 30em) {
  #footer--contact .container .col--flex .col .buyer-hotline .left {
    width: 50%;
    padding: 0 10px 0 0;
  }
}
#footer--contact .container .col--flex .col .buyer-hotline .right {
  float: left;
  width: 100%;
  padding: 20px 0 0 0;
}
@media all and (min-width: 30em) {
  #footer--contact .container .col--flex .col .buyer-hotline .right {
    width: 50%;
    padding: 0 0 0 10px;
  }
}
#footer--contact .container .col--flex .col .buyer-hotline .title {
  text-transform: uppercase;
  color: #a87f40;
  font-size: 16px;
  line-height: 20px;
  font-family: "vista-slab", serif;
  font-style: italic;
}
#footer--contact .container .col--flex .col .buyer-hotline p {
  clear: both;
  float: left;
  width: 100%;
  color: #bdb0a1;
  font-size: 11px;
  line-height: 15px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 10px 0 0;
  min-height: 45px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
#footer--contact .container .col--flex .col .buyer-hotline .mail {
  clear: both;
  float: left;
  width: 100%;
  margin: 18px 0 0;
}
#footer--contact .container .col--flex .col .buyer-hotline .mail .icon-mail {
  float: left;
  color: #a87f40;
  width: 40px;
  margin: 0;
}
#footer--contact .container .col--flex .col .buyer-hotline .mail .icon-mail svg {
  width: 24px;
  height: 24px;
}
#footer--contact .container .col--flex .col .buyer-hotline .mail .inhalt {
  float: left;
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
  position: relative;
}
#footer--contact .container .col--flex .col .buyer-hotline .mail .inhalt span {
  color: #FFF;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  clear: both;
  float: left;
  letter-spacing: 0.1em;
}
#footer--contact .container .col--flex .col .buyer-hotline .mail .inhalt a {
  color: #bdb0a1;
  border: none;
  text-decoration: underline;
  font-size: 12px;
  clear: both;
  float: left;
}
#footer--contact .container .col--flex .col .buyer-hotline .mail .inhalt a:hover {
  color: #f36903;
}
#footer--contact .container .col--flex .col .buyer-hotline .mail .inhalt i {
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  font-size: 12px;
  color: #000000;
  background: #ff6600;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 0 0 10px;
  font-family: "vista-slab", serif;
  font-style: inherit;
}
#footer--contact .container .col--flex .col .buyer-hotline .tel {
  clear: both;
  float: left;
  width: 100%;
}
@media all and (min-width: 48em) {
  #footer--contact .container .col--flex .col .buyer-hotline .tel {
    margin: 18px 0 0;
  }
}
#footer--contact .container .col--flex .col .buyer-hotline .tel .icon-tel {
  float: left;
  color: #a87f40;
  width: 40px;
  margin: 0;
}
#footer--contact .container .col--flex .col .buyer-hotline .tel .icon-tel svg {
  width: 24px;
  height: 24px;
}
#footer--contact .container .col--flex .col .buyer-hotline .tel .inhalt {
  float: left;
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
  position: relative;
}
#footer--contact .container .col--flex .col .buyer-hotline .tel .inhalt .time {
  position: absolute;
  left: -40px;
  top: -54px;
  width: -webkit-calc(100% + 40px);
  width: -moz-calc(100% + 40px);
  width: calc(100% + 40px);
  z-index: 10;
  padding: 10px 0;
  background: #000;
  color: #FFF;
  font-size: 11px;
  line-height: 15px;
  min-height: 45px;
  display: none;
}
@media all and (min-width: 48em) {
  #footer--contact .container .col--flex .col .buyer-hotline .tel .inhalt .time {
    top: -65px;
  }
}
#footer--contact .container .col--flex .col .buyer-hotline .tel .inhalt .time.hover {
  display: block;
}
#footer--contact .container .col--flex .col .buyer-hotline .tel .inhalt span {
  color: #FFF;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
  clear: both;
  float: left;
  letter-spacing: 0.1em;
}
#footer--contact .container .col--flex .col .buyer-hotline .tel .inhalt a {
  color: #bdb0a1;
  border: none;
  text-decoration: none;
  font-size: 12px;
  clear: both;
  float: left;
}
#footer--contact .container .col--flex .col .buyer-hotline .tel .inhalt i {
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  font-size: 12px;
  color: #000000;
  background: #ff6600;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 0 0 10px;
  font-family: "vista-slab", serif;
  font-style: inherit;
}
#footer--contact .container .col--flex .col.col--footer-endkunden {
  border-right: none;
  width: 100%;
  border-top: 1px solid #2f2f2f;
  padding-top: 20px;
}
@media all and (min-width: 78.75em) {
  #footer--contact .container .col--flex .col.col--footer-endkunden {
    width: 41%;
    border-top: none;
    padding-top: 30px;
  }
}
#footer--contact .container .col--flex .col.col--footer-contact {
  text-transform: uppercase;
  border-bottom: 1px solid #2f2f2f;
}
@media all and (min-width: 30em) {
  #footer--contact .container .col--flex .col.col--footer-contact {
    border-bottom: none;
  }
}
#footer--contact .container .col--flex .col.col--footer-contact p {
  display: none;
}
@media all and (min-width: 48em) {
  #footer--contact .container .col--flex .col.col--footer-contact p {
    display: block;
  }
}
#footer--contact .container .col--flex .col.col--footer-contact .right {
  width: 40% !important;
}
#footer--contact .container .col--flex .col.col--footer-contact .left {
  width: 60% !important;
}
#footer--contact .container .col--flex .col.col--footer-contact span {
  display: block;
  line-height: 1em;
  clear: none;
}
@media all and (min-width: 30em) {
  #footer--contact .container .col--flex .col.col--footer-contact span {
    clear: both;
  }
}
#footer--contact .container .col--flex .col.col--footer-contact span.subtitle {
  color: #5a5a5a;
  margin: 0 0 5px;
  width: 70%;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.3em;
}
@media all and (min-width: 30em) {
  #footer--contact .container .col--flex .col.col--footer-contact span.subtitle {
    width: 100%;
  }
}
#footer--contact .container .col--flex .col.col--footer-contact span.title {
  color: #a87f40;
  font-size: 20px;
  font-family: "vista-slab", serif;
  text-transform: uppercase;
  font-style: italic;
}
@media all and (min-width: 48em) {
  #footer--contact .container .col--flex .col.col--footer-contact span.title {
    font-size: 32px;
  }
}
#footer--contact .container .col--flex .col.col--footer-contact .icon-contact {
  color: #a87f40;
  width: 48px;
  height: 49px;
}
@media all and (min-width: 30em) {
  #footer--contact .container .col--flex .col.col--footer-contact .icon-contact {
    margin: 0 0 20px;
  }
}
#footer--contact .container .right {
  float: left;
  width: 40%;
}
#footer--newsletter {
  clear: both;
  float: left;
  width: 100%;
  border-bottom: 5px solid #f36903;
  /*margin-top: -10px;*/
}
#footer--newsletter .parallax-container {
  height: 500px;
}
#footer--newsletter .parallax-container .parallax img {
  display: block;
}
#footer--newsletter .container {
  text-align: center;
  color: #FFF;
  height: 290px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer--newsletter .container .column--headline {
  text-transform: uppercase;
  color: #f36903;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin: 0px 0 20px;
}
@media all and (min-width: 48em) {
  #footer--newsletter .container .column--headline {
    font-size: 30px;
  }
}
#footer--newsletter .container .column--headline:after {
  display: none;
}
#footer--newsletter .container .column--desc {
  font-weight: 200;
  font-size: 14px;
}
@media all and (min-width: 48em) {
  #footer--newsletter .container .column--desc {
    font-size: 16px;
  }
}
#footer--newsletter .newsletter--field {
  height: 32px;
  background: #FFFFFF;
  margin: 0 10px 0 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  text-align: center;
  width: -webkit-calc(100% - 110px);
  width: -moz-calc(100% - 110px);
  width: calc(100% - 110px);
  padding: 0 10px;
}
@media all and (min-width: 48em) {
  #footer--newsletter .newsletter--field {
    width: -webkit-calc(100% - 220px);
    width: -moz-calc(100% - 220px);
    width: calc(100% - 220px);
    margin: 0 20px 0 0;
    padding: 0 60px;
    height: 42px;
  }
}
#footer--newsletter button {
  width: 100px;
  height: 32px;
  text-align: center;
  color: #FFF;
  font-size: 11px;
  font-style: italic;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  z-index: 0;
  border: none;
  background: #f36903;
  text-transform: uppercase;
}
@media all and (min-width: 48em) {
  #footer--newsletter button {
    width: 200px;
    height: 42px;
  }
}
#footer--newsletter button:after {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  background: #f36903;
  z-index: -2;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
#footer--newsletter button:hover {
  color: #FFF;
}
#footer--newsletter button:hover:after {
  width: 0;
}
#footer--newsletter .column--content {
  display: block;
}
#footer--newsletter .field {
  position: relative;
}
#footer--newsletter .field label {
  position: absolute;
  left: 20px;
  top: 11px;
  z-index: 10;
  display: none;
}
@media all and (min-width: 48em) {
  #footer--newsletter .field label {
    display: block;
  }
}
#footer--newsletter .field label .icon-mail {
  width: 28px;
  height: 22px;
  color: #cacace;
}
#footer--newsletter form img {
  display: inline-block;
  margin: 0 5px;
  background: #fff;
}
.footer--columns {
  clear: both;
  float: left;
  width: 100%;
  background: #eff0f4;
  color: #000;
  padding: 50px 0 0;
}
.footer--columns .column--hotline {
  font-size: 12px;
  color: #4f5362;
  width: 100%;
  padding: 0;
}
@media all and (min-width: 78.75em) {
  .footer--columns .column--hotline {
    width: 20%;
    padding: 0rem 0.625rem 0rem 0rem;
  }
}
.footer--columns .column--hotline .footer--logo {
  color: #000;
  float: left;
  clear: both;
}
.footer--columns .column--hotline .footer--logo .logo {
  width: 102px;
  height: 70px;
}
.footer--columns .column--hotline p {
  float: left;
  clear: both;
}
.footer--columns .column--headline {
  margin: 0;
  font-style: italic;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  font-size: 14px;
}
@media all and (min-width: 48em) {
  .footer--columns .column--headline {
    margin: 0 0 20px;
  }
}
.footer--columns .column--headline:after {
  font-style: normal;
  color: #000000;
}
.footer--columns .column--headline:hover {
  color: #f36903;
}
.footer--columns .column--headline:hover:after {
  color: #f36903;
}
@media all and (min-width: 48em) {
  .footer--columns .column--headline:hover {
    color: #000;
  }
}
.footer--columns .navigation--link {
  border: none;
  color: #4f5362;
  padding: 5px 0;
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 12px;
}
.footer--columns .navigation--link:hover {
  color: #f36903;
  border: none;
}
.footer--socialmedia {
  margin: 0 0 20px;
  clear: both;
  float: right;
  width: 100%;
}
@media all and (min-width: 48em) {
  .footer--socialmedia {
    width: 50%;
    margin: -155px 0 0;
    padding: 0rem 0.625rem;
  }
}
@media all and (min-width: 78.75em) {
  .footer--socialmedia {
    float: left;
    margin: 60px 0 0;
    width: 100%;
    padding: 0;
  }
}
.footer--socialmedia .column--headline {
  font-style: normal;
  font-weight: 600;
  display: none;
}
@media all and (min-width: 48em) {
  .footer--socialmedia .column--headline {
    display: block;
  }
}
.footer--socialmedia .column--headline:after {
  display: none;
}
.footer--socialmedia a {
  border: none;
  float: left;
  width: 46px;
  height: 46px;
  border: 2px solid #dbdcdf;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px 0 0;
  color: #000;
}
.footer--socialmedia a:last-child {
  margin: 0;
}
.footer--socialmedia a .icon-twitter {
  height: 21px;
  width: 21px;
}
.footer--socialmedia a .icon-facebook {
  height: 21px;
  width: 19px;
}
.footer--socialmedia a .icon-google {
  height: 26px;
  width: 26px;
}
.footer--socialmedia a:hover.twitter {
  border-color: #0084b4;
}
.footer--socialmedia a:hover .icon-twitter {
  color: #0084b4;
}
.footer--socialmedia a:hover.facebook {
  border-color: #3b5998;
}
.footer--socialmedia a:hover .icon-facebook {
  color: #3b5998;
}
.footer--socialmedia a:hover.google {
  border-color: #d34836;
}
.footer--socialmedia a:hover .icon-google {
  color: #d34836;
}
#footer-payment {
  padding: 0;
}
@media all and (min-width: 48em) {
  #footer-payment {
    padding-left: 20px;
    padding-top: 20px;
  }
}
@media all and (min-width: 78.75em) {
  #footer-payment {
    padding-left: 0px;
  }
}
#footer-payment .column--headline:after {
  display: none;
}
#footer-payment .items--shipping {
  clear: both;
  float: left;
  width: 100%;
}
#footer-payment .items--shipping .item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  border-right: 1px solid #eaeaea;
  height: 64px;
  float: left;
  background: #f8f8f8;
  padding: 0 5px;
}
#footer-payment .items--shipping .item:last-child {
  border-right: none;
}
#footer-payment .items--shipping .item img {
  max-width: 100%;
  height: auto;
  width: auto;
}
#footer-payment .items {
  clear: both;
  float: left;
  width: 100%;
  margin: 0 0 30px;
}
#footer-payment .items .item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.33%;
  border-right: 1px solid #eaeaea;
  height: 64px;
  float: left;
  background: #f8f8f8;
  padding: 0 5px;
}
#footer-payment .items .item:first-child {
  width: 50%;
  border-bottom: 1px solid #eaeaea;
}
#footer-payment .items .item:nth-child(5),
#footer-payment .items .item:nth-child(4),
#footer-payment .items .item:nth-child(3) {
  border-bottom: 1px solid #eaeaea;
}
#footer-payment .items .item:nth-child(2) {
  border-right: none;
  width: 50%;
  border-bottom: 1px solid #eaeaea;
}
#footer-payment .items .item:last-child {
  border-right: none;
}
#footer-payment .items .item img {
  max-width: 100%;
  height: auto;
  width: auto;
}
.footer--vat-info {
  clear: both;
  float: left;
  width: 100%;
  border-top: 1px solid #eaeaea;
  text-align: center;
  margin: 20px 0 0;
  padding: 20px 0 0;
}
.footer--vat-info .vat-info--text {
  margin: 0;
  font-size: 11px;
  color: #4f5362;
  line-height: 18px;
}
.footer-minimal {
  padding: 0;
  border-top: 5px solid #f36903;
}
.footer-minimal .container {
  padding: 20px;
}
.footer-minimal .footer--vat-info {
  margin: 0;
  background: #f8f8f8;
  padding-bottom: 20px;
}
#footer-payment-minimal {
  text-align: center;
  background: #f8f8f8;
  padding: 20px;
}
#footer-payment-minimal .delivery,
#footer-payment-minimal .payments {
  width: 50%;
  display: inline-block;
  float: left;
}
@media all and (max-width: 48em) {
  #footer-payment-minimal .delivery,
  #footer-payment-minimal .payments {
    width: 100%;
  }
}
@media all and (max-width: 48em) {
  #footer-payment-minimal .payments {
    margin-bottom: 30px;
  }
}
#footer-payment-minimal .items {
  margin: 0 0 0px;
}
#footer-payment-minimal .item {
  display: inline-block;
  margin-right: 2%;
  vertical-align: top;
  margin-bottom: 10px;
}
#footer-payment-minimal .item > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  height: 40px;
}
#footer-payment-minimal .item:last-child {
  margin: 0;
}
#footer-payment-minimal .item img {
  max-height: 90%;
}
#footer-payment-minimal .column--headline {
  display: inline-block;
  color: #b1b1b1;
  text-transform: uppercase;
  font-style: italic;
  font-size: 12px;
  font-weight: 600;
  position: relative;
  vertical-align: top;
  margin: 0 0 20px;
}
.container {
  background: none;
  max-width: 1580px;
  padding: 0 10px;
  min-width: 310px;
  clear: both;
  margin: 0 auto;
}
@media all and (min-width: 48em) {
  .container {
    padding: 0 20px;
  }
}
.emotion--wrapper {
  max-width: 1580px;
}
.content-main--inner {
  padding: 0;
}
.content--white {
  background: #FFFFFF;
  float: left;
  width: 100%;
}
svg {
  display: inline-block;
}
* {
  letter-spacing: 0.04em;
}
a {
  text-decoration: none;
}
.parallax img {
  max-height: none;
  max-width: none;
  height: inherit;
}
::-moz-selection {
  color: #FFF;
  background: #f36903;
  text-shadow: none;
}
::selection {
  color: #FFF;
  background: #f36903;
  text-shadow: none;
}
.diagonal {
  position: relative;
  float: left;
  width: 100%;
  height: 200px;
  background: url('../../custom/plugins/MadFoxTheme/Resources/Themes/Frontend/Shop/frontend/_public/src/images/diagonal.png') no-repeat left bottom;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
/*
.diagonal:after{
  border-bottom: 240px solid #f36903;
  border-right: 3000px solid transparent;
  content: "";
  height: 0;
  line-height: 0;
  position: absolute;
  right: 0;
  top: 0px;
  width: 0;
  z-index: -1;

}*/
.panel.has--border {
  border: none;
}
.left--info--bottom {
  position: absolute;
  text-transform: uppercase;
  transform: rotate(-90deg);
  font-weight: 600;
  color: #ede4dd;
  bottom: 49px;
  font-size: 16px;
  left: -69px;
  display: none;
}
@media all and (min-width: 48em) {
  .left--info--bottom {
    display: block;
  }
}
@media all and (min-width: 1600px) {
  .left--info--bottom {
    bottom: 115px;
    font-size: 40px;
    left: -168px;
  }
}
.right--info--top {
  position: absolute;
  text-transform: uppercase;
  transform: rotate(90deg);
  font-weight: 600;
  color: #ede4dd;
  top: 81px;
  font-size: 16px;
  right: -50px;
  display: none;
}
@media all and (min-width: 48em) {
  .right--info--top {
    display: block;
  }
}
@media all and (min-width: 1600px) {
  .right--info--top {
    font-size: 40px;
    right: -118px;
    top: 122px;
  }
}
.right--info--top-bestseller {
  position: absolute;
  text-transform: uppercase;
  transform: rotate(90deg);
  font-weight: 600;
  color: #ede4dd;
  top: 36px;
  font-size: 16px;
  right: -60px;
  display: none;
}
@media all and (min-width: 1660px) {
  .right--info--top-bestseller {
    font-size: 40px;
    right: -148px;
    top: 140px;
    display: block;
  }
}
.emotion--wrapper {
  overflow: visible;
}
.js--menu-scroller {
  position: static;
}
.js--menu-scroller .navigation--list-wrapper {
  position: relative;
  overflow: visible;
  /*
    &:after{
      position: absolute;
      content: '';
      top: 0px;
      right: 0px;
      height: 1px;
      width: 100%;
      background: @gray-dark;
      background: -moz-linear-gradient(left, #000000 0%, @gray-dark 100%);
      background: -webkit-linear-gradient(left, #000000 0%, @gray-dark 100%);
      background: linear-gradient(to right, #000000 0%, @gray-dark 100%);
    }

    &:before {
      position: absolute;
      content: '';
      left: -11px;
      top: 0px;
      width: 100%;
      height: 100%;
      background: #242424;
      background: -moz-linear-gradient(left, #242424 0%, #000000 100%);
      background: -webkit-linear-gradient(left, #242424 0%, #000000 100%);
      background: linear-gradient(to right, #242424 0%, #000000 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#242424', endColorstr='#000000', GradientType=1);
      -webkit-transform: skew(-15deg);
      -moz-transform: skew(-15deg);
      -ms-transform: skew(-15deg);
      -o-transform: skew(-15deg);
      transform: skew(-15deg);
    }
   */
}
@media all and (min-width: 78.75em) {
  .js--menu-scroller .navigation--list-wrapper {
    padding-top: 6px;
    padding-bottom: 0;
  }
}
.js--menu-scroller--arrow {
  display: none !important;
}
@media all and (min-width: 48em) {
  .is--ctl-listing #breadcrumb {
    margin-top: 60px;
  }
}
@media all and (min-width: 78.75em) {
  .is--ctl-listing #breadcrumb {
    margin-top: 60px;
  }
}
#breadcrumb {
  width: 100%;
  background: #f36903;
  height: 29px;
  margin-top: 69px;
}
@media all and (max-width: 78.75em) {
  #breadcrumb {
    margin-top: 60px;
  }
}
@media all and (max-width: 48em) {
  #breadcrumb {
    margin-top: 55px;
  }
}
#breadcrumb .container {
  padding-top: 0px;
  padding-bottom: 0px;
}
#breadcrumb .container .content--breadcrumb {
  padding: 0;
  border: none;
}
#breadcrumb .container .icon-home {
  width: 13px;
  height: 13px;
}
#breadcrumb .container .breadcrumb--list {
  padding-top: 2px;
  color: #FFFFFF;
}
#breadcrumb .container .breadcrumb--list .breadcrumb--entry a {
  font-size: 10px;
  text-transform: uppercase;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  padding: 0;
  margin: 5px 10px 0;
  line-height: 12px;
  border-color: #FFFFFF;
}
#breadcrumb .container .breadcrumb--list .breadcrumb--home a {
  border: none;
}
#breadcrumb .container .breadcrumb--list .breadcrumb--separator {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 6px;
  font-size: 6px;
  line-height: 12px;
}
.is--foxMainCat .content-main--inner {
  position: relative;
}
.is--foxMainCat .content-main {
  margin-top: 33px;
}
@media all and (min-width: 48em) {
  .is--foxMainCat .content-main {
    margin-top: 57px;
  }
}
#information {
  clear: both;
  float: left;
  width: 100%;
  color: #5f5f5f;
  font-size: 12px;
  line-height: 16px;
  position: relative;
  padding: 120px 20px 140px;
}
#information p {
  clear: both;
  float: left;
  width: 100%;
}
#information h5 {
  margin: 0 0 10px;
  color: #5f5f5f;
  font-size: 12px;
}
#information h5 span {
  color: #000000;
}
.content--emotions .emotion--container:last-child {
  margin: 0;
}
.is--act-index .spezial .banner-slider--title {
  border-bottom: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  background: #FFF;
  clear: both;
  float: left;
  width: 100%;
  color: #e21212;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "vista-slab", serif;
  line-height: 33px;
  position: relative;
  font-style: italic;
}
.is--act-index .spezial .banner-slider--container {
  clear: both;
  float: left;
  width: 100%;
}
@media all and (min-width: 48em) {
  .is--act-index .spezial .banner-slider--container {
    height: 851px;
  }
  .is--act-index .spezial .banner-slider--container .banner-slider--slide {
    height: 800px;
  }
}
.is--act-index .spezial .emotion--banner-slider .image-slider--dots {
  bottom: 9px;
  padding: 20px 0 0;
  border-top: 1px solid #292929;
}
.front-entdecken {
  margin-top: 1px;
}
.video--fullsize {
  position: relative;
  padding-bottom: 56.25%;
  /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 1px;
}
.video--fullsize:hover i {
  background: #f36903;
  border-color: #f36903;
}
.video--fullsize:hover .icon--play {
  color: #FFF;
}
.video--fullsize .video--title {
  position: absolute;
  left: 50%;
  top: 58%;
  width: 300px;
  margin-left: -150px;
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
}
.video--fullsize .icon--video {
  clear: both;
  float: left;
  width: 100%;
}
.video--fullsize i {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #383a3c;
}
.video--fullsize .icon--play {
  width: 39px;
  height: 45px;
  color: #f36903;
}
.video--fullsize .icon--videos {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  margin-top: -65px;
  margin-left: -65px;
  opacity: 0.5;
  -moz-opacity: 0.5;
}
.video--fullsize .video-title {
  display: inline-block;
  max-width: 334px;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2em;
}
@media all and (min-width: 48em) {
  .video--fullsize .video-title {
    font-size: 28px;
  }
}
.video--fullsize .video--info {
  position: absolute;
  display: none;
  width: 50%;
  top: 20%;
  left: 25%;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 125%;
  text-align: center;
}
.video--fullsize.inactive {
  pointer-events: none;
}
.video--fullsize.inactive .video--info {
  display: inline-block;
}
.video--fullsize.inactive .video--title,
.video--fullsize.inactive .icon--videos {
  display: none;
}
.video--fullsize .md-content > div {
  text-align: center;
}
.front-video-modal {
  max-width: none;
  max-height: none;
  width: 54%;
  min-width: 320px;
}
.front-video-modal .youtube {
  max-width: 100%;
  height: 300px !important;
}
@media all and (min-width: 78.75em) {
  .front-video-modal .youtube {
    height: 400px !important;
  }
}
.front-video-modal .md-content > div {
  padding: 12px;
}
@media all and (min-width: 48em) {
  .front-video-modal .md-content > div {
    padding: 36px;
  }
}
.front-video-modal h3 {
  font-size: 16px;
  text-align: left;
  padding-right: 100px;
  padding-left: 20px;
  text-transform: uppercase;
  font-family: "vista-slab", serif;
  font-style: italic;
  color: #000;
  min-height: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.front-video-modal .md-close {
  position: absolute;
  right: 12px;
  top: 8px;
  border: 1px solid #d30909;
  color: #d30909;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 30px;
  height: 30px;
}
.front-video-modal .md-close:hover {
  background: #d30909;
  color: #FFF;
}
.emotion--container {
  background: none;
}
.emotion-einsatz a {
  float: left;
  width: 100%;
}
.emotion-einsatz a img {
  width: 100%;
}
.emotion--wrapper:not(.is--fullscreen) {
  padding: 0;
}
.emotion--downhill .text-left {
  color: #FFFFFF;
  font-size: 48px;
  text-transform: uppercase;
  visibility: hidden;
  float: left;
  padding: 0 0 0 20px;
}
.emotion--downhill .text-left.animated {
  visibility: visible;
}
.emotion--downhill .text-right {
  color: #FFFFFF;
  visibility: hidden;
  float: right;
  text-align: right;
  padding: 0 20px 0 0;
}
.emotion--downhill .text-right.animated {
  visibility: visible;
}
.emotion--downhill .parallax-container {
  height: 700px;
}
.emotion--downhill .diagonal {
  margin-top: -200px;
}
.emotion--downhill .diagonal i {
  float: lefT;
  margin: 5px 0 0;
}
.emotion--downhill .diagonal i .icon-map {
  width: 48px;
  height: 44px;
  color: #FFF;
}
.emotion--downhill .diagonal .text {
  float: lefT;
  margin-left: 30px;
  position: relative;
}
.emotion--downhill .diagonal span {
  color: #FFF;
  text-transform: uppercase;
  font-size: 11px;
}
.emotion--downhill .diagonal h5 {
  color: #000;
  font-weight: 800;
  text-transform: uppercase;
  font-style: italic;
  font-size: 24px;
  line-height: 24px;
  margin: 0;
}
.emotion--downhill .container {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 120px;
}
.product-slider--item {
  border-bottom: 1px solid #eaeaea;
}
@media all and (min-width: 48em) {
  .product-slider--item {
    border-right: 1px solid #eaeaea;
  }
}
.emotion--product-slider .product-slider--arrow.arrow--prev {
  top: auto;
  bottom: 10px;
  left: auto;
  right: 50%;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #c0c0c0;
  line-height: 27px;
  color: #c0c0c0;
  margin: 0 10px 0 0;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.emotion--product-slider .product-slider--arrow.arrow--prev:hover {
  color: #f36903;
  border-color: #f36903;
}
.emotion--product-slider .product-slider--arrow.arrow--next {
  top: auto;
  bottom: 10px;
  right: auto;
  left: 50%;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #c0c0c0;
  line-height: 27px;
  color: #c0c0c0;
  margin: 0 0 0 5px;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.emotion--product-slider .product-slider--arrow.arrow--next:hover {
  color: #f36903;
  border-color: #f36903;
}
.emotion--product-slider .product-slider--title ~ .product-slider--content {
  padding: 3.4rem 0 0 0;
}
.emotion--product-slider .panel--title.is--underline {
  margin: 0;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  font-style: italic;
  color: #000;
  font-family: "vista-slab", serif;
}
.sales-slider2 .emotion--product-slider .panel--title.is--underline,
.sales-slider .emotion--product-slider .panel--title.is--underline {
  color: #e21212;
}
@media all and (min-width: 48em) {
  .sales-slider2 .emotion--product-slider .panel--title.is--underline,
  .sales-slider .emotion--product-slider .panel--title.is--underline {
    border-left: 1px solid #eaeaea;
  }
}
.emotion--product-slider .box--emotion .product--title {
  height: 2.375rem;
  font-size: 14px;
  font-weight: 700;
}
.emotion--mode-rows .emotion--product-slider {
  height: 521px;
}
.emotion--mode-rows .emotion--product-slider .product-slider--container {
  padding-bottom: 50px;
}
.emotion--product-slider .box--emotion .product--details {
  height: 100%;
  float: left;
  max-height: none;
  margin: 0;
  width: 60%;
  padding: 0rem 0.625rem 0rem 0.625rem;
}
@media all and (min-width: 48em) {
  .emotion--product-slider .box--emotion .product--details {
    float: none;
    margin-top: 0.625rem;
    width: 100%;
  }
}
.emotion--product-slider .box--emotion .product--image {
  height: 100%;
  float: left;
  width: 40%;
}
@media all and (min-width: 48em) {
  .emotion--product-slider .box--emotion .product--image {
    height: 70%;
    width: 100%;
    float: none;
  }
}
#service.half {
  width: 100%;
  float: left;
}
@media all and (min-width: 64em) {
  #service.half {
    width: 40%;
  }
}
#service .link {
  background: #e3e3e3;
  float: left;
  clear: both;
  width: 100%;
  height: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#service .link a {
  width: 200px;
  height: 32px;
  line-height: 28px;
  border: 2px solid #c3c3c3;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  font-size: 11px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
  z-index: 0;
}
#service .link a .icon--arrow-right {
  font-size: 9px;
  margin-left: 10px;
}
#service .link a:after {
  position: absolute;
  right: 0px;
  top: 0px;
  content: '';
  width: 0px;
  height: 100%;
  background: #f36903;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  z-index: -1;
}
#service .link a:hover {
  color: #FFF;
  background: #f36903;
  border-color: #f36903;
}
#service .link a:hover:after {
  width: 100%;
}
#service .items {
  background: #3a3a3a;
  float: left;
  width: 100%;
  padding: 0 0 25px;
}
@media all and (min-width: 30em) {
  #service .items {
    height: 628px;
    width: 50%;
    padding: 0;
  }
}
#service .items .header {
  clear: both;
  float: left;
  width: 100%;
  background: url('../../custom/plugins/MadFoxTheme/Resources/Themes/Frontend/Shop/frontend/_public/src/images/front-werkstatt.jpg') no-repeat;
  background-size: cover;
  border-bottom: 1px solid #4b4b4b;
  padding: 20px 20px 0;
  margin: 0 0 25px;
}
@media all and (min-width: 30em) {
  #service .items .header {
    height: 130px;
  }
}
#service .items .header h3 {
  color: #FFF;
  font-family: "vista-slab", serif;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
  font-size: 14px;
  line-height: 160%;
  margin: 0 0 10px;
  padding-right: 40px;
}
#service .items .header p {
  clear: both;
  float: left;
  width: 100%;
  font-weight: 300;
  color: #FFF;
  font-size: 11px;
  line-height: 16px;
}
#service .items .item {
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
  margin-left: 20px;
  border: 1px solid #575451;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#service .items .item:last-child {
  margin-top: 10px;
}
#service .items .item .item--left {
  float: left;
  clear: none;
  width: 25%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#service .items .item .item--right {
  float: left;
  clear: none;
  width: 75%;
  border-left: 1px solid #575451;
  padding: 10px;
}
@media all and (min-width: 1600px) {
  #service .items .item .item--right {
    padding: 20px;
  }
}
#service .items .item .item--right .title {
  color: #f36903;
  font-family: "vista-slab", serif;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
  font-size: 14px;
}
#service .items .item svg {
  max-width: 70%;
}
#service .items .item div {
  clear: both;
  float: left;
  width: 100%;
  color: #fff;
  font-size: 12px;
}
#service .items .item div span {
  float: left;
  clear: both;
  margin: 0 0 5px;
  font-size: 10px;
  line-height: 14px;
  font-weight: 400;
}
#service .items .item div span.time {
  color: #FFF;
  background: #f36903;
  padding: 5px 10px;
  position: relative;
  z-index: 0;
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
@media all and (min-width: 1600px) {
  #service .items .item div span.time {
    font-size: 11px;
    line-height: 20px;
    padding: 0 10px;
  }
}
#service .items .item div span.info {
  font-size: 10px;
  font-weight: 400;
}
#service .items .item p {
  font-weight: 400;
  line-height: 160%;
}
#service .items .item .item-title {
  color: #f36903;
  font-family: "vista-slab", serif;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
  font-size: 14px;
}
#service .items .item-action {
  clear: both;
  float: lefT;
  width: 100%;
}
#service .items .item-action .action-btn {
  clear: both;
  float: lefT;
  width: 100%;
  max-width: 200px;
  background: #3a3a3a;
  border: 1px solid rgba(129, 129, 129, 0.5);
}
#service .items .item-action .action-btn .flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
#service .items .item-action .action-btn .flex .left {
  padding: 0 6px;
  text-align: center;
  flex: 0 51px;
  border-right: 1px solid rgba(129, 129, 129, 0.5);
}
#service .items .item-action .action-btn .flex .left .icon-service {
  color: #906e3b;
  width: 31px;
  height: 31px;
}
#service .items .item-action .action-btn .flex .right {
  padding: 0 10px;
  flex: 0 100%;
}
#service .items .item-action .action-btn .flex .right .title {
  font-family: "vista-slab", serif;
  text-transform: uppercase;
  font-style: italic;
  color: #f36903;
  font-size: 11px;
  font-weight: 600;
  display: block;
  margin: 0;
}
#service .headline {
  position: relative;
  float: left;
  width: 100%;
}
@media all and (min-width: 30em) {
  #service .headline {
    width: 50%;
  }
}
#service .headline .headline-badge {
  position: absolute;
  left: 20px;
  top: 0;
  z-index: 1;
  width: 32px;
}
#service .headline .image {
  height: 400px;
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media all and (min-width: 30em) {
  #service .headline .image {
    height: 628px;
  }
}
#service .headline .text {
  position: absolute;
  left: 0px;
  top: 30%;
  padding: 20px;
  width: 100%;
  z-index: 5;
}
#service .headline .text i {
  float: left;
}
#service .headline .text i .icon-service {
  width: 49px;
  height: 49px;
  color: #FFF;
  margin: 0 0 10px;
}
#service .headline .text .subtitle {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 10px;
  clear: both;
  float: left;
  text-align: left;
}
#service .headline .text a {
  clear: both;
  float: left;
  width: 100%;
  max-width: 190px;
  background: none;
  border: 2px solid #FFF;
  height: 32px;
  line-height: 28px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: #FFF;
  margin: 30px 0 0;
}
#service .headline .text a:hover {
  border-color: #f36903;
  background: #f36903;
}
#service .headline .text a i {
  display: inline-block;
  float: none;
  font-size: 8px;
  margin-left: 10px;
}
#service .headline .text .title {
  text-align: left;
  color: #f36903;
  font-family: "vista-slab", serif;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
  font-size: 30px;
}
#service .headline .text p {
  clear: both;
  float: left;
  color: #FFFFFF;
  font-size: 14px;
  margin: 10px 0 0;
}
.emotion--new-stuff {
  border-bottom: 1px solid #eaeaea;
}
@media all and (min-width: 48em) {
  .emotion--new-stuff {
    border: none;
  }
}
.emotion--new-stuff .emotion--product-slider {
  height: auto;
}
@media all and (min-width: 48em) {
  .emotion--new-stuff .emotion--product-slider {
    height: 905px;
  }
}
.emotion--new-stuff .emotion--product-slider .product-slider--title {
  color: #f36903;
  font-family: "vista-slab", serif;
}
.emotion--new-stuff .product-slider--item {
  padding: 0;
}
.emotion--new-stuff .product-slider--item .product--box {
  height: 50%;
  padding: 0.625rem;
}
.emotion--new-stuff .product-slider--item .product--box:first-child {
  border-bottom: 1px solid #eaeaea;
}
.emotion--new-stuff .slick-track {
  height: 260px;
}
@media all and (min-width: 48em) {
  .emotion--new-stuff .slick-track {
    height: 800px;
  }
}
.emotion--new-stuff .slick-dots {
  position: relative;
  bottom: 0px;
  height: 50px;
  padding-top: 9px;
}
.emotion--new-stuff .slick-dots button:before {
  font-size: 40px;
}
.emotion--extended-slider {
  border-bottom: 1px solid #eaeaea;
}
@media all and (min-width: 48em) {
  .emotion--extended-slider {
    border: none;
  }
}
.emotion--extended-slider .emotion--product-slider {
  height: auto;
}
@media all and (min-width: 48em) {
  .emotion--extended-slider .emotion--product-slider {
    height: 905px;
  }
}
.emotion--extended-slider .emotion--product-slider .product-slider--title {
  color: #f36903;
  font-family: "vista-slab", serif;
}
.emotion--extended-slider .product-slider--item {
  padding: 0;
}
.emotion--extended-slider .product-slider--item .product--box {
  height: 50%;
  padding: 0.625rem;
}
.emotion--extended-slider .product-slider--item .product--box:first-child {
  border-bottom: 1px solid #eaeaea;
}
.emotion--extended-slider .slick-track {
  height: 260px;
}
@media all and (min-width: 48em) {
  .emotion--extended-slider .slick-track {
    height: 800px;
  }
}
.emotion--extended-slider .slick-dots {
  position: relative;
  bottom: 0px;
  height: 50px;
  padding-top: 9px;
}
.emotion--extended-slider .slick-dots button:before {
  font-size: 40px;
}
#spezial {
  background: #0d0d0d;
}
.spezial {
  background: #0d0d0d;
}
.spezial .slick-prev {
  left: 35px;
  z-index: 100;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #3b3b3b;
  height: 42px;
  width: 42px;
  display: none !important;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media all and (min-width: 48em) {
  .spezial .slick-prev {
    display: block !important;
  }
}
.spezial .slick-prev:before {
  content: '';
  position: absolute;
  border-bottom: 2px solid #eaeaea;
  border-right: 2px solid #eaeaea;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -4px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.4;
  -moz-opacity: 0.4;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.spezial .slick-prev:hover {
  border-color: #f36903;
}
.spezial .slick-prev:hover:before {
  border-color: #f36903;
  opacity: 1;
  -moz-opacity: 1;
}
.spezial .box--emotion .product--image {
  height: 85%;
}
.spezial .box--emotion .product--details {
  margin-top: 2%;
  max-height: 14%;
}
.spezial .slick-next {
  right: 35px;
  z-index: 100;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #3b3b3b;
  height: 42px;
  width: 42px;
  display: none !important;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media all and (min-width: 48em) {
  .spezial .slick-next {
    display: block !important;
  }
}
.spezial .slick-next:before {
  content: '';
  position: absolute;
  border-bottom: 2px solid #eaeaea;
  border-right: 2px solid #eaeaea;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -8px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0.4;
  -moz-opacity: 0.4;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.spezial .slick-next:hover {
  border-color: #f36903;
}
.spezial .slick-next:hover:before {
  border-color: #f36903;
  opacity: 1;
  -moz-opacity: 1;
}
.spezial .emotion--product-slider {
  color: #FFFFFF;
  height: 305px;
}
@media all and (min-width: 48em) {
  .spezial .emotion--product-slider {
    height: 905px;
  }
}
.spezial .emotion--product-slider .emotion--product-slider {
  height: 305px;
}
@media all and (min-width: 48em) {
  .spezial .emotion--product-slider .emotion--product-slider {
    height: 905px;
  }
}
.spezial .emotion--product-slider .product-slider--title {
  color: #d30909;
  background: #0d0d0d;
  border-color: #292929;
}
@media all and (min-width: 48em) {
  .spezial .emotion--product-slider .product-slider--title {
    background: #FFFFFF;
    border-left: 1px solid #eaeaea;
  }
}
.spezial .slick-track {
  height: 200px;
  background: #0d0d0d;
}
@media all and (min-width: 48em) {
  .spezial .slick-track {
    height: 800px;
  }
}
.spezial .slick-track .product-slider--item {
  border: none;
  border-bottom: 1px solid #292929;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#222222+1,222222+34,0d0d0d+66 */
  background: #222222;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #222222 1%, #222222 34%, #0d0d0d 66%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #222222 1%, #222222 34%, #0d0d0d 66%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #222222 1%, #222222 34%, #0d0d0d 66%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#0d0d0d', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  padding: 0;
}
.spezial .slick-track .product-slider--item .product--title {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  text-transform: inherit;
}
@media all and (min-width: 48em) {
  .spezial .slick-track .product-slider--item .product--title {
    padding: 0 30px;
    font-size: 18px;
  }
}
.spezial .slick-track .product-slider--item .product--box {
  padding: 0.625rem;
}
@media all and (min-width: 48em) {
  .spezial .slick-track .product-slider--item .product--box .product--badges {
    left: 30px;
  }
}
.spezial .slick-track .product-slider--item .product--box .price--unit {
  color: #eaeaea;
}
@media all and (min-width: 48em) {
  .spezial .slick-track .product-slider--item .product--box .price--unit {
    padding: 0 30px;
  }
}
@media all and (min-width: 48em) {
  .spezial .slick-track .product-slider--item .product--box .product--price {
    padding: 0 30px;
  }
}
.spezial .slick-track .product-slider--item .product--box .price--default {
  color: #FFFFFF;
  font-size: 14px;
  text-transform: uppercase;
}
@media all and (min-width: 48em) {
  .spezial .slick-track .product-slider--item .product--box .price--default {
    font-size: 18px;
  }
}
.spezial .slick-track .product-slider--item .product--box .price--default.is--discount {
  color: #d30909;
}
.spezial .slick-track .product-slider--item .product--box .price--pseudo {
  color: #c0c0c0;
}
.spezial .slick-dots {
  background: #0d0d0d;
  color: #FFFFFF;
  position: relative;
  width: 100%;
  height: 50px;
  bottom: 0px;
  padding-top: 15px;
}
.spezial .slick-dots button:before {
  font-size: 36px;
  color: #eaeaea;
}
.spezial .slick-dots button:hover:before {
  color: #f36903;
}
.spezial .slick-dots .slick-active button:before {
  color: #FFFFFF;
}
.emotion--mode-rows .top-seller .emotion--product-slider {
  height: auto;
}
@media all and (min-width: 48em) {
  .emotion--mode-rows .top-seller .emotion--product-slider {
    height: 628px !important;
  }
}
#top-seller .slick-track {
  height: 200px;
}
@media all and (min-width: 48em) {
  #top-seller .slick-track {
    height: 416px;
  }
}
#top-seller .slick-dots {
  background: #FFFFFF;
  color: #000000;
  position: relative;
  width: 100%;
  height: 50px;
  bottom: 0px;
  padding-top: 15px;
}
#top-seller .slick-dots button:before {
  font-size: 36px;
  color: #b0b0b0;
}
#top-seller .slick-dots button:hover:before {
  color: #f36903;
}
#top-seller .slick-dots .slick-active button:before {
  color: #000000;
}
.vorteile--black #vorteile {
  background: #000000;
  border-bottom: 1px solid #FFF;
}
.vorteile--black #vorteile .item {
  border-color: #1a1a1a;
}
.row--3 .emotion-category-banner .category--banner {
  border: none !important;
}
.category--banner {
  float: left;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#333131+0,0e0e0e+100 */
  background: #333131;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #333131 0%, #0e0e0e 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #333131 0%, #0e0e0e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #333131 0%, #0e0e0e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333131', endColorstr='#0e0e0e', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  border-bottom: 1px solid #f5efeb!important;
  padding: 0 20px 0 0;
  position: relative;
  overflow: hidden;
}
@media all and (min-width: 48em) {
  .category--banner {
    border-right: 1px solid #f5efeb!important;
    border-bottom: none;
    padding: 0 40px 0 0;
  }
}
.category--banner .image {
  float: left;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  opacity: 0.3;
  -moz-opacity: 0.3;
}
@media all and (min-width: 1800px) {
  .category--banner .image {
    width: 296px;
    opacity: 1;
    -moz-opacity: 1;
  }
}
.category--banner .image img {
  float: left;
  width: 100%;
}
.category--banner .text {
  float: right;
  width: 100%;
  padding: 30px 0 60px 20px;
  position: relative;
  z-index: 10;
}
@media all and (min-width: 78.75em) {
  .category--banner .text {
    padding: 30px 0 100px 20px;
  }
}
@media all and (min-width: 1800px) {
  .category--banner .text {
    width: -webkit-calc(100% - 296px);
    width: -moz-calc(100% - 296px);
    width: calc(100% - 296px);
  }
}
.category--banner .text p {
  margin: 0;
}
.category--banner .text .subtitle {
  color: #525252;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 10px;
  display: block;
}
@media all and (min-width: 78.75em) {
  .category--banner .text .subtitle {
    font-size: 12px;
  }
}
.category--banner .text .title {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 18px;
  display: block;
  font-weight: 800;
  font-style: italic;
  margin: 0 0 20px;
}
@media all and (min-width: 78.75em) {
  .category--banner .text .title {
    font-size: 24px;
  }
}
.category--banner .text .content {
  display: block;
  color: #FFFFFF;
  font-size: 12px;
}
@media all and (min-width: 78.75em) {
  .category--banner .text .content {
    font-size: 14px;
  }
}
.category--banner .arrow {
  position: absolute;
  bottom: 0px;
  right: 30px;
}
@media all and (min-width: 78.75em) {
  .category--banner .arrow {
    right: 70px;
  }
}
.category--banner .arrow:after {
  content: '';
  position: absolute;
  -webkit-transform: skew(-15deg);
  -moz-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  -o-transform: skew(-15deg);
  transform: skew(-15deg);
  right: 10px;
  bottom: 0px;
  height: 40px;
  width: 44px;
  border: 1px solid #494747;
  border-bottom: none;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media all and (min-width: 78.75em) {
  .category--banner .arrow:after {
    right: 30px;
    height: 77px;
  }
}
.category--banner .arrow:before {
  content: '';
  position: absolute;
  border-bottom: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  width: 6px;
  height: 6px;
  bottom: 16px;
  right: 30px;
  margin: -5px 0 0 -4px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media all and (min-width: 78.75em) {
  .category--banner .arrow:before {
    right: 46px;
    bottom: 45px;
  }
}
.category--banner:hover .arrow:before,
.category--banner:hover .arrow:after {
  border-color: #f36903;
}
.emotion--banner-slider .image-slider--dots .dot--link {
  border: none;
  width: 10px;
  height: 10px;
  background: #444444;
  margin: 0 5px;
}
.emotion--banner-slider .image-slider--dots .dot--link.is--active {
  background: #FFFFFF;
}
.emotion--banner-slider .image-slider--dots .dot--link:hover {
  background: #f36903;
}
.image-slider--container {
  margin: 0;
}
.image-slider--container .arrow.is--left {
  left: 20px;
  background: none;
  height: 22px;
  width: 22px;
  border: none;
  margin-top: -11px;
}
@media all and (min-width: 48em) {
  .image-slider--container .arrow.is--left {
    width: 42px;
    height: 42px;
    margin-top: -21px;
  }
}
.image-slider--container .arrow.is--left:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  border: 2px solid #FFFFFF;
  opacity: 0.4;
  -moz-opacity: 0.4;
  width: 22px;
  height: 22px;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media all and (min-width: 48em) {
  .image-slider--container .arrow.is--left:before {
    width: 42px;
    height: 42px;
  }
}
.image-slider--container .arrow.is--left:after {
  content: '';
  position: absolute;
  border-bottom: 2px solid #eaeaea;
  border-right: 2px solid #eaeaea;
  width: 6px;
  height: 6px;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 0px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media all and (min-width: 48em) {
  .image-slider--container .arrow.is--left:after {
    margin: -5px 0 0 -2px;
    width: 10px;
    height: 10px;
  }
}
.image-slider--container .arrow.is--left:hover:before {
  opacity: 1;
  -moz-opacity: 1;
  border-color: #f36903;
}
.image-slider--container .arrow.is--left:hover:after {
  border-color: #f36903;
}
.image-slider--container .arrow.is--right {
  right: 20px;
  background: none;
  height: 22px;
  width: 22px;
  border: none;
  margin-top: -11px;
}
@media all and (min-width: 48em) {
  .image-slider--container .arrow.is--right {
    width: 42px;
    height: 42px;
    margin-top: -21px;
  }
}
.image-slider--container .arrow.is--right:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  border: 2px solid #FFFFFF;
  opacity: 0.4;
  -moz-opacity: 0.4;
  width: 22px;
  height: 22px;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media all and (min-width: 48em) {
  .image-slider--container .arrow.is--right:before {
    width: 42px;
    height: 42px;
  }
}
.image-slider--container .arrow.is--right:after {
  content: '';
  position: absolute;
  border-bottom: 2px solid #eaeaea;
  border-right: 2px solid #eaeaea;
  width: 6px;
  height: 6px;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -3px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media all and (min-width: 48em) {
  .image-slider--container .arrow.is--right:after {
    margin: -5px 0 0 -6px;
    width: 10px;
    height: 10px;
  }
}
.image-slider--container .arrow.is--right:hover:before {
  opacity: 1;
  -moz-opacity: 1;
  border-color: #f36903;
}
.image-slider--container .arrow.is--right:hover:after {
  border-color: #f36903;
}
.product-slider--item {
  padding: 0;
}
.product-slider--item .product--box {
  padding: 0rem 0rem 0rem 0rem;
}
.product-slider--item .product--box .box--content-hover {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 280px;
  opacity: 0;
  -moz-opacity: 0;
  z-index: 600;
  overflow: hidden;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  padding: 10px;
  border-bottom: 2px solid #f36903;
}
.product-slider--item .product--box .box--content-hover:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #f36903;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.product-slider--item .product--box .box--content-hover .warenkorb {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  padding: 0 20px;
}
@media all and (min-width: 48em) {
  .product-slider--item .product--box .product--image {
    height: 280px;
  }
}
.product-slider--item .product--box .product--image img {
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.product-slider--item .product--box:hover .box--content-hover {
  opacity: 1;
  -moz-opacity: 1;
}
.product-slider--item .product--box:hover .box--content-hover:before {
  opacity: 0.6;
  -moz-opacity: 0.6;
}
#bgVideo {
  /*
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  left: -50%;

  @media all and (min-width: @tabletViewportWidth){
    height: 250%;
    left: -75%;
    top: -140px;
  }

  @media all and (min-width: @desktopViewportWidth){
    width: 300%;
    left: -100%;
    height: 300%;
    top: -140px;
  }*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#bgVideo video {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  left: auto !important;
  top: auto !important;
}
.emotion--iframe .iframe--info {
  display: none;
}
.emotion--iframe.inactive .iframe--info {
  display: block;
}
.ytp-pause-overlay {
  display: none !important;
}
#video--frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 1;
  -moz-opacity: 1;
  pointer-events: none;
  cursor: default;
}
#video--frame video {
  width: 100% !important;
  height: auto !important;
}
.inactive.youtube--item #video--frame {
  pointer-events: visible;
}
.emotion--mode-rows .emotion--product-slider {
  height: auto !important;
}
#sales-slider2 .slick-next,
#sales-slider .slick-next {
  right: 20px;
}
#sales-slider2 .slick-prev,
#sales-slider .slick-prev {
  left: 20px;
}
#sales-slider2 .slick-dots,
#sales-slider .slick-dots {
  background: #0d0d0d;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
  position: relative;
  width: 100%;
  height: 50px;
  bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#sales-slider2 .slick-dots button:before,
#sales-slider .slick-dots button:before {
  font-size: 36px;
  color: #eaeaea;
}
#sales-slider2 .slick-dots button:hover:before,
#sales-slider .slick-dots button:hover:before {
  color: #f36903;
}
#sales-slider2 .slick-dots .slick-active button:before,
#sales-slider .slick-dots .slick-active button:before {
  color: #FFFFFF;
}
#sales-slider2 .slick-list,
#sales-slider .slick-list {
  background: #0d0d0d;
}
#sales-slider2 .product-slider--item,
#sales-slider .product-slider--item {
  border: none;
}
@media all and (min-width: 48em) {
  #sales-slider2 .product-slider--item,
  #sales-slider .product-slider--item {
    height: 800px;
  }
}
#sales-slider2 .product-slider--item .product--box,
#sales-slider .product-slider--item .product--box {
  padding: 20px;
}
@media all and (min-width: 48em) {
  #sales-slider2 .product-slider--item .product--box,
  #sales-slider .product-slider--item .product--box {
    padding: 30px 30px 0;
  }
}
#sales-slider2 .product-slider--item .product--box .product--image,
#sales-slider .product-slider--item .product--box .product--image {
  height: 200px;
}
@media all and (min-width: 48em) {
  #sales-slider2 .product-slider--item .product--box .product--image,
  #sales-slider .product-slider--item .product--box .product--image {
    height: 602px;
  }
}
@media all and (min-width: 78.75em) {
  #sales-slider2 .product-slider--item .product--box .product--image,
  #sales-slider .product-slider--item .product--box .product--image {
    height: 590px;
  }
}
#sales-slider2 .product--title,
#sales-slider .product--title {
  color: #FFF;
  font-weight: 400;
  font-size: 16px;
  height: 91px;
}
#sales-slider2 .product--title:hover,
#sales-slider .product--title:hover {
  color: #f36903;
}
#sales-slider2 .arrow.is--left,
#sales-slider .arrow.is--left {
  right: 20px;
  background: none;
  height: 22px;
  width: 22px;
  border: none;
  margin-top: -11px;
  z-index: 10;
}
@media all and (min-width: 48em) {
  #sales-slider2 .arrow.is--left,
  #sales-slider .arrow.is--left {
    width: 42px;
    height: 42px;
    margin-top: -21px;
  }
}
#sales-slider2 .arrow.is--left:before,
#sales-slider .arrow.is--left:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  opacity: 0.4;
  -moz-opacity: 0.4;
  width: 22px;
  height: 22px;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media all and (min-width: 48em) {
  #sales-slider2 .arrow.is--left:before,
  #sales-slider .arrow.is--left:before {
    width: 42px;
    height: 42px;
  }
}
#sales-slider2 .arrow.is--left:after,
#sales-slider .arrow.is--left:after {
  content: '';
  position: absolute;
  border-bottom: 2px solid #eaeaea;
  border-right: 2px solid #eaeaea;
  width: 6px;
  height: 6px;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -3px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media all and (min-width: 48em) {
  #sales-slider2 .arrow.is--left:after,
  #sales-slider .arrow.is--left:after {
    margin: -5px 0 0 -6px;
    width: 10px;
    height: 10px;
  }
}
#sales-slider2 .arrow.is--left:hover:before,
#sales-slider .arrow.is--left:hover:before {
  opacity: 1;
  -moz-opacity: 1;
  border-color: #f36903;
}
#sales-slider2 .arrow.is--left:hover:after,
#sales-slider .arrow.is--left:hover:after {
  border-color: #f36903;
}
#sales-slider2 .arrow.is--right,
#sales-slider .arrow.is--right {
  left: 20px;
  background: none;
  height: 22px;
  width: 22px;
  border: none;
  margin-top: -11px;
  z-index: 10;
}
@media all and (min-width: 48em) {
  #sales-slider2 .arrow.is--right,
  #sales-slider .arrow.is--right {
    width: 42px;
    height: 42px;
    margin-top: -21px;
  }
}
#sales-slider2 .arrow.is--right:before,
#sales-slider .arrow.is--right:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  opacity: 0.4;
  -moz-opacity: 0.4;
  width: 22px;
  height: 22px;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media all and (min-width: 48em) {
  #sales-slider2 .arrow.is--right:before,
  #sales-slider .arrow.is--right:before {
    width: 42px;
    height: 42px;
  }
}
#sales-slider2 .arrow.is--right:after,
#sales-slider .arrow.is--right:after {
  content: '';
  position: absolute;
  border-bottom: 2px solid #eaeaea;
  border-right: 2px solid #eaeaea;
  width: 6px;
  height: 6px;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 0px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media all and (min-width: 48em) {
  #sales-slider2 .arrow.is--right:after,
  #sales-slider .arrow.is--right:after {
    margin: -5px 0 0 -2px;
    width: 10px;
    height: 10px;
  }
}
#sales-slider2 .arrow.is--right:hover:before,
#sales-slider .arrow.is--right:hover:before {
  opacity: 1;
  -moz-opacity: 1;
  border-color: #f36903;
}
#sales-slider2 .arrow.is--right:hover:after,
#sales-slider .arrow.is--right:hover:after {
  border-color: #f36903;
}
#sales-slider2 .product--box .product--badges,
#sales-slider .product--box .product--badges {
  top: 0px;
}
#sales-slider2 .product--box .product--price-info,
#sales-slider .product--box .product--price-info {
  text-align: left;
  color: #FFF;
  height: 56px;
}
#sales-slider2 .product--box .product--price-info .price--unit,
#sales-slider .product--box .product--price-info .price--unit {
  color: #FFF;
}
#sales-slider2 .product--box .product--price-info .product--price,
#sales-slider .product--box .product--price-info .product--price {
  color: #ff0000;
  font-weight: 600;
  font-size: 16px;
}
#sales-slider2 .product--box .product--price-info .product--price .price--default,
#sales-slider .product--box .product--price-info .product--price .price--default {
  color: #FF0000;
}
#sales-slider2 .product--box .product--price-info .product--price .price--discount,
#sales-slider .product--box .product--price-info .product--price .price--discount {
  color: #c0c0c0;
  font-weight: 400;
  float: left;
  width: 100%;
  line-height: 9px;
  font-size: 9px;
}
.new-stuff .emotion--row {
  background: #fff;
}
/*
** CSS Classes
*/
.set--box-shadow table {
  float: none !important;
  -webkit-box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.3);
}
.product--box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product--box a {
  border: none;
}
.product--box .product--title {
  height: 3.75rem;
  margin: 0;
  text-align: left;
  color: #000;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: inherit;
}
@media all and (min-width: 64em) {
  .product--box .product--title {
    font-size: 0.875rem;
  }
}
.product--box .product--price {
  height: 2.5rem;
  text-align: left;
  color: #000000;
}
@media all and (min-width: 48em) {
  .product--box .product--price {
    height: 1.25rem;
  }
}
.product--box .product--price .price--default {
  color: #000000;
}
.product--box .product--price-info .price--unit {
  color: #000000;
  opacity: 0.5;
  -moz-opacity: 0.5;
  text-align: left;
}
.product--box .product--badges {
  left: -0.25rem;
}
.product--box .product--badges .badge--discount {
  background: none;
}
.product--box .product--badges .badge--discount:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #d30909;
  -webkit-transform: skew(-15deg);
  -moz-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  -o-transform: skew(-15deg);
  transform: skew(-15deg);
  z-index: -1;
}
.product--box .product--badges .badge--recommend {
  background: none;
}
.product--box .product--badges .badge--recommend:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #2ecc71;
  -webkit-transform: skew(-15deg);
  -moz-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  -o-transform: skew(-15deg);
  transform: skew(-15deg);
  z-index: -1;
}
.product--box .product--badges .badge--newcomer {
  background: none;
}
.product--box .product--badges .badge--newcomer:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #f36903;
  -webkit-transform: skew(-15deg);
  -moz-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  -o-transform: skew(-15deg);
  transform: skew(-15deg);
  z-index: -1;
}
.product--box .product--badges .product--badge {
  font-size: 10px;
}
.product--box .product--badges .product--badge i {
  font-size: 8px;
}
.is--ctl-paymenthgw .login-new-ajax {
  display: none;
}
.fixed-header {
  position: fixed;
  top: 0px;
  z-index: 2000;
  width: 100%;
  min-width: 320px;
  background: #000;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.header-main {
  background: #000000;
  float: left;
  width: 100%;
  height: auto;
  padding: 0;
  /* Account-Sidebar */
}
.header-main .container--account-sidebar {
  margin: 0;
  height: 100%;
}
.header-main .container--account-sidebar .teaser--text-short {
  height: 54px;
}
@media all and (min-width: 48em) {
  .header-main .container--account-sidebar .teaser--text-short {
    height: 80px;
  }
}
.header-main .container--account-sidebar .teaser--text-short a {
  border: none;
  float: left;
  width: 100%;
  height: 54px;
  line-height: 65px;
  color: #FFFFFF;
  text-align: center;
}
@media all and (min-width: 48em) {
  .header-main .container--account-sidebar .teaser--text-short a {
    height: 70px;
    line-height: 80px;
  }
}
@media all and (min-width: 78.75em) {
  .header-main .container--account-sidebar .teaser--text-short a {
    height: 80px;
    line-height: 86px;
  }
}
.header-main .container--account-sidebar .teaser--text-short a:hover {
  color: #f36903;
}
.header-main .container--account-sidebar .icon-user {
  height: 23px;
  width: 31px;
  position: relative;
}
@media all and (min-width: 78.75em) {
  .header-main .container--account-sidebar .icon-user {
    top: 2px;
  }
}
.header-main .container--account-sidebar form {
  float: left;
  width: 100%;
  text-align: left;
  color: #000000;
}
.header-main .container--account-sidebar form fieldset {
  float: left;
  width: 100%;
  border: none;
  padding: 0;
  margin: 0;
}
.header-main .container--account-sidebar form fieldset p {
  float: left;
  width: 240px;
  padding: 0;
  margin: 0 0 10px;
  font-size: 12px;
}
.header-main .container--account-sidebar form fieldset input {
  float: left;
  width: 240px;
  padding-left: 40px;
}
.header-main .container--account-sidebar form .password {
  padding: 0 0 0px;
  margin: 0 0 10px;
}
.header-main .container--account-sidebar form .password a {
  font-size: 11px;
  color: #000000;
}
.header-main .container--account-sidebar form .password a:hover {
  color: #f36903;
  border-color: #f36903;
}
.header-main .container--account-sidebar form .action input {
  width: 240px;
  float: left;
  background: #2ecc71;
  color: #FFFFFF;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 40px;
}
.header-main .container--account-sidebar form .action input:hover {
  background: #f36903;
}
.header-main .container--account-sidebar .account--link {
  clear: both;
  float: left;
  width: 240px;
  height: 40px;
  border: 2px solid #5a5a5a;
  color: #5a5a5a;
  margin: 10px 0 0;
}
.header-main .container--account-sidebar .account--link:hover {
  color: #FFF;
  background: #f36903;
  border-color: #f36903;
}
.header-main .close--off-canvas {
  background: #f5efeb !important;
  text-align: right !important;
  color: #bdb0a1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 300;
  position: relative;
  font-size: 11px;
}
.header-main .close--off-canvas .icon--arrow-left {
  position: absolute;
  left: 12px;
  top: 14px;
  color: #f36903;
}
.header-main .close--off-canvas:hover {
  background: #d30909 !important;
  color: #FFF;
}
.header-main .close--off-canvas:hover .icon--arrow-left {
  color: #FFF;
}
.header-main .container {
  padding: 0;
  margin-top: -14px;
}
@media all and (min-width: 78.75em) {
  .header-main .container {
    margin-top: 5px;
  }
}
.header-main .advanced-menu {
  left: 0;
  width: 100%;
  max-width: none;
  margin-top: -5px;
  padding-top: 5px;
  background: transparent;
}
.header-main .advanced-menu .menu--container {
  background: #000;
  border-top: 1px solid #2e2e2e;
}
.header-main .logo-main {
  float: left;
  width: 150px;
}
.header-main .shop--navigation {
  float: right;
  width: 100%;
  position: relative;
  right: 0px;
}
@media all and (min-width: 48em) {
  .header-main .shop--navigation {
    position: absolute;
    right: 0;
    top: 0;
    width: 240px;
  }
}
@media all and (min-width: 64em) {
  .header-main .shop--navigation {
    position: static;
    top: auto;
    right: auto;
  }
}
.header-main .shop--navigation.login-new-ajax {
  position: absolute;
}
.header-main .shop--navigation .navigation--list {
  width: 100%;
  float: right;
}
@media all and (min-width: 48em) {
  .header-main .shop--navigation .navigation--list {
    width: 240px;
  }
}
.header-main .shop--navigation .navigation--entry .btn i {
  line-height: 30px !important;
}
.header-main .shop--navigation .off-canvas {
  width: 0px;
}
.header-main .shop--navigation .off-canvas.is--open {
  -webkit-transition: all 0.45s cubic-bezier(0.3, 0, 0.15, 1);
  transition: all 0.45s cubic-bezier(0.3, 0, 0.15, 1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0px;
  z-index: 8000;
  width: 280px;
}
.header-main .shop--navigation .navigation--entry {
  float: left;
  width: 60px;
  border-left: 1px solid #2e2e2e;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  height: 55px;
}
@media all and (min-width: 48em) {
  .header-main .shop--navigation .navigation--entry {
    height: 60px;
    width: 60px;
  }
}
@media all and (min-width: 78.75em) {
  .header-main .shop--navigation .navigation--entry {
    height: 68px;
  }
}
.header-main .shop--navigation .navigation--entry.entry--cart .badge.cart--quantity {
  left: auto;
  right: -5px;
  background: none;
  color: #f36903;
  display: none;
}
@media all and (min-width: 48em) {
  .header-main .shop--navigation .navigation--entry.entry--cart .badge.cart--quantity {
    display: block;
  }
}
.header-main .shop--navigation .navigation--entry.entry--menu-left .icon--menu {
  position: relative;
  top: 2px;
  left: 0;
}
.header-main .shop--navigation .navigation--entry.entry--menu-left .icon--menu:before {
  display: none;
}
.header-main .shop--navigation .navigation--entry.entry--menu-left .icon--menu .icon-menu {
  height: 30px;
  width: 30px;
}
.header-main .shop--navigation .navigation--entry.entry--menu-left .icon--menu .icon-menu:before {
  display: none;
}
.header-main .shop--navigation .navigation--entry.entry--menu-left .btn {
  color: #FFFFFF;
}
.header-main .shop--navigation .navigation--entry.entry--menu-left .btn:hover {
  color: #f36903;
}
.header-main .shop--navigation .navigation--entry.entry--search {
  background: none;
  float: left;
  position: inherit;
  margin-left: 60px;
  top: 0px;
  position: static;
  border-right: 1px solid #2e2e2e;
}
@media all and (min-width: 48em) {
  .header-main .shop--navigation .navigation--entry.entry--search {
    left: auto;
    top: auto;
    border-right: none;
    margin-left: 0px;
  }
}
.header-main .shop--navigation .navigation--entry.entry--search.active .main-search--form {
  height: 60px;
  overflow: visible;
}
.header-main .shop--navigation .navigation--entry.entry--search.active .main-search--form .btn {
  color: #f36903;
}
.header-main .shop--navigation .navigation--entry.entry--search .btn {
  float: left;
  position: relative;
  display: flex;
}
.header-main .shop--navigation .navigation--entry.entry--search .btn i,
.header-main .shop--navigation .navigation--entry.entry--search .btn .icon-search {
  display: inline-block;
}
.header-main .shop--navigation .navigation--entry.entry--search .btn i:before,
.header-main .shop--navigation .navigation--entry.entry--search .btn .icon-search:before {
  display: none;
}
.header-main .shop--navigation .navigation--entry.entry--search .main-search--results {
  top: 115px;
  right: 0px;
  left: auto;
  width: 100%;
  margin: 0;
}
@media all and (min-width: 48em) {
  .header-main .shop--navigation .navigation--entry.entry--search .main-search--results {
    top: 111px;
  }
}
@media all and (max-width: 30em) {
  .header-main .shop--navigation .navigation--entry.entry--search .main-search--results .entry--all-results,
  .header-main .shop--navigation .navigation--entry.entry--search .main-search--results .entry--price,
  .header-main .shop--navigation .navigation--entry.entry--search .main-search--results .entry--name {
    font-size: 11px;
  }
}
.header-main .shop--navigation .navigation--entry.entry--search .main-search--results .search-result--link {
  border-bottom: 1px solid #eaeaea;
}
.header-main .shop--navigation .navigation--entry.entry--search .main-search--results .search-result--link .entry--name {
  color: #000000;
}
.header-main .shop--navigation .navigation--entry.entry--search .main-search--results .search-result--link .price--default {
  color: #000000;
  font-weight: 600;
}
.header-main .shop--navigation .navigation--entry.entry--search .main-search--results .search-result--link:hover .price--default,
.header-main .shop--navigation .navigation--entry.entry--search .main-search--results .search-result--link:hover .entry--name {
  color: #f36903;
}
.header-main .shop--navigation .navigation--entry.entry--search .main-search--results .search-result--link.entry--all-results-link {
  border: none;
}
.header-main .shop--navigation .navigation--entry.entry--search .form--ajax-loader {
  right: 100px;
  top: 20px;
}
.header-main .shop--navigation .navigation--entry.entry--search .main-search--form {
  display: block;
  width: 100%;
  position: absolute;
  right: 0px;
  top: 55px;
  padding: 0px 100px 0px 10px;
  background: #000;
  height: 0px;
  overflow: hidden;
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
  border-top: 1px solid #2e2e2e;
}
@media all and (min-width: 48em) {
  .header-main .shop--navigation .navigation--entry.entry--search .main-search--form {
    top: 59px;
    border: 0 none;
    background: #2e2e2e;
  }
}
@media all and (min-width: 78.75em) {
  .header-main .shop--navigation .navigation--entry.entry--search .main-search--form {
    top: 59px;
  }
}
.header-main .shop--navigation .navigation--entry.entry--search .main-search--form .main-search--field {
  background: none;
  border: none;
  border-bottom: 1px solid #FFFFFF;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #FFFFFF;
  font-size: 1rem;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 10px 0;
}
.header-main .shop--navigation .navigation--entry.entry--search .main-search--form .main-search--field::-webkit-input-placeholder {
  color: #FFFFFF;
  text-transform: uppercase;
}
.header-main .shop--navigation .navigation--entry.entry--search .main-search--form .main-search--field:-moz-placeholder {
  /* Firefox 18- */
  color: #FFFFFF;
  text-transform: uppercase;
}
.header-main .shop--navigation .navigation--entry.entry--search .main-search--form .main-search--field::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFFFFF;
  text-transform: uppercase;
}
.header-main .shop--navigation .navigation--entry.entry--search .main-search--form .main-search--field:-ms-input-placeholder {
  color: #FFFFFF;
  text-transform: uppercase;
}
.header-main .shop--navigation .navigation--entry.entry--search .main-search--form .main-search--field:focus::-webkit-input-placeholder {
  color: transparent;
}
.header-main .shop--navigation .navigation--entry.entry--search .main-search--form .main-search--field:focus:-moz-placeholder {
  /* Firefox 18- */
  color: transparent;
}
.header-main .shop--navigation .navigation--entry.entry--search .main-search--form .main-search--field:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
}
.header-main .shop--navigation .navigation--entry.entry--search .main-search--form .main-search--field:focus:-ms-input-placeholder {
  color: transparent;
}
.header-main .shop--navigation .navigation--entry.entry--search .main-search--form .main-search--button {
  color: #FFFFFF;
  width: 100px;
  height: 40px;
}
@media all and (min-width: 30em) {
  .header-main .shop--navigation .navigation--entry.entry--search .main-search--form .main-search--button {
    height: 60px;
  }
}
.header-main .shop--navigation .navigation--entry.entry--cart {
  float: right;
}
.header-main .shop--navigation .navigation--entry.entry--menu-left {
  position: absolute;
  left: 0px;
  top: 0px;
}
@media all and (min-width: 48em) {
  .header-main .shop--navigation .navigation--entry.entry--menu-left {
    position: relative;
    left: auto;
    top: auto;
  }
}
.header-main .shop--navigation .navigation--entry.entry--account {
  position: absolute;
  right: 60px;
  top: 0px;
}
@media all and (min-width: 48em) {
  .header-main .shop--navigation .navigation--entry.entry--account {
    position: relative;
    right: auto;
    top: auto;
  }
}
.header-main .shop--navigation .navigation--entry.entry--account .category--teaser {
  margin: 0;
  height: 80px;
}
@media all and (min-width: 48em) {
  .header-main .shop--navigation .navigation--entry.entry--account .category--teaser {
    height: 70px;
  }
}
@media all and (min-width: 78.75em) {
  .header-main .shop--navigation .navigation--entry.entry--account .category--teaser {
    height: 80px;
  }
}
.header-main .shop--navigation .navigation--entry.entry--account .category--teaser .teaser--text-short {
  height: 54px;
}
@media all and (min-width: 48em) {
  .header-main .shop--navigation .navigation--entry.entry--account .category--teaser .teaser--text-short {
    height: 80px;
  }
}
.header-main .shop--navigation .navigation--entry.entry--account .category--teaser .teaser--text-short a {
  border: none;
  float: left;
  width: 100%;
  height: 54px;
  line-height: 65px;
  color: #FFFFFF;
  text-align: center;
}
@media all and (min-width: 48em) {
  .header-main .shop--navigation .navigation--entry.entry--account .category--teaser .teaser--text-short a {
    height: 70px;
    line-height: 80px;
  }
}
@media all and (min-width: 78.75em) {
  .header-main .shop--navigation .navigation--entry.entry--account .category--teaser .teaser--text-short a {
    height: 80px;
    line-height: 86px;
  }
}
.header-main .shop--navigation .navigation--entry.entry--account .category--teaser .teaser--text-short a:hover {
  color: #f36903;
}
.header-main .shop--navigation .navigation--entry.entry--account .icon-user {
  height: 23px;
  width: 31px;
  top: 2px;
  position: relative;
}
@media all and (min-width: 48em) {
  .header-main .shop--navigation .navigation--entry.entry--account .icon-user {
    top: 4px;
  }
}
.header-main .shop--navigation .navigation--entry .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  height: 54px;
  padding: 0;
  margin: 0;
  background: none;
  width: 100%;
  text-align: center;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
@media all and (min-width: 48em) {
  .header-main .shop--navigation .navigation--entry .btn {
    height: 60px;
  }
}
@media all and (min-width: 78.75em) {
  .header-main .shop--navigation .navigation--entry .btn {
    height: 68px;
  }
}
.header-main .shop--navigation .navigation--entry .btn i {
  line-height: 68px;
}
@media all and (min-width: 48em) {
  .header-main .shop--navigation .navigation--entry .btn i {
    line-height: 60px;
  }
}
.header-main .shop--navigation .navigation--entry .btn i.icon--search {
  line-height: 55px;
}
@media all and (min-width: 48em) {
  .header-main .shop--navigation .navigation--entry .btn i.icon--search {
    line-height: 60px;
  }
}
@media all and (min-width: 78.75em) {
  .header-main .shop--navigation .navigation--entry .btn i.icon--search {
    line-height: 68px;
  }
}
.header-main .shop--navigation .navigation--entry .btn .icon-basket {
  width: 29px;
  height: 29px;
  position: relative;
  top: 2px;
}
@media all and (min-width: 48em) {
  .header-main .shop--navigation .navigation--entry .btn .icon-basket {
    top: 5px;
  }
}
.header-main .header--navigation {
  float: left;
  width: 100%;
  height: 3.4375rem;
  padding: 0;
  margin: 0;
}
@media all and (min-width: 48em) and (max-width: 78.75em) {
  .header-main .header--navigation {
    height: 60px;
  }
}
@media all and (min-width: 78.75em) {
  .header-main .header--navigation {
    height: 4.3125rem;
  }
}
.header-main .entry--notepad {
  display: none;
}
@media all and (min-width: 48em) {
  .header-main .entry--notepad {
    display: inline-block;
  }
}
.header-main .entry--notepad .icon-wishlist {
  height: 23px;
  position: relative;
  top: 0px;
  width: 23px;
}
@media all and (min-width: 48em) {
  .header-main .entry--notepad .icon-wishlist {
    top: 4px;
  }
}
.header-main .entry--notepad .notes--quantity {
  display: none;
}
.header-main .navigation-main {
  float: left;
  text-align: left;
  width: -webkit-calc(100% - 240px);
  width: -moz-calc(100% - 240px);
  width: calc(100% - 240px);
  z-index: 100;
  background: none;
  border: none;
  position: static;
  height: 60px;
  margin: 0;
}
@media all and (min-width: 78.75em) {
  .header-main .navigation-main {
    width: -webkit-calc(100% - 750px);
    width: -moz-calc(100% - 750px);
    width: calc(100% - 750px);
    height: 69px;
  }
}
.header-main .navigation-main .advanced-menu {
  z-index: 4000;
}
.header-main .navigation-main .navigation--list {
  padding: 0;
  display: flex;
}
.header-main .navigation-main .navigation--list-wrapper {
  padding: 0;
}
.header-main .navigation-main .navigation--entry.is--active .navigation--link.is--active {
  background: #f36903;
}
.header-main .navigation-main .navigation--entry .navigation--link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem 1.25rem 0rem 1.25rem;
  border: none;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  background: none;
  color: #FFFFFF;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 12px;
  font-weight: 600;
  height: 3.75rem;
  overflow: hidden;
}
@media all and (min-width: 64em) {
  .header-main .navigation-main .navigation--entry .navigation--link {
    font-size: 14px;
  }
}
@media all and (min-width: 78.75em) {
  .header-main .navigation-main .navigation--entry .navigation--link {
    padding: 0rem 1.25rem 0rem 1.25rem;
    height: 4.3125rem;
  }
}
.header-main .navigation-main .navigation--entry .navigation--link:hover {
  background: #f36903;
}
.header-main .navigation-main .navigation--entry.is--hovered {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: none !important;
}
.header-main .navigation-main .navigation--entry.is--hovered .navigation--link {
  background: #f36903 !important;
  color: #FFFFFF !important;
}
.header-main .navigation-main .navigation--entry.is--home svg {
  width: 1.25rem;
}
.header-main .top-bar {
  height: 34px;
  margin: 0;
  padding: 0;
  background: #333333;
}
.header-main .top-bar .navigation--list {
  height: 34px;
  border-right: 1px solid #2e2e2e;
  text-align: center;
  float: none;
}
.header-main .top-bar .top-bar--navigation {
  height: 34px;
  float: none;
}
.header-main .top-bar .navigation--entry {
  display: inline-block;
  padding: 0 15px;
  float: none;
  text-transform: uppercase;
}
.header-main .top-bar .navigation--entry.entry--compare {
  text-decoration: none;
  border: none;
  color: #f36903;
  font-size: 11px;
  line-height: 34px;
}
.header-main .top-bar .navigation--entry.entry--compare .icon--compare {
  display: none;
}
.header-main .top-bar .navigation--entry.entry--compare .compare--quantity {
  color: #f36903;
}
.header-main .top-bar .navigation--entry.entry--compare:hover {
  color: #2ecc71;
}
.header-main .top-bar .navigation--entry.entry--compare:hover .compare--quantity {
  color: #2ecc71;
}
.header-main .top-bar .navigation--entry.entry--compare .compare--list {
  right: 20px;
}
.header-main .top-bar .navigation--entry.entry--compare .compare--list .compare--icon-remove {
  position: relative;
  top: -1px;
}
.header-main .top-bar .navigation--entry.entry--compare .compare--list .btn--item-delete {
  position: relative;
  top: -11px;
  background: none;
  background-image: none;
  border: 1px solid #d30909;
  color: #d30909;
}
.header-main .top-bar .navigation--entry.entry--compare .compare--list .btn--item-delete:hover {
  background: #d30909;
  color: #FFF;
}
.header-main .top-bar .navigation--entry.entry--compare .compare--list .compare--link {
  color: #000;
}
.header-main .top-bar .navigation--entry.entry--compare .compare--list .compare--link:hover {
  color: #f36903;
}
.header-main .top-bar .navigation--entry.entry--compare .compare--list .btn--compare-start {
  background: #f36903;
  color: #FFF;
  font-size: 14px;
  font-style: italic;
  padding-top: 2px;
}
.header-main .top-bar .navigation--entry.entry--compare .compare--list .btn--compare-start:hover {
  background: #2ecc71;
}
.header-main .top-bar .navigation--entry.entry--compare .compare--list .btn--compare-delete {
  background: none;
  background-image: none;
  border: 1px solid #d30909;
  color: #d30909;
  font-size: 14px;
  font-style: italic;
}
.header-main .top-bar .navigation--entry.entry--compare .compare--list .btn--compare-delete:hover {
  background: #d30909;
  color: #FFF;
}
.header-main .top-bar .navigation--entry a {
  text-decoration: none;
  border: none;
  color: #b7b7b7;
  font-size: 11px;
  line-height: 34px;
  font-weight: 400;
}
.header-main .top-bar .navigation--entry a:hover {
  color: #f36903;
}
.header-main .top-bar .top-bar--language {
  float: right;
  margin: 0;
  padding: 0;
}
.header-main .top-bar .top-bar--language i.globe {
  float: left;
  position: absolute;
  left: 10px;
  top: 7px;
}
.header-main .top-bar .top-bar--language i.globe .icon-globe {
  color: #b7b7b7;
  width: 17px;
  height: 17px;
}
.header-main .top-bar .top-bar--language .language--flag {
  background: none;
  position: absolute;
  top: 5px;
  right: 36px;
  left: auto;
  text-indent: 0;
  width: auto;
  height: 34px;
  line-height: 34px;
  text-transform: uppercase;
  color: #b7b7b7;
  font-size: 11px;
}
.header-main .top-bar .top-bar--language .js--fancy-select {
  height: 34px;
  width: 99.5px;
  color: #b7b7b7;
}
.header-main .top-bar .top-bar--language .js--fancy-select-trigger {
  height: 34px;
  padding: 0 10px;
}
.header-main .top-bar .top-bar--language .js--fancy-select-trigger {
  line-height: 34px;
}
.header-main .logo-main {
  float: left;
  margin: 0;
  width: 64px !important;
  text-align: center;
  position: absolute;
  z-index: 100;
  left: 50%;
  margin-left: -32px;
  padding-left: 0px;
  padding-right: 0px;
}
@media all and (min-width: 48em) {
  .header-main .logo-main {
    position: absolute;
    left: 50%;
    margin-left: -75px;
    width: 150px !important;
    text-align: left;
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  }
}
.header-main .logo-main .logo--shop {
  float: left;
  width: 100% !important;
  margin: 0;
}
.header-main .logo-main .logo--shop .logo--link {
  border: none;
  float: left;
  width: 100% !important;
  margin: 0 !important;
  color: #E9550D;
  position: relative;
  padding: 5px 0 0 0px;
}
@media all and (min-width: 48em) {
  .header-main .logo-main .logo--shop .logo--link {
    padding: 0;
    margin: 0 !important;
  }
}
.header-main .logo-main .logo--shop .logo--link .logo {
  height: 33px;
  width: 50px;
  color: #fff;
}
@media all and (min-width: 48em) {
  .header-main .logo-main .logo--shop .logo--link .logo {
    height: 44px;
    width: 150px;
  }
}
@media all and (min-width: 78.75em) {
  .header-main .logo-main .logo--shop .logo--link .logo {
    height: 44px;
    width: 150px;
  }
}
.header-main .logo-main .logo--shop .logo--link .logo--mobile {
  display: block;
}
@media all and (min-width: 48em) {
  .header-main .logo-main .logo--shop .logo--link .logo--mobile {
    display: none;
  }
}
.header-main .logo-main .logo--shop .logo--link .logo--mobile .logosmall {
  width: 61px;
  height: 30px;
  color: #E9550D;
  margin-top: -4px;
}
.header-main .logo-main .logo--shop .logo--link .logo1 {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 1s linear 0ms;
  -moz-transition: all 1s linear  0ms;
  -o-transition: all 1s linear  0ms;
  transition: all 1s linear  0ms;
}
@keyframes stripes2 {
  to {
    width: 0px;
  }
}
@keyframes stripes {
  to {
    width: 100%;
  }
}
.shop--navigation .navigation--entry .icon--search {
  display: inline-block;
  font-size: 24px;
  position: relative;
  top: 1px;
  vertical-align: middle;
}
.off-canvas .close--off-canvas {
  background: #2e2e2e;
  background-image: none;
  border: none;
  text-align: left;
}
.off-canvas .close--off-canvas:hover {
  background: #f36903;
}
.ajax--cart .prices--container .prices--articles {
  color: #000000;
  font-weight: 400;
}
.ajax--cart .cart--item .item--link {
  border: none;
  color: #000000;
}
.ajax--cart .cart--item .item--link:hover {
  color: #f36903;
}
.ajax--cart .cart--empty-text {
  color: #000000;
}
.ajax--cart .action--container .btn {
  background: none;
  border: 1px solid #d30909;
  color: #d30909;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.ajax--cart .action--container .btn:hover {
  background: #d30909;
  color: #FFFFFF;
}
.ajax--cart .button--container .btn {
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.ajax--cart .button--container .btn.button--checkout {
  background: #2ecc71;
}
.ajax--cart .button--container .btn.button--checkout:hover {
  background: #f36903;
}
.ajax--cart .button--container .btn.button--open-basket {
  background: none;
  color: #5a5a5a;
  border: 2px solid #5a5a5a;
  line-height: 32px;
}
.ajax--cart .button--container .btn.button--open-basket:hover {
  border-color: #f36903;
  background: #f36903;
  color: #FFFFFF;
}
.sidebar-main.off-canvas,
#cookie-consent {
  background: rgba(52, 52, 52, 0.96);
  width: 100%;
}
.sidebar-main.off-canvas .sidebar--categories-navigation {
  border: none;
}
.sidebar-main.off-canvas .sidebar--navigation {
  background: none;
}
.sidebar-main.off-canvas .sidebar--navigation.is--level0 {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sidebar-main.off-canvas .sidebar--navigation.is--level0 .sidebar--ajax-loader {
  display: none !important;
}
.sidebar-main.off-canvas .sidebar--navigation.is--level0 .navigation--link {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.sidebar-main.off-canvas .sidebar--navigation.is--level0 .navigation--link:hover {
  background: #f36903;
}
@media all and (min-width: 48em) {
  .sidebar-main.off-canvas .sidebar--navigation.is--level0 .navigation--link {
    justify-content: left;
    border: none;
    text-transform: inherit;
    font-weight: 400;
    font-siez: 16px;
  }
  .sidebar-main.off-canvas .sidebar--navigation.is--level0 .navigation--link:hover {
    background: none;
  }
}
.sidebar-main.off-canvas .sidebar--navigation.is--level0 .navigation--entry {
  width: 50%;
}
@media all and (min-width: 48em) {
  .sidebar-main.off-canvas .sidebar--navigation.is--level0 .navigation--entry {
    display: none !important;
  }
}
.sidebar-main.off-canvas .sidebar--navigation.is--level0 .navigation--entry.has--sub-categories {
  display: block !important;
}
.sidebar-main.off-canvas .sidebar--navigation.is--level0 .navigation--entry.has--sub-categories .is--level2 .navigation--entry {
  display: block !important;
}
.sidebar-main.off-canvas .sidebar--navigation.is--level0 .navigation--entry:nth-child(2) .navigation--link,
.sidebar-main.off-canvas .sidebar--navigation.is--level0 .navigation--entry:first-child .navigation--link {
  border-bottom: none;
}
@media all and (min-width: 48em) {
  .sidebar-main.off-canvas .sidebar--navigation.is--level0 .is--level1 .navigation--entry {
    margin-bottom: 10px;
  }
}
.sidebar-main {
  background: #FFFFFF;
}
.navigation--smartphone .entry--close-off-canvas,
#cookie-consent .cookie-consent--header {
  position: relative;
  height: 3.4375rem;
  padding: 0;
  background: #2e2e2e;
  background-image: none;
  border: none;
  color: #FFFFFF;
  z-index: 1000;
}
.navigation--smartphone .entry--close-off-canvas .navigation--link,
#cookie-consent .cookie-consent--header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.4375rem;
  height: 3.4375rem;
  background: #2e2e2e;
  background-image: none;
  border: none;
  color: #FFFFFF;
  font-weight: 400;
}
.navigation--smartphone .entry--close-off-canvas .navigation--link:hover {
  background: #f36903;
}
.navigation--smartphone .entry--home {
  position: absolute;
  left: -webkit-calc(100vw - 55px);
  left: -moz-calc(100vw - 55px);
  left: calc(100vw - 55px);
  top: 0px;
}
.navigation--smartphone .entry--home .navigation--link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.4375rem;
  height: 3.4375rem;
  background: #2e2e2e;
  background-image: none;
  border: none;
  color: #FFFFFF;
  font-weight: 400;
}
.navigation--smartphone .entry--home .navigation--link:hover {
  background: #f36903;
}
.navigation--smartphone .entry--home .navigation--link svg {
  width: 20px;
}
.mobile--switches {
  color: #000000;
}
.mobile--switches .globe .icon-globe {
  width: 30px;
  height: 20px;
}
.mobile--switches .js--fancy-select {
  width: 60px;
}
.mobile--switches .js--fancy-select-trigger {
  margin-top: 3px;
}
.mobile--switches .top-bar--language .language--flag {
  background: none;
  text-indent: 0;
  width: 30px;
  font-size: 12px;
  height: 40px;
  margin-top: -5px;
  left: 32px;
}
.sidebar--categories-wrapper .categories--headline {
  color: #000000;
}
.off-canvas .mobile--switches .navigation--entry {
  width: 200px;
}
.sidebar--navigation .navigation--link {
  border-bottom: 1px solid #eaeaea;
  color: #f36903;
}
.sidebar--navigation .navigation--link:hover {
  background: #f36903;
  color: #FFF;
}
.top-bar--navigation .compare--list::after {
  left: 50%;
}
.modal--compare .list--head {
  background: #f5f5f5;
}
.modal--compare .list--head .list--entry {
  color: #838d8f;
}
.modal--compare .list--entry {
  border-bottom: 1px solid #eaeaea;
}
.modal--compare .list--entry .link--name {
  border: none;
}
.modal--compare .list--entry .link--name:hover {
  color: #f36903;
}
.modal--compare .list--entry .btn {
  background: #f36903;
  text-transform: uppercase;
  font-style: italic;
  font-size: 11px;
  border: none;
}
.modal--compare .list--entry .btn:hover {
  background: #2ecc71;
}
.modal--compare .link--name,
.modal--compare .list--entry {
  color: #000;
}
.modal--compare .entry--price .price--normal {
  color: #f36903 !important;
}
.is--ctl-register.is--target-checkout #loginSidebar,
.is--ctl-checkout:not(.is--act-cart) #loginSidebar {
  display: none;
}
#loginSidebar {
  right: 0;
  top: 0;
  left: auto !important;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
#loginSidebar.is--open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.container--account-sidebar .account--display {
  display: block;
}
.is--minimal-header .header-main .navigation-main {
  display: none;
}
.is--minimal-header .header--info {
  float: left;
  text-align: right;
  width: 100%;
  background: #000000;
  border: none;
  position: relative;
  height: 60px;
  margin: 0;
}
@media all and (min-width: 48em) {
  .is--minimal-header .header--info {
    height: 80px;
    background: none;
  }
}
.is--minimal-header .header--info:after {
  position: absolute;
  content: '';
  top: 0px;
  right: 0px;
  height: 1px;
  width: 100%;
  background: #2e2e2e;
  background: -moz-linear-gradient(left, #000000 0%, #2e2e2e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #000000 0%, #2e2e2e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #000000 0%, #2e2e2e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.is--minimal-header .header--info:before {
  position: absolute;
  content: '';
  left: -11px;
  top: 0px;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#242424+0,000000+100 */
  background: #242424;
  /* Old browsers */
  background: -moz-linear-gradient(left, #242424 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #242424 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #242424 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#242424', endColorstr='#000000', GradientType=1);
  /* IE6-9 */
  -webkit-transform: skew(-15deg);
  -moz-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  -o-transform: skew(-15deg);
  transform: skew(-15deg);
}
.is--minimal-header .btn--back-top-shop {
  height: 34px;
  line-height: 34px;
  color: #FFF;
  background: #515151;
  margin-right: 20px;
  font-size: 11px;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  font-weight: 300;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  display: inline-block;
  border: none !important;
  margin-top: 14px !important;
}
@media all and (min-width: 48em) {
  .is--minimal-header .btn--back-top-shop {
    margin-top: 18px !important;
    width: 260px !important;
    height: 42px;
    line-height: 42px;
  }
}
.is--minimal-header .btn--back-top-shop:hover {
  background: #f36903;
}
.is--minimal-header .btn--back-top-shop .icon--arrow-left {
  left: 20px !important;
}
.is--minimal-header .header-main .logo-main {
  top: 0.6875rem;
}
@media all and (max-width: 48em) {
  .is--minimal-header .header-main .logo-main {
    left: 20px;
    margin-left: 0px;
    margin-top: 2px;
    top: 0rem;
  }
}
.header--hotline {
  float: left;
  width: 50%;
  opacity: 0.6;
  -moz-opacity: 0.6;
  display: none;
}
@media all and (min-width: 64em) {
  .header--hotline {
    display: block;
  }
}
.header--hotline .title {
  float: left;
  width: 220px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "vista-slab", serif;
  font-size: 14px;
  margin: 0px 0 0 0;
  padding: 0 0 0 40px;
  text-align: left;
  height: 80px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  font-style: italic;
  display: none;
}
@media all and (min-width: 78.75em) {
  .header--hotline .title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.header--hotline .hotline {
  float: left;
  color: #ffffff;
  text-align: left;
  height: 80px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  font-size: 11px;
  font-weight: 300;
}
.header--hotline .hotline strong {
  float: left;
  width: 100%;
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: 400;
}
.container--account-sidebar .offcanvas--content {
  padding: 0;
  float: left;
  width: 100%;
}
.container--account-sidebar .offcanvas--content fieldset p {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  color: #b3aba1;
  line-height: 16px;
  float: left;
  width: 100%;
  padding: 0 20px;
}
.container--account-sidebar .offcanvas--content fieldset p:first-child {
  margin: 30px 0 40px;
}
.container--account-sidebar .offcanvas--content p {
  position: relative;
  clear: both;
  float: left;
  width: 100%;
}
.container--account-sidebar .offcanvas--content input {
  padding-left: 40px;
}
.container--account-sidebar .offcanvas--content .icon-mail {
  height: 12px;
  left: 12px;
  position: absolute;
  top: 14px;
  width: 15px;
}
.container--account-sidebar .offcanvas--content .icon-schloss {
  height: 16px;
  left: 12px;
  position: absolute;
  top: 11px;
  width: 13px;
}
.container--account-sidebar .offcanvas--content .password {
  text-align: center;
}
.container--account-sidebar .offcanvas--content .password a {
  border: none;
  text-decoration: underline;
}
.container--account-sidebar .offcanvas--content .action {
  clear: both;
  float: left;
  width: 100%;
  text-align: center;
}
.container--account-sidebar .offcanvas--content .action .btn {
  float: none;
  display: inline-block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 0 20px;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.1em;
  background: #f36903;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(255, 181, 52, 0.5);
  -moz-box-shadow: 0px 10px 20px 0px rgba(255, 181, 52, 0.5);
  box-shadow: 0px 10px 20px 0px rgba(255, 181, 52, 0.5);
}
.container--account-sidebar .offcanvas--content .action .btn:hover {
  background: #2ecc71;
}
.container--account-sidebar .offcanvas--content .action span {
  font-size: 11px;
  text-transform: uppercase;
  color: #e6d9d0;
  position: relative;
  float: left;
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
  text-align: center;
  z-index: 5;
  margin: 20px;
}
.container--account-sidebar .offcanvas--content .action span:before {
  position: absolute;
  left: 0px;
  top: 7px;
  content: '';
  height: 1px;
  width: 100%;
  background: #f0f2f7;
  z-index: -1;
}
.container--account-sidebar .offcanvas--content .action span:after {
  position: absolute;
  content: '';
  left: 50%;
  width: 60px;
  height: 20px;
  top: 2px;
  background: #FFF;
  margin-left: -30px;
  z-index: -1;
}
.container--account-sidebar .offcanvas--content .account--link {
  border: none;
  background: #000;
  color: #FFF;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  line-height: 40px;
  height: 40px;
  margin: 0rem 0rem 0rem 0rem;
}
.container--account-sidebar .offcanvas--content .account--link:hover {
  background: #f36903;
}
.language--select:after {
  top: 4px;
}
.icon--search:before {
  content: '';
}
.icon--search .icon-search {
  height: 24px;
  width: 23px;
}
.main-search--button:hover .icon-search {
  color: #f36903;
}
.emotion--overlay {
  position: fixed;
  top: 50%;
  left: 50%;
}
.has--cssanimations .js--loading-indicator .icon--default,
.has--cssanimations .js--loading-indicator .icon--default::after,
.has--cssanimations .js--loading-indicator .icon--default::before,
.container--ajax-cart .icon--loading-indicator,
.container--ajax-cart .icon--loading-indicator::after,
.container--ajax-cart .icon--loading-indicator::before,
.sidebar--ajax-loader,
.sidebar--ajax-loader::after,
.sidebar--ajax-loader::before,
.has--cssanimations .sidebar--ajax-loader,
.has--cssanimations .sidebar--ajax-loader::after,
.has--cssanimations .sidebar--ajax-loader::before,
.js--loading-indicator .indicator--relative,
.js--loading-indicator .indicator--absolute,
.js--loading-indicator .indicator--relative::after,
.js--loading-indicator .indicator--absolute::after,
.js--loading-indicator .indicator--relative::before,
.js--loading-indicator .indicator--absolute::before,
.emotion--loading-indicator,
.emotion--loading-indicator::before,
.emotion--loading-indicator::after {
  animation: none;
  animation-delay: 0;
  animation-direction: normal;
  animation-duration: 0;
  animation-fill-mode: none;
  animation-iteration-count: 1;
  animation-name: none;
  animation-play-state: running;
  animation-timing-function: ease;
  backface-visibility: visible;
  background: 0;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-position-x: 0;
  background-position-y: 0;
  background-repeat: repeat;
  background-size: auto auto;
  border: 0;
  border-style: none;
  border-width: medium;
  border-color: inherit;
  border-bottom: 0;
  border-bottom-color: inherit;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-collapse: separate;
  border-image: none;
  border-left: 0;
  border-left-color: inherit;
  border-left-style: none;
  border-left-width: medium;
  border-radius: 0;
  border-right: 0;
  border-right-color: inherit;
  border-right-style: none;
  border-right-width: medium;
  border-spacing: 0;
  border-top: 0;
  border-top-color: inherit;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-style: none;
  border-top-width: medium;
  bottom: auto;
  box-shadow: none;
  box-sizing: content-box;
  caption-side: top;
  clear: none;
  clip: auto;
  color: inherit;
  columns: auto;
  column-count: auto;
  column-fill: balance;
  column-gap: normal;
  column-rule: medium none currentColor;
  column-rule-color: currentColor;
  column-rule-style: none;
  column-rule-width: none;
  column-span: 1;
  column-width: auto;
  content: normal;
  counter-increment: none;
  counter-reset: none;
  cursor: auto;
  direction: ltr;
  display: inline;
  empty-cells: show;
  float: none;
  font: normal;
  font-family: inherit;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: auto;
  hyphens: none;
  left: auto;
  letter-spacing: normal;
  line-height: normal;
  list-style: none;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: disc;
  margin: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  opacity: 1;
  orphans: 0;
  outline: 0;
  outline-color: invert;
  outline-style: none;
  outline-width: medium;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  padding: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  page-break-after: auto;
  page-break-before: auto;
  page-break-inside: auto;
  perspective: none;
  perspective-origin: 50% 50%;
  position: static;
  /* May need to alter quotes for different locales (e.g fr) */
  quotes: '\201C' '\201D' '\2018' '\2019';
  right: auto;
  tab-size: 8;
  table-layout: auto;
  text-align: inherit;
  text-align-last: auto;
  text-decoration: none;
  text-decoration-color: inherit;
  text-decoration-line: none;
  text-decoration-style: solid;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  top: auto;
  transform: none;
  transform-style: flat;
  transition: none;
  transition-delay: 0s;
  transition-duration: 0s;
  transition-property: none;
  transition-timing-function: ease;
  unicode-bidi: normal;
  vertical-align: baseline;
  visibility: visible;
  white-space: normal;
  widows: 0;
  width: auto;
  word-spacing: normal;
  z-index: auto;
  /* basic modern patch */
  all: initial;
  all: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-left-color: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
}
.has--cssanimations .js--loading-indicator .icon--default,
.container--ajax-cart .icon--loading-indicator,
.sidebar--ajax-loader,
.has--cssanimations .sidebar--ajax-loader,
.js--loading-indicator .indicator--relative,
.js--loading-indicator .indicator--absolute,
.emotion--loading-indicator {
  margin: -25px 0 0 -25px;
  height: 50px;
  width: 50px;
  -webkit-animation: animation-rotate 1000ms linear infinite;
  -moz-animation: animation-rotate 1000ms linear infinite;
  -o-animation: animation-rotate 1000ms linear infinite;
  animation: animation-rotate 1000ms linear infinite;
}
.has--cssanimations .js--loading-indicator .icon--default::before,
.container--ajax-cart .icon--loading-indicator::before,
.sidebar--ajax-loader::before,
.has--cssanimations .sidebar--ajax-loader::before,
.js--loading-indicator .indicator--relative::before,
.js--loading-indicator .indicator--absolute::before,
.emotion--loading-indicator::before {
  content: "";
  margin: -23px 0 0 -23px;
  height: 44px;
  width: 44px;
  -webkit-animation: animation-rotate 1000ms linear infinite;
  -moz-animation: animation-rotate 1000ms linear infinite;
  -o-animation: animation-rotate 1000ms linear infinite;
  animation: animation-rotate 1000ms linear infinite;
}
.has--cssanimations .js--loading-indicator .icon--default::after,
.container--ajax-cart .icon--loading-indicator::after,
.sidebar--ajax-loader::after,
.has--cssanimations .sidebar--ajax-loader::after,
.js--loading-indicator .indicator--relative::after,
.js--loading-indicator .indicator--absolute::after,
.emotion--loading-indicator::after {
  content: "";
  margin: -29px 0 0 -29px;
  height: 56px;
  width: 56px;
  -webkit-animation: animation-rotate 2000ms linear infinite;
  -moz-animation: animation-rotate 2000ms linear infinite;
  -o-animation: animation-rotate 2000ms linear infinite;
  animation: animation-rotate 2000ms linear infinite;
}
@-webkit-keyframes animation-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes animation-rotate {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes animation-rotate {
  100% {
    -o-transform: rotate(360deg);
  }
}
@keyframes animation-rotate {
  100% {
    transform: rotate(360deg);
  }
}
.shop--navigation .navigation--entry .account--link.account--user-loggedin::after {
  display: none;
}
.is--ctl-detail .front-video-modal .youtube {
  margin: 0 auto;
}
.is--ctl-detail .md-content div {
  text-align: center;
}
.is--ctl-detail .video--info {
  position: absolute;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2.5rem 2.5rem 2.5rem 2.5rem;
  z-index: 100;
  left: 0;
  top: 0;
}
@media all and (min-width: 48em) {
  .is--ctl-detail .video--info {
    padding: 7.5rem 7.5rem 7.5rem 7.5rem;
  }
}
.is--ctl-detail .video--info p {
  text-align: center;
  color: #FFF;
}
.is--ctl-detail #detail-video-frame {
  position: relative;
}
.is--ctl-detail #detail-video-frame.inactive .video--info {
  display: flex;
}
.is--ctl-detail #detail-video-frame.inactive #details-video-slider {
  pointer-events: none;
}
.is--ctl-detail #detail-video-frame.inactive #details-video-slider img {
  opacity: 0.2;
}
.is--ctl-detail #detail-video-frame.inactive #details-video-slider .icon--videos {
  display: none;
}
.is--ctl-detail #detail-video-frame .video-title {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 300;
  color: #FFF;
  font-size: 14px;
  margin-bottom: 20px;
  display: block;
  position: absolute;
  z-index: 10;
  left: 20px;
  top: 20px;
}
@media all and (min-width: 64em) {
  .is--ctl-detail #detail-video-frame .video-title {
    left: 40px;
    top: 30px;
  }
}
.is--ctl-detail #detail-video-frame .md-overlay {
  z-index: 2000;
}
.is--ctl-detail #detail-video-frame .md-modal {
  z-index: 2002;
}
.is--ctl-detail #details-videos {
  float: left;
  position: relative;
  width: 100%;
  padding: 50px 40px 20px;
  background: #000000 url('../../custom/plugins/MadFoxTheme/Resources/Themes/Frontend/Shop/frontend/_public/src/images/Video-bg.jpg') no-repeat;
  background-size: cover;
}
@media all and (min-width: 64em) {
  .is--ctl-detail #details-videos {
    padding: 100px 100px 100px 70px;
  }
}
.is--ctl-detail #details-videos .slick-prev {
  left: 20px;
}
.is--ctl-detail #details-videos .slick-prev:before {
  content: "\e611";
}
.is--ctl-detail #details-videos .slick-next {
  right: 20px;
}
@media all and (min-width: 64em) {
  .is--ctl-detail #details-videos .slick-next {
    right: 60px;
  }
}
.is--ctl-detail #details-videos .slick-next:before {
  content: "\e60f";
}
.is--ctl-detail #details-videos .slick-prev,
.is--ctl-detail #details-videos .slick-next {
  background: #E9E9E9;
  color: #f36903;
  height: 100px;
  width: 20px;
}
.is--ctl-detail #details-videos .slick-prev:before,
.is--ctl-detail #details-videos .slick-next:before {
  font-size: .6rem;
  font-family: 'Shopware';
  color: #f36903;
}
.is--ctl-detail #details-videos .slick-prev:hover,
.is--ctl-detail #details-videos .slick-next:hover {
  background: #f36903;
  color: #FFF;
}
.is--ctl-detail #details-videos .slick-prev:hover:before,
.is--ctl-detail #details-videos .slick-next:hover:before {
  color: #FFF;
}
.is--ctl-detail #details-videos img {
  width: 100%;
}
.is--ctl-detail #details-videos .video {
  float: left;
  width: 100%;
  position: relative;
  margin: 0 0 1px;
  cursor: pointer;
  background: #000;
}
.is--ctl-detail #details-videos .video:hover i {
  background: #f36903;
}
.is--ctl-detail #details-videos .video:hover .icon--play {
  color: #FFF;
}
.is--ctl-detail #details-videos .video .icon--videos {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
}
@media all and (min-width: 78.75em) {
  .is--ctl-detail #details-videos .video .icon--videos {
    margin-left: -65px;
    margin-top: -65px;
  }
}
.is--ctl-detail #details-videos .video i {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #FFF;
}
@media all and (min-width: 78.75em) {
  .is--ctl-detail #details-videos .video i {
    width: 130px;
    height: 130px;
  }
}
.is--ctl-detail #details-videos .video .icon--play {
  width: 25px;
  height: 29px;
  color: #f36903;
}
.is--ctl-detail #details-videos .video .infos {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 30px;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.is--ctl-detail #details-videos .video .infos .video--title {
  float: left;
  width: 60%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #FFF;
  font-size: 12px;
  padding: 0 20px;
  line-height: 30px;
}
.is--ctl-detail #details-videos .video .infos .video--time {
  float: right;
  width: 40%;
  color: #FFF;
  font-size: 11px;
  text-align: right;
  padding: 0 20px;
  line-height: 30px;
}
.is--ctl-detail .content-main--inner {
  background: none;
}
.is--ctl-detail #crossSelling {
  float: left;
  clear: both;
  width: 100%;
  margin: 40px 0 0;
  background: #FFF;
}
.is--ctl-detail #crossSelling .tab--container-list {
  border-top: 1px solid #eaeaea;
}
.is--ctl-detail #crossSelling .product-slider--item {
  border-bottom: none;
}
@media all and (min-width: 48em) {
  .is--ctl-detail #crossSelling .product-slider--item {
    border-bottom: 1px solid #eaeaea;
  }
}
.is--ctl-detail #crossSelling .tab--header .tab--title {
  border: none;
  color: #f36903;
}
.is--ctl-detail #crossSelling .tab--header .tab--title:hover {
  background: #f36903;
  color: #FFF;
}
.is--ctl-detail #crossSelling .tab--header.is--active .tab--title {
  background: #f36903;
  color: #FFF;
}
.is--ctl-detail #crossSelling .js--collapse-target {
  display: block !important;
  visibility: hidden;
  height: 0;
}
.is--ctl-detail #crossSelling .js--collapse-target.is--collapsed {
  height: auto;
  visibility: visible;
}
.is--ctl-detail #crossSelling .slick-dots {
  position: relative;
  width: 100%;
  height: 0px;
  bottom: 0px;
  padding-top: 15px;
  overflow: hidden;
}
@media all and (min-width: 48em) {
  .is--ctl-detail #crossSelling .slick-dots {
    height: 49px;
  }
}
.is--ctl-detail #crossSelling .slick-dots button:before {
  font-size: 36px;
  color: #b0b0b0;
}
.is--ctl-detail #crossSelling .slick-dots button:hover:before {
  color: #f36903;
}
.is--ctl-detail #crossSelling .slick-dots .slick-active button:before {
  color: #000000;
}
.is--ctl-detail #crossSelling .tab--navigation {
  text-align: center;
  padding: 40px 0;
}
.is--ctl-detail #crossSelling .tab--navigation .link-inquiry,
.is--ctl-detail #crossSelling .tab--navigation .tab--link {
  border: none;
  background: none;
  height: 24px;
  padding: 0 20px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  color: #838d8f;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  font-style: italic;
  font-size: 12px;
  display: inline-block;
  margin: 0 0 10px;
}
.is--ctl-detail #crossSelling .tab--navigation .link-inquiry:hover,
.is--ctl-detail #crossSelling .tab--navigation .tab--link:hover {
  color: #f36903;
}
.is--ctl-detail #crossSelling .tab--navigation .link-inquiry .product--rating-count,
.is--ctl-detail #crossSelling .tab--navigation .tab--link .product--rating-count,
.is--ctl-detail #crossSelling .tab--navigation .link-inquiry.is--active,
.is--ctl-detail #crossSelling .tab--navigation .tab--link.is--active {
  background: #838d8f;
  color: #FFF;
}
.is--ctl-detail #crossSelling .tab--navigation .tab--link {
  display: none;
}
.is--ctl-detail #crossSelling .tab--navigation .tab--link.has--content {
  display: inline-block;
}
.is--ctl-detail .related {
  float: left;
  clear: both;
  width: 100%;
  border-top: 1px solid #eaeaea;
}
.is--ctl-detail .related .product--box {
  padding: 0;
  border: none;
  border-bottom: 1px solid #eaeaea;
  width: 100%;
}
@media all and (min-width: 30em) {
  .is--ctl-detail .related .product--box {
    width: 50%;
    border-right: 1px solid #eaeaea;
  }
  .is--ctl-detail .related .product--box:nth-child(2n) {
    border-right: none;
  }
  .is--ctl-detail .related .product--box:nth-child(2n + 1) {
    clear: both;
  }
}
@media all and (min-width: 48em) {
  .is--ctl-detail .related .product--box {
    width: 25%;
  }
  .is--ctl-detail .related .product--box:nth-child(2n) {
    border-right: 1px solid #eaeaea;
  }
  .is--ctl-detail .related .product--box:nth-child(2n + 1) {
    clear: none;
  }
  .is--ctl-detail .related .product--box:nth-child(4n) {
    border-right: none;
  }
  .is--ctl-detail .related .product--box:nth-child(4n + 1) {
    clear: both;
  }
}
@media all and (min-width: 64em) {
  .is--ctl-detail .related .product--box {
    width: 20%;
  }
  .is--ctl-detail .related .product--box:nth-child(4n) {
    border-right: 1px solid #eaeaea;
  }
  .is--ctl-detail .related .product--box:nth-child(4n + 1) {
    clear: none;
  }
  .is--ctl-detail .related .product--box:nth-child(5n) {
    border-right: none;
  }
  .is--ctl-detail .related .product--box:nth-child(5n + 1) {
    clear: both;
  }
}
@media all and (min-width: 78.75em) {
  .is--ctl-detail .related .product--box {
    width: 16.667%;
  }
  .is--ctl-detail .related .product--box:nth-child(5n) {
    border-right: 1px solid #eaeaea;
  }
  .is--ctl-detail .related .product--box:nth-child(5n + 1) {
    clear: none;
  }
  .is--ctl-detail .related .product--box:nth-child(6n) {
    border-right: none;
  }
  .is--ctl-detail .related .product--box:nth-child(6n + 1) {
    clear: both;
  }
}
.is--ctl-detail .related .product--box .box--content {
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.is--ctl-detail .related .product--box .product--badges {
  left: 10px;
}
.is--ctl-detail .related .product--box .product--price-info {
  height: auto;
}
.is--ctl-detail table {
  margin-bottom: 0px;
}
.is--ctl-detail .product--description {
  padding: 20px;
  font-size: 14px;
  line-height: 26px;
  color: #4F5459;
  clear: both;
}
@media all and (min-width: 30em) {
  .is--ctl-detail .product--description {
    padding: 20px 20px 0;
  }
}
.is--ctl-detail .product--description p {
  font-size: 14px;
  line-height: 26px;
  color: #4F5459;
}
.is--ctl-detail .product--description ul {
  list-style: none;
}
.is--ctl-detail .product--description ul li {
  position: relative;
}
.is--ctl-detail .product--description ul li:before {
  position: absolute;
  content: '';
  top: 9px;
  left: -17px;
  width: 8px;
  height: 8px;
  background: #f36903;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.is--ctl-detail .content-main {
  clear: both;
  padding-top: 0px;
  margin-top: 0px !important;
}
.is--ctl-detail .image-slider {
  z-index: unset;
}
.is--ctl-detail .image-gallery--modal .image-slider--container {
  margin: 0px;
}
.is--ctl-detail .image-gallery--modal .image-slider--container {
  height: 100%;
}
@media all and (max-width: 48em) {
  .is--ctl-detail .image-gallery--modal .image--thumbnails {
    display: none;
  }
}
.is--ctl-detail .image-gallery--modal .image-slider--thumbnails-slide {
  margin: 0;
}
.is--ctl-detail .image-gallery--modal .btn {
  background: none;
  border: 2px solid #eaeaea;
  color: #92999D;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.is--ctl-detail .image-gallery--modal .btn.icon--resize-shrink,
.is--ctl-detail .image-gallery--modal .btn.icon--minus3 {
  border-right: none;
}
.is--ctl-detail .image-gallery--modal .btn:hover {
  background: #f36903;
  border-color: #f36903;
  color: #FFF;
}
@media all and (max-width: 48em) {
  .is--ctl-detail .image-gallery--modal .arrow {
    display: block;
  }
}
.is--ctl-detail .image-gallery--modal .thumbnails--arrow.is--bottom {
  top: auto;
  bottom: 0px;
}
.is--ctl-detail .image-gallery--modal .thumbnails--arrow.is--top {
  top: 0px;
}
.is--ctl-detail .image-slider--container {
  margin-bottom: 0px;
  padding: 0.625rem 0rem 0rem 0rem;
}
@media all and (min-width: 64em) {
  .is--ctl-detail .image-slider--container {
    height: 500px;
    margin: 0 40px 0 140px;
  }
}
@media all and (min-width: 78.75em) {
  .is--ctl-detail .image-slider--container {
    height: 700px;
  }
}
.is--ctl-detail .image-slider--container .arrow {
  display: block;
}
@media all and (min-width: 64em) {
  .is--ctl-detail .image-slider--container .arrow {
    display: none;
  }
}
.is--ctl-detail .image-slider--container .arrow:before {
  border-color: #eaeaea;
}
.is--ctl-detail .image-slider--thumbnails {
  position: absolute;
  left: 1.875rem;
  top: 0.625rem;
  height: 90%;
  width: 6.25rem;
  margin: 0;
}
.is--ctl-detail .image-slider--thumbnails img {
  max-height: 90%;
  max-width: 90%;
}
.is--ctl-detail .image-slider--thumbnails .thumbnail--link {
  margin: 1px 0 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #FFF;
  width: 100px;
  height: 100px;
  line-height: 100px;
  display: block;
}
.is--ctl-detail .image-slider--thumbnails .thumbnails--arrow {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  border: none;
  background: #E9E9E9;
  color: #f36903;
  height: 20px;
  line-height: 20px;
  padding: 0;
  width: 100%;
}
.is--ctl-detail .image-slider--thumbnails .thumbnails--arrow:before {
  font-size: .4rem;
}
.is--ctl-detail .image-slider--thumbnails .thumbnails--arrow:hover {
  color: #FFF;
  background: #f36903;
}
.is--ctl-detail .product--properties-table {
  border: none;
}
@media all and (min-width: 48em) {
  .is--ctl-detail .product--properties-table {
    margin: 0;
  }
}
.is--ctl-detail .product--properties-table .product--properties-table {
  background: #FFF;
}
.is--ctl-detail .product--properties-table .product--properties-table:nth-child(2n) {
  background: #F9F9F9;
}
.is--ctl-detail .product--properties {
  padding: 0;
  color: #000;
  font-size: 14px;
}
.is--ctl-detail .product--properties .properties--title {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 300;
  color: #4F5459;
  font-size: 14px;
  margin-bottom: 20px;
  display: block;
}
.is--ctl-detail .product--properties .product--description {
  padding: 20px 0 0;
  font-size: 12px;
}
.is--ctl-detail .product--properties td {
  font-size: 12px;
  color: #4F5459;
  padding-top: 10px;
  padding-bottom: 10px;
}
.is--ctl-detail .product--properties td.is--bold {
  font-weight: 400 !important;
  text-transform: uppercase;
}
.is--ctl-detail .product--properties.properties--right {
  float: left;
  clear: none;
  background: #f4f4f4;
  padding: 30px 10px;
  border-left: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  margin-top: 50px;
  width: -webkit-calc(100% + 41px);
  width: -moz-calc(100% + 41px);
  width: calc(100% + 41px);
  margin-left: -21px;
  height: 200px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms ;
  -ms-transition: all 500ms ;
  -o-transition: all 500ms ;
  transition: all 500ms;
  cursor: pointer;
}
.is--ctl-detail .product--properties.properties--right.active {
  height: auto;
}
.is--ctl-detail .product--properties.properties--right.active:before,
.is--ctl-detail .product--properties.properties--right.active:after {
  display: none;
}
@media all and (min-width: 64em) {
  .is--ctl-detail .product--properties.properties--right {
    width: -webkit-calc(100% + 61px);
    width: -moz-calc(100% + 61px);
    width: calc(100% + 61px);
    margin-left: -31px;
    padding: 30px;
  }
}
.is--ctl-detail .product--properties.properties--right:before {
  position: absolute;
  left: 50%;
  bottom: 10px;
  color: #f36903;
  content: '\e612';
  font-family: 'Shopware';
  font-size: .5rem;
}
.is--ctl-detail .product--properties.properties--right:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100px;
  left: 0px;
  bottom: 0px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f4f4f4+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f4f4f4 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f4f4f4 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f4f4f4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f4f4f4', GradientType=0);
  /* IE6-9 */
}
.is--ctl-detail .product--rating {
  width: 90px;
  float: left;
  margin-top: -2px;
}
.is--ctl-detail .tab--container-list .product--rating {
  width: auto;
}
.is--ctl-detail .tab--container-list .product--rating .icon--star,
.is--ctl-detail .tab--container-list .product--rating .icon--star-empty {
  font-size: 12px;
}
.is--ctl-detail .review--form-container {
  clear: both;
  float: left;
  width: 100%;
  padding: 20px 0 0;
  border-top: 1px solid #eaeaea;
}
.is--ctl-detail .review--form-container .content--title {
  padding: 0 !important;
  color: #838d8f !important;
  text-transform: uppercase;
  font-weight: 600;
  font-style: italic;
  font-size: 20px;
}
.is--ctl-detail .review--entry {
  padding: 0;
  border: none;
  clear: both;
  float: left;
  width: 100%;
  margin: 0 0 40px;
}
.is--ctl-detail .review--entry .entry--content {
  clear: both;
  float: left;
  position: relative;
  background: #eaeaea;
  width: 100%;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.is--ctl-detail .review--entry .entry--content:before {
  position: absolute;
  content: '';
  left: 10px;
  top: -5px;
  width: 10px;
  height: 10px;
  background: #eaeaea;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.is--ctl-detail .review--entry .entry--content p {
  color: #000;
}
.is--ctl-detail .review--entry .icon--star-empty,
.is--ctl-detail .review--entry .icon--star {
  font-size: 12px;
}
.is--ctl-detail .review--entry .content--field,
.is--ctl-detail .review--entry .content--label {
  line-height: 26px;
  font-size: 12px;
  color: #000;
  display: inline-block;
  float: left;
  font-weight: 300;
}
.is--ctl-detail .review--entry .content--label {
  margin-right: 2px;
}
.is--ctl-detail .review--entry .content--field {
  margin-right: 10px;
}
.is--ctl-detail .tab-menu--product {
  clear: both;
  float: left;
  margin: 0 !important;
  width: 100%;
  background: #FFF;
}
@media all and (min-width: 48em) {
  .is--ctl-detail .tab-menu--product {
    padding: 0 0 60px;
  }
}
.is--ctl-detail .tab-menu--product .downloads {
  border-top: 1px solid #eaeaea;
}
.is--ctl-detail .tab-menu--product .downloads li {
  clear: both;
  float: left;
  width: 100%;
  border-bottom: 1px solid #eaeaea;
}
.is--ctl-detail .tab-menu--product .downloads li .link--download {
  border: none;
  float: left;
  width: 100%;
  padding: 5px 10px;
}
.is--ctl-detail .tab-menu--product .downloads li .link--download:hover {
  background: #f36903;
  color: #FFF;
}
.is--ctl-detail .tab-menu--product .tab--container {
  border: none;
}
.is--ctl-detail .tab-menu--product .tab--container .content--description {
  padding: 0;
  border: none;
}
.is--ctl-detail .tab-menu--product .tab--container .content--title {
  color: #000;
  margin: 0 0 20px;
  padding: 0 20px;
}
.is--ctl-detail .tab-menu--product .tab--navigation {
  text-align: center;
  padding: 40px 0;
}
.is--ctl-detail .tab-menu--product .tab--navigation .link-inquiry,
.is--ctl-detail .tab-menu--product .tab--navigation .tab--link {
  border: none;
  background: none;
  height: 24px;
  padding: 0 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #838d8f;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  font-style: italic;
  font-size: 12px;
  display: inline-block;
  margin: 0 0 10px;
}
.is--ctl-detail .tab-menu--product .tab--navigation .link-inquiry:hover,
.is--ctl-detail .tab-menu--product .tab--navigation .tab--link:hover {
  color: #f36903;
}
.is--ctl-detail .tab-menu--product .tab--navigation .link-inquiry .product--rating-count,
.is--ctl-detail .tab-menu--product .tab--navigation .tab--link .product--rating-count,
.is--ctl-detail .tab-menu--product .tab--navigation .link-inquiry.is--active,
.is--ctl-detail .tab-menu--product .tab--navigation .tab--link.is--active {
  background: #838d8f;
  color: #FFF;
}
.is--ctl-detail .product-streams--content .product-slider--container,
.is--ctl-detail .related--content .product-slider--container,
.is--ctl-detail .similar--content .product-slider--container {
  overflow: visible;
}
.is--ctl-detail .product-streams--content .product-slider--container .slick-arrow,
.is--ctl-detail .related--content .product-slider--container .slick-arrow,
.is--ctl-detail .similar--content .product-slider--container .slick-arrow {
  top: -1.875rem;
  opacity: 1;
}
.is--ctl-detail .product-streams--content .product-slider--container .slick-arrow.slick-prev,
.is--ctl-detail .related--content .product-slider--container .slick-arrow.slick-prev,
.is--ctl-detail .similar--content .product-slider--container .slick-arrow.slick-prev {
  left: 0.625rem;
}
@media all and (min-width: 48em) {
  .is--ctl-detail .product-streams--content .product-slider--container .slick-arrow.slick-prev,
  .is--ctl-detail .related--content .product-slider--container .slick-arrow.slick-prev,
  .is--ctl-detail .similar--content .product-slider--container .slick-arrow.slick-prev {
    left: 1.25rem;
  }
}
.is--ctl-detail .product-streams--content .product-slider--container .slick-arrow.slick-prev:before,
.is--ctl-detail .related--content .product-slider--container .slick-arrow.slick-prev:before,
.is--ctl-detail .similar--content .product-slider--container .slick-arrow.slick-prev:before {
  display: block;
  content: '';
  width: 0.75rem;
  height: 0.75rem;
  border-left: 2px solid #b1b1b1;
  border-bottom: 2px solid #b1b1b1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media all and (min-width: 48em) {
  .is--ctl-detail .product-streams--content .product-slider--container .slick-arrow.slick-prev:before,
  .is--ctl-detail .related--content .product-slider--container .slick-arrow.slick-prev:before,
  .is--ctl-detail .similar--content .product-slider--container .slick-arrow.slick-prev:before {
    width: 0.875rem;
    height: 0.875rem;
  }
}
.is--ctl-detail .product-streams--content .product-slider--container .slick-arrow.slick-prev:hover:before,
.is--ctl-detail .related--content .product-slider--container .slick-arrow.slick-prev:hover:before,
.is--ctl-detail .similar--content .product-slider--container .slick-arrow.slick-prev:hover:before {
  border-color: #f36903;
}
.is--ctl-detail .product-streams--content .product-slider--container .slick-arrow.slick-next,
.is--ctl-detail .related--content .product-slider--container .slick-arrow.slick-next,
.is--ctl-detail .similar--content .product-slider--container .slick-arrow.slick-next {
  right: 0.625rem;
}
@media all and (min-width: 48em) {
  .is--ctl-detail .product-streams--content .product-slider--container .slick-arrow.slick-next,
  .is--ctl-detail .related--content .product-slider--container .slick-arrow.slick-next,
  .is--ctl-detail .similar--content .product-slider--container .slick-arrow.slick-next {
    right: 1.25rem;
  }
}
.is--ctl-detail .product-streams--content .product-slider--container .slick-arrow.slick-next:before,
.is--ctl-detail .related--content .product-slider--container .slick-arrow.slick-next:before,
.is--ctl-detail .similar--content .product-slider--container .slick-arrow.slick-next:before {
  display: block;
  content: '';
  width: 0.75rem;
  height: 0.75rem;
  border-left: 2px solid #b1b1b1;
  border-bottom: 2px solid #b1b1b1;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media all and (min-width: 48em) {
  .is--ctl-detail .product-streams--content .product-slider--container .slick-arrow.slick-next:before,
  .is--ctl-detail .related--content .product-slider--container .slick-arrow.slick-next:before,
  .is--ctl-detail .similar--content .product-slider--container .slick-arrow.slick-next:before {
    width: 0.875rem;
    height: 0.875rem;
  }
}
.is--ctl-detail .product-streams--content .product-slider--container .slick-arrow.slick-next:hover:before,
.is--ctl-detail .related--content .product-slider--container .slick-arrow.slick-next:hover:before,
.is--ctl-detail .similar--content .product-slider--container .slick-arrow.slick-next:hover:before {
  border-color: #f36903;
}
.is--ctl-detail #similar {
  float: left;
  width: 100%;
  background: #FFF;
}
@media all and (min-width: 64em) {
  .is--ctl-detail #similar {
    width: 100%;
  }
}
.is--ctl-detail #similar .slick-dots {
  position: relative;
  width: 100%;
  height: 49px;
  bottom: 0px;
  padding-top: 15px;
}
.is--ctl-detail #similar .slick-dots button:before {
  font-size: 36px;
  color: #b0b0b0;
}
.is--ctl-detail #similar .slick-dots button:hover:before {
  color: #f36903;
}
.is--ctl-detail #similar .slick-dots .slick-active button:before {
  color: #000000;
}
.is--ctl-detail #similar .product-slider {
  padding: 0;
}
.is--ctl-detail #similar .box--slider {
  position: static;
  height: 15rem;
}
@media all and (min-width: 48em) {
  .is--ctl-detail #similar .box--slider {
    height: 23.125rem;
  }
}
.is--ctl-detail #similar .box--slider .box--content {
  position: static;
}
.is--ctl-detail #similar .panel--title {
  margin: 0;
  padding: 20px 0;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  font-style: italic;
  color: #000;
}
.is--ctl-detail #similar .product-slider--item {
  padding: 20px;
  border-bottom: 1px solid #eaeaea;
}
@media all and (min-width: 48em) {
  .is--ctl-detail #similar .product-slider--item {
    border-right: 1px solid #eaeaea;
  }
}
.is--ctl-detail #similar .product-slider--arrow.arrow--prev {
  top: auto;
  bottom: 10px;
  left: auto;
  right: 50%;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #c0c0c0;
  line-height: 27px;
  color: #c0c0c0;
  margin: 0 10px 0 0;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.is--ctl-detail #similar .product-slider--arrow.arrow--prev:hover {
  color: #f36903;
  border-color: #f36903;
}
.is--ctl-detail #similar .product-slider--arrow.arrow--next {
  top: auto;
  bottom: 10px;
  right: auto;
  left: 50%;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #c0c0c0;
  line-height: 27px;
  color: #c0c0c0;
  margin: 0 0 0 5px;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.is--ctl-detail #similar .product-slider--arrow.arrow--next:hover {
  color: #f36903;
  border-color: #f36903;
}
.is--ctl-detail #similar .product-slider--title ~ .product-slider--content {
  padding: 3.4rem 0 0 0;
}
.is--ctl-detail #similar .box--emotion .product--title {
  font-size: 14px;
  font-weight: 700;
}
.is--ctl-detail .product--actions {
  margin: 20px 0 0;
  clear: both;
  float: left;
  width: 100%;
  border: none;
}
@media all and (min-width: 48em) {
  .is--ctl-detail .product--actions {
    margin: 20px 0 0;
  }
}
.is--ctl-detail .product--actions #article--socialmedia {
  float: right;
  width: 65px;
}
@media all and (min-width: 78.75em) {
  .is--ctl-detail .product--actions #article--socialmedia {
    width: 108px;
  }
}
.is--ctl-detail .product--actions #article--socialmedia span {
  float: left;
  text-transform: uppercase;
  font-weight: 300;
  color: #92999D;
  font-size: 11px;
  display: none;
  margin-top: 3px;
}
@media all and (min-width: 78.75em) {
  .is--ctl-detail .product--actions #article--socialmedia span {
    display: block;
  }
}
.is--ctl-detail .product--actions #article--socialmedia a {
  border: none;
  color: #92999D;
  float: left;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  margin-top: -2px;
  -moz-opacity: 0.4;
  opacity: 0.4;
  border: 2px solid #979797;
}
.is--ctl-detail .product--actions #article--socialmedia a svg {
  vertical-align: top;
  width: 40px;
  position: relative;
}
.is--ctl-detail .product--actions #article--socialmedia a.twitter {
  margin-right: 5px;
  margin-left: 10px;
}
.is--ctl-detail .product--actions #article--socialmedia a.twitter:hover {
  border-color: #0084b4;
}
.is--ctl-detail .product--actions #article--socialmedia a.facebook:hover {
  border-color: #3b5998;
}
.is--ctl-detail .product--actions #article--socialmedia a .icon-facebook {
  height: 16px;
  width: 16px;
  top: 2px;
}
.is--ctl-detail .product--actions #article--socialmedia a .icon-twitter {
  height: 17px;
  width: 17px;
  top: 1px;
}
.is--ctl-detail .product--actions #article--socialmedia a .icon-google {
  height: 22px;
  width: 22px;
  top: -3px;
}
.is--ctl-detail .product--actions #article--socialmedia a:hover {
  -moz-opacity: 1;
  opacity: 1;
}
.is--ctl-detail .product--actions #article--socialmedia a:hover .icon-facebook {
  color: #3b5998;
  border-color: #3b5998;
}
.is--ctl-detail .product--actions #article--socialmedia a:hover .icon-twitter {
  color: #0084b4;
  border-color: #0084b4;
}
.is--ctl-detail .product--actions #article--socialmedia a:hover .icon-google {
  color: #d34836;
  border-color: #d34836;
}
.is--ctl-detail .product--actions .action--form {
  float: left;
  width: -webkit-calc(50% - 45px);
  width: -moz-calc(50% - 45px);
  width: calc(50% - 45px);
  color: #92999D;
  font-size: 12px;
  font-style: italic;
  font-weight: 600;
}
@media all and (min-width: 78.75em) {
  .is--ctl-detail .product--actions .action--form {
    width: -webkit-calc(50% - 90px);
    width: -moz-calc(50% - 90px);
    width: calc(50% - 90px);
  }
}
.is--ctl-detail .product--actions .action--form svg {
  margin: 0 5px 0 0;
  color: #92999D;
}
@media all and (min-width: 78.75em) {
  .is--ctl-detail .product--actions .action--form svg {
    margin: 0 15px 0 0;
  }
}
.is--ctl-detail .product--actions .action--form .icon-compare {
  height: 19px;
  width: 21px;
}
.is--ctl-detail .product--actions .action--form .icon-wishlist {
  height: 18px;
  width: 21px;
}
.is--ctl-detail .product--actions .action--form span {
  vertical-align: top;
  font-size: 12px;
  color: #92999D;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 2px;
}
.is--ctl-detail .product--actions .action--form .action--link {
  margin: 0;
}
.is--ctl-detail .product--actions .action--form:hover svg {
  color: #f36903;
}
.is--ctl-detail .product--actions .action--form:hover span {
  text-decoration: none;
  color: #f36903;
}
.is--ctl-detail .product--details .product-slider {
  padding: 0;
}
.is--ctl-detail .product--details .tab--container {
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.is--ctl-detail .product--details .tab--container-list .tab--header .tab--title {
  color: #f36903;
  border: none;
}
.is--ctl-detail .product--details .tab--container-list .tab--link {
  border-color: #f36903;
}
.is--ctl-detail .product--details .tab--container-list .product--rating-count {
  background: #f36903;
}
.is--ctl-detail .product--details .buybox--form {
  float: left;
  width: 100%;
  padding: 0;
}
.is--ctl-detail .product--details .product--image-container {
  width: 100%;
  float: left;
  background: #FFF;
  margin: 0;
}
@media all and (min-width: 64em) {
  .is--ctl-detail .product--details .product--image-container {
    width: 48%;
  }
}
@media all and (min-width: 78.75em) {
  .is--ctl-detail .product--details .product--image-container {
    padding: 0;
  }
}
.is--ctl-detail .product--details .product--buybox {
  width: 100%;
  padding: 0;
}
@media all and (min-width: 64em) {
  .is--ctl-detail .product--details .product--buybox {
    width: 52%;
    margin: 0 0 60px;
  }
}
.is--ctl-detail .product--details .product--buybox .infos {
  background: #FFF;
  border-top: 5px solid #f36903;
  border-left: 1px solid #F4F4F4;
  -webkit-box-shadow: 9px 12px 9px -1px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 9px 12px 9px -1px rgba(0, 0, 0, 0.21);
  box-shadow: 9px 12px 9px -1px rgba(0, 0, 0, 0.21);
  display: block;
  float: left;
  width: 100%;
  position: relative;
  z-index: 1000;
  padding: 20px;
}
@media all and (min-width: 64em) {
  .is--ctl-detail .product--details .product--buybox .infos {
    width: -webkit-calc(100% + 30px);
    width: -moz-calc(100% + 30px);
    width: calc(100% + 30px);
    margin-left: -30px;
    padding: 30px;
  }
}
.is--ctl-detail .product--details .product--buybox .reset--configuration {
  float: right;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  margin: 10px 0 0;
  color: #92999D;
  border: none;
  background: none;
  padding-right: 0px;
  width: 100%;
}
@media all and (min-width: 64em) {
  .is--ctl-detail .product--details .product--buybox .reset--configuration {
    width: 215px;
    margin: 0;
  }
}
.is--ctl-detail .product--details .product--buybox .reset--configuration:hover {
  color: #d30909;
}
.is--ctl-detail .product--details .product--buybox .configurator-headline {
  float: left;
  clear: both;
  width: 100%;
}
@media all and (min-width: 64em) {
  .is--ctl-detail .product--details .product--buybox .configurator-headline {
    width: -webkit-calc(100% - 215px);
    width: -moz-calc(100% - 215px);
    width: calc(100% - 215px);
  }
}
.is--ctl-detail .product--details .product--buybox .configurator-title {
  color: #4F5459;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  letter-spacing: 0.2em;
  font-weight: 400;
}
.is--ctl-detail .product--details .product--buybox .configurator-info {
  color: #92999D;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
}
.is--ctl-detail .product--details .product--buybox .buy-frame {
  float: left;
  clear: both;
  width: 100%;
  display: block;
  margin: 10px 0 0;
}
@media all and (min-width: 64em) {
  .is--ctl-detail .product--details .product--buybox .buy-frame {
    padding-left: 30px;
    border-left: 3px solid #f36903;
    margin: 20px 0 0;
  }
}
.is--ctl-detail .product--details .product--buybox .buybox--inner {
  clear: both;
  float: left;
  width: 100%;
  padding: 0;
}
.is--ctl-detail .product--details .product--buybox .buybox--inner #buy--container {
  clear: both;
  float: left;
  width: 100%;
  border-bottom: 1px solid #E9E9E9;
  border-top: 1px solid #E9E9E9;
  padding-bottom: 20px;
  /*
          .buybox--quantity{
            width: 100%;
            margin: 0 10px 0 0;

            @media all and (min-width: @phoneLandscapeViewportWidth){
              width: 60px;
            }

            @media all and (min-width: @desktopViewportWidth){
              max-width: 112px;
              width: 35%;
              margin: 0 2% 0 0;
            }

            #sQuantity{
              background-image: none;
              background: #ebecee;
              color:#4f5362;
              border: none;
              height: 42px;
              line-height: 42px;
              -webkit-border-radius: 21px;
              -moz-border-radius: 21px;
              border-radius: 21px;
              font-weight: 400;
              font-size: 12px;

              &:after{
                color: #4f5362;
              }

              option{
                color: #4f5362;
              }

            }

          } */
}
.is--ctl-detail .product--details .product--buybox .buybox--inner #buy--container .noBuy {
  clear: both;
  float: left;
  width: 100%;
  border-top: 1px solid #eaeaea;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #92999D;
  font-weight: bold;
  padding: 20px 0;
  font-size: 12px;
  font-weight: 400;
}
@media all and (min-width: 30em) {
  .is--ctl-detail .product--details .product--buybox .buybox--inner #buy--container .noBuy {
    font-size: 14px;
  }
}
.is--ctl-detail .product--details .product--buybox .buybox--inner #buy--container .noBuy p {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  -moz-opacity: 0.8;
  opacity: 0.8;
  line-height: 16px;
}
.is--ctl-detail .product--details .product--buybox .buybox--inner #buy--container .noBuy a {
  display: inline-block;
  float: none;
  background: #f36903;
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
  height: 40px;
  line-height: 40px;
  letter-spacing: 0.14em;
  padding: 0 20px;
  font-size: 13px;
}
.is--ctl-detail .product--details .product--buybox .buybox--inner #buy--container .noBuy i {
  float: left;
  width: 100%;
  text-align: center;
  color: #92999D;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.is--ctl-detail .product--details .product--buybox .buybox--inner #buy--container .noBuy i svg {
  width: 49px;
  height: 43px;
}
.is--ctl-detail .product--details .product--buybox .buybox--inner #buy--container .select-field::after {
  color: #4f5362;
}
.is--ctl-detail .product--details .product--buybox .buybox--inner #buy--container .buybox--button-container {
  clear: both;
  float: left;
  width: 100%;
  border-top: 1px solid #eaeaea;
  padding: 20px 0 0;
}
.is--ctl-detail .product--details .product--buybox .buybox--inner #buy--container .buybox--button-container .buybox--button {
  float: right;
  height: 50px;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #28d43c;
  color: #FFFFFF;
  margin: 10px 0 0;
  font-size: 14px;
  font-style: italic;
}
@media all and (min-width: 30em) {
  .is--ctl-detail .product--details .product--buybox .buybox--inner #buy--container .buybox--button-container .buybox--button {
    font-size: 16px;
  }
}
@media all and (min-width: 64em) {
  .is--ctl-detail .product--details .product--buybox .buybox--inner #buy--container .buybox--button-container .buybox--button {
    width: 63%;
    margin: 0;
  }
}
.is--ctl-detail .product--details .product--buybox .buybox--inner #buy--container .buybox--button-container .buybox--button:hover {
  background: #f36903;
}
.is--ctl-detail .product--details .product--buybox .buybox--inner #buy--container .buybox--button-container .buybox--button .icon-basket {
  height: 20px;
  width: 20px;
  position: relative;
  top: 10px;
  float: left;
  left: -15px;
}
@media all and (min-width: 78.75em) {
  .is--ctl-detail .product--details .product--buybox .buybox--inner #buy--container .buybox--button-container .buybox--button .icon-basket {
    left: 0px;
  }
}
.is--ctl-detail .product--details .product--buybox .buybox--inner #buy--container .buybox--button-container .js--fancy-select {
  height: 42px;
  width: 100%;
  padding: 0;
  margin: 0;
  float: left;
  border: none;
  background-image: none;
  background: #ebecee;
  color: #4f5362;
}
@media all and (min-width: 30em) {
  .is--ctl-detail .product--details .product--buybox .buybox--inner #buy--container .buybox--button-container .js--fancy-select {
    width: 60px;
  }
}
@media all and (min-width: 78.75em) {
  .is--ctl-detail .product--details .product--buybox .buybox--inner #buy--container .buybox--button-container .js--fancy-select {
    width: 100%;
    max-width: 112px;
  }
}
.is--ctl-detail .product--details .product--buybox .buybox--inner #buy--container .buybox--button-container .js--fancy-select:hover {
  color: #f36903;
}
.is--ctl-detail .product--details .product--buybox .buybox--inner .product--delivery {
  float: right;
  width: 100%;
  padding: 10px 0px 20px 20px;
}
@media all and (min-width: 30em) {
  .is--ctl-detail .product--details .product--buybox .buybox--inner .product--delivery {
    width: 50%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*justify-content: center;*/
    align-items: center;
    height: 140px;
    padding: 0 0px 0 10px;
  }
}
.is--ctl-detail .product--details .product--buybox #container--price {
  float: left;
  width: 100%;
  padding: 20px;
}
@media all and (min-width: 30em) {
  .is--ctl-detail .product--details .product--buybox #container--price {
    height: 140px;
    width: 50%;
    padding: 0 10px 0 0px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*justify-content: center;*/
    align-items: center;
  }
}
.is--ctl-detail .product--details .product--buybox #container--price .price--content {
  font-size: 24px;
  color: #000000;
}
.is--ctl-detail .product--details .product--buybox #container--price .product--tax {
  font-size: 9px;
  line-height: 14px;
  color: #a3a3a3;
}
.is--ctl-detail .product--details .product--buybox #container--price .product--tax a {
  color: #a3a3a3;
  border-color: #a3a3a3;
  text-decoration: none !important;
}
.is--ctl-detail .product--details .product--buybox .entry--sku {
  color: #4F5459;
  font-size: 11px;
  clear: both;
  float: left;
  width: 100%;
  font-weight: 400;
}
.is--ctl-detail .product--details .product--buybox .entry--sku .entry--label {
  font-weight: 400;
}
.is--ctl-detail .product--details .product--buybox h1 {
  float: left;
  width: 100%;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0 10px;
  line-height: 28px;
  color: #000000;
}
@media all and (min-width: 30em) {
  .is--ctl-detail .product--details .product--buybox h1 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media all and (min-width: 48em) {
  .is--ctl-detail .product--details .product--buybox h1 {
    margin: 10px 0 50px;
  }
}
.is--ctl-detail #tabsinfo {
  clear: both;
  float: left;
  line-height: 50px;
  text-align: center;
  width: 100%;
  background: #E9E9E9;
  color: #BDB0A1;
  font-size: 14px;
  letter-spacing: 0.2em;
  font-weight: 300;
  text-transform: uppercase;
}
.is--ctl-detail #bewertung {
  clear: both;
  float: left;
  width: 100%;
  margin: 0 0 30px;
}
.is--ctl-detail #bewertung .stars {
  color: #dfab5d;
  width: 130px;
  float: left;
}
.is--ctl-detail #bewertung .stars .icon--star-empty,
.is--ctl-detail #bewertung .stars .icon--star {
  font-size: 11px;
}
.is--ctl-detail #bewertung .stars span {
  margin: 0 20px 0 10px;
  font-size: 11px;
  font-weight: 600;
}
.is--ctl-detail #bewertung .action--link {
  color: #a8acb9;
  text-decoration: underline;
  font-size: 11px;
}
.is--ctl-detail #bewertung .action--link:hover {
  color: #f36903;
  text-decoration: none;
}
.is--ctl-detail .product--configurator {
  margin: 0 0 20px;
  float: left;
  width: 100%;
}
@media all and (max-width: 64em) {
  .is--ctl-detail .product--configurator {
    margin: 0 0 40px;
  }
}
.is--ctl-detail .product--configurator .configurator--form {
  float: left;
  width: 100%;
  padding-top: 0px;
}
.is--ctl-detail .product--configurator .configurator--form .select-field {
  height: 42px;
  max-width: 100%;
}
.is--ctl-detail .product--configurator .variant--name {
  font-size: 11px;
  color: #3a405b;
  opacity: 0.5;
  -moz-opacity: 0.5;
  text-transform: uppercase;
  font-style: italic;
}
.is--ctl-detail .product--configurator .configurator--form .step-fields {
  float: left;
  width: 100%;
}
.is--ctl-detail .product--configurator .configurator--form .step-fields:nth-child(2n) {
  margin: 0;
}
@media all and (min-width: 30em) {
  .is--ctl-detail .product--configurator .configurator--form .step-fields {
    width: 49%;
    margin: 0 2% 0 0;
  }
}
@media all and (min-width: 78.75em) {
  .is--ctl-detail .product--configurator .configurator--form .step-fields {
    width: 32%;
    margin: 0 2% 0 0;
  }
  .is--ctl-detail .product--configurator .configurator--form .step-fields:nth-child(2n) {
    margin: 0 2% 0 0;
  }
  .is--ctl-detail .product--configurator .configurator--form .step-fields:nth-child(3n) {
    margin: 0;
  }
}
.is--ctl-detail .product--configurator .configurator--form .step-fields .js--fancy-select {
  width: 100%;
}
.is--ctl-detail .product--configurator .configurator--form .step-fields .configurator--label {
  font-size: 11px;
  color: #3a405b;
  opacity: 0.5;
  -moz-opacity: 0.5;
  text-transform: uppercase;
  font-style: italic;
}
.is--ctl-detail #short--description {
  clear: both;
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #777777;
  padding: 0 0px 30px 0;
  position: relative;
  cursor: pointer;
}
.is--ctl-detail #short--description:after {
  position: absolute;
  content: '';
  bottom: 10px;
  left: 0px;
  width: 100%;
  height: 80px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100,ffffff+100&1+0,0+100;White+to+Transparent */
  background: -moz-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.is--ctl-detail #short--description:before {
  font-family: 'shopware';
  content: "\e612";
  position: absolute;
  left: 50%;
  bottom: 0px;
  font-size: 8px;
  z-index: 2;
}
.is--ctl-detail #short--description:hover:before {
  color: #f36903;
}
@media all and (min-width: 48em) {
  .is--ctl-detail #short--description {
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }
}
.is--ctl-detail #short--description.article--has-configurator {
  border-bottom: 1px solid #eaeaea;
  margin: 0 0 20px;
  padding-bottom: 40px;
}
.is--ctl-detail #short--description.article--has-configurator:before {
  bottom: 7px;
}
@media all and (min-width: 48em) {
  .is--ctl-detail #short--description.article--has-configurator:before {
    bottom: 20px;
  }
}
.is--ctl-detail #short--description.article--has-configurator:after {
  bottom: 30px;
}
@media all and (min-width: 48em) {
  .is--ctl-detail #short--description.article--has-configurator {
    margin: 0 0 40px;
    padding: 0 20px 50px 0;
  }
}
#article--nav {
  position: relative;
  clear: both;
  float: left;
  width: 100%;
  z-index: 1001;
}
#article--nav .product--navigation {
  float: left;
  width: 100%;
  height: 60px;
  display: none;
}
@media all and (min-width: 64em) {
  #article--nav .product--navigation {
    display: block;
  }
}
#article--nav .product--navigation .link--prev-button,
#article--nav .product--navigation .link--next-button {
  display: block;
}
#article--nav .product--navigation .link--next.can--slide {
  display: block;
}
#article--nav .product--navigation .link--next .link--next-button {
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  float: right;
}
#article--nav .product--navigation .link--next .link--next-button:before {
  font-family: 'shopware';
  content: "\e60f";
}
#article--nav .product--navigation .link--next .image--wrapper {
  width: 100px;
  height: 0px;
  right: -1px;
  top: 50px;
  padding: 0;
  position: absolute;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  border-color: #eaeaea;
  background: #FFF;
}
#article--nav .product--navigation .link--next .image--wrapper .image--container {
  right: auto;
  -webkit-transition: all 0.45s cubic-bezier(0.16, 0.04, 0.14, 1);
  transition: all 0.45s cubic-bezier(0.16, 0.04, 0.14, 1);
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
#article--nav .product--navigation .link--next:hover .image--wrapper {
  height: 100px;
  border: 1px solid #eaeaea !important;
}
#article--nav .product--navigation .link--prev.can--slide {
  display: block;
}
#article--nav .product--navigation .link--prev .link--prev-button {
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
  float: left;
}
#article--nav .product--navigation .link--prev .link--prev-button:before {
  font-family: 'shopware';
  content: "\e611";
}
#article--nav .product--navigation .link--prev .image--wrapper {
  width: 100px;
  height: 0px;
  left: -1px;
  top: 50px;
  padding: 0;
  position: absolute;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  border-color: #eaeaea;
  background: #FFF;
}
#article--nav .product--navigation .link--prev .image--wrapper .image--container {
  left: auto;
  -webkit-transition: all 0.45s cubic-bezier(0.16, 0.04, 0.14, 1);
  transition: all 0.45s cubic-bezier(0.16, 0.04, 0.14, 1);
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
#article--nav .product--navigation .link--prev:hover .image--wrapper {
  height: 100px;
  border: 1px solid #eaeaea !important;
}
#article--nav .product--navigation .navigation--link {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  float: left;
  width: 25%;
  border: none;
  font-size: 11px;
}
#article--nav .product--navigation .navigation--link.link--next {
  float: right;
}
#article--nav .product--navigation .navigation--link .link--prev-button,
#article--nav .product--navigation .navigation--link .link--next-button {
  height: 60px;
  line-height: 60px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: none;
  width: 100%;
  color: #92999D;
  text-transform: uppercase;
  -moz-opacity: 0.53;
  opacity: 0.53;
}
#article--nav .product--navigation .navigation--link:hover .link--prev-button,
#article--nav .product--navigation .navigation--link:hover .link--next-button {
  color: #f36903;
  -moz-opacity: 1;
  opacity: 1;
}
#article--nav .product--navigation .navigation--link .link--next-button {
  text-align: right;
}
#article--nav .product--navigation .navigation--link .link--next-button:before {
  float: none;
  display: inline-block;
  padding-right: 10px;
  font-size: 10px;
  float: right;
}
@media all and (min-width: 78.75em) {
  #article--nav .product--navigation .navigation--link .link--next-button:before {
    padding-right: 20px;
  }
}
#article--nav .product--navigation .navigation--link .link--next-button .link--next-inner {
  display: inline-block;
  font-size: 12px;
  margin-right: 10px;
  float: right;
}
#article--nav .product--navigation .navigation--link .link--prev-button:before {
  float: left;
  padding-left: 10px;
  font-size: 10px;
}
@media all and (min-width: 78.75em) {
  #article--nav .product--navigation .navigation--link .link--prev-button:before {
    padding-left: 20px;
  }
}
#article--nav .product--navigation .navigation--link .link--prev-button .link--prev-inner {
  display: block;
  font-size: 12px;
  float: left;
  margin-left: 10px;
}
#article--nav .breadcrumb--button {
  float: left;
  width: 50%;
  border: none;
  line-height: 60px;
  height: 60px;
  display: inline-block;
  font-size: 12px;
  color: #92999D;
  margin: 0 0 0 -25%;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  -moz-opacity: 0.53;
  opacity: 0.53;
}
#article--nav .breadcrumb--button:hover {
  color: #f36903;
  -moz-opacity: 1;
  opacity: 1;
}
#article--nav .breadcrumb--button:hover i .icon-uebersicht {
  color: #f36903;
}
#article--nav .breadcrumb--button i {
  position: relative;
  top: 3px;
  display: inline-block;
  margin-right: 5px;
}
#article--nav .breadcrumb--button i .icon-uebersicht {
  width: 14px;
  height: 14px;
  color: #92999D;
}
.product--delivery span {
  float: right;
  text-align: left;
  line-height: 16px;
  font-size: 12px;
  margin: 0;
  padding: 0;
  width: 100%;
}
.product--delivery span span {
  width: -webkit-calc(100% - 38px);
  width: -moz-calc(100% - 38px);
  width: calc(100% - 38px);
  float: left;
}
.product--delivery .delivery--status-icon {
  height: 18px;
  width: 18px;
  line-height: 18px;
  float: left;
  margin-right: 20px;
}
.tab-menu--cross-selling {
  clear: both;
  float: left;
  width: 100%;
}
.js--off-canvas-button .tab--preview {
  font-size: 12px;
  color: #000000;
}
.product--details .product--buybox .price--discount-icon {
  display: none;
}
@media all and (min-width: 78.75em) {
  .product--details .product--buybox .price--discount-icon {
    display: inline-block;
  }
}
.product--details .price--unit,
.product--details .product--buybox .content--discount {
  color: #000;
  font-size: 10px;
  opacity: 0.5;
  -moz-opacity: 0.5;
}
.description--item {
  clear: both;
  float: left;
  width: 100%;
  border-top: 1px solid #eaeaea;
  color: #4F5459;
}
.description--item .image {
  float: left;
  width: 100%;
}
@media all and (min-width: 48em) {
  .description--item .image {
    width: 33.33%;
  }
}
.description--item .content {
  float: left;
  width: 100%;
  padding: 20px 0;
  font-size: 12px;
}
@media all and (min-width: 48em) {
  .description--item .content {
    width: 66.66%;
    padding: 20px 0px 20px 40px;
  }
}
@media all and (min-width: 30em) {
  .description--item .content.coloum {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
  .description--item .content.coloum .break {
    column-break-after: column;
  }
}
.description--item .content p {
  font-size: 12px;
  color: #4F5459;
}
.description--item .content h2,
.description--item .content h3 {
  color: #4F5459;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 28px;
  font-weight: 800;
  margin: 0 0 10px;
}
.lieferumfang {
  clear: both;
  float: left;
  width: 100%;
  padding: 20px;
  color: #000;
  font-size: 12px;
  line-height: 18px;
}
.lieferumfang ul {
  list-style: none;
  margin: 0 0 0 20px;
}
.lieferumfang ul li {
  position: relative;
  margin: 0 0 10px;
}
.lieferumfang ul li:before {
  position: absolute;
  content: '';
  top: 5.5px;
  left: -17px;
  width: 8px;
  height: 8px;
  background: #f36903;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.placeholder {
  height: 50px;
  background: #f5efeb;
  width: 100%;
  float: left;
}
@media all and (min-width: 78.75em) {
  #service .image.serviceimage {
    height: 320px;
  }
  #service .service {
    height: 320px;
  }
}
.uvp {
  color: grey;
  font-size: 12px;
}
.configurator--delivery {
  color: #92999D;
  font-size: 11px;
  text-transform: uppercase;
}
.configurator--delivery i {
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}
.configurator--delivery svg {
  width: 27px;
  height: 24px;
}
.questions {
  clear: both;
  float: left;
  width: 100%;
  text-align: center;
}
@media all and (max-width: 64em) {
  .questions {
    padding: 30px 0 0;
  }
}
.questions a {
  text-transform: uppercase;
  font-size: 14px;
  color: #000000;
  vertical-align: top;
}
.questions a span {
  position: relative;
  top: 8px;
  vertical-align: top;
}
.questions a i {
  display: inline-block;
  margin-right: 10px;
}
.questions a:hover {
  color: #f36903;
}
.questions a svg {
  width: 31px;
  height: 31px;
}
.is--ctl-listing .content-main {
  margin-top: 0px !important;
}
.is--ctl-listing .listing--wrapper.has--sidebar-filter .action--sort .sort--select {
  width: 13.75rem;
  max-width: 13.75rem;
}
.is--ctl-listing .catImage {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (min-width: 48em) {
  .is--ctl-listing .catImage {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.is--ctl-listing .catImage .info {
  display: flex;
  width: 100%;
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  color: #f36903;
  font-size: 16px;
  font-style: italic;
  text-transform: uppercase;
  background: #1D1E20;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
@media all and (min-width: 48em) {
  .is--ctl-listing .catImage .info {
    width: 25%;
    min-width: 260px;
    padding: 0rem 1.25rem 0rem 1.25rem;
    justify-content: center;
    align-items: center;
    font-size: 24px;
  }
}
.is--ctl-listing .catImage .image {
  position: relative;
  width: 100%;
}
@media all and (min-width: 48em) {
  .is--ctl-listing .catImage .image {
    width: 75%;
  }
}
.is--ctl-listing .catImage .image img {
  min-width: 100%;
  min-height: 100%;
}
.is--ctl-listing .listing--sidebar .cat--image {
  display: none;
  clear: both;
  height: 3.75rem;
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  background: #000;
  opacity: 0.5;
}
@media all and (min-width: 48em) {
  .is--ctl-listing .listing--sidebar .cat--image {
    display: block;
  }
}
.is--ctl-listing .listing--sidebar .cat--info {
  opacity: 0.5;
  text-transform: uppercase;
}
@media all and (min-width: 48em) {
  .is--ctl-listing .listing--sidebar + .content--wrapper {
    margin-left: 230px;
  }
}
@media all and (min-width: 48em) {
  .is--ctl-listing.is--no-sidebar .listing--sidebar + .content--wrapper {
    margin-left: 0px;
  }
}
.is--ctl-listing #loginTitle {
  height: auto;
  display: none;
}
@media all and (min-width: 48em) {
  .is--ctl-listing #loginTitle {
    display: block;
  }
}
.is--ctl-listing .sidebar-main {
  padding-top: 0px;
}
@media all and (min-width: 48em) {
  .is--ctl-listing .sidebar-main {
    background: #000;
  }
}
@media all and (min-width: 48em) {
  .is--ctl-listing .sidebar-main .sidebar--categories-wrapper {
    border-bottom: 10px solid #f36903;
  }
}
@media all and (min-width: 48em) {
  .is--ctl-listing .sidebar-main .sidebar--categories-wrapper .categories--headline {
    color: #FFF;
  }
}
@media all and (min-width: 48em) {
  .is--ctl-listing .sidebar-main .sidebar--navigation {
    background: #000;
  }
}
.is--ctl-listing .category--banner {
  border: none;
  padding: 0;
}
.is--ctl-listing .category--banner.no--title span {
  display: none;
}
.is--ctl-listing .category--banner span {
  position: absolute;
  top: 50%;
  float: left;
  width: 100%;
  color: #f36903;
  text-align: centeR;
  text-transform: uppercase;
  font-size: 16px;
  font-style: italic;
  font-family: "vista-slab", serif;
  font-weight: 600;
  line-height: 1em;
}
@media all and (min-width: 30em) {
  .is--ctl-listing .category--banner span {
    font-size: 20px;
  }
}
@media all and (min-width: 48em) {
  .is--ctl-listing .category--banner span {
    font-size: 30px;
  }
}
@media all and (min-width: 64em) {
  .is--ctl-listing .category--banner span {
    font-size: 48px;
  }
}
.is--ctl-listing .category--banner img {
  max-width: none;
  max-height: none;
  width: 100%;
}
.is--ctl-listing .listing--content {
  margin: 0;
  padding: 0;
}
.is--ctl-listing .listing--content .listing--actions {
  background: #1d1e20;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 0;
  border: none;
  height: 60px;
}
.is--ctl-listing .listing--content .listing--actions .action--filter-btn {
  clear: both;
  float: left;
  width: 100%;
  padding: 10px;
}
.is--ctl-listing .listing--content .listing--actions .action--filter-btn .filter--trigger {
  background: none;
  border: 1px solid #f36903;
  color: #f36903;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.is--ctl-listing .listing--content .listing--actions .action--filter-btn .filter--trigger:hover {
  background: #f36903;
  color: #FFF;
}
.is--ctl-listing .listing--content .listing--actions .action--filter-btn .filter--trigger .action--collapse-icon {
  background: none;
}
.is--ctl-listing .listing--content .listing--actions .action--sort {
  display: none;
  margin: 0rem 0rem 0rem 0rem;
  padding: 0rem 0.625rem 0rem 0rem;
}
@media all and (min-width: 48em) {
  .is--ctl-listing .listing--content .listing--actions .action--sort {
    display: block;
  }
}
.is--ctl-listing .listing--content .listing--actions .action--sort .sort--label {
  display: none;
}
.is--ctl-listing .listing--content .listing--actions .select-field {
  height: 40px;
}
.is--ctl-listing .listing--content .listing--actions .select-field select {
  background: none;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  font-style: normal;
  padding-left: 10px;
  width: 100%;
  max-width: 300px;
  font-size: 11px;
}
.is--ctl-listing .listing--content .listing--actions .select-field:after {
  border: none;
  font-size: 7px;
  color: #fff;
  top: 3px;
  right: 4px;
}
.is--ctl-listing .listing--content .listing--actions .select-field:focus select,
.is--ctl-listing .listing--content .listing--actions .select-field:hover select {
  background: #f36903;
  border-color: #f36903;
  color: #FFF;
}
.is--ctl-listing .listing--content .listing--actions .select-field:focus:after,
.is--ctl-listing .listing--content .listing--actions .select-field:hover:after {
  color: #FFF;
}
.is--ctl-listing .listing--content .listing--wrapper {
  clear: both;
  float: left;
  width: 100%;
}
.is--ctl-listing .listing--content .listing--wrapper .infinite--actions {
  background: #FFF;
  clear: both;
  float: left;
  width: 100%;
  border: none;
  border-top: 1px solid #f5efeb;
  padding: 0;
}
.is--ctl-listing .listing--content .listing--wrapper .infinite--actions .btn {
  margin: 30px 0;
  background: #ffd200;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #000;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(255, 210, 0, 0.4);
  -moz-box-shadow: 0px 10px 20px 0px rgba(255, 210, 0, 0.4);
  box-shadow: 0px 10px 20px 0px rgba(255, 210, 0, 0.4);
}
.is--ctl-listing .listing--content .listing--wrapper .infinite--actions .btn:hover {
  color: #FFF;
  background: #f36903;
  -webkit-box-shadow: 0px 10px 20px 0px #f36903;
  -moz-box-shadow: 0px 10px 20px 0px #f36903;
  box-shadow: 0px 10px 20px 0px #f36903;
}
.is--ctl-listing .listing--content .listing--container {
  clear: both;
  float: left;
  width: 100%;
}
.is--ctl-listing .product--box .variant--description {
  height: 100%;
  /* height: 2.5rem; */
  margin: 0px 0px 5px 0px;
  margin: 0rem 0rem .3125rem 0rem;
  font-size: 12px;
  font-size: .75rem;
  line-height: 20px;
  line-height: 1.25rem;
  display: block;
  width: 100%;
  color: #71552b;
  overflow: hidden;
  font-weight: 500;
}
.listing--actions .listing--paging {
  display: none;
}
.listing {
  margin: 0;
  padding: 0;
  background: #FFF;
}
.box--basic {
  width: 50%;
  padding: 0;
  border: none !important;
  cursor: pointer;
}
@media all and (min-width: 78.75em) {
  .box--basic {
    width: 25%;
  }
}
.box--basic .box--content {
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border-right: 1px solid #f7f3f0;
  border-bottom: 1px solid #f7f3f0;
  clear: both;
  float: left;
  width: 100%;
  overflow: hidden;
}
.box--basic .box--content .product--title {
  height: 3.75rem;
  margin: 0;
  color: #000;
  font-size: 0.6875rem;
  line-height: 1rem;
}
@media all and (min-width: 30em) {
  .box--basic .box--content .product--title {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.box--basic .product--info {
  padding: 0;
  clear: both;
  float: left;
  width: 100%;
}
.box--basic .product--image {
  position: relative;
  left: auto;
  top: auto;
  height: 11.25rem;
  width: 100%;
  padding: 0.625rem 0rem 0.625rem 0rem;
  float: left;
  clear: both;
}
@media all and (min-width: 30em) {
  .box--basic .product--image {
    height: 280px;
    padding: 0;
  }
}
.box--basic .product--image img {
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.box--basic:hover .box--content .product--title {
  color: #f36903;
}
.info--text {
  clear: both;
  float: left;
  width: 100%;
}
.info--text .category--teaser {
  background: none;
  border-top: 1px solid #bca99c;
  padding: 60px 0;
  color: #5f5f5f;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.info--text .category--teaser .hero--headline {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
}
.info--text .category--teaser .hero--text {
  padding: 20px 0 0;
}
.info--text .teaser--text-long {
  display: none !important;
}
@media all and (min-width: 48em) {
  .info--text .teaser--text-long {
    display: block !important;
  }
}
.info--text .teaser--text-short {
  display: block;
}
@media all and (min-width: 48em) {
  .info--text .teaser--text-short {
    display: none;
  }
}
.info--text .off-canvas {
  display: block !important;
}
@media all and (min-width: 48em) {
  .info--text .off-canvas {
    display: none !important;
  }
}
.sidebar-filter--mobile {
  margin: 0 20px;
  padding: 10px 0 0;
}
.sidebar-filter--mobile .btn {
  background: none;
  border: 1px solid #f36903;
  color: #f36903;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  height: 40px;
  line-height: 33px;
}
.sidebar-filter--mobile .btn:hover {
  color: #fff;
  background: #f36903;
}
.filter--close-btn {
  background: #2e2e2e !important;
  background-image: none !important;
  border: none;
  text-align: left;
}
.filter--close-btn:hover {
  background: #f36903 !important;
}
.emotion--show-listing {
  display: none;
}
.product--box .product--title {
  height: 5.5rem;
}
/*
Listing emotion content
*/
.is--ctl-listing .content-main--inner {
  margin-top: 0rem;
}
@media all and (min-width: 64em) {
  .is--ctl-listing .content-main--inner {
    margin-top: 2.5rem;
  }
}
.is--ctl-listing .listing--content .content--emotions {
  background: #ffffff;
}
.is--ctl-listing .emotion--extended-slider .emotion--product-slider .product-slider--title {
  color: #000000;
  border-top: 1px solid #eaeaea;
}
.is--ctl-listing .listing--sidebar + .content--wrapper {
  margin-top: 20px;
}
@media all and (min-width: 78.75em) {
  .is--ctl-listing .listing--sidebar + .content--wrapper {
    margin-top: 0px;
  }
}
@media all and (min-width: 48em) {
  .is--foxMainCat .listing--sidebar {
    display: none;
  }
}
.is--foxMainCat.is--ctl-listing .listing--sidebar + .content--wrapper {
  margin: 55px 0 0;
}
@media all and (min-width: 48em) {
  .is--foxMainCat.is--ctl-listing .listing--sidebar + .content--wrapper {
    margin: 105px 0 0;
  }
}
@media all and (min-width: 78.75em) {
  .is--foxMainCat.is--ctl-listing .listing--sidebar + .content--wrapper {
    margin: 115px 0 0;
  }
}
.is--foxMainCat.is--ctl-listing .listing--content .content--emotions {
  background: #F5EFEA;
}
.is--foxMainCat.is--ctl-listing #footer--contact {
  clear: both;
  background: none;
}
.is--foxMainCat .emotion--mode-rows .emotion--banner-slider .banner-slider--banner {
  margin-bottom: 1.25rem;
}
@media all and (min-width: 48em) {
  .is--foxMainCat .emotion--mode-rows .emotion--banner-slider .banner-slider--banner {
    margin-bottom: 3.75rem;
  }
}
.footer--image {
  clear: both;
  float: left;
  width: 100%;
  margin: 6.25rem 0rem 5rem 0rem;
}
@media all and (min-width: 48em) {
  .footer--image {
    margin: 12.5rem 0rem 10rem 0rem;
  }
}
.footer--image img {
  width: 100%;
}
#foxMainCat {
  margin: 0 auto;
  max-width: 98.75rem;
  padding: 0rem 1.25rem 0rem 1.25rem;
}
#foxMainCat .cat {
  float: left;
  width: 100%;
  margin: 0 0 20px;
}
@media all and (min-width: 48em) {
  #foxMainCat .cat {
    margin: 0 0 40px;
  }
}
#foxMainCat .cat:nth-child(2n) .catBanner {
  float: right;
}
#foxMainCat .cat:nth-child(2n) .catBanner .header {
  left: auto;
  right: 20px;
  text-align: right;
}
#foxMainCat .catBanner {
  clear: both;
  float: left;
  position: relative;
  width: 100%;
  margin: 0;
  background: #000;
}
@media all and (min-width: 48em) {
  #foxMainCat .catBanner {
    margin: -20px 0 60px;
    width: 40%;
  }
}
#foxMainCat .catBanner .image {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 240px;
  overflow: hidden;
}
@media all and (min-width: 48em) {
  #foxMainCat .catBanner .image {
    height: 524px;
  }
}
#foxMainCat .catBanner .image img {
  max-width: none;
  max-height: none;
  min-width: 100%;
  min-height: 100%;
}
#foxMainCat .catBanner .header {
  position: absolute;
  z-index: 10;
  left: 20px;
  top: 60px;
  color: #FFF;
}
#foxMainCat .catBanner .header .subtitle {
  margin: 0rem 0rem 0.625rem 0rem;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.125rem;
}
#foxMainCat .catBanner .header .title {
  font-size: 20px;
  text-transform: uppercase;
}
@media all and (min-width: 48em) {
  #foxMainCat .catBanner .header .title {
    font-size: 24px;
  }
}
#foxMainCat .catBanner .info {
  position: absolute;
  font-size: 11px;
  color: #FFF;
  letter-spacing: 0.125rem;
  text-align: center;
  bottom: 20px;
  left: 20px;
  text-transform: uppercase;
}
#foxMainCat .article_slider {
  float: right;
  width: 100%;
  background: #FFF;
}
@media all and (min-width: 48em) {
  #foxMainCat .article_slider {
    width: 60%;
  }
}
#foxMainCat .article_slider .container {
  padding: 0;
  min-width: 0;
}
#foxMainCat .article_slider .box--content {
  display: block;
  border: none;
  padding: 0rem 0rem 0rem 0rem;
}
#foxMainCat .article_slider .box--content .product--badges {
  top: 0;
}
#foxMainCat .article_slider .product-slider--arrow {
  width: 2.3125rem;
  height: 2.3125rem;
  line-height: 36px;
  border-radius: 0;
  border: 1px solid #979797;
  color: #979797;
}
#foxMainCat .article_slider .product-slider--arrow:hover {
  border-color: #f36903;
  color: #f36903;
}
#foxMainCat .article_slider .product-slider--arrow.arrow--prev {
  left: 0.625rem;
}
#foxMainCat .article_slider .product-slider--arrow.arrow--next {
  right: 0.625rem;
}
#foxMainCat .article_slider .slider--title {
  position: relative;
  height: 40px;
  border-bottom: 1px solid #eaeaea;
}
#foxMainCat .article_slider .slider--title .title {
  display: none;
  width: 100%;
  padding: 0rem 1.25rem 0rem 1.25rem;
  line-height: 40px;
  text-align: left;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}
@media all and (min-width: 64em) {
  #foxMainCat .article_slider .slider--title .title {
    text-align: center;
    display: block;
  }
}
#foxMainCat .article_slider .slider--title a {
  float: right;
  position: relative;
  right: auto;
  top: auto;
  padding: 0 20px 0 0;
  color: #000;
  font-size: 12px;
  line-height: 40px;
  text-decoration: underline;
  text-transform: uppercase;
}
@media all and (min-width: 64em) {
  #foxMainCat .article_slider .slider--title a {
    position: absolute;
    right: 20px;
    top: 0px;
    padding: 0;
  }
}
#foxMainCat .article_slider .slider--title a:hover {
  color: #f36903;
}
#foxMainCat .article_slider .product--box {
  width: 100%;
}
#foxMainCat .article_slider .product--image {
  clear: both;
  display: block;
  width: 100%;
}
#foxMainCat .article_slider .product--image .image--element {
  display: block;
}
#foxMainCat .article_slider .product--image .image--media {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 16.25rem;
}
#foxMainCat .article_slider .product--image img {
  max-height: 13.75rem;
}
#foxMainCat .article_slider .product--title {
  height: 5.625rem;
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  color: #000;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.25rem;
  display: block;
  text-align: left;
  font-weight: 700;
  white-space: normal;
}
#foxMainCat .article_slider .product--price {
  display: block;
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  text-align: left;
}
#foxMainCat .article_slider .product--price .price--discount {
  margin: 0rem 0.625rem 0rem 0rem;
  font-size: 0.75rem;
  line-height: 1.25rem;
  display: inline-block;
  text-decoration: line-through;
  vertical-align: baseline;
  color: #000;
  font-weight: 400;
  opacity: 0.7;
}
#foxMainCat .article_slider .product--price .price--default {
  font-size: 1.125rem;
  line-height: 1.25rem;
  display: inline-block;
  color: #000000;
  font-weight: 400;
}
#foxMainCat .article_slider .product--price .price--default.is--discount {
  color: #d30909;
}
@media all and (min-width: 48em) {
  .is--ctl-listing.is--listingKachel .listing--sidebar {
    display: none;
  }
}
.is--ctl-listing.is--listingKachel .listing--sidebar + .content--wrapper {
  margin-left: 0px;
}
body .navigation--smartphone {
  position: relative;
  width: 3.4375rem;
  z-index: 6000;
}
body .top-bg {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 3.4375rem;
  background: #2e2e2e;
}
body .offcanvas--overlay {
  width: 100%;
  top: 0;
  background: rgba(52, 52, 52, 0.96);
  border: none;
}
body .offcanvas--overlay .sidebar--navigation {
  border: none;
}
body .offcanvas--overlay .category {
  clear: both;
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  color: #FFF;
  text-transform: uppercase;
  opacity: 0.7;
  font-size: 16px;
  font-weight: 300;
}
body .offcanvas--overlay .overlay--headline {
  clear: both;
  float: left;
  position: relative;
  left: 3.4375rem;
  width: -webkit-calc(100% - 55px);
  width: -moz-calc(100% - 55px);
  width: calc(100% - 55px);
  margin: 0;
  padding-right: 3.4375rem;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: none;
}
body .offcanvas--overlay .overlay--headline .link--go-main {
  padding-top: 20px;
}
body .offcanvas--overlay .overlay--headline .link--go-main .icon--menu {
  display: none;
}
body .offcanvas--overlay .overlay--headline .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.4375rem;
  position: relative;
}
body .offcanvas--overlay .overlay--headline .logo .frame {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 9.375rem;
  height: 3.4375rem;
  padding: 0rem 0rem 0.5rem 0rem;
  background: #f36903;
}
body .offcanvas--overlay .overlay--headline .logo .icon--arrow-down {
  position: absolute;
  bottom: 4px;
  left: 50%;
  margin-left: -13px;
  color: #FFFF;
  font-size: 0.5625rem;
}
body .offcanvas--overlay .link--go-main {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-bottom: none;
  border-radius: 0;
  color: #D8D8D8;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 13px;
  margin: 0;
  padding: 15px 20px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  float: left;
  width: 100%;
}
body .offcanvas--overlay .link--go-main:hover {
  color: #f36903;
}
body .offcanvas--overlay .link--go-main i {
  position: relative;
  top: -3px;
}
body .offcanvas--overlay .sidebar--categories-navigation {
  border-bottom: none !important;
}
body .offcanvas--overlay .overlay--category {
  clear: both;
  float: left;
  width: 100%;
  margin: 0;
}
body .offcanvas--overlay .overlay--category a {
  background: none;
  border-bottom: none;
  border-radius: 0;
  color: #ffffff;
  font-size: 38px;
  letter-spacing: 0.05em;
  line-height: 38px;
  margin: 0;
  padding: 12px 20px;
  position: relative;
  text-transform: uppercase;
  float: left;
  clear: both;
  width: 100%;
}
body .offcanvas--overlay .overlay--category a .category--headline {
  display: none;
}
body .offcanvas--overlay .overlay--category a:hover .category--headline {
  color: #f36903;
}
body .offcanvas--overlay .categories--sublevel {
  clear: both;
  float: left;
  width: 100%;
  margin: 0;
}
body .offcanvas--overlay .categories--sublevel.sub-sublevel .navigation--entry .navigation--link {
  position: relative;
  padding: 0.3125rem 1.25rem 0.3125rem 2.875rem;
  font-size: 16px;
  opacity: 0.7;
}
body .offcanvas--overlay .categories--sublevel.sub-sublevel .navigation--entry .navigation--link:before {
  position: absolute;
  content: '';
  left: 1.75rem;
  top: 0.875rem;
  width: 0.4375rem;
  height: 0.4375rem;
  background: #FFF;
  opacity: 0.7;
}
body .offcanvas--overlay .categories--sublevel.sub-sublevel .navigation--entry .navigation--link:hover {
  opacity: 1;
  color: #f36903;
}
body .offcanvas--overlay .categories--sublevel.sub-sublevel .navigation--entry .navigation--link:hover:before {
  background: #f36903;
}
body .offcanvas--overlay .categories--sublevel.sub-sublevel .navigation--entry .navigation--link.link--go-back {
  display: block;
  margin: 0rem 0rem 1.25rem 0rem;
  padding-left: 1.25rem;
  opacity: 0.7;
  font-size: 12px;
}
body .offcanvas--overlay .categories--sublevel.sub-sublevel .navigation--entry .navigation--link.link--go-back:before {
  display: none;
}
body .offcanvas--overlay .categories--sublevel.sub-sublevel .navigation--entry .navigation--link.is--display-button {
  opacity: 1;
  margin-bottom: 0.625rem;
  padding-left: 1.25rem;
  font-size: 1.875rem;
  font-size: 24px;
}
body .offcanvas--overlay .categories--sublevel.sub-sublevel .navigation--entry .navigation--link.is--display-button.no--link:hover {
  color: #FFF;
}
body .offcanvas--overlay .categories--sublevel.sub-sublevel .navigation--entry .navigation--link.is--display-button:before {
  display: none;
}
body .offcanvas--overlay .categories--sublevel .navigation--entry {
  border: none;
}
body .offcanvas--overlay .categories--sublevel .navigation--entry .navigation--link {
  background: none;
  border: none;
  border-radius: 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 24px;
  margin: 0;
  padding: 1.25rem 1.25rem 1.25rem 2.5rem;
  position: relative;
}
body .offcanvas--overlay .categories--sublevel .navigation--entry .navigation--link .is--icon-right {
  display: none;
}
body .offcanvas--overlay .categories--sublevel .navigation--entry .navigation--link.is--display-button {
  padding-left: 1.25rem;
}
body .offcanvas--overlay .categories--sublevel .navigation--entry .navigation--link:hover {
  color: #f36903;
}
body .offcanvas--overlay .categories--sublevel .navigation--entry .is--back-button {
  display: none;
}
body .sidebar--navigation .navigation--link {
  border: none;
}
.sidebar--categories-wrapper .link--logout {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-bottom: 1px solid #f0f2f7;
  border-radius: 0;
  color: #343e5c;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 13px;
  margin: 0;
  padding: 15px 20px;
  position: relative;
  text-transform: uppercase;
  float: left;
  width: 100%;
}
.sidebar--categories-wrapper .link--logout:hover {
  color: #f36903;
}
.sidebar--categories-wrapper .navigation--headline {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-bottom: 1px solid #f0f2f7;
  border-radius: 0;
  color: #343e5c;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 13px;
  margin: 0;
  padding: 15px 20px;
  position: relative;
  text-transform: uppercase;
  float: left;
  width: 100%;
}
.sidebar--categories-wrapper .sidebar--categories-navigation {
  margin: 0;
  overflow: hidden;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  clear: both;
}
@media all and (min-width: 48em) {
  .sidebar--categories-wrapper .sidebar--categories-navigation {
    max-height: 0px;
  }
}
@media all and (min-width: 48em) {
  .sidebar--categories-wrapper.is--open .sidebar--categories-navigation {
    max-height: 2000px;
  }
}
.sidebar--categories-wrapper .bereiche {
  border-bottom: 1px solid #f0f2f7;
  padding: 0 0 6px 20px;
  margin: -5px 0 0;
  clear: both;
  float: left;
  width: 100%;
}
.sidebar--categories-wrapper .bereiche .icon-bereiche {
  color: #b3b2b2;
  width: 180px;
  height: 15px;
}
.sidebar--categories-wrapper .bereiche span {
  margin: 15px 0 10px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 300;
  line-height: 14px;
  color: #818181;
  clear: both;
  float: left;
  width: 100%;
}
.sidebar--categories-wrapper .categories--headline {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: 16px;
  margin: 10px 0;
  position: relative;
  cursor: pointer;
  border: none;
}
.sidebar--categories-wrapper .categories--headline:hover {
  color: #f36903;
}
@media all and (min-width: 48em) {
  .sidebar--categories-wrapper .categories--headline:hover:before {
    color: #f36903;
  }
}
@media all and (min-width: 48em) {
  .sidebar--categories-wrapper .categories--headline:before {
    font-size: 22px;
    font-weight: 200;
    content: '+';
    position: absolute;
    right: 15px;
    top: 14px;
    color: #858585;
  }
}
@media all and (min-width: 48em) {
  .sidebar--categories-wrapper.is--open .categories--headline:before {
    content: '-';
  }
}
.sidebar--categories-wrapper .sidebar--navigation {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
}
@media all and (min-width: 48em) {
  .sidebar--categories-wrapper .sidebar--navigation.is--level0 > .navigation--entry > .navigation--link {
    display: none;
  }
}
.sidebar--categories-wrapper .sidebar--navigation.is--level1 {
  margin: 0;
}
.sidebar--categories-wrapper .sidebar--navigation.is--level1 .is--level2 {
  margin: 0;
}
@media all and (min-width: 48em) {
  .sidebar--categories-wrapper .sidebar--navigation.is--level1 .is--level2 {
    padding-left: 1.25rem;
  }
}
.sidebar--categories-wrapper .sidebar--navigation.is--level1 .is--level2 .navigation--entry {
  top: -1px;
  position: relative;
  margin: 0;
}
.sidebar--categories-wrapper .sidebar--navigation.is--level1 .is--level2 .navigation--entry .navigation--link {
  padding-left: 48px;
  font-size: 12px;
  line-height: 12px;
  color: #000;
  font-weight: 300;
  letter-spacing: 0.1em;
  position: relative;
  justify-content: left;
  text-align: left;
  border: none;
}
@media all and (min-width: 48em) {
  .sidebar--categories-wrapper .sidebar--navigation.is--level1 .is--level2 .navigation--entry .navigation--link {
    padding-left: 24px;
    color: #FFF;
    opacity: 0.7;
    text-transform: initial;
    font-weight: 400;
  }
  .sidebar--categories-wrapper .sidebar--navigation.is--level1 .is--level2 .navigation--entry .navigation--link:before {
    position: absolute;
    content: '';
    left: 0.625rem;
    top: 0.9375rem;
    width: 0.4375rem;
    height: 0.4375rem;
    background: #D8D8D8;
  }
  .sidebar--categories-wrapper .sidebar--navigation.is--level1 .is--level2 .navigation--entry .navigation--link:hover {
    background: none;
  }
}
.sidebar--categories-wrapper .sidebar--navigation.is--level1 .is--level2 .navigation--entry .navigation--link:hover {
  opacity: 1;
  color: #f36903;
}
.sidebar--categories-wrapper .sidebar--navigation.is--level1 .is--level2 .navigation--entry .navigation--link:hover:before {
  background: #f36903;
}
.sidebar--categories-wrapper .sidebar--navigation.is--level1 .is--level2 .navigation--entry .navigation--link .cat-icon {
  display: none;
}
.sidebar--categories-wrapper .sidebar--navigation.is--level1 .is--level2 .navigation--entry:first-child {
  top: 0px;
}
.sidebar--categories-wrapper .sidebar--navigation .navigation--entry {
  display: inline-block;
  width: 100%;
  margin: 0;
  border: none;
}
@media all and (max-width: 48em) {
  .sidebar--categories-wrapper .sidebar--navigation .navigation--entry {
    margin: 0 !important;
  }
}
.sidebar--categories-wrapper .sidebar--navigation .navigation--entry.has--sub-children {
  margin: 0;
}
.sidebar--categories-wrapper .sidebar--navigation .navigation--entry .navigation--link {
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 0.05em;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  padding: 12px 20px 12px 20px;
  position: relative;
  margin: 0;
  border: none;
  background: none;
  font-weight: 400;
}
@media all and (min-width: 48em) {
  .sidebar--categories-wrapper .sidebar--navigation .navigation--entry .navigation--link {
    padding: 12px 20px 12px 20px;
    text-align: left;
    justify-content: left;
    font-size: 16px;
  }
}
.sidebar--categories-wrapper .sidebar--navigation .navigation--entry .navigation--link:hover {
  color: #f36903;
  background: none;
}
.sidebar--categories-wrapper .sidebar--navigation .navigation--entry .navigation--link:hover .is--icon-right {
  color: #f36903;
}
.sidebar--categories-wrapper .sidebar--navigation .navigation--entry .navigation--link .cat-icon {
  position: absolute;
  left: 15px;
  top: 0px;
}
.sidebar--categories-wrapper .sidebar--navigation .navigation--entry .navigation--link .cat-icon .icon-federgabel {
  width: 20px;
  height: 20px;
  position: relative;
  top: 8px;
}
.sidebar--categories-wrapper .sidebar--navigation .navigation--entry .navigation--link .cat-icon .icon-hinterbaudaempfer {
  width: 20px;
  height: 20px;
  position: relative;
  top: 8px;
}
.sidebar--categories-wrapper .sidebar--navigation .navigation--entry .navigation--link .cat-icon .icon-sattelstuetzen {
  width: 20px;
  height: 20px;
  position: relative;
  top: 8px;
}
.sidebar--categories-wrapper .sidebar--navigation .navigation--entry .navigation--link .cat-icon .icon-werkstatt {
  width: 20px;
  height: 20px;
  position: relative;
  top: 8px;
}
.sidebar--categories-wrapper .sidebar--navigation .navigation--entry .navigation--link .cat-icon .icon-bekleidung {
  width: 20px;
  height: 20px;
  position: relative;
  top: 8px;
}
.sidebar--categories-wrapper .sidebar--navigation .navigation--entry .navigation--link .cat-icon .icon-motorsport {
  width: 20px;
  height: 20px;
  position: relative;
  top: 8px;
}
.sidebar--categories-wrapper .sidebar--navigation .navigation--entry .navigation--link .cat-icon .icon-sale {
  width: 20px;
  height: 20px;
  position: relative;
  top: 8px;
}
.sidebar--categories-wrapper .sidebar--navigation .navigation--entry .navigation--link .cat-icon .icon-werbeartikel {
  width: 20px;
  height: 20px;
  position: relative;
  top: 8px;
}
.sidebar--categories-wrapper .sidebar--navigation .navigation--entry .navigation--link .cat-icon .icon-neuheiten {
  width: 20px;
  height: 20px;
  position: relative;
  top: 8px;
}
.sidebar--categories-wrapper .sidebar--navigation .navigation--entry .navigation--link .cat-icon .icon-archiv {
  width: 20px;
  height: 20px;
  position: relative;
  top: 8px;
}
.sidebar--categories-wrapper .sidebar--navigation .navigation--entry .navigation--link .cat-icon .icon-livevalve {
  position: relative;
  width: 26px;
  height: 36px;
}
.sidebar--categories-wrapper .sidebar--navigation .navigation--entry .navigation--link .cat-icon .icon-zubehoer {
  width: 24px;
  height: 20px;
  position: relative;
  top: 8px;
}
.sidebar--categories-wrapper .sidebar--navigation .navigation--entry .navigation--link .is--icon-right {
  display: block;
  color: #b8bfd3;
}
.sidebar--categories-wrapper .sidebar--navigation .navigation--entry .navigation--link .is--icon-right .icon--arrow-right {
  display: block;
}
.sidebar--categories-wrapper .sidebar--navigation .navigation--entry .navigation--link.is--active {
  color: #f36903;
}
.sidebar--categories-wrapper .sidebar--navigation .navigation--entry .navigation--link.is--active:hover {
  color: #f36903;
  background: none;
}
.sidebar--categories-wrapper .sidebar--navigation .navigation--entry .navigation--link.is--active .is--icon-right {
  color: #f36903;
}
@media all and (min-width: 48em) {
  .sidebar--categories-wrapper .sidebar--navigation .navigation--entry .navigation--link.is--active.has--sub-categories .icon--arrow-right {
    -webkit-transform: rotate(90deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(90deg);
    /* IE 9 */
    transform: rotate(90deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
.off-canvas .mobile--switches .navigation--entry {
  width: 100%;
}
.off-canvas .mobile--switches .navigation--entry .js--fancy-select {
  left: 39px;
  top: 10px;
  width: 180px;
  height: 32px;
  line-height: 32px;
}
.mobile--switches .top-bar--language .js--fancy-select-text {
  text-indent: 0;
  width: 100%;
}
.mobile--switches .js--fancy-select-trigger {
  right: 10px;
  margin-top: 0px;
}
.mobile--switches .top-bar--language .language--flag {
  height: 32px;
  line-height: 32px;
}
.mobile--switches .globe .icon-globe {
  position: relative;
  top: 5px;
}
@media all and (max-width: 48em) {
  .is--ctl-account .sidebar--categories-wrapper .categories--headline {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 48em) {
  .sidebar--categories-wrapper .bereiche .icon-bereiche,
  .sidebar-main .sidebar--categories-wrapper .categories--headline {
    display: none;
  }
}
@media all and (min-width: 48em) {
  .sidebar-main.off-canvas .sidebar--navigation.is--level0 .navigation--entry {
    width: 100%;
  }
}
.sidebar-main .login {
  clear: both;
  padding: 3.75rem 1.25rem 1.25rem 1.25rem;
}
@media all and (min-width: 48em) {
  .sidebar-main .login {
    display: none;
  }
}
.sidebar-main .login a {
  color: #FFF;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 20px;
}
.sidebar-main .login a:hover {
  color: #f36903;
}
.sidebar-main .login a .icon-user {
  position: relative;
  top: 0.25rem;
  width: 1.5rem;
  height: 1.5625rem;
}
.sidebar-main .topbar--links {
  display: block;
  width: 100%;
  padding: 0rem 1.25rem 2.5rem 1.25rem;
  list-style: none;
}
@media all and (min-width: 48em) {
  .sidebar-main .topbar--links {
    display: none;
  }
}
.sidebar-main .topbar--links .navigation--link {
  display: inline-block;
  padding: 0.3125rem 0rem 0.3125rem 0rem;
  color: #FFF;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
  opacity: 0.5;
}
.sidebar-main .topbar--links .navigation--link:hover {
  color: #f36903;
  opacity: 1;
}
.filter-sidebar--main {
  clear: both;
  float: left;
}
.filter-sidebar--main .listing--actions {
  background: none;
  margin: 0;
  clear: both;
  float: left;
  width: 100%;
  border: none;
  padding: 0;
}
.filter-sidebar--main .listing--actions .action--filter-btn {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #1d1e20 !important;
  color: #FFF;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding: 0;
  margin: 0;
  clear: both;
  float: left;
  width: 100%;
  border: none;
  height: 60px;
}
.sidebar-filter--container .filter-panel.is--collapsed {
  height: 2.375rem;
}
.filter-panel.is--collapsed .filter-panel--flyout {
  height: 2.375rem;
  overflow: hidden;
  width: 100%;
  z-index: 500;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.filter--container .filter-panel {
  background-image: none;
  background: none;
}
.filter--container .filter-panel .filter-panel--icon::before,
.filter--container .filter-panel.is--collapsed .filter-panel--icon::before {
  font-size: 20px;
  content: '+';
}
.filter-panel--icon {
  color: #858585;
  top: 7px;
}
.filter--container .filter-panel.is--open .filter-panel--icon::before {
  content: '-';
}
.filter-panel,
.filter-panel--flyout {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: max-height 500ms ease-in-out;
  -moz-transition: max-height 500ms ease-in-out;
  -o-transition: max-height 500ms ease-in-out;
  transition: max-height 500ms ease-in-out;
  max-height: 2.375rem;
  overflow: hidden;
}
.filter--container {
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  margin: 0 0 60px;
  border-right: 1px solid #ebe6e2;
}
.filter--container .filter-panel--icon::before {
  font-size: 20px;
  content: '+';
}
.filter--container .filter-panel.is--open {
  height: auto;
  border: none;
  max-height: 2000px;
}
.filter--container .filter-panel.is--open .filter-panel--flyout {
  background: #fff none repeat scroll 0 0;
  border: none;
  border-bottom: 1px solid #eeeeee;
  height: auto;
  overflow: visible;
  z-index: 800;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  max-height: 2000px;
  position: relative;
}
.filter--container .filter-panel--range-info {
  color: #737980;
  font-size: 11px;
  padding: 10px 0;
}
.filter--container .filter-panel--range-info .range-info--label {
  color: #737980;
}
.filter--container .filter-panel:not(.facet--immediate_delivery) .filter-panel--title {
  color: #000;
  font-style: italic;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.filter--container .filter-panel:not(.facet--immediate_delivery) .filter-panel--title:hover {
  color: #f36903;
}
.filter--container .filter-panel.filter--range .filter-panel--content {
  padding-left: 10px;
  padding-right: 10px;
}
.filter--container .filter-panel--radio {
  position: absolute;
  top: 5px;
}
.filter--container .filter-panel--media-option input {
  display: none;
}
.filter--container .input-type--media .filter-panel--label {
  border: 1px solid #eee;
}
.filter--container .filter--multi-selection .filter-panel--checkbox.is--disabled ~ .filter-panel--label {
  color: #737980;
  cursor: inherit;
}
.filter--container .filter-panel--label {
  color: #2e2e2e;
}
.filter--container .facet--immediate_delivery .filter-panel--checkbox {
  top: 9px;
}
.filter--container .line-new {
  position: absolute;
  content: '';
  right: 52px;
  top: 14px;
  width: 43%;
  height: 1px;
  z-index: 10;
  background: #eeeeee;
}
.filter--container .line-sale {
  position: absolute;
  content: '';
  right: 68px;
  top: 14px;
  width: 36%;
  height: 1px;
  z-index: 10;
  background: #eeeeee;
}
.filter--container .sale {
  position: absolute;
  right: 10px;
  top: 8px;
  font-size: 10px;
  padding: 0 10px;
  background: #b12811;
  font-weight: 600;
  color: #FFF;
  text-transform: uppercase;
  font-style: italic;
}
.filter--container .sale:before {
  position: absolute;
  left: -14px;
  top: -4px;
  content: '';
  height: 14px;
  width: 20px;
  background: #FFF;
  -webkit-transform: rotate(-71deg);
  -moz-transform: rotate(-71deg);
  -ms-transform: rotate(-71deg);
  -o-transform: rotate(-71deg);
  transform: rotate(-71deg);
}
.filter--container .sale:after {
  position: absolute;
  right: -14px;
  top: -1px;
  content: '';
  height: 14px;
  width: 20px;
  background: #FFF;
  -webkit-transform: rotate(-71deg);
  -moz-transform: rotate(-71deg);
  -ms-transform: rotate(-71deg);
  -o-transform: rotate(-71deg);
  transform: rotate(-71deg);
}
.filter--container .new {
  position: absolute;
  right: 10px;
  top: 8px;
  font-size: 10px;
  padding: 0 10px;
  background: #f36903;
  font-weight: 600;
  color: #FFF;
  text-transform: uppercase;
  font-style: italic;
}
.filter--container .new:before {
  position: absolute;
  left: -14px;
  top: -4px;
  content: '';
  height: 14px;
  width: 20px;
  background: #FFF;
  -webkit-transform: rotate(-71deg);
  -moz-transform: rotate(-71deg);
  -ms-transform: rotate(-71deg);
  -o-transform: rotate(-71deg);
  transform: rotate(-71deg);
}
.filter--container .new:after {
  position: absolute;
  right: -14px;
  top: -1px;
  content: '';
  height: 14px;
  width: 20px;
  background: #FFF;
  -webkit-transform: rotate(-71deg);
  -moz-transform: rotate(-71deg);
  -ms-transform: rotate(-71deg);
  -o-transform: rotate(-71deg);
  transform: rotate(-71deg);
}
.filter--container .filter-panel--checkbox {
  border: 1px solid #ebeef0;
  position: absolute;
  top: 5px;
}
.filter--container .scroll-x {
  display: none !important;
}
.filter--container .filter-panel--checkbox input[type="checkbox"]:checked ~ .checkbox--state {
  background-image: none;
  background: #000000;
}
.filter--container .filter-panel--checkbox input[type="checkbox"]:checked ~ .checkbox--state:before {
  left: 2px;
  top: 2px;
  position: relative;
  color: #f36903;
}
.filter--container .filter-panel--checkbox .checkbox--state {
  width: 16px;
  height: 16px;
  left: -2px;
  top: -2px;
}
.filter--container .filter-panel--content {
  margin: 0 0 20px;
  padding-left: 0px;
  padding-right: 0px;
}
.filter-sidebar--main .listing--actions .action--filter-btn {
  display: none;
}
.filter--active .filter--active-icon {
  color: #f36903;
}
.filter--active,
.search--cat-filter .cat-filter--reset {
  color: #000;
}
.filter--active:hover {
  color: #f36903;
}
.listing--sidebar .sidebar-filter .action--filter-options {
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.sidebar-filter--content .title {
  clear: both;
  float: left;
  position: relative;
  width: 100%;
  height: 58px;
  line-height: 58px;
  background: #1d1e20;
  color: #FFF;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 20px;
  display: none;
}
@media all and (min-width: 48em) {
  .sidebar-filter--content .title {
    display: block;
  }
}
.sidebar-filter--content .title i {
  position: absolute;
  right: 20px;
  top: 6px;
}
.sidebar-filter--content .title i .icon-filter {
  color: #f36903;
  width: 20px;
  height: 20px;
}
#loginTitle {
  clear: both;
  float: left;
  width: -webkit-calc(100% + 40px);
  width: -moz-calc(100% + 40px);
  width: calc(100% + 40px);
  height: 70px;
  /* background: url('../images/Berge.jpg') no-repeat;
  background-position: bottom center; */
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 -20px;
}
@media all and (min-width: 30em) {
  #loginTitle {
    height: 120px;
  }
}
@media all and (min-width: 48em) {
  #loginTitle {
    height: 140px;
  }
}
.headline h1 {
  clear: both;
  float: left;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-style: italic;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #000;
  margin: 0;
  padding: 0 20px;
  font-family: "vista-slab", serif;
}
@media all and (min-width: 30em) {
  .headline h1 {
    margin: 0px 0 0;
    font-size: 36px;
    line-height: 40px;
  }
}
@media all and (min-width: 48em) {
  .headline h1 {
    font-size: 48px;
    line-height: 52px;
  }
}
.headline span {
  clear: both;
  float: left;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #a6a6a6;
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 200;
}
@media all and (min-width: 30em) {
  .headline span {
    font-size: 13px;
    letter-spacing: 0.2em;
  }
}
.registerFrame {
  clear: both;
  float: left;
  width: 100%;
  background: #FFF;
}
.is--ctl-register .register--login {
  margin-top: 20px;
  width: 100%;
  padding: 0 20px;
}
@media all and (min-width: 48em) {
  .is--ctl-register .register--login {
    float: left;
    width: 21.25rem;
    margin-top: 60px;
    padding: 0 30px;
  }
}
@media all and (min-width: 64em) {
  .is--ctl-register .register--login {
    padding: 0 60px;
    width: 25rem;
  }
}
.is--ctl-register .register--login input {
  padding-left: 50px !important;
}
.is--ctl-register .register--login .panel--title {
  margin: 0;
}
.is--ctl-register .register--login .register--login-password,
.is--ctl-register .register--login .register--login-email {
  position: relative;
}
.is--ctl-register .register--login .register--login-password i,
.is--ctl-register .register--login .register--login-email i {
  position: absolute;
  left: 20px;
  top: 10px;
  color: #5c5b59;
}
.is--ctl-register .register--login .register--login-password i .icon-mail,
.is--ctl-register .register--login .register--login-email i .icon-mail {
  width: 14px;
  height: 13px;
}
.is--ctl-register .register--login .register--login-password i .icon-schloss,
.is--ctl-register .register--login .register--login-email i .icon-schloss {
  width: 12px;
  height: 16px;
}
.is--ctl-register .register--login h2 {
  clear: both;
  float: left;
  width: 100%;
  text-transform: uppercase;
  font-style: italic;
  font-size: 22px;
  font-weight: 700;
  padding: 0 60px;
  color: #2e3033;
  margin: 0;
  font-family: "vista-slab", serif;
}
.is--ctl-register .register--login .panel--body {
  padding: 0;
  clear: both;
  float: left;
  width: 100%;
}
.is--ctl-register .register--login .panel--title {
  padding: 0;
}
.is--ctl-register .register--login .register--login-description {
  color: #b3aba1;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  margin: 0.5rem 0rem 1.6875rem 0rem;
}
.is--ctl-register .register--login .register--login-lostpassword a {
  border: none;
  text-decoration: underline;
  color: #000;
  font-size: 11px;
}
.is--ctl-register .register--login .register--login-lostpassword a:hover {
  color: #f36903;
  text-decoration: none;
}
.is--ctl-register .register--login .register--login-action .btn {
  background: #f36903;
  color: #FFF;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  letter-spacing: 0.1em;
  font-weight: 300;
  width: 100%;
  font-size: 11px;
  text-align: center;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(255, 181, 52, 0.5);
  -moz-box-shadow: 0px 10px 20px 0px rgba(255, 181, 52, 0.5);
  box-shadow: 0px 10px 20px 0px rgba(255, 181, 52, 0.5);
  margin: 0 0 40px;
}
.is--ctl-register .register--login .register--login-action .btn .icon--arrow-right {
  display: none;
}
.is--ctl-register .register--login .register--login-action .btn:hover {
  background: #2ecc71;
}
.is--ctl-register #registration {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 60px 0px 0;
  border-left: 1px solid #e6d9d0;
}
@media all and (min-width: 48em) {
  .is--ctl-register #registration {
    float: right;
    padding: 60px 10px 0;
    width: -webkit-calc(100% - 340px);
    width: -moz-calc(100% - 340px);
    width: calc(100% - 340px);
    border-left: 1px solid #e6d9d0;
  }
}
@media (min-width: 64em) {
  .is--ctl-register #registration {
    padding: 60px 40px 0;
    width: -webkit-calc(100% - 400px);
    width: -moz-calc(100% - 400px);
    width: calc(100% - 400px);
    min-height: 26.25rem;
  }
}
.is--ctl-register #registration.haendler-register {
  padding: 0;
  display: block;
  width: 50%;
  float: right;
}
@media (max-width: 64em) {
  .is--ctl-register #registration.haendler-register {
    width: 100%;
  }
}
.haendlerFrame {
  padding: 20px 0px 0;
}
@media all and (min-width: 64em) {
  .haendlerFrame {
    padding: 40px 40px 0;
  }
}
.register--content {
  width: 100%;
}
@media all and (min-width: 64em) {
  .register--content {
    width: 60%;
  }
}
.register--content .select-field {
  max-width: none;
}
.alert .alert--icon {
  width: 60px;
  background: #ed1b1b;
  color: #860909;
}
.alert .alert--icon .icon-alert {
  width: 36px;
  height: 31px;
}
.alert.is--info .alert--icon {
  color: #FFF;
}
.alert.is--error {
  background: #ed1b1b;
  color: #FFF;
  text-transform: uppercase;
}
.alert .alert--content {
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: calc(100% - 60px);
  font-weight: 300;
  font-size: 12px;
}
.register--form {
  padding: 0 20px 0;
}
.register--form .alert {
  margin: 20px 0;
}
.register--form h2 {
  clear: both;
  width: 100%;
  text-transform: uppercase;
  font-style: italic;
  font-size: 22px;
  font-weight: 700;
  padding: 0;
  color: #2e3033;
  margin: 0;
  font-family: "vista-slab", serif;
}
.register--form .register--required-info {
  color: #b3aba1;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  margin: 8px 0 30px;
  clear: both;
  float: left;
  width: 100%;
}
.register--form .register--personal {
  padding: 0;
  clear: both;
  float: left;
  width: 100%;
}
.register--form .panel--body {
  padding: 40px 0;
}
.register--form .register--customertype {
  float: left;
  width: 49%;
  margin: 0 2% 0 0;
  position: relative;
}
@media all and (min-width: 64em) {
  .register--form .register--customertype {
    width: 24%;
  }
}
.register--form .register--salutation {
  float: left;
  width: 49%;
  position: relative;
}
@media all and (min-width: 64em) {
  .register--form .register--salutation {
    width: 24%;
  }
}
.register--form .js--fancy-select {
  width: 100%;
}
.register--form .register--zip-city {
  float: left;
  clear: both;
  width: 100%;
  position: relative;
}
@media all and (min-width: 64em) {
  .register--form .register--zip-city {
    width: 49%;
    margin: 0 2% 0 0;
  }
}
.register--form .register--additional-line1,
.register--form .register--phone,
.register--form .register--password,
.register--form .register--email,
.register--form .register--firstname {
  float: left;
  clear: both;
  width: 100%;
  position: relative;
}
@media all and (min-width: 30em) {
  .register--form .register--additional-line1,
  .register--form .register--phone,
  .register--form .register--password,
  .register--form .register--email,
  .register--form .register--firstname {
    width: 49%;
    margin: 0 2% 0 0;
  }
}
.register--form .register--country {
  float: left;
  clear: both;
  width: 100%;
  position: relative;
}
@media all and (min-width: 64em) {
  .register--form .register--country {
    width: 49%;
    clear: none;
  }
}
.register--form .register--additional-field2,
.register--form .register--mobile,
.register--form .register--passwordconfirm,
.register--form .register--emailconfirm,
.register--form .register--lastname {
  float: left;
  clear: both;
  width: 100%;
  position: relative;
}
@media all and (min-width: 30em) {
  .register--form .register--additional-field2,
  .register--form .register--mobile,
  .register--form .register--passwordconfirm,
  .register--form .register--emailconfirm,
  .register--form .register--lastname {
    width: 49%;
    clear: none;
  }
}
.register--form .register--address {
  clear: both;
  float: left;
  width: 100%;
  border-bottom: 1px solid #e6d9d0;
}
.register--form .register--address h2 {
  clear: both;
  float: left;
  width: 100%;
  text-transform: uppercase;
  font-style: italic;
  font-size: 16px;
  font-weight: 700;
  padding: 0;
  color: #2e3033;
  margin: 0 0 30px;
  font-family: "vista-slab", serif;
}
.register--form .register--password-description {
  display: none;
}
.register--form .register--birthdate {
  clear: both;
  float: left;
  width: 100%;
  margin: 40px 0;
  padding: 0 0 40px;
  border-bottom: 1px solid #e6d9d0;
}
.register--form .register--birthdate .birthday--label {
  clear: both;
  float: left;
  width: 100%;
  text-transform: uppercase;
  font-style: italic;
  font-size: 16px;
  font-weight: 700;
  padding: 0;
  color: #2e3033;
  margin: 0rem 0rem 0.625rem 0rem;
  font-family: "vista-slab", serif;
}
.register--form .register--company {
  clear: both;
  float: left;
  width: 100%;
  margin: 0 0 40px;
  padding: 0rem 0rem 0rem 0rem;
  border-bottom: 1px solid #e6d9d0;
}
.register--form .register--company h2 {
  clear: both;
  float: left;
  width: 100%;
  text-transform: uppercase;
  font-style: italic;
  font-size: 16px;
  font-weight: 700;
  padding: 0;
  color: #2e3033;
  margin: 0rem 0rem 0.625rem 0rem;
  font-family: "vista-slab", serif;
}
.register--form .register--company .register--companyname {
  float: left;
  clear: both;
  width: 100%;
  margin: 0;
  position: relative;
}
@media all and (min-width: 30em) {
  .register--form .register--company .register--companyname {
    width: 49%;
    margin: 0 2% 0 0;
  }
}
.register--form .register--company .register--department {
  float: left;
  clear: both;
  width: 100%;
  position: relative;
}
@media all and (min-width: 30em) {
  .register--form .register--company .register--department {
    width: 49%;
    clear: none;
  }
}
.register--form .register--shipping {
  clear: both;
  float: left;
  width: 100%;
  margin: 40px 0;
  padding: 0 0 20px;
  border-bottom: 1px solid #e6d9d0;
}
.register--form .register--shipping h2 {
  clear: both;
  float: left;
  width: 100%;
  text-transform: uppercase;
  font-style: italic;
  font-size: 16px;
  font-weight: 700;
  padding: 0;
  color: #2e3033;
  margin: 0 0 30px;
  font-family: "vista-slab", serif;
}
.register--form .register--shipping .register--companyname {
  float: left;
  clear: both;
  width: 100%;
  margin: 0;
  position: relative;
}
@media all and (min-width: 30em) {
  .register--form .register--shipping .register--companyname {
    width: 49%;
    margin: 0 2% 0 0;
  }
}
.register--form .register--shipping .register--shipping-country,
.register--form .register--shipping .register--additional-line2,
.register--form .register--shipping .register--department {
  float: left;
  width: 100%;
  position: relative;
}
@media all and (min-width: 30em) {
  .register--form .register--shipping .register--shipping-country,
  .register--form .register--shipping .register--additional-line2,
  .register--form .register--shipping .register--department {
    width: 49%;
  }
}
.register--form .register--shipping .js--fancy-select {
  width: 100%;
}
.register--form .register--alt-shipping {
  clear: both;
  float: left;
  width: 100%;
  margin: 0 0 20px;
}
.register--form .register--alt-shipping input {
  margin: 5px 10px 0 0;
  float: left;
}
.register--form .register--alt-shipping > label {
  color: #000;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
  top: 0px;
  float: left;
  line-height: 16px;
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
}
@media all and (min-width: 48em) {
  .register--form .register--alt-shipping > label {
    top: 4px;
  }
}
.register--form .register--action {
  margin: 0;
}
.register--form .register--action .register--submit {
  max-width: 360px;
  background: #28d43c;
  color: #FFF;
  font-weight: 600;
  font-family: "vista-slab", serif;
  text-transform: uppercase;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 20px 0;
  width: 100%;
  max-width: 400px;
  -webkit-box-shadow: 0px 30px 40px 0px rgba(2, 111, 14, 0.2);
  -moz-box-shadow: 0px 30px 40px 0px rgba(2, 111, 14, 0.2);
  box-shadow: 0px 30px 40px 0px rgba(2, 111, 14, 0.2);
}
@media all and (min-width: 48em) {
  .register--form .register--action .register--submit {
    margin: 50px 0;
  }
}
.register--form .register--action .register--submit:hover {
  background: #f36903;
}
.register--form .register--action .register--submit .icon--arrow-right {
  display: none;
}
#heandlerInfo .vorteile2 p {
  margin: 10px;
  font-family: Musemo, "Musemo", sans-serif;
  font-size: 12px;
}
.is--ctl-register #vorteile {
  background: #000000;
}
.is--ctl-register #vorteile .item {
  border-color: #333333;
}
.is--ctl-register .footer-main {
  border-top: 7px solid #f79758;
}
.is--ctl-register .register--new-customer #new-customer-action {
  background: #2ecc71;
  color: #FFF;
  font-weight: 600;
  font-family: "vista-slab", serif;
  text-transform: uppercase;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 0px 0;
}
.is--ctl-register .register--new-customer #new-customer-action:hover {
  background: #f36903;
}
.is--ctl-register .register--error-msg {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #b7b7b7;
  bottom: 70px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  padding: 10px 40px 10px 10px;
  position: absolute;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.12);
}
.is--ctl-register .register--error-msg:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  background: #FFF;
  -webkit-transform: rotate(45deg);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: rotate(45deg);
  /* IE 9 */
  transform: rotate(45deg);
  /* Firefox 16+, IE 10+, Opera */
  border-bottom: 1px solid #b7b7b7;
  border-right: 1px solid #b7b7b7;
  right: 50%;
  margin-right: -10px;
}
.is--ctl-register .register--error-msg p {
  line-height: 18px;
  margin: 0;
}
#heandlerInfo {
  float: left;
  width: 100%;
  padding: 20px 10px;
  color: #3a3a3a;
}
@media all and (min-width: 30em) {
  #heandlerInfo {
    padding: 20px;
  }
}
@media all and (min-width: 64em) {
  #heandlerInfo {
    width: 40%;
    padding: 100px 60px;
  }
}
#heandlerInfo h2 {
  clear: both;
  float: left;
  width: 100%;
  text-transform: uppercase;
  font-style: italic;
  font-size: 24px;
  font-weight: 700;
  padding: 0;
  color: #2e3033;
  margin: 0;
  font-family: "vista-slab", serif;
}
#heandlerInfo p {
  font-size: 12px;
  line-height: 18px;
  clear: both;
  float: left;
  width: 100%;
  margin: 40px 0 0;
  font-weight: 400;
}
#heandlerInfo h3 {
  clear: both;
  float: left;
  width: 100%;
  text-transform: uppercase;
  font-style: italic;
  font-size: 16px;
  font-weight: 700;
  padding: 0;
  color: #2e3033;
  margin: 60px 0 0px;
  font-family: "vista-slab", serif;
}
#heandlerInfo ul {
  clear: both;
  float: left;
  width: 100%;
  font-size: 12px;
  line-height: 18px;
  margin: 40px 0 0;
  color: #4f5362;
  list-style-image: url(/custom/plugins/MadFoxTheme/Resources/Themes/Frontend/Shop/frontend/_public/src/images/check.svg);
  padding-left: 20px;
  text-transform: uppercase;
}
#heandlerInfo ul li {
  margin: 0 0 10px;
}
#my-awesome-dropzone {
  clear: both;
  float: left;
  width: 100%;
  border: 2px dashed #eae3d9;
  min-height: 184px;
  padding: 10px;
  text-align: center;
  cursor: pointer;
}
@media all and (min-width: 30em) {
  #my-awesome-dropzone {
    padding: 20px;
  }
}
#my-awesome-dropzone .title {
  float: left;
  font-size: 11px;
  text-transform: uppercase;
  color: #bdb0a1;
  pointer-events: none;
}
#my-awesome-dropzone .dz-preview {
  min-height: 40px;
}
#my-awesome-dropzone .dz-size {
  float: right;
  width: 100px;
}
#my-awesome-dropzone .dz-filename {
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: calc(100% - 100px);
  overflow: hidden;
  text-align: left;
}
#my-awesome-dropzone .dz-error-mark,
#my-awesome-dropzone .dz-success-mark {
  display: none;
}
#my-awesome-dropzone #gewerbeschein {
  display: none;
}
#my-awesome-dropzone .buttonFrame {
  clear: both;
  float: left;
  width: 100%;
  text-align: center;
  pointer-events: none;
}
#my-awesome-dropzone .button {
  clear: both;
  display: inline-block;
  background: #f36903;
  color: #FFF;
  letter-spacing: 0.1em;
  font-size: 11px;
  height: 42px;
  line-height: 42px;
  padding: 0 20px;
  text-transform: uppercase;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
  margin: 40px 0 10px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.12);
}
#my-awesome-dropzone:hover .button {
  background: #2ecc71;
}
#my-awesome-dropzone .dz-message {
  color: #000000;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 400;
  clear: both;
  float: left;
  width: 100%;
  text-align: center;
}
#my-awesome-dropzone .dz-remove {
  float: right;
  width: 20%;
  text-align: right;
  border: none;
  text-decoration: underline;
  color: #000;
  font-weight: 300;
  line-height: 20px;
  font-size: 11px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#my-awesome-dropzone .dz-remove:hover {
  color: #d30909;
}
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0px;
  min-height: 180px;
  z-index: 1000;
  width: 100%;
}
.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  font-size: 13px;
  min-width: 80%;
  max-width: 80%;
  padding: 0;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}
.dropzone .dz-preview .dz-error-message {
  opacity: 1;
  clear: both;
  float: left;
  position: relative;
  width: 100%;
  left: auto;
  top: auto;
}
.dropzone .dz-preview .dz-error-message:after,
.dropzone .dz-preview .dz-error-message:before {
  display: none;
}
.dropzone .dz-preview.dz-error .dz-error-mark {
  display: none;
}
.dropzone .dz-preview.dz-error .dz-details {
  position: relative;
  clear: both;
  float: left;
}
.dropzone .dz-preview.dz-error .button {
  position: relative;
  clear: both;
  float: left;
}
.register--supplier {
  clear: both;
  float: left;
  width: 100%;
  margin: -40px 0 40px;
}
.register--supplier .panel--body {
  padding: 0 10px;
  color: #3a3a3a;
}
@media all and (min-width: 30em) {
  .register--supplier .panel--body {
    padding: 0 20px;
  }
}
.register--supplier .panel--body h3 {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #3a3a3a;
}
.register--supplier .panel--body p {
  font-size: 11px;
  line-height: 16px;
}
.register--content .register--birthdate .register--birthyear .select-field {
  margin-right: 0px;
}
.registerForm {
  float: left;
  clear: both;
  width: 100%;
}
.is--ctl-register .newTypeSelector {
  float: left;
  width: 100%;
  margin: 0rem 0rem 5rem 0rem;
}
.is--ctl-register .newTypeSelector .btn {
  float: left;
  background: #f36903;
  color: #FFF;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  letter-spacing: 0.1em;
  font-weight: 300;
  font-size: 11px;
  text-align: center;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(255, 181, 52, 0.5);
  -moz-box-shadow: 0px 10px 20px 0px rgba(255, 181, 52, 0.5);
  box-shadow: 0px 10px 20px 0px rgba(255, 181, 52, 0.5);
  margin: 0rem 0rem 1.25rem 0rem;
}
.is--ctl-register .newTypeSelector .btn.is--active,
.is--ctl-register .newTypeSelector .btn:hover {
  background: #2ecc71;
}
.is--ctl-register .newTypeSelector .btn:first-child {
  margin: 0rem 1.25rem 1.25rem 0rem;
}
.is--ctl-register .accounttyp--label {
  clear: both;
  float: left;
  width: 100%;
  text-transform: uppercase;
  font-style: italic;
  font-size: 16px;
  font-weight: 700;
  padding: 0;
  color: #2e3033;
  margin: 0 0 30px;
  font-family: "vista-slab", serif;
}
.is--ctl-register .registerForm {
  display: none;
}
.is--ctl-register .registerForm.has--errors,
.is--ctl-register .registerForm.is--active {
  display: block;
}
.is--ctl-register.is--dealer .registerForm {
  display: block;
}
.is--ctl-register.is--dealer .register--personal .panel--title {
  margin: 2.5rem 0rem 0rem 0rem;
}
.is--ctl-register.is--dealer .register--form .register--required-info {
  margin: 0rem 0rem 0rem 0rem;
}
.is--ctl-register.is--dealer .register--form .panel--body {
  padding: 1.25rem 0rem 1.25rem 0rem;
}
.is--ctl-register.is--dealer .register--company {
  margin: 0rem 0rem 1.25rem 0rem;
}
.is--ctl-register.is--dealer .register--birthdate {
  border-top: 1px solid #e6d9d0;
  margin: 1.25rem 0rem 1.25rem 0rem;
  padding: 1.25rem 0rem 1.25rem 0rem;
}
.is--ctl-register.is--dealer .register--vatId {
  margin: 0rem 0rem 1.25rem 0rem;
  padding: 0rem 0rem 1.25rem 0rem;
  border-bottom: 1px solid #e6d9d0;
}
.is--ctl-register.is--dealer .panel--body {
  padding: 1.25rem 0rem 1.25rem 0rem;
}
.is--ctl-register.is--dealer .register--address h2 {
  margin: 0rem 0rem 0.625rem 0rem;
}
.is--ctl-register.is--dealer .register--address .panel--filialen {
  float: left;
  width: 100%;
  margin: -0.625rem 0rem 0.625rem 0rem;
  font-size: 0.875rem;
  font-weight: 400;
}
.is--ctl-register.is--dealer .register--verkausflaeche {
  margin: 0rem 0rem 1.25rem 0rem;
  padding: 0rem 0rem 1.25rem 0rem;
  border-bottom: 1px solid #e6d9d0;
}
.is--ctl-register.is--dealer .country-area-state-selection {
  clear: both;
  float: left;
  width: 100%;
  padding: 1.25rem 0rem 0rem 0rem;
  margin: 1.25rem 0rem 0rem 0rem;
  border-top: 1px solid #e6d9d0;
}
.is--ctl-register .container--account-sidebar .offcanvas--content .account--link {
  margin: 0rem 1.25rem 0rem 1.25rem;
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
}
.register--userschwerpunktliegtbei {
  clear: both;
  float: left;
  width: 100%;
  color: black;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #e6d9d0;
  margin: 0rem 0rem 1.25rem 0rem;
  padding: 0rem 0rem 1.25rem 0rem;
}
.register--userschwerpunktliegtbei .item {
  width: 100%;
}
@media all and (min-width: 30em) {
  .register--userschwerpunktliegtbei .item {
    width: 50%;
  }
}
@media all and (min-width: 1600px) {
  .register--userschwerpunktliegtbei .item {
    width: 25%;
  }
}
.register--userschwerpunktliegtbei .register--field {
  width: 16px;
}
.register--filiale {
  clear: both;
  color: black;
}
.register--filiale .items {
  clear: both;
  float: left;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0rem 0rem 1.25rem 0rem;
}
.register--filiale .item {
  width: 100%;
}
@media all and (min-width: 30em) {
  .register--filiale .item {
    width: 50%;
  }
}
@media all and (min-width: 1600px) {
  .register--filiale .item {
    width: 25%;
  }
}
.register--gefuehrtefahrradmarken {
  clear: both;
  float: left;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  color: black;
  border-bottom: 1px solid #e6d9d0;
  margin: 0rem 0rem 1.25rem 0rem;
  padding: 0rem 0rem 1.25rem 0rem;
}
.register--gefuehrtefahrradmarken .register--sonstiges {
  margin: 1.25rem 0rem 0rem 0rem;
}
.register--gefuehrtefahrradmarken .item {
  width: 100%;
}
@media all and (min-width: 30em) {
  .register--gefuehrtefahrradmarken .item {
    width: 50%;
  }
}
@media all and (min-width: 1600px) {
  .register--gefuehrtefahrradmarken .item {
    width: 25%;
  }
}
.register--gefuehrtefahrradmarken .item.fullwidth {
  width: 100%;
}
.register--gefuehrtefahrradmarken .register--field {
  width: 16px;
}
.register--verkaufteraederprojahr,
.register--bietenSieCustomAufbautenAn {
  clear: both;
  float: left;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  color: black;
  border-bottom: 1px solid #e6d9d0;
  margin: 0rem 0rem 1.25rem 0rem;
  padding: 0rem 0rem 1.25rem 0rem;
}
.register--verkaufteraederprojahr .item,
.register--bietenSieCustomAufbautenAn .item {
  width: 100%;
}
@media all and (min-width: 30em) {
  .register--verkaufteraederprojahr .item,
  .register--bietenSieCustomAufbautenAn .item {
    width: 50%;
  }
}
@media all and (min-width: 1600px) {
  .register--verkaufteraederprojahr .item,
  .register--bietenSieCustomAufbautenAn .item {
    width: 25%;
  }
}
.register--verkaufteraederprojahr .item.fullwidth,
.register--bietenSieCustomAufbautenAn .item.fullwidth {
  width: 100%;
}
.is--ctl-register .offcanvas--content .register--login {
  padding: 0rem 0rem 0rem 0rem;
  width: 100%;
}
.is--ctl-business .account--content {
  margin: 5rem 0rem 2.5rem 0rem;
  color: black;
}
@media all and (min-width: 48em) {
  .is--ctl-business .account--content {
    margin: 8.75rem 0rem 2.5rem 0rem;
  }
}
.address-manager--modal .address-form--panel input[type="text"],
.page-wrap input[type="text"],
.address-manager--modal .address-form--panel input[type="search"],
.page-wrap input[type="search"],
.address-manager--modal .address-form--panel input[type="password"],
.page-wrap input[type="password"],
.address-manager--modal .address-form--panel input[type="number"],
.page-wrap input[type="number"],
.address-manager--modal .address-form--panel input[type="email"],
.page-wrap input[type="email"],
.address-manager--modal .address-form--panel input[type="tel"],
.page-wrap input[type="tel"] {
  height: 40px;
  line-height: 40px;
  background: #f4f4f4;
  border: 1px solid #bdb0a1;
  color: #4F5459;
  padding: 0 20px 0 20px;
  width: 100%;
  font-size: 11px;
}
.address-manager--modal .address-form--panel input[type="text"]:focus,
.page-wrap input[type="text"]:focus,
.address-manager--modal .address-form--panel input[type="search"]:focus,
.page-wrap input[type="search"]:focus,
.address-manager--modal .address-form--panel input[type="password"]:focus,
.page-wrap input[type="password"]:focus,
.address-manager--modal .address-form--panel input[type="number"]:focus,
.page-wrap input[type="number"]:focus,
.address-manager--modal .address-form--panel input[type="email"]:focus,
.page-wrap input[type="email"]:focus,
.address-manager--modal .address-form--panel input[type="tel"]:focus,
.page-wrap input[type="tel"]:focus {
  background: #FFF;
}
.address-manager--modal .address-form--panel input[type="text"].has--error,
.page-wrap input[type="text"].has--error,
.address-manager--modal .address-form--panel input[type="search"].has--error,
.page-wrap input[type="search"].has--error,
.address-manager--modal .address-form--panel input[type="password"].has--error,
.page-wrap input[type="password"].has--error,
.address-manager--modal .address-form--panel input[type="number"].has--error,
.page-wrap input[type="number"].has--error,
.address-manager--modal .address-form--panel input[type="email"].has--error,
.page-wrap input[type="email"].has--error,
.address-manager--modal .address-form--panel input[type="tel"].has--error,
.page-wrap input[type="tel"].has--error {
  border-color: #d30909;
  background: #FFF;
}
.address-manager--modal .address-form--panel .js--fancy-select,
.page-wrap .js--fancy-select {
  height: 40px;
  line-height: 40px;
  background: #f7f4f0;
  border: 1px solid #eae3d9;
  color: #000;
  padding: 0;
  width: 100%;
  font-size: 11px;
}
.address-manager--modal .address-form--panel .js--fancy-select .js--fancy-select-text,
.page-wrap .js--fancy-select .js--fancy-select-text {
  padding: 0 20px;
  text-transform: uppercase;
  font-weight: 300;
}
.address-manager--modal .address-form--panel .js--fancy-select .js--fancy-select-trigger,
.page-wrap .js--fancy-select .js--fancy-select-trigger {
  color: #f36903;
}
.method--input input[type='radio'] + label:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0;
  vertical-align: middle;
  cursor: pointer;
  content: '';
  top: 0px;
  left: 0px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #eceff1;
  position: absolute;
}
.method--input input[type='radio']:checked + label:before {
  background: #f36903;
  border-color: #f36903;
}
.method--input input[type='radio']:checked + label:after {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0;
  vertical-align: middle;
  cursor: pointer;
  content: '';
  top: 6px;
  left: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #FFFFFF;
  position: absolute;
}
.is--normal-form.is--ctl-forms .sidebar--categories-wrapper .sidebar--navigation.is--level0 > .navigation--entry > .navigation--link {
  display: block;
}
.is--normal-form.is--ctl-forms .sidebar--categories-wrapper .sidebar--navigation.is--level0 > .navigation--entry > .navigation--link.is--active {
  background: #f36903;
  color: #FFF;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
@media all and (min-width: 48em) {
  .is--normal-form.is--ctl-forms .sidebar-main {
    display: none !important;
  }
}
.is--normal-form.is--ctl-forms .content--wrapper {
  margin: 0;
}
.is--normal-form.is--ctl-forms .content--wrapper .forms--content {
  margin: 0;
  background: #FFF;
}
.is--normal-form.is--ctl-forms .content--wrapper .forms--content .forms--text {
  color: #000;
  font-weight: 400;
  font-size: 13px;
  border-bottom: 1px solid #ededed;
}
.is--normal-form.is--ctl-forms .content--wrapper .forms--content .forms--required {
  font-weight: 300;
  font-size: 11px;
  color: #000;
}
.is--normal-form.is--ctl-forms .content--wrapper .forms--content .select-field {
  height: 40px;
  max-width: 260px;
  margin-bottom: 10px;
  float: left;
}
.is--normal-form.is--ctl-forms .content--wrapper .forms--content .select-field select {
  background: #f4f4f4;
  height: 40px;
  line-height: 40px;
  border: 1px solid #eae3d9;
  color: #bdb0a1;
  font-weight: 400;
  text-transform: uppercase;
  font-style: normal;
  padding-left: 10px;
  width: 100%;
  max-width: 260px;
  font-size: 11px;
}
.is--normal-form.is--ctl-forms .content--wrapper .forms--content .select-field:after {
  border: none;
  font-size: 7px;
  color: #f36903;
  top: 1px;
  right: 4px;
}
.is--normal-form.is--ctl-forms .content--wrapper .forms--content .select-field:focus select,
.is--normal-form.is--ctl-forms .content--wrapper .forms--content .select-field:hover select {
  background: #f36903;
  border-color: #f36903;
  color: #FFF;
}
.is--normal-form.is--ctl-forms .content--wrapper .forms--content .select-field:focus:after,
.is--normal-form.is--ctl-forms .content--wrapper .forms--content .select-field:hover:after {
  color: #FFF;
}
.is--normal-form.is--ctl-forms .content--wrapper .forms--content .field-anrede {
  float: left;
}
.is--normal-form.is--ctl-forms .content--wrapper .forms--content .field-telefon,
.is--normal-form.is--ctl-forms .content--wrapper .forms--content .field-vorname {
  float: left;
  clear: both;
  width: 100%;
}
@media all and (min-width: 48em) {
  .is--normal-form.is--ctl-forms .content--wrapper .forms--content .field-telefon,
  .is--normal-form.is--ctl-forms .content--wrapper .forms--content .field-vorname {
    width: 50%;
    padding-right: 1%;
  }
}
.is--normal-form.is--ctl-forms .content--wrapper .forms--content .field-email,
.is--normal-form.is--ctl-forms .content--wrapper .forms--content .field-nachname {
  float: left;
  width: 100%;
}
@media all and (min-width: 48em) {
  .is--normal-form.is--ctl-forms .content--wrapper .forms--content .field-email,
  .is--normal-form.is--ctl-forms .content--wrapper .forms--content .field-nachname {
    width: 50%;
    padding-left: 1%;
  }
}
.is--normal-form.is--ctl-forms .content--wrapper .forms--content .btn {
  height: 34px;
  line-height: 34px;
  text-align: center;
  border: none;
  background: #f36903;
  color: #FFF;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 300;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  letter-spacing: 0.1em;
}
@media all and (min-width: 48em) {
  .is--normal-form.is--ctl-forms .content--wrapper .forms--content .btn {
    margin: 0;
  }
}
.is--normal-form.is--ctl-forms .content--wrapper .forms--content .btn:hover {
  background: #2ecc71;
}
.is--normal-form.is--ctl-forms .content--wrapper .alert.is--success .icon-alert {
  color: #FFF;
}
.container--ajax-cart.off-canvas {
  width: 310px;
}
.container--ajax-cart.off-canvas .ajax--cart .item--container {
  padding: 0 20px;
  position: relative;
  overflow: visible;
  clear: both;
  float: left;
  width: 100%;
}
.container--ajax-cart.off-canvas .ajax--cart .item--container .cart--item {
  border-bottom: 1px solid #e6d9d0;
  padding: 30px 0;
  position: relative;
  overflow: visible;
}
.container--ajax-cart.off-canvas .ajax--cart .item--container .thumbnail--container {
  width: 72px;
  height: 72px;
  border-color: #f5efeb;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.container--ajax-cart.off-canvas .ajax--cart .item--container .item--link {
  width: -webkit-calc(100% - 90px);
  width: -moz-calc(100% - 90px);
  width: calc(100% - 90px);
}
.container--ajax-cart.off-canvas .ajax--cart .item--container .item--quantity {
  position: absolute;
  left: -13px;
  top: 20px;
  color: #FFF;
  background: #3a3a3a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 34px;
  line-height: 34px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  font-size: 11px;
}
.container--ajax-cart.off-canvas .ajax--cart .item--container .item--name {
  color: #000;
  text-decoration: underline;
  font-size: 12px;
  font-weight: 400;
  margin: 0 0 5px;
  display: inline-block;
}
.container--ajax-cart.off-canvas .ajax--cart .item--container .item--name:hover {
  text-decoration: none;
  color: #f36903;
}
.container--ajax-cart.off-canvas .ajax--cart .item--container .item--price {
  font-size: 12px;
  color: #000;
}
.container--ajax-cart.off-canvas .ajax--cart .item--container .item--ordernumber {
  color: #818181;
  margin: 0 0 5px;
  display: inline-block;
  font-weight: 300;
  font-size: 13px;
}
.container--ajax-cart.off-canvas .ajax--cart .action--container {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -10px;
  border: none;
  width: 30px;
  height: 30px;
}
.container--ajax-cart.off-canvas .ajax--cart .action--container .action--remove {
  width: 30px;
  height: 30px;
  color: #bdb0a1;
  border: none;
  background: none;
  padding: 0;
}
.container--ajax-cart.off-canvas .ajax--cart .action--container .action--remove:hover {
  color: #d30909;
  background: none;
}
.container--ajax-cart.off-canvas .ajax--cart .prices--container {
  border: none;
  font-size: 12px;
  letter-spacing: 0.1em;
  padding: 16px 20px;
  clear: both;
}
.container--ajax-cart.off-canvas .ajax--cart .prices--container .prices--articles-amount {
  font-weight: 600;
}
.container--ajax-cart.off-canvas .ajax--cart .alert {
  clear: both;
}
.container--ajax-cart.off-canvas .ajax--cart .alert .alert--icon .icon--check {
  color: #FFF;
}
.container--ajax-cart.off-canvas .ajax--cart .alert .alert--icon .alert--content {
  line-height: 18px;
}
.container--ajax-cart.off-canvas .ajax--cart .button--container .button--open-basket {
  height: 34px;
  line-height: 32px;
  border: 2px solid #e6d9d0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #818181;
  font-weight: 400;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 0 0 16px;
  font-size: 11px;
}
.container--ajax-cart.off-canvas .ajax--cart .button--container .button--open-basket .icon--arrow-right {
  display: none;
}
.container--ajax-cart.off-canvas .ajax--cart .button--container .button--open-basket:hover {
  color: #fff;
  background: #f36903;
  border-color: #f36903;
}
.container--ajax-cart.off-canvas .ajax--cart .button--container .button--checkout {
  height: 34px;
  line-height: 34px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  background: #27d43c;
  font-weight: 600;
  font-size: 11px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
}
.container--ajax-cart.off-canvas .ajax--cart .button--container .button--checkout:hover {
  background: #f36903;
}
.container--ajax-cart.off-canvas .ajax--cart .button--container .button--checkout .icon--arrow-right {
  display: none;
  background: #f36903;
}
.container--ajax-cart.off-canvas .ajax--cart .button--container .paypal-express {
  clear: both;
  float: left;
  margin: 20px 0 0;
  width: 100%;
  text-align: center;
  display: none;
}
.container--ajax-cart.off-canvas .ajax--cart .button--container .paypal-express .paypal-express--delimiter {
  font-size: 11px;
  text-transform: uppercase;
  color: #e6d9d0;
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  z-index: 5;
}
.container--ajax-cart.off-canvas .ajax--cart .button--container .paypal-express .paypal-express--delimiter:before {
  position: absolute;
  left: 0px;
  top: 14px;
  content: '';
  height: 1px;
  width: 100%;
  background: #f0f2f7;
  z-index: -1;
}
.container--ajax-cart.off-canvas .ajax--cart .button--container .paypal-express .paypal-express--delimiter:after {
  position: absolute;
  content: '';
  left: 50%;
  width: 60px;
  height: 20px;
  top: 2px;
  background: #FFF;
  margin-left: -30px;
  z-index: -1;
}
.container--ajax-cart.off-canvas .ajax--cart .button--container .paypal-express .paypal-express--btn {
  display: inline-block;
  border: none;
  float: none;
  margin: 20px 0 0;
}
#ajaxBasket {
  clear: both;
  float: left;
  width: 100%;
  height: 150px;
  background: url('../../custom/plugins/MadFoxTheme/Resources/Themes/Frontend/Shop/frontend/_public/src/images/ajax-basket.jpg') no-repeat;
  background-position: bottom center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #e6d9d0;
}
#ajaxBasket i {
  clear: both;
  float: left;
  width: 100%;
  text-align: center;
}
#ajaxBasket i .icon-basket {
  color: #000;
  width: 30px;
  height: 30px;
}
#ajaxBasket .subTitle {
  clear: both;
  float: left;
  width: 100%;
  color: #c6c6c6;
  letter-spacing: 0.2em;
  font-size: 11px;
  margin: 10px 0 0px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}
#ajaxBasket .title {
  clear: both;
  float: left;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  font-style: italic;
  font-family: "vista-slab", serif;
  font-size: 28px;
}
.steps--container {
  border-bottom: 1px solid #e6d9d0;
  display: none;
}
@media all and (min-width: 48em) {
  .steps--container {
    display: block;
  }
}
.steps--container .steps--content {
  max-width: 1000px;
  float: none;
  margin: 0 auto;
  display: block;
}
.steps--container .steps--content .steps--list {
  width: 103%;
  display: block;
}
.steps--container .steps--content .steps--list .steps--entry {
  padding: 0;
  background: #FFF;
  border: 2px solid #939393;
  height: 34px;
  color: #000;
  text-transform: uppercase;
  font-family: "vista-slab", serif;
  font-size: 10px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  float: left;
  width: 30.33%;
  margin-right: 2%;
  display: block;
  position: relative;
  z-index: 5;
  padding-left: 20px;
  font-style: italic;
}
@media all and (min-width: 64em) {
  .steps--container .steps--content .steps--list .steps--entry {
    font-size: 11px;
  }
}
.steps--container .steps--content .steps--list .steps--entry:last-child:after {
  display: none;
}
.steps--container .steps--content .steps--list .steps--entry:last-child .icon {
  line-height: 20px;
  font-size: 12px;
}
.steps--container .steps--content .steps--list .steps--entry:after {
  position: absolute;
  content: '';
  width: 48px;
  height: 2px;
  background: #939393;
  z-index: -1;
  right: -50px;
  top: 14px;
}
.steps--container .steps--content .steps--list .steps--entry .icon {
  position: absolute;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  left: 0.375rem;
  top: 0.25rem;
  height: 1.375rem;
  width: 1.75rem;
  padding: 0rem 0rem 0rem 0rem;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  background: #747474;
  color: #FFF;
  line-height: 1em;
  font-size: 10px;
  justify-content: center;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.steps--container .steps--content .steps--list .steps--entry .text {
  height: 34px;
}
.steps--container .steps--content .steps--list .steps--entry.is--active {
  background: #000000;
  color: #FFF;
  border-color: #000000;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(87, 47, 20, 0.4);
  -moz-box-shadow: 0px 10px 20px 0px rgba(87, 47, 20, 0.4);
  box-shadow: 0px 10px 20px 0px rgba(87, 47, 20, 0.4);
}
.steps--container .steps--content .steps--list .steps--entry.is--active .text {
  color: #FFF;
}
.steps--container .steps--content .steps--list .steps--entry.is--active .icon {
  background: #f36903;
}
@media all and (min-width: 48em) and (max-width: 64em) {
  .confirm--content .list--checkbox .column--label {
    width: 88%;
  }
}
.is--act-confirm .confirm--content {
  padding: 0rem 0rem 7.5rem 0rem;
  background: #ffffff url('../../custom/plugins/MadFoxTheme/Resources/Themes/Frontend/Shop/frontend/_public/src/images/confirm.jpg') no-repeat;
  background-position: bottom center;
}
.is--act-confirm .confirm--content #loginTitle {
  background: #f5efeb;
}
.is--act-confirm .user-comment--field {
  font-style: normal;
  line-height: 16px;
}
.is--act-confirm .product--table .add-voucher--form {
  margin: 0;
}
.is--act-confirm .confirm--content .add-product--form {
  margin: 0 0 25px;
}
.is--act-confirm #confirm--form {
  padding: 0 10px;
}
@media all and (min-width: 48em) {
  .is--act-confirm #confirm--form {
    padding: 0 20px;
  }
}
@media all and (min-width: 64em) {
  .is--act-confirm #confirm--form {
    padding: 0 60px;
  }
}
.is--act-confirm #confirm--form .panel {
  margin: 20px 0;
}
@media all and (min-width: 48em) {
  .is--act-confirm #confirm--form .panel {
    margin: 60px 0;
  }
}
.is--act-confirm #confirm--form .panel--title {
  font-weight: 600;
  font-family: "vista-slab", serif;
  text-transform: uppercase;
  font-size: 16px;
  font-style: italic;
  color: #000;
  margin: 0;
  padding: 0;
  border: none;
}
@media all and (min-width: 78.75em) {
  .is--act-confirm #confirm--form .panel--title {
    font-size: 22px;
  }
}
.is--act-confirm #confirm--form .panel--body {
  margin: 0;
  padding: 0;
}
@media all and (min-width: 78.75em) {
  .is--act-confirm #confirm--form .panel--body {
    padding: 0 0 60px;
  }
}
.is--act-confirm #confirm--form .heidelpay--panel .panel--body {
  padding: 0;
}
.is--act-confirm #confirm--form .heidelpay--input-field {
  height: auto;
  font-size: 0.875rem;
}
.is--act-confirm #confirm--form .body--revocation p {
  color: #bdb0a1;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.1em;
  margin-top: 5px;
}
.is--act-confirm #confirm--form .body--revocation p a {
  color: #bdb0a1;
  text-decoration: underline;
  border: none;
  font-weight: 500;
}
.is--act-confirm #confirm--form .body--revocation p a:hover {
  color: #f36903;
  text-decoration: none;
}
.is--act-confirm #confirm--form .infos {
  background: #f7f4f0;
  float: left;
  width: 100%;
  -webkit-box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.2);
}
.is--act-confirm #confirm--form .infos .right {
  float: right;
  width: 100%;
  padding: 20px;
}
@media all and (min-width: 48em) {
  .is--act-confirm #confirm--form .infos .right {
    width: 300px;
    padding: 30px;
  }
}
@media all and (min-width: 64em) {
  .is--act-confirm #confirm--form .infos .right {
    width: 400px;
    padding: 44px 0 0 100px;
  }
}
.is--act-confirm #confirm--form .infos .right .notice--payment-data {
  clear: both;
  float: left;
  width: 100%;
  color: #707070;
  font-weight: 500;
  font-size: 10px;
  line-height: 14px;
}
.is--act-confirm #confirm--form .infos .right .notice--payment-data strong {
  text-transform: uppercase;
  color: #bdb0a1;
  font-weight: 600;
}
.is--act-confirm #confirm--form .infos .left {
  padding: 20px;
  width: 100%;
  border-bottom: 1px solid #bdb0a1;
}
@media all and (min-width: 48em) {
  .is--act-confirm #confirm--form .infos .left {
    width: -webkit-calc(100% - 300px);
    width: -moz-calc(100% - 300px);
    width: calc(100% - 300px);
    border-bottom: none;
    border-right: 1px solid #bdb0a1;
    padding: 30px;
  }
}
@media all and (min-width: 64em) {
  .is--act-confirm #confirm--form .infos .left {
    width: -webkit-calc(100% - 400px);
    width: -moz-calc(100% - 400px);
    width: calc(100% - 400px);
  }
}
.is--act-confirm #confirm--form .infos .left .notice--agb {
  clear: both;
  float: left;
  width: 100%;
  color: #4c4c4c;
  font-weight: 300;
  font-size: 10px;
  line-height: 16px;
}
.is--act-confirm #confirm--form .infos .left .list--checkbox label {
  color: #000;
  font-weight: 400;
}
.is--act-confirm #confirm--form .infos .left .list--checkbox label a {
  border: none;
  text-decoration: underline;
  color: #000;
}
.is--act-confirm #confirm--form .infos .left .list--checkbox label a:hover {
  color: #f36903;
  text-decoration: none;
}
.is--act-confirm #confirm--form .infos .left .list--checkbox .row--tos {
  margin: 0 0 10px;
}
.is--act-confirm #confirm--form .infos .left .list--checkbox .row--newsletter {
  margin: 0 0 20px;
}
.is--act-confirm .confirm--content .comment {
  clear: both;
  float: left;
  width: 100%;
  padding: 0 20px;
  margin: 80px 0 40px;
}
@media all and (min-width: 64em) {
  .is--act-confirm .confirm--content .comment {
    padding: 0 60px;
  }
}
.is--act-confirm .confirm--content .comment .feature--user-comment {
  height: auto;
}
.is--act-confirm .confirm--content .comment .panel--title {
  font-weight: 600;
  font-family: "vista-slab", serif;
  text-transform: uppercase;
  font-size: 16px;
  font-style: italic;
  color: #000;
  margin: 0;
  padding: 0;
  border: none;
}
.is--act-confirm .confirm--content .comment .subTitle {
  color: #bdb0a1;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  margin: 5px 0 30px;
  clear: both;
  float: left;
  width: 100%;
}
.is--act-confirm .confirm--content .information--panel-wrapper {
  clear: both;
  float: left;
  width: 100%;
  margin: 40px 0 0;
  padding: 0;
}
@media all and (min-width: 48em) {
  .is--act-confirm .confirm--content .information--panel-wrapper {
    margin: 60px 0 0;
  }
}
.is--act-confirm .confirm--content .information--panel-wrapper .information--panel {
  margin: 0 !important;
}
.is--act-confirm .confirm--content .information--panel-wrapper .information--panel .panel--body {
  clear: both;
  float: left;
  width: 100%;
  padding-bottom: 20px;
}
@media all and (min-width: 48em) {
  .is--act-confirm .confirm--content .information--panel-wrapper .information--panel .panel--body {
    padding-bottom: 60px;
  }
}
.is--act-confirm .confirm--content .information--panel-wrapper .subTitle {
  color: #bdb0a1;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  margin: 5px 0 30px;
  clear: both;
  float: left;
  width: 100%;
}
.is--act-confirm .confirm--content .information--panel-wrapper .information--panel-item {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0 0 20px;
}
@media all and (min-width: 48em) {
  .is--act-confirm .confirm--content .information--panel-wrapper .information--panel-item {
    padding: 0 0 0 20px;
    margin: 0;
    width: 50%;
  }
}
@media all and (min-width: 64em) {
  .is--act-confirm .confirm--content .information--panel-wrapper .information--panel-item {
    padding: 0 0 0 60px;
  }
}
.is--act-confirm .confirm--content .information--panel-wrapper .information--panel-item.information--panel-address {
  padding: 0rem 0rem 1.25rem 0rem;
  border-bottom: 1px solid #e6d9d0;
}
@media all and (min-width: 48em) {
  .is--act-confirm .confirm--content .information--panel-wrapper .information--panel-item.information--panel-address {
    width: 50%;
    padding: 0rem 3.75rem 0rem 0rem;
    border-right: 1px solid #e6d9d0;
    border-bottom: none;
  }
}
.is--act-confirm .confirm--content .information--panel-wrapper .payment--panel {
  float: left;
  width: 100%;
}
.is--act-confirm .confirm--content .information--panel-wrapper .payment--panel .left {
  float: left;
  width: 100%;
}
@media all and (min-width: 30em) {
  .is--act-confirm .confirm--content .information--panel-wrapper .payment--panel .left {
    width: 50%;
    margin: 0 0 20px;
  }
}
.is--act-confirm .confirm--content .information--panel-wrapper .payment--panel .right {
  float: left;
  width: 100%;
  margin: 20px 0;
}
@media all and (min-width: 30em) {
  .is--act-confirm .confirm--content .information--panel-wrapper .payment--panel .right {
    width: 50%;
    margin: 0 0 20px;
  }
}
.is--act-confirm .confirm--content .information--panel-wrapper .paymentTitle {
  clear: both;
  float: left;
  width: 100%;
  font-weight: 500;
  font-size: 11px;
  text-transform: uppercase;
  color: #707070;
  line-height: 15px;
}
.is--act-confirm .confirm--content .information--panel-wrapper .shipping--method-info,
.is--act-confirm .confirm--content .information--panel-wrapper .payment--description {
  clear: both;
  float: left;
  width: 100%;
  font-weight: 400;
  font-size: 11px;
  line-height: 15px;
  color: #707070;
}
.is--act-confirm .confirm--content .information--panel-wrapper .btn--change-payment {
  bottom: 0px;
}
.is--act-confirm .confirm--content .information--panel-wrapper .panel--actions {
  clear: both;
  float: left;
  width: 100%;
}
@media all and (max-width: 48em) {
  .is--act-confirm .confirm--content .information--panel-wrapper .panel--actions {
    margin-bottom: 40px;
  }
}
.is--act-confirm .confirm--content .information--panel-wrapper img {
  margin: 20px 0px 0 0;
}
.is--act-confirm .confirm--content .information--panel-wrapper .shipping--panel,
.is--act-confirm .confirm--content .information--panel-wrapper .billing--panel {
  clear: both;
  float: left;
  width: 100% !important;
  color: #000;
  font-weight: 300;
}
.is--act-confirm .confirm--content .information--panel-wrapper .shipping--panel a,
.is--act-confirm .confirm--content .information--panel-wrapper .billing--panel a {
  border: none;
  text-decoration: underline;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 300;
  clear: both;
  display: block;
  margin: 10px 0 0;
  line-height: 18px;
}
.is--act-confirm .confirm--content .information--panel-wrapper .shipping--panel a:hover,
.is--act-confirm .confirm--content .information--panel-wrapper .billing--panel a:hover {
  text-decoration: none;
}
.is--act-confirm .confirm--content .information--panel-wrapper .panel--actions {
  padding: 0;
}
.is--act-confirm .confirm--content .information--panel-wrapper .panel--actions .btn {
  background: #FFF;
  height: 40px;
  line-height: 40px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 300;
  color: #818181;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 2px solid #eae3d9;
  padding: 0 10px;
  text-decoration: none;
  width: 100%;
  max-width: 260px;
}
.is--act-confirm .confirm--content .information--panel-wrapper .panel--actions .btn:hover {
  background: #f36903;
  color: #FFF;
  border-color: #f36903;
}
.is--act-confirm .confirm--content .information--panel-wrapper .shipping--panel {
  margin: 20px 0 0;
}
@media all and (max-width: 78.75em) {
  .is--act-confirm .confirm--content .information--panel-wrapper .shipping--panel {
    width: 100% !important;
    text-align: left;
    margin: 20px 0 0;
  }
}
.is--act-confirm .confirm--content .information--panel-wrapper .choose-different-address {
  background: #FFF;
  height: 40px;
  line-height: 40px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 300;
  color: #818181;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 2px solid #eae3d9;
  margin-top: 10px;
  display: block;
}
@media all and (min-width: 48em) {
  .is--act-confirm .confirm--content .information--panel-wrapper .choose-different-address {
    margin-bottom: 10px;
    margin-top: 0px;
  }
}
@media all and (min-width: 78.75em) {
  .is--act-confirm .confirm--content .information--panel-wrapper .choose-different-address {
    position: absolute;
    right: 0px;
    bottom: -40px;
    margin-bottom: 0px;
    display: none;
  }
}
.is--act-confirm .confirm--content .information--panel-wrapper .choose-different-address:hover {
  background: #f36903;
  color: #FFF;
  border-color: #f36903;
}
.content--basket .product--table,
.confirm--content .product--table {
  margin: 0;
}
.content--basket .panel,
.confirm--content .panel {
  clear: both;
  float: left;
  width: 100%;
  margin: 0;
}
.content--basket .panel .panel--body,
.confirm--content .panel .panel--body {
  padding: 10px;
  border: none;
}
@media all and (min-width: 48em) {
  .content--basket .panel .panel--body,
  .confirm--content .panel .panel--body {
    padding: 20px;
  }
}
@media all and (min-width: 64em) {
  .content--basket .panel .panel--body,
  .confirm--content .panel .panel--body {
    padding: 60px;
  }
}
.content--basket .panel .panel--body .product--essential-features,
.confirm--content .panel .panel--body .product--essential-features {
  display: none;
}
.content--basket .panel .panel--body .table--tr,
.confirm--content .panel .panel--body .table--tr {
  border: none;
  clear: both;
  float: left;
  width: 100%;
  margin: 0 0 20px;
  position: relative;
}
.content--basket .panel .panel--body .table--tr:before,
.confirm--content .panel .panel--body .table--tr:before {
  position: absolute;
  content: '';
  right: 0px;
  bottom: 0px;
  height: 1px;
  width: 100%;
  background: #f0f2f7;
}
@media all and (min-width: 48em) {
  .content--basket .panel .panel--body .table--tr:before,
  .confirm--content .panel .panel--body .table--tr:before {
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
  }
}
.content--basket .panel .panel--body .table--tr .column--image,
.confirm--content .panel .panel--body .table--tr .column--image {
  border: 2px solid #dadada;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media all and (min-width: 48em) {
  .content--basket .panel .panel--body .table--tr .column--image,
  .confirm--content .panel .panel--body .table--tr .column--image {
    width: 100px;
    height: 100px;
  }
  .content--basket .panel .panel--body .table--tr .column--image .table--media,
  .confirm--content .panel .panel--body .table--tr .column--image .table--media {
    border: none;
    text-align: center;
  }
  .content--basket .panel .panel--body .table--tr .column--image .table--media .table--media-outer,
  .confirm--content .panel .panel--body .table--tr .column--image .table--media .table--media-outer {
    display: inline-block;
    max-width: 80px;
    max-height: 80px;
  }
  .content--basket .panel .panel--body .table--tr .column--image .table--media .table--media-outer .table--media-inner,
  .confirm--content .panel .panel--body .table--tr .column--image .table--media .table--media-outer .table--media-inner {
    width: 80px;
    height: 80px;
  }
}
.content--basket .panel .panel--body .table--tr .column--image .table--media-outer,
.confirm--content .panel .panel--body .table--tr .column--image .table--media-outer {
  border: none;
}
.content--basket .panel .panel--body .column--product,
.confirm--content .panel .panel--body .column--product {
  padding-right: 0px;
}
@media all and (max-width: 48em) {
  .content--basket .panel .panel--body .column--product,
  .confirm--content .panel .panel--body .column--product {
    width: 100%;
  }
}
@media all and (min-width: 48em) {
  .content--basket .panel .panel--body .column--product,
  .confirm--content .panel .panel--body .column--product {
    padding-right: 10px;
  }
}
@media all and (min-width: 78.75em) {
  .content--basket .panel .panel--body .column--product,
  .confirm--content .panel .panel--body .column--product {
    width: 44%;
  }
}
.content--basket .panel .panel--body .column--product a,
.confirm--content .panel .panel--body .column--product a {
  color: #000;
  border: none;
  text-decoration: underline;
  font-size: 11px;
  line-height: 16px;
}
@media all and (min-width: 48em) {
  .content--basket .panel .panel--body .column--product a,
  .confirm--content .panel .panel--body .column--product a {
    font-size: 14px;
    line-height: 20px;
  }
}
.content--basket .panel .panel--body .column--product a:hover,
.confirm--content .panel .panel--body .column--product a:hover {
  text-decoration: none;
  color: #f36903;
}
.content--basket .panel .panel--body .column--product .content--sku,
.confirm--content .panel .panel--body .column--product .content--sku {
  color: #343e5c;
  margin: 10px 0 0;
  font-size: 11px;
  text-transform: uppercase;
  display: block;
}
@media all and (min-width: 78.75em) {
  .content--basket .panel .panel--body .column--product .content--sku,
  .confirm--content .panel .panel--body .column--product .content--sku {
    display: none;
  }
}
.content--basket .panel .panel--body .column--product .product--delivery,
.confirm--content .panel .panel--body .column--product .product--delivery {
  width: 100%;
  display: inline-block;
  font-size: 11px;
  color: #33a215;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.content--basket .panel .panel--body .column--product .product--delivery span,
.confirm--content .panel .panel--body .column--product .product--delivery span {
  width: 100%;
}
.content--basket .panel .panel--body .column--product .product--delivery span span,
.confirm--content .panel .panel--body .column--product .product--delivery span span {
  font-size: 10px;
  line-height: 14px;
}
@media all and (min-width: 48em) {
  .content--basket .panel .panel--body .column--product .product--delivery span span,
  .confirm--content .panel .panel--body .column--product .product--delivery span span {
    font-size: 12px;
    line-height: 16px;
  }
}
@media all and (min-width: 48em) {
  .content--basket .panel .panel--body .column--product .table--content,
  .confirm--content .panel .panel--body .column--product .table--content {
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
    margin-left: 20px;
    padding-left: 0px;
  }
}
.content--basket .panel .panel--body .column--ordernumber,
.confirm--content .panel .panel--body .column--ordernumber {
  width: 11%;
  color: #343e5c;
  font-size: 11px;
  padding-top: 35px;
  display: none;
  padding-left: 20px;
  padding-right: 0px;
}
@media all and (min-width: 78.75em) {
  .content--basket .panel .panel--body .column--ordernumber,
  .confirm--content .panel .panel--body .column--ordernumber {
    display: block;
  }
}
.content--basket .panel .panel--body .column--quantity,
.confirm--content .panel .panel--body .column--quantity {
  padding-left: 10px;
  padding-right: 0px;
}
@media all and (min-width: 30em) {
  .content--basket .panel .panel--body .column--quantity,
  .confirm--content .panel .panel--body .column--quantity {
    padding-left: 20px;
  }
}
.content--basket .panel .panel--body .column--quantity .js--fancy-select,
.confirm--content .panel .panel--body .column--quantity .js--fancy-select {
  width: 100%;
}
@media all and (max-width: 30em) {
  .content--basket .panel .panel--body .column--quantity .js--fancy-select,
  .confirm--content .panel .panel--body .column--quantity .js--fancy-select {
    margin: 0 0 10px;
    height: 40px;
    line-height: 40px;
  }
}
@media all and (max-width: 30em) {
  .content--basket .panel .panel--body .column--quantity form,
  .confirm--content .panel .panel--body .column--quantity form {
    width: 55%;
    display: inline-block;
  }
}
.content--basket .panel .panel--body .column--unit-price,
.confirm--content .panel .panel--body .column--unit-price {
  padding-left: 10px;
  padding-right: 0px;
  color: #3a3a3a;
  font-weight: 400;
}
@media all and (min-width: 30em) {
  .content--basket .panel .panel--body .column--unit-price,
  .confirm--content .panel .panel--body .column--unit-price {
    padding-left: 20px;
  }
}
.content--basket .panel .panel--body .column--total-price,
.confirm--content .panel .panel--body .column--total-price {
  padding-left: 10px;
  padding-right: 0px;
  color: #3a3a3a;
  font-weight: 600;
}
@media all and (min-width: 30em) {
  .content--basket .panel .panel--body .column--total-price,
  .confirm--content .panel .panel--body .column--total-price {
    padding-left: 20px;
  }
}
.content--basket .panel .panel--body .column--actions .btn,
.confirm--content .panel .panel--body .column--actions .btn {
  background: none;
  background-image: none;
  color: #a0a8bd;
  top: 0px;
}
@media all and (min-width: 78.75em) {
  .content--basket .panel .panel--body .column--actions .btn,
  .confirm--content .panel .panel--body .column--actions .btn {
    top: -4px;
  }
}
.content--basket .panel .panel--body .column--actions .btn:hover,
.confirm--content .panel .panel--body .column--actions .btn:hover {
  color: #d30909;
}
.content--basket .panel .panel--body .column--actions .btn .icon--cross,
.confirm--content .panel .panel--body .column--actions .btn .icon--cross {
  font-size: 10px;
}
.content--basket .panel .panel--body .column--label,
.confirm--content .panel .panel--body .column--label {
  color: #343e5c;
  font-weight: 400;
  font-size: 11px;
}
.content--basket .panel .table--header,
.confirm--content .panel .table--header {
  background: #f7f4f0;
  height: 24px;
  line-height: 24px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.content--basket .panel .table--header .panel--th,
.confirm--content .panel .table--header .panel--th {
  padding: 0 0 0 20px;
  font-size: 11px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #bdb0a1;
  text-transform: uppercase;
}
.content--basket .table--actions,
.confirm--content .table--actions {
  clear: both;
  float: left;
  width: 100%;
}
.content--basket .product--table .basket--footer,
.confirm--content .product--table .basket--footer {
  background: #f7f4f0;
  clear: both;
  float: left;
  width: 100%;
  margin: 0 0 40px;
  border: none;
}
.content--basket .product--table .basket--footer .additional--features,
.confirm--content .product--table .basket--footer .additional--features {
  float: left;
  width: 100%;
  background: none;
}
@media all and (min-width: 48em) {
  .content--basket .product--table .basket--footer .additional--features,
  .confirm--content .product--table .basket--footer .additional--features {
    width: 50%;
  }
}
.content--basket .product--table .basket--footer .additional--features .panel--body,
.confirm--content .product--table .basket--footer .additional--features .panel--body {
  padding: 0 10px 0;
  background: none;
}
@media all and (min-width: 48em) {
  .content--basket .product--table .basket--footer .additional--features .panel--body,
  .confirm--content .product--table .basket--footer .additional--features .panel--body {
    padding: 0 0 0 30px;
  }
}
.content--basket .product--table .basket--footer .table--add-voucher,
.confirm--content .product--table .basket--footer .table--add-voucher,
.content--basket .product--table .basket--footer .add-voucher--panel,
.confirm--content .product--table .basket--footer .add-voucher--panel,
.content--basket .product--table .basket--footer .add-product--form,
.confirm--content .product--table .basket--footer .add-product--form {
  clear: both;
  float: left;
  width: 100%;
}
.content--basket .product--table .basket--footer .table--add-voucher input,
.confirm--content .product--table .basket--footer .table--add-voucher input,
.content--basket .product--table .basket--footer .add-voucher--panel input,
.confirm--content .product--table .basket--footer .add-voucher--panel input,
.content--basket .product--table .basket--footer .add-product--form input,
.confirm--content .product--table .basket--footer .add-product--form input {
  float: left;
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
  background: #FFF;
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
  border-right: none;
  border-left: 2px solid #eae3d9;
  border-bottom: 2px solid #eae3d9;
  border-top: 2px solid #eae3d9;
  font-style: normal;
}
.content--basket .product--table .basket--footer .table--add-voucher button,
.confirm--content .product--table .basket--footer .table--add-voucher button,
.content--basket .product--table .basket--footer .add-voucher--panel button,
.confirm--content .product--table .basket--footer .add-voucher--panel button,
.content--basket .product--table .basket--footer .add-product--form button,
.confirm--content .product--table .basket--footer .add-product--form button {
  background: #e6d9d0;
  color: #FFF;
  width: 50px;
  float: left;
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
  height: 40px;
  line-height: 24px;
  font-size: 20px;
  font-weight: 300;
}
.content--basket .product--table .basket--footer .table--add-voucher button:hover,
.confirm--content .product--table .basket--footer .table--add-voucher button:hover,
.content--basket .product--table .basket--footer .add-voucher--panel button:hover,
.confirm--content .product--table .basket--footer .add-voucher--panel button:hover,
.content--basket .product--table .basket--footer .add-product--form button:hover,
.confirm--content .product--table .basket--footer .add-product--form button:hover {
  background: #f36903;
}
.content--basket .product--table .basket--footer .table--add-voucher input,
.confirm--content .product--table .basket--footer .table--add-voucher input {
  border-color: #f36903;
  font-weight: 600;
}
.content--basket .product--table .basket--footer .table--add-voucher input :-moz-placeholder,
.confirm--content .product--table .basket--footer .table--add-voucher input :-moz-placeholder {
  /* Firefox 18- */
  color: #f36903;
  font-weight: 600;
}
.content--basket .product--table .basket--footer .table--add-voucher input::-moz-placeholder,
.confirm--content .product--table .basket--footer .table--add-voucher input::-moz-placeholder {
  /* Firefox 19+ */
  color: #f36903;
  font-weight: 600;
}
.content--basket .product--table .basket--footer .table--add-voucher input:-ms-input-placeholder,
.confirm--content .product--table .basket--footer .table--add-voucher input:-ms-input-placeholder {
  color: #f36903;
  font-weight: 600;
}
.content--basket .product--table .basket--footer .table--add-voucher input:focus::-webkit-input-placeholder,
.confirm--content .product--table .basket--footer .table--add-voucher input:focus::-webkit-input-placeholder {
  color: transparent;
}
.content--basket .product--table .basket--footer .table--add-voucher input:focus:-moz-placeholder,
.confirm--content .product--table .basket--footer .table--add-voucher input:focus:-moz-placeholder {
  /* Firefox 18- */
  color: transparent;
}
.content--basket .product--table .basket--footer .table--add-voucher input:focus::-moz-placeholder,
.confirm--content .product--table .basket--footer .table--add-voucher input:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
}
.content--basket .product--table .basket--footer .table--add-voucher input:focus:-ms-input-placeholder,
.confirm--content .product--table .basket--footer .table--add-voucher input:focus:-ms-input-placeholder {
  color: transparent;
}
.content--basket .product--table .basket--footer .table--add-voucher button,
.confirm--content .product--table .basket--footer .table--add-voucher button {
  background: #f36903;
}
.content--basket .product--table .aggregation--list,
.confirm--content .product--table .aggregation--list {
  color: #000;
}
@media all and (min-width: 48em) {
  .content--basket .product--table .aggregation--list,
  .confirm--content .product--table .aggregation--list {
    padding-right: 8% !important;
  }
}
@media all and (min-width: 64em) {
  .content--basket .product--table .aggregation--list,
  .confirm--content .product--table .aggregation--list {
    padding-right: 8% !important;
  }
}
@media all and (min-width: 78.75em) {
  .content--basket .product--table .aggregation--list,
  .confirm--content .product--table .aggregation--list {
    padding-right: 5.4% !important;
  }
}
.content--basket .product--table .aggregation--list .entry--label,
.confirm--content .product--table .aggregation--list .entry--label {
  text-transform: uppercase;
  color: #bdb0a1;
  letter-spacing: 0.1em;
  text-align: right;
  font-size: 11px;
  font-weight: 400;
}
@media all and (max-width: 48em) {
  .content--basket .product--table .aggregation--list .entry--label,
  .confirm--content .product--table .aggregation--list .entry--label {
    width: 50%;
  }
}
@media all and (max-width: 64em) and (min-width: 48em) {
  .content--basket .product--table .aggregation--list .entry--label,
  .confirm--content .product--table .aggregation--list .entry--label {
    width: 60%;
  }
}
@media all and (max-width: 48em) {
  .content--basket .product--table .aggregation--list .entry--value,
  .confirm--content .product--table .aggregation--list .entry--value {
    width: 50%;
  }
}
@media all and (max-width: 64em) and (min-width: 48em) {
  .content--basket .product--table .aggregation--list .entry--value,
  .confirm--content .product--table .aggregation--list .entry--value {
    width: 40%;
  }
}
.content--basket .product--table .aggregation--list .entry--total .entry--label,
.confirm--content .product--table .aggregation--list .entry--total .entry--label {
  color: #000;
  font-weight: 600;
}
.content--basket .product--table .aggregation--list .entry--total .entry--value,
.confirm--content .product--table .aggregation--list .entry--total .entry--value {
  color: #000;
  font-weight: 600;
}
.content--basket .product--table .aggregation--list,
.confirm--content .product--table .aggregation--list,
.content--basket .product--table .table--aggregation,
.confirm--content .product--table .table--aggregation {
  background: #f7f4f0;
}
.content--basket .product--table .table--actions .is--primary,
.confirm--content .product--table .table--actions .is--primary {
  background: #2ecc71;
  color: #FFF;
  font-weight: 600;
  font-family: "vista-slab", serif;
  text-transform: uppercase;
  font-size: 12px;
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 0;
  width: 100%;
  float: right;
  max-width: 400px;
  -webkit-box-shadow: 0px 30px 40px 0px rgba(2, 111, 14, 0.2);
  -moz-box-shadow: 0px 30px 40px 0px rgba(2, 111, 14, 0.2);
  box-shadow: 0px 30px 40px 0px rgba(2, 111, 14, 0.2);
  font-style: italic;
}
@media all and (min-width: 48em) {
  .content--basket .product--table .table--actions .is--primary,
  .confirm--content .product--table .table--actions .is--primary {
    font-size: 16px;
  }
}
.content--basket .product--table .table--actions .is--primary:hover,
.confirm--content .product--table .table--actions .is--primary:hover {
  background: #f36903;
}
.content--basket .product--table .table--actions .is--primary .icon--arrow-right,
.confirm--content .product--table .table--actions .is--primary .icon--arrow-right {
  display: none;
}
.content--basket .table--shipping-costs-trigger,
.confirm--content .table--shipping-costs-trigger {
  color: #000;
  text-decoration: underline;
  border: none;
  margin: 10px 0 0;
  font-weight: 300;
  display: inline-block;
  font-size: 13px;
}
.content--basket .table--shipping-costs-trigger:hover,
.confirm--content .table--shipping-costs-trigger:hover {
  text-decoration: none;
  color: #f36903;
}
.content--basket .table--shipping-costs .js--fancy-select-text,
.confirm--content .table--shipping-costs .js--fancy-select-text {
  background: #FFF;
}
.content--basket .table--shipping-costs label,
.confirm--content .table--shipping-costs label {
  font-weight: 400;
  padding-left: 10px;
  color: #000;
}
.content--basket .table--shipping-costs .dispatch--notice,
.confirm--content .table--shipping-costs .dispatch--notice {
  color: #000;
}
.content--basket .table--actions,
.confirm--content .table--actions {
  margin: 0 !important;
  background: #FFF;
  padding: 0 10px 20px!important;
}
@media all and (min-width: 48em) {
  .content--basket .table--actions,
  .confirm--content .table--actions {
    padding: 0 20px 20px!important;
  }
}
@media all and (min-width: 64em) {
  .content--basket .table--actions,
  .confirm--content .table--actions {
    padding: 0 60px 20px!important;
  }
}
.content--basket .table--actions .main--actions,
.confirm--content .table--actions .main--actions {
  margin: 0;
}
.content--basket .table--actions .main--actions .btn--checkout-proceed,
.confirm--content .table--actions .main--actions .btn--checkout-proceed {
  background: #2ecc71;
  color: #FFF;
  font-weight: 600;
  font-family: "vista-slab", serif;
  text-transform: uppercase;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 0;
  width: 100%;
  max-width: 100%;
  -webkit-box-shadow: 0px 30px 40px 0px rgba(2, 111, 14, 0.2);
  -moz-box-shadow: 0px 30px 40px 0px rgba(2, 111, 14, 0.2);
  box-shadow: 0px 30px 40px 0px rgba(2, 111, 14, 0.2);
}
@media all and (min-width: 48em) {
  .content--basket .table--actions .main--actions .btn--checkout-proceed,
  .confirm--content .table--actions .main--actions .btn--checkout-proceed {
    width: 38%;
    /* max-width: 400px; */
  }
}
.content--basket .table--actions .main--actions .btn--checkout-proceed:hover,
.confirm--content .table--actions .main--actions .btn--checkout-proceed:hover {
  background: #f36903;
}
.content--basket .table--actions .main--actions .btn--checkout-proceed .icon--arrow-right,
.confirm--content .table--actions .main--actions .btn--checkout-proceed .icon--arrow-right {
  display: none;
}
.content--basket .table--actions .main--actions .btn--checkout-continue,
.confirm--content .table--actions .main--actions .btn--checkout-continue {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 11px;
  color: #343e5c;
  height: 34px;
  line-height: 32px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 2px solid #e3e8f0;
  background-image: none;
  background: #FFF;
  width: auto;
  margin-top: 6px;
  display: none;
}
@media all and (min-width: 48em) {
  .content--basket .table--actions .main--actions .btn--checkout-continue,
  .confirm--content .table--actions .main--actions .btn--checkout-continue {
    display: inline-block;
  }
}
.content--basket .table--actions .main--actions .btn--checkout-continue .icon--arrow-left,
.confirm--content .table--actions .main--actions .btn--checkout-continue .icon--arrow-left {
  display: none;
}
.content--basket .table--actions .main--actions .btn--checkout-continue:hover,
.confirm--content .table--actions .main--actions .btn--checkout-continue:hover {
  color: #FFF;
  background: #f36903;
  border-color: #f36903;
}
.content--basket .table--actions .btn--inquiry,
.confirm--content .table--actions .btn--inquiry {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 11px;
  color: #343e5c;
  height: 34px;
  line-height: 32px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 2px solid #e3e8f0;
  background-image: none;
  background: #FFF;
  width: auto;
  margin-top: 8px !important;
}
.content--basket .table--actions .btn--inquiry .icon--arrow-left,
.confirm--content .table--actions .btn--inquiry .icon--arrow-left {
  display: none;
}
.content--basket .table--actions .btn--inquiry:hover,
.confirm--content .table--actions .btn--inquiry:hover {
  color: #FFF;
  background: #f36903;
  border-color: #f36903;
}
@media all and (min-width: 48em) {
  .content--basket .table--actions .btn--inquiry,
  .confirm--content .table--actions .btn--inquiry {
    left: auto;
    right: 40%;
  }
}
.content--basket .paypal-express--container,
.confirm--content .paypal-express--container {
  background: #FFF;
  clear: both;
  float: left;
  width: 100%;
  padding: 0 10px 20px!important;
  display: none;
}
@media all and (min-width: 48em) {
  .content--basket .paypal-express--container,
  .confirm--content .paypal-express--container {
    padding: 0 20px 60px!important;
  }
}
@media all and (min-width: 64em) {
  .content--basket .paypal-express--container,
  .confirm--content .paypal-express--container {
    padding: 0 60px 100px!important;
  }
}
.content--basket .paypal-express--container .paypal-express,
.confirm--content .paypal-express--container .paypal-express {
  width: 100%;
  float: right;
  margin: 0;
  text-align: center;
}
@media all and (min-width: 48em) {
  .content--basket .paypal-express--container .paypal-express,
  .confirm--content .paypal-express--container .paypal-express {
    width: 38%;
    max-width: 400px;
  }
}
.content--basket .paypal-express--container .paypal-express--delimiter,
.confirm--content .paypal-express--container .paypal-express--delimiter {
  font-size: 11px;
  text-transform: uppercase;
  color: #e6d9d0;
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  z-index: 5;
}
.content--basket .paypal-express--container .paypal-express--btn,
.confirm--content .paypal-express--container .paypal-express--btn {
  display: inline-block;
  border: none;
  float: none;
  margin: 20px 0 0;
}
.is--act-cart .steps--container {
  max-width: none;
  padding: 0 0px 20px;
}
@media all and (min-width: 64em) {
  .is--act-cart .steps--container {
    padding: 0 40px 60px;
  }
}
.is--act-cart .steps--container .steps--content {
  max-width: none;
  padding: 0;
}
.is--act-cart .steps--container .steps--content .steps--list .steps--entry {
  width: 23%;
  padding: 0 20px;
  line-height: 30px;
}
.address-manager--modal .btnNew {
  color: #FFF;
  background: #f36903;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  margin: 20px 0;
  float: left;
  border: none;
}
.address-manager--modal .btnNew:hover {
  background: #2ecc71;
}
.address-manager--modal .addressInfo {
  clear: both;
  float: left;
  width: 100%;
  border-bottom: 1px solid #e3e8f0;
  padding: 20px 0px;
}
@media all and (min-width: 48em) {
  .address-manager--modal .addressInfo {
    padding: 40px 20px;
  }
}
.address-manager--modal .addressInfo .infos {
  float: left;
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
  padding: 0 0 0 20px;
}
@media all and (min-width: 48em) {
  .address-manager--modal .addressInfo .infos {
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
    padding: 0 0 0 30px;
  }
}
.address-manager--modal .addressInfo .infos p {
  font-size: 11px;
  line-height: 16px;
}
@media all and (min-width: 48em) {
  .address-manager--modal .addressInfo .infos p {
    font-size: 14px;
    line-height: 18px;
  }
}
.address-manager--modal .addressInfo .infos h4 {
  color: #000;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
}
@media all and (min-width: 48em) {
  .address-manager--modal .addressInfo .infos h4 {
    font-size: 20px;
  }
}
.address-manager--modal .icon-addressbook {
  float: left;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #595959;
  color: #000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media all and (min-width: 48em) {
  .address-manager--modal .icon-addressbook {
    width: 80px;
    height: 80px;
  }
}
.address-manager--modal .icon-addressbook svg {
  height: 22px;
  width: 17px;
}
@media all and (min-width: 48em) {
  .address-manager--modal .icon-addressbook svg {
    width: 38px;
    height: 48px;
  }
}
.address-manager--modal .address--required-info {
  color: #000;
  font-weight: 300;
  font-size: 11px;
}
.address-manager--modal .address--form-actions .btn {
  color: #FFF;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  margin: 0 0 10px;
  float: left;
}
@media all and (min-width: 48em) {
  .address-manager--modal .address--form-actions .btn {
    width: 49%;
    margin: 0 2% 0 0;
  }
}
.address-manager--modal .address--form-actions .btn:nth-child(2) {
  margin: 0;
}
.address-manager--modal .address--form-actions .btn:hover {
  background: #2ecc71;
}
.address-manager--modal .address--box {
  width: 100% !important;
  padding: 10px 0!important;
  border-bottom: 1px solid #e3e8f0;
}
@media all and (min-width: 48em) {
  .address-manager--modal .address--box {
    padding: 30px !important;
  }
}
.address-manager--modal .address--box .address--item-content {
  padding: 0;
}
.address-manager--modal .address--box .address--item-content .address--item-body {
  padding: 0;
  float: left;
  width: 100%;
  color: #4c4c4c;
  font-weight: 400;
}
@media all and (min-width: 48em) {
  .address-manager--modal .address--box .address--item-content .address--item-body {
    width: 45%;
  }
}
.address-manager--modal .address--box .address--item-content .panel--actions {
  float: left;
  width: 100%;
  padding: 0;
}
@media all and (min-width: 48em) {
  .address-manager--modal .address--box .address--item-content .panel--actions {
    width: 55%;
    padding: 10px;
  }
}
.address-manager--modal .address--box .address--item-content .panel--actions .btn {
  color: #818181;
  background: #FFF;
  border: 2px solid #eae3d9;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  margin: 30px 0 10px;
  float: left;
  padding: 0;
}
.address-manager--modal .address--box .address--item-content .panel--actions .btn:hover {
  background: #f36903;
  border-color: #f36903;
  color: #FFF;
}
.address-manager--modal .address--box .address--item-content .panel--actions .btn .icon--arrow-right {
  display: none;
}
@media all and (min-width: 78.75em) {
  .confirm--content .product--table .column--actions {
    width: 5.5%;
  }
}
.product--table .row--voucher .content--title {
  color: #000;
}
@media all and (min-width: 78.75em) {
  .product--table .row--voucher .column--total-price {
    margin-left: 36.5%;
  }
}
@media all and (min-width: 78.75em) {
  .confirm--content .product--table .column--total-price {
    width: 11%;
  }
}
.confirm--content .additional--features .feature--group {
  width: 100%;
  margin-bottom: 20px;
}
@media all and (min-width: 48em) {
  .confirm--content .additional--features .feature--group {
    width: 50%;
    margin-bottom: 0;
  }
}
.confirm--content .feature--user-comment {
  width: 100%;
  height: 104px;
  margin: 1.25rem 0rem 0rem 0rem;
}
.confirm--content .feature--user-comment textarea {
  background: #FFF;
  border: 1px solid #bdb0a1;
  height: 106px;
}
.is--ctl-checkout .content-main {
  min-height: -webkit-calc(100vh - 375px);
  min-height: -moz-calc(100vh - 375px);
  min-height: calc(100vh - 375px);
}
@media all and (max-width: 78.75em) {
  .is--ctl-checkout .content-main {
    min-height: -webkit-calc(100vh - 451px);
    min-height: -moz-calc(100vh - 451px);
    min-height: calc(100vh - 451px);
  }
}
@media all and (max-width: 64em) {
  .is--ctl-checkout .content-main {
    min-height: 0;
  }
}
.is--ctl-checkout .alert {
  margin: 30px 10px 0;
}
@media all and (min-width: 48em) {
  .is--ctl-checkout .alert {
    margin: 30px 20px 0;
  }
}
@media all and (min-width: 64em) {
  .is--ctl-checkout .alert {
    margin: 30px 60px 0;
  }
}
.is--ctl-checkout .table--shipping-costs .dispatch--notice {
  font-size: 10px;
  font-weight: 400;
}
.is--ctl-checkout .table--shipping-costs .select-field {
  height: 40px;
  margin-bottom: 10px;
  float: left;
}
.is--ctl-checkout .table--shipping-costs .select-field select {
  background: #f4f4f4;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #bdb0a1;
  color: #4F5459;
  font-weight: 400;
  text-transform: uppercase;
  font-style: normal;
  padding-left: 10px;
  width: 100%;
  font-size: 11px;
}
.is--ctl-checkout .table--shipping-costs .select-field:after {
  border: none;
  font-size: 7px;
  color: #f36903;
  top: 1px;
  right: 4px;
}
.is--ctl-checkout .table--shipping-costs .select-field:focus select,
.is--ctl-checkout .table--shipping-costs .select-field:hover select {
  background: #f36903;
  border-color: #f36903;
  color: #FFF;
}
.is--ctl-checkout .table--shipping-costs .select-field:focus:after,
.is--ctl-checkout .table--shipping-costs .select-field:hover:after {
  color: #FFF;
}
.is--act-confirm .footer-main {
  border-top: 7px solid #f79758;
}
@media all and (min-width: 48em) and (max-width: 78.75em) {
  .confirm--content .tos--panel .column--label {
    width: 88% !important;
  }
}
.squaredThree {
  clear: both;
  float: left;
  width: 20px;
  position: relative;
}
.squaredThree label {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 2px;
  left: 0;
  background: #FFF;
  border-radius: 2px;
  border: 2px solid #bdb0a1;
}
.squaredThree label:after {
  content: '';
  width: 6px;
  height: 3px;
  position: absolute;
  top: 4px;
  left: 4px;
  border: 3px solid #bdb0a1;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  transform: rotate(-45deg);
}
.squaredThree label:hover::after {
  opacity: 0.3;
}
.squaredThree input[type=checkbox] {
  visibility: hidden;
}
.squaredThree input[type=checkbox]:checked + label:after {
  opacity: 1;
}
/* end .squaredThree */
.js--modal .product--quick-view .quick-view--header {
  display: none;
}
.js--modal .product--quick-view .quick-view--description-title {
  border: none;
  font-weight: 600;
  font-family: "vista-slab", serif;
  text-transform: uppercase;
  font-size: 16px;
  font-style: italic;
  color: #000;
  margin: 0;
  padding: 0;
}
.js--modal .product--quick-view .quick-view--description {
  font-weight: 400;
  color: #000;
  font-size: 12px;
  line-height: 20px;
  padding-bottom: 60px;
}
.js--modal .product--quick-view .quick-view--description ul {
  margin: 20px 0;
  padding-left: 20px;
}
.js--modal .product--quick-view .quick-view--description ul li {
  margin: 0 0 10px;
}
.half {
  float: left;
  width: 100%;
  border-bottom: 1px solid #e6d9d0;
}
@media all and (min-width: 48em) {
  .half {
    width: 50%;
    border-right: 1px solid #e6d9d0;
    border-bottom: none;
    padding-right: 30px;
  }
}
@media all and (min-width: 78.75em) {
  .address--actions-change {
    width: 100%;
  }
}
.is--act-confirm #confirm--form .payment--panel {
  margin: 30px 0 0!important;
}
@media all and (min-width: 48em) {
  .is--act-confirm #confirm--form .payment--panel {
    margin: 0 !important;
  }
}
.is--act-confirm #confirm--form .payment--panel .panel--body {
  height: auto !important;
}
@media all and (min-width: 48em) {
  .is--act-confirm #confirm--form .payment--panel .panel--body {
    height: 158px !important;
  }
}
@media all and (min-width: 78.75em) {
  .is--act-confirm #confirm--form .payment--panel .panel--body {
    height: 220px !important;
  }
}
.is--act-confirm #confirm--form .payment--panel.differentHight .panel--body {
  height: auto !important;
}
@media all and (min-width: 48em) {
  .is--act-confirm #confirm--form .payment--panel.differentHight .panel--body {
    height: 174px !important;
  }
}
@media all and (min-width: 78.75em) {
  .is--act-confirm #confirm--form .payment--panel.differentHight .panel--body {
    height: 220px !important;
  }
}
.is--act-confirm #confirm--form .half .information--panel-item {
  width: 100% !important;
}
.is--act-confirm #confirm--form .half .information--panel-item .panel--body {
  height: auto !important;
}
@media all and (min-width: 78.75em) {
  .is--act-confirm #confirm--form .half .information--panel-item .panel--body {
    height: 220px !important;
  }
}
.is--act-confirm .confirm--content .information--panel-wrapper {
  border-bottom: 1px solid #e6d9d0;
}
@media all and (min-width: 48em) {
  .is--act-confirm .confirm--content .information--panel-wrapper {
    border-bottom: none;
  }
}
.is--act-confirm .confirm--content .information--panel-wrapper .billing--panel-item {
  padding: 0;
}
.is--act-confirm .confirm--content .information--panel-wrapper .panel--actions {
  margin: 0;
}
.is--act-confirm .confirm--content .information--panel-wrapper strong {
  clear: both;
  color: #707070;
  float: left;
  font-size: 11px;
  font-weight: 500;
  line-height: 15px;
  text-transform: uppercase;
  width: 100%;
}
.is--act-confirm .confirm--content .information--panel-wrapper .billing--panel {
  margin-bottom: 0px !important;
  padding-bottom: 16px;
}
@media all and (min-width: 78.75em) {
  .is--act-confirm .confirm--content .information--panel-wrapper .billing--panel {
    width: 50% !important;
    padding-right: 20px;
    padding-bottom: 0;
  }
}
.is--act-confirm .confirm--content .information--panel-wrapper .billing--panel .panel--title {
  width: 200%;
}
.is--act-confirm .confirm--content .information--panel-wrapper .shipping--panel {
  padding-top: 14px;
  float: left;
  clear: none;
}
@media all and (min-width: 78.75em) {
  .is--act-confirm .confirm--content .information--panel-wrapper .shipping--panel {
    width: 50% !important;
    padding-top: 0px;
  }
}
.is--act-confirm .confirm--content .information--panel-wrapper .shipping--panel .panel--body {
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: #000;
}
.is--act-confirm .confirm--content .information--panel-wrapper .shipping--panel .choose-different-address {
  background: #FFF;
  height: 40px;
  line-height: 40px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 300;
  color: #818181;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 2px solid #eae3d9;
  margin-top: 10px;
  text-decoration: none;
  display: none;
}
@media all and (min-width: 48em) {
  .is--act-confirm .confirm--content .information--panel-wrapper .shipping--panel .choose-different-address {
    margin-bottom: 10px;
    magrin-top: 0px;
  }
}
@media all and (min-width: 78.75em) {
  .is--act-confirm .confirm--content .information--panel-wrapper .shipping--panel .choose-different-address {
    position: absolute;
    right: 0px;
    bottom: -40px;
    margin-bottom: 0px;
    display: block;
  }
}
.is--act-confirm .confirm--content .information--panel-wrapper .shipping--panel .choose-different-address:hover {
  background: #f36903;
  color: #FFF;
  border-color: #f36903;
}
.is--act-confirm .confirm--content .information--panel-wrapper .set-default > label {
  padding-left: 10px;
}
.confirm--content .information--panel-item.information--panel-address .panel--actions .choose-different-address {
  display: block;
  margin-top: 10px;
}
@media all and (min-width: 78.75em) {
  .confirm--content .information--panel-item.information--panel-address .panel--actions .choose-different-address {
    display: none;
  }
}
.is--ctl-checkout.is--act-cart .steps--container {
  border: none;
}
.is--ctl-checkout.is--act-cart .actions--bottom {
  padding: 0 !important;
}
.is--act-shippingpayment .content--confirm {
  margin-top: 0px;
}
.is--act-shippingpayment .footer-main {
  border-top: 7px solid #f79758;
}
.is--act-shippingpayment .confirm--actions {
  padding-bottom: 80px;
}
.is--act-shippingpayment .confirm--actions .is--primary {
  background: #2ecc71;
  color: #FFF;
  font-weight: 600;
  font-family: "vista-slab", serif;
  text-transform: uppercase;
  font-size: 12px;
  font-style: italic;
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 0;
  width: 100%;
  float: right;
  max-width: 400px;
  -webkit-box-shadow: 0px 30px 40px 0px rgba(2, 111, 14, 0.2);
  -moz-box-shadow: 0px 30px 40px 0px rgba(2, 111, 14, 0.2);
  box-shadow: 0px 30px 40px 0px rgba(2, 111, 14, 0.2);
}
@media all and (min-width: 48em) {
  .is--act-shippingpayment .confirm--actions .is--primary {
    font-size: 16px;
    margin: 50px 0 0;
  }
}
.is--act-shippingpayment .confirm--actions .is--primary:hover {
  background: #f36903;
}
.is--act-shippingpayment .confirm--actions .is--primary .icon--arrow-right {
  display: none;
}
.is--act-shippingpayment .basket--footer {
  background: #f7f4f0;
  clear: both;
  float: left;
  width: 100%;
  margin: 0 0 40px;
  border: none !important;
}
.is--act-shippingpayment .basket--footer .additional--features {
  float: left;
  width: 100%;
  background: none;
}
@media all and (min-width: 48em) {
  .is--act-shippingpayment .basket--footer .additional--features {
    width: 50%;
  }
}
.is--act-shippingpayment .basket--footer .additional--features .panel--body {
  padding: 0 10px 0;
  background: none;
}
@media all and (min-width: 48em) {
  .is--act-shippingpayment .basket--footer .additional--features .panel--body {
    padding: 0 0 0 30px;
  }
}
.is--act-shippingpayment .basket--footer .aggregation--list {
  color: #000;
}
@media all and (min-width: 48em) {
  .is--act-shippingpayment .basket--footer .aggregation--list {
    padding-right: 8% !important;
  }
}
@media all and (min-width: 64em) {
  .is--act-shippingpayment .basket--footer .aggregation--list {
    padding-right: 8% !important;
  }
}
@media all and (min-width: 78.75em) {
  .is--act-shippingpayment .basket--footer .aggregation--list {
    padding-right: 5.4% !important;
  }
}
.is--act-shippingpayment .basket--footer .aggregation--list .entry--label {
  text-transform: uppercase;
  color: #bdb0a1;
  letter-spacing: 0.1em;
  text-align: right;
  font-size: 11px;
  font-weight: 400;
}
@media all and (max-width: 48em) {
  .is--act-shippingpayment .basket--footer .aggregation--list .entry--label {
    width: 50%;
  }
}
@media all and (max-width: 64em) and (min-width: 48em) {
  .is--act-shippingpayment .basket--footer .aggregation--list .entry--label {
    width: 60%;
  }
}
@media all and (max-width: 48em) {
  .is--act-shippingpayment .basket--footer .aggregation--list .entry--value {
    width: 50%;
  }
}
@media all and (max-width: 64em) and (min-width: 48em) {
  .is--act-shippingpayment .basket--footer .aggregation--list .entry--value {
    width: 40%;
  }
}
.is--act-shippingpayment .basket--footer .aggregation--list .entry--total .entry--label {
  color: #000;
  font-weight: 600;
}
.is--act-shippingpayment .basket--footer .aggregation--list .entry--total .entry--value {
  color: #000;
  font-weight: 600;
}
.is--act-shippingpayment .basket--footer .aggregation--list,
.is--act-shippingpayment .basket--footer .table--aggregation {
  background: #f7f4f0;
}
.is--act-shippingpayment .basket--footer .table--add-voucher,
.is--act-shippingpayment .basket--footer .add-voucher--panel,
.is--act-shippingpayment .basket--footer .add-product--form {
  clear: both;
  float: left;
  width: 100%;
}
.is--act-shippingpayment .basket--footer .table--add-voucher input,
.is--act-shippingpayment .basket--footer .add-voucher--panel input,
.is--act-shippingpayment .basket--footer .add-product--form input {
  float: left;
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
  background: #FFF;
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
  border-right: none;
  border-left: 2px solid #eae3d9;
  border-bottom: 2px solid #eae3d9;
  border-top: 2px solid #eae3d9;
  font-style: normal;
}
.is--act-shippingpayment .basket--footer .table--add-voucher button,
.is--act-shippingpayment .basket--footer .add-voucher--panel button,
.is--act-shippingpayment .basket--footer .add-product--form button {
  background: #e6d9d0;
  color: #FFF;
  width: 50px;
  float: left;
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
  height: 40px;
  line-height: 24px;
  font-size: 20px;
  font-weight: 300;
}
.is--act-shippingpayment .basket--footer .table--add-voucher button:hover,
.is--act-shippingpayment .basket--footer .add-voucher--panel button:hover,
.is--act-shippingpayment .basket--footer .add-product--form button:hover {
  background: #f36903;
}
#paymentFrame {
  background: #FFF;
  clear: both;
  float: left;
  width: 100%;
}
#paymentFrame .confirm--outer-container {
  clear: both;
  float: left;
  padding: 0 10px;
}
@media all and (min-width: 48em) {
  #paymentFrame .confirm--outer-container {
    padding: 0 20px;
  }
}
@media all and (min-width: 64em) {
  #paymentFrame .confirm--outer-container {
    padding: 0 60px;
  }
}
#paymentFrame .panel--title {
  font-weight: 600;
  font-family: "vista-slab", serif;
  text-transform: uppercase;
  font-size: 16px;
  font-style: italic;
  color: #000;
  margin: 0;
  padding: 0;
}
@media all and (min-width: 78.75em) {
  #paymentFrame .panel--title {
    font-size: 24px;
  }
}
#paymentFrame .subTitle {
  color: #bdb0a1;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  margin: 0 0 30px;
  clear: both;
  float: left;
  width: 100%;
}
#paymentFrame #shippingPaymentForm {
  clear: both;
  float: left;
  width: 100%;
}
#paymentFrame #shippingPaymentForm .panel--body {
  padding: 0;
  clear: both;
  float: left;
  width: 100%;
}
#paymentFrame #shippingPaymentForm .confirm--inner-container {
  float: left;
  width: 100%;
  padding: 20px 0 0;
}
@media all and (min-width: 48em) {
  #paymentFrame #shippingPaymentForm .confirm--inner-container {
    width: 50%;
    padding: 60px 60px 0 0;
    border-right: 1px solid #e6d9d0;
  }
}
#paymentFrame #shippingPaymentForm .confirm--inner-container:nth-child(2) {
  border-right: none;
  border-top: 1px solid #e6d9d0;
  padding: 20px 0 0;
}
@media all and (min-width: 48em) {
  #paymentFrame #shippingPaymentForm .confirm--inner-container:nth-child(2) {
    padding: 60px 0 0 60px;
    border-top: none;
  }
}
#paymentFrame #shippingPaymentForm .confirm--inner-container:nth-child(2) .dispatch--method {
  position: relative;
}
#paymentFrame #shippingPaymentForm .confirm--inner-container:nth-child(2) .method--description {
  clear: both;
  float: left;
  text-align: left;
  width: 50%;
  color: #707070;
  font-size: 10px;
  text-transform: uppercase;
  margin: -10px 0 10px;
  line-height: 15px;
}
@media all and (min-width: 64em) {
  #paymentFrame #shippingPaymentForm .confirm--inner-container:nth-child(2) .method--description {
    font-size: 11px;
  }
}
#paymentFrame #shippingPaymentForm .confirm--inner-container:nth-child(2) .method--image {
  float: right;
  position: absolute;
  right: 0px;
  top: 20px;
}
#paymentFrame #shippingPaymentForm .confirm--inner-container:nth-child(2) .method--image img {
  max-height: 40px;
}
#paymentFrame .method--input {
  top: 8px;
}
#paymentFrame .method--label {
  float: left;
  width: 50%;
  margin: 10px 0;
  line-height: 15px;
}
#paymentFrame .method--description {
  float: right;
  text-align: right;
  width: 45%;
  margin: 5px 0;
}
#paymentFrame .method--description img {
  float: right;
  max-height: 40px;
}
#paymentFrame .method--name {
  text-transform: uppercase;
  font-weight: 400 !important;
  font-size: 12px;
  color: #000;
}
#paymentFrame .method--input {
  position: relative;
}
.is--ctl-checkout.is--act-shippingpayment .alert {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media all and (min-width: 78.75em) {
  .confirm--content .product--table .row--rebate .column--tax-price,
  .confirm--content .product--table .row--premium-product .column--tax-price,
  .confirm--content .product--table .row--voucher .column--tax-price {
    margin-left: 22%;
  }
}
html.no-js.has--history.has--localstorage.has--sessionstorage.has--cssanimations.is--firefox.is--gecko.wf-vistaslab-i4-active.wf-vistaslab-n4-active.wf-vistaslab-n7-active.wf-vistaslab-i7-active.wf-vistaslab-n3-active.wf-vistaslab-i3-active.wf-active body.is--ctl-checkout.is--act-cart div.page-wrap section.content-main.container.block-group div.content-main--inner div.content--wrapper div.content.content--basket.content--checkout div.product--table.has--dispatch-info div.panel.has--border div.panel--body div.table--actions.actions--bottom div.main--actions {
  margin-bottom: 20px;
}
.content--basket .product--table .basket--footer .table--add-voucher .add-voucher--field {
  border-color: #f36903;
  font-weight: 600;
}
.content--basket .product--table .basket--footer .table--add-voucher .add-voucher--field :-moz-placeholder {
  /* Firefox 18- */
  color: #f36903;
  font-weight: 600;
}
.content--basket .product--table .basket--footer .table--add-voucher .add-voucher--field::-moz-placeholder {
  /* Firefox 19+ */
  color: #f36903;
  font-weight: 600;
}
.content--basket .product--table .basket--footer .table--add-voucher .add-voucher--field:-ms-input-placeholder {
  color: #f36903;
  font-weight: 600;
}
.content--basket .product--table .basket--footer .table--add-voucher .add-voucher--field:focus::-webkit-input-placeholder {
  color: transparent;
}
.content--basket .product--table .basket--footer .table--add-voucher .add-voucher--field:focus:-moz-placeholder {
  /* Firefox 18- */
  color: transparent;
}
.content--basket .product--table .basket--footer .table--add-voucher .add-voucher--field:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
}
.content--basket .product--table .basket--footer .table--add-voucher .add-voucher--field:focus:-ms-input-placeholder {
  color: transparent;
}
.content--basket .product--table .basket--footer .table--add-voucher button {
  background: #f36903;
}
.page-wrap .reference {
  margin: 0.625rem 0rem 0rem 0rem;
}
.page-wrap .reference input {
  height: 1.875rem;
  line-height: 1.875rem;
}
.is--act-cart .navigation-main .navigation--list {
  margin: 0px;
}
.is--act-finish .finish--content {
  padding: 0;
  background: #FFF;
}
.is--act-finish .finish--teaser {
  padding: 10px 10px 40px;
  background: url('../../custom/plugins/MadFoxTheme/Resources/Themes/Frontend/Shop/frontend/_public/src/images/finish.jpg') no-repeat;
  background-size: cover;
  float: left;
  width: 100%;
  margin: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  position: relative;
}
@media all and (min-width: 48em) {
  .is--act-finish .finish--teaser {
    padding: 20px 20px 100px;
  }
}
@media all and (min-width: 64em) {
  .is--act-finish .finish--teaser {
    padding: 100px;
  }
}
.is--act-finish .finish--teaser .checkIcon {
  position: absolute;
  left: 50%;
  top: 50%;
  background: #FFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #f36903;
  margin: -40px 0 0 -40px;
}
@media all and (min-width: 64em) {
  .is--act-finish .finish--teaser .checkIcon {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media all and (min-width: 78.75em) {
  .is--act-finish .finish--teaser .checkIcon {
    margin: -80px 0 0 -80px;
    width: 160px;
    height: 160px;
  }
}
.is--act-finish .finish--teaser .checkIcon .icon-check {
  height: 30px;
  width: 45px;
}
@media all and (min-width: 78.75em) {
  .is--act-finish .finish--teaser .checkIcon .icon-check {
    height: 60px;
    width: 90px;
  }
}
.is--act-finish .finish--teaser .teaser--btn-back {
  position: relative;
  background: none;
  border: 2px solid #303030;
  text-transform: uppercase;
  color: #303030;
  font-size: 11px;
  height: 34px;
  line-height: 34px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  width: 100%;
}
@media all and (min-width: 48em) {
  .is--act-finish .finish--teaser .teaser--btn-back {
    right: 40px;
    top: 50%;
    position: absolute;
    width: auto;
    margin: 30px 0 0;
  }
}
@media all and (min-width: 64em) {
  .is--act-finish .finish--teaser .teaser--btn-back {
    right: 100px;
  }
}
@media all and (min-width: 78.75em) {
  .is--act-finish .finish--teaser .teaser--btn-back {
    right: 200px;
  }
}
.is--act-finish .finish--teaser .teaser--btn-back:hover {
  background: #f36903;
  color: #FFF;
  border-color: #f36903;
}
.is--act-finish .finish--teaser .teaser--btn-back .icon--arrow-left {
  display: none;
}
.is--act-finish .finish--teaser .right {
  float: right;
  width: 100%;
}
.is--act-finish .finish--teaser .left {
  float: left;
  width: 100%;
}
@media all and (min-width: 48em) {
  .is--act-finish .finish--teaser .left {
    width: 50%;
  }
}
@media all and (min-width: 64em) {
  .is--act-finish .finish--teaser .left {
    width: 41%;
  }
}
.is--act-finish .finish--teaser h1 {
  font-weight: 600;
  font-family: "vista-slab", serif;
  text-transform: uppercase;
  font-size: 16px;
  font-style: italic;
  color: #000;
  margin: 0;
  padding: 0;
  max-width: 440px;
}
@media all and (min-width: 78.75em) {
  .is--act-finish .finish--teaser h1 {
    font-size: 30px;
  }
}
.is--act-finish .finish--teaser .order {
  font-weight: 600;
  font-family: "vista-slab", serif;
  text-transform: uppercase;
  font-size: 16px;
  font-style: italic;
  color: #2e3033;
  margin: 0;
  padding: 0;
  max-width: 440px;
}
@media all and (min-width: 78.75em) {
  .is--act-finish .finish--teaser .order {
    font-size: 24px;
  }
}
.is--act-finish .finish--teaser h2 {
  float: left;
  width: 100%;
  text-transform: uppercase;
  color: #FFF;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  max-width: 440px;
}
.is--act-finish .finish--teaser p {
  color: #e2e2e2;
  float: left;
  width: 100%;
  max-width: 440px;
  font-size: 9px;
  line-height: 14px;
}
@media all and (min-width: 48em) {
  .is--act-finish .finish--teaser p {
    font-size: 11px;
    line-height: 16px;
  }
}
.is--act-finish .print {
  clear: both;
  width: 100%;
  margin: -40px 0 0 0;
  float: left;
  padding: 0 10px;
}
@media all and (min-width: 48em) {
  .is--act-finish .print {
    padding: 0 20px;
  }
}
@media all and (min-width: 64em) {
  .is--act-finish .print {
    padding: 0 60px;
    height: 140px;
  }
}
.is--act-finish .print .panel--body {
  background: #f36903;
  float: left;
  width: 100%;
  padding: 0;
}
.is--act-finish .print .teaser--actions {
  float: right;
  width: 100%;
  padding: 0 10px;
  margin: 20px 0;
}
@media all and (min-width: 48em) {
  .is--act-finish .print .teaser--actions {
    padding: 0 20px;
  }
}
@media all and (min-width: 64em) {
  .is--act-finish .print .teaser--actions {
    height: 140px;
    width: 500px;
    margin: 0;
    padding: 0 40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
.is--act-finish .print .teaser--actions .btn {
  background: #2ecc71;
  color: #FFF;
  font-weight: 600;
  font-family: "vista-slab", serif;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
  margin: 0;
  padding: 0 10px;
  width: 100%;
  max-width: 100%;
  -webkit-box-shadow: 0px 30px 40px 0px rgba(2, 111, 14, 0.2);
  -moz-box-shadow: 0px 30px 40px 0px rgba(2, 111, 14, 0.2);
  box-shadow: 0px 30px 40px 0px rgba(2, 111, 14, 0.2);
  font-size: 12px;
}
@media all and (min-width: 64em) {
  .is--act-finish .print .teaser--actions .btn {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
  }
}
.is--act-finish .print .left {
  float: left;
  width: 100%;
  padding: 0 20px;
  margin: 20px 0 0;
}
@media all and (min-width: 64em) {
  .is--act-finish .print .left {
    height: 140px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: -webkit-calc(100% - 500px);
    width: -moz-calc(100% - 500px);
    width: calc(100% - 500px);
    padding: 0 40px;
    margin: 0;
  }
}
.is--act-finish .print .left p {
  text-align: left;
  color: #98440d;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  margin: 10px 0 0;
}
.is--act-finish .print .left p span {
  float: left;
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
  font-size: 10px;
}
@media all and (min-width: 48em) {
  .is--act-finish .print .left p span {
    width: -webkit-calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: calc(100% - 90px);
    font-size: 12px;
  }
}
.is--act-finish .print .left i {
  float: left;
  width: 40px;
}
@media all and (min-width: 48em) {
  .is--act-finish .print .left i {
    width: 90px;
    height: 44px;
  }
}
.is--act-finish .print .left .icon-printer {
  width: 28px;
  height: 24px;
  color: #98440d;
}
@media all and (min-width: 48em) {
  .is--act-finish .print .left .icon-printer {
    width: 48px;
    height: 24px;
  }
}
.is--act-finish .orderHeader {
  clear: both;
  float: left;
  width: 100%;
  text-align: center;
  font-family: "vista-slab", serif;
  text-transform: uppercase;
  font-size: 14px;
  font-style: italic;
  border-bottom: 1px solid #e6d9d0;
  padding: 30px 0;
  color: #000;
}
.is--act-finish .additional--features {
  display: none;
}
.is--act-finish .finish--info {
  clear: both;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 10px;
}
@media all and (min-width: 48em) {
  .is--act-finish .finish--info {
    padding: 0 20px;
  }
}
@media all and (min-width: 64em) {
  .is--act-finish .finish--info {
    padding: 0 60px;
  }
}
.is--act-finish .finish--info .left {
  float: left;
  width: 100%;
  padding: 0;
  border-bottom: 1px solid #e6d9d0;
}
@media all and (min-width: 48em) {
  .is--act-finish .finish--info .left {
    width: 50%;
    border-bottom: none;
    border-right: 1px solid #e6d9d0;
    padding: 0 40px 0 0;
  }
}
.is--act-finish .finish--info .left .information--panel-item {
  float: left;
  width: 100%;
  padding: 0;
}
@media all and (min-width: 48em) {
  .is--act-finish .finish--info .left .information--panel-item {
    width: 50%;
  }
}
.is--act-finish .finish--info h4 {
  clear: both;
  float: left;
  margin: 0 0 5px;
  text-transform: uppercase;
  font-weight: 600;
  color: #707070;
  font-size: 11px;
  line-height: 11px;
  width: 100%;
}
@media all and (min-width: 48em) {
  .is--act-finish .finish--info h4 {
    margin: 0 0 10px;
  }
}
.is--act-finish .finish--info h4.noMarginBottom {
  margin-bottom: 0px;
}
.is--act-finish .finish--info h3 {
  font-weight: 600;
  font-family: "vista-slab", serif;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  font-style: italic;
  color: #000;
  margin: 20px 0 10px;
  padding: 0;
  width: 100%;
}
@media all and (min-width: 48em) {
  .is--act-finish .finish--info h3 {
    margin: 20px 0 30px;
  }
}
@media all and (min-width: 78.75em) {
  .is--act-finish .finish--info h3 {
    font-size: 20px;
  }
}
.is--act-finish .finish--info .panel--body {
  clear: both;
  float: left;
  width: 100%;
  padding: 0;
  color: #4c4c4c;
  font-size: 11px;
  line-height: 16px;
}
.is--act-finish .finish--info .information--panel-item {
  float: left;
  padding: 0;
  width: 100%;
}
@media all and (min-width: 48em) {
  .is--act-finish .finish--info .information--panel-item {
    width: 50%;
    padding: 0 0 0 40px;
  }
}
.is--act-finish .finish--info .information--panel-item p {
  clear: both;
  float: left;
  margin: 0;
  line-height: 16px;
  font-size: 11px;
  color: #4c4c4c;
  width: 100%;
}
.is--act-finish .finish--info .dispatch,
.is--act-finish .finish--info .payment {
  float: left;
  width: 100%;
  margin: 20px 0 0;
}
@media all and (min-width: 48em) {
  .is--act-finish .finish--info .dispatch,
  .is--act-finish .finish--info .payment {
    width: 50%;
    margin: 30px 0 0;
  }
}
.is--act-finish .finish--info .dispatch img,
.is--act-finish .finish--info .payment img {
  margin: 10px 0 0;
  display: inline-block;
}
.is--act-finish .finish--table {
  clear: both;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 10px;
}
@media all and (min-width: 48em) {
  .is--act-finish .finish--table {
    padding: 0 20px;
  }
}
@media all and (min-width: 64em) {
  .is--act-finish .finish--table {
    padding: 0 60px;
  }
}
.is--act-finish .finish--table .panel--body {
  padding: 0px;
  border: none;
  margin: 30px 0 0;
}
.is--act-finish .finish--table .panel--body .product--essential-features {
  display: none;
}
.is--act-finish .finish--table .panel--body .table--tr {
  border: none;
  clear: both;
  float: left;
  width: 100%;
  margin: 0 0 20px;
  position: relative;
}
.is--act-finish .finish--table .panel--body .table--tr:before {
  position: absolute;
  content: '';
  right: 0px;
  bottom: 0px;
  height: 1px;
  width: 100%;
  background: #f0f2f7;
}
@media all and (min-width: 48em) {
  .is--act-finish .finish--table .panel--body .table--tr:before {
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
  }
}
.is--act-finish .finish--table .panel--body .table--tr .column--image {
  border: 2px solid #dadada;
}
@media all and (min-width: 48em) {
  .is--act-finish .finish--table .panel--body .table--tr .column--image {
    width: 100px;
    height: 100px;
  }
  .is--act-finish .finish--table .panel--body .table--tr .column--image .table--media {
    border: none;
    text-align: center;
  }
  .is--act-finish .finish--table .panel--body .table--tr .column--image .table--media .table--media-outer {
    display: inline-block;
    max-width: 80px;
    max-height: 80px;
  }
  .is--act-finish .finish--table .panel--body .table--tr .column--image .table--media .table--media-outer .table--media-inner {
    width: 80px;
    height: 80px;
  }
}
.is--act-finish .finish--table .panel--body .table--tr .column--image .table--media-outer {
  border: none;
}
.is--act-finish .finish--table .panel--body .column--product {
  padding-right: 0px;
}
@media all and (max-width: 48em) {
  .is--act-finish .finish--table .panel--body .column--product {
    width: 100%;
  }
}
@media all and (min-width: 48em) {
  .is--act-finish .finish--table .panel--body .column--product {
    padding-right: 10px;
  }
}
@media all and (min-width: 78.75em) {
  .is--act-finish .finish--table .panel--body .column--product {
    width: 44%;
  }
}
.is--act-finish .finish--table .panel--body .column--product a {
  color: #000;
  border: none;
  text-decoration: underline;
  font-size: 11px;
  line-height: 16px;
}
@media all and (min-width: 48em) {
  .is--act-finish .finish--table .panel--body .column--product a {
    font-size: 14px;
    line-height: 20px;
  }
}
.is--act-finish .finish--table .panel--body .column--product a:hover {
  text-decoration: none;
  color: #f36903;
}
.is--act-finish .finish--table .panel--body .column--product .content--sku {
  color: #343e5c;
  margin: 10px 0 0;
  font-size: 11px;
  text-transform: uppercase;
  display: block;
}
@media all and (min-width: 78.75em) {
  .is--act-finish .finish--table .panel--body .column--product .content--sku {
    display: none;
  }
}
.is--act-finish .finish--table .panel--body .column--product .product--delivery {
  width: 100%;
  display: inline-block;
  font-size: 11px;
  color: #33a215;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.is--act-finish .finish--table .panel--body .column--product .product--delivery span {
  width: 100%;
}
.is--act-finish .finish--table .panel--body .column--product .product--delivery span span {
  font-size: 10px;
  line-height: 14px;
}
@media all and (min-width: 48em) {
  .is--act-finish .finish--table .panel--body .column--product .product--delivery span span {
    font-size: 12px;
    line-height: 16px;
  }
}
@media all and (min-width: 48em) {
  .is--act-finish .finish--table .panel--body .column--product .table--content {
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
    margin-left: 20px;
    padding-left: 0px;
  }
}
.is--act-finish .finish--table .panel--body .column--ordernumber {
  width: 11%;
  color: #343e5c;
  font-size: 11px;
  padding-top: 35px;
  display: none;
  padding-left: 20px;
  padding-right: 0px;
}
@media all and (min-width: 78.75em) {
  .is--act-finish .finish--table .panel--body .column--ordernumber {
    display: block;
  }
}
.is--act-finish .finish--table .panel--body .column--quantity {
  padding-left: 10px;
  padding-right: 0px;
  padding-top: 0px;
  color: #3a3a3a;
}
@media all and (min-width: 30em) {
  .is--act-finish .finish--table .panel--body .column--quantity {
    padding-left: 20px;
  }
}
@media all and (min-width: 48em) {
  .is--act-finish .finish--table .panel--body .column--quantity {
    padding-top: 26px;
  }
}
.is--act-finish .finish--table .panel--body .column--quantity .quantity--label {
  margin-bottom: 8px;
}
@media all and (max-width: 30em) {
  .is--act-finish .finish--table .panel--body .column--quantity .quantity--label {
    margin-top: 8px;
  }
}
.is--act-finish .finish--table .panel--body .column--quantity .js--fancy-select {
  width: 100%;
}
@media all and (max-width: 30em) {
  .is--act-finish .finish--table .panel--body .column--quantity .js--fancy-select {
    margin: 0 0 10px;
    height: 34px;
    line-height: 34px;
  }
}
@media all and (max-width: 30em) {
  .is--act-finish .finish--table .panel--body .column--quantity form {
    width: 55%;
    display: inline-block;
  }
}
.is--act-finish .finish--table .panel--body .column--unit-price {
  padding-left: 10px;
  padding-right: 0px;
  color: #3a3a3a;
  font-weight: 400;
}
@media all and (min-width: 30em) {
  .is--act-finish .finish--table .panel--body .column--unit-price {
    padding-left: 20px;
  }
}
.is--act-finish .finish--table .panel--body .column--total-price {
  padding-left: 10px;
  padding-right: 0;
  color: #3a3a3a;
  font-weight: 600;
}
@media all and (min-width: 30em) {
  .is--act-finish .finish--table .panel--body .column--total-price {
    padding-left: 20px;
  }
}
@media all and (min-width: 48em) {
  .is--act-finish .finish--table .panel--body .column--total-price {
    padding-right: 5.4%;
  }
}
.is--act-finish .finish--table .panel--body .column--actions .btn {
  background: none;
  background-image: none;
  color: #a0a8bd;
  top: 0px;
}
@media all and (min-width: 78.75em) {
  .is--act-finish .finish--table .panel--body .column--actions .btn {
    top: -4px;
  }
}
.is--act-finish .finish--table .panel--body .column--actions .btn:hover {
  color: #d30909;
}
.is--act-finish .finish--table .panel--body .column--actions .btn .icon--cross {
  font-size: 10px;
}
.is--act-finish .finish--table .panel--body .column--label {
  color: #343e5c;
  font-weight: 400;
  font-size: 11px;
  line-height: 11px;
}
.is--act-finish .finish--table .table--header {
  background: #f7f4f0;
  height: 24px;
  line-height: 24px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.is--act-finish .finish--table .table--header .panel--th {
  padding: 0 0 0 20px;
  font-size: 11px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #bdb0a1;
  text-transform: uppercase;
}
.is--act-finish .finish--table .table--header .column--total-price {
  padding-right: 5.4%;
}
.is--act-finish .product--table .basket--footer {
  background: #f7f4f0;
  clear: both;
  float: left;
  width: 100%;
  margin: 0 0 40px;
  border: none;
}
.is--act-finish .product--table .basket--footer .additional--features {
  float: left;
  width: 100%;
  background: none;
}
@media all and (min-width: 48em) {
  .is--act-finish .product--table .basket--footer .additional--features {
    width: 50%;
  }
}
.is--act-finish .product--table .basket--footer .additional--features .panel--body {
  padding: 0 10px 0;
  background: none;
}
@media all and (min-width: 48em) {
  .is--act-finish .product--table .basket--footer .additional--features .panel--body {
    padding: 0 0 0 30px;
  }
}
.is--act-finish .product--table .basket--footer .add-product--form {
  margin-bottom: 0px;
}
.is--act-finish .product--table .basket--footer .table--add-voucher,
.is--act-finish .product--table .basket--footer .add-voucher--panel,
.is--act-finish .product--table .basket--footer .add-product--form {
  clear: both;
  float: left;
  width: 100%;
}
.is--act-finish .product--table .basket--footer .table--add-voucher input,
.is--act-finish .product--table .basket--footer .add-voucher--panel input,
.is--act-finish .product--table .basket--footer .add-product--form input {
  float: left;
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
  background: #FFF;
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
  border-right: none;
  border-left: 2px solid #eae3d9;
  border-bottom: 2px solid #eae3d9;
  border-top: 2px solid #eae3d9;
  font-style: normal;
}
.is--act-finish .product--table .basket--footer .table--add-voucher button,
.is--act-finish .product--table .basket--footer .add-voucher--panel button,
.is--act-finish .product--table .basket--footer .add-product--form button {
  background: #e6d9d0;
  color: #FFF;
  width: 50px;
  float: left;
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
  height: 40px;
  line-height: 24px;
  font-size: 20px;
  font-weight: 300;
}
.is--act-finish .product--table .basket--footer .table--add-voucher button:hover,
.is--act-finish .product--table .basket--footer .add-voucher--panel button:hover,
.is--act-finish .product--table .basket--footer .add-product--form button:hover {
  background: #f36903;
}
.is--act-finish .product--table .aggregation--list {
  color: #000;
}
@media all and (min-width: 48em) {
  .is--act-finish .product--table .aggregation--list {
    padding-right: 5.4% !important;
  }
}
.is--act-finish .product--table .aggregation--list .entry--label {
  text-transform: uppercase;
  color: #bdb0a1;
  letter-spacing: 0.1em;
  text-align: right;
  font-size: 11px;
  font-weight: 400;
}
@media all and (max-width: 48em) {
  .is--act-finish .product--table .aggregation--list .entry--label {
    width: 50%;
  }
}
@media all and (max-width: 64em) and (min-width: 48em) {
  .is--act-finish .product--table .aggregation--list .entry--label {
    width: 60%;
  }
}
@media all and (max-width: 48em) {
  .is--act-finish .product--table .aggregation--list .entry--value {
    width: 50%;
  }
}
@media all and (max-width: 64em) and (min-width: 48em) {
  .is--act-finish .product--table .aggregation--list .entry--value {
    width: 40%;
  }
}
.is--act-finish .product--table .aggregation--list .entry--total .entry--label {
  color: #000;
  font-weight: 600;
}
.is--act-finish .product--table .aggregation--list .entry--total .entry--value {
  color: #000;
  font-weight: 600;
}
.is--act-finish .product--table .aggregation--list,
.is--act-finish .product--table .table--aggregation {
  background: #f7f4f0;
}
.is--act-finish .product--table .table--actions .is--primary {
  background: #2ecc71;
  color: #FFF;
  font-weight: 600;
  font-family: "vista-slab", serif;
  text-transform: uppercase;
  font-size: 12px;
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 0;
  width: 100%;
  float: right;
  max-width: 400px;
  -webkit-box-shadow: 0px 30px 40px 0px rgba(2, 111, 14, 0.2);
  -moz-box-shadow: 0px 30px 40px 0px rgba(2, 111, 14, 0.2);
  box-shadow: 0px 30px 40px 0px rgba(2, 111, 14, 0.2);
}
@media all and (min-width: 48em) {
  .is--act-finish .product--table .table--actions .is--primary {
    font-size: 16px;
  }
}
.is--act-finish .product--table .table--actions .is--primary:hover {
  background: #f36903;
}
.is--act-finish .product--table .table--actions .is--primary .icon--arrow-right {
  display: none;
}
.is--act-finish .basket--footer {
  background: #f7f4f0;
  clear: both;
  float: left;
  width: 100%;
  margin: 0 0 40px;
  border: none !important;
}
.is--act-finish .basket--footer .additional--features {
  float: left;
  width: 100%;
  background: none;
}
@media all and (min-width: 48em) {
  .is--act-finish .basket--footer .additional--features {
    width: 50%;
  }
}
.is--act-finish .basket--footer .additional--features .panel--body {
  padding: 0 10px 0;
  background: none;
}
@media all and (min-width: 48em) {
  .is--act-finish .basket--footer .additional--features .panel--body {
    padding: 0 0 0 30px;
  }
}
.is--act-finish .basket--footer .aggregation--list {
  color: #000;
  width: 100%;
}
@media all and (min-width: 48em) {
  .is--act-finish .basket--footer .aggregation--list {
    padding-right: 5.4% !important;
  }
}
.is--act-finish .basket--footer .aggregation--list .entry--label {
  text-transform: uppercase;
  font-size: 11px;
  color: #bdb0a1;
  letter-spacing: 0.1em;
  text-align: right;
  font-size: 7px;
  font-weight: 400;
}
@media all and (min-width: 30em) {
  .is--act-finish .basket--footer .aggregation--list .entry--label {
    font-size: 11px;
  }
}
@media all and (max-width: 48em) {
  .is--act-finish .basket--footer .aggregation--list .entry--label {
    width: 50%;
  }
}
@media all and (max-width: 64em) and (min-width: 48em) {
  .is--act-finish .basket--footer .aggregation--list .entry--label {
    width: 60%;
  }
}
.is--act-finish .basket--footer .aggregation--list .entry--value {
  font-size: 12px;
}
@media all and (min-width: 30em) {
  .is--act-finish .basket--footer .aggregation--list .entry--value {
    font-size: 14px;
  }
}
@media all and (max-width: 48em) {
  .is--act-finish .basket--footer .aggregation--list .entry--value {
    width: 50%;
  }
}
@media all and (max-width: 64em) and (min-width: 48em) {
  .is--act-finish .basket--footer .aggregation--list .entry--value {
    width: 40%;
  }
}
.is--act-finish .basket--footer .aggregation--list .entry--total .entry--label {
  color: #000;
  font-weight: 600;
}
.is--act-finish .basket--footer .aggregation--list .entry--total .entry--value {
  color: #000;
  font-weight: 600;
}
.is--act-finish .basket--footer .aggregation--list,
.is--act-finish .basket--footer .table--aggregation {
  background: #f7f4f0;
}
.is--act-finish .basket--footer .add-product--form {
  margin-bottom: 0px;
}
.is--act-finish .basket--footer .table--add-voucher,
.is--act-finish .basket--footer .add-voucher--panel,
.is--act-finish .basket--footer .add-product--form {
  clear: both;
  float: left;
  width: 100%;
}
.is--act-finish .basket--footer .table--add-voucher input,
.is--act-finish .basket--footer .add-voucher--panel input,
.is--act-finish .basket--footer .add-product--form input {
  float: left;
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
  background: #FFF;
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
  border-right: none;
  border-left: 2px solid #eae3d9;
  border-bottom: 2px solid #eae3d9;
  border-top: 2px solid #eae3d9;
  font-style: normal;
}
.is--act-finish .basket--footer .table--add-voucher button,
.is--act-finish .basket--footer .add-voucher--panel button,
.is--act-finish .basket--footer .add-product--form button {
  background: #e6d9d0;
  color: #FFF;
  width: 50px;
  float: left;
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
  height: 40px;
  line-height: 24px;
  font-size: 20px;
  font-weight: 300;
}
.is--act-finish .basket--footer .table--add-voucher button:hover,
.is--act-finish .basket--footer .add-voucher--panel button:hover,
.is--act-finish .basket--footer .add-product--form button:hover {
  background: #f36903;
}
.is--act-finish #backToShop {
  clear: both;
  float: left;
  width: 100%;
  text-align: center;
  padding: 60px 10px 120px;
  background: url('../../custom/plugins/MadFoxTheme/Resources/Themes/Frontend/Shop/frontend/_public/src/images/confirm.jpg') no-repeat;
  background-position: center bottom;
}
.is--act-finish #backToShop .teaser--btn-back {
  position: relative;
  margin: 0;
  background: none;
  border: 2px solid #303030;
  text-transform: uppercase;
  color: #303030;
  font-size: 11px;
  height: 34px;
  line-height: 34px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  width: 100%;
  max-width: 200px;
}
.is--act-finish #backToShop .teaser--btn-back:hover {
  background: #f36903;
  color: #FFF;
  border-color: #f36903;
}
.is--act-finish #backToShop .teaser--btn-back .icon--arrow-left {
  display: none;
}
@media print {
  .is--act-finish #backToShop,
  .is--act-finish .print,
  .is--act-finish .finish--teaser,
  .is--act-finish .footer-main,
  .is--act-finish .header-main {
    display: none !important;
  }
  .is--act-finish .aggregation--list,
  .is--act-finish .column--total-price {
    padding-right: 0px !important;
  }
}
@media print {
  .is--act-finish .basket--footer .aggregation--list {
    padding-right: 0px !important;
  }
}
#ajaxUser {
  clear: both;
  float: left;
  width: 100%;
  height: 150px;
  background: url('../../custom/plugins/MadFoxTheme/Resources/Themes/Frontend/Shop/frontend/_public/src/images/ajax-basket.jpg') no-repeat;
  background-position: bottom center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #e6d9d0;
}
#ajaxUser i {
  clear: both;
  float: left;
  width: 100%;
  text-align: center;
}
#ajaxUser i .icon-meinAccount {
  color: #000;
  width: 41px;
  height: 30px;
}
#ajaxUser .subTitle {
  clear: both;
  float: left;
  width: 100%;
  color: #c6c6c6;
  letter-spacing: 0.2em;
  font-size: 11px;
  margin: 20px 0 0px;
  text-align: center;
  text-transform: uppercase;
}
#ajaxUser .title {
  clear: both;
  float: left;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  font-style: italic;
  font-family: "vista-slab", serif;
  font-size: 28px;
}
#ajaxUserNav {
  clear: both;
  float: left;
  width: 100%;
}
#ajaxUserNav .navigation--entry {
  width: 100%;
  float: left;
  height: auto;
  border: none;
  border-bottom: 1px solid #e6d9d0;
}
#ajaxUserNav .navigation--entry:first-child a i {
  height: 50px;
}
#ajaxUserNav .navigation--entry.noBorder {
  border: none;
  margin-top: 20px;
}
#ajaxUserNav .navigation--entry a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
  color: #000;
  border: none;
  padding: 10px;
}
#ajaxUserNav .navigation--entry a:hover {
  color: #f36903;
}
#ajaxUserNav .navigation--entry a.link--logout {
  display: inline-block;
  width: 100%;
  text-align: center;
  background: #000;
  color: #FFF;
  font-size: 12px;
  text-transform: uppercase;
  height: 34px;
  line-height: 34px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  padding: 0;
}
#ajaxUserNav .navigation--entry a.link--logout:hover {
  background: #f36903;
}
#ajaxUserNav .navigation--entry a.link--usercenter {
  display: inline-block;
  width: 100%;
  text-align: center;
  background: #f36903;
  color: #FFF;
  font-size: 12px;
  text-transform: uppercase;
  height: 34px;
  line-height: 34px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  padding: 0;
}
#ajaxUserNav .navigation--entry a.link--usercenter:hover {
  background: #2ecc71;
}
#ajaxUserNav .navigation--entry a span {
  width: 100%;
  display: inline-block;
}
#ajaxUserNav .navigation--entry a i {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0 0 20px;
  height: 34px;
}
#ajaxUserNav .navigation--entry a i .icon-setttings {
  width: 48px;
  height: 48px;
}
#ajaxUserNav .navigation--entry a i .icon-personaldata {
  width: 34px;
  height: 34px;
}
#ajaxUserNav .navigation--entry a i .icon-address {
  width: 29px;
  height: 34px;
}
#ajaxUserNav .navigation--entry a i .icon-payment {
  width: 34px;
  height: 24px;
}
#ajaxUserNav .navigation--entry a i .icon-documents {
  width: 26px;
  height: 34px;
}
#ajaxUserNav .navigation--entry a .text {
  clear: both;
  float: left;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
#ajaxUserNav .navigation--entry.left {
  width: 50%;
  clear: both;
  border-right: 1px solid #e6d9d0;
}
#ajaxUserNav .navigation--entry.right {
  width: 50%;
}
#ajaxUserNav .action--sidebar {
  clear: both;
  float: left;
  width: 100%;
  padding: 0 20px;
}
.is--ctl-account .sidebar--categories-wrapper .sidebar--navigation.is--level0 > .navigation--entry > .navigation--link,
.is--ctl-address .sidebar--categories-wrapper .sidebar--navigation.is--level0 > .navigation--entry > .navigation--link {
  display: block;
}
.is--ctl-account .sidebar--categories-wrapper .sidebar--navigation.is--level0 > .navigation--entry > .navigation--link.is--active,
.is--ctl-address .sidebar--categories-wrapper .sidebar--navigation.is--level0 > .navigation--entry > .navigation--link.is--active {
  background: #f36903;
  color: #FFF;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.is--ctl-account .register--payment,
.is--ctl-address .register--payment {
  padding-top: 7.5rem;
}
@media all and (min-width: 64em) {
  .is--ctl-account .register--payment,
  .is--ctl-address .register--payment {
    padding-top: 5.625rem;
  }
}
.is--ctl-account .sidebar-main .navigation--link i svg,
.is--ctl-address .sidebar-main .navigation--link i svg {
  width: 1.875rem;
  height: 1.25rem;
  padding: 0rem 0.625rem 0rem 0rem;
  float: left;
}
.is--ctl-account .sidebar-main .navigation--link span,
.is--ctl-address .sidebar-main .navigation--link span {
  display: inline-block;
  height: 1.25rem;
  float: left;
  line-height: 1.25rem;
}
@media all and (min-width: 48em) {
  .is--ctl-account .sidebar-main,
  .is--ctl-address .sidebar-main {
    display: none !important;
  }
}
.is--ctl-account .account--header,
.is--ctl-address .account--header {
  position: absolute;
  left: 0;
  top: 5.5rem;
  z-index: -1;
  display: none;
  width: 100%;
  height: 9.5rem;
  background: #2e2e2e;
}
@media all and (min-width: 48em) {
  .is--ctl-account .account--header,
  .is--ctl-address .account--header {
    top: 9.5625rem;
  }
}
@media all and (min-width: 64em) {
  .is--ctl-account .account--header,
  .is--ctl-address .account--header {
    display: block;
    top: 11.375rem;
  }
}
@media all and (min-width: 78.75em) {
  .is--ctl-account .account--header,
  .is--ctl-address .account--header {
    top: 7.9375rem;
  }
}
.is--ctl-account .account--header img,
.is--ctl-address .account--header img {
  width: 100%;
  height: 9.5rem;
}
.is--ctl-account.is--act-orders .panel--paging,
.is--ctl-address.is--act-orders .panel--paging {
  text-align: right;
  margin: 40px 0 0;
  padding: 0;
}
.is--ctl-account.is--act-orders .account--orders-overview,
.is--ctl-address.is--act-orders .account--orders-overview {
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 0 20px 20px;
  background: none;
}
@media all and (min-width: 78.75em) {
  .is--ctl-account.is--act-orders .account--orders-overview,
  .is--ctl-address.is--act-orders .account--orders-overview {
    padding: 0 40px 40px;
  }
}
.is--ctl-account.is--act-orders .account--orders-overview .order--details,
.is--ctl-address.is--act-orders .account--orders-overview .order--details {
  -webkit-box-shadow: 0px 9px 21px 0px rgba(41, 41, 41, 0.2);
  -moz-box-shadow: 0px 9px 21px 0px rgba(41, 41, 41, 0.2);
  box-shadow: 0px 9px 21px 0px rgba(41, 41, 41, 0.2);
  margin: 0 0 40px;
  background: none;
  position: relative;
}
.is--ctl-account.is--act-orders .account--orders-overview .order--details:before,
.is--ctl-address.is--act-orders .account--orders-overview .order--details:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: #e6d9d0;
  left: 0px;
  bottom: -40px;
}
@media all and (max-width: 48em) {
  .is--ctl-account.is--act-orders .account--orders-overview .order--details .order--repeat,
  .is--ctl-address.is--act-orders .account--orders-overview .order--details .order--repeat {
    padding: 10px;
  }
}
.is--ctl-account.is--act-orders .account--orders-overview .order--details .btn,
.is--ctl-address.is--act-orders .account--orders-overview .order--details .btn {
  background: #28d43c;
  color: #FFF;
  float: right;
  padding: 0 20px 0 40px;
  height: 34px;
  line-height: 32px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 11px;
}
@media all and (max-width: 48em) {
  .is--ctl-account.is--act-orders .account--orders-overview .order--details .btn,
  .is--ctl-address.is--act-orders .account--orders-overview .order--details .btn {
    width: 100%;
  }
}
@media all and (min-width: 48em) {
  .is--ctl-account.is--act-orders .account--orders-overview .order--details .btn,
  .is--ctl-address.is--act-orders .account--orders-overview .order--details .btn {
    padding: 0 60px;
  }
}
.is--ctl-account.is--act-orders .account--orders-overview .order--details .btn span,
.is--ctl-address.is--act-orders .account--orders-overview .order--details .btn span {
  position: relative;
  top: -1px;
}
.is--ctl-account.is--act-orders .account--orders-overview .order--details .btn:hover,
.is--ctl-address.is--act-orders .account--orders-overview .order--details .btn:hover {
  background: #f36903;
}
.is--ctl-account.is--act-orders .account--orders-overview .order--details .icon-retour,
.is--ctl-address.is--act-orders .account--orders-overview .order--details .icon-retour {
  width: 20px;
  height: 24px;
  position: absolute;
  left: 8px;
  top: 5px;
}
.is--ctl-account.is--act-orders .account--orders-overview .order--details .order--user-comments,
.is--ctl-address.is--act-orders .account--orders-overview .order--details .order--user-comments {
  background: #f5efeb;
  border-color: #e6d9d0;
}
.is--ctl-account.is--act-orders .account--orders-overview .order--details .order--user-comments .panel--title,
.is--ctl-address.is--act-orders .account--orders-overview .order--details .order--user-comments .panel--title {
  color: #bdb0a1;
  text-transform: uppercase;
  margin: 0;
  padding: 12px;
  font-size: 10px;
  font-weight: 400;
}
.is--ctl-account.is--act-orders .account--orders-overview .order--details .order--user-comments .panel--body,
.is--ctl-address.is--act-orders .account--orders-overview .order--details .order--user-comments .panel--body {
  padding: 0 12px 12px;
}
.is--ctl-account.is--act-orders .account--orders-overview .order--details .order--user-comments .panel--body blockquote,
.is--ctl-address.is--act-orders .account--orders-overview .order--details .order--user-comments .panel--body blockquote {
  background: #f7f4f0;
  color: #000;
  line-height: 16px;
  font-weight: 300;
  font-size: 11px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.is--ctl-account.is--act-orders .account--orders-overview .order--details .panel--tr,
.is--ctl-address.is--act-orders .account--orders-overview .order--details .panel--tr {
  background: #f5efeb;
}
.is--ctl-account.is--act-orders .account--orders-overview .order--details .panel--tr.pannel--order-infos,
.is--ctl-address.is--act-orders .account--orders-overview .order--details .panel--tr.pannel--order-infos {
  background: #f7f4f0;
}
.is--ctl-account.is--act-orders .account--orders-overview .order--details .panel--tr.pannel--order-infos .order-info-right,
.is--ctl-address.is--act-orders .account--orders-overview .order--details .panel--tr.pannel--order-infos .order-info-right {
  float: right;
  width: 100%;
}
@media all and (min-width: 48em) {
  .is--ctl-account.is--act-orders .account--orders-overview .order--details .panel--tr.pannel--order-infos .order-info-right,
  .is--ctl-address.is--act-orders .account--orders-overview .order--details .panel--tr.pannel--order-infos .order-info-right {
    width: 40%;
  }
}
.is--ctl-account.is--act-orders .account--orders-overview .order--details .panel--tr.pannel--order-infos .order-info-right .panel--td,
.is--ctl-address.is--act-orders .account--orders-overview .order--details .panel--tr.pannel--order-infos .order-info-right .panel--td {
  width: 50%;
}
@media all and (min-width: 48em) {
  .is--ctl-account.is--act-orders .account--orders-overview .order--details .panel--tr.pannel--order-infos .order-info-right .column--summary-labels,
  .is--ctl-address.is--act-orders .account--orders-overview .order--details .panel--tr.pannel--order-infos .order-info-right .column--summary-labels {
    text-align: right !important;
  }
}
.is--ctl-account.is--act-orders .account--orders-overview .order--details .panel--tr.pannel--order-infos .order-info-right .column--summary-labels p,
.is--ctl-address.is--act-orders .account--orders-overview .order--details .panel--tr.pannel--order-infos .order-info-right .column--summary-labels p {
  width: 100%;
  color: #bdb0a1;
  letter-spacing: 0.1em;
  font-weight: 400 !important;
  font-size: 10px;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.is--ctl-account.is--act-orders .account--orders-overview .order--details .panel--tr.pannel--order-infos .order-info-right .column--summary-labels p:last-child,
.is--ctl-address.is--act-orders .account--orders-overview .order--details .panel--tr.pannel--order-infos .order-info-right .column--summary-labels p:last-child {
  color: #000;
  font-size: 12px;
}
@media all and (max-width: 48em) {
  .is--ctl-account.is--act-orders .account--orders-overview .order--details .panel--tr.pannel--order-infos .order-info-right .column--summary-data,
  .is--ctl-address.is--act-orders .account--orders-overview .order--details .panel--tr.pannel--order-infos .order-info-right .column--summary-data {
    padding-left: 0px;
  }
}
.is--ctl-account.is--act-orders .account--orders-overview .order--details .panel--tr.pannel--order-infos .order-info-right .column--summary-data p,
.is--ctl-address.is--act-orders .account--orders-overview .order--details .panel--tr.pannel--order-infos .order-info-right .column--summary-data p {
  width: 100%;
  color: #1c1e23;
  font-weight: 600;
  font-size: 11px;
  margin: 0 0 10px;
}
.is--ctl-account.is--act-orders .account--orders-overview .order--details .panel--tr.pannel--order-infos .order-info-right .column--summary-data p:last-child,
.is--ctl-address.is--act-orders .account--orders-overview .order--details .panel--tr.pannel--order-infos .order-info-right .column--summary-data p:last-child {
  color: #000;
  font-size: 14px;
}
.is--ctl-account.is--act-orders .account--orders-overview .order--details .panel--tr.pannel--order-infos .column--info-labels,
.is--ctl-address.is--act-orders .account--orders-overview .order--details .panel--tr.pannel--order-infos .column--info-labels {
  text-align: right !important;
  max-width: 140px;
}
.is--ctl-account.is--act-orders .account--orders-overview .order--details .panel--tr.pannel--order-infos .column--info-labels p,
.is--ctl-address.is--act-orders .account--orders-overview .order--details .panel--tr.pannel--order-infos .column--info-labels p {
  width: 100%;
  color: #bdb0a1;
  letter-spacing: 0.1em;
  font-weight: 400 !important;
  font-size: 10px;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.is--ctl-account.is--act-orders .account--orders-overview .order--details .panel--tr.pannel--order-infos .column--info-data p,
.is--ctl-address.is--act-orders .account--orders-overview .order--details .panel--tr.pannel--order-infos .column--info-data p {
  width: 100%;
  color: #1c1e23;
  font-weight: 600;
  font-size: 11px;
  margin: 0 0 10px;
}
.is--ctl-account.is--act-orders .account--orders-overview .order--details .panel--tr.orders--table-header,
.is--ctl-address.is--act-orders .account--orders-overview .order--details .panel--tr.orders--table-header {
  background: #f36903;
  margin: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.is--ctl-account.is--act-orders .account--orders-overview .order--details .panel--tr.orders--table-header .panel--th,
.is--ctl-address.is--act-orders .account--orders-overview .order--details .panel--tr.orders--table-header .panel--th {
  color: #FFF;
  font-weight: 600;
  text-align: left !important;
}
.is--ctl-account.is--act-orders .account--orders-overview .order--details .panel--tr .panel--td,
.is--ctl-address.is--act-orders .account--orders-overview .order--details .panel--tr .panel--td {
  text-align: left !important;
  padding: 12px;
  height: auto;
  border-color: #e6d9d0;
}
.is--ctl-account.is--act-orders .account--orders-overview .order--details .panel--tr .panel--td p,
.is--ctl-address.is--act-orders .account--orders-overview .order--details .panel--tr .panel--td p {
  color: #1c1e23;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}
.is--ctl-account.is--act-orders .account--orders-overview .order--details .panel--tr .panel--td .order--current-price,
.is--ctl-address.is--act-orders .account--orders-overview .order--details .panel--tr .panel--td .order--current-price {
  font-weight: 300;
  font-size: 10px;
  margin: 5px 0 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #3a3a3a;
}
.is--ctl-account.is--act-orders .account--orders-overview .panel--tr,
.is--ctl-address.is--act-orders .account--orders-overview .panel--tr {
  border-color: #e6d9d0;
}
.is--ctl-account.is--act-orders .account--orders-overview .column--status,
.is--ctl-address.is--act-orders .account--orders-overview .column--status {
  width: 100%;
}
@media all and (min-width: 64em) {
  .is--ctl-account.is--act-orders .account--orders-overview .column--status,
  .is--ctl-address.is--act-orders .account--orders-overview .column--status {
    width: 23%;
  }
}
.is--ctl-account.is--act-orders .account--orders-overview .order--date,
.is--ctl-address.is--act-orders .account--orders-overview .order--date,
.is--ctl-account.is--act-orders .account--orders-overview .order--number,
.is--ctl-address.is--act-orders .account--orders-overview .order--number,
.is--ctl-account.is--act-orders .account--orders-overview .order--dispatch,
.is--ctl-address.is--act-orders .account--orders-overview .order--dispatch {
  width: 100%;
}
@media all and (min-width: 64em) {
  .is--ctl-account.is--act-orders .account--orders-overview .order--date,
  .is--ctl-address.is--act-orders .account--orders-overview .order--date,
  .is--ctl-account.is--act-orders .account--orders-overview .order--number,
  .is--ctl-address.is--act-orders .account--orders-overview .order--number,
  .is--ctl-account.is--act-orders .account--orders-overview .order--dispatch,
  .is--ctl-address.is--act-orders .account--orders-overview .order--dispatch {
    width: 20%;
  }
}
.is--ctl-account.is--act-orders .account--orders-overview .orders--table-header,
.is--ctl-address.is--act-orders .account--orders-overview .orders--table-header {
  border: none;
  background: #f7f4f0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: -12px 0 0;
  display: none;
}
@media all and (min-width: 64em) {
  .is--ctl-account.is--act-orders .account--orders-overview .orders--table-header,
  .is--ctl-address.is--act-orders .account--orders-overview .orders--table-header {
    display: block;
  }
}
.is--ctl-account.is--act-orders .account--orders-overview .orders--table-header .panel--th,
.is--ctl-address.is--act-orders .account--orders-overview .orders--table-header .panel--th {
  padding-top: 0px;
  padding-bottom: 0px;
  height: 24px;
  color: #bdb0a1;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.is--ctl-account.is--act-orders .account--orders-overview .panel--td,
.is--ctl-address.is--act-orders .account--orders-overview .panel--td {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #3a3a3a;
  font-weight: 400;
  font-size: 12px;
}
@media all and (min-width: 64em) {
  .is--ctl-account.is--act-orders .account--orders-overview .panel--td,
  .is--ctl-address.is--act-orders .account--orders-overview .panel--td {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 64px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.is--ctl-account.is--act-orders .account--orders-overview .order--status-icon,
.is--ctl-address.is--act-orders .account--orders-overview .order--status-icon {
  top: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
}
.is--ctl-account.is--act-orders .account--orders-overview .order--actions,
.is--ctl-address.is--act-orders .account--orders-overview .order--actions {
  width: 100%;
}
@media all and (min-width: 64em) {
  .is--ctl-account.is--act-orders .account--orders-overview .order--actions,
  .is--ctl-address.is--act-orders .account--orders-overview .order--actions {
    width: 17%;
  }
}
.is--ctl-account.is--act-orders .account--orders-overview .order--actions .btn,
.is--ctl-address.is--act-orders .account--orders-overview .order--actions .btn {
  height: 24px;
  line-height: 22px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #eae3d9;
  color: #818181;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 11px;
  width: 100%;
  padding: 0 10px;
  background: none;
  background-image: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.is--ctl-account.is--act-orders .account--orders-overview .order--actions .btn:hover,
.is--ctl-address.is--act-orders .account--orders-overview .order--actions .btn:hover {
  border-color: #f36903;
  background: #f36903;
  color: #FFF;
}
.is--ctl-account.is--act-orders .account--orders-overview .column--label,
.is--ctl-address.is--act-orders .account--orders-overview .column--label {
  display: block;
}
@media all and (min-width: 64em) {
  .is--ctl-account.is--act-orders .account--orders-overview .column--label,
  .is--ctl-address.is--act-orders .account--orders-overview .column--label {
    display: none;
  }
}
.is--ctl-account .content--wrapper,
.is--ctl-address .content--wrapper {
  margin-left: 0px !important;
  background: none;
  clear: both;
  margin: 1.25rem 0rem 0rem 0rem;
}
@media all and (min-width: 64em) {
  .is--ctl-account .content--wrapper,
  .is--ctl-address .content--wrapper {
    margin: 3.25rem 0rem 0rem 0rem;
  }
}
.is--ctl-account .content--wrapper .account--welcome,
.is--ctl-address .content--wrapper .account--welcome {
  height: auto;
  margin: 0rem 0rem 0rem 0rem;
  padding: 1.5625rem 0rem 1.5625rem 1.25rem;
  border-bottom: 1px solid #e6d9d0;
}
.is--ctl-account .content--wrapper .account--welcome:after,
.is--ctl-address .content--wrapper .account--welcome:after {
  content: "";
  display: table;
  clear: both;
}
@media all and (min-width: 64em) {
  .is--ctl-account .content--wrapper .account--welcome,
  .is--ctl-address .content--wrapper .account--welcome {
    height: 6.25rem;
  }
}
.is--ctl-account .content--wrapper .account--welcome .welcome--info svg,
.is--ctl-address .content--wrapper .account--welcome .welcome--info svg {
  width: 46px;
  height: 46px;
  margin-right: 20px;
  float: left;
  color: #000;
}
@media all and (min-width: 64em) {
  .is--ctl-account .content--wrapper .account--welcome .welcome--info,
  .is--ctl-address .content--wrapper .account--welcome .welcome--info {
    width: 70%;
    float: left;
  }
}
.is--ctl-account .content--wrapper .account--welcome h1,
.is--ctl-address .content--wrapper .account--welcome h1 {
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  color: #f36903;
  font-weight: normal;
  text-transform: uppercase;
}
.is--ctl-account .content--wrapper .account--welcome h1 .title--uppercase,
.is--ctl-address .content--wrapper .account--welcome h1 .title--uppercase {
  text-transform: uppercase;
}
@media all and (min-width: 64em) {
  .is--ctl-account .content--wrapper .account--welcome h1,
  .is--ctl-address .content--wrapper .account--welcome h1 {
    font-size: 24px;
  }
}
.is--ctl-account .content--wrapper .account--welcome h1.title--account-index,
.is--ctl-address .content--wrapper .account--welcome h1.title--account-index {
  text-transform: none;
  color: #000;
}
.is--ctl-account .content--wrapper .account--welcome .panel--body p,
.is--ctl-address .content--wrapper .account--welcome .panel--body p {
  padding: 0rem 0rem 0rem -4.125rem;
  margin: 0rem 0rem 0rem 0rem;
  letter-spacing: 0.1em;
  font-size: 11px;
  font-weight: 400;
  color: #bdb0a1;
  text-transform: uppercase;
  line-height: 14px;
}
.is--ctl-account .content--wrapper .account--welcome .panel--body p.p--account-index,
.is--ctl-address .content--wrapper .account--welcome .panel--body p.p--account-index {
  padding-left: 0;
}
.is--ctl-account .content--wrapper .account--welcome .welcome--ud,
.is--ctl-address .content--wrapper .account--welcome .welcome--ud {
  width: 70%;
  padding: 1rem 0rem 0rem 0rem;
  float: left;
  font-size: 12px;
  color: #000;
}
@media all and (min-width: 64em) {
  .is--ctl-account .content--wrapper .account--welcome .welcome--ud,
  .is--ctl-address .content--wrapper .account--welcome .welcome--ud {
    width: 22%;
    height: 6.25rem;
    padding: 1rem 0rem 1rem 1.25rem;
    margin: -1.5625rem 0rem -1.5625rem 0rem;
    border-left: 1px solid #e6d9d0;
  }
}
.is--ctl-account .content--wrapper .account--welcome .welcome--ud .ud--title,
.is--ctl-address .content--wrapper .account--welcome .welcome--ud .ud--title {
  display: block;
  font-size: 0.625rem;
  color: #cdcdcd;
  text-transform: uppercase;
}
.is--ctl-account .content--wrapper .account--welcome .welcome--ud .ud--customernumber,
.is--ctl-address .content--wrapper .account--welcome .welcome--ud .ud--customernumber {
  margin: 0rem 0rem 0.625rem 0rem;
}
.is--ctl-account .content--wrapper .account--welcome .welcome--logout,
.is--ctl-address .content--wrapper .account--welcome .welcome--logout {
  display: none;
  width: 20%;
  padding: 0.625rem 0rem 0.625rem 0rem;
  float: left;
  font-size: 12px;
  text-align: center;
  line-height: 1.875rem;
  color: #000;
  border-left: 1px solid #e6d9d0;
}
@media all and (min-width: 64em) {
  .is--ctl-account .content--wrapper .account--welcome .welcome--logout,
  .is--ctl-address .content--wrapper .account--welcome .welcome--logout {
    display: block;
    width: 8%;
    height: 6.25rem;
    padding: 1.5625rem 0rem 1.5625rem 0rem;
    margin: -1.5625rem 0rem -1.5625rem 0rem;
    line-height: 4.625rem;
  }
}
.is--ctl-account .content--wrapper .account--content,
.is--ctl-address .content--wrapper .account--content {
  padding: 0;
  margin: 0;
}
.is--ctl-account .content--wrapper .account--content .account--options-headline,
.is--ctl-address .content--wrapper .account--content .account--options-headline {
  width: 100%;
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  float: left;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #cdcdcd;
  border-bottom: 1px solid #e6d9d0;
}
.is--ctl-account .content--wrapper .account--content .account--hr-divider,
.is--ctl-address .content--wrapper .account--content .account--hr-divider {
  display: none;
  position: relative;
  width: 100%;
  float: left;
  height: 19px;
  background: #f36903;
}
.is--ctl-account .content--wrapper .account--content .account--hr-divider:before,
.is--ctl-address .content--wrapper .account--content .account--hr-divider:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 5px;
  background: #FFD639;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.is--ctl-account .content--wrapper .account--content .account--hr-divider:after,
.is--ctl-address .content--wrapper .account--content .account--hr-divider:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 5px;
  background: #EC222B;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.is--ctl-account .content--wrapper .account--content .account-address--container,
.is--ctl-address .content--wrapper .account--content .account-address--container,
.is--ctl-account .content--wrapper .account--content .account-info--container,
.is--ctl-address .content--wrapper .account--content .account-info--container {
  float: left;
  width: 100%;
}
@media all and (min-width: 78.75em) {
  .is--ctl-account .content--wrapper .account--content .account-address--container,
  .is--ctl-address .content--wrapper .account--content .account-address--container,
  .is--ctl-account .content--wrapper .account--content .account-info--container,
  .is--ctl-address .content--wrapper .account--content .account-info--container {
    width: 50%;
  }
}
.is--ctl-account .content--wrapper .account--content .account-address--container .account--box:last-child,
.is--ctl-address .content--wrapper .account--content .account-address--container .account--box:last-child {
  border-right: none;
}
.is--ctl-account .content--wrapper .account--content .panel--body td,
.is--ctl-address .content--wrapper .account--content .panel--body td {
  padding: 0.3125rem 0.3125rem 0.3125rem 0.3125rem;
}
.is--ctl-account .content--wrapper .account--content .account--box,
.is--ctl-address .content--wrapper .account--content .account--box {
  float: left;
  width: 100%;
  height: auto;
  margin: 0;
  background: #fafafa;
  border-bottom: 1px solid #e6d9d0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-align: center;
  position: relative;
}
@media all and (min-width: 48em) {
  .is--ctl-account .content--wrapper .account--content .account--box,
  .is--ctl-address .content--wrapper .account--content .account--box {
    width: 50%;
    height: 380px;
    border-right: 1px solid #e6d9d0;
  }
}
@media all and (min-width: 48em) and (max-width: 78.75em) {
  .is--ctl-account .content--wrapper .account--content .account--box:last-child,
  .is--ctl-address .content--wrapper .account--content .account--box:last-child {
    border-right: none;
  }
}
.is--ctl-account .content--wrapper .account--content .account--box.account--newsletter,
.is--ctl-address .content--wrapper .account--content .account--box.account--newsletter {
  width: 100%;
  height: auto;
  background: transparent;
  border: none;
}
.is--ctl-account .content--wrapper .account--content .account--box.account--newsletter .box,
.is--ctl-address .content--wrapper .account--content .account--box.account--newsletter .box {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  float: left;
  width: 100%;
  background: #ffffff;
  padding: 20px 20px;
}
@media all and (min-width: 64em) {
  .is--ctl-account .content--wrapper .account--content .account--box.account--newsletter .box,
  .is--ctl-address .content--wrapper .account--content .account--box.account--newsletter .box {
    padding: 0;
  }
}
.is--ctl-account .content--wrapper .account--content .account--box.account--newsletter .box .image,
.is--ctl-address .content--wrapper .account--content .account--box.account--newsletter .box .image {
  float: left;
  width: 100px;
  display: none;
}
@media all and (min-width: 64em) {
  .is--ctl-account .content--wrapper .account--content .account--box.account--newsletter .box .image,
  .is--ctl-address .content--wrapper .account--content .account--box.account--newsletter .box .image {
    display: block;
  }
}
.is--ctl-account .content--wrapper .account--content .account--box.account--newsletter .box .content,
.is--ctl-address .content--wrapper .account--content .account--box.account--newsletter .box .content {
  float: left;
  width: 100%;
}
@media all and (min-width: 64em) {
  .is--ctl-account .content--wrapper .account--content .account--box.account--newsletter .box .content,
  .is--ctl-address .content--wrapper .account--content .account--box.account--newsletter .box .content {
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
    height: 100px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
  }
}
.is--ctl-account .content--wrapper .account--content .account--box.account--newsletter .box .content div,
.is--ctl-address .content--wrapper .account--content .account--box.account--newsletter .box .content div {
  width: 100%;
  padding: 0;
}
.is--ctl-account .content--wrapper .account--content .account--box.account--newsletter .box .content h2,
.is--ctl-address .content--wrapper .account--content .account--box.account--newsletter .box .content h2 {
  text-align: left;
  padding: 0;
}
.is--ctl-account .content--wrapper .account--content .account--box.account--newsletter .box .content form,
.is--ctl-address .content--wrapper .account--content .account--box.account--newsletter .box .content form {
  position: relative;
}
.is--ctl-account .content--wrapper .account--content .account--box.account--newsletter .box .content form #labelNewsletter,
.is--ctl-address .content--wrapper .account--content .account--box.account--newsletter .box .content form #labelNewsletter {
  float: left;
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: calc(100% - 60px);
  text-align: left;
  line-height: 20px;
  cursor: pointer;
  font-size: 10px;
}
@media all and (min-width: 48em) {
  .is--ctl-account .content--wrapper .account--content .account--box.account--newsletter .box .content form #labelNewsletter,
  .is--ctl-address .content--wrapper .account--content .account--box.account--newsletter .box .content form #labelNewsletter {
    font-size: 12px;
    line-height: 24px;
  }
}
.is--ctl-account .content--wrapper .account--content .account--box.account--newsletter .box .content label,
.is--ctl-address .content--wrapper .account--content .account--box.account--newsletter .box .content label {
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  top: -14px;
  right: 20px;
  background: #FFF;
  border-radius: 0;
  border: 1px solid #f36903;
}
.is--ctl-account .content--wrapper .account--content .account--box.account--newsletter .box .content label:after,
.is--ctl-address .content--wrapper .account--content .account--box.account--newsletter .box .content label:after {
  content: '';
  width: 12px;
  height: 6px;
  position: absolute;
  top: 7px;
  left: 7px;
  border: 3px solid #bdb0a1;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.is--ctl-account .content--wrapper .account--content .account--box.account--newsletter .box .content label:hover::after,
.is--ctl-address .content--wrapper .account--content .account--box.account--newsletter .box .content label:hover::after {
  opacity: 0.3;
}
.is--ctl-account .content--wrapper .account--content .account--box.account--newsletter .box .content input[type=checkbox],
.is--ctl-address .content--wrapper .account--content .account--box.account--newsletter .box .content input[type=checkbox] {
  visibility: hidden;
}
.is--ctl-account .content--wrapper .account--content .account--box.account--newsletter .box .content input[type=checkbox]:checked + label:after,
.is--ctl-address .content--wrapper .account--content .account--box.account--newsletter .box .content input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.is--ctl-account .content--wrapper .account--content .account--box i,
.is--ctl-address .content--wrapper .account--content .account--box i {
  clear: both;
  float: left;
  height: 34px;
  margin: 20px 0;
  color: #AC9E94;
  width: 100%;
}
.is--ctl-account .content--wrapper .account--content .account--box .icon-payment,
.is--ctl-address .content--wrapper .account--content .account--box .icon-payment {
  width: 34px;
  height: 24px;
  position: relative;
  top: 5px;
}
.is--ctl-account .content--wrapper .account--content .account--box .icon-personaldata,
.is--ctl-address .content--wrapper .account--content .account--box .icon-personaldata {
  height: 34px;
  width: 34px;
}
.is--ctl-account .content--wrapper .account--content .account--box .icon-rechnung,
.is--ctl-address .content--wrapper .account--content .account--box .icon-rechnung {
  height: 34px;
  width: 34px;
}
.is--ctl-account .content--wrapper .account--content .account--box .icon-lkw,
.is--ctl-address .content--wrapper .account--content .account--box .icon-lkw {
  height: 26px;
  width: 34px;
  position: relative;
  top: 7px;
}
.is--ctl-account .content--wrapper .account--content .account--box .panel--title,
.is--ctl-address .content--wrapper .account--content .account--box .panel--title {
  border: none;
  margin: 0;
  padding: 0 20px;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
}
@media all and (min-width: 30em) {
  .is--ctl-account .content--wrapper .account--content .account--box .panel--title,
  .is--ctl-address .content--wrapper .account--content .account--box .panel--title {
    font-size: 16px;
    line-height: 20px;
  }
}
.is--ctl-account .content--wrapper .account--content .account--box .panel--body span,
.is--ctl-address .content--wrapper .account--content .account--box .panel--body span {
  clear: both;
  float: left;
  width: 100%;
  color: #000;
  font-weight: 400;
  font-size: 12px;
}
.is--ctl-account .content--wrapper .account--content .account--box .panel--body span.title,
.is--ctl-address .content--wrapper .account--content .account--box .panel--body span.title {
  text-transform: uppercase;
  color: #bdb0a1;
  letter-spacing: 0.1em;
}
.is--ctl-account .content--wrapper .account--content .account--box .panel--body span.address--company,
.is--ctl-address .content--wrapper .account--content .account--box .panel--body span.address--company {
  font-weight: 600;
}
.is--ctl-account .content--wrapper .account--content .account--box .panel--body a,
.is--ctl-address .content--wrapper .account--content .account--box .panel--body a {
  border: none;
  text-decoration: underline;
  margin: 10px 0 0;
  font-size: 12px;
  display: inline-block;
}
.is--ctl-account .content--wrapper .account--content .account--box .panel--body a:hover,
.is--ctl-address .content--wrapper .account--content .account--box .panel--body a:hover {
  text-decoration: none;
}
.is--ctl-account .content--wrapper .account--content .account--box .panel--body .shipping--equal-info,
.is--ctl-address .content--wrapper .account--content .account--box .panel--body .shipping--equal-info {
  color: #cdcdcd;
  font-size: 12px;
  line-height: 18px;
}
.is--ctl-account .content--wrapper .account--content .account--box .panel--actions,
.is--ctl-address .content--wrapper .account--content .account--box .panel--actions {
  clear: both;
  float: left;
  width: 100%;
  position: relative;
  height: auto !important;
}
@media all and (min-width: 48em) {
  .is--ctl-account .content--wrapper .account--content .account--box .panel--actions,
  .is--ctl-address .content--wrapper .account--content .account--box .panel--actions {
    position: absolute;
    bottom: 0px;
  }
}
.is--ctl-account .content--wrapper .account--content .account--box .panel--actions .btn,
.is--ctl-address .content--wrapper .account--content .account--box .panel--actions .btn {
  background-image: none;
  background: none;
  height: 34px;
  line-height: 32px;
  border: 0 none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 11px;
  font-weight: 600;
  color: #818181;
  float: left;
  width: 100%;
}
.is--ctl-account .content--wrapper .account--content .account--box .panel--actions .btn:hover svg path,
.is--ctl-address .content--wrapper .account--content .account--box .panel--actions .btn:hover svg path {
  fill: #f36903;
}
.is--ctl-account .bereiche,
.is--ctl-address .bereiche {
  display: none;
}
.is--ctl-account .account-right,
.is--ctl-address .account-right {
  float: right;
  width: 100%;
  background: #FFF;
  margin: 0rem 0rem 2.5rem 0rem;
}
@media all and (min-width: 48em) {
  .is--ctl-account .account-right,
  .is--ctl-address .account-right {
    width: -webkit-calc(100% - 220px);
    width: -moz-calc(100% - 220px);
    width: calc(100% - 220px);
  }
}
@media all and (min-width: 64em) {
  .is--ctl-account .account-right,
  .is--ctl-address .account-right {
    width: -webkit-calc(100% - 2620px);
    width: -moz-calc(100% - 260px);
    width: calc(100% - 260px);
  }
}
@media all and (min-width: 78.75em) {
  .is--ctl-account .account-right,
  .is--ctl-address .account-right {
    width: -webkit-calc(100% - 300px);
    width: -moz-calc(100% - 300px);
    width: calc(100% - 300px);
  }
}
.is--ctl-account .account-right .emotion--container.emotion--mode-rows .emotion--element,
.is--ctl-address .account-right .emotion--container.emotion--mode-rows .emotion--element {
  padding-bottom: 0 !important;
}
.is--ctl-account .account-right .paymentTyp,
.is--ctl-address .account-right .paymentTyp {
  text-transform: uppercase;
}
.is--ctl-account .account-left,
.is--ctl-address .account-left {
  background: #000000;
  width: 220px;
  padding: 0;
  margin: 0;
  margin: 0rem 0rem 2.5rem 0rem;
  border: none;
  display: none;
  position: relative;
}
@media all and (min-width: 48em) {
  .is--ctl-account .account-left,
  .is--ctl-address .account-left {
    display: inline-block;
  }
}
@media all and (min-width: 64em) {
  .is--ctl-account .account-left,
  .is--ctl-address .account-left {
    width: 260px;
  }
}
@media all and (min-width: 78.75em) {
  .is--ctl-account .account-left,
  .is--ctl-address .account-left {
    width: 300px;
  }
}
.is--ctl-account .footer--columns,
.is--ctl-address .footer--columns {
  border-top: 7px solid #f79758;
}
.is--ctl-account #footer--newsletter,
.is--ctl-address #footer--newsletter {
  display: none;
}
.account-left .account--menu {
  border: none;
  border-radius: 0;
}
.account-left .account--menu .account--menu-container {
  padding: 0;
  background: #232323;
}
.account-left .account--menu .navigation--headline {
  height: 6.25rem;
  line-height: 1.25rem;
  border: none;
  color: #FFF;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-family: "vista-slab", serif;
  font-weight: bold;
  padding: 1.875rem 1.25rem 0rem 1.25rem;
  margin: 0;
  background-image: linear-gradient(143deg, rgba(104, 92, 84, 0.95) 0%, rgba(26, 26, 26, 0.95) 100%);
  vertical-align: middle;
}
.account-left .account--menu .navigation--headline .headline--supplement {
  display: block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  font-size: 0.75rem;
  vertical-align: middle;
}
.account-left .account--menu .navigation--entry {
  float: left;
  clear: both;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #2e2e2e;
}
.account-left .account--menu .navigation--entry:last-child {
  border-bottom: none;
}
.account-left .account--menu .navigation--link {
  float: left;
  clear: both;
  width: 100%;
  padding: 0.9375rem 1.25rem 0.9375rem 1.25rem;
  border: none;
  background: none;
  color: #FFF;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.account-left .account--menu .navigation--link:after {
  content: "";
  display: table;
  clear: both;
}
.account-left .account--menu .navigation--link:hover {
  color: #000;
  background: #f36903;
  background: -moz-linear-gradient(161deg, #fad961 0%, #f76b1c 100%);
  background: -webkit-linear-gradient(161deg, #fad961 0%, #f76b1c 100%);
  background: linear-gradient(161deg, #fad961 0%, #f76b1c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fad961', endColorstr='#f76b1c', GradientType=1);
}
.account-left .account--menu .navigation--link:hover i {
  color: #f36903;
}
.account-left .account--menu .navigation--link.is--active {
  font-weight: 400;
  color: #000;
  background: #f36903;
  background: -moz-linear-gradient(161deg, #fad961 0%, #f76b1c 100%);
  background: -webkit-linear-gradient(161deg, #fad961 0%, #f76b1c 100%);
  background: linear-gradient(161deg, #fad961 0%, #f76b1c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fad961', endColorstr='#f76b1c', GradientType=1);
}
.account-left .account--menu .navigation--link.is--active i {
  color: #f36903;
}
.account-left .account--menu .navigation--link i svg {
  width: 1.875rem;
  height: 1.25rem;
  padding: 0rem 0.625rem 0rem 0rem;
  float: left;
}
.account-left .account--menu .navigation--link span {
  display: inline-block;
  height: 1.25rem;
  float: left;
  line-height: 1.25rem;
}
.account-left .account--menu .sidebar--navigation {
  background: none;
}
.account-left .link--logout {
  width: 100%;
  text-align: center;
  border: 2px solid #818181;
  color: #FFF;
  text-transform: uppercase;
  font-size: 12px;
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.account-left .link--logout:hover {
  border-color: #f36903;
  background: #f36903;
}
.is--ctl-address .navigation--entry .product--badges,
.is--ctl-note .navigation--entry .product--badges,
.is--ctl-account .navigation--entry .product--badges {
  top: 20px;
  top: 1.25rem;
  left: -1px;
  left: -.0625rem;
  z-index: 750;
  float: right;
}
.is--ctl-register .content-main {
  padding-top: 60px;
}
@media all and (min-width: 48em) {
  .is--ctl-register .content-main {
    padding-top: 160px;
  }
}
.panel--paging .paging--link {
  width: 42px;
  height: 42px;
  line-height: 42px;
  color: #3a405b;
  font-size: 12px;
  font-weight: 300;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #f0f2f7;
  border-right: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: none;
  background-image: none;
  padding: 0;
  float: lefT;
}
.panel--paging .paging--link:last-child {
  border-right: 1px solid #f0f2f7;
  -webkit-border-radius: 0px 4px 4px 0;
  -moz-border-radius: 0px 4px 4px 0;
  border-radius: 0px 4px 4px 0;
}
.panel--paging .paging--link:first-child {
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
}
.panel--paging .paging--link.is--active {
  background: #222328;
  border-color: #222328;
  color: #FFF;
  background-image: none;
  line-height: 42px !important;
}
.panel--paging .paging--link:hover {
  background: #f36903;
  border-color: #f36903;
  color: #FFF;
}
.panel--paging .pagging-right {
  display: inline-block;
}
.account--logout {
  background: url('../../custom/plugins/MadFoxTheme/Resources/Themes/Frontend/Shop/frontend/_public/src/images/Logout.jpg') no-repeat;
  background-size: cover;
}
.account--logout .account--welcome {
  background: none;
  clear: both;
  float: left;
  width: 100%;
}
.account--logout .account--welcome i {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0px 0 46px;
}
@media all and (min-width: 48em) {
  .account--logout .account--welcome i {
    margin: 100px 0 46px;
  }
}
.account--logout .account--welcome i .icon-thumbup {
  width: 44px;
  height: 48px;
  color: #000000;
}
.account--logout .account--welcome h2 {
  clear: both;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  font-style: italic;
  color: #2e3033;
  font-family: "vista-slab", serif;
  text-transform: uppercase;
}
.account--logout .account--welcome p {
  clear: both;
  float: left;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  color: #bdb0a1;
  text-transform: uppercase;
  font-size: 11px;
}
.account--logout .panel--actions {
  clear: both;
  float: left;
  width: 100%;
  text-align: center;
  margin: 20px 0 20px;
  padding: 0;
}
@media all and (min-width: 48em) {
  .account--logout .panel--actions {
    margin: 50px 0 200px;
  }
}
.account--logout .panel--actions div {
  clear: both;
  float: left;
  width: 100%;
}
.account--logout .panel--actions .is--secondary {
  background: none;
  border: 2px solid #9a9a9a;
  color: #9a9a9a;
  text-transform: uppercase;
  font-size: 11px;
  height: 34px;
  line-height: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
}
.account--logout .panel--actions .is--secondary:hover {
  color: #FFF;
  background: #f36903;
  border-color: #f36903;
}
.account--logout .panel--actions .is--primary {
  background: #f36903;
  color: #FFF;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-family: "vista-slab", serif;
  text-transform: uppercase;
  font-style: italic;
  margin: 0 0 20px;
}
@media all and (min-width: 48em) {
  .account--logout .panel--actions .is--primary {
    margin: 0 0 50px;
  }
}
.account--logout .panel--actions .is--primary:hover {
  background: #2ecc71;
  border-color: #2ecc71;
}
.is--ctl-account.is--act-logout .content--wrapper {
  background: none;
}
@media all and (min-width: 48em) {
  .is--ctl-custom .sidebar-main + .content--wrapper {
    margin-left: 300px;
  }
}
.is--ctl-custom .sidebar-main + .content--wrapper .btn {
  border-radius: 0;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: .5px;
}
.is--ctl-custom .sidebar-main + .content--wrapper .btn.is--primary:hover {
  background: #f36903;
}
.custom-page--content {
  background: #FFF;
  margin: 0;
  padding: 20px;
  color: #717171;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
@media all and (min-width: 78.75em) {
  .custom-page--content {
    padding: 40px;
  }
}
.custom-page--content p {
  line-height: 20px;
}
.custom-page--content h1,
.custom-page--content h2,
.custom-page--content h3,
.custom-page--content h4,
.custom-page--content h5,
.custom-page--content h6 {
  color: #717171;
  font-family: 'vista-slab', serif;
  font-style: italic;
  font-weight: 600;
}
.custom-page--content .widerruf {
  background: #f5efeb;
  padding: 20px 10px;
  -webkit-box-shadow: 0px 6px 24px 0px rgba(96, 79, 68, 0.25);
  -moz-box-shadow: 0px 6px 24px 0px rgba(96, 79, 68, 0.25);
  box-shadow: 0px 6px 24px 0px rgba(96, 7, 68, 0.25);
  margin: 40px 0;
}
@media all and (min-width: 48em) {
  .custom-page--content .widerruf {
    padding: 40px;
  }
}
.is--ctl-custom .categories--headline {
  display: none;
}
.is--ctl-custom .sidebar-main {
  padding: 0;
}
@media all and (min-width: 48em) {
  .is--ctl-custom .sidebar-main {
    overflow: visible;
    width: 300px;
  }
}
.is--ctl-custom .sidebar-main .sidebar--categories-wrapper {
  display: none;
}
.is--ctl-custom #sidebar--informationen {
  background: #000000;
  padding: 40px;
  clear: both;
  float: left;
  width: 100%;
  border-bottom: 7px solid #f36903;
}
.is--ctl-custom #sidebar--informationen h5 {
  font-family: 'vista-slab', serif;
  color: #FFF;
  font-style: italic;
  font-size: 22px;
  text-transform: uppercase;
  margin: 0 0 60px;
  font-weight: 300;
}
.is--ctl-custom #sidebar--informationen nav {
  clear: both;
  float: left;
  width: 100%;
}
.is--ctl-custom #sidebar--informationen .navigation--link {
  clear: both;
  float: left;
  width: 100%;
  border: none;
  background: none;
  color: #818181;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0px 10px;
  margin: 0 0 20px;
  font-weight: 400;
  line-height: 30px;
}
.is--ctl-custom #sidebar--informationen .navigation--link.is--active {
  background: #f36903;
  color: #FFF;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.is--ctl-custom #sidebar--service {
  clear: both;
  float: left;
  width: 100%;
  margin: 10px 0 0;
}
@media all and (max-width: 48em) {
  .is--ctl-custom #sidebar--service {
    display: none;
  }
}
.is--ctl-custom #sidebar--service .header {
  float: left;
  width: 100%;
  height: 167px;
  background: url('../../custom/plugins/MadFoxTheme/Resources/Themes/Frontend/Shop/frontend/_public/src/images/Service-Header.png') no-repeat;
  background-size: 100%;
  position: relative;
  border-bottom: 3px solid #a87f40;
}
.is--ctl-custom #sidebar--service .header .subTitle {
  position: absolute;
  left: 0px;
  bottom: 45px;
  padding: 0 25px;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 12px;
  font-weight: 300;
}
.is--ctl-custom #sidebar--service .header .title {
  position: absolute;
  left: 0px;
  bottom: 20px;
  text-transform: uppercase;
  font-style: italic;
  font-family: 'vista-slab', serif;
  color: #a87f40;
  font-size: 24px;
  padding: 0 25px;
}
.is--ctl-custom #sidebar--service .info {
  clear: both;
  float: left;
  width: 100%;
  height: 142px;
  background: url('../../custom/plugins/MadFoxTheme/Resources/Themes/Frontend/Shop/frontend/_public/src/images/Service-Info.jpg') no-repeat;
  padding: 20px 20px 0;
  background-size: 100%;
  border-bottom: 1px solid #6c6c6c;
}
.is--ctl-custom #sidebar--service .info .subTitle {
  clear: both;
  float: left;
  width: 100%;
  text-transform: uppercase;
  font-style: italic;
  font-family: 'vista-slab', serif;
  color: #FFF;
  font-size: 16px;
  margin: 0 0 20px;
}
.is--ctl-custom #sidebar--service .info .title {
  clear: both;
  float: left;
  width: 100%;
  text-transform: uppercase;
  color: #dddddd;
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
}
.is--ctl-custom #sidebar--service .services {
  clear: both;
  float: left;
  width: 100%;
  background: #3a3a3a;
  padding: 30px 20px;
}
.is--ctl-custom #sidebar--service .services .item {
  clear: both;
  float: left;
  width: 100%;
  border: 1px solid #7c756e;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.is--ctl-custom #sidebar--service .services .item:first-child {
  margin-bottom: 20px;
}
.is--ctl-custom #sidebar--service .services .item .left {
  width: 72px;
  text-align: center;
}
.is--ctl-custom #sidebar--service .services .item .left img {
  display: inline-block;
}
.is--ctl-custom #sidebar--service .services .item .right {
  border-left: 1px solid #7c756e;
  width: -webkit-calc(100% - 72px);
  width: -moz-calc(100% - 72px);
  width: calc(100% - 72px);
  padding: 20px 10px;
}
.is--ctl-custom #sidebar--service .services .item .right .title {
  clear: both;
  float: left;
  width: 100%;
  text-transform: uppercase;
  font-style: italic;
  font-family: 'vista-slab', serif;
  color: #f36903;
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 10px;
}
.is--ctl-custom #sidebar--service .services .item .right .text {
  clear: both;
  float: left;
  width: 100%;
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
}
.is--ctl-custom #sidebar--service .services .item .right .time {
  clear: both;
  float: left;
  width: 100%;
  background: #f36903;
  color: #FFF;
  font-size: 12px;
  line-height: 24px;
  padding: 0 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 5px 0;
  font-weight: 400;
}
.is--ctl-custom #sidebar--service .services .item .right .versand {
  clear: both;
  float: left;
  width: 100%;
  color: #FFF;
  font-size: 12px;
  font-weight: 300;
}
.is--ctl-custom #sidebar--service .item-action {
  clear: both;
  float: lefT;
  width: 100%;
  margin: 1.25rem 0 0 0;
}
.is--ctl-custom #sidebar--service .item-action .action-btn {
  clear: both;
  float: lefT;
  width: 100%;
  background: #3a3a3a;
  border: 1px solid rgba(129, 129, 129, 0.5);
}
.is--ctl-custom #sidebar--service .item-action .action-btn .flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.is--ctl-custom #sidebar--service .item-action .action-btn .flex .left {
  padding: 0 6px;
  text-align: center;
  flex: 0 51px;
  border-right: 1px solid rgba(129, 129, 129, 0.5);
}
.is--ctl-custom #sidebar--service .item-action .action-btn .flex .left .icon-service {
  color: #906e3b;
  width: 24px;
  height: 32px;
}
.is--ctl-custom #sidebar--service .item-action .action-btn .flex .right {
  padding: 0 10px;
  flex: 0 100%;
  border: 0 none;
}
.is--ctl-custom #sidebar--service .item-action .action-btn .flex .right .title {
  font-family: "vista-slab", serif;
  text-transform: uppercase;
  font-style: italic;
  color: #f36903;
  font-size: 11px;
  font-weight: 600;
  display: block;
  margin: 0;
}
.is--ctl-custom .faq-item {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  clear: both;
  float: left;
  width: 100%;
  margin: 0 0 20px;
}
.is--ctl-custom .faq-item .title {
  clear: both;
  float: left;
  width: 100%;
  background: #dddddd;
  color: #2e3033;
  cursor: pointer;
  padding: 10px 20px 10px 20px;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
}
@media all and (min-width: 48em) {
  .is--ctl-custom .faq-item .title {
    padding: 10px 80px 10px 20px;
    height: 80px;
  }
}
@media all and (min-width: 78.75em) {
  .is--ctl-custom .faq-item .title {
    font-size: 14px;
    padding: 20px 80px;
  }
}
.is--ctl-custom .faq-item .title .number {
  position: absolute;
  left: 20px;
  top: 20px;
  display: none;
}
@media all and (min-width: 78.75em) {
  .is--ctl-custom .faq-item .title .number {
    display: block;
  }
}
.is--ctl-custom .faq-item .title .number span {
  float: left;
  width: 20px;
  height: 30px;
  margin: 0 2px 0 0;
  background: #FFF;
  font-size: 28px;
  line-height: 30px;
  text-align: center;
  color: #000;
  font-weight: 300;
}
.is--ctl-custom .faq-item .title .arrow {
  top: 20px;
  right: 20px;
  position: absolute;
  width: 40px;
  height: 40px;
  background: url('../../custom/plugins/MadFoxTheme/Resources/Themes/Frontend/Shop/frontend/_public/src/images/faw-arrow.png') no-repeat;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  display: none;
}
@media all and (min-width: 48em) {
  .is--ctl-custom .faq-item .title .arrow {
    display: block;
  }
}
.is--ctl-custom .faq-item .inhalt {
  clear: both;
  float: left;
  width: 100%;
  padding: 0px 20px 0px 20px;
  font-size: 14px;
  line-height: 20px;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
}
@media all and (min-width: 78.75em) {
  .is--ctl-custom .faq-item .inhalt {
    padding: 0px 20px 0px 80px;
  }
}
.is--ctl-custom .faq-item.active .title {
  background: #f36903;
  color: #FFF;
}
.is--ctl-custom .faq-item.active .inhalt {
  max-height: 20000px;
  padding: 20px;
}
@media all and (min-width: 78.75em) {
  .is--ctl-custom .faq-item.active .inhalt {
    padding: 20px 20px 20px 80px;
  }
}
.is--ctl-custom .faq-item.active .arrow {
  background: url('../../custom/plugins/MadFoxTheme/Resources/Themes/Frontend/Shop/frontend/_public/src/images/faw-arrow-white.png') no-repeat;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.is--ctl-custom .faq-headline {
  clear: both;
  float: left;
  width: 100%;
}
.is--ctl-custom .faq-headline h2 {
  margin: 0 0 10px;
  color: #000;
  font-weight: 600;
  font-size: 24px;
}
.is--ctl-custom .faq-headline p {
  color: #bdb0a1;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
}
.is--contact-form .forms--content {
  margin-top: 0px;
}
.is--contact-form .content--wrapper {
  margin: 0 !important;
}
.is--contact-form .sidebar--contact {
  float: left;
  width: 100%;
  background: #000;
  color: #b3aba1;
  padding: 20px;
}
@media all and (min-width: 64em) {
  .is--contact-form .sidebar--contact {
    width: 500px;
    padding: 40px;
  }
}
.is--contact-form .sidebar--contact .top {
  clear: both;
  float: left;
  width: 100%;
  border-bottom: 1px solid #eaeaea;
  padding: 0 0 30px;
  margin: 0 0 30px;
}
.is--contact-form .sidebar--contact .top i {
  color: #d6d6d6;
  float: left;
  width: 100%;
}
.is--contact-form .sidebar--contact .top i svg {
  width: 58px;
  height: 58px;
}
.is--contact-form .sidebar--contact .top .title {
  clear: both;
  float: left;
  color: #f36903;
  letter-spacing: 0.1em;
  font-size: 24px;
  font-family: "vista-slab", serif;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 500;
}
.is--contact-form .sidebar--contact .description {
  clear: both;
  float: left;
  width: 100%;
  border-bottom: 1px solid #5a5651;
  padding: 0 0 20px;
  margin: 0 0 20px;
  color: #dddddd;
}
.is--contact-form .sidebar--contact .description p {
  font-weight: 300;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
}
.is--contact-form .sidebar--contact .description p:first-child {
  margin-bottom: 30px;
}
.is--contact-form .sidebar--contact .description p strong {
  text-transform: uppercase;
  font-weight: 600;
}
.is--contact-form .sidebar--contact .user--hotline {
  clear: both;
  float: left;
  width: 100%;
  border-bottom: 1px solid #5a5651;
  padding: 0 0 30px;
  margin: 0 0 30px;
}
.is--contact-form .sidebar--contact .user--hotline:last-child {
  border: none;
}
.is--contact-form .sidebar--contact .user--hotline:last-child .title {
  color: #a87f40;
}
.is--contact-form .sidebar--contact .user--hotline .title {
  clear: both;
  float: left;
  color: #FFF;
  letter-spacing: 0.1em;
  font-size: 18px;
  font-family: "vista-slab", serif;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 500;
  margin: 0 0 10px;
}
.is--contact-form .sidebar--contact .user--hotline p {
  clear: both;
  float: left;
  width: 100%;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  margin: 0 0 30px;
}
.is--contact-form .sidebar--contact .user--hotline p.block2 {
  margin-top: 20px;
}
.is--contact-form .sidebar--contact .user--hotline p.info {
  text-align: center;
  color: #818181;
  margin: 20px 0 0;
  text-transform: inherit;
  font-size: 11px;
}
.is--contact-form .sidebar--contact .user--hotline .item {
  clear: both;
  float: left;
  width: 100%;
  font-size: 12px;
  margin: 0 0 20px;
}
.is--contact-form .sidebar--contact .user--hotline .item i {
  float: left;
  width: 60px;
  margin-right: 10px;
  text-align: center;
  color: #a87f40;
  position: relative;
  top: 5px;
}
.is--contact-form .sidebar--contact .user--hotline .item i .icon-telefon {
  width: 24px;
  height: 24px;
}
.is--contact-form .sidebar--contact .user--hotline .item i .icon-fax {
  width: 24px;
  height: 20px;
}
.is--contact-form .sidebar--contact .user--hotline .item i .icon-mail {
  width: 24px;
  height: 20px;
}
.is--contact-form .sidebar--contact .user--hotline .item.tel i {
  top: 4px;
}
.is--contact-form .sidebar--contact .user--hotline .item.tel a {
  color: #b3aba1;
  text-decoration: none;
  border: none;
}
.is--contact-form .sidebar--contact .user--hotline .item.tel a:hover {
  color: #f36903;
}
.is--contact-form .sidebar--contact .user--hotline .item .text {
  float: left;
  width: -webkit-calc(100% - 70px);
  width: -moz-calc(100% - 70px);
  width: calc(100% - 70px);
}
.is--contact-form .sidebar--contact .user--hotline .item .text span {
  text-transform: uppercase;
  color: #dddddd;
  letter-spacing: 0.1em;
  font-weight: 400;
  float: left;
  width: 100%;
}
.is--contact-form .sidebar--contact .user--hotline .item.mail i {
  top: 8px;
}
.is--contact-form .sidebar--contact .user--hotline .item.mail a {
  color: #b3aba1;
  text-decoration: underline;
  border: none;
}
.is--contact-form .sidebar--contact .user--hotline .item.mail a:hover {
  color: #f36903;
}
.is--contact-form .sidebar--contact .user--hotline .time {
  clear: both;
  float: left;
  width: 100%;
  border: 1px solid #5a5651;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.is--contact-form .sidebar--contact .user--hotline .time i {
  width: 60px;
  height: 60px;
  color: #a87f40;
  float: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.is--contact-form .sidebar--contact .user--hotline .time i .icon-clock {
  height: 26px;
  width: 25px;
}
.is--contact-form .sidebar--contact .user--hotline .time .text {
  float: left;
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: calc(100% - 60px);
  padding: 8px;
  border-left: 1px solid #5a5651;
  min-height: 60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.is--contact-form .sidebar--contact .user--hotline .time .text span {
  clear: both;
  float: left;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
}
.is--contact-form .sidebar--contact .user--hotline .time .text span:first-child {
  color: #dddddd;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media all and (min-width: 64em) {
  .is--contact-form .flex--box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.is--contact-form .formular--contact {
  float: left;
  width: 100%;
  background: #FFF;
  position: relative;
}
@media all and (min-width: 64em) {
  .is--contact-form .formular--contact {
    width: -webkit-calc(100% - 500px);
    width: -moz-calc(100% - 500px);
    width: calc(100% - 500px);
  }
}
.is--contact-form .formular--contact .header--image {
  clear: both;
  float: left;
  width: 100%;
}
.is--contact-form .formular--contact .header--image img {
  float: left;
  width: 100%;
}
.is--contact-form .formular--contact .forms--title {
  clear: both;
  float: left;
  color: #2e3033;
  letter-spacing: 0.1em;
  font-size: 24px;
  font-family: "vista-slab", serif;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
  margin: 0;
  padding: 20px 20px 0;
}
@media all and (min-width: 78.75em) {
  .is--contact-form .formular--contact .forms--title {
    padding: 60px 60px 0;
  }
}
.is--contact-form .formular--contact .forms--text {
  padding: 0 20px;
}
@media all and (min-width: 78.75em) {
  .is--contact-form .formular--contact .forms--text {
    padding: 0 60px;
  }
}
.is--contact-form .formular--contact .forms--text p {
  clear: both;
  float: left;
  width: 100%;
  margin: 0 0 30px;
  color: #3a3a3a;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
}
.is--contact-form .formular--contact .forms--text p.subtitle {
  text-transform: uppercase;
  color: #b3aba1;
  font-size: 12px;
}
.is--contact-form .formular--contact .forms--headline {
  clear: both;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  position: static;
}
.is--contact-form .formular--contact .forms--headline .success {
  clear: both;
  float: left;
  text-align: center;
  width: 100%;
  padding: 40px 20px;
}
@media all and (min-width: 64em) {
  .is--contact-form .formular--contact .forms--headline .success {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0 20px;
  }
}
.is--contact-form .formular--contact .forms--headline .success .icon {
  display: inline-block;
}
.is--contact-form .formular--contact .forms--headline .success i {
  float: none;
  display: inline-block;
  width: 70px;
  height: 70px;
  border: 2px solid #55ecc6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media all and (min-width: 64em) {
  .is--contact-form .formular--contact .forms--headline .success i {
    width: 140px;
    height: 140px;
  }
}
.is--contact-form .formular--contact .forms--headline .success i .icon-check {
  width: 32px;
  height: 18px;
  color: #3cd84f;
}
@media all and (min-width: 64em) {
  .is--contact-form .formular--contact .forms--headline .success i .icon-check {
    width: 42px;
    height: 28px;
  }
}
.is--contact-form .formular--contact .forms--headline .success h2 {
  display: inline-block;
  width: 100%;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 16px;
  font-family: "vista-slab", serif;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
  color: #2e3033;
  margin: 30px 0 10px;
}
@media all and (min-width: 64em) {
  .is--contact-form .formular--contact .forms--headline .success h2 {
    font-size: 24px;
    margin: 50px 0 30px;
  }
}
.is--contact-form .formular--contact .forms--headline .success .break {
  clear: both;
  float: left;
  width: 100%;
  text-align: center;
}
.is--contact-form .formular--contact .forms--headline .success p {
  display: inline-block;
  width: 100%;
  max-width: 600px;
  text-align: center;
  color: #818181;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
}
@media all and (min-width: 64em) {
  .is--contact-form .formular--contact .forms--headline .success p {
    font-size: 14px;
  }
}
.is--contact-form .formular--contact .forms--headline .success .btn {
  float: none;
  display: inline-block;
  width: 100%;
  max-width: 210px;
  height: 42px;
  line-height: 42px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #28d43c;
  color: #FFF;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.1em;
}
.is--contact-form .formular--contact .forms--container {
  padding: 0 20px 20px 20px;
  clear: both;
  float: left;
  width: 100%;
}
@media all and (min-width: 78.75em) {
  .is--contact-form .formular--contact .forms--container {
    padding: 0 60px 60px 60px;
  }
}
.is--contact-form .formular--contact .forms--container .panel--title {
  width: 100%;
  clear: both;
  float: left;
  letter-spacing: 0.1em;
  font-size: 16px;
  font-family: "vista-slab", serif;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
  color: #2e3033;
  margin: 0 0 20px;
}
.is--contact-form .formular--contact .forms--container .panel--body {
  clear: both;
  float: left;
  width: 100%;
  padding: 0;
}
.is--contact-form .formular--contact .forms--container .panel--body > div {
  clear: both;
  float: left;
  width: 100%;
}
.is--contact-form .formular--contact .forms--container .panel--body > div input {
  font-style: normal;
}
@media all and (min-width: 48em) {
  .is--contact-form .formular--contact .forms--container .panel--body > div input {
    margin: 0 0 30px;
  }
}
.is--contact-form .formular--contact .forms--container .panel--body .field-email,
.is--contact-form .formular--contact .forms--container .panel--body .field-vorname {
  float: left;
  clear: both;
  width: 49%;
  margin-right: 1%;
}
.is--contact-form .formular--contact .forms--container .panel--body .field-telefon,
.is--contact-form .formular--contact .forms--container .panel--body .field-nachname {
  float: left;
  clear: none;
  width: 49%;
  margin-left: 1%;
}
.is--contact-form .formular--contact .forms--container .panel--body textarea {
  background: #f7f4f0;
  border: 1px solid #eae3d9;
  color: #bdb0a1;
  font-weight: 400;
  font-style: normal;
  height: 200px;
}
.is--contact-form .formular--contact .forms--container .panel--body textarea:focus {
  color: #f36903;
  background: #FFF;
}
.is--contact-form .formular--contact .forms--container .panel--body .select-field {
  height: 40px;
  max-width: 200px;
  margin-bottom: 30px;
}
.is--contact-form .formular--contact .forms--container .panel--body .select-field select {
  background: #f4f4f4;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #bdb0a1;
  color: #4F5459;
  font-weight: 400;
  text-transform: uppercase;
  font-style: normal;
  padding-left: 10px;
  width: 100%;
  max-width: 200px;
  font-size: 11px;
}
.is--contact-form .formular--contact .forms--container .panel--body .select-field:after {
  border: none;
  font-size: 7px;
  color: #f36903;
  top: 1px;
  right: 4px;
}
.is--contact-form .formular--contact .forms--container .panel--body .select-field:focus select,
.is--contact-form .formular--contact .forms--container .panel--body .select-field:hover select {
  background: #f36903;
  border-color: #f36903;
  color: #FFF;
}
.is--contact-form .formular--contact .forms--container .panel--body .select-field:focus:after,
.is--contact-form .formular--contact .forms--container .panel--body .select-field:hover:after {
  color: #FFF;
}
.is--contact-form .formular--contact .forms--container .panel--body .forms--required {
  float: left;
  width: 100%;
  color: #818181;
  font-weight: 400;
  margin: 10px 0 0;
  text-transform: uppercase;
}
@media all and (min-width: 48em) {
  .is--contact-form .formular--contact .forms--container .panel--body .forms--required {
    width: 40%;
    margin: 44px 0 0;
  }
}
.is--contact-form .formular--contact .forms--container .panel--body .buttons {
  float: right;
  clear: none;
  width: 100%;
}
@media all and (min-width: 48em) {
  .is--contact-form .formular--contact .forms--container .panel--body .buttons {
    width: 60%;
  }
}
.is--contact-form .formular--contact .forms--container .panel--body .buttons .btn {
  width: 100%;
  max-widht: 360px;
  margin-top: 30px;
  height: 50px;
  line-height: 50px;
  color: #FFF;
  background: #28d43c;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 16px;
  font-family: "vista-slab", serif;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
  -webkit-box-shadow: 0px 30px 40px 0px rgba(2, 111, 14, 0.2);
  -moz-box-shadow: 0px 30px 40px 0px rgba(2, 111, 14, 0.2);
  box-shadow: 0px 30px 40px 0px rgba(2, 111, 14, 0.2);
}
.is--contact-form .formular--contact .forms--container .panel--body .buttons .btn.hover {
  background: #f36903;
}
@media all and (min-width: 48em) {
  .is--contact-form .sidebar-main {
    display: none;
  }
}
.is--contact-form .contact--service {
  clear: both;
  float: left;
  width: 100%;
}
.is--contact-form .contact--service .right {
  float: left;
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media all and (min-width: 64em) {
  .is--contact-form .contact--service .right {
    width: -webkit-calc(100% - 500px);
    width: -moz-calc(100% - 500px);
    width: calc(100% - 500px);
    height: 339.5px;
  }
}
.is--contact-form .contact--service .right .text {
  position: absolute;
  bottom: 20px;
  left: 0px;
  color: #FFF;
  z-index: 10;
  padding: 0 20px;
  width: 100%;
}
@media all and (min-width: 78.75em) {
  .is--contact-form .contact--service .right .text {
    padding: 0 40px;
  }
}
.is--contact-form .contact--service .right .text i {
  color: #000;
  float: left;
  margin-right: 20px;
}
@media all and (min-width: 78.75em) {
  .is--contact-form .contact--service .right .text i {
    margin-right: 30px;
  }
}
.is--contact-form .contact--service .right .text i .icon-marker {
  width: 40px;
  height: 48px;
}
.is--contact-form .contact--service .right .text p {
  float: left;
  width: 170px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
@media all and (min-width: 78.75em) {
  .is--contact-form .contact--service .right .text p {
    width: 190px;
  }
}
.is--contact-form .contact--service .right .text a {
  border: none;
  text-decoration: none;
}
.is--contact-form .contact--service .right .image {
  float: left;
  width: 100%;
}
@media all and (min-width: 64em) {
  .is--contact-form .contact--service .right .image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
  }
}
.is--contact-form .contact--service .right .image img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
}
.is--contact-form .contact--service .right .image:after {
  bottom: -44px;
  content: "";
  height: 220px;
  left: -31px;
  position: absolute;
  width: 115%;
  -webkit-transform: rotate(191deg);
  -moz-transform: rotate(191deg);
  -ms-transform: rotate(191deg);
  -o-transform: rotate(191deg);
  transform: rotate(191deg);
  background: #f36903;
}
@media all and (min-width: 30em) {
  .is--contact-form .contact--service .right .image:after {
    bottom: -120px;
    left: -35px;
  }
}
@media all and (min-width: 48em) {
  .is--contact-form .contact--service .right .image:after {
    width: 140%;
    left: -35px;
  }
}
@media all and (min-width: 64em) {
  .is--contact-form .contact--service .right .image:after {
    bottom: -76px;
    width: 115%;
    left: -31px;
  }
}
@media all and (min-width: 78.75em) {
  .is--contact-form .contact--service .right .image:after {
    bottom: -104px;
  }
}
.is--contact-form .contact--service .right .btn {
  display: inline-block;
  height: 34px;
  line-height: 30px;
  width: 100%;
  max-width: 160px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 2px solid #FFF!important;
  color: #ffffff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 300;
  background: none;
  font-size: 11px;
  float: left;
  clear: both;
  padding: 0 10px;
}
@media all and (min-width: 30em) {
  .is--contact-form .contact--service .right .btn {
    clear: none;
    margin-top: 25px;
  }
}
.is--contact-form .contact--service .right .btn i {
  margin-left: 20px;
  float: none;
  margin-right: 0px;
  color: #FFF;
}
.is--contact-form .contact--service .right .btn:hover {
  background: #FFF;
  color: #f36903;
}
.is--contact-form .contact--service .right .btn:hover i {
  color: #f36903;
}
.is--contact-form .contact--service .left {
  display: none;
  float: left;
  width: 100%;
  background: #3a3a3a;
}
@media all and (min-width: 64em) {
  .is--contact-form .contact--service .left {
    display: block;
    width: 500px;
    height: 339.5px;
    background: #000;
  }
}
.is--contact-form .contact--service .left .top {
  display: none;
  float: left;
  width: 100%;
  padding: 20px;
  border-bottom: 1px solid #6c6c6c;
}
@media all and (min-width: 48em) {
  .is--contact-form .contact--service .left .top {
    padding: 40px 40px 30px;
  }
}
.is--contact-form .contact--service .left .top .panel--title {
  width: 100%;
  clear: both;
  float: left;
  letter-spacing: 0.1em;
  font-size: 16px;
  font-family: "vista-slab", serif;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
  color: #FFF;
  margin: 0 0 10px;
}
.is--contact-form .contact--service .left .top .subtitle {
  clear: both;
  float: left;
  width: 100%;
  font-weight: 200;
  color: #818181;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 30px;
}
.is--contact-form .contact--service .left .top .item {
  float: left;
  width: 100%;
}
@media all and (min-width: 30em) {
  .is--contact-form .contact--service .left .top .item {
    width: 50%;
  }
}
.is--contact-form .contact--service .left .top .item.first {
  border-bottom: 1px solid #6c6c6c;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media all and (min-width: 30em) {
  .is--contact-form .contact--service .left .top .item.first {
    border-right: 1px solid #6c6c6c;
    padding-right: 30px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
  }
}
@media all and (min-width: 30em) {
  .is--contact-form .contact--service .left .top .item.last {
    padding-left: 30px;
  }
}
.is--contact-form .contact--service .left .top .item .title {
  color: #f36903;
  width: 100%;
  clear: both;
  float: left;
  letter-spacing: 0.1em;
  font-size: 16px;
  font-family: "vista-slab", serif;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
  margin: 0 0 5px;
}
.is--contact-form .contact--service .left .top .item .text {
  clear: both;
  float: left;
  width: 100%;
  color: #FFF;
  font-size: 13px;
  font-weight: 300;
  margin: 0 0 5px;
}
.is--contact-form .contact--service .left .top .item .time {
  clear: both;
  float: left;
  width: 100%;
  background: #f36903;
  color: #FFF;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0 20px;
  font-weight: 400;
}
.is--contact-form .contact--service .left .top .item .versand {
  clear: both;
  float: left;
  width: 100%;
  color: #FFF;
  font-size: 13px;
  font-weight: 300;
}
.is--contact-form .contact--service .left .actions {
  display: none;
  clear: both;
  float: left;
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
.is--contact-form .contact--service .left .actions .btn {
  display: inline-block;
  height: 34px;
  line-height: 30px;
  width: 100%;
  padding: 0 10px;
  max-width: 190px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 2px solid #c0c0c0;
  color: #ffffff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 300;
  background: none;
  font-size: 11px;
  float: none;
}
.is--contact-form .contact--service .left .actions .btn i {
  margin-left: 20px;
}
.is--contact-form .contact--service .left .actions .btn:hover {
  background: #f36903;
  border-color: #f36903;
}
.is--contact-form .contact--aboutus {
  clear: both;
  float: left;
  width: 100%;
  background: #FFF;
}
.is--contact-form .contact--aboutus .panel--title {
  height: 54px;
  line-height: 54px;
  float: left;
  width: 100%;
  border-bottom: 1px solid #f5efeb;
  font-style: italic;
  font-family: "vista-slab", serif;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.1em;
  margin: 0;
  text-align: center;
  padding: 0;
  color: #000;
}
.is--contact-form .contact--aboutus .left {
  float: left;
  width: 100%;
  padding: 20px;
}
@media all and (min-width: 48em) {
  .is--contact-form .contact--aboutus .left {
    padding: 40px;
  }
}
@media all and (min-width: 78.75em) {
  .is--contact-form .contact--aboutus .left {
    width: 60%;
  }
}
.is--contact-form .contact--aboutus .left .image {
  float: left;
  width: 25%;
  margin: 30px 0 0;
  padding-right: 20px;
}
.is--contact-form .contact--aboutus .left .text {
  float: left;
  width: 75%;
}
.is--contact-form .contact--aboutus .left .text p {
  margin: 0;
  color: #3a3a3a;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}
@media all and (min-width: 48em) {
  .is--contact-form .contact--aboutus .left .text p {
    font-size: 14px;
    line-height: 20px;
  }
}
.is--contact-form .contact--aboutus .right {
  float: left;
  width: 100%;
}
@media all and (min-width: 78.75em) {
  .is--contact-form .contact--aboutus .right {
    width: 40%;
  }
}
.is--contact-form .contact--aboutus .right a {
  float: left;
  width: 50%;
  border-left: 1px solid #FFF;
}
.is--contact-form .contact--aboutus .right a img {
  float: left;
  width: 100%;
}
.emotion--wrapper {
  padding: 0;
}
.emotion--wrapper .download--item {
  clear: both;
  float: left;
  width: 100%;
}
.emotion--wrapper .download--item .icon-download {
  width: 21px;
  height: 20px;
  color: #000;
  position: relative;
  top: 3px;
}
.emotion--wrapper .download--item .icon-pdf {
  width: 20px;
  height: 24px;
  color: #fc5b4e;
  position: relative;
  top: 6px;
}
.emotion--wrapper .download--item .icon-extern {
  width: 19px;
  height: 19px;
  color: #000;
  position: relative;
  top: 6px;
}
.emotion--wrapper .download--item .Service {
  clear: both;
  float: left;
  width: 100%;
}
.emotion--wrapper .download--item .header--title {
  clear: both;
  float: left;
  width: 100%;
}
.emotion--wrapper .download--item .header--title .panel--title {
  width: 100%;
  clear: both;
  float: left;
  letter-spacing: 0.1em;
  font-size: 16px;
  font-family: "vista-slab", serif;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
  color: #2e3033;
  margin: 0;
}
@media all and (min-width: 48em) {
  .emotion--wrapper .download--item .header--title .panel--title {
    font-size: 24px;
  }
}
.emotion--wrapper .download--item .header--title span {
  clear: both;
  flaot: left;
  width: 100%;
  text-transform: uppercase;
  font-size: 11px;
  color: #b3aba1;
  font-weight: 400;
}
.emotion--wrapper .download--item table thead tr td {
  display: block;
  float: left;
  line-height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.emotion--wrapper .download--item table tr {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.emotion--wrapper .download--item table tr td {
  display: block;
  float: left;
  line-height: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.emotion--wrapper .download--item table tr td:first-child {
  width: 10%;
}
.emotion--wrapper .download--item table tr td:nth-child(2) {
  width: 100%;
}
@media all and (min-width: 48em) {
  .emotion--wrapper .download--item table tr td:nth-child(2) {
    width: 90%;
  }
}
@media all and (min-width: 78.75em) {
  .emotion--wrapper .download--item table tr td:nth-child(2) {
    width: 40%;
  }
}
.emotion--wrapper .download--item table tr td:nth-child(4),
.emotion--wrapper .download--item table tr td:nth-child(3) {
  width: 10%;
}
.emotion--wrapper .download--item table tr td:last-child {
  width: 30%;
}
.emotion--wrapper .download--item table tr td.tablet {
  display: none;
}
@media all and (min-width: 48em) {
  .emotion--wrapper .download--item table tr td.tablet {
    display: block;
  }
}
.emotion--wrapper .download--item table tr td.desktop {
  display: none;
}
@media all and (min-width: 78.75em) {
  .emotion--wrapper .download--item table tr td.desktop {
    display: block;
  }
}
.emotion--wrapper .link--item {
  clear: both;
  float: left;
  width: 100%;
}
.emotion--wrapper .link--item .icon-download {
  width: 21px;
  height: 20px;
  color: #000;
  position: relative;
  top: 3px;
}
.emotion--wrapper .link--item .icon-pdf {
  width: 20px;
  height: 24px;
  color: #fc5b4e;
  position: relative;
  top: 6px;
}
.emotion--wrapper .link--item .icon-extern {
  width: 19px;
  height: 19px;
  color: #000;
  position: relative;
  top: 6px;
}
.emotion--wrapper .link--item .Service {
  clear: both;
  float: left;
  width: 100%;
}
.emotion--wrapper .link--item .header--title {
  clear: both;
  float: left;
  width: 100%;
}
.emotion--wrapper .link--item .header--title .panel--title {
  width: 100%;
  clear: both;
  float: left;
  letter-spacing: 0.1em;
  font-size: 16px;
  font-family: "vista-slab", serif;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
  color: #2e3033;
  margin: 0;
}
@media all and (min-width: 48em) {
  .emotion--wrapper .link--item .header--title .panel--title {
    font-size: 24px;
  }
}
.emotion--wrapper .link--item .header--title span {
  clear: both;
  flaot: left;
  width: 100%;
  text-transform: uppercase;
  font-size: 11px;
  color: #b3aba1;
  font-weight: 400;
}
.emotion--wrapper .link--item table thead tr td {
  display: block;
  float: left;
  line-height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.emotion--wrapper .link--item table tr {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.emotion--wrapper .link--item table tr td {
  display: block;
  float: left;
  line-height: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.emotion--wrapper .link--item table tr td:first-child {
  width: 10%;
}
.emotion--wrapper .link--item table tr td:nth-child(2) {
  width: 100%;
}
@media all and (min-width: 48em) {
  .emotion--wrapper .link--item table tr td:nth-child(2) {
    width: 90%;
  }
}
@media all and (min-width: 78.75em) {
  .emotion--wrapper .link--item table tr td:nth-child(2) {
    width: 40%;
  }
}
.emotion--wrapper .link--item table tr td:nth-child(3) {
  width: 20%;
}
.emotion--wrapper .link--item table tr td:last-child {
  width: 30%;
}
.emotion--wrapper .link--item table tr td.tablet {
  display: none;
}
@media all and (min-width: 48em) {
  .emotion--wrapper .link--item table tr td.tablet {
    display: block;
  }
}
.emotion--wrapper .link--item table tr td.desktop {
  display: none;
}
@media all and (min-width: 78.75em) {
  .emotion--wrapper .link--item table tr td.desktop {
    display: block;
  }
}
table {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  clear: both;
  float: left;
  width: 100%;
  border: 1px solid #e6d9d0;
  padding: 0;
  border-spacing: 0px;
  margin: 30px 0 60px;
}
@media all and (max-width: 48em) {
  table {
    display: block;
  }
}
@media all and (max-width: 48em) {
  table tbody {
    display: block;
  }
}
table tr {
  padding: 0;
  margin: 0;
}
@media all and (max-width: 48em) {
  table tr {
    float: left;
    width: 100%;
    display: block;
  }
}
table tr th,
table tr td {
  padding: 10px;
  margin: 0;
  color: #818181;
  border: 1px solid #e6d9d0;
  background: none;
}
@media all and (max-width: 48em) {
  table tr th,
  table tr td {
    float: left;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
  }
}
table tr th.uppercase,
table tr td.uppercase {
  text-transform: uppercase;
}
table tr th.center,
table tr td.center {
  text-align: center;
}
table tr th.short,
table tr td.short {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
table tr th.tablet,
table tr td.tablet {
  display: none;
}
@media all and (min-width: 48em) {
  table tr th.tablet,
  table tr td.tablet {
    display: table-cell;
  }
}
table tr th.desktop,
table tr td.desktop {
  display: none;
}
@media all and (min-width: 78.75em) {
  table tr th.desktop,
  table tr td.desktop {
    display: table-cell;
  }
}
table tr th a,
table tr td a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
table tr th a:hover,
table tr td a:hover {
  color: #f36903;
  border-bottom: 1px solid #f36903;
}
table tr th a.btn,
table tr td a.btn {
  background: none;
  background-image: none;
  color: #000;
  text-transform: uppercase;
  border: 2px solid #eee6e0;
  height: 34px;
  line-height: 30px;
  font-size: 13px;
  font-weight: 300;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
table tr th a.btn:hover,
table tr td a.btn:hover {
  background: #f36903;
  color: #FFF;
}
@media all and (max-width: 48em) {
  table thead {
    display: block;
  }
}
table thead tr th,
table thead tr td {
  background: #f5efeb;
  border: 1px solid #e6d9d0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #818181;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.1em;
  padding: 10px;
  text-align: left;
  font-size: 13px;
}
@media all and (max-width: 48em) {
  table thead tr th,
  table thead tr td {
    float: left;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
  }
}
/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}
.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.scroll-element {
  display: none;
}
.scroll-element,
.scroll-element div {
  box-sizing: content-box;
}
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}
.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}
/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}
.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}
.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}
.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}
.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}
/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-outer > .scroll-element {
  background-color: #ffffff;
}
.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}
.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}
.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}
.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px;
}
.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}
.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee;
}
.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
}
.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}
.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}
/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}
.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}
.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}
.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}
/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}
.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}
.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px;
}
/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
}
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}
.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}
/*************** SCROLLBAR LIGHT ***************/
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-light > .scroll-element {
  background-color: #ffffff;
}
.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-light > .scroll-element .scroll-element_outer {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
  background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dbdbdb), color-stop(100%, #e8e8e8));
  background: -webkit-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -o-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -ms-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%;
}
.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px;
}
.scrollbar-light > .scroll-element .scroll-bar {
  background: #fefefe;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
  background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fefefe), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -o-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -ms-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
/* scrollbar height/width & offset from container borders */
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}
.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}
.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px;
}
.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px;
}
.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px;
}
.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}
.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px;
}
.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}
/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-rail > .scroll-element {
  background-color: #ffffff;
}
.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3);
}
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
}
.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%;
}
.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px;
}
.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}
/* scrollbar height/width & offset from container borders */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}
.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px;
}
.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px;
}
.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px;
}
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px;
}
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px;
}
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px;
}
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px;
}
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px;
}
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px;
}
/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%;
}
.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px;
}
.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
/* scrollbar height/width & offset from container borders */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px;
}
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -o-transition: height 0.2s;
  -ms-transition: height 0.2s;
  transition: height 0.2s;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  -ms-transition: width 0.2s;
  transition: width 0.2s;
}
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}
/* hover & drag */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1;
}
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px;
}
.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 20px;
}
/*************** SCROLLBAR GOOGLE CHROME ***************/
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-chrome > .scroll-element {
  background-color: #ffffff;
}
.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb;
}
.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%;
}
.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px;
}
.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9;
}
.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e;
}
/* scrollbar height/width & offset from container borders */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px;
}
.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px;
}
.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px;
}
.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px;
}
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb;
}
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px;
}
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px;
}
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb;
}
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px;
}
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}
.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.scroll-element {
  display: none;
}
.scroll-element,
.scroll-element div {
  box-sizing: content-box;
}
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}
.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.scroll-element_outer {
  position: absolute;
  right: 0;
  top: 0;
  width: 7px;
  height: 100%;
}
.scroll-element_outer:before {
  content: '';
  width: 1px;
  height: 100%;
  background: #dedede;
  position: absolute;
  left: 3px;
  top: 0;
}
.scroll-element .scroll-bar {
  position: relative;
  width: 7px;
  min-height: 100px;
  background: #bebebe;
}
.rangeslider,
.rangeslider__fill {
  display: block;
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.rangeslider {
  background: #e6e6e6;
  position: relative;
}
.rangeslider--horizontal {
  height: 20px;
  width: 100%;
}
.rangeslider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%;
}
.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
.rangeslider__fill {
  background: #00ff00;
  position: absolute;
}
.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}
.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}
.rangeslider__handle {
  background: white;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding-left: 10px;
}
.rangeslider__handle:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.13)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.rangeslider__handle:active,
.rangeslider--active .rangeslider__handle {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.12)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
}
.rangeslider--horizontal .rangeslider__handle {
  top: -10px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}
.rangeslider--vertical .rangeslider__handle {
  left: -10px;
  touch-action: pan-x;
  -ms-touch-action: pan-x;
}
input[type="range"]:focus + .rangeslider .rangeslider__handle {
  -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}
#produkte {
  float: left;
  width: 100%;
}
#produkte .catbanner {
  clear: both;
  float: left;
  width: 100%;
  border-bottom: 1px solid #FFF;
  position: relative;
}
#produkte .catbanner .text {
  position: absolute;
  top: 19%;
  lefT: 0px;
  width: 100%;
}
#produkte .catbanner .text .subTitle {
  float: left;
  width: 100%;
  text-align: centeR;
  color: #777777;
  text-transform: uppercase;
  font-size: 7px;
  margin-bottom: 0px;
  letter-spacing: 0.1em;
  line-height: 1em;
}
@media all and (min-width: 30em) {
  #produkte .catbanner .text .subTitle {
    font-size: 9px;
    margin-bottom: 2px;
  }
}
@media all and (min-width: 48em) {
  #produkte .catbanner .text .subTitle {
    font-size: 11px;
  }
}
@media all and (min-width: 64em) {
  #produkte .catbanner .text .subTitle {
    font-size: 13px;
    margin-bottom: 14px;
  }
}
#produkte .catbanner .text .title {
  float: left;
  width: 100%;
  color: #f36903;
  text-align: centeR;
  text-transform: uppercase;
  font-size: 16px;
  font-style: italic;
  font-family: "vista-slab", serif;
  font-weight: 600;
  line-height: 1em;
}
@media all and (min-width: 30em) {
  #produkte .catbanner .text .title {
    font-size: 20px;
  }
}
@media all and (min-width: 48em) {
  #produkte .catbanner .text .title {
    font-size: 30px;
  }
}
@media all and (min-width: 64em) {
  #produkte .catbanner .text .title {
    font-size: 48px;
  }
}
#produkte .catbanner img {
  width: 100%;
}
#produkte .category--link {
  float: left;
  width: 50%;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  position: relative;
  background: #000;
}
#produkte .category--link:nth-child(2n +1) {
  clear: both;
}
@media all and (min-width: 78.75em) {
  #produkte .category--link {
    width: 33.33%;
  }
  #produkte .category--link:nth-child(2n +1) {
    clear: none;
  }
}
@media all and (min-width: 48em) and (max-width: 78.75em) {
  #produkte .category--link:nth-child(2n) {
    border-right: none;
  }
  #produkte .category--link:nth-child(2n +1) {
    clear: both;
  }
}
@media all and (min-width: 78.75em) {
  #produkte .category--link:nth-child(3n) {
    border-right: none;
  }
  #produkte .category--link:nth-child(3n +1) {
    clear: both;
  }
}
#produkte .category--link:hover .text .title {
  color: #f36903;
}
#produkte .category--link img {
  float: left;
  width: 100%;
}
#produkte .category--link .text {
  position: absolute;
  bottom: 5%;
  left: 7%;
}
@media all and (min-width: 30em) {
  #produkte .category--link .text {
    bottom: 9.5%;
    left: 10%;
  }
}
#produkte .category--link .text .subTitle {
  float: left;
  width: 100%;
  color: #777777;
  text-transform: uppercase;
  font-size: 7px;
  margin-bottom: 0px;
  letter-spacing: 0.1em;
}
@media all and (min-width: 30em) {
  #produkte .category--link .text .subTitle {
    font-size: 9px;
    margin-bottom: 2px;
  }
}
@media all and (min-width: 48em) {
  #produkte .category--link .text .subTitle {
    font-size: 11px;
    margin-bottom: 6px;
  }
}
@media all and (min-width: 64em) {
  #produkte .category--link .text .subTitle {
    font-size: 13px;
  }
}
#produkte .category--link .text .title {
  float: left;
  width: 100%;
  color: #FFF;
  text-transform: uppercase;
  font-size: 12px;
  font-style: italic;
  font-family: "vista-slab", serif;
  font-weight: 600;
}
@media all and (min-width: 30em) {
  #produkte .category--link .text .title {
    font-size: 14px;
  }
}
@media all and (min-width: 48em) {
  #produkte .category--link .text .title {
    font-size: 18px;
  }
}
@media all and (min-width: 64em) {
  #produkte .category--link .text .title {
    font-size: 24px;
  }
}
#produkte .emotion--wrapper {
  clear: both;
  float: left;
  width: 100%;
}
.is--product-cat #loginTitle {
  height: 80px;
  display: none;
}
@media all and (min-width: 48em) {
  .is--product-cat #loginTitle {
    display: block;
  }
}
.is--product-cat .info--text {
  margin: 60px 0 0;
}
.is--product-cat .info--text .teaser--text-long p {
  font-weight: 300;
}
.is--product-cat .slick-dots {
  bottom: -42px;
}
@media all and (max-width: 48em) {
  .is--product-cat .emotion--mode-rows .emotion--product-slider {
    height: auto;
  }
}
@media all and (max-width: 48em) {
  .is--product-cat .product-slider--item .product--box .product--image {
    height: 140px;
  }
}
.is--product-cat .sidebar-filter {
  display: none;
}
.is--product-cat .sidebar--categories-wrapper .categories--headline::before {
  display: none;
}
.is--product-cat .sidebar--categories-wrapper .sidebar--categories-navigation {
  max-height: none !important;
}
@media all and (min-width: 48em) {
  .is--product-cat .listing--sidebar + .content--wrapper {
    margin-left: 14.45rem;
  }
}
.is--product-cat .sidebar-main {
  padding-top: 0px;
}
@media all and (min-width: 48em) {
  .is--product-cat .sidebar-main {
    background: #000;
  }
}
.is--product-cat .sidebar-main .sidebar--categories-wrapper .categories--headline {
  cursor: inherit;
}
@media all and (min-width: 48em) {
  .is--product-cat .sidebar-main .sidebar--categories-wrapper .categories--headline {
    color: #FFF;
  }
}
@media all and (min-width: 48em) {
  .is--product-cat .sidebar-main .sidebar--navigation {
    background: #000;
    border-bottom: 11px solid #f36903;
  }
  .is--product-cat .sidebar-main .sidebar--navigation .navigation--entry .navigation--link {
    border-color: #f36903;
    color: #FFF;
    font-weight: 400;
    font-size: 12px;
  }
  .is--product-cat .sidebar-main .sidebar--navigation .navigation--entry .navigation--link .is--icon-right {
    color: #444;
  }
  .is--product-cat .sidebar-main .sidebar--navigation .navigation--entry .navigation--link:hover {
    color: #f36903;
  }
  .is--product-cat .sidebar-main .sidebar--navigation .navigation--entry .navigation--link:hover .is--icon-right {
    color: #f36903;
  }
}
.is--product-cat .slick-dots li button::before {
  font-size: 36px;
}
.is--service-buyer .sidebar--categories-wrapper .bereiche {
  display: none;
}
.is--service-buyer .sidebar--categories-wrapper .categories--headline {
  font-family: "vista-slab", serif;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
}
.is--service-buyer .sidebar--categories-wrapper .sidebar--navigation .navigation--entry .navigation--link {
  padding-left: 20px;
}
.is--service-buyer .emotion--wrapper {
  clear: both;
  float: left;
  width: 100%;
}
.is--service-buyer .sidebar-filter {
  display: none;
}
.is--service-buyer .sidebar--categories-wrapper .categories--headline::before {
  display: none;
}
.is--service-buyer .sidebar--categories-wrapper .sidebar--categories-navigation {
  max-height: none !important;
}
@media all and (min-width: 48em) {
  .is--service-buyer .listing--sidebar + .content--wrapper {
    margin-left: 14.45rem;
  }
}
.is--service-buyer .sidebar-main {
  padding-top: 0px;
}
@media all and (min-width: 48em) {
  .is--service-buyer .sidebar-main {
    background: #000;
  }
}
.is--service-buyer .sidebar-main .sidebar--categories-wrapper .categories--headline {
  cursor: inherit;
}
@media all and (min-width: 48em) {
  .is--service-buyer .sidebar-main .sidebar--categories-wrapper .categories--headline {
    color: #FFF;
  }
}
@media all and (min-width: 48em) {
  .is--service-buyer .sidebar-main .sidebar--navigation {
    background: #000;
    border-bottom: 5px solid #f36903;
  }
  .is--service-buyer .sidebar-main .sidebar--navigation .navigation--entry .navigation--link {
    border-color: #f36903;
    color: #FFF;
    font-weight: 400;
    font-size: 12px;
  }
  .is--service-buyer .sidebar-main .sidebar--navigation .navigation--entry .navigation--link .is--icon-right {
    color: #444;
  }
  .is--service-buyer .sidebar-main .sidebar--navigation .navigation--entry .navigation--link:hover {
    color: #f36903;
  }
  .is--service-buyer .sidebar-main .sidebar--navigation .navigation--entry .navigation--link:hover .is--icon-right {
    color: #f36903;
  }
}
.is--service-buyer #loginTitle {
  height: 80px;
  display: none;
}
@media all and (min-width: 48em) {
  .is--service-buyer #loginTitle {
    display: block;
  }
}
.is--service-buyer #service {
  float: left;
  width: 100%;
}
.is--service-buyer #service #textBlock .panel--body {
  padding: 20px;
}
@media all and (min-width: 48em) {
  .is--service-buyer #service #textBlock .panel--body {
    padding: 40px;
  }
}
.is--service-buyer #service #textBlock .html--content p {
  color: #3a3a3a;
  font-size: 11px;
  font-weight: 300;
}
@media all and (max-width: 48em) {
  .is--service-buyer #service #textBlock .html--content p {
    line-height: 22px;
  }
}
@media all and (min-width: 48em) {
  .is--service-buyer #service #textBlock .html--content p {
    font-size: 13px;
  }
}
.is--service-buyer #service #serviceBlock {
  background: #FFF;
  padding: 10px 10px 0;
}
@media all and (min-width: 48em) {
  .is--service-buyer #service #serviceBlock {
    padding: 40px 40px 0;
  }
}
@media all and (min-width: 78.75em) {
  .is--service-buyer #service #serviceBlock {
    padding: 40px 60px 0px 60px;
  }
}
.is--service-buyer #service #serviceBlock .service-block {
  float: left;
  width: 100%;
  background: #FFF;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 2px solid #c69a93;
  -webkit-box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.3);
}
.is--service-buyer #service #serviceBlock .service-block .action {
  clear: both;
  float: lefT;
  width: 100%;
  padding: 20px;
}
@media all and (min-width: 78.75em) {
  .is--service-buyer #service #serviceBlock .service-block .action {
    padding: 30px 40px;
  }
}
.is--service-buyer #service #serviceBlock .service-block .action .item {
  clear: both;
  float: lefT;
  width: 100%;
  background: #3a3a3a;
}
.is--service-buyer #service #serviceBlock .service-block .action .item .flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.is--service-buyer #service #serviceBlock .service-block .action .item .flex .left {
  padding: 10px;
  flex: 0 51px;
}
.is--service-buyer #service #serviceBlock .service-block .action .item .flex .left .icon-service {
  color: #906e3b;
  width: 31px;
  height: 31px;
}
.is--service-buyer #service #serviceBlock .service-block .action .item .flex .right {
  padding: 20px 10px;
  flex: 0 100%;
  border-left: 1px solid rgba(129, 129, 129, 0.5);
}
.is--service-buyer #service #serviceBlock .service-block .action .item .flex .right .title {
  font-family: "vista-slab", serif;
  text-transform: uppercase;
  font-style: italic;
  color: #f36903;
  font-size: 13px;
  font-weight: 600;
  display: block;
}
@media all and (min-width: 48em) {
  .is--service-buyer #service #serviceBlock .service-block .action .item .flex .right .title {
    font-size: 14px;
  }
}
.is--service-buyer #service #serviceBlock .service-block .action .item .flex .right .info {
  display: block;
  color: #FFF;
  font-weight: 400;
  font-size: 10px;
  margin: 10px 0 0;
}
@media all and (min-width: 48em) {
  .is--service-buyer #service #serviceBlock .service-block .action .item .flex .right .info {
    font-size: 11px;
  }
}
.is--service-buyer #service #serviceBlock .service-block .action .item .flex .right .time {
  display: inline-block;
  background: #f36903;
  color: #FFF;
  font-size: 10px;
  font-weight: 600;
  padding: 3px 15px;
  margin: 5px 0 0;
}
@media all and (min-width: 48em) {
  .is--service-buyer #service #serviceBlock .service-block .action .item .flex .right .time {
    font-size: 11px;
  }
}
.is--service-buyer #service #serviceBlock .service-block .action .item .flex .right .versand {
  text-transform: uppercase;
  color: #FFF;
  font-size: 9px;
  display: block;
  margin: 2px 0 0;
  font-weight: 400;
}
@media all and (min-width: 48em) {
  .is--service-buyer #service #serviceBlock .service-block .action .item .flex .right .versand {
    font-size: 11px;
    margin: 0;
    display: inline-block;
  }
}
.is--service-buyer #service #serviceBlock .service-block .inhalt {
  clear: both;
  float: lefT;
  width: 100%;
  padding: 40px;
  border-bottom: 2px solid #c69a93;
}
.is--service-buyer #service #serviceBlock .service-block .inhalt ul {
  list-style: disc;
  color: #818181;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
}
.is--service-buyer #service #serviceBlock .service-block .inhalt ul li {
  margin: 0 0 10px;
  font-size: 11px;
  line-height: 16px;
}
@media all and (min-width: 48em) {
  .is--service-buyer #service #serviceBlock .service-block .inhalt ul li {
    font-size: 12px;
    line-height: 18px;
  }
}
.is--service-buyer #service #serviceBlock .service-block .top {
  position: relative;
  float: left;
  width: 100%;
  background: #f5efeb;
  border-bottom: 2px solid #c69a93;
  padding: 10px;
  text-align: center;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
@media all and (min-width: 48em) {
  .is--service-buyer #service #serviceBlock .service-block .top {
    padding: 20px;
  }
}
@media all and (min-width: 78.75em) {
  .is--service-buyer #service #serviceBlock .service-block .top {
    padding: 20px 100px;
  }
}
.is--service-buyer #service #serviceBlock .service-block .top .ribbon {
  position: absolute;
  width: 32px;
  height: 140px;
  background: #a87f40;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
  color: #FFF;
  top: 0px;
  left: 7%;
  display: none;
}
@media all and (min-width: 78.75em) {
  .is--service-buyer #service #serviceBlock .service-block .top .ribbon {
    display: block;
  }
}
.is--service-buyer #service #serviceBlock .service-block .top .ribbon .icon-service {
  width: 22px;
  height: 22px;
  margin: 16px 0;
}
.is--service-buyer #service #serviceBlock .service-block .top .ribbon span {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 12px;
  margin: 16px 0px 0 -10px;
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.is--service-buyer #service #serviceBlock .service-block .top .text > i {
  display: inline-block;
  height: 40px;
  overflow: hidden;
}
@media all and (min-width: 48em) {
  .is--service-buyer #service #serviceBlock .service-block .top .text > i {
    height: 80px;
  }
}
.is--service-buyer #service #serviceBlock .service-block .top .text .icon-federgabel {
  width: 40px;
  height: 40px;
}
@media all and (min-width: 48em) {
  .is--service-buyer #service #serviceBlock .service-block .top .text .icon-federgabel {
    width: 60px;
    height: 60px;
    margin: 20px 0 0;
  }
}
.is--service-buyer #service #serviceBlock .service-block .top .text .icon-daempfer {
  width: 35px;
  height: 35px;
}
@media all and (min-width: 48em) {
  .is--service-buyer #service #serviceBlock .service-block .top .text .icon-daempfer {
    width: 55px;
    height: 55px;
    margin: 20px 0 0;
  }
}
.is--service-buyer #service #serviceBlock .service-block .top .text h2 {
  color: #000;
  font-family: "vista-slab", serif;
  text-transform: uppercase;
  font-style: italic;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  margin: 10px 0 0;
}
@media all and (min-width: 48em) {
  .is--service-buyer #service #serviceBlock .service-block .top .text h2 {
    font-size: 24px;
    line-height: 26px;
    margin: 20px 0 0;
  }
}
.is--service-buyer #service #serviceBlock .service-block .top .text h2 span {
  font-weight: 600;
  width: 100%;
  display: block;
}
.is--service-buyer #service #serviceBlock .service-block .top .text .price {
  display: block;
  margin: 20px 0 0;
}
.is--service-buyer #service #serviceBlock .service-block .top .text .price span:first-child {
  text-transform: uppercase;
  color: #3a3a3a;
  font-size: 11px;
  font-weight: 400;
  vertical-align: top;
}
@media all and (min-width: 48em) {
  .is--service-buyer #service #serviceBlock .service-block .top .text .price span:first-child {
    font-size: 14px;
  }
}
.is--service-buyer #service #serviceBlock .service-block .top .text .price span:nth-child(2) {
  text-transform: uppercase;
  color: #f36903;
  font-size: 26px;
  line-height: 22px;
  font-weight: 600;
  vertical-align: top;
}
@media all and (min-width: 48em) {
  .is--service-buyer #service #serviceBlock .service-block .top .text .price span:nth-child(2) {
    font-size: 36px;
    line-height: 32px;
  }
}
.is--service-buyer #service #serviceBlock .service-block .top .text .price span:last-child {
  text-transform: uppercase;
  color: #3a3a3a;
  font-size: 11px;
  font-weight: 600;
  vertical-align: top;
  position: relative;
  display: inline-block;
  top: 10px;
  left: 0px;
}
@media all and (min-width: 48em) {
  .is--service-buyer #service #serviceBlock .service-block .top .text .price span:last-child {
    font-size: 14px;
    top: 13px;
  }
}
.is--service-buyer #service #serviceBlock .service-block .top .text .price span:last-child:before {
  position: absolute;
  left: 0px;
  top: -5px;
  content: '';
  height: 2px;
  width: 7px;
  background: #f36903;
}
@media all and (min-width: 48em) {
  .is--service-buyer #service #serviceBlock .service-block .top .text .price span:last-child:before {
    height: 4px;
    width: 9px;
    top: -8px;
  }
}
.is--service-buyer #preisListeBlock {
  background: #FFF;
  padding: 0 10px 10px;
}
@media all and (min-width: 48em) {
  .is--service-buyer #preisListeBlock {
    padding: 0 40px 40px;
  }
}
@media all and (min-width: 78.75em) {
  .is--service-buyer #preisListeBlock {
    padding: 0 60px 40px 60px;
  }
}
.is--service-buyer #preisListeBlock #preisListe {
  clear: both;
  float: left;
  width: 100%;
  background: #d5d5d5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 20px;
}
.is--service-buyer #preisListeBlock #preisListe .left {
  float: left;
  width: 100%;
}
@media all and (min-width: 78.75em) {
  .is--service-buyer #preisListeBlock #preisListe .left {
    width: -webkit-calc(100% - 350px);
    width: -moz-calc(100% - 350px);
    width: calc(100% - 350px);
  }
}
.is--service-buyer #preisListeBlock #preisListe .left i {
  margin: 0 10px 0 0;
  float: left;
}
@media all and (min-width: 48em) {
  .is--service-buyer #preisListeBlock #preisListe .left i {
    margin: 0 40px 0 0;
  }
}
.is--service-buyer #preisListeBlock #preisListe .left i svg {
  float: left;
  width: 41px;
  height: 57px;
  color: #f36903;
}
@media all and (min-width: 48em) {
  .is--service-buyer #preisListeBlock #preisListe .left i svg {
    width: 71px;
    height: 87px;
  }
}
.is--service-buyer #preisListeBlock #preisListe .left .info {
  float: left;
  width: -webkit-calc(100% - 51px);
  width: -moz-calc(100% - 51px);
  width: calc(100% - 51px);
  margin: 0 0 10px;
}
@media all and (min-width: 48em) {
  .is--service-buyer #preisListeBlock #preisListe .left .info {
    width: -webkit-calc(100% - 127px);
    width: -moz-calc(100% - 127px);
    width: calc(100% - 127px);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 86px;
    margin: 0;
  }
}
.is--service-buyer #preisListeBlock #preisListe .left .info span {
  display: block;
  text-transform: uppercase;
}
.is--service-buyer #preisListeBlock #preisListe .left .info span:first-child {
  color: #2e3033;
  font-size: 14px;
  margin: 0 0 0px;
  font-weight: 400;
}
.is--service-buyer #preisListeBlock #preisListe .left .info span:last-child {
  color: #818181;
  font-size: 12px;
  font-weight: 300;
}
.is--service-buyer #preisListeBlock #preisListe .action {
  float: right;
  width: 100%;
}
@media all and (min-width: 30em) {
  .is--service-buyer #preisListeBlock #preisListe .action {
    width: -webkit-calc(100% - 48px);
    width: -moz-calc(100% - 48px);
    width: calc(100% - 48px);
  }
}
@media all and (min-width: 48em) {
  .is--service-buyer #preisListeBlock #preisListe .action {
    width: -webkit-calc(100% - 110px);
    width: -moz-calc(100% - 110px);
    width: calc(100% - 110px);
  }
}
@media all and (min-width: 78.75em) {
  .is--service-buyer #preisListeBlock #preisListe .action {
    width: 350px;
    text-align: center;
    padding: 0 40px;
  }
}
.is--service-buyer #preisListeBlock #preisListe .action .btn {
  float: none;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  background: #bdb0a1;
  color: #FFF;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  max-width: 300px;
}
@media all and (min-width: 48em) {
  .is--service-buyer #preisListeBlock #preisListe .action .btn {
    height: 42px;
    line-height: 42px;
    font-size: 12px;
  }
}
@media all and (min-width: 78.75em) {
  .is--service-buyer #preisListeBlock #preisListe .action .btn {
    margin: 20px 0 0;
  }
}
.is--service-buyer #preisListeBlock #preisListe .action .btn:hover {
  background: #f36903;
}
.is--service-buyer .emotion--container.emotion--column-4 .col-m-1 {
  width: 100% !important;
}
.is--service-buyer .emotion--container.emotion--column-4 .col-m-1 .emotion--youtube {
  width: 50%;
}
.is--service-buyer #steps {
  clear: both;
  float: left;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.is--service-buyer #steps .step {
  flex: 0 100%;
  padding: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media all and (min-width: 30em) {
  .is--service-buyer #steps .step {
    flex: 0 50%;
  }
}
@media all and (min-width: 78.75em) {
  .is--service-buyer #steps .step {
    flex: 0 25%;
    padding: 0 20px 10px;
  }
}
.is--service-buyer #steps .step .content {
  float: left;
  width: 100%;
  border: 1px solid #9a9a9a;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  position: relative;
}
.is--service-buyer #steps .step .content .number {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  color: #FFF;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  background: #000000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.is--service-buyer #steps .step .content .stepcount {
  float: left;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  color: #818181;
  letter-spacing: 0.1em;
  margin: 30px 0 10px 0;
  font-weight: 300;
}
.is--service-buyer #steps .step .content i {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  width: 90px;
  height: 90px;
  border: 2px solid #d2d2d3;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  left: 50%;
  margin-left: -45px;
  position: relative;
}
.is--service-buyer #steps .step .content i .icon-download {
  width: 42px;
  height: 42px;
  color: #000;
}
.is--service-buyer #steps .step .content i .icon-werkstatt {
  width: 42px;
  height: 42px;
  color: #000;
}
.is--service-buyer #steps .step .content i .icon-versand {
  width: 42px;
  height: 42px;
  color: #000;
}
.is--service-buyer #steps .step .content i .icon-formular {
  width: 42px;
  height: 42px;
  color: #000;
}
.is--service-buyer #steps .step .content h4 {
  clear: both;
  float: left;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  color: #3a3a3a;
  font-size: 16px;
  line-height: 18px;
  hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  padding: 0 20px;
  margin: 20px 0 30px;
}
.is--service-buyer #steps .step .content p {
  clear: both;
  float: left;
  width: 100%;
  padding: 0 20px 20px;
  color: #818181;
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  text-align: center;
}
.is--service-buyer #formularBlock {
  background: #FFF;
  padding: 0 0px 10px;
}
@media all and (min-width: 78.75em) {
  .is--service-buyer #formularBlock {
    padding: 0 20px 40px 20px;
  }
}
.is--service-buyer #formularBlock .headline {
  clear: both;
  float: left;
  width: 100%;
  padding: 0 10px;
}
@media all and (min-width: 78.75em) {
  .is--service-buyer #formularBlock .headline {
    padding: 0 20px;
  }
}
.is--service-buyer #formularBlock .headline h3 {
  font-family: "vista-slab", serif;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
  color: #2e3033;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 0px;
}
@media all and (min-width: 48em) {
  .is--service-buyer #formularBlock .headline h3 {
    font-size: 20px;
    line-height: 22px;
  }
}
.is--service-buyer #formularBlock .headline p {
  font-size: 11px;
  line-height: 14px;
  font-weight: 300;
  margin: 5px 0 10px;
  color: #b3aba1;
  text-transform: uppercase;
}
@media all and (min-width: 48em) {
  .is--service-buyer #formularBlock .headline p {
    margin: 15px 0 30px;
    font-size: 12px;
    line-height: 16px;
  }
}
.is--service-buyer #serviceFormBlock {
  background: #FFF;
  padding: 0 10px 10px;
}
@media all and (min-width: 78.75em) {
  .is--service-buyer #serviceFormBlock {
    padding: 0 20px 0px 20px;
  }
}
.is--service-buyer #serviceFormulare .item {
  float: left;
  width: 100%;
  margin: 0 0 20px;
}
@media all and (min-width: 78.75em) {
  .is--service-buyer #serviceFormulare .item {
    width: 100%;
    padding: 20px;
  }
}
.is--service-buyer #serviceFormulare .item .content {
  background: #dddddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 20px;
}
.is--service-buyer #serviceFormulare .item .content .right {
  float: left;
  width: 70%;
}
@media all and (min-width: 48em) {
  .is--service-buyer #serviceFormulare .item .content .right {
    width: 75%;
  }
}
.is--service-buyer #serviceFormulare .item .content .right span {
  display: block;
}
.is--service-buyer #serviceFormulare .item .content .right .subTitle {
  font-size: 12px;
  color: #2e3033;
  text-transform: uppercase;
  font-weight: 300;
}
@media all and (min-width: 48em) {
  .is--service-buyer #serviceFormulare .item .content .right .subTitle {
    font-size: 14px;
    margin: 20px 0 0;
  }
}
.is--service-buyer #serviceFormulare .item .content .right .title {
  font-weight: 600;
  font-size: 12px;
  color: #2e3033;
  text-transform: uppercase;
}
@media all and (min-width: 48em) {
  .is--service-buyer #serviceFormulare .item .content .right .title {
    font-size: 14px;
  }
}
.is--service-buyer #serviceFormulare .item .content .right p {
  color: #818181;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 12px;
  margin: 10px 0 20px;
  font-weight: 300;
}
@media all and (min-width: 48em) {
  .is--service-buyer #serviceFormulare .item .content .right p {
    font-size: 12px;
    line-height: 14px;
  }
}
.is--service-buyer #serviceFormulare .item .content .right .btn {
  float: none;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  background: #28d43c;
  color: #FFF;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 5px;
  max-width: 300px;
}
@media all and (min-width: 48em) {
  .is--service-buyer #serviceFormulare .item .content .right .btn {
    height: 42px;
    line-height: 42px;
    font-size: 12px;
    padding: 0 20px;
  }
}
.is--service-buyer #serviceFormulare .item .content .right .btn:hover {
  background: #f36903;
}
.is--service-buyer #serviceFormulare .item .content .left {
  float: left;
  width: 20%;
  position: relative;
}
@media all and (min-width: 48em) {
  .is--service-buyer #serviceFormulare .item .content .left {
    width: 25%;
  }
}
.is--service-buyer #serviceFormulare .item .content .left .country {
  color: #cdcdcd;
}
.is--service-buyer #serviceFormulare .item .content .left .country .icon-germany {
  width: 90%;
  height: auto;
}
.is--service-buyer #serviceFormulare .item .content .left .country .icon-austria {
  width: 90%;
  height: auto;
}
.is--service-buyer #serviceFormulare .item .content .left i {
  position: absolute;
  top: 0px;
  left: 30%;
  z-index: 10;
}
.is--service-buyer #serviceFormulare .item .content .left i .icon-download {
  width: 50%;
  height: auto;
  color: #f36903;
}
@media all and (min-width: 78.75em) {
  .is--service-buyer .service-block.left {
    max-width: 48%;
  }
}
@media all and (min-width: 78.75em) {
  .is--service-buyer .service-block.right {
    max-width: 48%;
  }
}
.is--service-buyer .product--search {
  font-size: 10px;
  background-color: black;
  color: white;
  margin-left: 15px;
  list-style: none;
  padding: 5px;
}
.is--service-buyer .product--search a {
  color: white;
}
.is--service-buyer .product--search a:hover {
  color: orange;
}
.is--service-buyer #footer--newsletter .checkbox-inline input {
  width: auto;
}
.is--ctl-detail #service .item {
  padding: 20px;
}
.is--ctl-detail #service .item:first-child {
  margin-top: 20px;
}
.serviceIntro .panel {
  background: #f4f4f4;
}
.is--act-profile .content--wrapper {
  /*
    @media all and (min-width: @tabletViewportWidth){
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }*/
}
.is--act-profile .account-left {
  float: left;
  flex: 0 300px;
}
.is--act-profile .account-right .profile-email--container .panel--body .info strong {
  clear: both;
  float: left;
  width: 100%;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  color: #bdb0a1;
  letter-spacing: 0.1em;
}
@media all and (min-width: 48em) {
  .is--act-profile .account-right .profile-email--container .panel--body .info strong {
    font-size: 14px;
    line-height: 18px;
  }
}
.is--act-profile .account-right .profile-email--container .panel--body .info .profile--field {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  margin: 0px 0 22px;
  clear: both;
  float: left;
  width: 100%;
  padding: 0px;
}
@media all and (max-width: 64em) {
  .is--act-profile .account-right .profile-password--container {
    border-top: 1px solid #e6d9d0;
  }
}
@media all and (min-width: 64em) {
  .is--act-profile .account-right .profile-password--container {
    border-left: 1px solid #e6d9d0;
  }
}
@media all and (min-width: 64em) {
  .is--act-profile .account-right .profile-password--container .profile--password {
    margin-top: 4rem;
  }
}
.is--act-profile .account-right .account--profile {
  padding: 0;
}
.is--act-profile .account-right .account--profile > form {
  border-bottom: 1px solid #e6d9d0;
}
.is--act-profile .account-right .account--profile .panel--body {
  display: inline-block;
  width: 100%;
}
.is--act-profile .account-right .account--profile .birthday--label {
  margin: 0px;
  color: #000;
  font-size: 14px;
  line-height: 18px;
  font-family: "vista-slab", serif;
  text-transform: uppercase;
  font-style: italic;
  border: none;
  padding: 20px 0px 10px;
}
@media all and (min-width: 48em) {
  .is--act-profile .account-right .account--profile .birthday--label {
    font-size: 16px;
    line-height: 20px;
  }
}
@media all and (max-width: 48em) {
  .is--act-profile .account-right .account--profile .profile--birthdate .select-field {
    width: -webkit-calc(33.33% - 10px);
    width: -moz-calc(33.33% - 10px);
    width: calc(33.33% - 10px);
    margin-right: 10px;
    max-width: none;
  }
}
@media all and (max-width: 30em) {
  .is--act-profile .account-right .account--profile .profile--birthdate .select-field {
    width: 100%;
    margin-right: 0px;
  }
}
@media all and (max-width: 48em) {
  .is--act-profile .account-right .account--profile .profile--birthdate .select-field select {
    max-width: none;
  }
}
.is--act-profile .account-right .account--profile .panel--actions {
  padding: 0px 20px 20px;
}
@media all and (min-width: 48em) {
  .is--act-profile .account-right .account--profile .panel--actions {
    padding: 20px;
  }
}
.is--act-profile .account-right .account--profile .panel--actions .btn {
  background: #f36903;
  color: #FFF;
  height: 32px;
  line-height: 32px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  letter-spacing: 0.1em;
  font-weight: 300;
  width: 100%;
  font-size: 11px;
  text-align: center;
  max-width: 320px;
}
@media all and (min-width: 48em) {
  .is--act-profile .account-right .account--profile .panel--actions .btn {
    height: 42px;
    line-height: 42px;
  }
}
.is--act-profile .account-right .account--profile .panel--actions .btn:hover {
  background: #2ecc71;
}
.is--act-profile .account-right .account--profile .select-field {
  height: 40px;
  max-width: 200px;
  margin-bottom: 10px;
}
.is--act-profile .account-right .account--profile .select-field select {
  background: #f4f4f4;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #bdb0a1;
  color: #4F5459;
  font-weight: 400;
  text-transform: uppercase;
  font-style: normal;
  padding-left: 10px;
  width: 100%;
  max-width: 200px;
  font-size: 11px;
}
.is--act-profile .account-right .account--profile .select-field:after {
  border: none;
  font-size: 7px;
  color: #f36903;
  top: 1px;
  right: 4px;
}
.is--act-profile .account-right .account--profile .select-field:focus select,
.is--act-profile .account-right .account--profile .select-field:hover select {
  background: #f36903;
  border-color: #f36903;
  color: #FFF;
}
.is--act-profile .account-right .account--profile .select-field:focus:after,
.is--act-profile .account-right .account--profile .select-field:hover:after {
  color: #FFF;
}
.is--act-profile .account-right .account--profile .panel--title {
  margin: 0px;
  color: #000;
  font-size: 14px;
  line-height: 18px;
  font-family: "vista-slab", serif;
  text-transform: uppercase;
  font-style: italic;
  border: none;
  padding: 20px 20px 0;
}
@media all and (min-width: 48em) {
  .is--act-profile .account-right .account--profile .panel--title {
    font-size: 16px;
    line-height: 20px;
  }
}
.is--act-profile .account-right .account--profile .required-info {
  color: #b3aba1;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  margin: 2px 0 30px;
  clear: both;
  float: left;
  width: 100%;
  padding: 0 20px;
}
.is--ctl-address .sidebar--categories-wrapper .sidebar--navigation.is--level0 > .navigation--entry > .navigation--link {
  display: block;
}
.is--ctl-address .sidebar--categories-wrapper .sidebar--navigation.is--level0 > .navigation--entry > .navigation--link.is--active {
  background: #f36903;
  color: #FFF;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
@media all and (min-width: 48em) {
  .is--ctl-address .sidebar-main {
    display: none !important;
  }
}
.is--ctl-address .account--content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.is--ctl-address .deleteInfo {
  clear: both;
  float: left;
  width: 100%;
  margin: 0;
  color: #000;
  font-size: 11px;
  line-height: 18px;
  font-weight: 400;
  padding: 20px;
}
.is--ctl-address.is--act-delete .address--box {
  color: #000;
}
.is--ctl-address.is--act-delete .address--delete-actions {
  padding: 0 20px;
  clear: both;
  float: left;
  width: 100%;
  margin: 0 0 40px;
}
.is--ctl-address.is--act-delete .address--delete-actions .is--secondary {
  background-image: none;
  background: none;
  height: 34px;
  line-height: 32px;
  border: 2px solid #eae3d9;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  font-size: 11px;
  font-weight: 600;
  color: #818181;
  margin-top: 0px;
  padding: 0 10px;
}
@media all and (min-width: 48em) {
  .is--ctl-address.is--act-delete .address--delete-actions .is--secondary {
    padding: 0 20px;
  }
}
.is--ctl-address.is--act-delete .address--delete-actions .is--secondary:hover {
  color: #FFF;
  background: #f36903;
  border-color: #f36903;
}
.is--ctl-address.is--act-delete .address--delete-actions .is--primary {
  height: 34px;
  line-height: 34px;
  text-align: center;
  border: none;
  background: #f36903;
  color: #FFF;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 300;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  letter-spacing: 0.1em;
  padding: 0 10px;
}
@media all and (min-width: 48em) {
  .is--ctl-address.is--act-delete .address--delete-actions .is--primary {
    padding: 0 20px;
  }
}
.is--ctl-address.is--act-delete .address--delete-actions .is--primary:hover {
  background: #2ecc71;
}
.is--ctl-address.is--act-create .address--company,
.is--ctl-address.is--act-edit .address--company {
  margin-bottom: 30px;
}
.is--ctl-address.is--act-create .address--customertype,
.is--ctl-address.is--act-edit .address--customertype {
  float: left;
  width: 100%;
}
@media all and (min-width: 64em) {
  .is--ctl-address.is--act-create .address--customertype,
  .is--ctl-address.is--act-edit .address--customertype {
    float: left;
    width: 25%;
    padding-right: 1%;
  }
}
.is--ctl-address.is--act-create .address--salutation,
.is--ctl-address.is--act-edit .address--salutation {
  float: left;
  width: 100%;
}
@media all and (min-width: 64em) {
  .is--ctl-address.is--act-create .address--salutation,
  .is--ctl-address.is--act-edit .address--salutation {
    float: left;
    width: 25%;
    padding-left: 1%;
  }
}
@media all and (min-width: 64em) {
  .is--ctl-address.is--act-create .address--zip-city,
  .is--ctl-address.is--act-edit .address--zip-city,
  .is--ctl-address.is--act-create .address--additional-line1,
  .is--ctl-address.is--act-edit .address--additional-line1,
  .is--ctl-address.is--act-create .address--firstname,
  .is--ctl-address.is--act-edit .address--firstname,
  .is--ctl-address.is--act-create .address--companyname,
  .is--ctl-address.is--act-edit .address--companyname {
    float: left;
    width: 49%;
    margin-right: 1%;
    clear: both;
  }
}
.is--ctl-address.is--act-create .address--country,
.is--ctl-address.is--act-edit .address--country,
.is--ctl-address.is--act-create .address--additional-field2,
.is--ctl-address.is--act-edit .address--additional-field2,
.is--ctl-address.is--act-create .address--lastname,
.is--ctl-address.is--act-edit .address--lastname,
.is--ctl-address.is--act-create .address--department,
.is--ctl-address.is--act-edit .address--department {
  max-width: none !important;
}
@media all and (min-width: 64em) {
  .is--ctl-address.is--act-create .address--country,
  .is--ctl-address.is--act-edit .address--country,
  .is--ctl-address.is--act-create .address--additional-field2,
  .is--ctl-address.is--act-edit .address--additional-field2,
  .is--ctl-address.is--act-create .address--lastname,
  .is--ctl-address.is--act-edit .address--lastname,
  .is--ctl-address.is--act-create .address--department,
  .is--ctl-address.is--act-edit .address--department {
    float: left;
    width: 49%;
    margin-left: 1%;
  }
}
.is--ctl-address.is--act-create .address--country select,
.is--ctl-address.is--act-edit .address--country select,
.is--ctl-address.is--act-create .address--additional-field2 select,
.is--ctl-address.is--act-edit .address--additional-field2 select,
.is--ctl-address.is--act-create .address--lastname select,
.is--ctl-address.is--act-edit .address--lastname select,
.is--ctl-address.is--act-create .address--department select,
.is--ctl-address.is--act-edit .address--department select {
  max-width: none !important;
}
.is--ctl-address.is--act-create .address--default-billing,
.is--ctl-address.is--act-edit .address--default-billing,
.is--ctl-address.is--act-create .address--default-shipping,
.is--ctl-address.is--act-edit .address--default-shipping {
  margin-top: 10px;
  float: left;
  width: 100%;
}
.is--ctl-address.is--act-create .address--default-billing input,
.is--ctl-address.is--act-edit .address--default-billing input,
.is--ctl-address.is--act-create .address--default-shipping input,
.is--ctl-address.is--act-edit .address--default-shipping input {
  width: 20px;
  height: 20px;
  margin: 5px 10px 0 0;
  float: left;
}
.is--ctl-address.is--act-create .address--default-billing > label,
.is--ctl-address.is--act-edit .address--default-billing > label,
.is--ctl-address.is--act-create .address--default-shipping > label,
.is--ctl-address.is--act-edit .address--default-shipping > label {
  color: #000;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
  top: 0px;
  float: left;
  line-height: 16px;
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  margin-left: 10px;
}
@media all and (min-width: 48em) {
  .is--ctl-address.is--act-create .address--default-billing > label,
  .is--ctl-address.is--act-edit .address--default-billing > label,
  .is--ctl-address.is--act-create .address--default-shipping > label,
  .is--ctl-address.is--act-edit .address--default-shipping > label {
    top: 4px;
  }
}
.is--ctl-address.is--act-create .account--address > .panel,
.is--ctl-address.is--act-edit .account--address > .panel {
  clear: both;
  float: left;
  width: 100%;
}
.is--ctl-address.is--act-create .panel--body .select-field,
.is--ctl-address.is--act-edit .panel--body .select-field {
  height: 40px;
  max-width: 260px;
  margin-bottom: 10px;
  float: left;
}
.is--ctl-address.is--act-create .panel--body .select-field select,
.is--ctl-address.is--act-edit .panel--body .select-field select {
  background: #f4f4f4;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #bdb0a1;
  color: #4F5459;
  font-weight: 400;
  text-transform: uppercase;
  font-style: normal;
  padding-left: 10px;
  width: 100%;
  max-width: 260px;
  font-size: 11px;
}
.is--ctl-address.is--act-create .panel--body .select-field:after,
.is--ctl-address.is--act-edit .panel--body .select-field:after {
  border: none;
  font-size: 7px;
  color: #f36903;
  top: 1px;
  right: 4px;
}
.is--ctl-address.is--act-create .panel--body .select-field:focus select,
.is--ctl-address.is--act-edit .panel--body .select-field:focus select,
.is--ctl-address.is--act-create .panel--body .select-field:hover select,
.is--ctl-address.is--act-edit .panel--body .select-field:hover select {
  background: #f36903;
  border-color: #f36903;
  color: #FFF;
}
.is--ctl-address.is--act-create .panel--body .select-field:focus:after,
.is--ctl-address.is--act-edit .panel--body .select-field:focus:after,
.is--ctl-address.is--act-create .panel--body .select-field:hover:after,
.is--ctl-address.is--act-edit .panel--body .select-field:hover:after {
  color: #FFF;
}
.is--ctl-address .content--wrapper {
  margin-left: 0px !important;
  background: #FFF;
  clear: both;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.is--ctl-address .content--wrapper .address--actions-set-defaults {
  float: left;
  width: 100%;
}
.is--ctl-address .content--wrapper .address--content {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
.is--ctl-address .content--wrapper .address--content .account--success {
  padding: 20px 20px 0;
  float: left;
  width: 100%;
}
.is--ctl-address .content--wrapper .address--content .account--success .alert {
  float: left;
  width: 100%;
}
.is--ctl-address .content--wrapper .address--content .account--success .is--success .alert--icon {
  color: #208e4e;
}
.is--ctl-address .content--wrapper .address--content .panel--actions {
  clear: both;
  float: left;
  width: 100%;
}
.is--ctl-address .content--wrapper .address--content .panel--actions .btn {
  float: left;
  width: 100%;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border: none;
  background: #f36903;
  color: #FFF;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 300;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  letter-spacing: 0.1em;
}
.is--ctl-address .content--wrapper .address--content .panel--actions .btn:hover {
  background: #2ecc71;
}
.is--ctl-address .content--wrapper .address--content .account--welcome {
  padding: 20px;
  border-bottom: 1px solid #e6d9d0;
  margin: 0;
  float: left;
  width: 100%;
}
.is--ctl-address .content--wrapper .address--content .account--welcome h1 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  font-family: "vista-slab", serif;
  text-transform: uppercase;
  font-style: italic;
  margin: 0;
  padding: 0;
}
@media all and (min-width: 48em) {
  .is--ctl-address .content--wrapper .address--content .account--welcome h1 {
    font-size: 24px;
  }
}
.is--ctl-address .content--wrapper .address--content .account--welcome .panel--body p {
  margin: 5px 0 0;
  letter-spacing: 0.1em;
  font-size: 11px;
  font-weight: 400;
  color: #bdb0a1;
  text-transform: uppercase;
  line-height: 14px;
}
.is--ctl-address .content--wrapper .address--content .account--welcome .required_fields {
  color: #b3aba1;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  margin: 8px 0 0px;
  clear: both;
  float: left;
  width: 100%;
}
@media all and (min-width: 48em) {
  .is--ctl-address .content--wrapper .address--content .account--welcome .required_fields {
    font-size: 12px;
  }
}
.is--ctl-address .content--wrapper .address--content .address--item-content {
  float: left;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e6d9d0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-align: left;
  position: relative;
}
@media all and (min-width: 64em) {
  .is--ctl-address .content--wrapper .address--content .address--item-content {
    width: 50%;
    height: 340px;
    border-right: 1px solid #e6d9d0;
  }
}
@media all and (min-width: 64em) and (max-width: 78.75em) {
  .is--ctl-address .content--wrapper .address--content .address--item-content:nth-child(2n) {
    border-right: none;
  }
}
.is--ctl-address .content--wrapper .address--content .address--item-content.address--item-create {
  padding: 20px;
}
.is--ctl-address .content--wrapper .address--content .address--item-content.address--item-create .btn {
  float: left;
  width: 100%;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border: none;
  background: #f36903;
  color: #FFF;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 300;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  letter-spacing: 0.1em;
}
@media all and (min-width: 64em) {
  .is--ctl-address .content--wrapper .address--content .address--item-content.address--item-create .btn {
    position: absolute;
    bottom: 40px;
    left: 20px;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
  }
}
.is--ctl-address .content--wrapper .address--content .address--item-content.address--item-create .btn:hover {
  background: #2ecc71;
}
.is--ctl-address .content--wrapper .address--content .address--item-content .panel--title {
  border: none;
  margin: 0;
  padding: 0 0 10px;
  color: #000;
  font-family: "vista-slab", serif;
  text-transform: uppercase;
  font-style: italic;
  font-size: 14px;
  line-height: 18px;
}
@media all and (min-width: 30em) {
  .is--ctl-address .content--wrapper .address--content .address--item-content .panel--title {
    font-size: 16px;
    line-height: 20px;
  }
}
.is--ctl-address .content--wrapper .address--content .address--item-content .panel--body span {
  color: #000;
  font-weight: 400;
  font-size: 12px;
}
.is--ctl-address .content--wrapper .address--content .address--item-content .panel--body a {
  border: none;
  text-decoration: underline;
  margin: 10px 0 0;
  font-size: 12px;
  display: inline-block;
}
.is--ctl-address .content--wrapper .address--content .address--item-content .panel--body a:hover {
  text-decoration: none;
}
.is--ctl-address .content--wrapper .address--content .address--item-content .panel--actions {
  clear: both;
  float: left;
  width: 100%;
  position: relative;
  padding-top: 0px;
  height: auto !important;
}
@media all and (min-width: 64em) {
  .is--ctl-address .content--wrapper .address--content .address--item-content .panel--actions {
    position: absolute;
    bottom: 0px;
  }
}
.is--ctl-address .content--wrapper .address--content .address--item-content .panel--actions .btn {
  background-image: none;
  background: none;
  height: 34px;
  line-height: 32px;
  border: 2px solid #eae3d9;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 11px;
  font-weight: 600;
  color: #818181;
  float: left;
  width: 100%;
  margin-top: 10px;
}
.is--ctl-address .content--wrapper .address--content .address--item-content .panel--actions .btn:hover {
  color: #FFF;
  background: #f36903;
  border-color: #f36903;
}
.is--ctl-address .content--wrapper .address--content .address--item-content .panel--actions .btn.is--link {
  margin: 10px 0 0px;
  height: auto;
  line-height: 1em;
  border: none;
  width: auto;
  background: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-decoration: underline;
  color: #000;
  text-align: left;
  line-height: 14px;
}
.is--ctl-address .content--wrapper .address--content .address--item-content .panel--actions .btn.is--link:hover {
  color: #f36903;
}
.is--ctl-address .account-right {
  float: left;
  width: 100%;
}
@media all and (min-width: 48em) {
  .is--ctl-address .account-right {
    width: -webkit-calc(100% - 220px);
    width: -moz-calc(100% - 220px);
    width: calc(100% - 220px);
  }
}
@media all and (min-width: 64em) {
  .is--ctl-address .account-right {
    width: -webkit-calc(100% - 2620px);
    width: -moz-calc(100% - 260px);
    width: calc(100% - 260px);
  }
}
@media all and (min-width: 78.75em) {
  .is--ctl-address .account-right {
    width: -webkit-calc(100% - 300px);
    width: -moz-calc(100% - 300px);
    width: calc(100% - 300px);
  }
}
.is--ctl-address .account-right .paymentTyp {
  text-transform: uppercase;
}
.is--ctl-address .account-left {
  background: #000000;
  width: 220px;
  padding: 0;
  margin: 0;
  border: none;
  display: none;
  position: relative;
}
@media all and (min-width: 48em) {
  .is--ctl-address .account-left {
    display: block;
  }
}
@media all and (min-width: 64em) {
  .is--ctl-address .account-left {
    width: 260px;
  }
}
@media all and (min-width: 78.75em) {
  .is--ctl-address .account-left {
    width: 300px;
  }
}
.is--ctl-address .footer--columns {
  border-top: 7px solid #f79758;
}
.is--act-create.is--ctl-address .content--wrapper .address--content .panel--actions .btn {
  max-width: 320px;
}
.noChange {
  padding: 20px;
}
.noChangeInfo {
  font-size: 12px;
  line-height: 16px;
}
.is--ctl-note .sidebar--categories-wrapper .sidebar--navigation.is--level0 > .navigation--entry > .navigation--link {
  display: block;
}
.is--ctl-note .sidebar--categories-wrapper .sidebar--navigation.is--level0 > .navigation--entry > .navigation--link.is--active {
  background: #f36903;
  color: #FFF;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
@media all and (min-width: 48em) {
  .is--ctl-note .sidebar-main {
    display: none !important;
  }
}
@media all and (min-width: 48em) {
  .is--ctl-note.is--user .content--wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    clear: both;
    float: left;
  }
}
.is--ctl-note .buybox--button.block.btn.is--primary.is--icon-right.is--center.is--large {
  background: #2ecc71;
  color: #FFF;
  font-weight: 600;
  font-family: "vista-slab", serif;
  text-transform: uppercase;
  font-size: 12px;
  font-style: italic;
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 0;
  width: 100%;
  float: right;
  max-width: 400px;
  -webkit-box-shadow: 0px 30px 40px 0px rgba(2, 111, 14, 0.2);
  -moz-box-shadow: 0px 30px 40px 0px rgba(2, 111, 14, 0.2);
  box-shadow: 0px 30px 40px 0px rgba(2, 111, 14, 0.2);
}
@media all and (min-width: 48em) {
  .is--ctl-note .buybox--button.block.btn.is--primary.is--icon-right.is--center.is--large {
    font-size: 16px;
    margin: 50px 0 0;
  }
}
.is--ctl-note .buybox--button.block.btn.is--primary.is--icon-right.is--center.is--large:hover {
  background: #f36903;
}
.is--ctl-note .buybox--button.block.btn.is--primary.is--icon-right.is--center.is--large i {
  display: none;
}
.is--ctl-note .account-left {
  background: #000000;
  width: 220px;
  padding: 0;
  margin: 0;
  border: none;
  display: none;
  position: relative;
}
@media all and (min-width: 48em) {
  .is--ctl-note .account-left {
    display: block;
  }
}
@media all and (min-width: 64em) {
  .is--ctl-note .account-left {
    width: 260px;
  }
}
@media all and (min-width: 78.75em) {
  .is--ctl-note .account-left {
    width: 300px;
  }
}
.is--ctl-note .account-right {
  float: left;
  width: 100%;
}
@media all and (min-width: 48em) {
  .is--ctl-note .account-right {
    width: -webkit-calc(100% - 220px);
    width: -moz-calc(100% - 220px);
    width: calc(100% - 220px);
  }
}
@media all and (min-width: 64em) {
  .is--ctl-note .account-right {
    width: -webkit-calc(100% - 2620px);
    width: -moz-calc(100% - 260px);
    width: calc(100% - 260px);
  }
}
@media all and (min-width: 78.75em) {
  .is--ctl-note .account-right {
    width: -webkit-calc(100% - 300px);
    width: -moz-calc(100% - 300px);
    width: calc(100% - 300px);
  }
}
.is--ctl-note .account--content,
.is--ctl-note .note--content {
  margin: 0;
  background: #FFF;
  padding: 20px;
}
@media all and (min-width: 48em) {
  .is--ctl-note .account--content,
  .is--ctl-note .note--content {
    padding: 40px;
  }
}
.is--ctl-note .account--content .account--welcome p,
.is--ctl-note .note--content .account--welcome p {
  color: #000;
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
}
@media all and (min-width: 48em) {
  .is--ctl-note .account--content .account--welcome p,
  .is--ctl-note .note--content .account--welcome p {
    font-size: 12px;
    line-height: 18px;
  }
}
.is--ctl-note .account--content .note--info,
.is--ctl-note .note--content .note--info {
  width: 86%;
}
@media all and (min-width: 48em) {
  .is--ctl-note .account--content .note--info,
  .is--ctl-note .note--content .note--info {
    width: 70%;
  }
}
.is--ctl-note .account--content .note--overview .panel--table,
.is--ctl-note .note--content .note--overview .panel--table {
  border: none;
  padding: 0;
}
.is--ctl-note .account--content .note--overview .panel--table .note--item,
.is--ctl-note .note--content .note--overview .panel--table .note--item {
  border-top: 1px solid #eaeaea;
}
.is--ctl-note .account--content .note--overview .panel--table .note--item .note--image-container,
.is--ctl-note .note--content .note--overview .panel--table .note--item .note--image-container {
  width: 60px;
}
@media all and (min-width: 64em) {
  .is--ctl-note .account--content .note--overview .panel--table .note--item .note--image-container,
  .is--ctl-note .note--content .note--overview .panel--table .note--item .note--image-container {
    width: 100px;
  }
}
.is--ctl-note .account--content .note--overview .panel--table .note--item .note--image-link,
.is--ctl-note .note--content .note--overview .panel--table .note--item .note--image-link {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 2px solid #dadada;
  flaot: left;
  display: block;
}
@media all and (min-width: 64em) {
  .is--ctl-note .account--content .note--overview .panel--table .note--item .note--image-link,
  .is--ctl-note .note--content .note--overview .panel--table .note--item .note--image-link {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
}
.is--ctl-note .account--content .note--overview .panel--table .note--item .note--image-link .note--image,
.is--ctl-note .note--content .note--overview .panel--table .note--item .note--image-link .note--image {
  max-width: 50px;
  max-height: 50px;
}
@media all and (min-width: 64em) {
  .is--ctl-note .account--content .note--overview .panel--table .note--item .note--image-link .note--image,
  .is--ctl-note .note--content .note--overview .panel--table .note--item .note--image-link .note--image {
    max-width: 90px;
    max-height: 90px;
  }
}
.is--ctl-note .account--content .note--overview .panel--table .note--item .note--title,
.is--ctl-note .note--content .note--overview .panel--table .note--item .note--title {
  margin-left: 80px;
  font-size: 12px;
  line-height: 16px;
  color: #000;
  text-decoration: underline;
  border: none;
}
@media all and (min-width: 64em) {
  .is--ctl-note .account--content .note--overview .panel--table .note--item .note--title,
  .is--ctl-note .note--content .note--overview .panel--table .note--item .note--title {
    margin-left: 120px;
    font-size: 14px;
    line-height: 20px;
  }
}
.is--ctl-note .account--content .note--overview .panel--table .note--item .note--title:hover,
.is--ctl-note .note--content .note--overview .panel--table .note--item .note--title:hover {
  color: #f36903;
}
.is--ctl-note .account--content .note--overview .panel--table .note--item .product--rating,
.is--ctl-note .note--content .note--overview .panel--table .note--item .product--rating {
  margin-left: 80px;
}
@media all and (min-width: 64em) {
  .is--ctl-note .account--content .note--overview .panel--table .note--item .product--rating,
  .is--ctl-note .note--content .note--overview .panel--table .note--item .product--rating {
    margin-left: 120px;
  }
}
.is--ctl-note .account--content .note--overview .panel--table .note--item .note--ordernumber,
.is--ctl-note .note--content .note--overview .panel--table .note--item .note--ordernumber,
.is--ctl-note .account--content .note--overview .panel--table .note--item .note--date,
.is--ctl-note .note--content .note--overview .panel--table .note--item .note--date,
.is--ctl-note .account--content .note--overview .panel--table .note--item .note--supplier,
.is--ctl-note .note--content .note--overview .panel--table .note--item .note--supplier {
  font-size: 11px;
  font-weight: 400;
  color: #000;
  margin-left: 80px;
}
@media all and (min-width: 64em) {
  .is--ctl-note .account--content .note--overview .panel--table .note--item .note--ordernumber,
  .is--ctl-note .note--content .note--overview .panel--table .note--item .note--ordernumber,
  .is--ctl-note .account--content .note--overview .panel--table .note--item .note--date,
  .is--ctl-note .note--content .note--overview .panel--table .note--item .note--date,
  .is--ctl-note .account--content .note--overview .panel--table .note--item .note--supplier,
  .is--ctl-note .note--content .note--overview .panel--table .note--item .note--supplier {
    margin-left: 120px;
  }
}
.is--ctl-note .account--content .note--overview .panel--table .note--item .note--delivery,
.is--ctl-note .note--content .note--overview .panel--table .note--item .note--delivery {
  font-weight: 400;
  margin-top: 10px;
  margin-left: 80px;
}
@media all and (min-width: 64em) {
  .is--ctl-note .account--content .note--overview .panel--table .note--item .note--delivery,
  .is--ctl-note .note--content .note--overview .panel--table .note--item .note--delivery {
    margin-left: 120px;
  }
}
@media all and (max-width: 64em) {
  .is--ctl-note .account--content .note--overview .panel--table .note--item .note--compare,
  .is--ctl-note .note--content .note--overview .panel--table .note--item .note--compare {
    margin-left: 80px;
  }
}
.is--ctl-note .account--content .note--overview .panel--table .note--item .note--sale .note--price,
.is--ctl-note .note--content .note--overview .panel--table .note--item .note--sale .note--price {
  color: #000;
  font-weight: 600;
  font-size: 20px;
}
@media all and (max-width: 64em) {
  .is--ctl-note .account--content .note--overview .panel--table .note--item .note--sale .note--price,
  .is--ctl-note .note--content .note--overview .panel--table .note--item .note--sale .note--price {
    margin-left: 80px;
  }
}
.is--ctl-note .account--content .note--overview .panel--table .note--item .note--sale .compare--link,
.is--ctl-note .note--content .note--overview .panel--table .note--item .note--sale .compare--link {
  color: #000;
  font-size: 11px;
}
.is--ctl-note .account--content .note--overview .panel--table .note--item .note--sale .compare--link:hover,
.is--ctl-note .note--content .note--overview .panel--table .note--item .note--sale .compare--link:hover {
  color: #f36903;
}
.is--ctl-note .account--content .note--overview .panel--table .note--item .note--delete,
.is--ctl-note .note--content .note--overview .panel--table .note--item .note--delete {
  border: none;
  background: none;
  color: #a0a8bd;
}
.is--ctl-note .account--content .note--overview .panel--table .note--item .note--delete:hover,
.is--ctl-note .note--content .note--overview .panel--table .note--item .note--delete:hover {
  color: #d30909;
}
.is--ctl-search .is--warning {
  margin: 20px 0;
}
.is--ctl-search .is--warning .icon-alert {
  color: #000;
}
.is--ctl-search .is--warning .alert--content {
  font-size: 14px;
}
.is--ctl-search .search--content {
  padding: 0;
}
.is--ctl-search .finding {
  float: left;
  width: 100%;
  max-width: 320px;
  font-size: 12px;
  color: #FFF;
  font-weight: 400;
  height: 60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 20px;
}
.is--ctl-search .finding .headline--product-count {
  margin: 0 5px;
}
.is--ctl-search .listing--container {
  float: left;
  width: 100%;
}
.is--ctl-search .listing--container p {
  padding: 0;
  margin: 0;
}
.is--ctl-search .action--sort {
  float: right;
  clear: none;
  width: 100%;
  max-width: 320px;
  padding-top: 10px;
}
.is--ctl-search .listing--actions {
  background: #1d1e20;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 0;
  border: none;
  height: 120px;
  float: left;
  width: 100%;
  padding: 0;
}
@media all and (min-width: 48em) {
  .is--ctl-search .listing--actions {
    height: 60px;
  }
}
.is--ctl-search .listing--actions .action--filter-btn {
  clear: both;
  float: left;
  width: 100%;
  padding: 10px;
}
.is--ctl-search .listing--actions .action--filter-btn .filter--trigger {
  background: none;
  border: 1px solid #f36903;
  color: #f36903;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.is--ctl-search .listing--actions .action--filter-btn .filter--trigger:hover {
  background: #f36903;
  color: #FFF;
}
.is--ctl-search .listing--actions .action--filter-btn .filter--trigger .action--collapse-icon {
  background: none;
}
.is--ctl-search .listing--actions .action--sort {
  display: none;
}
@media all and (min-width: 48em) {
  .is--ctl-search .listing--actions .action--sort {
    display: block;
  }
}
.is--ctl-search .listing--actions .action--sort .sort--label {
  display: none;
}
.is--ctl-search .listing--actions .select-field {
  height: 40px;
}
.is--ctl-search .listing--actions .select-field select {
  background: none;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #bdb0a1;
  color: #4F5459;
  font-weight: 400;
  text-transform: uppercase;
  font-style: normal;
  padding-left: 10px;
  width: 100%;
  max-width: 300px;
  font-size: 11px;
}
.is--ctl-search .listing--actions .select-field:after {
  border: none;
  font-size: 7px;
  color: #6b6b6b;
  top: 3px;
  right: 4px;
}
.is--ctl-search .listing--actions .select-field:focus select,
.is--ctl-search .listing--actions .select-field:hover select {
  background: #f36903;
  border-color: #f36903;
  color: #FFF;
}
.is--ctl-search .listing--actions .select-field:focus:after,
.is--ctl-search .listing--actions .select-field:hover:after {
  color: #FFF;
}
.is--ctl-search .product--box {
  float: left;
  border: none;
  padding: 0;
}
@media all and (max-width: 48em) {
  .is--ctl-search .product--box:nth-child(2) .box--content {
    border-right: none;
  }
}
@media all and (min-width: 48em) and (max-width: 64em) {
  .is--ctl-search .product--box:nth-child(3) .box--content {
    border-right: none;
  }
}
@media all and (min-width: 64em) {
  .is--ctl-search .product--box:nth-child(4) .box--content {
    border-right: none;
  }
}
.is--ctl-search .product--box .box--content {
  float: left;
  width: 100%;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border-right: 1px solid #f7f3f0;
  border-bottom: 1px solid #f7f3f0;
  padding: 20px;
}
.is--ctl-search .product--box .box--content .price--unit {
  height: auto;
}
.is--ctl-search .product--box .box--content .product--image {
  position: relative;
  left: auto;
  top: auto;
  width: 100%;
  float: left;
  clear: both;
  height: 200px;
  padding: 20px;
}
@media all and (min-width: 30em) {
  .is--ctl-search .product--box .box--content .product--image {
    height: 280px;
    padding: 0;
  }
}
.is--ctl-search .product--box .box--content .product--title {
  color: #000;
  font-size: 11px;
}
@media all and (min-width: 30em) {
  .is--ctl-search .product--box .box--content .product--title {
    font-size: 14px;
  }
}
@media all and (min-width: 78.75em) {
  .is--ctl-search .has--sidebar-filter .box--basic {
    width: 25%;
  }
}
.is--ctl-search .has--sidebar-filter .box--basic .product--info {
  padding: 0rem 0rem 0rem 0rem;
}
.is--act-password .account--password-reset {
  margin: 0;
}
.is--act-password .account--password-reset p {
  color: #000;
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
}
@media all and (min-width: 48em) {
  .is--act-password .account--password-reset p {
    font-size: 14px;
    line-height: 18px;
  }
}
.is--act-password .account--password-reset .password-reset--link.is--secondary {
  background-image: none;
  background: none;
  height: 34px;
  line-height: 32px;
  border: 2px solid #eae3d9;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  font-size: 11px;
  font-weight: 300;
  color: #818181;
}
.is--act-password .account--password-reset .password-reset--link.is--secondary:hover {
  color: #FFF;
  background: #f36903;
  border-color: #f36903;
}
.is--act-password .account--password-reset .password-reset--link.is--primary {
  height: 34px;
  line-height: 34px;
  text-align: center;
  border: none;
  background: #f36903;
  color: #FFF;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 300;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  letter-spacing: 0.1em;
}
@media all and (min-width: 48em) {
  .is--act-password .account--password-reset .password-reset--link.is--primary {
    margin: 0;
  }
}
.is--act-password .account--password-reset .password-reset--link.is--primary:hover {
  background: #2ecc71;
}
.is--act-payment .sidebar--categories-wrapper .sidebar--navigation.is--level0 > .navigation--entry > .navigation--link {
  display: block;
}
.is--act-payment .sidebar--categories-wrapper .sidebar--navigation.is--level0 > .navigation--entry > .navigation--link.is--active {
  background: #f36903;
  color: #FFF;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
@media all and (min-width: 48em) {
  .is--act-payment .sidebar-main {
    display: none !important;
  }
}
.is--act-payment .content--wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.is--act-payment .content--wrapper .account--actions .btn.is--secondary {
  background-image: none;
  background: none;
  height: 34px;
  line-height: 32px;
  border: 2px solid #eae3d9;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 11px;
  font-weight: 300;
  color: #818181;
}
.is--act-payment .content--wrapper .account--actions .btn.is--secondary:hover {
  color: #FFF;
  background: #f36903;
  border-color: #f36903;
}
.is--act-payment .content--wrapper .account--actions .btn.is--primary {
  height: 34px;
  line-height: 34px;
  text-align: center;
  border: none;
  background: #f36903;
  color: #FFF;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 300;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  letter-spacing: 0.1em;
}
@media all and (min-width: 48em) {
  .is--act-payment .content--wrapper .account--actions .btn.is--primary {
    margin: 0;
  }
}
.is--act-payment .content--wrapper .account--actions .btn.is--primary:hover {
  background: #2ecc71;
}
.is--act-payment .content--wrapper .account--content {
  display: block;
}
.is--act-payment .content--wrapper .account--content .account--welcome {
  float: left;
  width: 100%;
}
.is--act-payment .content--wrapper .account--content .account--welcome span {
  color: #b3aba1;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  margin: 2px 0 0px;
  clear: both;
  float: left;
  width: 100%;
}
.is--act-payment .content--wrapper .account--change-payment {
  float: left;
  width: 100%;
}
.is--act-payment .content--wrapper .method--input {
  position: relative;
}
.is--act-payment .content--wrapper .method--input input {
  visibility: hidden;
}
.is--act-payment .content--wrapper .method--input .payment--selection-label label {
  color: #000;
  text-transform: uppercase;
  font-weight: 400 !important;
  font-size: 12px;
  cursor: pointer;
}
.is--act-payment .content--wrapper .payment--description {
  padding-top: 10px;
  padding-bottom: 10px;
}
.is--act-payment .content--wrapper .method--input label:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0;
  vertical-align: middle;
  cursor: pointer;
  content: '';
  top: 10px;
  left: 9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #eceff1;
  position: absolute;
}
.is--act-payment .content--wrapper .method--input.active label:before {
  background: #f36903;
  border-color: #f36903;
}
.is--act-payment .content--wrapper .method--input label:after {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0;
  vertical-align: middle;
  cursor: pointer;
  content: '';
  top: 16px;
  left: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #FFFFFF;
  position: absolute;
}
.paypal-gateway--loader {
  clear: both;
  float: left;
  width: 100%;
  background: #FFF;
  position: relative;
}
.paypal-gateway--loader p {
  color: #000;
  font-size: 11px;
  line-height: 16px;
}
@media all and (min-width: 48em) {
  .paypal-gateway--loader p {
    font-size: 14px;
    line-height: 20px;
  }
}
.paypal-gateway--loader p a {
  border: none;
  text-decoration: underline;
}
.is--ctl-payment_paypal.is--act-cancel .sidebar--categories-wrapper .sidebar--navigation.is--level0 > .navigation--entry > .navigation--link {
  display: block;
}
.is--ctl-payment_paypal.is--act-cancel .sidebar--categories-wrapper .sidebar--navigation.is--level0 > .navigation--entry > .navigation--link.is--active {
  background: #f36903;
  color: #FFF;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
@media all and (min-width: 48em) {
  .is--ctl-payment_paypal.is--act-cancel .sidebar-main {
    display: none !important;
  }
}
.is--ctl-payment_paypal.is--act-cancel .content--wrapper {
  margin: 0;
}
.is--ctl-payment_paypal.is--act-cancel .paypal-content {
  margin: 0;
  width: 100%;
}
.is--ctl-payment_paypal.is--act-cancel .paypal-content--actions .btn {
  background-image: none;
  background: none;
  height: 34px;
  line-height: 32px;
  border: 2px solid #eae3d9;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 11px;
  font-weight: 300;
  color: #818181;
}
@media all and (max-width: 48em) {
  .is--ctl-payment_paypal.is--act-cancel .paypal-content--actions .btn {
    width: 100%;
  }
}
.is--ctl-payment_paypal.is--act-cancel .paypal-content--actions .btn:hover {
  color: #FFF;
  background: #f36903;
  border-color: #f36903;
}
.is--ctl-payment_paypal.is--act-cancel .paypal-content--actions .btn.is--primary {
  height: 34px;
  line-height: 34px;
  text-align: center;
  border: none;
  background: #f36903;
  color: #FFF;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 300;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
@media all and (min-width: 48em) {
  .is--ctl-payment_paypal.is--act-cancel .paypal-content--actions .btn.is--primary {
    margin: 0;
  }
}
.is--ctl-payment_paypal.is--act-cancel .paypal-content--actions .btn.is--primary:hover {
  background: #2ecc71;
}
.is--ctl-paymenthgw .header--navigation .btn--back-top-shop {
  height: 34px;
  line-height: 34px;
  color: #FFF;
  background: #515151;
  margin-right: 20px;
  font-size: 11px;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  font-weight: 300;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
  display: inline-block;
  border: none !important;
  margin-top: 14px !important;
  float: right;
}
@media all and (min-width: 48em) {
  .is--ctl-paymenthgw .header--navigation .btn--back-top-shop {
    margin-top: 18px !important;
    width: 260px !important;
    height: 42px;
    line-height: 42px;
  }
}
.is--ctl-paymenthgw .header--navigation .btn--back-top-shop:hover {
  background: #f36903;
}
.is--ctl-paymenthgw .header--navigation .btn--back-top-shop .icon--arrow-left {
  left: 20px !important;
}
.is--ctl-paymenthgw #payment {
  clear: both;
  float: left;
  width: 100%;
  padding: 20px;
  background: #FFF;
}
.is--ctl-paymenthgw #payment .register {
  float: left;
  width: 100% !important;
}
.is--ctl-paymenthgw #payment h2 {
  color: #000;
  font-size: 12px;
  line-height: 18px;
  width: 100%;
  text-align: left;
}
@media all and (min-width: 48em) {
  .is--ctl-paymenthgw #payment h2 {
    font-size: 14px;
    line-height: 20px;
  }
}
.is--ctl-paymenthgw label {
  color: #000;
  font-size: 11px;
  letter-spacing: 0.1em;
  margin: 20px 0 5px;
  text-transform: uppercase;
  font-weight: 300;
  padding-left: 20px;
  clear: both;
  float: left;
  width: 100%;
}
.is--ctl-paymenthgw .description {
  color: #000;
  font-weight: 300;
  font-size: 11px;
  line-height: 16px;
  clear: both;
  float: left;
  text-align: left;
  margin: 20px 0 10px;
  width: 100%;
}
.is--ctl-paymenthgw .btn.is--secondary {
  background-image: none;
  background: none;
  height: 34px;
  line-height: 32px;
  border: 2px solid #eae3d9;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 11px;
  font-weight: 300;
  color: #818181;
}
.is--ctl-paymenthgw .btn.is--secondary:hover {
  color: #FFF;
  background: #f36903;
  border-color: #f36903;
}
.is--ctl-paymenthgw .btn.is--primary {
  height: 34px;
  line-height: 34px;
  text-align: center;
  border: none;
  background: #f36903;
  color: #FFF;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 300;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  letter-spacing: 0.1em;
}
@media all and (min-width: 48em) {
  .is--ctl-paymenthgw .btn.is--primary {
    margin: 0;
  }
}
.is--ctl-paymenthgw .btn.is--primary:hover {
  background: #2ecc71;
}
.is--ctl-storelocator #storeLocator #searchWrap #searchOptions #storeSelect {
  margin: 0 0 0 0px!important;
  width: 100% !important;
  float: left !important;
  padding: 0 !important;
}
@media all and (min-width: 64em) {
  .is--ctl-storelocator #storeLocator #searchWrap #searchOptions #storeSelect {
    margin: 0 0 0 20px!important;
    width: calc(100% - 170px) !important;
    width: -webkit-calc(100% - 170px) !important;
    width: -moz-calc(100% - 170px) !important;
    width: -o-calc(100% - 170px) !important;
  }
}
.is--ctl-storelocator #storeLocator #itemsWrap .itemWrap .NetiRoute {
  width: 200px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  color: #000000;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
  height: 42px;
  line-height: 42px;
  border: 2px solid #4f7c14;
  background: #FFF;
}
.is--ctl-storelocator #storeLocator #searchWrap #searchOptions #radiusSelect {
  float: left !important;
}
.is--ctl-storelocator #storeLocator #searchWrap #searchOptions #radiusSelect .js--fancy-select {
  width: 100%;
  max-width: none;
}
@media all and (min-width: 64em) {
  .is--ctl-storelocator #storeLocator #searchWrap #searchOptions #radiusSelect .js--fancy-select {
    width: 100px;
  }
}
.is--ctl-storelocator #storeLocator #searchWrap #searchOptions #radiusSelect .js--fancy-select:after {
  color: #000;
}
.is--ctl-storelocator #storeLocator #searchWrap #searchOptions #radiusSelect .js--fancy-select:hover:after {
  color: #f36903;
}
.is--ctl-storelocator #storeLocator #searchWrap #searchOptions #radiusSelect .js--fancy-select select {
  background-image: none;
  background: #f4f4f4;
  height: 42px;
  line-height: 42px;
  border: none;
  color: #000;
  padding-right: 10px;
}
.is--ctl-storelocator #storeLocator #searchWrap #searchOptions #radiusSelect .js--fancy-select select:hover {
  color: #f36903;
}
.is--ctl-storelocator #storeLocator #searchWrap #searchOptions input {
  float: left !important;
  width: 100% !important;
}
@media all and (min-width: 48em) {
  .is--ctl-storelocator #storeLocator #searchWrap #searchOptions input {
    width: 40% !important;
    margin-right: 10px;
  }
}
@media all and (min-width: 64em) {
  .is--ctl-storelocator #storeLocator #searchWrap #searchOptions input {
    width: 24% !important;
  }
}
@media all and (min-width: 78.75em) {
  .is--ctl-storelocator #storeLocator #searchWrap #searchOptions input {
    margin: 0;
  }
}
.is--ctl-storelocator .frame {
  width: 100%;
  max-width: 1540px;
  padding: 0 20px;
  margin: 120px auto 0;
}
.is--ctl-storelocator .headline span {
  margin: 1.25rem 0rem 0rem 0rem;
}
.is--ctl-storelocator .js--modal .modal--close {
  color: #d30909;
  right: 26px;
}
.is--ctl-storelocator .js--modal .modal--close:hover {
  color: #FFF;
}
.is--ctl-storelocator #storeLocator #storeWrap #itemsWrap .itemWrap .distance p {
  text-align: left;
  color: #000;
  margin: 0 0 10px;
}
.is--ctl-storelocator #storeLocator #searchWrap #searchOptions #storeSelect .saveadd {
  width: 100%;
  margin-top: 10px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media all and (min-width: 64em) {
  .is--ctl-storelocator #storeLocator #searchWrap #searchOptions #storeSelect .saveadd {
    width: 33%;
    margin-top: 0px;
  }
}
@media all and (min-width: 78.75em) {
  .is--ctl-storelocator #storeLocator #searchWrap #searchOptions #storeSelect .saveadd {
    width: calc(40% - 186px);
    width: -webkit-calc(40% - 186px);
    width: -moz-calc(40% - 186px);
    width: -o-calc(40% - 186px);
  }
}
.is--ctl-storelocator #storeLocator #searchWrap #searchOptions #storeSelect #orText {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 6%;
  text-align: center;
  display: none;
}
@media all and (min-width: 78.75em) {
  .is--ctl-storelocator #storeLocator #searchWrap #searchOptions #storeSelect #orText {
    display: block;
  }
}
.is--ctl-storelocator #storeLocator #searchWrap #searchOptions #countrySelect {
  margin: 0;
}
.is--ctl-storelocator #storeLocator #searchWrap #searchOptions #countrySelect .js--fancy-select {
  width: 100%;
  max-width: none;
  margin: 0 0 10px;
}
@media all and (min-width: 64em) {
  .is--ctl-storelocator #storeLocator #searchWrap #searchOptions #countrySelect .js--fancy-select {
    width: 150px;
    margin: 0;
  }
}
.is--ctl-storelocator #storeLocator #searchWrap #searchOptions #countrySelect .js--fancy-select:after {
  color: #000;
}
.is--ctl-storelocator #storeLocator #searchWrap #searchOptions #countrySelect .js--fancy-select:hover:after {
  color: #f36903;
}
.is--ctl-storelocator #storeLocator #searchWrap #searchOptions #countrySelect .js--fancy-select select {
  background-image: none;
  background: #f4f4f4;
  height: 42px;
  line-height: 42px;
  border: none;
  color: #000;
  padding-right: 10px;
}
.is--ctl-storelocator #storeLocator #searchWrap #searchOptions #countrySelect .js--fancy-select select:hover,
.is--ctl-storelocator #storeLocator #searchWrap #searchOptions #countrySelect .js--fancy-select select:focus {
  color: #f36903;
}
.is--ctl-storelocator #pageFrame {
  float: none;
  margin: 0 auto;
  max-width: 1580px;
  padding: 0 12px;
  position: relative;
  z-index: 10;
}
.is--ctl-storelocator h1 {
  margin: 0.625rem 0rem 2.5rem 0rem;
  float: none;
  display: inline-block;
  color: #000;
}
.is--ctl-storelocator .text p {
  color: #000;
}
.is--ctl-storelocator .content-main {
  clear: none;
  float: right;
  margin: 0 0 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  width: 100%;
  max-width: 100%;
}
.is--ctl-storelocator .content-main--inner {
  padding: 0;
  margin: 20px 0;
  background: none;
}
.is--ctl-storelocator #storeLocator {
  background: #FFF;
  overflow: hidden;
  margin: 0;
}
.is--ctl-storelocator #storeLocator #arrow-right {
  float: left;
  margin: 13px 0px 0;
  display: none;
}
@media all and (min-width: 78.75em) {
  .is--ctl-storelocator #storeLocator #arrow-right {
    display: block;
  }
}
.is--ctl-storelocator #storeLocator #arrow-right svg {
  width: 27px;
  height: 18px;
  color: #d2d4db;
}
.is--ctl-storelocator #storeLocator #searchWrap {
  margin: 0;
}
.is--ctl-storelocator #storeLocator #searchWrap span {
  float: left;
  line-height: 40px;
  text-transform: uppercase;
  width: 100%;
  display: none;
  text-align: left;
  font-size: 14px;
}
@media all and (min-width: 78.75em) {
  .is--ctl-storelocator #storeLocator #searchWrap span {
    width: 360px;
    display: block;
  }
}
.is--ctl-storelocator #storeLocator #searchWrap #searchOptions {
  float: left;
  border: none;
  border-bottom: 1px solid #eaeaea;
  padding: 20px;
  text-align: right;
}
.is--ctl-storelocator #storeLocator #searchWrap #searchOptions #storeSelect {
  float: none;
  display: inline-block;
  position: relative;
  margin-right: 20px;
  vertical-align: top;
  color: #000;
}
@media all and (min-width: 64em) {
  .is--ctl-storelocator #storeLocator #searchWrap #searchOptions #storeSelect {
    padding-right: 32px;
  }
}
@media all and (min-width: 78.75em) {
  .is--ctl-storelocator #storeLocator #searchWrap #searchOptions #storeSelect {
    margin-left: 20px;
  }
}
@media all and (min-width: 64em) {
  .is--ctl-storelocator #storeLocator #searchWrap #searchOptions #storeSelect:before {
    content: "";
    height: 1px;
    margin-top: -0.5px;
    position: absolute;
    right: -1px;
    top: 50%;
    width: 20px;
    background: #eaeaea;
  }
}
.is--ctl-storelocator #storeLocator #searchWrap #searchOptions input {
  height: 42px;
  line-height: 42px;
  font-size: 12px;
}
.is--ctl-storelocator #storeLocator #searchWrap #searchOptions .btn {
  background: #f36903;
  color: #ffffff;
  float: right;
  width: 190px;
  height: 42px;
}
.is--ctl-storelocator #storeLocator #searchWrap #searchOptions #radiusSelect {
  float: none;
  display: inline-block;
  width: 100%;
  position: relative;
}
@media all and (min-width: 48em) {
  .is--ctl-storelocator #storeLocator #searchWrap #searchOptions #radiusSelect {
    width: calc(20% - 20px);
    width: -webkit-calc(20% - 20px);
    width: -moz-calc(20% - 20px);
    width: -o-calc(20% - 20px);
  }
}
@media all and (min-width: 64em) {
  .is--ctl-storelocator #storeLocator #searchWrap #searchOptions #radiusSelect {
    margin-right: 20px;
    width: auto;
  }
}
@media all and (min-width: 78.75em) {
  .is--ctl-storelocator #storeLocator #searchWrap #searchOptions #radiusSelect {
    margin: 0 18px 0 68px;
  }
}
@media all and (min-width: 78.75em) {
  .is--ctl-storelocator #storeLocator #searchWrap #searchOptions #radiusSelect:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 30px;
    top: 6px;
    left: -34px;
    background: #f0f2f7;
  }
}
.is--ctl-storelocator #storeLocator #storeWrap {
  width: 100% !important;
  height: 288px;
  overflow: hidden;
  position: relative;
  padding: 44px 0;
}
@media all and (min-width: 48em) {
  .is--ctl-storelocator #storeLocator #storeWrap {
    height: 308px;
  }
}
@media all and (min-width: 64em) {
  .is--ctl-storelocator #storeLocator #storeWrap {
    width: 40% !important;
    height: 838px;
  }
}
.is--ctl-storelocator #storeLocator #storeWrap.storelocator--50 {
  width: 100% !important;
  height: 308px;
  overflow: hidden;
  position: relative;
  padding: 44px 0;
}
@media all and (min-width: 64em) {
  .is--ctl-storelocator #storeLocator #storeWrap.storelocator--50 {
    width: 40% !important;
    height: 838px;
  }
}
.is--ctl-storelocator #storeLocator #storeWrap .arrowTop {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 100;
  background: #1d1e20;
  color: #FFF;
  height: 44px;
  line-height: 44px;
  font-size: 9px;
  text-align: center;
  cursor: pointer;
}
.is--ctl-storelocator #storeLocator #storeWrap .arrowTop:hover {
  color: #f36903;
}
.is--ctl-storelocator #storeLocator #storeWrap .arrowDown {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  z-index: 100;
  background: #1d1e20;
  color: #FFF;
  height: 44px;
  line-height: 44px;
  font-size: 9px;
  text-align: center;
  cursor: pointer;
}
.is--ctl-storelocator #storeLocator #storeWrap .arrowDown:hover {
  color: #f36903;
}
.is--ctl-storelocator #storeLocator #itemsWrap {
  margin: 0;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.is--ctl-storelocator #storeLocator #itemsWrap .itemWrap {
  border: none;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 20px;
  position: relative;
  margin: 0 !important;
  cursor: pointer;
  height: 200px;
}
@media all and (min-width: 48em) {
  .is--ctl-storelocator #storeLocator #itemsWrap .itemWrap {
    height: 150px;
  }
}
@media all and (min-width: 64em) {
  .is--ctl-storelocator #storeLocator #itemsWrap .itemWrap {
    border-right: 1px solid #eaeaea;
  }
}
.is--ctl-storelocator #storeLocator #itemsWrap .itemWrap:last-child {
  border-bottom: none;
}
.is--ctl-storelocator #storeLocator #itemsWrap .itemWrap:before {
  position: absolute;
  content: '';
  top: 50%;
  right: 20px;
  margin-top: -21px;
  width: 42px;
  height: 42px;
  border: 2px solid #eaeaea;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.is--ctl-storelocator #storeLocator #itemsWrap .itemWrap:after {
  position: absolute;
  content: '';
  right: 40px;
  top: 50%;
  margin-top: -2px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #ededed;
  border-bottom: 2px solid #ededed;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.is--ctl-storelocator #storeLocator #itemsWrap .itemWrap.withRoute {
  height: 240px;
}
.is--ctl-storelocator #storeLocator #itemsWrap .itemWrap img {
  max-height: 50px;
  width: auto;
}
.is--ctl-storelocator #storeLocator #itemsWrap .itemWrap a {
  border: none;
  text-decoration: underline;
  color: #f36903;
}
.is--ctl-storelocator #storeLocator #itemsWrap .itemWrap.active,
.is--ctl-storelocator #storeLocator #itemsWrap .itemWrap:hover {
  background: #f36903;
}
.is--ctl-storelocator #storeLocator #itemsWrap .itemWrap.active:after,
.is--ctl-storelocator #storeLocator #itemsWrap .itemWrap:hover:after {
  border-color: #FFF;
}
.is--ctl-storelocator #storeLocator #itemsWrap .itemWrap.active p,
.is--ctl-storelocator #storeLocator #itemsWrap .itemWrap:hover p {
  color: #363636;
}
.is--ctl-storelocator #storeLocator #itemsWrap .itemWrap.active a,
.is--ctl-storelocator #storeLocator #itemsWrap .itemWrap:hover a {
  color: #FFF;
}
.is--ctl-storelocator #storeLocator #itemsWrap .itemWrap.active h2,
.is--ctl-storelocator #storeLocator #itemsWrap .itemWrap:hover h2 {
  color: #ffffff;
}
.is--ctl-storelocator #storeLocator #itemsWrap .itemWrap.active .NetiRoute:hover,
.is--ctl-storelocator #storeLocator #itemsWrap .itemWrap:hover .NetiRoute:hover {
  border-color: #ffffff !important;
  color: #ffffff;
}
.is--ctl-storelocator #storeLocator #itemsWrap .itemWrap h2 {
  color: #f36903;
  font-size: 20px;
  margin-bottom: 0px;
  font-weight: 600;
  font-family: "vista-slab", serif;
  text-transform: uppercase;
  font-style: italic;
  clear: both;
  float: left;
  width: 100%;
}
.is--ctl-storelocator #storeLocator #itemsWrap .itemWrap p {
  margin: 0;
  line-height: 1.7em;
  font-size: 11px;
  color: #000;
  clear: both;
  float: left;
  width: 100%;
}
.is--ctl-storelocator #storeLocator #itemsWrap .itemWrap .NetiRoute {
  border: 1px solid #000;
  line-height: 30px;
  padding: 0 20px;
  display: inline-block;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
  font-size: 14px;
  text-transform: uppercase;
}
.is--ctl-storelocator #storeLocator #itemsWrap .itemWrap .NetiRoute:hover {
  border-color: #f36903;
  color: #FFF;
  background: #f36903;
}
.is--ctl-storelocator #storeLocator #mapWrap {
  width: 100% !important;
  margin-left: 0px !important;
}
@media screen and (min-width: 64em) {
  .is--ctl-storelocator #storeLocator #mapWrap {
    height: 838px;
    width: 60% !important;
  }
}
.is--ctl-storelocator #storeLocator .mapFixed {
  margin-left: 0px !important;
  position: relative !important;
}
.is--ctl-storelocator #storeLocator .mapBottom {
  padding: 0;
  margin: 0;
  float: right !important;
}
.is--ctl-storelocator #storeLocator .innerLeft {
  width: 78%;
}
.is--ctl-storelocator #storeLocator .innerRight {
  display: none;
}
.is--ctl-storelocator .text {
  clear: both;
  float: left;
  width: 100%;
  text-align: center;
  margin: 32px 0 20px;
}
.netiStoreLocator_route h2 {
  font-size: 16px;
}
body .js--menu-scroller--list {
  overflow: hidden;
}
body .advance-menu-image {
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -2.1875rem;
}
body .advance-menu-image img {
  max-width: 12.5rem;
  max-height: 4.375rem;
}
body .expandedmenu {
  position: absolute;
  right: 0;
  top: 0;
}
body .expandedmenu .item {
  position: relative;
  float: left;
  display: flex;
  align-items: center;
  height: 2.875rem;
  padding: 0rem 0.9375rem 0rem 2.125rem;
  color: #FFF;
  font-size: 14px;
  text-transform: uppercase;
}
body .expandedmenu .item:hover {
  color: #f36903;
}
body .expandedmenu .item:hover svg {
  opacity: 1;
}
body .expandedmenu .item svg {
  position: absolute;
  top: 0.6875rem;
  left: 0rem;
  max-width: 1.4375rem;
  max-height: 1.4375rem;
  opacity: 0.5;
}
body .advanced-menu {
  display: none !important;
}
body .advanced-menu .content--wrapper {
  position: relative;
  margin: 0;
}
body .advanced-menu .content--wrapper .js--menu-scroller--list {
  overflow: hidden;
}
body .advanced-menu .content--wrapper .menu--teaser {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 50%;
  height: 200px;
  overflow: hidden;
  padding: 0;
}
body .advanced-menu .content--wrapper .menu--teaser .teaser--image {
  height: 200px;
  background-position: top left!important;
}
body .advanced-menu .content--wrapper .menu--level-0 {
  display: flex;
  height: 2.875rem;
  padding: 0;
  -webkit-column-count: auto;
  /* Chrome, Safari, Opera */
  -moz-column-count: auto;
  /* Firefox */
  column-count: auto;
  width: 100% !important;
  background: #232323;
}
body .advanced-menu .content--wrapper .menu--level-0 .item--level-0 {
  position: inherit;
  width: auto !important;
  padding: 0;
}
body .advanced-menu .content--wrapper .menu--level-0 .item--level-0 .menu--list-item-link.is--active span {
  color: #f36903;
}
body .advanced-menu .content--wrapper .menu--level-0 .item--level-0:hover .menu--list-item-link span {
  color: #f36903;
}
body .advanced-menu .content--wrapper .menu--level-0 .item--level-0:hover .menu--level-1 {
  display: block;
}
body .advanced-menu .content--wrapper .menu--level-0 .menu--list-item-link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 100%;
  height: 2.875rem;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  padding: 0rem 1.25rem 0rem 1.25rem;
  position: relative;
  text-transform: uppercase;
}
body .advanced-menu .content--wrapper .menu--level-0 .menu--list-item-link span {
  color: #fff;
  text-transform: uppercase;
  clear: both;
  float: left;
  width: 100%;
  font-size: 13px;
  text-align: center;
  font-weight: 400;
}
body .advanced-menu .content--wrapper .menu--level-0 .menu--list-item-link:hover span {
  color: #f36903;
}
body .advanced-menu .content--wrapper .menu--level-0 .menu--list-item-link i {
  height: 125px;
  float: lefT;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
body .advanced-menu .content--wrapper .menu--level-0 .menu--list-item-link i .icon-federgabel {
  width: 51px;
  height: 51px;
}
body .advanced-menu .content--wrapper .menu--level-0 .menu--list-item-link i .icon-hinterbaudaempfer {
  width: 47px;
  height: 47px;
}
body .advanced-menu .content--wrapper .menu--level-0 .menu--list-item-link i .icon-sattelstuetzen {
  width: 55px;
  height: 43px;
}
body .advanced-menu .content--wrapper .menu--level-0 .menu--list-item-link i .icon-bekleidung {
  width: 41px;
  height: 54px;
}
body .advanced-menu .content--wrapper .menu--level-0 .menu--list-item-link i .icon-werbeartikel {
  width: 37px;
  height: 45px;
}
body .advanced-menu .content--wrapper .menu--level-0 .menu--list-item-link i .icon-motorsport {
  width: 44px;
  height: 50px;
}
body .advanced-menu .content--wrapper .menu--level-0 .menu--list-item-link i .icon-werkstatt {
  width: 45px;
  height: 45px;
}
body .advanced-menu .content--wrapper .menu--level-0 .menu--list-item-link i .icon-sale {
  width: 51px;
  height: 51px;
}
body .advanced-menu .content--wrapper .menu--level-0 .menu--list-item-link i .icon-neuheiten {
  width: 32px;
  height: 52px;
}
body .advanced-menu .content--wrapper .menu--level-0 .menu--list-item-link i .icon-livevalve {
  width: 84px;
  height: 34px;
}
body .advanced-menu .content--wrapper .menu--level-0 .menu--list-item-link i .icon-zubehoer {
  width: 60px;
  height: 55px;
}
body .advanced-menu .content--wrapper .menu--level-0 .menu--level-1 {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 50rem;
  min-height: 15rem;
  padding: 2.5rem 2.5rem 2.5rem 2.5rem;
  margin: 0;
  background: #FFFFFF;
  box-shadow: 5px 5px 14px -4px #000000;
}
body .advanced-menu .content--wrapper .menu--level-0 .menu--level-1 .menu--list-item-link {
  position: relative;
  height: auto;
  padding: 0rem 0rem 0.5rem 1.25rem;
  text-align: left;
  display: inline-block;
}
body .advanced-menu .content--wrapper .menu--level-0 .menu--level-1 .menu--list-item-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.3125rem;
  width: 0.4375rem;
  height: 0.4375rem;
  background: #D8D8D8;
}
body .advanced-menu .content--wrapper .menu--level-0 .menu--level-1 .menu--list-item-link span {
  color: #000000 !important;
  text-align: left;
  text-transform: initial;
}
body .advanced-menu .content--wrapper .menu--level-0 .menu--level-1 .menu--list-item-link.is--active:before,
body .advanced-menu .content--wrapper .menu--level-0 .menu--level-1 .menu--list-item-link:hover:before {
  background: #f36903;
}
body .advanced-menu .content--wrapper .menu--level-0 .menu--level-1 .menu--list-item-link.is--active span,
body .advanced-menu .content--wrapper .menu--level-0 .menu--level-1 .menu--list-item-link:hover span {
  color: #f36903 !important;
}
.advanced-menu-warn-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.advanced-menu-warn-modal.show {
  display: flex;
}
.advanced-menu-warn-modal .dialog--close {
  margin: 0.5rem 0rem 0rem 0rem;
}
.advanced-menu-warn-modal .advanced-menu-warn-modal--dialog {
  max-width: 680px;
  color: #fff;
  background: #000;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.4);
}
.advanced-menu-warn-modal .advanced-menu-warn-modal--dialog .content {
  padding: 2.5rem 2.5rem 2.5rem 2.5rem;
}
.advanced-menu-warn-modal .advanced-menu-warn-modal--dialog .title {
  margin: 0rem 0rem 0.625rem 0rem;
  text-transform: uppercase;
}
.advanced-menu-warn-modal .advanced-menu-warn-modal--dialog .dialog--actions {
  padding-top: 20px;
}
.advanced-menu-warn-modal .advanced-menu-warn-modal--dialog .dialog--actions:after {
  content: "";
  display: table;
  clear: both;
}
.advanced-menu-warn-modal .advanced-menu-warn-modal--dialog .dialog--actions .dialog--close {
  width: 100%;
  margin-bottom: 10px;
  float: left;
  text-decoration: underline;
  cursor: pointer;
}
@media all and (min-width: 48em) {
  .advanced-menu-warn-modal .advanced-menu-warn-modal--dialog .dialog--actions .dialog--close {
    width: auto;
    margin-bottom: 0;
  }
}
.advanced-menu-warn-modal .advanced-menu-warn-modal--dialog .dialog--actions .dialog--btn {
  width: 100%;
  float: right;
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
  border-radius: 0;
}
@media all and (max-width: 30em) {
  .advanced-menu-warn-modal .advanced-menu-warn-modal--dialog .dialog--actions .dialog--btn {
    font-size: 75%;
    padding: 0;
  }
}
@media all and (min-width: 48em) {
  .advanced-menu-warn-modal .advanced-menu-warn-modal--dialog .dialog--actions .dialog--btn {
    width: auto;
  }
}
@media all and (min-width: 48em) {
  .is--mad-storytelling.is--ctl-listing .listing--sidebar {
    display: none;
  }
}
.is--mad-storytelling.is--ctl-listing .content-main {
  max-width: 100%;
  margin: 0rem 0rem 0rem 0rem;
  padding: 0rem 0rem 0rem 0rem;
}
.is--mad-storytelling.is--ctl-listing .content-main .content-main--inner {
  margin: 0rem 0rem 0rem 0rem;
}
.is--mad-storytelling.is--ctl-listing .listing--sidebar {
  margin-top: -1.25rem;
}
.is--mad-storytelling.is--ctl-listing .content--wrapper {
  float: left;
  width: 100%;
  margin: 0;
}
#entdecken {
  clear: both;
  float: left;
  width: 100%;
  background: url('../../custom/plugins/MadFoxTheme/Resources/Themes/Frontend/Shop/frontend/_public/src/images/discover-background.jpg') no-repeat;
  background-size: cover;
}
#entdecken #footer--contact {
  margin-top: 110px;
}
#entdecken .emotion--wrapper {
  background: none;
  max-width: 1580px;
  padding: 0 10px;
  min-width: 310px;
  clear: both;
  margin: 0 auto;
}
@media all and (min-width: 48em) {
  #entdecken .emotion--wrapper {
    padding: 0 20px;
  }
}
#entdecken .banner {
  clear: both;
  float: left;
  width: 100%;
  background: url('../../custom/plugins/MadFoxTheme/Resources/Themes/Frontend/Shop/frontend/_public/src/images/discover-banner.jpg') no-repeat;
  background-position: top right;
  height: 196px;
  text-align: center;
  color: #FFF;
  padding: 30px 0 0;
  background-size: cover;
}
@media all and (min-width: 1600px) {
  #entdecken .banner {
    background-size: 100%;
  }
}
#entdecken .banner .icon-map {
  height: 44px;
  width: 48px;
  margin: 0 0 10px;
}
#entdecken .banner span {
  clear: both;
  float: left;
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
}
@media all and (min-width: 48em) {
  #entdecken .banner span {
    font-size: 16px;
  }
}
#entdecken .banner h1 {
  font-size: 30px;
  font-family: "vista-slab", serif;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 400;
  color: #FFF;
}
@media all and (min-width: 48em) {
  #entdecken .banner h1 {
    font-size: 48px;
  }
}
#entdecken .subHeadline {
  clear: both;
  float: left;
  width: 100%;
  height: 149px;
  background: url('../../custom/plugins/MadFoxTheme/Resources/Themes/Frontend/Shop/frontend/_public/src/images/discover-subheadline.jpg') no-repeat;
  background-position: top left;
  text-align: center;
  background-size: cover;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media all and (min-width: 1600px) {
  #entdecken .subHeadline {
    background-size: 100%;
  }
}
#entdecken .subHeadline p {
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
  max-width: 940px;
  margin: 0px auto 20px;
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  padding: 0 10px;
}
@media all and (min-width: 48em) {
  #entdecken .subHeadline p {
    padding: 0 20px;
    font-size: 16px;
    line-height: 22px;
  }
}
#entdecken .subHeadline span {
  clear: both;
  float: left;
  width: 100%;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  padding: 0 10px;
  line-height: 16px;
}
@media all and (min-width: 48em) {
  #entdecken .subHeadline span {
    padding: 0 20px;
    font-size: 16px;
    line-height: 22px;
  }
}
.story--intro {
  float: left;
  width: 100%;
  min-height: 100vh;
  background: #FFF;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.story--intro .text {
  float: left;
  width: 100%;
  padding: 20px 20px 100px;
  color: #000;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url('../../custom/plugins/MadFoxTheme/Resources/Themes/Frontend/Shop/frontend/_public/src/images/mountain-text.jpg') no-repeat;
  background-position: bottom left;
}
@media all and (min-width: 64em) {
  .story--intro .text {
    width: 45%;
  }
}
@media all and (min-width: 1700px) {
  .story--intro .text {
    padding: 20px 100px;
  }
}
.story--intro .text i {
  clear: both;
  float: left;
  width: 100%;
  text-align: center;
  color: #f36903;
  margin: 0 0 30px;
}
.story--intro .text i .icon-map {
  width: 48px;
  height: 44px;
}
.story--intro .text .subTitle {
  clear: both;
  float: left;
  width: 100%;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.1em;
  margin: 0 0 8px;
  text-align: center;
}
@media all and (min-width: 48em) {
  .story--intro .text .subTitle {
    font-size: 14px;
    margin: 0 0 16px;
  }
}
@media all and (min-width: 78.75em) {
  .story--intro .text .subTitle {
    font-size: 16px;
  }
}
.story--intro .text h1 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  color: #000;
  font-family: "vista-slab", serif;
  text-transform: uppercase;
  font-style: italic;
  text-align: center;
  margin: 0 0 10px;
}
@media all and (min-width: 48em) {
  .story--intro .text h1 {
    margin: 0 0 20px;
    font-size: 28px;
    line-height: 28px;
  }
}
@media all and (min-width: 78.75em) {
  .story--intro .text h1 {
    margin: 0 0 70px;
    font-size: 38px;
    line-height: 38px;
  }
}
@media all and (min-width: 1700px) {
  .story--intro .text h1 {
    font-size: 48px;
    line-height: 48px;
  }
}
.story--intro .text p {
  color: #3a3a3a;
  clear: both;
  float: left;
  width: 100%;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}
@media all and (min-width: 48em) {
  .story--intro .text p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media all and (min-width: 78.75em) {
  .story--intro .text p {
    font-size: 16px;
    line-height: 30px;
  }
}
.story--intro .image {
  width: 100%;
  float: left;
  position: relative;
}
@media all and (min-width: 64em) {
  .story--intro .image {
    width: 55%;
  }
}
.story--intro .image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
}
@media all and (min-width: 64em) {
  .story--intro .image img {
    position: absolute;
    top: 0px;
    right: 0px;
  }
}
.story-person {
  clear: both;
  float: left;
  width: 100%;
  background: #FFF;
  border-bottom: 1px solid #FFF;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.story-person .left,
.story-person .right {
  float: left;
  width: 100%;
  position: relative;
}
@media all and (min-width: 30em) {
  .story-person .left,
  .story-person .right {
    width: 50%;
    border-right: 1px solid #FFF;
  }
}
.story-person .left .video,
.story-person .right .video {
  float: left;
  width: 100%;
}
.story-person .left .video img,
.story-person .right .video img {
  width: 100%;
  cursor: pointer;
}
.story-person .left #modal-videolink div,
.story-person .right #modal-videolink div {
  text-align: center;
}
.story-person .left .person,
.story-person .right .person {
  float: left;
  width: 100%;
  min-height: 400px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.story-person .left .person .person-left,
.story-person .right .person .person-left {
  float: left;
  width: 100%;
}
@media all and (min-width: 78.75em) {
  .story-person .left .person .person-left,
  .story-person .right .person .person-left {
    width: 30%;
    position: absolute;
    left: 0px;
    bottom: -2px;
  }
}
.story-person .left .person .person-text,
.story-person .right .person .person-text {
  float: left;
  width: 100%;
  padding: 20px;
}
@media all and (min-width: 78.75em) {
  .story-person .left .person .person-text,
  .story-person .right .person .person-text {
    width: 70%;
    margin-left: 30%;
  }
}
@media all and (min-width: 1700px) {
  .story-person .left .person .person-text,
  .story-person .right .person .person-text {
    padding: 60px 40px;
  }
}
.story-person .left .person .person-text h2,
.story-person .right .person .person-text h2 {
  color: #f36903;
  font-family: "vista-slab", serif;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
}
.story-person .left .person .person-text span,
.story-person .right .person .person-text span {
  text-transform: uppercase;
  color: #bdb0a1;
  font-size: 12px;
  font-weight: 300;
  clear: both;
  float: left;
  width: 100%;
}
.story-person .left .person .person-text p,
.story-person .right .person .person-text p {
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  clear: both;
  float: left;
  width: 100%;
  color: #000;
  margin: 10px 0 0;
}
@media all and (min-width: 48em) {
  .story-person .left .person .person-text p,
  .story-person .right .person .person-text p {
    margin: 20px 0 0;
    font-size: 14px;
    line-height: 20px;
  }
}
@media all and (min-width: 78.75em) {
  .story-person .left .person .person-text p,
  .story-person .right .person .person-text p {
    margin: 50px 0 0;
  }
}
.story-person .right .person .person-text {
  margin-left: 0;
}
.story-person .right,
.story-person .left {
  float: left;
  width: 100%;
  position: relative;
}
@media all and (min-width: 30em) {
  .story-person .right,
  .story-person .left {
    width: 50%;
  }
}
.story-person .right img,
.story-person .left img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
}
@media all and (min-width: 30em) {
  .story-person .right img,
  .story-person .left img {
    position: absolute;
    top: 0px;
    right: 0px;
  }
}
.story-articlemapping {
  background: #FFF;
}
.story-articlemapping .emotion--banner {
  background: none;
  max-width: 1580px;
  min-width: 310px;
  clear: both;
  margin: 0 auto;
}
.is--ctl-campaign .emotion--section-nav {
  left: auto;
  right: 0px;
  width: 65px;
  background: #000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
}
.is--ctl-campaign .emotion--section-nav .section-nav--link .icon--record {
  display: inline-block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #808080;
  background: none;
}
.is--ctl-campaign .emotion--section-nav .section-nav--link .icon--record:before {
  display: none;
}
.is--ctl-campaign .emotion--section-nav .section-nav--link.is--active .icon--record,
.is--ctl-campaign .emotion--section-nav .section-nav--link:hover .icon--record {
  background: #f36903;
  border-color: #f36903;
}
.is--ctl-listing .footer--contact {
  background: #FFF;
}
.is--ctl-listing .story--bike--title {
  background: #FFF;
  float: left;
  width: 100%;
  padding: 70px 20px 0;
}
.is--ctl-listing .story--bike--title span {
  clear: both;
  float: left;
  width: 100%;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #7b7b7b;
  font-size: 12px;
}
@media all and (min-width: 48em) {
  .is--ctl-listing .story--bike--title span {
    font-size: 14px;
  }
}
@media all and (min-width: 78.75em) {
  .is--ctl-listing .story--bike--title span {
    font-size: 16px;
  }
}
.is--ctl-listing .story--bike--title h2 {
  clear: both;
  float: left;
  width: 100%;
  font-size: 22px;
  line-height: 24px;
  color: #000;
  font-family: "vista-slab", serif;
  text-transform: uppercase;
  font-style: italic;
  text-align: center;
  margin: 5px 0 0;
}
@media all and (min-width: 48em) {
  .is--ctl-listing .story--bike--title h2 {
    font-size: 38px;
    line-height: 40px;
  }
}
@media all and (min-width: 78.75em) {
  .is--ctl-listing .story--bike--title h2 {
    font-size: 48px;
    line-height: 50px;
  }
}
.is--ctl-listing .story--quickview {
  background: #FFF;
  padding-top: 70px;
}
.is--ctl-listing .story--quickview .emotion--banner {
  background: none;
  max-width: 1580px;
  padding: 0 10px;
  min-width: 310px;
  clear: both;
  margin: 0 auto;
}
.is--ctl-listing .emotion--banner .banner--mapping-link {
  border: none;
  text-decoration: none;
  width: 50px !important;
  height: 50px !important;
}
.is--ctl-listing .emotion--banner .banner--mapping-link:before {
  position: absolute;
  content: '+';
  left: 0.125rem;
  top: -0.375rem;
  font-size: 1.5rem;
  color: #f36903;
  opacity: 0.7;
}
@media all and (min-width: 48em) {
  .is--ctl-listing .emotion--banner .banner--mapping-link:before {
    left: 0.5625rem;
    top: -0.0625rem;
    font-size: 2.125rem;
  }
}
.is--ctl-listing .emotion--banner .banner--mapping-link:after {
  position: absolute;
  content: '';
  left: -8px;
  top: -8px;
  width: 30px;
  height: 30px;
  background: none;
  border: 2px solid #f36903;
  border-radius: 50%;
  background-clip: padding-box;
  opacity: 0.7;
}
@media all and (min-width: 48em) {
  .is--ctl-listing .emotion--banner .banner--mapping-link:after {
    width: 50px;
    height: 50px;
  }
}
.is--ctl-listing .emotion--banner .banner--mapping-link:hover:after,
.is--ctl-listing .emotion--banner .banner--mapping-link:hover:before {
  opacity: 1;
}
a[data-tooltip]:before {
  background-color: #000;
  border-radius: 5px;
  color: #ffffff;
  content: attr(data-tooltip);
  display: none;
  font-size: 11px;
  height: 50px;
  left: -82px;
  line-height: 20px;
  padding: 5px 30px;
  position: absolute;
  text-transform: uppercase;
  top: -75px;
  width: 160px;
  font-weight: 300;
}
a[data-tooltip]:after {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #000;
  content: "";
  display: none;
  left: 18px;
  position: absolute;
  top: -15px;
}
@media all and (min-width: 48em) {
  a[data-tooltip]:hover:after,
  a[data-tooltip]:hover:before {
    display: block;
  }
}
.page-wrap {
  /*float: left;*/
  width: 100%;
  overflow-y: hidden;
}
.story--video {
  padding: 50px 0;
}
@media all and (min-width: 48em) {
  .story--video {
    padding: 100px 0;
  }
}
@media all and (min-width: 78.75em) {
  .story--video {
    padding: 200px 0;
  }
}
.story--video .sub-title {
  position: absolute;
  left: 0px;
  top: 10px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  color: #FFF;
  letter-spacing: 0.1em;
  font-weight: 400;
  display: none;
}
@media all and (min-width: 48em) {
  .story--video .sub-title {
    font-size: 14px;
    top: 20px;
    display: block;
  }
}
@media all and (min-width: 78.75em) {
  .story--video .sub-title {
    font-size: 16px;
    top: 60px;
  }
}
.story--video .main-title {
  position: absolute;
  left: 0px;
  top: 30px;
  width: 100%;
  font-weight: 600;
  color: #FFF;
  font-family: "vista-slab", serif;
  text-transform: uppercase;
  font-style: italic;
  text-align: center;
  font-size: 22px;
  display: none;
}
@media all and (min-width: 48em) {
  .story--video .main-title {
    font-size: 34px;
    top: 40px;
    display: block;
  }
}
@media all and (min-width: 78.75em) {
  .story--video .main-title {
    font-size: 48px;
    top: 90px;
  }
}
.story--video .video--player {
  float: right;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 0 0 20px;
}
@media all and (min-width: 48em) {
  .story--video .video--player {
    width: -webkit-calc(100% - 280px);
    width: -moz-calc(100% - 280px);
    width: calc(100% - 280px);
    margin: 0;
  }
}
.story--video .video--player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.story--video .video--list {
  float: left;
  width: 100%;
  overflow: hidden;
  padding: 51px 0;
  position: relative;
}
@media all and (max-width: 48em) {
  .story--video .video--list {
    height: 342px !important;
  }
}
@media all and (min-width: 48em) {
  .story--video .video--list {
    width: 260px;
    height: 520px;
  }
}
.story--video .video--list .list {
  position: absolute;
  left: 0px;
  top: 51px;
  width: 100%;
  height: -webkit-calc(100% - 102px);
  height: -moz-calc(100% - 102px);
  height: calc(100% - 102px);
  overflow: hidden;
  background: #000;
}
.story--video .video--list .list .inline {
  margin-top: 0px;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.story--video .video--list .top-arrow {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #000;
  margin-bottom: 1px;
  text-align: center;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  font-size: 10px;
  color: #FFF;
  cursor: pointer;
}
.story--video .video--list .top-arrow:hover {
  background: #f36903;
}
.story--video .video--list .down-arrow {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #000;
  margin-top: 1px;
  text-align: center;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  font-size: 10px;
  color: #FFF;
  cursor: pointer;
}
.story--video .video--list .down-arrow:hover {
  background: #f36903;
}
.story--video .video--list .video {
  float: left;
  width: 100%;
  height: 220px;
  clear: both;
  position: relative;
  background: #000;
  overflow: hidden;
  padding: 20px;
  cursor: pointer;
}
.story--video .video--list .video .image {
  float: left;
  width: 100%;
  height: 165px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  pointer-events: none;
}
.story--video .video--list .video .image img {
  pointer-events: none;
}
.story--video .video--list .video .time {
  position: absolute;
  top: 40px;
  left: 30px;
  padding: 0 10px;
  background: rgba(255, 255, 255, 0.3);
  color: #FFF;
  font-weight: 400;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  pointer-events: none;
}
@media all and (min-width: 48em) {
  .story--video .video--list .video .time {
    right: 30px;
    left: auto;
  }
}
.story--video .video--list .video .title {
  clear: both;
  float: left;
  width: 100%;
  color: #FFF;
  font-weight: 300;
  font-size: 14px;
  pointer-events: none;
}
#story--nav {
  position: fixed;
  right: 0px;
  top: 50%;
  width: 40px;
  background: #000;
}
@media all and (min-width: 48em) {
  #story--nav {
    width: 60px;
  }
}
#story--nav .prev,
#story--nav .next {
  clear: both;
  float: left;
  width: 42px;
  height: 42px;
  line-height: 48px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #FFF;
  text-align: center;
  margin-left: 9px;
  cursor: pointer;
  display: none;
}
@media all and (min-width: 48em) {
  #story--nav .prev,
  #story--nav .next {
    display: block;
  }
}
#story--nav .prev .icon--arrow-up,
#story--nav .next .icon--arrow-up,
#story--nav .prev .icon--arrow-down,
#story--nav .next .icon--arrow-down {
  font-size: 8px;
  opacity: 0.5;
  position: relative;
  top: -6px;
}
#story--nav .prev:hover,
#story--nav .next:hover {
  border-color: #f36903;
  color: #f36903;
}
#story--nav .prev:hover .icon--arrow-up,
#story--nav .next:hover .icon--arrow-up,
#story--nav .prev:hover .icon--arrow-down,
#story--nav .next:hover .icon--arrow-down {
  opacity: 1;
}
#story--nav .prev {
  margin-top: 10px;
  margin-bottom: 40px;
}
#story--nav .next {
  margin-top: 40px;
  margin-bottom: 10px;
}
#story--nav ul {
  list-style: none;
  padding: 20px 0;
  clear: both;
  float: left;
  width: 100%;
}
#story--nav li {
  clear: both;
  float: left;
  width: 100%;
  height: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}
#story--nav li i {
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 2px solid #eaeaea;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#story--nav li.active i,
#story--nav li:hover i {
  background: #f36903;
  border-color: #f36903;
}
.is--ctl-listing .quick-view--view .product--header .product--title a {
  color: #000;
  text-decoration: none;
  border: none;
  font-size: 18px;
}
.is--ctl-listing .quick-view--view .product--buybox .price--default .content--default {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.is--ctl-listing .quick-view--view .product--buybox .product--tax {
  color: #a3a3a3;
  font-size: 9px;
}
.is--ctl-listing .quick-view--view .product--buybox .product--tax a {
  color: #a3a3a3;
  border: none;
  text-decoration: underline;
}
.is--ctl-listing .quick-view--view .product--buybox .product--tax a:hover {
  color: #f36903;
}
.is--ctl-listing .quick-view--view .delivery--information {
  clear: both;
  float: left;
  width: 100%;
  margin: 10px 0;
}
.is--ctl-listing .quick-view--view .product--base-info {
  display: none;
}
.is--ctl-listing .quick-view--view .product--details .product--image-container .image-slider--thumbnails {
  position: absolute;
}
.is--ctl-listing .quick-view--view .action--form {
  float: left;
  width: 50%;
}
.is--ctl-listing .quick-view--view #article--socialmedia {
  display: none;
}
.is--ctl-listing .quick-view--view .link--notepad {
  color: #a8acb9;
}
.is--ctl-listing .quick-view--view .link--notepad span {
  display: inline-block;
  position: relative;
  top: -4px;
  font-weight: 400;
}
.is--ctl-listing .quick-view--view .link--notepad .icon-wishlist {
  height: 19px;
  width: 21px;
}
.is--ctl-listing .quick-view--view .link--notepad:hover {
  color: #f36903;
}
.is--ctl-listing .quick-view--view .action--compare {
  color: #a8acb9;
}
.is--ctl-listing .quick-view--view .action--compare span {
  display: inline-block;
  position: relative;
  top: -4px;
  font-weight: 400;
}
.is--ctl-listing .quick-view--view .action--compare .icon-compare {
  height: 19px;
  width: 21px;
}
.is--ctl-listing .quick-view--view .action--compare:hover {
  color: #f36903;
}
.is--ctl-listing .quick-view--view .select-field:after {
  color: #000;
}
.is--ctl-listing .quick-view--view .select-field:hover:after {
  color: #f36903;
}
.is--ctl-listing .quick-view--view .select-field select {
  background: none;
  color: #000;
  font-weight: 400;
}
.is--ctl-listing .quick-view--view .select-field select:hover,
.is--ctl-listing .quick-view--view .select-field select:focus {
  color: #f36903;
}
.is--ctl-listing .quick-view--view select option {
  color: #000;
}
.is--ctl-listing .quick-view--view select option:hover {
  color: #f36903;
}
.is--ctl-listing .quick-view--view .buybox--button {
  font-size: 12px;
  font-weight: 600;
  font-style: italic;
  background: #2ecc71;
  padding: 0 10px;
}
@media all and (min-width: 30em) {
  .is--ctl-listing .quick-view--view .buybox--button {
    padding: 0 20px;
    font-size: 14px;
  }
}
@media all and (min-width: 48em) {
  .is--ctl-listing .quick-view--view .buybox--button {
    font-size: 16px;
  }
}
.is--ctl-listing .quick-view--view .buybox--button:hover {
  background: #f36903;
}
.is--ctl-listing .quick-view--view .buybox--button .buy-btn--cart-text {
  display: inline-block;
}
.is--ctl-listing .quick-view--view .buybox--button .icon-basket {
  height: 20px;
  width: 20px;
  position: relative;
  top: 10px;
  float: left;
  left: -15px;
  display: none;
}
@media all and (min-width: 30em) {
  .is--ctl-listing .quick-view--view .buybox--button .icon-basket {
    display: block;
  }
}
@media all and (min-width: 78.75em) {
  .is--ctl-listing .quick-view--view .buybox--button .icon-basket {
    left: -12px;
  }
}
.is--ctl-listing .quick-view--view .quick-view--product-detail-button {
  background-image: none;
  background: #ebecee;
  color: #000;
  border: none;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 43px;
}
.is--ctl-listing .quick-view--view .quick-view--product-detail-button:hover {
  color: #FFF;
  background: #f36903;
}
.is--ctl-listing .quick-view--view .product--short-description {
  color: #000;
  margin: 20px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.is--ctl-listing .quick-view--view .noBuy {
  clear: both;
  float: left;
  margin: 10px 0;
  padding: 20px;
  border: 1px solid #ebecee;
}
.is--ctl-listing .quick-view--view .noBuy p {
  color: #d30909;
}
.is--ctl-listing .quick-view--view .noBuy a {
  color: #f36903;
  text-decoration: underline;
  border: none;
}
.is--ctl-listing .quick-view--view .noBuy a:hover {
  text-decoration: none;
}
.is--ctl-listing .quick-view--view .image-slider--container .arrow.is--left::before,
.is--ctl-listing .quick-view--view .image-slider--container .arrow.is--right::before {
  border-color: #000;
}
.is--ctl-listing .quick-view--view .image-slider--container .arrow.is--left:hover::before,
.is--ctl-listing .quick-view--view .image-slider--container .arrow.is--right:hover::before {
  border-color: #f36903;
}
.is--ctl-listing .quick-view--view .image-slider--container .arrow.is--left::after,
.is--ctl-listing .quick-view--view .image-slider--container .arrow.is--right::after {
  border-color: #000;
}
.is--ctl-listing .quick-view--view .image-slider--container .arrow.is--left:hover::after,
.is--ctl-listing .quick-view--view .image-slider--container .arrow.is--right:hover::after {
  border-color: #f36903;
}
.is--ctl-listing .quick-view--view .image-slider--container .arrow.is--left {
  left: 75px;
}
@media all and (min-width: 48em) {
  .is--ctl-newsletter .sidebar-main {
    display: none;
  }
}
.is--ctl-newsletter #footer--newsletter {
  display: none;
}
.is--ctl-newsletter .newsletter--form .panel--body {
  padding-top: 0;
}
.is--ctl-newsletter .newsletter--form .panel--body form {
  padding: 0rem 2.5rem 0rem 2.5rem;
  margin-bottom: 2.5rem;
}
.is--ctl-newsletter .newsletter--form .panel--body form:first-of-type:before {
  content: 'Abmelden';
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #2e2e2e;
}
.is--ctl-newsletter .newsletter--form .panel--body form:last-of-type:before {
  content: 'Abonnieren';
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #2e2e2e;
}
@media all and (min-width: 48em) {
  .is--ctl-newsletter .newsletter--form .panel--body form {
    width: 50%;
    float: left;
  }
  .is--ctl-newsletter .newsletter--form .panel--body form:last-of-type {
    border-left: 1px solid #eaeaea;
  }
}
.is--ctl-newsletter .newsletter--form .panel--body form img {
  display: inline-block;
  margin: 0 5px;
}
.is--ctl-newsletter .newsletter--form .panel--body form button {
  background: #f36903 !important;
  margin-top: 0 !important;
}
.is--ctl-newsletter .content--wrapper {
  margin-left: 0px !important;
}
.is--ctl-newsletter .content--wrapper .newsletter--content {
  clear: both;
  float: left;
  width: 100%;
  background: #FFF;
  margin: 0;
}
.is--ctl-newsletter .content--wrapper .newsletter--content .newsletter--headline {
  border: none;
  color: #000;
  font-weight: 400;
}
.is--ctl-newsletter .content--wrapper .newsletter--content .select-field {
  height: 40px;
  max-width: 260px;
  margin-bottom: 10px;
  float: left;
}
.is--ctl-newsletter .content--wrapper .newsletter--content .select-field select {
  background: #f4f4f4;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #bdb0a1;
  color: #4F5459;
  font-weight: 400;
  text-transform: uppercase;
  font-style: normal;
  padding-left: 10px;
  width: 100%;
  max-width: 260px;
  font-size: 11px;
}
.is--ctl-newsletter .content--wrapper .newsletter--content .select-field:after {
  border: none;
  font-size: 7px;
  color: #f36903;
  top: 1px;
  right: 4px;
}
.is--ctl-newsletter .content--wrapper .newsletter--content .select-field:focus select,
.is--ctl-newsletter .content--wrapper .newsletter--content .select-field:hover select {
  background: #f36903;
  border-color: #f36903;
  color: #FFF;
}
.is--ctl-newsletter .content--wrapper .newsletter--content .select-field:focus:after,
.is--ctl-newsletter .content--wrapper .newsletter--content .select-field:hover:after {
  color: #FFF;
}
.is--ctl-newsletter .content--wrapper .newsletter--content .newsletter--email {
  margin: 0 0 40px;
}
.is--ctl-newsletter .content--wrapper .newsletter--content .newsletter--required-info {
  color: #000;
  font-size: 10px;
  font-weight: 400;
}
.is--ctl-newsletter .content--wrapper .newsletter--content .newsletter--action .btn {
  background: #f36903;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.is--ctl-newsletter .content--wrapper .newsletter--content .newsletter--action .btn:hover {
  background: #2ecc71;
}
.body--servicedays #loginTitle {
  background-color: #F5EFEB;
}
.body--servicedays .gabelservice .value {
  display: none;
  margin-left: 50px;
}
.body--servicedays .daempferservice .value {
  display: none;
  margin-left: 50px;
}
.body--servicedays .service-tage {
  float: left;
  width: 70%;
  margin-left: 40px;
}
.body--servicedays .site .left {
  margin-bottom: 20px;
}
.psearch {
  clear: both;
  position: relative;
  float: left;
  width: 100%;
  padding-top: 0px;
  margin-top: -115px;
}
@media all and (min-width: 30em) {
  .psearch {
    margin-top: -45px;
  }
}
@media all and (min-width: 48em) {
  .psearch {
    margin-top: -50px;
  }
}
.psearch .btnBuy {
  float: right;
  margin-left: 10px;
  width: 30px;
  padding: 0;
  background: #28d43c;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 30px;
}
.psearch .btnBuy:hover {
  background: #f36903;
}
.psearch .btnBuy .icon-basket-partlist {
  color: #FFF;
  height: 19px;
  width: 28px;
  position: relative;
  top: 4px;
}
.psearch .results--list .entry--name {
  width: -webkit-calc(60% - 40px);
  width: -moz-calc(60% - 40px);
  width: calc(60% - 40px);
}
.psearch .search-result--link .block {
  color: #000;
  font-weight: 400;
  font-size: 12px;
}
.psearch #partsButton {
  position: absolute;
  right: 0px;
  top: 1px;
  height: 40px;
  border: none;
  background: none;
  padding-right: 15px;
  width: 40px;
  padding: 0 10px 0 0;
  color: #000;
  display: none;
}
@media all and (max-width: 30em) {
  .psearch #partsButton {
    right: 10px;
    top: 50px;
  }
}
.psearch #partsButton:hover .icon--search {
  color: #f36903;
}
.psearch #partsButton .icon--search {
  height: 24px;
  width: 23px;
  color: #000;
}
#partlist {
  border: none;
}
#iframereload {
  float: right;
  margin-right: 10px;
  font-weight: 300;
  padding: 0 20px;
  text-transform: uppercase;
  height: 40px;
  background: none;
  border: 1px solid #3e3e3e;
  color: #6b6b6b;
  font-size: 12px;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
}
@media all and (max-width: 30em) {
  #iframereload {
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }
}
@media all and (min-width: 48em) {
  #iframereload {
    margin-right: 20px;
  }
}
#iframereload:hover {
  color: #FFF;
  background: #f36903;
  border-color: #f36903;
}
.fill.icon-basket-partlist {
  height: 25px;
  width: 40px;
  color: black;
}
.body--werkstatt.is--ctl-listing .header-main .advanced-menu {
  margin-top: -16px;
}
.body--werkstatt.is--ctl-listing .content-main .listing--content .listing--actions .select-field {
  display: none;
}
.body--werkstatt.is--ctl-listing .content-main .listing--content .listing--actions {
  display: none;
  height: 120px;
}
@media all and (min-width: 30em) {
  .body--werkstatt.is--ctl-listing .content-main .listing--content .listing--actions {
    height: 60px;
  }
}
.body--werkstatt.is--ctl-listing .content-main .listing--content .listing--actions .action--sort {
  height: 115px;
  display: block !important;
}
@media all and (min-width: 30em) {
  .body--werkstatt.is--ctl-listing .content-main .listing--content .listing--actions .action--sort {
    height: 40px;
  }
}
.body--werkstatt.is--ctl-listing .content-main .action--filter-btn {
  display: none;
}
.body--werkstatt.is--ctl-listing .content-main .entry--search {
  list-style: none;
}
@media all and (max-width: 30em) {
  .body--werkstatt.is--ctl-listing .content-main .entry--search {
    padding: 10px 10px 0;
    clear: both;
  }
}
@media all and (max-width: 78.75em) {
  .body--werkstatt.is--ctl-listing .content-main .entry--search {
    left: 2%;
  }
}
.body--werkstatt.is--ctl-listing .content-main #foxreader {
  background: #FFF;
  padding: 20px 10px;
}
@media all and (min-width: 48em) {
  .body--werkstatt.is--ctl-listing .content-main #foxreader {
    padding: 40px;
  }
}
.body--werkstatt.is--ctl-listing .content-main #foxreader h4,
.body--werkstatt.is--ctl-listing .content-main #foxreader h3,
.body--werkstatt.is--ctl-listing .content-main #foxreader h2,
.body--werkstatt.is--ctl-listing .content-main #foxreader h1 {
  width: 100%;
  clear: both;
  float: left;
  letter-spacing: 0.1em;
  font-family: "vista-slab", serif;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
  color: #2e3033;
  margin: 0 0 30px;
}
.body--werkstatt.is--ctl-listing .content-main #foxreader h1 {
  margin-top: 30px;
}
.body--werkstatt.is--ctl-listing .content-main #foxreader h2 {
  margin: 0 0 20px;
}
.body--werkstatt.is--ctl-listing .content-main #foxreader h3 {
  margin: 30px 0 10px;
}
.body--werkstatt.is--ctl-listing .content-main #foxreader a {
  margin: 0;
  display: block;
  font-size: 12px;
  text-decoration: underline;
}
.body--werkstatt.is--ctl-listing .content-main #foxreader table {
  margin: 0 0 60px;
  font-weight: 400;
  font-size: 12px;
}
.body--werkstatt.is--ctl-listing .content-main #foxreader .bigwhite {
  width: 100%;
  clear: both;
  float: left;
  letter-spacing: 0.1em;
  font-family: "vista-slab", serif;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
  color: #2e3033;
  margin: 0 0 10px!important;
}
.body--werkstatt.is--ctl-listing .content-main #foxreader .ordernumber.btnBuy.green {
  text-decoration: underline;
}
.body--werkstatt.is--ctl-listing .content-main #foxreader .box {
  padding: 20px;
}
.body--werkstatt.is--ctl-listing .content-main #foxreader .box .info .img {
  margin: 0 0 20px;
}
.body--werkstatt.is--ctl-listing .content-main #foxreader .box .info .number {
  text-align: left;
  color: #b3aba1;
  font-size: 11px;
}
.body--werkstatt.is--ctl-listing .content-main #foxreader .box .info .price,
.body--werkstatt.is--ctl-listing .content-main #foxreader .box .info .name {
  font-size: 14px;
  font-weight: bold;
  color: #2e3033;
  text-align: left;
  margin: 0 0 20px;
  padding: 0;
}
.body--werkstatt.is--ctl-listing .content-main #foxreader .box .info .price {
  font-size: 16px;
}
.body--werkstatt.is--ctl-listing .content-main .steptext p {
  color: #000;
  font-size: 12px !important;
  margin: 0 0 10px!important;
}
.body--werkstatt.is--ctl-listing .content-main .mainimage {
  margin: 0 0 30px;
  display: none;
}
.body--werkstatt.is--ctl-listing .content-main ul {
  padding: 0 0 0 15px;
  clear: both;
  float: left;
  width: 100%;
  margin: 0 0 20px;
}
.body--werkstatt.is--ctl-listing .content-main ul li {
  margin: 0 0 10px;
  font-size: 12px;
  color: #717171;
  font-weight: 400;
}
.body--werkstatt.is--ctl-listing .content-main .thumbs .print {
  margin: 30px 0 0px;
}
.body--werkstatt.is--ctl-listing .content-main .thumbs .print a {
  background-image: none;
  color: #000 !important;
  text-transform: uppercase;
  border: 2px solid #eee6e0;
  height: 34px;
  width: 120px;
  text-align: center;
  line-height: 30px;
  font-size: 13px;
  font-weight: 300;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  text-decoration: none !important;
}
.body--werkstatt.is--ctl-listing .content-main .thumbs .print a:hover {
  background: #f36903;
  color: #FFF !important;
  border-color: #f36903;
}
.body--werkstatt.is--ctl-listing .content-main .chunk h2 {
  font-size: 16px;
}
.body--werkstatt .icon-wishlist {
  height: 18px;
  width: 21px;
  color: white;
  position: relative;
  top: 40px;
}
.action--link.link--notepad.note--set {
  background-color: grey;
}
@media all and (min-width: 30em) {
  .body--werkstatt.is--ctl-listing #foxreader .steptext h2 {
    height: 100px;
  }
}
.body--werkstatt table tbody tr td {
  float: left;
  display: block;
  white-space: unset;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
}
.body--werkstatt--3 .categoryview {
  width: 100%;
  background: #F36903;
  height: 30px;
  text-align: center;
  float: left;
  padding-top: 5px;
}
.body--werkstatt--3 .categoryview:hover {
  background: #28D43C;
}
.body--werkstatt--3 .categoryview a {
  color: white;
}
.categoryview {
  width: 100%;
}
.categoryview a {
  display: block;
  width: 100%;
  text-align: center;
  color: white;
  background: #F36903;
  height: 22px;
  padding-top: 5px;
  position: relative;
}
.categoryview a:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -10px;
  height: 10px;
  width: 100%;
  background: #F36903;
}
.categoryview a:hover {
  background: #28D43C;
}
.categoryview a:hover:after {
  background: #28D43C;
}
.is--ctl-listing .sidebar-main .sidebar--categories-wrapper + .categoryview {
  border-bottom: none;
}
.body--werkstatt .sidebar-filter--content {
  display: none;
}
.body--werkstatt .sidebar-main .sidebar--navigation {
  background: #000;
  border-bottom: 0px solid #000000;
}
.body--werkstatt .categoryview {
  width: 100%;
  background: #F36903;
  height: 30px;
  text-align: center;
  padding-top: 5px;
}
.body--werkstatt .categoryview a {
  color: white;
}
.body--werkstatt .categoryview:hover {
  background: #28D43C;
}
.body--werkstatt .chunk.step.half {
  float: left;
  width: 100%;
  border-right: 0px solid #e6d9d0;
  border-right-width: 0px;
  padding-right: 30px;
  padding-top: 20px;
}
@media all and (min-width: 30em) {
  .body--werkstatt .chunk.step.half {
    width: 50%;
  }
}
@media all and (min-width: 78.75em) {
  .body--werkstatt .chunk.step.half {
    width: 25%;
  }
}
.body--werkstatt .header--navigation {
  height: 84px;
}
.body--werkstatt .navigation--list-wrapper {
  height: 80px;
}
.body--werkstatt .navigation--list.block-group {
  display: contents;
}
.body--werkstatt .ordernumber.btnBuy.green {
  color: green;
  cursor: grab;
}
.body--werkstatt .ordernumber.btnBuy.green:hover {
  color: lightgreen;
}
.body--werkstatt .ordernumber.btnBuy.orange {
  color: red;
}
.body--werkstatt div#foxreader div#content.help div#breadcrumb {
  display: none;
}
.body--werkstatt .chunk.step {
  float: left;
  width: 100%;
}
.body--werkstatt #foxreader {
  float: left;
}
.body--werkstatt #content {
  width: 100%;
  float: left;
}
.body--werkstatt .box {
  display: none;
  width: 100%;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  width: 280px;
  white-space: normal;
}
@media all and (min-width: 30em) {
  .body--werkstatt .box {
    width: 350px;
  }
}
.body--werkstatt span:hover + .box,
.body--werkstatt .box:hover {
  display: block;
  position: absolute;
  color: black;
  text-align: center;
  margin-left: -10px;
  z-index: 100;
}
.body--werkstatt div.box span.img {
  width: 100%;
  float: left;
  color: black;
}
.body--werkstatt div.box span.price {
  width: 100%;
  float: left;
  color: black;
}
.body--werkstatt div.box span.name {
  width: 100%;
  float: left;
  color: black;
  padding-left: 20px;
  padding-right: 20px;
}
.body--werkstatt div.box span.number {
  width: 100%;
  float: left;
  color: black;
}
.body--werkstatt div.box span.description {
  width: 100%;
  float: left;
  color: black;
}
.body--werkstatt div.box span button {
  clear: both;
  float: initial;
  width: 100%;
  background: #28d43c;
  color: #FFF;
  box-sizing: border-box;
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
  border: none;
  position: relative;
}
.body--werkstatt div.box span button i {
  position: absolute;
  top: -33px;
  left: 10px;
  width: 30px;
  height: 30px;
}
.body--werkstatt div.box span button .icon-basket {
  height: 20px;
  width: 20px;
}
.body--werkstatt div.box span button:hover {
  background: #f36903;
}
.body--werkstatt div#foxreader table {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  clear: both;
  float: left;
  width: 100%;
  border: 1px solid #e6d9d0;
  padding: 0;
  border-spacing: 0px;
  margin: 0 0 0 0;
}
.body--werkstatt div.helpfoxreader a.loadListe {
  clear: both;
  float: left;
  line-height: 50px;
  text-align: center;
  width: 100%;
  background: #f36903;
  color: #FFF;
  font-size: 12px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.body--werkstatt div.helpfoxreader a.loadListe:hover {
  background: #28d43c;
  color: #FFF !important;
}
.body--werkstatt div.helpfoxreader a.loadListe:hover {
  color: black;
}
.body--werkstatt .loadListe {
  width: 100%;
  float: left;
}
.body--werkstatt .helpfoxreader {
  width: 100%;
  float: left;
}
.body--werkstatt #foxreader {
  width: 100%;
  float: left;
}
.body--werkstatt #back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9999;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  background: #F36903;
  color: #444;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}
.body--werkstatt #back-to-top:hover {
  background: #e9ebec;
}
.body--werkstatt #back-to-top.show {
  opacity: 1;
}
.body--werkstatt .backtotop {
  display: none;
}
.body--werkstatt div.box span.info span.img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  margin: 0 auto;
}
.body--werkstatt div#foxreader div#content.help p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1rem;
  margin: 0px 0px 0px 0px;
  margin: 0rem 0rem 0rem 0rem;
}
.body--werkstatt div.helpfoxreader div#foxreader div#content.help a {
  color: black;
}
.body--werkstatt div.helpfoxreader div#foxreader div#content.help a:hover {
  color: #F36903;
}
.body--rabatt #loginTitle {
  background-color: #F5EFEB;
}
.body--rabatt div.site div.left {
  margin-bottom: 10px;
  float: left;
  width: 220px;
}
@media all and (min-width: 64em) {
  .body--rabatt div.site div.left {
    width: 260px;
  }
}
@media all and (min-width: 78.75em) {
  .body--rabatt div.site div.left {
    width: 300px;
  }
}
.body--rabatt .active--green {
  color: green;
}
.body--rabatt .tr.line.green {
  background: darkseagreen;
  color: black;
  border: 1px solid #e6d9d0;
}
@media all and (max-width: 48em) {
  .body--rabatt .tr.line.green {
    float: left;
    width: 100%;
  }
}
.body--rabatt .tr.line.green .left {
  width: auto;
}
.body--rabatt .active--red {
  color: #F36903;
}
.body--rabatt .tr.line.red {
  background: white;
  color: black;
}
.body--rabatt div.table {
  display: table;
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #e6d9d0;
}
@media all and (max-width: 48em) {
  .body--rabatt div.table {
    float: left;
    width: 100%;
    display: block;
  }
}
.body--rabatt div.tr {
  display: table-row;
  cursor: grab;
}
.body--rabatt div.th {
  display: none;
  float: left;
  width: 100%;
  color: #000;
  font-size: 11px;
  font-weight: 400;
}
@media all and (min-width: 48em) {
  .body--rabatt div.th {
    float: none;
    display: table-row;
  }
}
.body--rabatt div.th div.td {
  display: table-cell;
  padding: 5px;
  background-color: white;
  color: #000;
  font-size: 11px;
  font-weight: 400;
}
.body--rabatt div.tr div.td {
  display: table-cell;
  padding: 0 5px 5px;
  font-weight: 400;
  font-size: 11px;
}
.body--rabatt div.tr div.td .left {
  margin: 0;
}
.body--rabatt div.tr div.td .left a {
  color: #000;
  position: relative;
  top: 5px;
}
.body--rabatt div.tr div.td .left a:before {
  color: #000;
}
.body--rabatt div.tr div.td .right {
  margin-left: 10px;
}
.body--rabatt div.tr div.td .right .icon--arrow-down {
  font-size: 8px;
  position: relative;
  top: 3px;
  right: 5px;
  cursor: pointer;
}
.body--rabatt div.tr div.td .right .icon--arrow-up {
  font-size: 10px;
  position: relative;
  top: 3px;
  right: 5px;
  cursor: pointer;
}
.body--rabatt div.tr div.td a {
  text-align: center;
}
.body--rabatt main {
  padding-top: 50px;
  padding-bottom: 50px;
  clear: both;
  float: left;
  width: 100%;
}
.body--rabatt div.discount {
  width: 100%;
}
.body--rabatt div.discount div.left {
  float: left;
  width: 40%;
}
.body--rabatt div.discount div.middle {
  float: left;
}
.body--rabatt div.discount div.right {
  float: right;
}
.body--rabatt div.th div.td.header {
  background-color: #000;
  color: #fff;
}
.body--rabatt div.th div.td.header .left {
  margin: 0;
}
.body--rabatt span.flip {
  width: 100%;
  display: none;
}
.body--rabatt .Rabatt .left {
  width: 50%;
}
.body--rabatt .Rabatt .cell {
  width: 100%;
}
.body--rabatt .Rabatt .new {
  width: 100%;
}
.body--rabatt .Rabatt {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}
@media all and (min-width: 48em) {
  .body--rabatt .Rabatt {
    width: -webkit-calc(100% - 220px);
    width: -moz-calc(100% - 220px);
    width: calc(100% - 220px);
  }
}
@media all and (min-width: 64em) {
  .body--rabatt .Rabatt {
    width: -webkit-calc(100% - 260px);
    width: -moz-calc(100% - 260px);
    width: calc(100% - 260px);
  }
}
@media all and (min-width: 78.75em) {
  .body--rabatt .Rabatt {
    width: -webkit-calc(100% - 300px);
    width: -moz-calc(100% - 300px);
    width: calc(100% - 300px);
  }
}
.body--rabatt .Rabatt h1 {
  color: #000;
  font-size: 20px;
}
@media all and (min-width: 78.75em) {
  .body--rabatt .Rabatt h1 {
    font-size: 30px;
  }
}
.body--rabatt .Rabatt h1 .icon--plus {
  position: relative;
  top: 4px;
}
.new-wgnr-form {
  margin: 10px 20px;
}
.new-wgnr-form h1 {
  color: #000;
  font-size: 20px;
  margin: 0 0 10px;
}
.new-wgnr-form #rabatt-form {
  clear: both;
  float: left;
  width: 100%;
}
.new-wgnr-form input {
  margin: 5px;
  margin-left: 0px;
}
.new-wgnr-form div.th div.td.header {
  background-color: grey;
  color: white;
}
.new-wgnr-form .left {
  width: 140px;
  color: #000;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
}
.new-wgnr-form .cell {
  clear: both;
  float: left;
  width: 100%;
  margin: 0 0 20px;
}
.new-wgnr-form select {
  line-height: 30px;
  width: 100%;
}
.new-wgnr-form .new {
  width: 100%;
}
.new-wgnr-form input.submit {
  margin-bottom: 50px;
}
.new--pricegroup--discount--form {
  margin: 10px 20px;
}
.new--pricegroup--discount--form h1 {
  color: #000;
  font-size: 20px;
  margin: 0 0 10px;
}
.new--pricegroup--discount--form input {
  margin: 5px;
  margin-left: 0px;
}
.new--pricegroup--discount--form .left {
  width: 140px;
  color: #000;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
}
.new--pricegroup--discount--form .left:nth-child(2) {
  width: 290px;
}
.new--pricegroup--discount--form .cell {
  width: 400px;
}
.new--pricegroup--discount--form select {
  line-height: 30px;
  width: 100%;
}
.new--pricegroup--discount--form .new {
  width: 100%;
}
.new--pricegroup--discount--form input.submit {
  margin-bottom: 50px;
}
.new-wgnr-form {
  margin: 10px 20px;
}
.new-wgnr-form #rabatt-form {
  clear: both;
  float: left;
  width: 100%;
}
.new-wgnr-form input {
  margin: 5px;
  margin-left: 0px;
}
.new-wgnr-form div.th div.td.header {
  background-color: grey;
  color: white;
}
.new-wgnr-form .left {
  width: 140px;
  color: #000;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
}
.new-wgnr-form .cell {
  width: 400px;
}
.new-wgnr-form select {
  line-height: 30px;
  width: 100%;
}
.new-wgnr-form .new {
  width: 100%;
}
.new-wgnr-form .left.submit {
  width: 100%;
}
.new-wgnr-form input.submit {
  margin-bottom: 20px;
  background: #f36903;
  color: white;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}
.new-wgnr-form input.submit:hover {
  background: #2ecc71;
}
.new--pricegroup--discount--form {
  margin: 10px 20px;
}
.new--pricegroup--discount--form #rabatt-form {
  clear: both;
  float: left;
  width: 100%;
}
.new--pricegroup--discount--form input {
  margin: 5px;
  margin-left: 0px;
}
.new--pricegroup--discount--form .left {
  width: 140px;
  color: #000;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
}
.new--pricegroup--discount--form .cell {
  clear: both;
  float: left;
  width: 100%;
}
.new--pricegroup--discount--form select {
  line-height: 30px;
  width: 100%;
}
.new--pricegroup--discount--form .new {
  width: 100%;
}
.new--pricegroup--discount--form .left.submit {
  width: 100%;
}
.new--pricegroup--discount--form input.submit {
  margin-bottom: 20px;
  background: #f36903;
  color: white;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}
.new--pricegroup--discount--form input.submit:hover {
  background: #2ecc71;
}
#vote {
  position: fixed;
  bottom: 25px;
  right: 40px;
  z-index: 9999;
  width: 75px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
}
.product--box--liste {
  width: 100%;
  border-bottom: 1px solid #efefef;
  padding: 5px 10px;
}
@media all and (max-width: 78.75em) {
  .product--box--liste {
    padding: 20px 10px;
  }
}
.product--box--liste:hover {
  background: #fbfbfb;
}
.product--box--liste:hover .product--delivery .delivery--text-available span {
  color: #2ecc71 !important;
}
.product--box--liste:hover .product--delivery .delivery--text-more-is-coming span {
  color: #f1c40f !important;
}
.product--box--liste .buybox--form {
  clear: both;
  float: left;
  width: 100%;
  margin-top: 0px;
  padding: 0 0 0 10px;
}
.product--box--liste .buybox--form .select-field {
  width: 100px;
  font-weight: 400;
  font-size: 12px;
}
.product--box--liste .buybox--form .select-field:after {
  color: #4f5362;
  border: none;
}
.product--box--liste .buybox--form .select-field select {
  background: #ebecee;
  color: #4f5362;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.product--box--liste .buybox--form .buybox--button-container {
  float: left;
  width: 100%;
}
.product--box--liste .buybox--form .buybox--button-container .buybox--quantity {
  float: left;
  width: 120px;
  margin-right: 10px;
}
.product--box--liste .buybox--form .buybox--button-container .buybox--button {
  width: -webkit-calc(100% - 130px);
  width: -moz-calc(100% - 130px);
  width: calc(100% - 130px);
  float: left;
  padding: 0;
  background: #28d43c;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  line-height: 50px;
  height: 50px;
}
.product--box--liste .buybox--form .buybox--button-container .buybox--button span {
  display: none;
}
.product--box--liste .buybox--form .buybox--button-container .buybox--button .icon-basket {
  height: 20px;
  width: 20px;
  position: relative;
  top: 4px;
}
.product--box--liste .buybox--form .buybox--button-container .buybox--button:hover {
  background: #f36903;
}
.product--box--liste .box--content {
  width: 70%;
  float: left;
  border: none;
  padding: 0;
}
@media all and (max-width: 78.75em) {
  .product--box--liste .box--content {
    width: 100%;
  }
}
.product--box--liste .box--content .price--pseudo {
  -moz-opacity: 0.4;
  opacity: 0.4;
  margin-right: 5px;
  font-weight: 400;
}
.product--box--liste .box--content .price--pseudo .price--discount {
  font-size: 11px;
}
.product--box--liste .box--content .product--info a {
  float: left;
  width: 120px;
}
@media all and (max-width: 48em) {
  .product--box--liste .box--content .product--info a {
    width: 80px;
  }
}
.product--box--liste .box--content .product--info a .product--image {
  height: 50px;
}
.product--box--liste .box--content .product--info .product--info--content {
  float: left;
  width: -webkit-calc(100% - 120px);
  width: -moz-calc(100% - 120px);
  width: calc(100% - 120px);
}
@media all and (max-width: 48em) {
  .product--box--liste .box--content .product--info .product--info--content {
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
  }
}
.product--box--liste .box--content .product--info .product--info--content .price--default {
  font-size: 14px;
}
.product--box--liste .box--content .product--info .product--info--content .product--title {
  height: auto;
  width: 75%;
  padding: 5px 10px 0;
  font-size: 12px;
  line-height: 16px;
}
@media all and (max-width: 78.75em) {
  .product--box--liste .box--content .product--info .product--info--content .product--title {
    width: 100%;
  }
}
.product--box--liste .box--content .product--info .product--info--content .product--price {
  text-align: right;
}
@media all and (max-width: 78.75em) {
  .product--box--liste .box--content .product--info .product--info--content .product--price {
    text-align: left;
  }
}
.product--box--liste .box--content .product--info .product--info--content .product--price-info {
  float: left;
  width: 25%;
  padding: 17px 10px 0;
}
@media all and (max-width: 78.75em) {
  .product--box--liste .box--content .product--info .product--info--content .product--price-info {
    width: 100%;
    padding-top: 0px;
  }
}
.product--box--liste .box--content .product--info .product--info--content .price--unit {
  height: auto;
  font-size: 9px;
  font-weight: 400;
}
.product--box--liste .box--content .product--info .product--info--content .price--unit .is--bold {
  font-weight: 400 !important;
}
.product--box--liste .box--content .product--info .product--info--content .product--delivery {
  clear: both;
  float: left;
  width: 100%;
  margin: 0;
}
@media all and (max-width: 78.75em) {
  .product--box--liste .box--content .product--info .product--info--content .product--delivery {
    margin-top: 10px;
  }
}
.product--box--liste .box--content .product--info .product--info--content .product--delivery span {
  color: #a6a6a6;
  font-size: 10px;
  line-height: 12px;
  margin-top: 3px;
}
.product--box--liste .box--content .product--info .product--info--content .product--delivery .delivery--text {
  font-size: 10px;
  font-weight: 400;
}
.product--box--liste .box--content .product--info .product--info--content .product--delivery .delivery--status-icon {
  display: none;
}
.product--box--liste .product-buy {
  float: right;
  width: 30%;
}
@media all and (max-width: 78.75em) {
  .product--box--liste .product-buy {
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
  }
}
@media all and (max-width: 48em) {
  .product--box--liste .product-buy {
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
  }
}
.button--filter {
  text-transform: uppercase;
  line-height: 40px;
  width: 230px;
  font-style: italic;
  color: #FFF;
  background: #f36903;
  display: block;
  text-align: center;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  height: 0px;
  overflow: hidden;
}
.button--filter.fixed {
  display: none;
  height: 40px;
  position: fixed;
  top: 60px;
}
@media all and (min-width: 48em) {
  .button--filter.fixed {
    display: block;
  }
}
@media all and (min-width: 78.75em) {
  .button--filter.fixed {
    top: 69px;
  }
}
.action--filter-btn.fixed {
  position: fixed;
  top: 56px;
  background: #000;
  z-index: 800;
  left: 0px;
}
.quantity-selection-box .spinner-button {
  position: relative;
  cursor: pointer;
  z-index: 2;
  width: 1.875rem;
  text-align: center;
  margin: 0;
  height: 50px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  background: #e9e9e9;
  border: 1px  solid #F4F4F4;
  float: left;
  line-height: 50px;
  top: 0px;
  color: #f36903;
  font-size: 1rem;
}
.quantity-selection-box .spinner-button:hover {
  background: #f36903;
  color: #FFF;
  border-color: #f36903;
}
.quantity-selection-box #quantityvalue {
  width: 40%;
  float: left;
}
@media all and (max-width: 64em) {
  .quantity-selection-box #quantityvalue {
    width: -webkit-calc(100% - 3.75rem);
    width: -moz-calc(100% - 3.75rem);
    width: calc(100% - 3.75rem);
  }
}
.quantity-selection-box .quantity--input {
  position: relative;
  width: 100% !important;
  text-align: center !important;
  float: left;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  border-left: none !important;
  border-right: none !important;
  background: #FFF !important;
  border-color: #F4F4F4 !important;
  height: 50px !important;
  line-height: 50px !important;
}
.buybox--quantity {
  width: 120px;
  width: 7.5rem;
}
.block {
  float: left;
  width: 100%;
}
.is--ctl-detail .product--details .product--buybox .buybox--inner #buy--container .buybox--quantity {
  /* max-width: 112px; */
  width: 35%;
  margin: 0 2% 0 0;
  text-align: left;
}
@media all and (max-width: 64em) {
  .is--ctl-detail .product--details .product--buybox .buybox--inner #buy--container .buybox--quantity {
    width: 100%;
  }
}
.block-group,
.block,
.block-group::after,
.block::after,
.block-group::before,
.block::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#emptyBasket {
  background: url('../../custom/plugins/MadFoxTheme/Resources/Themes/Frontend/Shop/frontend/_public/src/images/Berge.jpg') no-repeat;
  background-position: top center;
}
#emptyBasket .title {
  position: relative;
}
#emptyBasket .title img {
  width: 100%;
}
#emptyBasket .basketService {
  border-top: 1px solid #eaeaea;
  margin-top: -1px;
  margin-bottom: 200px;
}
#emptyBasket .basketService .item {
  padding: 10px 20px 0;
  margin-bottom: 0px;
  text-align: center;
}
#emptyBasket .basketService .item h2 {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.25rem;
  font-style: italic;
  font-family: "vista-slab", serif;
  text-transform: uppercase;
}
#emptyBasket .basketService .item svg {
  width: 20px;
  height: 20px;
  color: #000;
}
#emptyBasket .basketService .item p {
  max-width: 600px;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.3em;
}
#emptyBasket .basketService .item p a {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: underline;
}
#emptyBasket .basketService .item p a:hover {
  color: #f36903;
}
#emptyBasket h3 {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.25rem;
  font-style: italic;
  font-family: "vista-slab", serif;
  text-transform: uppercase;
  margin-top: 20px;
  text-align: center;
  margin-bottom: 20px;
}
#emptyBasket .button {
  background: #f36903;
  color: #FFF;
  text-align: center;
  height: 42px;
  line-height: 42px;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 20px;
  font-size: 0.75rem;
  font-weight: 600;
  font-style: italic;
  position: absolute;
  left: 7%;
  bottom: 18%;
}
@media all and (max-width: 48em) {
  #emptyBasket .button {
    bottom: 7%;
  }
}
#emptyBasket .button:hover {
  background: #2ecc71;
}
#emptyBasket .slick-dots {
  bottom: -40px;
}
#emptyBasket .slick-dots button::before {
  font-size: 36px;
}
@media all and (max-width: 48em) {
  #emptyBasket .emotion--product-slider .box--emotion .product--image {
    height: 140px;
  }
}
.div--ordernumber input[type="text"] {
  background-color: white;
}
.div--ordernumber {
  width: 100%;
  float: right;
  margin: 1.25rem 0rem 1.25rem 0rem;
}
@media all and (min-width: 48em) {
  .div--ordernumber {
    margin: 1.25rem 0rem 0rem 0rem;
  }
}
.is--ctl-register .info--text-register .text {
  font-size: 12px;
  /* line-height: 10px; */
  padding-left: 61px;
  padding-right: 50px;
  float: right;
  color: black;
  margin-top: 5px;
  margin-bottom: 8px;
}
.springCalculator > div {
  float: left;
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 1.25rem 0rem 0rem 0rem;
}
@media all and (min-width: 64em) {
  .springCalculator > div {
    width: 50%;
    padding: 0rem 0.625rem 0rem 0rem;
  }
}
@media all and (min-width: 64em) {
  .springCalculator > div:nth-child(2n) {
    padding: 0rem 0rem 0rem 0.625rem;
  }
}
.springCalculator > div:nth-child(2n+1) {
  clear: both;
}
.springCalculator > div.resultSpring {
  margin: 2.5rem 0rem 0rem 0rem;
  padding: 0.625rem 0.625rem 0rem 0.625rem;
  width: 100%;
  background: #f7f4f0;
}
@media all and (min-width: 78.75em) {
  .springCalculator > div.resultSpring {
    padding: 1.25rem 1.25rem 0rem 1.25rem;
  }
}
.springCalculator > div.resultSpring h3 {
  margin: 0rem 0rem 1.875rem 0rem;
}
.springCalculator > div.resultSpring .item {
  float: left;
  width: 100%;
  margin: 0rem 0rem 0.625rem 0rem;
}
@media all and (min-width: 78.75em) {
  .springCalculator > div.resultSpring .item {
    margin: 0rem 0rem 1.25rem 0rem;
  }
}
@media all and (min-width: 78.75em) {
  .springCalculator > div.resultSpring .item {
    width: 50%;
  }
  .springCalculator > div.resultSpring .item:last-child {
    padding-left: 0.625rem;
  }
}
.springCalculator > div.resultSpring label {
  float: left;
  width: auto;
}
@media all and (min-width: 64em) {
  .springCalculator > div.resultSpring label {
    font-size: 1.125rem;
  }
}
.springCalculator > div.resultSpring input {
  float: left;
  width: auto;
  height: auto;
  line-height: 1.375rem;
  padding: 0rem 0rem 0rem 0.5rem;
  border: none;
  background: none;
  color: #f36903;
  font-weight: 600;
}
@media all and (min-width: 64em) {
  .springCalculator > div.resultSpring input {
    font-size: 1.125rem;
  }
}
.springCalculator label {
  display: block;
  margin: 0rem 0rem 0.3125rem 0rem;
}
.springCalculator label.radioContainer {
  float: left;
  display: block;
  position: relative;
  width: auto;
  padding-left: 25px;
  margin: 0.625rem 1.25rem 0rem 0rem;
  cursor: pointer;
  font-size: 0.875rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.springCalculator label.radioContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.springCalculator label.radioContainer .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.125rem;
  height: 1.125rem;
  border: 2px solid #eaeaea;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.springCalculator label.radioContainer .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 2px;
  left: 2px;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: white;
}
.springCalculator label.radioContainer:hover input ~ .checkmark {
  border-color: #f36903;
}
.springCalculator label.radioContainer input:checked ~ .checkmark {
  background-color: #f36903;
  border-color: #f36903;
}
.springCalculator label.radioContainer input:checked ~ .checkmark:after {
  display: block;
}
.springCalculator .info em {
  display: inline-block;
  width: 1.375rem;
  height: 1.375rem;
  margin: 0rem 0rem 0rem 0.3125rem;
  text-align: center;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.springCalculator .info em:hover {
  border-color: #f36903;
  color: #f36903;
}
.springCalculator .info span {
  position: absolute;
  display: block;
  max-height: 0rem;
  left: 0.625rem;
  bottom: 4.6875rem;
  padding: 0rem 0.625rem 0rem 0.625rem;
  overflow: hidden;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.springCalculator .info em:hover ~ span {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  max-height: 13.75rem;
}
.springCalculator .action {
  width: 100%;
  padding: 0rem 0rem 0rem 0rem;
}
.springCalculator .action .btn {
  border-radius: 0;
  font-weight: 300;
  text-transform: uppercase;
}
.springCalculator .action .btn.is--secondary {
  font-weight: 300;
  color: #818181;
  border: 2px solid #eae3d9;
  background: none;
}
.springCalculator .action .btn.is--secondary:hover {
  color: #FFF;
  background: #f36903;
  border-color: #f36903;
}
.springCalculator .action .btn.is--primary {
  float: right;
}
.springCalculator .otherSpring {
  width: 100%;
  margin: 2.5rem 0rem 0rem 0rem;
  padding: 0rem 0rem 0rem 0rem;
}
.springCalculator .otherSpring table {
  margin: 0rem 0rem 0rem 0rem;
  border-radius: 0;
  border: none;
}
.springCalculator .otherSpring table thead td {
  background: none;
  border: none;
  width: 33.333%;
  padding-left: 0rem;
}
.springCalculator .otherSpring table tbody td {
  background: none;
  border: none;
  width: 33.333%;
  padding-left: 0rem;
}
.springCalculator .otherSpring table input {
  border-radius: 0;
  background: none;
  border-color: #eaeaea;
}
.bundle--form .bundle--panel {
  margin: 1.25rem 0rem 3.125rem 0rem;
}
@media all and (min-width: 64em) {
  .bundle--form .bundle--panel {
    margin: 0rem 0rem 3.125rem 0rem;
  }
}
.bundle--form .bundle--panel .teaser--text-short {
  font-size: 0.75rem;
  line-height: 150%;
}
@media all and (min-width: 48em) {
  .bundle--form .bundle--panel .teaser--text-short {
    font-size: 0.875rem;
  }
}
.bundle--form .bundle--panel .image--slider-content {
  height: 6.25rem;
}
@media all and (min-width: 30em) {
  .bundle--form .bundle--panel .image--slider-content {
    height: 8.125rem;
  }
}
.bundle--form .bundle--panel .bundle--image-slider-container {
  width: 100% !important;
}
.bundle--form .bundle--panel .price--container {
  padding: 0rem 0rem 0rem 0rem;
}
.bundle--form .bundle--panel .bundle--panel-header {
  margin: 0rem 0rem 0rem 0rem;
  padding: 1.25rem 0rem 1.25rem 0rem;
  text-align: center;
  color: #000;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-style: italic;
}
.bundle--form .bundle--panel .bundle-header--price-container {
  width: 100%;
  margin-left: 0;
}
@media all and (min-width: 64em) {
  .bundle--form .bundle--panel .bundle-header--price-container {
    width: 34%;
    margin-left: 1%;
  }
}
.bundle--form .bundle--panel .item--separator {
  color: #000;
  opacity: 0.5;
}
.bundle--form .bundle--panel .product--image {
  height: 3.75rem;
  width: 3.75rem;
}
@media all and (min-width: 30em) {
  .bundle--form .bundle--panel .product--image {
    height: 5rem;
    width: 5rem;
  }
}
@media all and (min-width: 64em) {
  .bundle--form .bundle--panel .product--image {
    height: 6.25rem;
    width: 6.25rem;
  }
}
.bundle--form .panel--body {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}
@media all and (min-width: 64em) {
  .bundle--form .panel--body {
    padding: 1.875rem 1.875rem 1.875rem 1.875rem;
  }
}
.bundle--form .panel--body .bundle--description {
  color: #f36903;
}
.bundle--form .panel--body .price--value-bundle-price {
  display: inline-block;
  color: #000;
  font-size: 1.5rem;
}
.bundle--form .panel--body .price--value-regular-price {
  display: inline-block;
  color: #000;
  font-size: 0.625rem;
  opacity: 0.5;
}
.bundle--form .panel--body .price--value-bundle-star {
  position: relative;
  display: inline-block;
  top: -0.3125rem;
  color: #000;
}
.bundle--form .panel--body .container--price-text strong {
  color: #000;
  font-weight: 400;
  font-size: 0.75rem;
}
.bundle--form .panel--body .content--bundle-header {
  padding: 0rem 0rem 1.25rem 0rem;
}
.bundle--form .panel--body .content--cart-button .btn {
  left: 0;
  width: 100%;
  height: 3.125rem;
  line-height: 3.125rem;
  color: #FFFFFF;
  font-size: 0.875rem;
  font-style: italic;
  border-radius: 0;
  background: #28d43c;
}
@media all and (min-width: 48em) {
  .bundle--form .panel--body .content--cart-button .btn {
    font-size: 1rem;
  }
}
.bundle--form .panel--body .content--cart-button .btn:hover {
  background: #f36903;
}
.bundle--form .panel--body .content--cart-button .btn .icon-basket {
  height: 20px;
  width: 20px;
  position: relative;
  top: 16px;
  float: left;
  left: -15px;
}
.bundle--form .panel--body .bundle--container-item {
  height: 3.75rem;
  width: 3.75rem;
}
@media all and (min-width: 30em) {
  .bundle--form .panel--body .bundle--container-item {
    height: 5rem;
    width: 5rem;
  }
}
@media all and (min-width: 64em) {
  .bundle--form .panel--body .bundle--container-item {
    height: 6.25rem;
    width: 6.25rem;
  }
}
.bundle--form .panel--body .bundle--container-item:first-child {
  margin-left: 0rem;
}
.bundle--form .panel--body .bundle--container-item:last-child {
  margin-right: 0rem;
}
.bundle--form .panel--body .bundle--detail-container {
  padding: 1.25rem 0rem 0rem 0rem;
}
.bundle--form .panel--body .bundle--detail-container .detail--wrapper {
  display: inline-block;
  width: 100%;
  margin: 0rem 0rem 1.25rem 0rem;
}
.bundle--form .panel--body .bundle--detail-container .detail--wrapper .bundle--product-name {
  float: none;
  margin-left: 5.5rem;
}
@media all and (min-width: 48em) {
  .bundle--form .panel--body .bundle--detail-container .detail--wrapper .bundle--product-name {
    margin-left: 0rem;
  }
}
@media all and (min-width: 64em) {
  .bundle--form .panel--body .bundle--detail-container .detail--wrapper .bundle--product-name {
    float: left;
  }
}
.bundle--form .panel--body .bundle--detail-container .detail--wrapper .bundle--product-name a {
  font-size: 0.875rem;
  color: #000;
}
.bundle--form .panel--body .bundle--detail-container .detail--wrapper .bundle--product-name a:hover {
  color: #f36903;
}
.bundle--form .panel--body .bundle--detail-container .detail--wrapper .bundle--product-price-supplier {
  color: #000;
  opacity: 0.5;
}
.bundle--form .panel--body .bundle--detail-container .bundle--product-list-image {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4.25rem;
  height: 4.25rem;
  margin: 0rem 1.25rem 0rem 0rem;
  align-items: center;
  justify-content: center;
  border: 1px solid #eaeaea;
}
@media all and (min-width: 64em) {
  .bundle--form .panel--body .bundle--detail-container .bundle--product-list-image {
    width: 6.125rem;
    height: 6.125rem;
  }
}
.bundle--form .panel--body .bundle--detail-container .bundle--product-price-supplier,
.bundle--form .panel--body .bundle--detail-container .bundle--product-configuration {
  margin: 0rem 0rem 0rem 5.5rem;
}
@media all and (min-width: 64em) {
  .bundle--form .panel--body .bundle--detail-container .bundle--product-price-supplier,
  .bundle--form .panel--body .bundle--detail-container .bundle--product-configuration {
    margin: 0rem 0rem 0rem 7.375rem;
  }
}
.bundle--form .panel--body .bundle--detail-container .bundle--product-price-supplier {
  margin-bottom: 0.625rem;
}
.bundle--form .panel--body .bundle--detail-container .configuration-selector {
  width: 100%;
}
@media all and (min-width: 48em) {
  .bundle--form .panel--body .bundle--detail-container .configuration-selector {
    width: 30%;
  }
}
@media all and (min-width: 78.75em) {
  .bundle--form .panel--body .bundle--detail-container .configuration-selector {
    width: auto;
  }
}
.bundle--form .panel--body .bundle--detail-container .configuration-selector label {
  font-weight: 500 !important;
  color: #000;
  font-size: 0.6875rem;
  opacity: 0.5;
}
@media all and (min-width: 78.75em) {
  .bundle--form .panel--body .bundle--detail-container .configuration-selector label {
    font-size: 0.75rem;
  }
}
.bundle--form .panel--body .bundle--detail-container .configuration-selector .js--fancy-select:after {
  line-height: 2.25rem;
}
.bundle--form .panel--body .bundle--detail-container .configuration-selector .js--fancy-select select {
  line-height: 2.25rem;
}
.bundle--form .panel--body .bundle--detail-container .bundle--product-configuration-add {
  top: 0rem;
}
@media all and (min-width: 78.75em) {
  .bundle--form .panel--body .bundle--detail-container .bundle--product-configuration-add {
    top: 1.125rem;
  }
}
.bundle--form .panel--body .bundle--detail-container .btn {
  float: left;
  clear: both;
  color: #FFF;
  font-size: 0.625rem;
  border-radius: 0;
  background: #28d43c;
}
@media all and (min-width: 78.75em) {
  .bundle--form .panel--body .bundle--detail-container .btn {
    float: none;
    clear: none;
  }
}
.bundle--form .panel--body .bundle--detail-container .btn:hover {
  background: #f36903;
}
.bundle--form .panel--body .bundle--detail-container .btn:disabled {
  background-image: none;
  background: #eaeaea;
  color: #000;
}
.ajax--cart .free_goods-product {
  float: left;
  background: transparent;
  border: 0 none;
  border-bottom: 1px solid #eaeaea;
}
.ajax--cart .free_goods-product .free_goods-product--title {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  margin: -0.625rem -0.625rem 0.625rem -0.625rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  text-align: center;
  color: #2e2e2e;
  background: #eaeaea;
  border: 0 none;
}
.ajax--cart .free_goods-product .free_goods-product--content .product-slider--container .container--product:after {
  content: "";
  display: table;
  clear: both;
}
.ajax--cart .free_goods-product .free_goods-product--content .product-slider--container .container--product .product--inner .image--element {
  width: 20%;
  height: auto;
  float: left;
}
.ajax--cart .free_goods-product .free_goods-product--content .product-slider--container .container--product .product--inner .image--element img {
  height: auto;
}
.ajax--cart .free_goods-product .free_goods-product--content .product-slider--container .container--product .product--inner .item--title {
  width: 80%;
  padding: 0rem 0rem 0.625rem 0.625rem;
  font-size: 0.75rem;
  text-align: left;
  white-space: initial;
  color: #4b4b4b;
  border: 0 none;
}
.ajax--cart .free_goods-product .free_goods-product--content .product-slider--container .container--product .product--inner .btn {
  display: block;
  width: 50%;
  height: 1.5rem;
  padding: 0;
  margin-left: 50%;
  font-size: 0.6875rem;
  line-height: 1rem;
  border-radius: 0;
  border: 2px solid #e6d9d0;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #818181;
  background: transparent;
}
.ajax--cart .free_goods-product .free_goods-product--content .product-slider--container .container--product .product--inner .btn .icon--arrow-right {
  display: none;
}
.ajax--cart .free_goods-product .free_goods-product--toRight,
.ajax--cart .free_goods-product .free_goods-product--toLeft {
  top: -0.625rem;
  padding: 0;
  border: 0 none;
  color: #2e2e2e;
  background: transparent;
}
.ajax--cart .free_goods-product .product-slider--container {
  display: flex;
  align-items: center;
  height: 7.5rem;
}
.product--table .premium-product.panel {
  margin: 0rem 0rem 2.5rem 0rem;
  border: 0 none;
}
.product--table .premium-product .premium-product--title {
  margin: 0;
  text-transform: uppercase;
  color: #2e2e2e;
  border: 0 none;
}
.product--table .premium-product .product--inner .product--image {
  border: 0 none;
}
.product--table .premium-product .product-slider--container.is--horizontal .product-slider--item {
  border-top: 1px solid #eaeaea;
}
.product--table .premium-product .product-slider--container.is--horizontal .product-slider--item:first-of-type {
  border-left: 1px solid #eaeaea;
}
.product--table .premium-product--content {
  height: 21.875rem;
}
.is--ctl-checkout.is--act-confirm .product--table .premium-product.panel {
  padding: 0rem 1.25rem 0rem 1.25rem;
}
@media all and (min-width: 64em) {
  .is--ctl-checkout.is--act-confirm .product--table .premium-product.panel {
    padding: 0rem 3.75rem 0rem 3.75rem;
  }
}
.premium-product .product--inner .premium-product--free {
  margin: -0.625rem -1.875rem 0rem -1.875rem;
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  font-size: 0.75rem;
  text-align: center;
  text-transform: uppercase;
  background: #2ecc71;
  color: #fff;
}
.premium-product .product--inner .premium-product--badge {
  display: none;
}
.premium-product .product--inner .btn {
  height: 34px;
  line-height: 32px;
  border: 2px solid #e6d9d0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #818181;
  font-weight: 400;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 0 0 16px;
  font-size: 11px;
  background: transparent;
}
.is--act-cart .page-wrap--cookie-permission,
.is--act-shippingpayment .page-wrap--cookie-permission,
.is--ctl-checkout .page-wrap--cookie-permission,
.is--ctl-rma .page-wrap--cookie-permission,
.is--ctl-account .page-wrap--cookie-permission,
.is--crl-search .page-wrap--cookie-permission,
.cookie--not-set .page-wrap--cookie-permission,
.is--act-index .page-wrap--cookie-permission {
  display: none;
  position: fixed;
  top: 50%;
  left: 5%;
  width: 90%;
  height: 600px;
  margin: -12.5rem 0rem 0rem 0rem;
  border: 2px solid #000000;
  overflow-y: scroll;
  overflow-x: hidden;
}
@media all and (min-width: 48em) {
  .is--act-cart .page-wrap--cookie-permission,
  .is--act-shippingpayment .page-wrap--cookie-permission,
  .is--ctl-checkout .page-wrap--cookie-permission,
  .is--ctl-rma .page-wrap--cookie-permission,
  .is--ctl-account .page-wrap--cookie-permission,
  .is--crl-search .page-wrap--cookie-permission,
  .cookie--not-set .page-wrap--cookie-permission,
  .is--act-index .page-wrap--cookie-permission {
    left: 25%;
    width: 50%;
    height: 400px;
  }
}
.is--act-cart .page-wrap--cookie-permission.is--set,
.is--act-shippingpayment .page-wrap--cookie-permission.is--set,
.is--ctl-checkout .page-wrap--cookie-permission.is--set,
.is--ctl-rma .page-wrap--cookie-permission.is--set,
.is--ctl-account .page-wrap--cookie-permission.is--set,
.is--crl-search .page-wrap--cookie-permission.is--set,
.cookie--not-set .page-wrap--cookie-permission.is--set,
.is--act-index .page-wrap--cookie-permission.is--set {
  display: block;
}
.is--act-cart .page-wrap--cookie-permission.active .cookie--consent--inline,
.is--act-shippingpayment .page-wrap--cookie-permission.active .cookie--consent--inline,
.is--ctl-checkout .page-wrap--cookie-permission.active .cookie--consent--inline,
.is--ctl-rma .page-wrap--cookie-permission.active .cookie--consent--inline,
.is--ctl-account .page-wrap--cookie-permission.active .cookie--consent--inline,
.is--crl-search .page-wrap--cookie-permission.active .cookie--consent--inline,
.cookie--not-set .page-wrap--cookie-permission.active .cookie--consent--inline,
.is--act-index .page-wrap--cookie-permission.active .cookie--consent--inline {
  max-height: 187.5rem;
  opacity: 1;
}
.is--act-cart .page-wrap--cookie-permission.active .more--details .fewer,
.is--act-shippingpayment .page-wrap--cookie-permission.active .more--details .fewer,
.is--ctl-checkout .page-wrap--cookie-permission.active .more--details .fewer,
.is--ctl-rma .page-wrap--cookie-permission.active .more--details .fewer,
.is--ctl-account .page-wrap--cookie-permission.active .more--details .fewer,
.is--crl-search .page-wrap--cookie-permission.active .more--details .fewer,
.cookie--not-set .page-wrap--cookie-permission.active .more--details .fewer,
.is--act-index .page-wrap--cookie-permission.active .more--details .fewer {
  display: block;
}
.is--act-cart .page-wrap--cookie-permission.active .more--details .more,
.is--act-shippingpayment .page-wrap--cookie-permission.active .more--details .more,
.is--ctl-checkout .page-wrap--cookie-permission.active .more--details .more,
.is--ctl-rma .page-wrap--cookie-permission.active .more--details .more,
.is--ctl-account .page-wrap--cookie-permission.active .more--details .more,
.is--crl-search .page-wrap--cookie-permission.active .more--details .more,
.cookie--not-set .page-wrap--cookie-permission.active .more--details .more,
.is--act-index .page-wrap--cookie-permission.active .more--details .more {
  display: none;
}
.is--act-cart .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--content,
.is--act-shippingpayment .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--content,
.is--ctl-checkout .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--content,
.is--ctl-rma .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--content,
.is--ctl-account .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--content,
.is--crl-search .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--content,
.cookie--not-set .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--content,
.is--act-index .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--content {
  width: 100%;
  padding: 1.25rem 1.25rem 2.5rem 1.25rem;
  color: #5a5a5a;
  font-size: 0.75rem;
  line-height: 1.5rem;
  border-bottom: 1px solid #eaeaea;
}
@media all and (min-width: 48em) {
  .is--act-cart .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--content,
  .is--act-shippingpayment .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--content,
  .is--ctl-checkout .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--content,
  .is--ctl-rma .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--content,
  .is--ctl-account .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--content,
  .is--crl-search .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--content,
  .cookie--not-set .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--content,
  .is--act-index .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--content {
    font-size: 0.875rem;
  }
}
.is--act-cart .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--content a,
.is--act-shippingpayment .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--content a,
.is--ctl-checkout .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--content a,
.is--ctl-rma .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--content a,
.is--ctl-account .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--content a,
.is--crl-search .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--content a,
.cookie--not-set .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--content a,
.is--act-index .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--content a {
  color: #f36903;
  text-decoration: underline;
}
.is--act-cart .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--content a:hover,
.is--act-shippingpayment .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--content a:hover,
.is--ctl-checkout .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--content a:hover,
.is--ctl-rma .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--content a:hover,
.is--ctl-account .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--content a:hover,
.is--crl-search .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--content a:hover,
.cookie--not-set .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--content a:hover,
.is--act-index .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--content a:hover {
  text-decoration: none;
}
.is--act-cart .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--content .cookie--title,
.is--act-shippingpayment .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--content .cookie--title,
.is--ctl-checkout .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--content .cookie--title,
.is--ctl-rma .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--content .cookie--title,
.is--ctl-account .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--content .cookie--title,
.is--crl-search .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--content .cookie--title,
.cookie--not-set .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--content .cookie--title,
.is--act-index .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--content .cookie--title {
  margin: 0rem 0rem 1.25rem 0rem;
  font-size: 1.25rem;
  text-align: center;
}
.is--act-cart .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--button.cookie-permission--extra-button,
.is--act-shippingpayment .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--button.cookie-permission--extra-button,
.is--ctl-checkout .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--button.cookie-permission--extra-button,
.is--ctl-rma .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--button.cookie-permission--extra-button,
.is--ctl-account .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--button.cookie-permission--extra-button,
.is--crl-search .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--button.cookie-permission--extra-button,
.cookie--not-set .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--button.cookie-permission--extra-button,
.is--act-index .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--button.cookie-permission--extra-button {
  position: relative;
  width: 100%;
  clear: both;
  float: left;
  top: auto;
  right: auto;
  margin: 2.5rem 0rem 0rem 0rem;
}
.is--act-cart .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--button.cookie-permission--extra-button .cookie-permission--accept-button,
.is--act-shippingpayment .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--button.cookie-permission--extra-button .cookie-permission--accept-button,
.is--ctl-checkout .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--button.cookie-permission--extra-button .cookie-permission--accept-button,
.is--ctl-rma .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--button.cookie-permission--extra-button .cookie-permission--accept-button,
.is--ctl-account .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--button.cookie-permission--extra-button .cookie-permission--accept-button,
.is--crl-search .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--button.cookie-permission--extra-button .cookie-permission--accept-button,
.cookie--not-set .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--button.cookie-permission--extra-button .cookie-permission--accept-button,
.is--act-index .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--button.cookie-permission--extra-button .cookie-permission--accept-button {
  color: #FFFFFF;
  text-transform: uppercase;
  background: #f36903;
  line-height: 2.625rem;
}
.is--act-cart .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--button.cookie-permission--extra-button .cookie-permission--accept-button:hover,
.is--act-shippingpayment .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--button.cookie-permission--extra-button .cookie-permission--accept-button:hover,
.is--ctl-checkout .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--button.cookie-permission--extra-button .cookie-permission--accept-button:hover,
.is--ctl-rma .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--button.cookie-permission--extra-button .cookie-permission--accept-button:hover,
.is--ctl-account .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--button.cookie-permission--extra-button .cookie-permission--accept-button:hover,
.is--crl-search .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--button.cookie-permission--extra-button .cookie-permission--accept-button:hover,
.cookie--not-set .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--button.cookie-permission--extra-button .cookie-permission--accept-button:hover,
.is--act-index .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--button.cookie-permission--extra-button .cookie-permission--accept-button:hover {
  background: #00baff;
}
.is--act-cart .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--button.cookie-permission--extra-button .cookie-permission--configure-button,
.is--act-shippingpayment .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--button.cookie-permission--extra-button .cookie-permission--configure-button,
.is--ctl-checkout .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--button.cookie-permission--extra-button .cookie-permission--configure-button,
.is--ctl-rma .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--button.cookie-permission--extra-button .cookie-permission--configure-button,
.is--ctl-account .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--button.cookie-permission--extra-button .cookie-permission--configure-button,
.is--crl-search .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--button.cookie-permission--extra-button .cookie-permission--configure-button,
.cookie--not-set .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--button.cookie-permission--extra-button .cookie-permission--configure-button,
.is--act-index .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--button.cookie-permission--extra-button .cookie-permission--configure-button {
  background: none;
  color: #5a5a5a;
  text-decoration: underline;
  font-weight: 300;
}
.is--act-cart .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--button.cookie-permission--extra-button .cookie-permission--configure-button:hover,
.is--act-shippingpayment .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--button.cookie-permission--extra-button .cookie-permission--configure-button:hover,
.is--ctl-checkout .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--button.cookie-permission--extra-button .cookie-permission--configure-button:hover,
.is--ctl-rma .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--button.cookie-permission--extra-button .cookie-permission--configure-button:hover,
.is--ctl-account .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--button.cookie-permission--extra-button .cookie-permission--configure-button:hover,
.is--crl-search .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--button.cookie-permission--extra-button .cookie-permission--configure-button:hover,
.cookie--not-set .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--button.cookie-permission--extra-button .cookie-permission--configure-button:hover,
.is--act-index .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--button.cookie-permission--extra-button .cookie-permission--configure-button:hover {
  color: #f36903;
  background: none;
}
.is--act-cart .page-wrap--cookie-permission .more--details,
.is--act-shippingpayment .page-wrap--cookie-permission .more--details,
.is--ctl-checkout .page-wrap--cookie-permission .more--details,
.is--ctl-rma .page-wrap--cookie-permission .more--details,
.is--ctl-account .page-wrap--cookie-permission .more--details,
.is--crl-search .page-wrap--cookie-permission .more--details,
.cookie--not-set .page-wrap--cookie-permission .more--details,
.is--act-index .page-wrap--cookie-permission .more--details {
  display: inline-block;
  position: relative;
  top: -1.25rem;
  max-width: 131.25rem;
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  margin: 0rem 0rem 0rem 0rem;
  font-size: 0.75rem;
  color: #5a5a5a;
  text-decoration: underline;
  background: #FFF;
}
.is--act-cart .page-wrap--cookie-permission .more--details:hover,
.is--act-shippingpayment .page-wrap--cookie-permission .more--details:hover,
.is--ctl-checkout .page-wrap--cookie-permission .more--details:hover,
.is--ctl-rma .page-wrap--cookie-permission .more--details:hover,
.is--ctl-account .page-wrap--cookie-permission .more--details:hover,
.is--crl-search .page-wrap--cookie-permission .more--details:hover,
.cookie--not-set .page-wrap--cookie-permission .more--details:hover,
.is--act-index .page-wrap--cookie-permission .more--details:hover {
  color: #f36903;
}
.is--act-cart .page-wrap--cookie-permission .more--details .fewer,
.is--act-shippingpayment .page-wrap--cookie-permission .more--details .fewer,
.is--ctl-checkout .page-wrap--cookie-permission .more--details .fewer,
.is--ctl-rma .page-wrap--cookie-permission .more--details .fewer,
.is--ctl-account .page-wrap--cookie-permission .more--details .fewer,
.is--crl-search .page-wrap--cookie-permission .more--details .fewer,
.cookie--not-set .page-wrap--cookie-permission .more--details .fewer,
.is--act-index .page-wrap--cookie-permission .more--details .fewer {
  display: none;
}
.is--act-cart .page-wrap--cookie-permission .cookie-consent--save .cookie-consent--save-button,
.is--act-shippingpayment .page-wrap--cookie-permission .cookie-consent--save .cookie-consent--save-button,
.is--ctl-checkout .page-wrap--cookie-permission .cookie-consent--save .cookie-consent--save-button,
.is--ctl-rma .page-wrap--cookie-permission .cookie-consent--save .cookie-consent--save-button,
.is--ctl-account .page-wrap--cookie-permission .cookie-consent--save .cookie-consent--save-button,
.is--crl-search .page-wrap--cookie-permission .cookie-consent--save .cookie-consent--save-button,
.cookie--not-set .page-wrap--cookie-permission .cookie-consent--save .cookie-consent--save-button,
.is--act-index .page-wrap--cookie-permission .cookie-consent--save .cookie-consent--save-button {
  padding: 0rem 0.625rem 0rem 0.625rem;
}
.is--act-cart .page-wrap--cookie-permission .cookie-consent--save .cookie-consent--save-button:hover,
.is--act-shippingpayment .page-wrap--cookie-permission .cookie-consent--save .cookie-consent--save-button:hover,
.is--ctl-checkout .page-wrap--cookie-permission .cookie-consent--save .cookie-consent--save-button:hover,
.is--ctl-rma .page-wrap--cookie-permission .cookie-consent--save .cookie-consent--save-button:hover,
.is--ctl-account .page-wrap--cookie-permission .cookie-consent--save .cookie-consent--save-button:hover,
.is--crl-search .page-wrap--cookie-permission .cookie-consent--save .cookie-consent--save-button:hover,
.cookie--not-set .page-wrap--cookie-permission .cookie-consent--save .cookie-consent--save-button:hover,
.is--act-index .page-wrap--cookie-permission .cookie-consent--save .cookie-consent--save-button:hover {
  background: #00baff;
}
.is--act-cart .page-wrap--cookie-permission .cookie--consent--inline,
.is--act-shippingpayment .page-wrap--cookie-permission .cookie--consent--inline,
.is--ctl-checkout .page-wrap--cookie-permission .cookie--consent--inline,
.is--ctl-rma .page-wrap--cookie-permission .cookie--consent--inline,
.is--ctl-account .page-wrap--cookie-permission .cookie--consent--inline,
.is--crl-search .page-wrap--cookie-permission .cookie--consent--inline,
.cookie--not-set .page-wrap--cookie-permission .cookie--consent--inline,
.is--act-index .page-wrap--cookie-permission .cookie--consent--inline {
  clear: both;
  float: left;
  width: 100%;
  margin: 1.25rem 0rem 0rem 0rem;
  opacity: 0;
  max-height: 0rem;
  overflow: hidden;
}
@media all and (min-width: 48em) {
  .is--act-cart .page-wrap--cookie-permission .cookie--consent--inline,
  .is--act-shippingpayment .page-wrap--cookie-permission .cookie--consent--inline,
  .is--ctl-checkout .page-wrap--cookie-permission .cookie--consent--inline,
  .is--ctl-rma .page-wrap--cookie-permission .cookie--consent--inline,
  .is--ctl-account .page-wrap--cookie-permission .cookie--consent--inline,
  .is--crl-search .page-wrap--cookie-permission .cookie--consent--inline,
  .cookie--not-set .page-wrap--cookie-permission .cookie--consent--inline,
  .is--act-index .page-wrap--cookie-permission .cookie--consent--inline {
    margin: 0rem 0rem 0rem 0rem;
  }
}
.is--act-cart .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent,
.is--act-shippingpayment .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent,
.is--ctl-checkout .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent,
.is--ctl-rma .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent,
.is--ctl-account .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent,
.is--crl-search .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent,
.cookie--not-set .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent,
.is--act-index .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent {
  display: block;
  position: relative;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  width: 100%;
  background: none;
}
.is--act-cart .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--description,
.is--act-shippingpayment .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--description,
.is--ctl-checkout .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--description,
.is--ctl-rma .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--description,
.is--ctl-account .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--description,
.is--crl-search .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--description,
.cookie--not-set .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--description,
.is--act-index .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--description,
.is--act-cart .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--close,
.is--act-shippingpayment .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--close,
.is--ctl-checkout .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--close,
.is--ctl-rma .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--close,
.is--ctl-account .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--close,
.is--crl-search .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--close,
.cookie--not-set .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--close,
.is--act-index .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--close {
  display: none;
}
.is--act-cart .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--configuration-header-text,
.is--act-shippingpayment .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--configuration-header-text,
.is--ctl-checkout .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--configuration-header-text,
.is--ctl-rma .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--configuration-header-text,
.is--ctl-account .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--configuration-header-text,
.is--crl-search .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--configuration-header-text,
.cookie--not-set .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--configuration-header-text,
.is--act-index .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--configuration-header-text {
  padding: 0rem 0rem 0.625rem 0rem;
  margin: 2.5rem 0rem 1.25rem 0rem;
  color: #5a5a5a;
  font-size: 1.375rem;
  font-weight: 400;
  font-style: italic;
  border-bottom: 1px solid #eaeaea;
}
.is--act-cart .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group,
.is--act-shippingpayment .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group,
.is--ctl-checkout .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group,
.is--ctl-rma .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group,
.is--ctl-account .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group,
.is--crl-search .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group,
.cookie--not-set .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group,
.is--act-index .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group {
  position: relative;
  margin: 0rem 0rem 1.25rem 0rem;
  padding: 0rem 0rem 1.25rem 0rem;
  border-bottom: 1px solid #eaeaea;
}
.is--act-cart .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-title,
.is--act-shippingpayment .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-title,
.is--ctl-checkout .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-title,
.is--ctl-rma .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-title,
.is--ctl-account .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-title,
.is--crl-search .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-title,
.cookie--not-set .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-title,
.is--act-index .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-title {
  margin: 0rem 0rem 0rem 1.875rem;
  font-size: 1rem;
}
.is--act-cart .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-title.is--active .icon--plus3,
.is--act-shippingpayment .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-title.is--active .icon--plus3,
.is--ctl-checkout .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-title.is--active .icon--plus3,
.is--ctl-rma .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-title.is--active .icon--plus3,
.is--ctl-account .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-title.is--active .icon--plus3,
.is--crl-search .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-title.is--active .icon--plus3,
.cookie--not-set .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-title.is--active .icon--plus3,
.is--act-index .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-title.is--active .icon--plus3 {
  display: none;
}
.is--act-cart .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-title.is--active .icon--minus3,
.is--act-shippingpayment .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-title.is--active .icon--minus3,
.is--ctl-checkout .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-title.is--active .icon--minus3,
.is--ctl-rma .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-title.is--active .icon--minus3,
.is--ctl-account .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-title.is--active .icon--minus3,
.is--crl-search .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-title.is--active .icon--minus3,
.cookie--not-set .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-title.is--active .icon--minus3,
.is--act-index .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-title.is--active .icon--minus3 {
  display: block;
}
.is--act-cart .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--cookie,
.is--act-shippingpayment .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--cookie,
.is--ctl-checkout .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--cookie,
.is--ctl-rma .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--cookie,
.is--ctl-account .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--cookie,
.is--crl-search .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--cookie,
.cookie--not-set .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--cookie,
.is--act-index .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--cookie {
  padding: 0.9375rem 0rem 0.9375rem 0rem;
  position: relative;
}
.is--act-cart .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--cookie:after,
.is--act-shippingpayment .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--cookie:after,
.is--ctl-checkout .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--cookie:after,
.is--ctl-rma .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--cookie:after,
.is--ctl-account .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--cookie:after,
.is--crl-search .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--cookie:after,
.cookie--not-set .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--cookie:after,
.is--act-index .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--cookie:after {
  content: "";
  display: table;
  clear: both;
}
.is--act-cart .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--cookie .cookie--label,
.is--act-shippingpayment .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--cookie .cookie--label,
.is--ctl-checkout .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--cookie .cookie--label,
.is--ctl-rma .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--cookie .cookie--label,
.is--ctl-account .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--cookie .cookie--label,
.is--crl-search .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--cookie .cookie--label,
.cookie--not-set .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--cookie .cookie--label,
.is--act-index .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--cookie .cookie--label {
  margin: 0rem 0rem 0rem 1.875rem;
  cursor: pointer;
}
.is--act-cart .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--state-label,
.is--act-shippingpayment .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--state-label,
.is--ctl-checkout .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--state-label,
.is--ctl-rma .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--state-label,
.is--ctl-account .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--state-label,
.is--crl-search .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--state-label,
.cookie--not-set .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--state-label,
.is--act-index .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--state-label {
  margin: 0rem 0rem 0rem 0rem;
  text-align: left;
}
.is--act-cart .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-arrow,
.is--act-shippingpayment .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-arrow,
.is--ctl-checkout .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-arrow,
.is--ctl-rma .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-arrow,
.is--ctl-account .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-arrow,
.is--crl-search .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-arrow,
.cookie--not-set .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-arrow,
.is--act-index .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-arrow {
  position: absolute;
  top: 0rem;
  right: 0.625rem;
  font-size: 1.875rem;
  cursor: pointer;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.is--act-cart .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-arrow:hover,
.is--act-shippingpayment .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-arrow:hover,
.is--ctl-checkout .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-arrow:hover,
.is--ctl-rma .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-arrow:hover,
.is--ctl-account .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-arrow:hover,
.is--crl-search .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-arrow:hover,
.cookie--not-set .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-arrow:hover,
.is--act-index .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-arrow:hover {
  color: #f36903;
}
.is--act-cart .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-arrow .icon--plus3,
.is--act-shippingpayment .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-arrow .icon--plus3,
.is--ctl-checkout .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-arrow .icon--plus3,
.is--ctl-rma .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-arrow .icon--plus3,
.is--ctl-account .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-arrow .icon--plus3,
.is--crl-search .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-arrow .icon--plus3,
.cookie--not-set .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-arrow .icon--plus3,
.is--act-index .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-arrow .icon--plus3 {
  display: block;
}
.is--act-cart .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-arrow .icon--minus3,
.is--act-shippingpayment .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-arrow .icon--minus3,
.is--ctl-checkout .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-arrow .icon--minus3,
.is--ctl-rma .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-arrow .icon--minus3,
.is--ctl-account .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-arrow .icon--minus3,
.is--crl-search .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-arrow .icon--minus3,
.cookie--not-set .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-arrow .icon--minus3,
.is--act-index .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-arrow .icon--minus3 {
  display: none;
}
.is--act-cart .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-container,
.is--act-shippingpayment .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-container,
.is--ctl-checkout .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-container,
.is--ctl-rma .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-container,
.is--ctl-account .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-container,
.is--crl-search .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-container,
.cookie--not-set .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-container,
.is--act-index .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-container {
  padding-top: 0.625rem;
  float: none;
  clear: both;
}
.is--act-cart .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-description,
.is--act-shippingpayment .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-description,
.is--ctl-checkout .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-description,
.is--ctl-rma .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-description,
.is--ctl-account .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-description,
.is--crl-search .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-description,
.cookie--not-set .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-description,
.is--act-index .page-wrap--cookie-permission .cookie--consent--inline #cookie-consent .cookie-consent--group .cookie-consent--group-description {
  margin-left: 1.875rem;
  color: #000;
}
#cookie-consent.off-canvas {
  background: #FFF;
}
#cookie-consent.off-canvas .cookie-consent--description {
  font-size: 0.8125rem;
  line-height: 1.25rem;
  color: #5a5a5a;
}
#cookie-consent.off-canvas .cookie-consent--configuration-header .cookie-consent--configuration-header-text {
  color: #000;
}
#cookie-consent.off-canvas .cookie-consent--configuration-main .cookie-consent--group .cookie-consent--group-container .cookie-consent--group-description {
  font-size: 0.75rem;
  color: #000;
}
#cookie-consent.off-canvas .cookie-consent--configuration-main .cookie-consent--group .cookie-consent--cookies-container .cookie--label {
  font-size: 0.8125rem;
  color: #5a5a5a;
}
#cookie-consent.off-canvas .cookie-consent--configuration-main .cookie-consent--group .cookie-consent--group-title {
  color: #5a5a5a;
}
#cookie-consent.off-canvas .cookie-consent--configuration-main .cookie-consent--group .cookie-consent--group-title.is--active .cookie-consent--group-arrow .icon--minus3 {
  display: block;
}
#cookie-consent.off-canvas .cookie-consent--configuration-main .cookie-consent--group .cookie-consent--group-title.is--active .cookie-consent--group-arrow .icon--plus3 {
  display: none;
}
#cookie-consent.off-canvas .cookie-consent--configuration-main .cookie-consent--group .cookie-consent--group-title.is--active .cookie-consent--group-arrow {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
#cookie-consent.off-canvas .cookie-consent--configuration-main .cookie-consent--group .cookie-consent--group-title .cookie-consent--group-arrow {
  font-size: 1.25rem;
  color: #5a5a5a;
}
#cookie-consent.off-canvas .cookie-consent--configuration-main .cookie-consent--group .cookie-consent--group-title .cookie-consent--group-arrow:hover {
  color: #f36903;
}
#cookie-consent.off-canvas .cookie-consent--configuration-main .cookie-consent--group .cookie-consent--group-title .cookie-consent--group-arrow .icon--minus3 {
  display: none;
}
#cookie-consent.off-canvas .cookie-consent--configuration-main .cookie-consent--group .cookie-consent--group-title .cookie-consent--group-arrow .icon--plus3 {
  display: block;
}
.mad-cookie--trigger .navigation--link {
  color: #717171;
  text-decoration: underline;
}
.mad-cookie--trigger .navigation--link:hover {
  color: #f36903;
}
.menu--container--special {
  display: none;
  position: absolute;
  z-index: 2000;
  background: #232323;
  width: 100%;
  top: 60px;
  -webkit-box-shadow: 0 10px 25px -15px #000000;
  -o-box-shadow: 0 10px 25px -15px #000000;
  -moz-box-shadow: 0 10px 25px -15px #000000;
  box-shadow: 0 10px 25px -15px #000000;
}
@media all and (min-width: 48em) {
  .menu--container--special {
    display: block;
  }
}
@media all and (min-width: 78.75em) {
  .menu--container--special {
    top: 69px;
  }
}
.menu--container--special .content--wrapper > ul {
  position: relative;
  display: flex;
  justify-content: flex-start;
  list-style: none;
}
.menu--container--special .content--wrapper > ul > li {
  float: left;
}
.menu--container--special .content--wrapper > ul > li > .navigation--link {
  display: inline-block;
  line-height: 46px;
  padding: 0 20px;
  color: #FFF;
  font-style: initial;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.menu--container--special .content--wrapper > ul > li > .navigation--link.is--active {
  color: #f36903;
}
.menu--container--special .content--wrapper > ul > li:hover > .navigation--link {
  color: #f36903;
}
.menu--container--special .content--wrapper > ul > li ul {
  display: none;
  position: absolute;
  left: 0;
  top: 46px;
  width: 100%;
  max-width: 50rem;
  min-height: 15rem;
  padding: 2.5rem 2.5rem 2.5rem 2.5rem;
  margin: 0;
  background: #FFFFFF;
  box-shadow: 5px 5px 14px -4px #000000;
  list-style: none;
}
.menu--container--special .content--wrapper > ul > li ul li a {
  position: relative;
  height: auto;
  padding: 0rem 0rem 0.5rem 1.25rem;
  text-align: left;
  display: inline-block;
  color: #000;
  font-size: 13px;
  font-weight: 400;
  font-style: initial;
}
.menu--container--special .content--wrapper > ul > li ul li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.3125rem;
  width: 0.4375rem;
  height: 0.4375rem;
  background: #D8D8D8;
}
.menu--container--special .content--wrapper > ul > li ul li a.is--active:before,
.menu--container--special .content--wrapper > ul > li ul li a:hover:before {
  background: #f36903;
}
.menu--container--special .content--wrapper > ul > li ul li a.is--active span,
.menu--container--special .content--wrapper > ul > li ul li a:hover span {
  color: #f36903;
}
.menu--container--special .content--wrapper > ul > li:hover ul {
  display: block;
}
body {
  width: 100%;
  padding: 0rem 0rem 0rem 0rem !important;
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.cookie--not-set {
  margin: 0;
  height: 100%;
  overflow: hidden;
  background: #000;
}
body.cookie--not-set .page-wrap {
  opacity: 0.2;
  pointer-events: none;
}
.content-main.is--fullscreen {
  margin: 3.5rem 0rem 0rem 0rem;
}
@media all and (min-width: 48em) {
  .content-main.is--fullscreen {
    margin: 3.75rem 0rem 0rem 0rem;
  }
}
@media all and (min-width: 78.75em) {
  .content-main.is--fullscreen {
    margin: 4.3125rem 0rem 0rem 0rem;
  }
}
.is--ctl-error {
  background: #FFF;
}
@media all and (min-width: 48em) {
  .is--ctl-error .sidebar-main {
    display: none;
  }
}
.is--ctl-storelocator #footer--contact,
.is--mad-storytelling #footer--contact {
  background: none;
}
.field--select.is--disabled {
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.select-field,
.js--fancy-select {
  border: none !important;
  background: none !important;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
}
.select-field:after,
.js--fancy-select:after {
  border: none;
  right: 4px;
  color: #f36903;
}
.select-field select,
.js--fancy-select select {
  background-image: none;
  background: #F4F4F4;
  height: 40px;
  line-height: 40px;
  color: #4F5459;
  letter-spacing: 0.1em;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #BDB0A1;
}
.select-field select:disabled,
.js--fancy-select select:disabled {
  -moz-opacity: 1;
  opacity: 1;
}
.select-field select option,
.js--fancy-select select option {
  color: #000;
  height: 24px;
  font-size: 14px;
  padding: 5px;
}
.select-field .js--fancy-select-text,
.js--fancy-select .js--fancy-select-text {
  font-size: 11px;
}
.select-field .js--fancy-select-trigger,
.js--fancy-select .js--fancy-select-trigger {
  border: none;
}
input[type="text"],
input[type="search"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="tel"],
.heidelpay--input-field {
  background-image: none;
  background: #f4f4f4;
  height: 34px;
  line-height: 34px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border-color: #bdb0a1;
  color: #3a405b;
  font-style: italic;
  font-weight: 600;
  font-size: 12px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="text"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus {
  color: #f36903;
}
textarea {
  background-image: none;
  background: #ebecee;
  line-height: 34px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #3a405b;
  font-style: italic;
  font-weight: 600;
  font-size: 12px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
textarea:focus {
  color: #f36903;
}
.review--captcha .captcha--notice {
  color: #3a405b;
  padding: 0 10px 6px;
  display: inline-block;
}
.review--actions .btn {
  background: #f36903;
}
.review--actions .btn:hover {
  background: #2ecc71;
}
.review--notice {
  padding: 0 10px;
  color: #000;
  opacity: 0.5;
  -moz-opacity: 0.5;
}
.is--ctl-checkout .content-main {
  margin-top: 117px;
}
@media all and (max-width: 78.75em) {
  .is--ctl-checkout .content-main {
    margin-top: 153px;
  }
}
@media all and (max-width: 48em) {
  .is--ctl-checkout .content-main {
    margin-top: 59px;
  }
}
.content-main {
  width: 100%;
  overflow-x: hidden;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.js--modal .header {
  height: auto;
  padding-right: 60px;
}
.js--modal .header .title {
  color: #000;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  padding: 10px 0 20px 20px;
}
.js--modal .panel--title {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 11px;
  color: #000;
  margin: 0;
  padding: 20px;
  border-color: #e3e8f0;
}
.js--modal .panel--body p {
  color: #000;
  font-weight: 300;
}
.js--modal .panel--body p a {
  font-weight: 600;
  text-decoration: underline;
  border: none;
  color: #000;
}
.js--modal .panel--body p a:hover {
  color: #f36903;
  text-decoration: none;
}
.modal--close {
  background: none;
  border: none;
  color: #000;
}
.modal--close:hover {
  background: #d30909;
  color: #FFF;
}
.ajax-modal--custom {
  padding: 0;
  color: #000000;
}
.ajax-modal--custom p,
.ajax-modal--custom h2 {
  color: #000000;
}
.ajax-modal--custom a {
  border-color: #f36903;
}
.ajax-modal--custom ul {
  padding: 0rem 0rem 0rem 0.9375rem;
  margin: 0rem 0rem 1.25rem 0rem;
}
.ajax-modal--custom ul li {
  margin: 0rem 0rem 0.3125rem 0rem;
}
.ajax-modal--custom .panel--title {
  margin: 0rem 0rem 0rem 0rem;
  padding: 1.25rem 3.75rem 1.25rem 1.25rem;
  font-family: "vista-slab", serif;
  color: #000000;
  font-size: 1.25rem;
  font-weight: 700;
}
.js--modal .modal--close {
  right: 20px;
  top: 0.9375rem;
}
.buttons--off-canvas .close--off-canvas {
  background: #f5efeb;
  text-align: right;
  color: #bdb0a1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 300;
  position: relative;
  font-size: 11px;
}
.buttons--off-canvas .close--off-canvas .icon--arrow-left {
  position: absolute;
  left: 12px;
  top: 14px;
  color: #f36903;
}
.buttons--off-canvas .close--off-canvas:hover {
  background: #d30909;
  color: #FFF;
}
.buttons--off-canvas .close--off-canvas:hover .icon--arrow-left {
  color: #FFF;
}
.panel--th,
.panel--td {
  line-height: 16px;
}
