/*
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?065d79d4245cb1ab16e89dc1963921a5') format('woff2'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/Light/OpenSans-Light.woff?9107b67f1fa86688b5b26b7b80632684') format('woff'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/Light/OpenSans-Light.ttf?76f3dd0275031e907dadfe94b1fb6758') 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?a54aedca30054548ed42857facffdadf') format('woff2'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/Regular/OpenSans-Regular.woff?1f746bf51cdbad483e62d7197164c08c') format('woff'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/Regular/OpenSans-Regular.ttf?ad8662587776efac751aa62075d302b7') 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?b7278776e84bbf3c56f795ffe1e501dc') format('woff2'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/Semibold/OpenSans-Semibold.woff?b8687607d95b061bed667ce1bfcddcdf') format('woff'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/Semibold/OpenSans-Semibold.ttf?d1dc9d9d234ec9cd7afffca1014c61a3') 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?18ecba77cb4a76b7695a59087beecdda') format('woff2'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/Bold/OpenSans-Bold.woff?6d6965ac902998d6690d576063a1470c') format('woff'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/Bold/OpenSans-Bold.ttf?cdd69b7d9d56290032bb40903e5edb7f') 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?a3af81ae5068225f73320b0e0804f640') format('woff2'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/ExtraBold/OpenSans-ExtraBold.woff?f42c56f8b89219f6c945436fe109b94b') format('woff'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/ExtraBold/OpenSans-ExtraBold.ttf?fd2dfabf3f8b75a1d2687ba932e9749a') format('truetype');
  font-weight: 800;
  font-style: normal;
}
/* END Extrabold */
/* oswald-300 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: url('../../themes/Frontend/Responsive/frontend/_public/src/less/fonts/oswald-v49-latin-300.eot');
  src: local(''), url('../../themes/Frontend/Responsive/frontend/_public/src/less/fonts/oswald-v49-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../themes/Frontend/Responsive/frontend/_public/src/less/fonts/oswald-v49-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../../themes/Frontend/Responsive/frontend/_public/src/less/fonts/oswald-v49-latin-300.woff') format('woff'), /* Modern Browsers */ url('../../themes/Frontend/Responsive/frontend/_public/src/less/fonts/oswald-v49-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../themes/Frontend/Responsive/frontend/_public/src/less/fonts/oswald-v49-latin-300.svg#Oswald') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* oswald-regular - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('../../themes/Frontend/Responsive/frontend/_public/src/less/fonts/oswald-v49-latin-regular.eot');
  src: local(''), url('../../themes/Frontend/Responsive/frontend/_public/src/less/fonts/oswald-v49-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../themes/Frontend/Responsive/frontend/_public/src/less/fonts/oswald-v49-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../../themes/Frontend/Responsive/frontend/_public/src/less/fonts/oswald-v49-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../../themes/Frontend/Responsive/frontend/_public/src/less/fonts/oswald-v49-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../themes/Frontend/Responsive/frontend/_public/src/less/fonts/oswald-v49-latin-regular.svg#Oswald') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* oswald-500 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  src: url('../../themes/Frontend/Responsive/frontend/_public/src/less/fonts/oswald-v49-latin-500.eot');
  src: local(''), url('../../themes/Frontend/Responsive/frontend/_public/src/less/fonts/oswald-v49-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../themes/Frontend/Responsive/frontend/_public/src/less/fonts/oswald-v49-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('../../themes/Frontend/Responsive/frontend/_public/src/less/fonts/oswald-v49-latin-500.woff') format('woff'), /* Modern Browsers */ url('../../themes/Frontend/Responsive/frontend/_public/src/less/fonts/oswald-v49-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../themes/Frontend/Responsive/frontend/_public/src/less/fonts/oswald-v49-latin-500.svg#Oswald') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* oswald-600 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  src: url('../../themes/Frontend/Responsive/frontend/_public/src/less/fonts/oswald-v49-latin-600.eot');
  src: local(''), url('../../themes/Frontend/Responsive/frontend/_public/src/less/fonts/oswald-v49-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../themes/Frontend/Responsive/frontend/_public/src/less/fonts/oswald-v49-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('../../themes/Frontend/Responsive/frontend/_public/src/less/fonts/oswald-v49-latin-600.woff') format('woff'), /* Modern Browsers */ url('../../themes/Frontend/Responsive/frontend/_public/src/less/fonts/oswald-v49-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../themes/Frontend/Responsive/frontend/_public/src/less/fonts/oswald-v49-latin-600.svg#Oswald') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* oswald-700 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: url('../../themes/Frontend/Responsive/frontend/_public/src/less/fonts/oswald-v49-latin-700.eot');
  src: local(''), url('../../themes/Frontend/Responsive/frontend/_public/src/less/fonts/oswald-v49-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../themes/Frontend/Responsive/frontend/_public/src/less/fonts/oswald-v49-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../../themes/Frontend/Responsive/frontend/_public/src/less/fonts/oswald-v49-latin-700.woff') format('woff'), /* Modern Browsers */ url('../../themes/Frontend/Responsive/frontend/_public/src/less/fonts/oswald-v49-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../themes/Frontend/Responsive/frontend/_public/src/less/fonts/oswald-v49-latin-700.svg#Oswald') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/*
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%, #f8f8fa 100%);
  -webkit-font-smoothing: inherit;
  display: inline-block;
  position: relative;
  font-weight: 700;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  border: 1px solid #eaeaf0;
  color: #6d6b6d;
  /** 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%, #f8f8fa 100%);
  border: 1px solid #eaeaf0;
  color: #6d6b6d;
  cursor: not-allowed;
}
.btn:hover {
  background: #ffffff;
  color: #555555;
  border-color: #eaeaf0;
}
.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: #83c2e6;
  background-image: linear-gradient(to bottom, #83c2e6 0%, #55a7d6 100%);
  border: 0 none;
  color: #ffffff;
  /** State: Small button */
  /** State: Large button */
}
.is--primary:hover {
  background: #55a7d6;
  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: #6d6b6d;
  background-image: linear-gradient(to bottom, #6d6b6d 0%, #464546 100%);
  border: 0 none;
  color: #ffffff;
  /** State: Small button */
  /** State: Large button */
}
.is--secondary:hover {
  background: #464546;
  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: #6d6b6d;
  /** State: Small button */
  /** State: Large button */
}
.is--link:hover {
  color: #55a7d6;
}
.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: #f9f9f9;
}
#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 #eaeaf0;
  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: #3091c8;
  border-bottom: 1px solid #eaeaf0;
}
#cookie-consent .cookie-consent--configuration .cookie-consent--group-description {
  margin-left: 2.625rem;
  color: #939193;
}
#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 #eaeaf0;
  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: #9e9ebb;
}
.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: #9e9ebb;
}
.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: #6a9e06;
}
.product--delivery .delivery--text-available {
  color: #6a9e06;
}
.product--delivery .delivery--status-more-is-coming {
  background: #deca00;
}
.product--delivery .delivery--text-more-is-coming {
  color: #deca00;
}
.product--delivery .delivery--status-not-available {
  background: #c31414;
}
.product--delivery .delivery--text-not-available {
  color: #c31414;
}
.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: #6d6b6d;
  font-weight: 700;
  position: relative;
}
.emotion--manufacturer .manufacturer--link:hover {
  color: #55a7d6;
}
.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: #3091c8;
  margin-bottom: 2%;
}
.emotion--blog .blog--title:hover {
  color: #55a7d6;
}
.emotion--blog .blog--description {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #6d6b6d;
  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: #464546;
    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: #55a7d6;
    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"] {
  -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 #dadae5;
  background: #f8f8fa;
  border: 1px solid #eaeaf0;
  border-top-color: #dbdbe5;
  color: #939193;
  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: #55a7d6;
  background: #ffffff;
  color: #6d6b6d;
}
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: #c31414;
  background: #ebadad;
  border-color: #c31414;
}
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: #6d6b6d;
}
label.has--error {
  color: #c31414;
  background: #ebadad;
}
/*
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: #55a7d6;
}
.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%, #f8f8fa 100%);
  height: 100%;
  width: 100%;
  display: block;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  border: 1px solid #eaeaf0;
}
.select-field select option,
.js--fancy-select select option {
  padding: 0.25rem 0.5rem 0.25rem 0.5rem;
  color: #3091c8;
  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: #55a7d6;
  border-color: #55a7d6;
  background: #fff;
}
.select-field select:focus,
.js--fancy-select select:focus {
  outline: none;
  color: #55a7d6;
  border-color: #55a7d6;
}
.select-field select:focus::-ms-value,
.js--fancy-select select:focus::-ms-value {
  color: #55a7d6;
  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: #c31414;
  border-color: #c31414;
  background: #ebadad;
}
.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 #eaeaf0;
  text-align: center;
  font-family: 'shopware';
  pointer-events: none;
}
.select-field:after:hover,
.js--fancy-select:after:hover {
  color: #55a7d6;
}
.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: #c31414;
  border-color: #c31414;
  background: #ebadad;
}
.select-field.has--error:after,
.js--fancy-select.has--error:after {
  color: #c31414;
  border-color: #c31414;
}
@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?81187d5e4e52c151693e9767b35d8dd5') format('woff2'), url('../../themes/Frontend/Responsive/frontend/_public/src/fonts/shopware.woff?54fdaf8033e01eee078a5a3bc5738380') format('woff'), url('../../themes/Frontend/Responsive/frontend/_public/src/fonts/shopware.ttf?63198edfb3c060df051e7c189fa15810') format('truetype'), url('../../themes/Frontend/Responsive/frontend/_public/src/fonts/shopware.svg?f3f1fda46de20af96519c4ad425732f3') 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: #6d6b6d;
  background-image: linear-gradient(to bottom, #6d6b6d 0%, #464546 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: #6d6b6d;
  background-image: linear-gradient(to bottom, #6d6b6d 0%, #464546 100%);
}
.navigation--smartphone .entry--close-off-canvas .navigation--link,
#cookie-consent .cookie-consent--header {
  font-size: 0.875rem;
  color: #f8f8fa;
  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: #f5f5f8;
}
.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: #3091c8;
  font-weight: 700;
  font-size: 1em;
}
.sidebar--navigation {
  border-radius: 3px;
  background-clip: padding-box;
  background: #fff;
  border: 1px solid #eaeaf0;
}
.sidebar--navigation .navigation--entry {
  border-bottom: 1px solid #eaeaf0;
}
.sidebar--navigation .navigation--entry:last-child {
  border-bottom: 0 none;
}
.sidebar--navigation .navigation--link {
  color: #6d6b6d;
  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 #eaeaf0;
}
/*
<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: #f8f8fa;
  display: block;
  margin: 0;
  font-weight: 700;
  color: #6d6b6d;
  border-bottom: 1px solid #eaeaf0;
}
.panel--header.secondary {
  color: #6d6b6d;
  background: #fff;
}
.panel--header.primary {
  color: #55a7d6;
  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: #3091c8;
}
.panel--title.is--underline {
  padding: 1.25rem 0rem 0.625rem 0rem;
  border-bottom: 1px solid #eaeaf0;
  text-decoration: none !important;
}
.panel--title.is--secondary {
  color: #6d6b6d;
}
.panel--title.is--primary {
  color: #55a7d6;
}
/*
<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 #eaeaf0;
}
.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: #f5f5f8;
}
.panel--body.is--embossed {
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
  background: #f5f5f8;
}
/*
######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 #eaeaf0;
}
.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 #eaeaf0;
}
.panel--tr {
  display: block;
  width: 100%;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #eaeaf0;
}
.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: #55a7d6;
}
.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: #eaeaf0;
}
.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: #3091c8;
}
/*
######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 #eaeaf0;
}
.panel--dot-nav .dot--link.is--active,
.panel--dot-nav a.is--active {
  border-color: #55a7d6;
  background: #55a7d6;
}
/*
######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%, #f8f8fa 100%);
  display: inline-block;
  font-weight: 500;
  text-align: center;
  border: 1px solid #eaeaf0;
  color: #6d6b6d;
}
.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: #83c2e6;
  background-image: linear-gradient(to bottom, #83c2e6 0%, #55a7d6 100%);
  color: #ffffff;
  border: 0 none;
  font-weight: 700;
  cursor: default;
}
.panel--paging .paging--link:hover {
  background: #ffffff;
  color: #555555;
  border-color: #eaeaf0;
}
/*
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 #eaeaf0;
}
/*
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: #395403;
  background: #cced8d;
}
.alert.is--success .alert--icon {
  background: #6a9e06;
}
.alert.is--info {
  color: #217dbb;
  background: #e9f2f8;
}
.alert.is--info .alert--icon {
  background: #4aa3df;
}
.alert.is--warning {
  color: #978900;
  background: #fbf5b9;
}
.alert.is--warning .alert--icon {
  background: #deca00;
}
.alert.is--error {
  color: #c31414;
  background: #ebadad;
}
.alert.is--error .alert--icon {
  background: #c31414;
}
.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: #6d6b6d;
  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: #55a7d6;
  border: 1px solid #eaeaf0;
}
.badge.is--primary {
  background-color: #83c2e6;
  background-image: linear-gradient(to bottom, #83c2e6 0%, #55a7d6 100%);
  color: #fff;
  border-color: #fff;
}
.badge.is--secondary {
  background-color: #6d6b6d;
  background-image: linear-gradient(to bottom, #6d6b6d 0%, #464546 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: #6d6b6d;
  background: #6d6b6d;
}
.label.success {
  background: #6a9e06;
}
.label.info {
  background: #4aa3df;
}
.label.warning {
  background: #deca00;
}
.label.error {
  background: #c31414;
}
/*
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%, #f8f8fa 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 #eaeaf0;
  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: #55a7d6;
}
.collapse--header.is--active {
  background-color: #6d6b6d;
  background-image: linear-gradient(to bottom, #6d6b6d 0%, #464546 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: #bdbdd0;
  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: #eaeaf0;
}
.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.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;
  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: #6d6b6d;
  border: 1px solid #eaeaf0;
  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: #555555;
  border-color: #eaeaf0;
  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 #eaeaf0;
}
.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 #eaeaf0;
  border-top: 2px solid #a0a0bb;
}
.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?ed34f5ea87f1f1e47972cb0d4fcf148a');
}
/*
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(255, 255, 255, 0.1);
}
.js--overlay.theme--light {
  background: rgba(255, 255, 255, 0.1);
}
.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: #6d6b6d;
  margin: 0rem 0.625rem 0rem 0rem;
}
.tagcloud a:hover {
  color: #55a7d6;
}
.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 #eaeaf0;
  font-size: 1rem;
  display: block;
  font-weight: 700;
  color: #3091c8;
}
.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: #6d6b6d;
  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: #55a7d6;
  border-color: rgba(85, 167, 214, 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 #eaeaf0;
}
.image-slider--thumbnails .thumbnail--link.is--active {
  border-color: #55a7d6;
}
.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%, #f8f8fa 100%);
  display: none;
  position: absolute;
  z-index: 1000;
  font-family: 'shopware';
  text-align: center;
  color: #6d6b6d;
  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: #55a7d6;
  border-color: rgba(85, 167, 214, 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 #eaeaf0;
  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 #eaeaf0;
}
.js--img-zoom--title {
  padding: 0.3125rem 1.25rem 0.3125rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1rem;
  background-color: #6d6b6d;
  background-image: linear-gradient(to bottom, #6d6b6d 0%, #464546 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%, #f8f8fa 100%);
  top: 0.0625rem;
  border: 1px solid #eaeaf0;
  position: absolute;
  font-family: 'shopware';
  text-align: center;
  color: #6d6b6d;
  cursor: pointer;
  z-index: 750;
  display: none;
}
.js--menu-scroller--arrow:hover,
.js--menu-scroller--arrow:active {
  color: #555555;
  border-color: #eaeaf0;
  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 #eaeaf0;
    left: 0;
  }
  .js--menu-scroller--arrow.left--arrow:hover {
    border-color: #eaeaf0;
  }
  .js--menu-scroller--arrow.right--arrow {
    border-radius: 3px;
    background-clip: padding-box;
    border: 1px solid #eaeaf0;
    right: 0;
  }
  .js--menu-scroller--arrow.right--arrow:hover {
    border-color: #eaeaf0;
  }
}
/*
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%, #f8f8fa 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 #eaeaf0;
}
.filter-panel:hover {
  border: 1px solid #55a7d6;
  background: #FFF;
}
.filter-panel:hover .filter-panel--icon,
.filter-panel:hover .filter-panel--title {
  color: #55a7d6;
}
.filter-panel.is--disabled {
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8fa 100%);
  opacity: 0.5;
  border: 1px solid #eaeaf0;
  color: #6d6b6d;
}
.filter-panel.is--disabled:hover {
  border: 1px solid #eaeaf0;
  color: #6d6b6d;
}
.filter-panel.is--disabled:hover .filter-panel--icon,
.filter-panel.is--disabled:hover .filter-panel--title {
  color: #6d6b6d;
}
.filter-panel.is--disabled .filter-panel--title {
  color: #6d6b6d;
}
.filter-panel.is--collapsed {
  height: auto;
  border: 0 none;
}
.filter-panel.is--collapsed .filter-panel--flyout {
  height: auto;
  border: 1px solid #55a7d6;
  background: #FFF;
  overflow: visible;
  z-index: 800;
}
.filter-panel.is--collapsed .filter-panel--title {
  color: #55a7d6;
}
.filter-panel.is--collapsed .filter-panel--icon:before {
  color: #55a7d6;
  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 #eaeaf0;
}
.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: #3091c8;
  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 #eaeaf0;
  cursor: pointer;
  position: relative;
  vertical-align: top;
}
.filter-panel--checkbox:hover,
.filter-panel--radio:hover {
  border-color: #55a7d6;
}
.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: #83c2e6;
  background-image: linear-gradient(to bottom, #83c2e6 0%, #55a7d6 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: #55a7d6;
  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: #f9f9f9;
}
.filter-panel--checkbox input[type="checkbox"]:disabled ~ .filter-panel--label,
.filter-panel--radio input[type="checkbox"]:disabled ~ .filter-panel--label {
  color: #939193;
}
.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: #83c2e6;
  background-image: linear-gradient(to bottom, #83c2e6 0%, #55a7d6 100%);
}
.filter-panel--checkbox input[type="radio"]:checked ~ .filter-panel--label,
.filter-panel--radio input[type="radio"]:checked ~ .filter-panel--label {
  color: #55a7d6;
  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: #f9f9f9;
}
.filter-panel--checkbox input[type="radio"]:disabled .filter-panel--label,
.filter-panel--radio input[type="radio"]:disabled .filter-panel--label {
  color: #6d6b6d;
}
.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: #55a7d6;
}
.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: #55a7d6;
}
.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: #83c2e6;
  background-image: linear-gradient(to bottom, #83c2e6 0%, #55a7d6 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: #55a7d6;
}
.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: #55a7d6;
}
.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: #eaeaf0;
}
.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: #dadae5;
}
.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: #eaeaf0;
}
.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: #deca00;
}
.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: #dadae5;
}
.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: #6d6b6d;
}
.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: #6d6b6d;
}
.filter-panel--star-rating .rating-star--outer-container:hover .rating-star--suffix {
  color: #55a7d6;
}
.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: #dadae5;
}
.filter-panel--star-rating .rating-star--outer-container:hover .is--disabled ~ .rating-star--suffix {
  color: #6d6b6d;
}
.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 #eaeaf0;
  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: #eaeaf0;
}
.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 #eaeaf0;
  color: #6d6b6d;
  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: #6d6b6d;
}
.filter--active .filter--active-icon:before {
  content: "\e60d";
}
.filter--active .icon--star {
  color: #deca00;
}
.filter--active .icon--star-empty {
  color: #6d6b6d;
}
.filter--active:hover,
.filter--active[data-filter-param="reset"] {
  color: #55a7d6;
  border-color: #55a7d6;
}
.filter--active:hover .filter--active-icon,
.filter--active[data-filter-param="reset"] .filter--active-icon {
  color: #55a7d6;
}
.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: #6d6b6d;
    border-color: #eaeaf0;
    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: #6d6b6d;
  }
  .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: #f9f9f9;
  box-shadow: inset 0 1px 1px #f0f0f0;
  border: 1px solid #eaeaf0;
  -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 #52a5d5;
  height: 100%;
  width: 100%;
  position: relative;
  background: #55a7d6;
}
.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%, #f9f9f9 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 #eaeaf0;
  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: #55a7d6;
}
.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 #dadae5, -1px 0 0 #dadae5, 0 1px 0 #dadae5, 0 -1px 0 #dadae5, 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: #6d6b6d;
  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: #f5f5f8;
  border-color: #f5f5f8;
}
.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: #f5f5f8;
  border-color: #f5f5f8;
}
.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: #55a7d6;
  color: #fff;
  border-color: #55a7d6;
}
.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 #f5f5f8, 5px 0 0 #f5f5f8;
}
.flatpickr-day.inRange.endRange {
  box-shadow: -5px 0 0 #f5f5f8;
}
.flatpickr-day.inRange.startRange {
  box-shadow: 5px 0 0 #f5f5f8;
}
.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: #3091c8;
  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: #6d6b6d;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #6d6b6d;
}
.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: #6d6b6d;
  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: #6d6b6d;
  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 #eaeaf0;
  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: #eaeaf0;
}
.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: #deca00;
  background: #f8f2bd;
}
.ajax--cart .alert .alert--icon .is--success,
.ajax--cart .alert .icon--element .is--success {
  color: #6a9e06;
  background: #cced8d;
}
.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 #eaeaf0;
  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 #eaeaf0;
  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: #55a7d6;
}
.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: #6d6b6d;
  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: #6d6b6d;
}
.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 #eaeaf0;
}
.ajax--cart .prices--container .prices--articles-amount {
  float: right;
}
.ajax--cart .prices--container .prices--articles {
  color: #3091c8;
  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: #6d6b6d;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
table td {
  padding: 0.3125rem 0.625rem 0.3125rem 0.625rem;
  background: #ffffff;
  color: #6d6b6d;
  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 #eaeaf0;
  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: #83c2e6;
  background-image: linear-gradient(to bottom, #83c2e6 0%, #55a7d6 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: #f9f9f9;
}
.checkbox.is--active .checkbox--state,
a:hover .checkbox .checkbox--state {
  background-color: #83c2e6;
  background-image: linear-gradient(to bottom, #83c2e6 0%, #55a7d6 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 #eaeaf0;
  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: #55a7d6;
}
/*
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%, #f8f8fa 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: #6d6b6d;
  border: 1px solid #eaeaf0;
  white-space: nowrap;
}
.js--tab-menu .tab--link:hover {
  color: #55a7d6;
  background: #fff;
}
.js--tab-menu .tab--link:focus {
  outline: none;
}
.js--tab-menu .tab--link.is--active {
  color: #3091c8;
  border-bottom-color: #fff;
  background: #fff;
}
.js--tab-menu .tab--link.is--active:hover {
  color: #3091c8;
}
.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 #eaeaf0;
}
.js--tab-menu.js--menu-scroller .js--menu-scroller--arrow:hover {
  border-color: #eaeaf0;
}
.js--tab-menu .tab--container-list .tab--container {
  border: 1px solid #eaeaf0;
  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 #eaeaf0;
  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: #464546;
  display: block;
  font-weight: 700;
}
.product--quick-view .quick-view--title:hover {
  color: #55a7d6;
}
.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: #464546;
  border-bottom: 1px solid #eaeaf0;
  font-weight: 700;
  clear: both;
}
.product--quick-view .quick-view--description {
  font-size: 0.875rem;
  padding-top: 0.625rem;
  color: #6d6b6d;
}
.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: 0.875rem;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 500;
  color: #6d6b6d;
  background: #f9f9f9;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
a {
  color: #55a7d6;
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
}
.product--rating i[class^=icon] {
  color: #deca00;
}
.product--rating i.icon--star-empty {
  color: #eaeaf0;
}
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: #3091c8;
}
h1 {
  font-size: 1.375rem;
  line-height: 1.75rem;
  margin: 2.125rem 0rem 1.25rem 0rem;
  color: #3091c8;
}
h2 {
  font-size: 1.125rem;
}
h3 {
  font-size: 1rem;
}
h4 {
  font-size: 0.875rem;
}
h5 {
  font-size: 0.875rem;
}
h6 {
  font-size: 0.75rem;
}
p {
  font-size: 0.875rem;
  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: #f5f5f8;
  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: #3091c8 !important;
}
.is--light {
  color: #9e9ebb !important;
}
.is--soft {
  color: #dadae5 !important;
}
.is--fluid {
  width: 100% !important;
}
.left {
  float: left;
}
.right {
  float: right;
}
::-moz-placeholder {
  color: #939193;
}
::-webkit-input-placeholder {
  color: #939193;
}
:-ms-input-placeholder {
  color: #939193;
}
.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 #eaeaf0;
  }
  .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 #55a7d6;
}
.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 #55a7d6;
}
.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: #6a9e06;
  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: #555555;
  border-color: #eaeaf0;
}
.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: #6d6b6d;
  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: #6d6b6d;
  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: #6d6b6d;
  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: #55a7d6;
}
.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 #eaeaf0;
  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: #6d6b6d;
  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: #55a7d6;
}
.account--dropdown-navigation.off-canvas {
  background: #f5f5f8;
}
.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: #efeff4;
  content: '';
  display: block;
}
.entry--search.is--active .main-search--form {
  top: 3.125rem;
  background: #efeff4;
  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 #eaeaf0;
  border-top: 2px solid #5b5b80;
  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?ed34f5ea87f1f1e47972cb0d4fcf148a');
}
.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 #eaeaf0;
  border-bottom: 1px solid #eaeaf0;
  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 #eaeaf0;
  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 #eaeaf0;
}
.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: #55a7d6;
}
.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: #55a7d6;
}
.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: #6d6b6d;
  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: #6d6b6d;
  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: #55a7d6;
}
.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: #f8f8fa;
  }
  .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 #eaeaf0;
    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: #6d6b6d;
    cursor: pointer;
  }
  .header-main .top-bar--navigation .navigation--entry:hover,
  .header-main .top-bar--navigation .navigation--link:hover {
    color: #55a7d6;
  }
  .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: #55a7d6;
  }
  .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 #eaeaf0;
  }
  .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: #eaeaf0;
    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: #6d6b6d;
  }
  .header-main .top-bar--navigation .service--list .service--link:hover {
    color: #55a7d6;
  }
  .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 #eaeaf0;
  }
  .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: #eaeaf0;
    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 #eaeaf0;
  }
  .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: #55a7d6;
    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 #eaeaf0;
  }
  .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: #6d6b6d;
  }
}
/*
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 #55a7d6;
    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: #6d6b6d;
  }
  .navigation-main .navigation--link:hover {
    color: #55a7d6;
  }
  .navigation-main .is--active .navigation--link {
    background-color: #83c2e6;
    background-image: linear-gradient(to bottom, #83c2e6 0%, #55a7d6 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 #eaeaf0;
}
.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: #6d6b6d;
}
.content--breadcrumb .breadcrumb--link:hover {
  color: #55a7d6;
}
.content--breadcrumb .is--active .breadcrumb--link {
  color: #55a7d6;
}
.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 #eaeaf0;
}
.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 #eaeaf0;
}
.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: #3091c8;
}
.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: #6d6b6d;
}
.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: #e71873;
}
.product--details .product--buybox .price--content {
  font-size: 1.75rem;
  white-space: nowrap;
  color: #3091c8;
  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--regulation {
  font-size: 0.875rem;
  padding: 0.25rem 0rem 0.25rem 0rem;
  white-space: nowrap;
}
.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: #e71873;
  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: #3091c8;
}
.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 #eaeaf0;
  border-right: 1px solid #eaeaf0;
}
.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: #6d6b6d;
  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: #55a7d6;
}
.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: #6a9e06;
}
.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 #eaeaf0;
}
.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: #f5f5f8;
  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: #f5f5f8;
}
.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: #6d6b6d;
  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 .notification--captcha img {
  display: inline;
}
.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: #6d6b6d;
  font-weight: 700;
}
.tab--title:hover {
  color: #55a7d6;
}
.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 #eaeaf0;
  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 #eaeaf0;
}
.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 #eaeaf0;
  }
  .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(109, 107, 109, 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(109, 107, 109, 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: #6d6b6d;
}
.footer-main .footer--column {
  padding: 0rem 0.625rem 0rem 0.625rem;
  border-top: 1px solid #eaeaf0;
}
.footer-main .footer--column.is--last {
  border-bottom: 1px solid #eaeaf0;
}
.footer-main .column--headline {
  -webkit-user-select: none;
  user-select: none;
  padding: 0.5rem 0rem 0.5rem 0rem;
  margin: 0;
  font-weight: 700;
  color: #55a7d6;
  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: #6d6b6d;
  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: #6d6b6d;
  cursor: pointer;
}
.footer-main .navigation--link:hover {
  color: #55a7d6;
}
.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 #ccccdb;
  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 #eaeaf0;
  }
  .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 #eaeaf0;
  }
  .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: #eaeaf0;
}
body > .sidebar-main:after {
  content: "";
  display: table;
  clear: both;
}
.sidebar-main.off-canvas,
#cookie-consent,
#cookie-consent {
  background: #f5f5f8;
}
.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: #55a7d6;
}
.sidebar--navigation.show--active-items .navigation--link.is--active {
  color: #55a7d6;
  font-weight: 700;
}
.offcanvas--overlay {
  width: 17.5rem;
  top: 2.625rem;
  background: #f5f5f8;
  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 #eaeaf0;
  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: #3091c8;
  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: #55a7d6;
  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 #eaeaf0;
  border-top: 2px solid #5b5b80;
}
.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 #eaeaf0;
  border-top: 2px solid #5b5b80;
}
.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 #eaeaf0;
}
.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 #eaeaf0;
  }
  .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: #55a7d6;
  }
  .sidebar--navigation .navigation--link.is--active {
    color: #55a7d6;
    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: #55a7d6;
    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 #eaeaf0;
  }
  .shop-sites--container .shop-sites--headline {
    padding-bottom: 0.66666667rem;
    font-size: 1rem;
    margin-top: 0;
    border-bottom: 1px solid #eaeaf0;
    color: #3091c8;
    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,
  #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,
  #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: #3091c8;
}
.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: #83c2e6;
  background-image: linear-gradient(to bottom, #83c2e6 0%, #55a7d6 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: #6d6b6d;
  background-image: linear-gradient(to bottom, #6d6b6d 0%, #464546 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 #eaeaf0;
}
.action--filter-options .filter--entry:last-child {
  border: 0 none;
}
.action--filter-options .filter--link {
  color: #6d6b6d;
}
.action--filter-options .filter--link:hover {
  color: #55a7d6;
}
.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.375rem;
    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 #eaeaf0;
    background: #f5f5f8;
  }
  .listing--actions .listing--paging {
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
    display: block;
    border-top: 1px solid #eaeaf0;
  }
  .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: #83c2e6;
    background-image: linear-gradient(to bottom, #83c2e6 0%, #55a7d6 100%);
    border: 0 none;
    color: #ffffff;
    /** State: Small button */
    /** State: Large button */
  }
  .action--filter-btn .filter--trigger.is--active:hover {
    background: #55a7d6;
    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: #eaeaf0;
  }
  .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 #eaeaf0;
    background: #f5f5f8;
  }
}
@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 #eaeaf0;
  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: #3091c8;
  font-weight: 700;
  overflow: hidden;
}
.product--box .product--title:hover {
  color: #55a7d6;
}
.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: #3091c8;
  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: 3.125rem;
}
.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.875rem;
}
.product--box .product--price .price--default {
  font-size: 1.125rem;
  line-height: 1.25rem;
  display: inline-block;
  color: #3091c8;
  font-weight: 700;
}
.product--box .product--price .price--default.is--discount {
  color: #e71873;
}
.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: #6d6b6d;
  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: #55a7d6;
}
.product--box .action--compare {
  display: none;
}
.product--box .action--note:focus {
  outline: none;
}
.product--box .action--note.js--is-saved {
  color: #6a9e06;
}
.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: #e71873;
}
.product--box .product--badges .badge--recommend {
  color: #ffffff;
  background: #6a9e06;
}
.product--box .product--badges .badge--newcomer {
  color: #ffffff;
  background: #ffe46d;
}
.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: #55a7d6;
}
.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 .price--regulation {
  height: 1.1875rem;
  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: #6d6b6d;
  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: #83c2e6;
  background-image: linear-gradient(to bottom, #83c2e6 0%, #55a7d6 100%);
  color: #fff;
  text-shadow: 0 1px 1px #AD1200;
}
.topseller--product:hover .product--title {
  color: #55a7d6;
}
.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 #eaeaf0;
}
.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 #eaeaf0;
  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: #6d6b6d;
  background-image: linear-gradient(to bottom, #6d6b6d 0%, #464546 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: #83c2e6;
  background-image: linear-gradient(to bottom, #83c2e6 0%, #55a7d6 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: #55a7d6;
  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 #eaeaf0;
}
.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 #eaeaf0;
  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 #eaeaf0;
  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: #6d6b6d;
}
.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: #3091c8;
  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: #55a7d6;
}
.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: #6d6b6d;
  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: #f8f8fa;
  border-color: #eaeaf0;
  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: #3091c8;
  font-weight: 700;
}
.aggregation--list {
  margin: 0rem -0.625rem 0rem -0.625rem;
  padding: 0.75rem 0.625rem 0.75rem 0.625rem;
  background: #f8f8fa;
  border-bottom: 1px solid #eaeaf0;
}
.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: #3091c8;
}
.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: #eaeaf0;
  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 #eaeaf0;
  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: #55a7d6;
  position: absolute;
  color: #fff;
  font-weight: 700;
  z-index: 750;
}
.premium-product .product--inner .premium-product--free {
  color: #6a9e06;
  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 #eaeaf0;
}
.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 #eaeaf0;
}
.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: #6d6b6d;
  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: #6d6b6d;
  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 #eaeaf0;
  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: #3091c8;
  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: #3091c8;
  font-weight: 700;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .price--reduced {
  color: #e71873;
}
.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 #eaeaf0;
}
.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 #eaeaf0;
}
.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 #eaeaf0;
}
@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 #eaeaf0;
  }
  .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 #eaeaf0;
    display: block;
  }
  .product--table .table--header .table--column {
    font-size: 1rem;
    padding-bottom: 0;
    font-weight: 700;
    color: #3091c8;
  }
  .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 #eaeaf0;
  }
  .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: #6d6b6d;
  }
  .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 #eaeaf0;
    background: #f8f8fa;
  }
  .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 #eaeaf0;
  }
  .content--confirm .confirm--inner-container .basket--footer {
    border: 1px solid #eaeaf0;
    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 #eaeaf0;
}
.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 #eaeaf0;
}
.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: #6d6b6d;
  }
}
/*
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: #55a7d6;
}
.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: #c31414;
}
.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 #eaeaf0;
}
.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: #3091c8;
}
.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 #eaeaf0;
}
.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: #6d6b6d;
  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: #6d6b6d;
}
.is--act-partnerStatistic .is--odd {
  padding: 0rem 0rem 0.5625rem 0rem;
  border-bottom: 1px solid #eaeaf0;
}
.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: #6a9e06;
}
.order--status-icon.status--4,
.order--status-icon.status--8 {
  background: #c31414;
}
.order--name {
  color: #3091c8;
}
.order--details,
.order--price-unit,
.order--current-price {
  display: none;
}
.order--details .panel--tr {
  border-bottom: 1px solid #eaeaf0;
}
.order--repeat {
  text-align: center;
  background: #f5f5f8;
  border-bottom: 1px solid #eaeaf0;
}
.order--actions {
  text-align: center !important;
}
.order--user-comments,
.order--shop-comments {
  border-bottom: 1px solid #eaeaf0;
}
.account--downloads {
  border: 1px solid #eaeaf0;
}
.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-reset .password-reset--captcha img {
  display: inline;
}
.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 #eaeaf0;
  border-top: 2px solid #5b5b80;
  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 #eaeaf0;
  }
  .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: #3091c8;
    padding: 1.25rem 0rem 0.625rem 0rem;
    text-decoration: none !important;
    border-bottom: 1px solid #eaeaf0;
  }
  .account--menu .navigation--headline.is--underline {
    padding: 1.25rem 0rem 0.625rem 0rem;
    border-bottom: 1px solid #eaeaf0;
    text-decoration: none !important;
  }
  .account--menu .navigation--headline.is--secondary {
    color: #6d6b6d;
  }
  .account--menu .navigation--headline.is--primary {
    color: #55a7d6;
  }
  .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 #eaeaf0;
  }
  .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: #f5f5f8;
  }
  .account--menu .account--menu-container.is--embossed {
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
    background: #f5f5f8;
  }
  .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 #eaeaf0;
    font-weight: 700;
    color: #55a7d6;
  }
  .account--menu .navigation--link.link--logout [class^="icon--"] {
    margin: 0rem 0.3125rem 0rem 0rem;
    display: inline-block;
  }
  .account--welcome .panel--title {
    font-size: 1.375rem;
  }
  .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: #3091c8;
  }
  .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 #eaeaf0;
    background: #f8f8fa;
  }
  .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%, #f8f8fa 100%);
  -webkit-font-smoothing: inherit;
  display: inline-block;
  position: relative;
  font-weight: 700;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  border: 1px solid #eaeaf0;
  color: #6d6b6d;
  /** 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-radius: 0x !important;
  background-clip: padding-box !important;
  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%, #f8f8fa 100%);
  border: 1px solid #eaeaf0;
  color: #6d6b6d;
  cursor: not-allowed;
}
.partner-statistic .ui-datepicker-trigger:hover {
  background: #ffffff;
  color: #555555;
  border-color: #eaeaf0;
}
.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 #eaeaf0;
}
.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: #3091c8;
}
.note--title:hover {
  color: #55a7d6;
}
.note--rating {
  margin: 0rem 0rem 0.625rem 5.9375rem;
}
.note--rating [class^="icon--"] {
  color: #deca00;
}
.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: #6d6b6d;
}
.note--compare .compare--link:hover {
  color: #55a7d6;
}
.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: #3091c8;
  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%, #f8f8fa 100%);
  border-radius: 3px;
  background-clip: padding-box;
  top: 1.25rem;
  right: 0;
  left: auto;
  display: block;
  position: absolute;
  border: 1px solid #eaeaf0;
  text-align: center;
  font-weight: 500;
  color: #6d6b6d;
}
.note--delete:hover {
  color: #555555;
  border-color: #eaeaf0;
}
@media screen and (min-width: 48em) {
  .note--overview .panel--table {
    padding: 0rem 1.25rem 0rem 1.25rem;
    border: 1px solid #eaeaf0;
  }
  .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: #6d6b6d;
    text-align: center;
  }
  .note--zoom:hover {
    color: #55a7d6;
  }
  .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: #f8f8fa;
}
.sitemap--content .sitemap--category .sitemap--navigation-link {
  padding: 0.25rem 0rem 0.25rem 1.25rem;
  color: #6d6b6d;
  display: block;
}
.sitemap--content .sitemap--category .sitemap--navigation-link:hover {
  color: #55a7d6;
}
.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: #6d6b6d;
}
.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 #eaeaf0;
}
.search--cat-filter .cat-filter--reset {
  margin: 0rem 0rem 0.9375rem 0rem;
  line-height: 1.5rem;
  border-color: #55a7d6;
}
.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: #6d6b6d;
}
.search--cat-filter .cat-filter--link:hover,
.search--cat-filter .cat-filter--sub-cat:hover {
  color: #55a7d6;
}
.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: #6d6b6d;
  padding-bottom: 0;
}
.confirm--content .product--table .table--tr,
.confirm--content .product--table .table--media img {
  border-color: #eaeaf0;
}
.confirm--content .product--table .basket--footer {
  margin: 0rem -0.625rem 0rem -0.625rem;
  background: #f8f8fa;
  border-color: #eaeaf0;
}
.confirm--content .product--table .basket--footer .aggregation--list {
  margin: 0;
  background: transparent;
  border-top: 1px solid #eaeaf0;
}
.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 #eaeaf0;
  border-top: 2px solid #5b5b80;
  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: #eaeaf0;
  }
  .confirm--content .product--table .table--header .panel--th {
    color: #3091c8;
  }
  .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 #eaeaf0;
}
.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 #eaeaf0;
}
.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: #6d6b6d;
  background-image: linear-gradient(to bottom, #6d6b6d 0%, #464546 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: #3091c8;
}
.blog--filter-options .filter--entry {
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  font-size: 1rem;
  display: block;
  border-bottom: 1px solid #eaeaf0;
}
.blog--filter-options .filter--entry:last-child {
  border: 0 none;
}
.blog--filter-options .filter--link {
  color: #6d6b6d;
}
.blog--filter-options .filter--link:hover {
  color: #55a7d6;
}
.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: #6d6b6d;
}
.blog--sidebar .blog--navigation .collapse--header:hover {
  color: #55a7d6;
}
.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: #6d6b6d;
}
.blog--sidebar .blog--navigation .collapse--content .filter--entry-link:hover {
  color: #55a7d6;
}
.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 #eaeaf0;
}
.blog--box .blog--box-metadata .blog--metadata {
  padding-right: 0.5rem;
  margin-right: 0.5rem;
  display: inline-block;
  border-right: 1px solid #eaeaf0;
}
.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: #6d6b6d;
}
.blog--box .blog--box-headline {
  font-size: 1.125rem;
}
.blog--box .blog--box-link {
  color: #3091c8;
}
.blog--box .blog--box-link:hover {
  color: #55a7d6;
}
.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: #6d6b6d;
}
.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 #eaeaf0;
}
.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 #eaeaf0;
  border-left: 0 none;
  border-top: 0 none;
}
.blog--detail .blog--comments-rating {
  font-size: 1.125rem;
  color: #deca00;
}
.blog--detail .blog--comments-entry-right {
  padding: 1.25rem 2.5rem 1rem 2.5rem;
}
.blog--detail .blog--comments-entry-headline {
  font-size: 1rem;
  color: #3091c8;
  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 #eaeaf0;
  }
  .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: #3091c8;
    border-color: #eaeaf0;
    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: #3091c8;
  }
  .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: #3091c8;
  }
  .blog--content .blog--box .blog--box-link:hover {
    color: #55a7d6;
  }
  .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: #55a7d6;
  border-color: #55a7d6;
}
.configurator--variant .option--input:hover ~ label.is--disabled {
  color: #6d6b6d;
  border-color: #eaeaf0;
}
.configurator--variant .option--input:checked ~ label {
  color: #55a7d6;
  border-color: #55a7d6;
}
.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 #eaeaf0;
  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: #55a7d6;
}
.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 #eaeaf0;
}
.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: #eaeaf0;
  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: #6d6b6d;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-bar--navigation .js--is--dropdown-active .compare--list .compare--link:hover {
  color: #55a7d6;
}
.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 #6d6b6d;
  letter-spacing: 0;
}
.modal--compare .modal--error {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  letter-spacing: 0;
}
.modal--compare .list--head {
  background: #f8f8fa;
  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: #6d6b6d;
  border-bottom: 1px solid #eaeaf0;
}
.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: #3091c8;
  font-weight: 700;
}
.modal--compare .entry--voting {
  height: 3.125rem;
}
.modal--compare .entry--voting .icon--star,
.modal--compare .entry--voting .icon--star-empty {
  color: #deca00;
}
.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: #3091c8;
  font-weight: 700;
}
.modal--compare .entry--price .price--reduced {
  color: #e71873;
}
.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 #eaeaf0;
  border-top: 2px solid #5b5b80;
  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: #6d6b6d;
}
.account--address .address--actions-set-defaults .btn:hover,
.address-manager--modal .address--actions-set-defaults .btn:hover {
  color: #55a7d6;
}
.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 #eaeaf0;
  border-top: 2px solid #5b5b80;
  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 #dadae5;
  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: #f8f8fa;
}
.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: #dadae5;
}
.field--content {
  text-align: right;
}
.content-type--field-checkbox .icon--check {
  color: #6a9e06;
}
.content-type--field-checkbox .icon--cross {
  color: #c31414;
}
.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;
  }
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___ 
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _| 
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|
                                                 
    Copyright (c) TC-Innovations GmbH

    All.less
    ======================================
    The `all.less` file imports all style components that will display on the page.
*/
/* --- ThemeWare styling -------------------------------------- */
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___ 
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _| 
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|
                                                 
    Copyright (c) TC-Innovations GmbH

    Variables
    ==================================================
    The `variables.less` file contains the imports to all variables that Shopware/ThemeWare uses.
    Most variables are controllable by using the backend theme manager.
    The files are destinated inside the `_variables` folder.
*/
/*
@import "_variables/structure";
@import "_variables/typography";
@import "_variables/zindex";
@import "_variables/icons";
*/
/*
ThemeWare Variables
================================
The variables define some (not configurable) elements of ThemeWare.
*/
/* --- ThemeWare allgemein --- */
/* --- Header --- */
/* --- Breadcrumb --- */
/* --- Listing --- */
/*@tw-article-sold-grayscale: 100%;*/
/*@tw-article-sold-saturate: 0.5;*/
/* --- Artikelseite --- */
/* --- Fromulare --- */
/*
// Allgemein > Farben > Basiskonfiguration
@brand-primary-light: saturate(lighten(@brand-primary, 12%), 5%); // Primärfarbe (Hell)
@brand-primary-dark: darken(@brand-primary, 15%); // Primärfarbe (Dunkel) #NEU
@brand-secondary-light: saturate(lighten(@brand-secondary, 12%), 5%); // Sekundärfarbe (Dunkel) #NEU
@brand-secondary-dark: darken(@brand-secondary, 15%); // Sekundärfarbe (Hell)
*/
/*
// Allgemein > Farben > Grundgerüst
//@overlay-bg: #000000;
@overlay-theme-dark-bg: @overlay-bg;
@overlay-theme-light-bg: #FFFFFF;
@overlay-opacity: 0.7;
*/
/*
// Allgemein > Buttons & Panels > Default Button
@btn-default-bottom-bg: @gray-light;

// Allgemein > Buttons & Panels > Primary Button
@btn-primary-bottom-bg: @brand-primary

// Allgemein > Buttons & Panels > Secondary Button
@btn-secondary-bottom-bg: @brand-secondary-dark

// Allgemein > Buttons & Panels > Default Button
@btn-default-bottom-bg: @gray-light;

// Allgemein > Buttons & Panels > Select Button
@select_buttons_background_bottom_color: #fff;
*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___ 
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _| 
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|
                                                 
    Copyright (c) TC-Innovations GmbH

    Mixins
    ==================================================
    The `mixins.less` file contains the imports to all mixin documents that simplify the work with Shopware/ThemeWare.
    The files are destinated inside the `_mixins` folder.
*/
/*
Keyframe mixin
=============================================
The mixins provides you a cross-browser compatible method to set a keyframe.
*/
/* blink */
@-webkit-keyframes blink {
  50% {
    opacity: 0.5;
  }
}
@-moz-keyframes blink {
  50% {
    opacity: 0.5;
  }
}
@-o-keyframes blink {
  50% {
    opacity: 0.5;
  }
}
@keyframes blink {
  50% {
    opacity: 0.5;
  }
}
/* sk-scaleout */
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
/* fadebottom */
@keyframes fadebottom {
  from {
    opacity: 0;
    bottom: 0px;
  }
  to {
    opacity: 1;
    bottom: -37px;
  }
}
@-moz-keyframes fadebottom {
  from {
    opacity: 0;
    bottom: 0px;
  }
  to {
    opacity: 1;
    bottom: -37px;
  }
}
@-webkit-keyframes fadebottom {
  from {
    opacity: 0;
    bottom: 0px;
  }
  to {
    opacity: 1;
    bottom: -37px;
  }
}
@-o-keyframes fadebottom {
  from {
    opacity: 0;
    bottom: 0px;
  }
  to {
    opacity: 1;
    bottom: -37px;
  }
}
/* fadein */
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Default:
.primary-gradient() {
    .linear-gradient(@brand-primary-light, @brand-primary);
}

.secondary-gradient() {
    .linear-gradient(@brand-secondary, @brand-secondary-dark);
}

.white-gradient() {
    .linear-gradient(#fff, @gray-light);
}
*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___ 
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _| 
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|
                                                 
    Copyright (c) TC-Innovations GmbH

    ThemeWare layout.less
    ====================================

*/
/* --- Basis --- */
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
/* --- Container --- */
.container {
  padding: 0 30px;
  max-width: 1360px;
}
@media (max-width: 767px) {
  .container {
    padding: 0px;
  }
}
/* --- Layout-boxed --- */
body.layout-boxed header,
body.layout-boxed footer {
  max-width: 1360px;
  margin: 0 auto;
  float: none;
}
body.layout-boxed .activsticky.headbar {
  left: auto;
  right: auto;
  max-width: 1360px;
}
body.layout-boxed.headtyp-2 .header-inline {
  left: auto;
  right: auto;
  max-width: 1360px;
}
body.layout-boxed .page-wrap {
  min-width: 320px;
  border-radius: 0x !important;
  background-clip: padding-box !important;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1360px) {
  body.layout-boxed .page-wrap {
    margin: 0 auto;
    padding: 0;
  }
  body.layout-boxed .activsticky.headbar {
    max-width: 1360px;
  }
}
body.layout-boxed.boxedshadow .page-wrap {
  -moz-box-shadow: 0px 0 30px rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0px 0 30px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.2) !important;
}
body.layout-boxed.headtyp-2 .advanced-menu {
  margin: 0 auto;
  max-width: 1360px;
}
body.layout-boxed header,
body.layout-boxed.headtyp-1 .topbar {
  border-top-left-radius: 0x !important;
  border-top-right-radius: 0x !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  background-clip: padding-box !important;
}
body.layout-boxed .footer-main,
body.layout-boxed .footer-main .footer--bottom {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0x !important;
  border-bottom-left-radius: 0x !important;
  background-clip: padding-box !important;
}
/* --- Hyperlinks --- */
.emotion--html .html--content a,
.product--description a,
.blog--detail-description a,
a.content--link {
  color: #55a7d6;
}
.emotion--html .html--content a:hover,
.product--description a:hover,
.blog--detail-description a:hover,
a.content--link:hover {
  color: #3091c8;
}
.emotion--html .html--content a {
  text-decoration: underline;
}
.product--description a {
  text-decoration: underline;
}
.blog--detail-description a {
  text-decoration: underline;
}
/* --- Sticky Menu --- */
.activsticky.headbar {
  position: fixed !important;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10000;
  -moz-box-shadow: 0px 0 30px rgba(0, 0, 0, 0.15) !important;
  -webkit-box-shadow: 0px 0 30px rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.15) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* --- Misc --- */
.advanced-menu .teaser--image,
.lb-element-oben img.border,
.lb-element-mitte img.border,
.lb-element-unten img.border,
.footer-main .column--shipping img,
.footer-main .column--zahlungsarten img,
.product--details .buybox--form {
  border-radius: 0x !important;
  background-clip: padding-box !important;
}
#sitebarwidget[data-position="2"],
#sitebarwidget[data-position="3"],
.categories--headline.navigation--headline,
.filter--headline.navigation--headline,
.shop-sites--container .navigation--headline {
  border-top-left-radius: 0x !important;
  border-top-right-radius: 0x !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  background-clip: padding-box !important;
}
.advanced-menu {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0x !important;
  border-bottom-left-radius: 0x !important;
  background-clip: padding-box !important;
}
/* --- Advanced Menu --- */
@media screen and (min-width: 48em) {
  .navigation-main[data-tc-menu="false"],
  .navigation-main[data-tc-menu-image="false"] .menu--teaser .teaser--image,
  .navigation-main[data-tc-menu-headline="false"] .menu--teaser .teaser--headline,
  .navigation-main[data-tc-menu-text="false"] .menu--teaser .teaser--text {
    display: none;
  }
}
/* --- Border radius --- */
.btn,
.is--rounded,
textarea,
input,
.js--fancy-select,
.filter-panel--flyout,
.filter-panel {
  border-radius: 0x !important;
  background-clip: padding-box !important;
}
.panel > .panel--title {
  border-top-left-radius: 0x !important;
  border-top-right-radius: 0x !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  background-clip: padding-box !important;
}
@media screen and (min-width: 48em) {
  .navigation-main .navigation--link {
    border-top-left-radius: 0x !important;
    border-top-right-radius: 0x !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    background-clip: padding-box !important;
  }
  .navigation-main .navigation--list .navigation--entry.is--hovered {
    border-top-left-radius: 0x !important;
    border-top-right-radius: 0x !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    background-clip: padding-box !important;
  }
}
/* --- ... --- */
.panel {
  background: none;
}
.infinite--actions .js--load-more {
  margin: 20px;
}
.infinite--actions .js--load-previous {
  margin: 20px 20px 40px 20px;
}
/* --- Call-to-Action Button --- */
.buybox--button.btn.is--primary,
.btn.is--primary.button--checkout,
.product--table .table--actions .btn--checkout-proceed,
.confirm--content .main--actions .btn,
.register--action button.register--submit.is--primary,
.confirm--actions button.btn.is--primary.main--actions {
  background: #6a9e06 !important;
  color: #ffffff !important;
  border: 1px solid #6a9e06 !important;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  line-height: 38px;
}
.buybox--button.btn.is--primary::before,
.btn.is--primary.button--checkout::before,
.product--table .table--actions .btn--checkout-proceed::before,
.confirm--content .main--actions .btn::before,
.register--action button.register--submit.is--primary::before,
.confirm--actions button.btn.is--primary.main--actions::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0x !important;
  background-clip: padding-box !important;
  background: #000000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.buybox--button.btn.is--primary:hover,
.buybox--button.btn.is--primary:focus,
.buybox--button.btn.is--primary:active,
.btn.is--primary.button--checkout:hover,
.btn.is--primary.button--checkout:focus,
.btn.is--primary.button--checkout:active .product--table .table--actions .btn--checkout-proceed:hover,
.product--table .table--actions .btn--checkout-proceed:focus,
.product--table .table--actions .btn--checkout-proceed:active .confirm--content .main--actions .btn:hover,
.confirm--content .main--actions .btn:focus,
.confirm--content .main--actions .btn:active,
.register--action button.register--submit.is--primary:hover,
.register--action button.register--submit.is--primary:focus,
.register--action button.register--submit.is--primary:active,
.confirm--actions button.btn.is--primary.main--actions:hover,
.confirm--actions button.btn.is--primary.main--actions:focus,
.confirm--actions button.btn.is--primary.main--actions:active,
.product--table .table--actions a.btn--checkout-proceed:hover,
.confirm--content .main--actions .btn.is--primary:hover {
  color: #eeeeee !important;
  border: 1px solid #000000 !important;
}
.buybox--button.btn.is--primary:hover::before,
.buybox--button.btn.is--primary:focus::before,
.buybox--button.btn.is--primary:active::before,
.btn.is--primary.button--checkout:hover::before,
.btn.is--primary.button--checkout:focus::before,
.btn.is--primary.button--checkout:active::before,
.product--table .table--actions .btn--checkout-proceed:hover::before,
.product--table .table--actions .btn--checkout-proceed:focus::before,
.product--table .table--actions .btn--checkout-proceed:active::before,
.confirm--content .main--actions .btn:hover::before,
.confirm--content .main--actions .btn:focus::before,
.confirm--content .main--actions .btn:active::before,
.register--action button.register--submit.is--primary:hover::before,
.register--action button.register--submit.is--primary:focus::before,
.register--action button.register--submit.is--primary:active::before,
.confirm--actions button.btn.is--primary.main--actions:hover::before,
.confirm--actions button.btn.is--primary.main--actions:focus::before,
.confirm--actions button.btn.is--primary.main--actions:active::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.basket.notebuy.buybox--button.btn {
  line-height: 26px;
  padding: 2px 15px 2px 15px;
}
@media (min-width: 768px) {
  .js--modal {
    z-index: 10001;
  }
}
.js--modal .modal--close {
  right: 23px;
}
.container--ajax-cart .ajax--cart .button--container .btn {
  line-height: 36px;
}
/* --- Schriftart anpassen: Body --- */
/* --- Schriftart anpassen: Headlines --- */
/* Google Font */
body.gwfont2 h1 {
  font-family: 'Oswald', serif;
}
body.gwfont2 h2 {
  font-family: 'Oswald', serif;
}
body.gwfont2 h3 {
  font-family: 'Oswald', serif;
}
body.gwfont2 h4 {
  font-family: 'Oswald', serif;
}
body.gwfont2 h5 {
  font-family: 'Oswald', serif;
}
body.gwfont2 h6 {
  font-family: 'Oswald', serif;
}
/* Individueller Font */
/* Google Font */
body.gwfont2 .panel--title {
  font-family: 'Oswald', serif;
}
/* Individueller Font */
/* --- Schriftart anpassen: Top-Navigation --- */
/* todo: value should be 1 and 2 */
.navigation-main .navigation--list .navigation--entry .navigation--link {
  font-family: 'Oswald', serif;
}
/* --- Schriftart anpassen: Text-Logo --- */
.header-main .logotext {
  font-family: 'Oswald', serif;
}
/* --- Schriftart anpassen: Text-Logo im minimal-header --- */
.is--minimal-header .logo .logotext {
  font-family: 'Oswald', serif;
}
/* --- Weitere Artikel von --- */
.content--list [data-showsu="no"] {
  display: none !important;
}
/**************************** HEADER TYPE 1 *****************************/
/* 0 = header 1 | 5 = header 1.2 */
/***********************************************/
.navigation--entry.entry--wishlist a.btn {
  border: none;
  background: none;
}
/***********************************************/
/***********************************************/
.headbar.activsticky {
  background: #dddddd;
}
/***********************************************/
/***********************************************/
.headtyp-1 .navigation-main .navigation--link,
.headtyp-2 .navigation-main .navigation--link,
.headtyp-3 .navigation-main .navigation--list .navigation--entry .navigation--link {
  font-size: 20px;
}
.topbar .navigation--entry,
.topbar .entry--link,
.headtyp-1 .topbar .navigation--entry.entry--wishlist a.btn [class^="icon--"],
.headtyp-2 .topbar .navigation--entry.entry--wishlist a.btn [class^="icon--"],
.top-bar--navigation .entry--compare .icon--compare {
  font-size: 14px;
}
/***********************************************/
/***********************************************/
@media screen and (max-width: 1020px) {
  .advanced-menu {
    text-align: left;
  }
}
/***********************************************/
/**************************** HEADER TYPE 2 *****************************/
/***********************************************/
@media screen and (max-width: 1020px) {
  .advanced-menu {
    text-align: left;
  }
}
/***********************************************/
/**************************** HEADER TYPE 3 *****************************/
/* 2 = header 3 | 3 = header 3.2 | 4 = header 3.3 */
/*.headtyp-3 .header-main {
        background: @header_bg;
		padding: 0;
		border: none;
    }*/
.headtyp-3 .top-bar .logo {
  display: block;
  float: left;
  width: 140px;
  padding-top: 0px;
  margin-top: -23px;
}
.headtyp-3 .top-bar .logo img {
  width: 140px;
  height: auto;
}
.headtyp-3 .header-main .logotext {
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
}
@media screen and (min-width: 48em) {
  .headtyp-3 .header-main .logotext {
    font-size: 18px;
  }
}
@media screen and (min-width: 64em) {
  .headtyp-3 .header-main .logotext {
    font-size: 24px;
  }
}
@media screen and (min-width: 78.75em) {
  .headtyp-3 .header-main .logotext {
    font-size: 30px;
  }
}
.headtyp-3 .activsticky .header-main .logotext {
  font-size: 16;
}
.headtyp-3 .top-bar a.logo--link {
  color: #000000;
  text-decoration: none;
}
.headtyp-3 .top-bar .logo a .logotext {
  color: #ffffff !important;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  line-height: auto;
}
.headtyp-3 .top-bar .logo.hover-typ-1 a:hover img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.headtyp-3 .top-bar .logo a:hover .logotext {
  color: #3091c8 !important;
  text-decoration: none;
}
.headtyp-3 .top-bar #header--searchform {
  display: table-cell;
  float: none;
  width: 30%;
  position: relative;
  padding-left: 5px;
  vertical-align: middle;
}
.headtyp-3 .top-bar .main-search--form {
  left: inherit;
  position: relative;
  padding: 0;
  float: left;
  width: 100%;
}
.headtyp-3 .top-bar .header-container {
  display: table;
  width: 100%;
}
.headtyp-3 .top-bar .header-container:after {
  display: table;
  clear: both;
  content: '';
}
.headtyp-3 .top-bar .notepad-and-cart {
  display: table-cell;
  float: none;
  width: auto;
  vertical-align: middle;
}
.headtyp-3 .top-bar .header-logo-and-suche {
  display: table-cell;
  float: none;
  width: auto;
}
.headtyp-3 header .main-search--results {
  width: calc(100% +  5px);
  top: 55px !important;
  left: 0;
  margin: 0;
  right: 0;
}
.headtyp-3 .activsticky.headbar {
  min-height: inherit;
  height: 54px;
  padding: 3px;
}
@media (max-width: 950px) {
  .headtyp-3 header .main-search--results {
    font-size: 11px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--account a .name--account,
  .headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--notepad a .notepad--name,
  .headtyp-3 .top-bar.cart-price-hide .notepad-and-cart .navigation--entry.entry--cart a .cart--display,
  .headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--compare div .compare--name,
  .headtyp-3 .navigation--entry.account-dropdown span.account--display span.name--account {
    display: none !important;
  }
}
.headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--cart,
.headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--notepad,
.headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--wishlist,
.headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--account,
.headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--compare,
.headtyp-3 .top-bar .entry--account .entry--link.account--link {
  float: right;
  min-width: 40px;
  width: auto;
  height: 40px;
  line-height: 40px;
  position: relative;
  font-size: 22px !important;
  padding: 0;
  margin: 0;
}
.headtyp-3 .top-bar--navigation .entry--compare .icon--compare {
  font-size: 22px !important;
}
.headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--cart a,
.headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--notepad a,
.headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--wishlist a,
.headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--account a,
.headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--compare > div,
.headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--cart a i,
.headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--notepad a i,
.headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--wishlist a i,
.headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--account a i,
.headtyp-3 .top-bar--navigation .entry--compare i.icon--compare {
  min-width: 40px;
  width: auto;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
}
.headtyp-3 .top-bar .notepad-and-cart a i,
.headtyp-3 .top-bar--navigation .entry--compare i.icon--compare {
  float: right;
  color: #383838 !important;
}
.headtyp-3 .top-bar .notepad-and-cart .compare--list a i {
  float: none;
  color: #ffffff !important;
}
.headtyp-3 .top-bar--navigation .compare--list:after {
  right: 13px;
  left: inherit;
}
.headtyp-3 .top-bar .notepad-and-cart .cart--link .badge {
  margin: 0;
  font-weight: 700 !important;
  display: inline-block;
  position: absolute;
  bottom: -3px;
  left: 1px;
  padding: 2px 4px 3px 4px;
  line-height: 12px;
  text-align: center;
  height: auto;
  font-size: 10px;
  color: #ffffff !important;
  background: #6a9e06 !important;
  border: 1px solid #6a9e06 !important;
}
.headtyp-3 .top-bar .notepad-and-cart.entry--wishlist .badge .headtyp-3 .top-bar .notepad-and-cart.entry--notepad .badge {
  position: absolute;
  left: 1px;
  top: 29px;
  padding: 0px 3px 0px 3px;
  height: 16px;
  min-width: 9px;
  font-size: 11px;
  line-height: 16px;
  font-weight: 500 !important;
  color: #111111 !important;
  background: #ffffff !important;
  border: 1px solid #eeeeee !important;
}
.headtyp-3 .top-bar .notepad-and-cart.entry--compare .badge {
  position: absolute;
  left: 1px;
  top: 29px;
  padding: 0px 3px 0px 3px;
  height: 16px;
  font-size: 11px;
  min-width: 9px;
  line-height: 16px;
  font-weight: 500 !important;
  color: #111111 !important;
  background: #ffffff !important;
  border: 1px solid #eeeeee !important;
}
.headtyp-3 .cart--display {
  font-weight: 500;
  margin: 0;
}
.headtyp-3 .top-bar .notepad-and-cart .entry--cart .cart--amount {
  display: none;
}
@media (min-width: 768px) {
  .headtyp-3 .top-bar.no-link-text .notepad-and-cart .entry--cart .cart--display,
  .headtyp-3 .top-bar.no-link-text .notepad-and-cart .entry--notepad .notepad--name,
  .headtyp-3 .top-bar.no-link-text .notepad-and-cart .entry--compare .compare--name,
  .headtyp-3 .top-bar.no-link-text .notepad-and-cart .name--account,
  .headtyp-3 .top-bar.no-link-text .compare--name {
    display: none !important;
  }
}
.headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--account a,
.headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--notepad a,
.headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--wishlist a,
.headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--compare {
  margin-right: 5px;
}
.headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--account a,
.headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--wishlist a,
.headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--notepad a,
.headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--cart a,
.headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--compare {
  border: 1px solid #ffffff;
  background: #ffffff;
  border-radius: 0x !important;
  background-clip: padding-box !important;
}
.headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--account a i,
.headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--cart a i,
.headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--notepad a i,
.headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--wishlist a i,
.headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--compare i.icon--compare {
  font-size: 18px !important;
  float: left;
}
.headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--cart a .cart--display {
  display: none;
}
.headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--account a .name--account,
.headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--notepad a .notepad--name,
.headtyp-3 .top-bar.cart-price-hide .notepad-and-cart .navigation--entry.entry--cart a .cart--display,
.headtyp-3 .top-bar .notepad-and-cart .entry--cart .cart--amount {
  font-size: 14px;
  display: block;
  float: left;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--account a .name--account,
  .headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--notepad a .notepad--name,
  .headtyp-3 .top-bar.cart-price-hide .notepad-and-cart .navigation--entry.entry--cart a .cart--display,
  .headtyp-3 .top-bar .notepad-and-cart .entry--cart .cart--amount {
    padding-right: 0 !important;
  }
}
.headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--compare .compare--name {
  display: none;
}
@media (max-width: 1200px) {
  .headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--compare {
    display: none;
  }
}
.headtyp-3 .top-bar.cart-price-hide .notepad-and-cart .entry--cart .cart--amount {
  display: none;
}
.headtyp-3 .top-bar--navigation .compare--list {
  display: none;
}
.headtyp-3 .top-bar--navigation .js--is--dropdown-active .compare--list {
  display: block;
}
.headtyp-3 .topmenu .navigation-main {
  display: block;
  float: left;
  margin-top: 5px;
  width: 100%;
  background: none;
  border: none;
}
.headtyp-3 .header-main .topbar.top-bar > .top-bar--navigation {
  width: auto;
  float: right;
  z-index: 4000;
  background: #dddddd;
  padding: 0px 0 5px 0px;
  margin-top: -34px;
  position: relative;
}
.headtyp-3 .header-main .top-bar--navigation .navigation--entry {
  margin-top: 1px;
}
.headtyp-3 .header-main .top-bar--navigation #useraccountmenu.navigation--entry {
  float: right;
  margin-top: 0px;
}
.headtyp-3 .header-main .top-bar {
  height: 100px;
  width: 100%;
  padding: 36px 30px 31px 30px;
  max-width: 1360px;
  margin: 0 auto;
}
.headtyp-3 .header-main .headbar {
  margin: 0;
  width: 100%;
  text-align: left;
  background: #ffffff;
}
.headtyp-3 .header-main .headbar.border-top-and-bottom {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.headtyp-3 .header-main .headbar .advanced-menu {
  text-align: left;
  max-width: 1360px;
}
.headtyp-3 .header-main .headbar .navigation-main {
  width: 100%;
  padding: 0 30px 0 30px;
  max-width: 1360px;
  margin: 0 auto;
  background: #ffffff;
  border: none;
}
.headtyp-3 .header-main .headbar #sticky-wrapper {
  width: 100%;
  padding: 0 0 0 0;
  max-width: 1360px;
  margin: 0 auto;
  background: #ffffff;
  border: none;
}
.headtyp-3 .header-main .headbar #sticky-wrapper .advanced-menu .content--wrapper {
  margin: 10px 10px 20px 10px;
}
.headtyp-3 .header-main .headbar #sticky-wrapper .navigation-main {
  display: block;
  float: right;
  padding-left: 0;
  margin-top: 0;
  width: 100% !important;
  background: none;
  border: none;
  position: relative !important;
}
.headtyp-3 .header-main .headbar #sticky-wrapper {
  padding-left: 30px;
  margin-top: 0;
  height: auto !important;
}
.headtyp-3 .header-main .headbar .navigation-main .navigation--list.container {
  background: #ffffff;
}
.headtyp-3 .header-main .headbar .navigation-main {
  border-bottom: none;
}
.headtyp-3 .header-main .entry--menu-left {
  display: none;
}
.headtyp-3 .top-bar--navigation .entry--compare .compare--quantity {
  margin: 0;
  font-weight: 700 !important;
  display: inline-block;
  position: absolute;
  bottom: -3px;
  left: 1px;
  padding: 1px 3px 2px 3px;
  line-height: 12px;
  text-align: center;
  height: auto;
  font-size: 10px;
  color: #111111 !important;
  background: #ffffff !important;
  border: 1px solid #eeeeee !important;
}
.headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--wishlist .badge,
.headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--notepad .badge {
  margin: 0;
  font-weight: 700 !important;
  display: inline-block;
  position: absolute;
  bottom: -3px;
  left: 1px;
  padding: 1px 3px 2px 3px;
  line-height: 12px;
  text-align: center;
  height: auto;
  font-size: 10px;
  color: #111111 !important;
  background: #ffffff !important;
  border: 1px solid #eeeeee !important;
}
@media (min-width: 768px) {
  .headtyp-3 header .main-search--results .results--list {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    padding-bottom: 0;
  }
  .headtyp-3 header .main-search--results .results--list .entry--all-results {
    position: relative;
  }
}
@media (min-width: 1001px) {
  .headtyp-3 .top-bar.no-link-text #header--searchform {
    width: 50%;
    padding-left: 0;
    padding-right: 2%;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .headtyp-3 .top-bar.no-link-text #header--searchform {
    width: 40%;
  }
}
@media screen and (max-width: 880px) {
  .headtyp-3 .navigation--entry.entry--service {
    display: none;
  }
}
/***********************************************/
@media (min-width: 768px) {
  .navigation-main .navigation--list .navigation--entry .navigation--link {
    line-height: 46px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
/***********************************************/
/**************************** MINIMAL-HEADER *****************************/
.is--minimal-header .logo {
  display: block;
  float: left;
  width: 140px;
  max-width: 1400px;
  margin-top: 0px;
}
.is--minimal-header .logo img {
  width: 140px;
  max-width: 1400px;
  height: auto;
}
.is--minimal-header .logo .logotext {
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
}
@media screen and (min-width: 48em) {
  .is--minimal-header .logo .logotext {
    font-size: 18px;
  }
}
@media screen and (min-width: 64em) {
  .is--minimal-header .logo .logotext {
    font-size: 24px;
  }
}
@media screen and (min-width: 78.75em) {
  .is--minimal-header .logo .logotext {
    font-size: 30px;
  }
}
.is--minimal-header .logo a:hover .logotext {
  color: #3091c8 !important;
  text-decoration: none;
}
/* --- Advanced Menu --- */
.navigation-main.hide-kategorie-button .button-container {
  display: none;
}
.navigation-main .navigation--list .navigation--entry,
.navigation-main .navigation--link {
  background: none !important;
  color: #000000 !important;
}
.navigation-main .navigation--list .navigation--entry.is--home .navigation--link {
  padding-right: 9px;
  padding-left: 9px;
}
/* --- Topmenu - Underline From Center Hover ---  */
.navigation-main .navigation--list .navigation--entry .navigation--link {
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.navigation-main.hover-typ-2 .navigation--list .navigation--entry.is--hovered,
.navigation-main.hover-typ-2 .navigation--list .navigation--entry.is--hovered .navigation--link,
.navigation-main.hover-typ-2 .navigation--link:hover {
  background: #dddddd !important;
}
.navigation-main .navigation--list .navigation--entry.is--hovered,
.navigation-main .navigation--list .navigation--entry.is--hovered .navigation--link,
.navigation-main .navigation--link:hover {
  background: none !important;
  color: #55a7d6 !important;
}
.navigation-main .is--active .navigation--link {
  background: none !important;
  color: #55a7d6 !important;
}
.navigation-main .navigation--list {
  padding: 0px;
}
@media (min-width: 768px) {
  .topbar.no-link-text .cart--display,
  .topbar.no-link-text .cart--amount,
  .topbar.no-link-text .notepad--name,
  .topbar.no-link-text .search--display {
    display: none !important;
  }
  .headtyp-1 .header-main .topbar.no-link-text .top-bar--navigation .entry--account,
  .headtyp-1 .header-main .topbar.no-link-text .top-bar--navigation .entry--search,
  .headtyp-2 .header-main .topbar.no-link-text .top-bar--navigation .entry--account,
  .headtyp-2 .header-main .topbar.no-link-text .top-bar--navigation .entry--search {
    float: right;
  }
  .headtyp-1 .header-main .topbar.no-link-text .top-bar--navigation .entry--account i,
  .headtyp-2 .header-main .topbar.no-link-text .top-bar--navigation .entry--account i {
    display: inline-block;
  }
  .headtyp-1 .header-main .topbar.no-link-text .top-bar--navigation .entry--account .name--account,
  .headtyp-2 .header-main .topbar.no-link-text .top-bar--navigation .entry--account .name--account,
  .headtyp-1 .header-main .topbar.no-link-text .top-bar--navigation .entry--service,
  .headtyp-2 .header-main .topbar.no-link-text .top-bar--navigation .entry--service,
  .headtyp-1 .header-main .topbar.no-link-text .top-bar--navigation .entry--compare .compare--name,
  .headtyp-2 .header-main .topbar.no-link-text .top-bar--navigation .entry--compare .compare--name {
    display: none;
  }
  .footer--column.column--ueber-uns.width-50p {
    width: 50%;
  }
}
.overflow-hidden {
  overflow: hidden;
}
/* Warenkorb hoverbox */
.headtyp-1 .container--ajax-cart.is--shown[data-collapse-cart="true"],
.headtyp-2 .container--ajax-cart.is--shown[data-collapse-cart="true"] {
  display: table;
  max-width: 1360px;
  margin: 0 auto;
  width: 100%;
  padding: 0;
  position: relative;
  top: 0;
  left: inherit;
  right: inherit;
}
.headtyp-1 .container--ajax-cart.is--shown[data-collapse-cart="true"] .ajax--cart,
.headtyp-2 .container--ajax-cart.is--shown[data-collapse-cart="true"] .ajax--cart,
.headtyp-3 .container--ajax-cart.is--shown[data-collapse-cart="true"] .ajax--cart {
  float: right;
}
.headtyp-1 .container--ajax-cart.is--shown[data-collapse-cart="true"] .ajax--cart .cart--item,
.headtyp-2 .container--ajax-cart.is--shown[data-collapse-cart="true"] .ajax--cart .cart--item,
.headtyp-3 .container--ajax-cart.is--shown[data-collapse-cart="true"] .ajax--cart .cart--item {
  margin: 0;
}
.headtyp-1 .container--ajax-cart.is--shown[data-collapse-cart="true"] .ajax--cart .cart--item .action--container,
.headtyp-2 .container--ajax-cart.is--shown[data-collapse-cart="true"] .ajax--cart .cart--item .action--container,
.headtyp-3 .container--ajax-cart.is--shown[data-collapse-cart="true"] .ajax--cart .cart--item .action--container {
  width: 36px;
  height: 36px;
  text-align: center;
}
.headtyp-1 .container--ajax-cart.is--shown[data-collapse-cart="true"] .ajax--cart .cart--item .action--container .btn,
.headtyp-2 .container--ajax-cart.is--shown[data-collapse-cart="true"] .ajax--cart .cart--item .action--container .btn,
.headtyp-3 .container--ajax-cart.is--shown[data-collapse-cart="true"] .ajax--cart .cart--item .action--container .btn {
  height: auto;
  width: auto;
  padding: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .sidebar-main.off-canvas,
  #cookie-consent,
  #cookie-consent {
    z-index: -1;
  }
  .sidebar-main.off-canvas.is--open {
    z-index: 10002;
  }
  .container--ajax-cart.is--shown[data-collapse-cart="true"] {
    display: none !important;
  }
}
/* --- Warenkorb rechts --- */
.container--ajax-cart.off-canvas {
  max-width: 26.875rem;
  width: 100%;
  z-index: 10002;
}
@media (min-width: 768px) {
  .off-canvas {
    overflow: inherit;
    -webkit-overflow-scrolling: inherit;
  }
}
.off-canvas .ajax--cart {
  min-height: 100%;
  height: 100%;
  position: relative;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 0px !important;
  background-clip: padding-box !important;
}
.off-canvas .buttons--off-canvas {
  display: none;
  /*position: fixed;*/
  position: absolute;
  /* IE11 fix */
  top: 0;
  left: -50px;
  height: 50px;
  width: 50px;
  background: #333;
  color: #fff;
}
.off-canvas.is--active.is--open .buttons--off-canvas {
  display: block;
}
.off-canvas.is--active.is--open .buttons--off-canvas .close--off-canvas {
  background: #83c2e6;
  color: #fff;
  height: 50px;
  width: 50px;
  text-align: center;
  display: block;
  line-height: 48px;
}
.off-canvas.is--active.is--open .buttons--off-canvas .close--off-canvas:hover {
  background: #55a7d6;
  -webkit-transition: 0.4s ease-out 0.1s;
  -moz-transition: 0.4s ease-out 0.1s;
  -o-transition: 0.4s ease-out 0.1s;
  transition: 0.4s ease-out 0.1s;
}
.ajax--cart .container--title {
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 20px;
  text-align: left;
  background: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid #eaeaf0;
  color: #55a7d6;
  padding-left: 20px;
}
.ajax--cart .item--container {
  padding: 10px;
}
.ajax--cart .cart--item .action--container .btn {
  background: none;
  border: none;
}
.ajax--cart .cart--item .action--container .btn [class^="icon--"] {
  font-size: 14px;
  width: 26px;
  height: 26px;
  background: #d2d2df;
  color: #FFF;
  display: block;
  border-radius: 100%;
  line-height: 25px;
}
.ajax--cart .cart--item .action--container .btn:hover [class^="icon--"] {
  background: #55a7d6;
  -webkit-transition: 0.4s ease-out 0.1s;
  -moz-transition: 0.4s ease-out 0.1s;
  -o-transition: 0.4s ease-out 0.1s;
  transition: 0.4s ease-out 0.1s;
}
.ajax--cart .cart--item .thumbnail--container {
  width: 60px;
  height: 60px;
  border: none !important;
  background: none !important;
}
.ajax--cart .cart--item {
  border-bottom: 1px solid #eaeaf0;
  color: #6d6b6d;
  margin: 0 20px;
}
.ajax--cart .cart--item:last-of-type {
  border-bottom: none;
}
.off-canvas .ajax--cart .cart--item .item--link {
  width: 100%;
  max-width: calc(100% - 110px);
}
.ajax--cart .alert .alert--content {
  width: 100%;
  min-height: 50px;
  padding: 15px 10px 15px 60px;
  line-height: 1.3;
  text-align: left;
}
.ajax--cart .alert .alert--icon {
  width: 50px;
  height: 100%;
  padding: 0;
  position: absolute;
}
.ajax--cart .alert .alert--icon,
.ajax--cart .alert .icon--element {
  width: 50px;
  text-align: center;
}
.off-canvas .ajax--cart .action--container {
  margin: 12px 0 0 0;
}
@media (max-width: 767px) {
  .off-canvas.is--active.is--open .buttons--off-canvas {
    left: auto;
    right: 0;
    z-index: 2;
  }
  .ajax--cart .container--title {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    right: 0;
  }
  .ajax--cart .item--container {
    margin-top: 0;
    padding: 10px 0;
  }
  .off-canvas .ajax--cart {
    padding-top: 50px;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ie .is--ctl-detail.layout-boxed .page-wrap {
    /* IE11 fix */
    overflow-x: visible !important;
  }
}
/* --- Canvas Artikelbeschreibung --- */
.is--ctl-detail .tab--content.off-canvas.off-canvas.is--active.is--open {
  padding-top: 50px;
}
.is--ctl-detail .tab--content.off-canvas.off-canvas.is--active.is--open .buttons--off-canvas {
  left: 0;
  right: 0;
  width: 100%;
  background: #55a7d6;
}
.is--ctl-detail .tab--content.off-canvas.is--active.is--open .buttons--off-canvas .close--off-canvas {
  width: 100%;
}
/* --- Ajax loading icon --- */
.container--ajax-cart .icon--loading-indicator:before,
.js--loading-indicator.indicator--absolute .icon--default,
.emotion--overlay i.emotion--loading-indicator,
.has--cssanimations .js--loading-indicator .icon--default {
  display: none !important;
}
.container--ajax-cart.off-canvas .icon--loading-indicator,
.js--loading-indicator.indicator--absolute,
.emotion--overlay,
.container--ajax-cart.is--shown[data-collapse-cart="true"] .ajax--cart i.icon--loading-indicator {
  width: 40px;
  height: 40px;
  margin: 100px auto;
  background-color: #55a7d6;
  padding: 20px;
  border-radius: 100% !important;
  background-clip: padding-box !important;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}
.has--cssanimations .js--loading-indicator {
  width: 60px;
  height: 60px;
  background-color: #fff;
  padding: 20px;
  border-radius: 100% !important;
  background-clip: padding-box !important;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
  z-index: 10002;
  margin: -30px 0 0 0;
}
@media (min-width: 768px) {
  .js--overlay {
    z-index: 10001;
  }
}
/* --- Sidebar Widget --- */
#sitebarwidget {
  position: fixed;
  width: 100%;
  max-width: 295px;
  height: 385px;
  background: #fff;
  z-index: 5000;
  -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
}
#sitebarwidget.hover-typ-1 {
  -webkit-transition: 0.3s ease-out 0s;
  -moz-transition: 0.3s ease-out 0s;
  -o-transition: 0.3s ease-out 0s;
  transition: 0.3s ease-out 0s;
}
#sitebarwidget[data-position="0"] {
  right: 0;
  bottom: 25%;
  margin-right: -251px;
  margin-bottom: -192.5px;
}
#sitebarwidget[data-position="1"] {
  left: 0;
  bottom: 25%;
  margin-left: -251px;
  margin-bottom: -192.5px;
}
#sitebarwidget[data-position="2"] {
  right: 15%;
  bottom: 0;
  max-width: none;
  width: 295px;
  height: 385;
  margin-bottom: -341px;
}
#sitebarwidget[data-position="3"] {
  left: 15%;
  bottom: 0;
  max-width: none;
  width: 295px;
  height: 385;
  margin-bottom: -341px;
}
#sitebarwidget[data-position="0"].hover-typ-1:hover {
  margin-right: -246px;
}
#sitebarwidget[data-position="1"].hover-typ-1:hover {
  margin-left: -246px;
}
#sitebarwidget[data-position="2"].hover-typ-1:hover,
#sitebarwidget[data-position="3"].hover-typ-1:hover {
  margin-bottom: -336px;
}
#sitebarwidget[data-position="0"].active,
#sitebarwidget[data-position="0"].active:hover {
  margin-right: 0;
}
#sitebarwidget[data-position="1"].active,
#sitebarwidget[data-position="1"].active:hover {
  margin-left: 0;
}
#sitebarwidget[data-position="2"].active,
#sitebarwidget[data-position="2"].active:hover,
#sitebarwidget[data-position="3"].active,
#sitebarwidget[data-position="3"].active:hover {
  margin-bottom: 0;
}
#sitebarwidget > div {
  position: relative;
  padding: 15px;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
#sitebarwidget[data-position="0"] > div {
  padding-left: 64px;
}
#sitebarwidget[data-position="1"] > div {
  padding-right: 64px;
}
#sitebarwidget[data-position="2"] > div,
#sitebarwidget[data-position="3"] > div {
  padding-top: 64px;
}
#sitebarwidget > div > strong {
  position: absolute;
  display: block;
  height: 44px;
  padding-right: 44px;
  line-height: 44px;
  font-size: 20px;
  text-align: center;
  background: #e71873;
  color: #ffffff;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-weight: 700;
  border: 1px solid #d01667;
}
#sitebarwidget.hover-typ-2 > div > strong:hover {
  color: #f2f2f2;
  background: #d01667;
}
#sitebarwidget > div > strong:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  font-size: 28px;
  content: "\e6d3";
  font-family: 'shopware', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 44px;
}
#sitebarwidget.active > div > strong:after {
  content: "\e6d2";
}
#sitebarwidget[data-position="1"] > div > strong:after {
  content: "\e6d2";
}
#sitebarwidget.active[data-position="1"] > div > strong:after {
  content: "\e6d3";
}
#sitebarwidget.hover-typ-1 > div > strong:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  -webkit-transition: 0.3s ease-out 0s;
  -moz-transition: 0.3s ease-out 0s;
  -o-transition: 0.3s ease-out 0s;
  transition: 0.3s ease-out 0s;
}
#sitebarwidget[data-position="0"] > div > strong {
  width: 385px;
  left: -170.5px;
  top: 170.5px;
}
#sitebarwidget[data-position="1"] > div > strong {
  width: 385px;
  right: -170.5px;
  top: 170.5px;
}
#sitebarwidget[data-position="2"] > div > strong,
#sitebarwidget[data-position="3"] > div > strong {
  width: 295px;
  right: 0;
  top: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
#sitebarwidget > div > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #6d6b6d;
  padding: 15px;
}
#sitebarwidget[data-position="0"] > div > div {
  left: 44px;
}
#sitebarwidget[data-position="1"] > div > div {
  right: 44px;
}
#sitebarwidget[data-position="2"] > div > div,
#sitebarwidget[data-position="3"] > div > div {
  top: 44px;
}
#sitebarwidget > div > strong:hover {
  cursor: pointer;
}
@media (max-width: 48em) {
  #sitebarwidget[data-mobil="false"] {
    display: none !important;
  }
}
#sitebarwidget > div > div h2,
#sitebarwidget > div > div h3,
#sitebarwidget > div > div h4,
#sitebarwidget > div > div h5 {
  margin-top: 0;
}
#sitebarwidget > div > div ul {
  margin: 0 0 0 1px;
  padding: 0;
  list-style: none;
}
#sitebarwidget > div > div ul li {
  margin: 0;
  padding: 5px 0 0 18px;
  line-height: 1.2;
  list-style: none;
  position: relative;
}
#sitebarwidget > div > div ul li:before {
  content: "\e60c";
  font-family: 'shopware', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 13px;
  position: absolute;
  top: 6px;
  left: 0;
  color: #6a9e06;
}
#sitebarwidget img.usp-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 350px;
  height: 285px;
  max-height: none;
  min-height: none;
}
#sitebarwidget img.usp-image:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
footer.footer-main .footer--bottom {
  padding-bottom: 44px;
}
body.layout-boxed footer.footer-main .footer--bottom {
  padding: 15px;
}
@media (max-width: 767px) {
  footer.footer-main .footer--bottom {
    border-top: 1px solid #eaeaf0;
  }
}
/* --- Alerts --- */
.alert .alert--icon .icon--element {
  -webkit-animation-name: blink;
  -moz-animation-name: blink;
  -o-animation-name: blink;
  animation-name: blink;
  -webktit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/* --- Content --- */
.content-main {
  margin-top: 0;
  margin-bottom: 0;
  min-height: inherit;
  box-shadow: 0 0 0 0;
  padding-bottom: 30px;
  clear: both;
}
body.layout-fullwidth-boxed .content-main.container.block-group {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
}
body.layout-fullwidth-boxed .content-main--inner,
body.layout-boxed .content-main--inner {
  padding: 0;
}
/* --- Emotions --- */
/* Emotions > layout-bexed */
.layout-boxed .emotion--wrapper {
  max-width: 1360px;
}
.layout-boxed .emotion--wrapper.is--fullscreen {
  max-width: inherit;
}
/* Emotions > layout-fullwidth */
.layout-fullwidth-boxed .emotion--wrapper {
  max-width: 1360px;
}
.layout-fullwidth-boxed .emotion--wrapper.is--fullscreen {
  max-width: inherit;
}
.layout-fullwidth-boxed .emotion--container.emotion--mode-fluid {
  width: inherit;
}
/* misc */
.emotion--category-teaser {
  border: 1px solid #eaeaf0;
}
.emotion--container div[class="emotion--html"] {
  background: none !important;
}
.emotion--container .emotion--html .html--title {
  padding: 20px 0px 10px 0px;
  border-bottom: 1px solid #eaeaf0;
  text-decoration: none !important;
  margin: 0px 20px 0px 20px;
  margin: 0rem 1.25rem 0rem 1.25rem;
  font-size: 16px;
  display: block;
  font-weight: 700;
  color: #2b323a;
}
.emotion--container .emotion--html .html--content {
  padding: 5px 20px;
  font-size: 14px;
  font-size: .875rem;
  line-height: 24px;
  line-height: 1.5rem;
  display: block;
  position: relative;
}
.youtubebox {
  position: relative;
  padding-bottom: 46.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  width: 70%;
}
.youtubebox iframe,
.youtubebox object,
.youtubebox embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .content--home {
    margin-top: 0;
  }
  body.no-emotion-padding-mobil .emotion--element {
    padding: 0 !important;
  }
}
/* Emotions > xhover Effekte */
.emotion--container .emotion--element .banner-slider--image,
.emotion--container .emotion--element .banner--image img,
.emotion--container .emotion--element img.banner--image,
.product--box .product--image .image--element img,
.xhover-1.xhover-banner .emotion--element .banner--image,
.xhover-1 .product--box,
.emotion--manufacturer .manufacturer--image,
.emotion--category-teaser .category-teaser--link,
.emotion--mode-rows .emotion--blog .blog--image {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.xhover-0.xhover-slider .emotion--element:hover .banner-slider--image,
.xhover-0.xhover-banner .emotion--element:hover .banner--image img,
.xhover-0.xhover-banner .emotion--element:hover img.banner--image,
.xhover-0.xhover-blog .emotion--mode-rows .emotion--blog .blog--image:hover,
.xhover-2.xhover-slider .emotion--element:hover .banner-slider--image,
.xhover-2.xhover-banner .emotion--element:hover .banner--image img,
.xhover-2.xhover-banner .emotion--element:hover img.banner--image,
.xhover-2.xhover-blog .emotion--mode-rows .emotion--blog .blog--image:hover {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}
.xhover-0.xhover-artikel .product--box .product--image .image--element img:hover,
.xhover-0.xhover-hersteller .emotion--manufacturer .manufacturer--image:hover,
.xhover-2.xhover-artikel .product--box .product--image .image--element img:hover,
.xhover-2.xhover-hersteller .emotion--manufacturer .manufacturer--image:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
/* Emotions > Kategorie-Teaser */
.emotion--mode-rows .emotion--category-teaser {
  overflow: hidden;
}
.xhover-kategorie .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;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.xhover-0.xhover-kategorie .emotion--category-teaser .category-teaser--link:hover,
.xhover-2.xhover-kategorie .emotion--category-teaser .category-teaser--link:hover {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.xhover-kategorie .emotion--category-teaser .category-teaser--link .category-teaser--title {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #3091c8;
  font-weight: 700;
  background: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 40px;
  line-height: 30px;
  font-size: 18px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 0.7;
  padding: 5px 15px;
}
.xhover-kategorie .emotion--category-teaser .category-teaser--link .category-teaser--title:before {
  color: #3091c8;
  float: right;
  text-align: right;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 0;
  content: "\e60f";
  font-family: 'shopware', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-top: 8px;
  font-size: 15px !important;
}
.xhover-kategorie .emotion--category-teaser .category-teaser--link:hover .category-teaser--title:before {
  opacity: 0.95;
}
.xhover-0.xhover-kategorie .emotion--category-teaser .category-teaser--link:hover .category-teaser--title,
.xhover-2.xhover-kategorie .emotion--category-teaser .category-teaser--link:hover .category-teaser--title {
  padding: 10px 20px;
  -webkit-transform: scale(1);
  transform: scale(1);
  height: 40%;
  opacity: 0.95;
}
.xhover-1.xhover-kategorie .emotion--category-teaser .category-teaser--link .category-teaser--title {
  opacity: 0.7;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.xhover-1.xhover-kategorie .emotion--category-teaser .category-teaser--link:hover .category-teaser--title {
  opacity: 1;
}
.xhover-1.xhover-slider .emotion--element:hover .banner-slider--image,
.xhover-1.xhover-banner .emotion--element:hover .banner--image,
.xhover-1.xhover-banner .emotion--element:hover .banner--image + .banner--link,
.xhover-1.xhover-artikel .product--box:hover,
.xhover-1.xhover-hersteller .emotion--manufacturer .manufacturer--image:hover,
.xhover-1.xhover-blog .emotion--mode-rows .emotion--blog .blog--image:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
/* Emotions > Kategorie-Teaser > Hover 3 */
.xhover-2.xhover-kategorie .emotion--category-teaser .category-teaser--link .category-teaser--title {
  margin: 30px;
  width: calc(100% - 60px);
  opacity: 1;
  border: 2px solid #6d6b6d;
  line-height: 25px;
  background: rgba(255, 255, 255, 0.3) !important;
}
.xhover-2.xhover-kategorie .emotion--category-teaser .category-teaser--link:hover .category-teaser--title {
  height: 100px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.6) !important;
  line-height: 76px;
}
.xhover-2.xhover-kategorie .emotion--category-teaser .category-teaser--link .category-teaser--title::before {
  margin-top: 31px;
}
/* misc */
@media (min-width: 1360px) {
  .layout-boxed .emotion--wrapper.is--fullscreen {
    height: auto !important;
  }
  .layout-boxed .is--fullscreen .content--emotions .emotion--container.emotion--mode-resize {
    width: 100% !important;
    transform: none !important;
  }
  .layout-boxed .is--fullscreen .content--emotions .emotion--container.emotion--mode-resize[data-cellspacing="50"] {
    width: calc(100% - 50px) !important;
  }
  .layout-boxed .is--fullscreen .content--emotions .emotion--container.emotion--mode-resize[data-cellspacing="40"] {
    width: calc(100% - 40px) !important;
  }
  .layout-boxed .is--fullscreen .content--emotions .emotion--container.emotion--mode-resize[data-cellspacing="30"] {
    width: calc(100% - 30px) !important;
  }
  .layout-boxed .is--fullscreen .content--emotions .emotion--container.emotion--mode-resize[data-cellspacing="25"] {
    width: calc(100% - 25px) !important;
  }
  .layout-boxed .is--fullscreen .content--emotions .emotion--container.emotion--mode-resize[data-cellspacing="20"] {
    width: calc(100% - 20px) !important;
  }
  .layout-boxed .is--fullscreen .content--emotions .emotion--container.emotion--mode-resize[data-cellspacing="15"] {
    width: calc(100% - 15px) !important;
  }
  .layout-boxed .is--fullscreen .content--emotions .emotion--container.emotion--mode-resize[data-cellspacing="10"] {
    width: calc(100% - 10px) !important;
  }
  .layout-boxed .is--fullscreen .content--emotions .emotion--container.emotion--mode-resize[data-cellspacing="5"] {
    width: calc(100% - 5px) !important;
  }
}
.emotion--html .html--content {
  padding: 5px 20px;
}
/* Emotions > Blog */
.emotion--mode-rows .emotion--blog {
  padding: 5px 20px;
}
.emotion--blog .blog--container {
  margin: 0 0 0 0%;
}
.emotion--blog .blog--entry {
  padding-right: 1.5%;
  padding-left: 1.5%;
}
.emotion--blog .blog--title {
  padding-top: 7px;
}
/* misc */
.emotion--category-teaser .category-teaser--link {
  background-size: auto 75%;
  background-color: #ffffff;
  background-position: center center;
}
.emotion--banner-slider .banner-slider--title {
  bottom: 0;
  top: inherit;
}
.emotion--category-teaser .category-teaser--title {
  background: #ffffff !important;
  color: #3091c8 !important;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  padding: 10px;
  padding: 0.625rem;
}
.emotion--banner-slider .banner-slider--title {
  background: rgba(0, 0, 0, 0.5) !important;
  color: #ffffff !important;
}
.emotion--product .product--box .product--details {
  text-align: center;
}
.product--box .product--price .price--default {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}
.category--teaser,
.box--content {
  background: #ffffff;
}
.image-slider--container .arrow {
  background: none;
  border: none;
  font-size: 36px;
  width: 50px;
  color: #55a7d6 !important;
}
.image-slider--container .arrow:hover {
  background: none;
  color: #6d6b6d !important;
}
.product-slider--arrow {
  border: none;
  font-size: 24px;
  color: #55a7d6 !important;
  background: #ffffff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  border-radius: 0x !important;
  background-clip: padding-box !important;
}
.product-slider--arrow:hover {
  background: #ffffff;
  color: #6d6b6d !important;
  border-radius: 0x !important;
  background-clip: padding-box !important;
}
@media (min-width: 768px) {
  .emotion--product-slider .product-slider--arrow.arrow--prev,
  .emotion--manufacturer .manufacturer--slider .arrow--prev,
  .image-slider--container .arrow.is--left {
    display: none !important;
  }
}
.emotion--product-slider:hover .product-slider--arrow.arrow--prev,
.emotion--manufacturer .manufacturer--slider:hover .arrow--prev,
.image-slider--container:hover .arrow.is--left {
  display: inline-block !important;
  animation: fadein 0.3s;
  -moz-animation: fadein 0.3s;
  -webkit-animation: fadein 0.3s;
  -o-animation: fadein 0.3s;
}
@media (min-width: 768px) {
  .emotion--product-slider .product-slider--arrow.arrow--next,
  .emotion--manufacturer .manufacturer--slider .arrow--next,
  .image-slider--container .arrow.is--right {
    display: none !important;
  }
}
.emotion--product-slider:hover .product-slider--arrow.arrow--next,
.emotion--manufacturer .manufacturer--slider:hover .arrow--next,
.image-slider--container:hover .arrow.is--right {
  display: inline-block !important;
  animation: fadein 0.3s;
  -moz-animation: fadein 0.3s;
  -webkit-animation: fadein 0.3s;
  -o-animation: fadein 0.3s;
}
.emotion--product-slider .product-slider--arrow.arrow--prev[style="display: none;"],
.emotion--product-slider .product-slider--arrow.arrow--next[style="display: none;"],
.emotion--manufacturer .manufacturer--slider .arrow--prev[style="display: none;"],
.emotion--manufacturer .manufacturer--slider .arrow--next[style="display: none;"],
.image-slider--container.no--thumbnails:hover .arrow.is--left,
.image-slider--container.no--thumbnails:hover .arrow.is--right,
.image-slider--container:hover .arrow.is--right.is--hidden,
.image-slider--container:hover .arrow.is--left.is--hidden,
.image-slider--container .arrow.is--left.is--hidden,
.image-slider--container .arrow.is--right.is--hidden {
  display: none !important;
}
/* fix emotion boxed layout */
body.layout-boxed .page-wrap .emotion--overlay {
  clear: both;
}
.product--box .product--title {
  color: #6d6b6d;
}
/* Slider Tab fix */
.image-slider--container {
  margin-bottom: inherit;
}
/* --- Forms --- */
textarea,
input[type="text"],
input[type="search"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="tel"] {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* --- Mobile leftbar menu --- */
@media (max-width: 767px) {
  .off-canvas,
  .offcanvas--overlay {
    width: 100%;
    max-width: 400px;
  }
  .offcanvas--overlay {
    top: 50px;
  }
  .sidebar-main {
    padding-top: 0;
  }
  .sidebar-main .entry--close-off-canvas {
    position: fixed;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    background: #55a7d6;
    color: #f8f8fa;
  }
  .sidebar-main .entry--close-off-canvas a {
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 14px;
    font-size: 16px;
    color: #f8f8fa;
  }
  .mobile--switches {
    padding: 0 10px 0 10px;
    height: 50px;
    line-height: 50px;
    display: block;
    background: #fff;
    border-bottom: 1px solid #eee;
  }
  .mobile--switches .navigation--entry {
    height: 50px;
    line-height: 50px;
  }
  .mobile--switches .field--select,
  .mobile--switches .js--fancy-select-text,
  .mobile--switches .js--fancy-select-trigger {
    height: 50px !important;
    line-height: 50px !important;
  }
  .headtyp-1 .top-bar--currency.navigation--entry {
    border: none;
  }
  .navigation--headline,
  .offcanvas--overlay .overlay--category {
    line-height: 50px;
    background: #55a7d6;
    color: #f8f8fa;
    margin: 0 !important;
    padding: 0 10px;
    font-size: 17px !important;
  }
  .categories--headline.navigation--headline {
    display: block !important;
    line-height: 50px !important;
    background: #55a7d6 !important;
    color: #f8f8fa !important;
    margin: 0 !important;
    padding: 0 10px !important;
    font-size: 17px !important;
    border: none !important;
  }
  .categories--headline.navigation--headline:after {
    display: none !important;
  }
  .sidebar--categories-wrapper .account--menu {
    margin-bottom: 0 !important;
  }
  .offcanvas--overlay .overlay--headline {
    margin: 0;
  }
  .navigation--link.link--logout {
    font-weight: 700;
    color: #55a7d6;
  }
  .off-canvas .link--go-main {
    line-height: 50px;
    height: 50px;
    display: block;
    padding: 0 10px;
  }
  .off-canvas .link--go-main .icon--menu {
    display: inline-block;
    line-height: 50px;
  }
  .overlay--category a span,
  .overlay--category a,
  .offcanvas--overlay .overlay--category .category--headline {
    display: block;
    color: #f8f8fa;
  }
  .lb-element-oben,
  .lb-element-mitte,
  .lb-element-unten {
    background: #fff;
    margin: 0;
    border-top: 1px solid #55a7d6;
  }
  .lb-element-oben p,
  .lb-element-mitte p,
  .lb-element-unten p {
    padding: 10px;
    margin: 0;
  }
  .lb-element-oben.nomobile,
  .lb-element-mitte.nomobile,
  .lb-element-unten.nomobile {
    display: none;
  }
}
/* --- Sitemap --- */
.sitemap--content {
  margin-top: 30px;
}
.sitemap--content.content .panel--body {
  background: #ffffff;
}
.sitemap--content.content .sitemap--category.block {
  border: 1px solid #eaeaf0;
}
.sitemap--content .sitemap--navigation-head {
  padding: 8px 10px 8px 10px;
  background: #55a7d6;
}
/* --- Hersteller --- */
@media (min-width: 768px) {
  .is--act-manufacturer .vendor--info.panel {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .is--act-manufacturer .vendor--info.panel {
    margin-bottom: -1px;
  }
}
.is--act-manufacturer .vendor--info .vendor--image-wrapper {
  margin-left: 0;
}
/* --- Suche --- */
.is--ctl-search .box--minimal {
  width: 33%;
}
/* --- ... --- */
header #sticky-wrapper {
  height: auto !important;
  float: none !important;
}
/* --- Footer type 1 --- */
.footer-main {
  font-size: 14px;
  background: rgba(0, 0, 0, 0);
  color: #000000;
  border: none;
  width: 100%;
  border-top: 1px solid #eaeaf0;
}
.footer-minimal {
  font-size: 14px;
  background: rgba(0, 0, 0, 0);
  color: #000000;
  border: none;
  float: left;
  width: 100%;
}
.footer-main .container,
.footer-minimal .container {
  background: none !important;
  padding: 20px 5px 0 5px;
}
.footer-main .container.lastbottom {
  background: none !important;
  padding: 0 5px 20px 5px;
}
.footer-main .footer--columns {
  display: table;
  width: 100%;
  border-bottom: none;
  padding: 0;
}
.footer-main .footer--column {
  float: none;
  display: table-cell;
  width: 25%;
  padding: 20px 25px 20px 25px;
}
.footer-main .column--headline {
  margin: 0 0 10px 0;
  color: #55a7d6;
  border-bottom: 1px dotted #070707;
  padding-bottom: 10px;
}
.footer-main .column--headline:after {
  color: #55a7d6;
}
.footer-main .column--newsletter {
  display: block;
  float: left;
  text-align: center;
  width: 100% !important;
  padding: 40px;
  background: #070707;
  color: #ffffff;
}
.footer-main .column--newsletter .container {
  background: none !important;
  padding: 0 5px 5px 5px;
}
.footer-main .column--newsletter .column--headline {
  font-size: 22px;
  border: none;
  padding: 0;
  margin: 0;
}
.footer-main .column--newsletter .column--headline,
.footer-main .column--newsletter .column--headline:after {
  color: #ffffff;
}
.footer-main .newsletter--form {
  padding: 0px;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.footer-main .newsletter--form input[type="email"] {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  background: #ffffff;
  color: #6d6b6d;
  border: none;
  height: 38px;
}
.footer-main .newsletter--form .btn {
  background: #fafafa;
  color: #55a7d6;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border: none;
  border-left: 1px solid #f2f2f2;
  height: 38px;
}
.footer-main .newsletter--form .btn:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.footer--vat-info .vat-info--text {
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 1.4;
}
.footer-main .tagcloud,
.footer-main .tagcloud--content {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
}
.footer-main .tagcloud a {
  color: #000000;
}
.footer-main .tagcloud a:hover {
  color: 6d 6b 6d;
}
.footer-main .column--shipping img {
  float: left;
  margin: 2% 3% 1% 0;
  width: 30%;
  height: auto;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.05);
  max-width: 100px;
}
.footer-main .column--shipping .bigsize img {
  margin: 0 5% 5% 0;
  width: 45%;
}
.footer-main .column--shipping .grayscale img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.footer-main .column--zahlungsarten img {
  float: left;
  margin: 2% 3% 1% 0;
  width: 30%;
  height: auto;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.05);
  max-width: 100px;
}
.footer-main .column--zahlungsarten .bigsize img {
  margin: 3% 5% 2% 0;
  width: 45%;
}
.footer-main .column--zahlungsarten .grayscale img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.footer-main .navigation--entry {
  position: relative;
  padding-left: 10px;
}
.footer-main .navigation--entry:before {
  content: "\e6ba";
  font-family: 'shopware', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 5px;
  position: absolute;
  left: 0;
  top: 10px;
  color: #000000;
}
.footer-main .column--zahlungsarten.fullsize {
  background: #ffffff;
}
.footer-main .column--zahlungsarten.fullsize .container {
  background: none !important;
  padding: 10px 30px 15px 30px;
  text-align: center;
}
.footer-main .column--zahlungsarten.fullsize .grayscale img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.footer-main .column--zahlungsarten.fullsize img {
  float: none;
  margin: 1.4% 0.7% 0% 0.7%;
  width: 9%;
  height: auto;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.07000000000000001);
}
.footer-main .column--zahlungsarten.fullsize .column--headline {
  margin: 0;
  color: #6d6b6d;
  border-bottom: none;
  padding-bottom: 0;
}
/* --- Social icons --- */
.footer-main .communitys--icons {
  display: block;
  text-align: center;
  width: 100%;
}
.footer-main .column--communitys a,
.footer-main .communitys--icons a {
  margin: 2% 3% 1% 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.07000000000000001);
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
  text-indent: -10000px;
  text-align: left;
  float: left;
  -webkit-transition: 0.4s ease-out 0s;
  -moz-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
}
.footer-main .communitys--icons a {
  float: none;
  margin: 0 5px 20px 5px;
}
.footer-main .column--communitys a:hover,
.footer-main .communitys--icons a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
/* Social icons eckig */
/* Social icons rund */
/* Social icons abgerundet */
.footer-main .communitys--icons a {
  border-radius: 0x;
  background-clip: padding-box;
}
.footer-main .column--communitys a {
  border-radius: 0x;
  background-clip: padding-box;
}
/* Icons png */
/* Icons svg */
.footer-main a.icon-facebook {
  background: url("../../custom/plugins/TcinnExquisiteTheme/Resources/Themes/Frontend/ExquisiteTheme/frontend/_public/src/img/social-media-icons/icon-facebook.svg") no-repeat center center #3b5998;
  background-size: 70% auto;
}
.footer-main a.icon-googleplus {
  background: url("../../custom/plugins/TcinnExquisiteTheme/Resources/Themes/Frontend/ExquisiteTheme/frontend/_public/src/img/social-media-icons/icon-googleplus.svg") no-repeat center center #e04a39;
  background-size: 80% auto;
}
.footer-main a.icon-youtube {
  background: url("../../custom/plugins/TcinnExquisiteTheme/Resources/Themes/Frontend/ExquisiteTheme/frontend/_public/src/img/social-media-icons/icon-youtube.svg") no-repeat center center #e12c29;
  background-size: 70% auto;
}
.footer-main a.icon-twitter {
  background: url("../../custom/plugins/TcinnExquisiteTheme/Resources/Themes/Frontend/ExquisiteTheme/frontend/_public/src/img/social-media-icons/icon-twitter.svg") no-repeat center center #1da1f2;
  background-size: 70% auto;
}
.footer-main a.icon-pinterest {
  background: url("../../custom/plugins/TcinnExquisiteTheme/Resources/Themes/Frontend/ExquisiteTheme/frontend/_public/src/img/social-media-icons/icon-pinterest.svg") no-repeat center center #cc2028;
  background-size: 70% auto;
}
.footer-main a.icon-instagram {
  background: url("../../custom/plugins/TcinnExquisiteTheme/Resources/Themes/Frontend/ExquisiteTheme/frontend/_public/src/img/social-media-icons/icon-instagram.svg") no-repeat center center #d93175;
  background-size: 70% auto;
}
.footer-main a.icon-blogspot {
  background: url("../../custom/plugins/TcinnExquisiteTheme/Resources/Themes/Frontend/ExquisiteTheme/frontend/_public/src/img/social-media-icons/icon-blogspot.svg") no-repeat center center #f47722;
  background-size: 70% auto;
}
.footer-main a.icon-flickr {
  background: url("../../custom/plugins/TcinnExquisiteTheme/Resources/Themes/Frontend/ExquisiteTheme/frontend/_public/src/img/social-media-icons/icon-flickr.svg") no-repeat center center #333333;
  background-size: 70% auto;
}
.footer-main a.icon-wordpress {
  background: url("../../custom/plugins/TcinnExquisiteTheme/Resources/Themes/Frontend/ExquisiteTheme/frontend/_public/src/img/social-media-icons/icon-wordpress.svg") no-repeat center center #0087be;
  background-size: 70% auto;
}
.footer-main a.icon-whatsapp {
  background: url("../../custom/plugins/TcinnExquisiteTheme/Resources/Themes/Frontend/ExquisiteTheme/frontend/_public/src/img/social-media-icons/icon-whatsapp.svg") no-repeat center center #25d366;
  background-size: 70% auto;
}
.footer-main a.icon-linkedin {
  background: url("../../custom/plugins/TcinnExquisiteTheme/Resources/Themes/Frontend/ExquisiteTheme/frontend/_public/src/img/social-media-icons/icon-linkedin.svg") no-repeat center center #006699;
  background-size: 65% auto;
}
.footer-main .nocolor a {
  background-color: #444;
}
footer .copyright {
  font-size: 12px;
  padding: 5px 0 15px 0;
  line-height: 1.4;
}
footer .copyright a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .footer-main .column--zahlungsarten.fullsize {
    float: left;
    margin-bottom: 20px;
    width: 100%;
  }
}
@media (max-width: 1020px) {
  .footer-main .column--tagcloud {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  .footer-main .column--tagcloud.onlydesk {
    display: none;
  }
  .footer-main .column--headline {
    font-size: 15px;
  }
  .footer-main .navigation--entry:before {
    top: 11px;
  }
}
@media (max-width: 767px) {
  .footer-main .container {
    padding: 0 7px;
  }
  .footer-main .footer--column {
    display: block;
  }
  .footer-main .column--headline {
    margin: 0;
    border-bottom: 0;
    padding-bottom: 0;
    color: #6d6b6d;
  }
  .footer-main .column--headline:after {
    color: #6d6b6d;
  }
  .footer-main .footer--column {
    padding: 3px 15px 10px 15px;
    display: block;
    width: 100%;
    float: left;
  }
  .footer-main .newsletter--form input[type="email"] {
    border: 1px solid #83c2e6;
    border-right: none;
  }
  .footer-main .newsletter--form .btn {
    border: 1px solid #83c2e6;
  }
  .footer-main .column--newsletter {
    padding: 12px 15px;
  }
  .footer-main .column--newsletter .container {
    padding: 0;
  }
  .footer-main .column--newsletter .column--headline {
    font-size: 0.9375rem;
    text-align: left;
  }
  .footer-main .column--tagcloud {
    margin-bottom: 0;
  }
  .footer-main .container,
  .footer-main .container.lastbottom {
    padding: 0;
  }
  .footer-main .column--shipping img,
  .footer-main .column--zahlungsarten img {
    max-width: 140px;
  }
  .footer-main .column--zahlungsarten.fullsize img {
    max-width: 140px;
    float: left;
    margin: 2% 3% 1% 0;
    width: 30%;
    height: auto;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.05);
  }
  .footer-main .column--content {
    padding-top: 15px;
  }
  .footer-main .column--newsletter {
    text-align: left;
  }
  .footer-main .newsletter--form {
    max-width: 800px;
    margin-bottom: 10px;
  }
  .footer-main .navigation--entry {
    padding-left: 0;
  }
  .footer-main .navigation--entry:before {
    display: none;
  }
  .footer-main .navigation--entry .navigation--link {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  .footer-main .navigation--entry:last-of-type .navigation--link {
    border-bottom: none;
  }
  .footer-main .tagcloud--content {
    padding: 10px 0 20px 0;
  }
  .footer-main .column--zahlungsarten.fullsize .container {
    padding: 0;
    text-align: left;
  }
  .footer-main .column--zahlungsarten.fullsize,
  .footer-main .column--newsletter,
  .footer-main .footer--column {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #6d6b6d;
    background: #ffffff;
    border-top: 1px solid #eeeeee;
  }
  .footer-main .column--zahlungsarten.fullsize .column--headline,
  .footer-main .column--newsletter .column--headline,
  .footer-main .column--newsletter .column--headline {
    color: #6d6b6d;
  }
  .footer-main .column--newsletter .column--headline:after {
    color: #6d6b6d;
  }
}
.headtyp-1 .header-main .entry--compare .badge,
.headtyp-1 .header-main .entry--wishlist .badge,
.headtyp-1 .header-main .entry--notepad .badge {
  z-index: 4000;
}
/* --- leftbar & content --- */
.content-main--inner > .content--wrapper {
  padding: 0;
}
.content-main--inner > .sidebar-main.off-canvas + .content--wrapper {
  padding: 0;
}
.content--wrapper > h2 {
  padding-top: 0;
  margin-top: 0;
}
.lb-element-oben img.border,
.lb-element-mitte img.border,
.lb-element-unten img.border {
  border: 1px solid #eaeaf0;
}
@media (max-width: 767px) {
  .lb-element-oben img.border,
  .lb-element-mitte img.border,
  .lb-element-unten img.border {
    border: none;
    margin: -10px;
    max-width: calc(100% + 20px);
  }
}
@media (min-width: 768px) {
  .lb-element-oben .shop-sites--container > p,
  .lb-element-mitte .shop-sites--container > p,
  .lb-element-unten .shop-sites--container > p {
    margin: 10px 10px 0 10px;
  }
}
/* --- Listings --- */
.listing {
  margin: -2% 0 0 -2%;
  padding: 0 0 35px 0;
}
.listing--content {
  padding-top: 30px;
}
.listing--content {
  margin: 0;
}
.listing--bottom-paging {
  margin-bottom: 30px;
}
.listing--actions.is--rounded {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.product--box .product--image .image--element img:hover {
  opacity: 0.9;
}
.liveshopping--listing {
  overflow: inherit !important;
}
.liveshopping--listing .price--unit,
.liveshopping--listing .product--price-outer {
  display: none !important;
}
.liveshopping--listing .product--price-info {
  height: 60px !important;
}
.box--slider .liveshopping--listing .product--price-info {
  height: auto !important;
}
.liveshopping--listing .liveshopping--container {
  position: relative !important;
}
/* fix */
/*.product--box.box--basic .liveshopping--listing .product--price-info {
    height: 66px !important;
}*/
.listing button.article-more,
.listing a.article-more {
  display: block;
  background: #6d6b6d;
  color: #f8f8fa;
  padding: 0 5px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #605e60;
  margin: 11px -11px -11px -11px;
  font-weight: 500;
}
.product--box.box--basic .product--btn-container .buybox--form button.buybox--button.block.btn.is--primary.is--icon-right.is--center.is--large {
  display: block !important;
  background: #6d6b6d !important;
  color: #f8f8fa !important;
  padding: 0 5px !important;
  height: 38px !important;
  line-height: 38px !important;
  text-align: center !important;
  border: 1px solid #605e60 !important;
  margin: 11px -11px -11px -11px !important;
  font-weight: 500 !important;
}
.listing button.article-more,
.product--box.box--basic .product--btn-container .buybox--form button.buybox--button.block.btn.is--primary.is--icon-right.is--center.is--large {
  width: calc(100% + 22px) !important;
  display: block !important;
}
.product--box .buybox--form:after,
.product--box .buybox--form:before {
  display: table;
  clear: both;
  content: '';
}
.product--box .buybox--form {
  height: auto;
  margin: 0;
}
.product--box.box--basic .product--btn-container .buybox--form button.buybox--button.block.btn.is--primary.is--icon-right.is--center.is--large::before,
.product--box.box--basic .product--btn-container .buybox--form button.buybox--button.block.btn.is--primary.is--icon-right.is--center.is--large:hover,
.listing button.article-more:hover,
.listing a.article-more:hover {
  background: #605e60 !important;
}
.listing .box--minimal.hover-actions .product--info {
  position: relative;
}
.listing .box--minimal.hover-actions button.article-more,
.listing .box--minimal.hover-actions a.article-more {
  display: none !important;
  position: absolute;
  bottom: -37px;
  left: 0;
  right: 0;
  z-index: 9000;
}
@media (min-width: 768px) {
  .listing .box--minimal.hover-actions .box--content:hover button.article-more,
  .listing .box--minimal.hover-actions .box--content:hover a.article-more {
    display: block !important;
    animation: fadebottom 0.3s;
    -moz-animation: fadebottom 0.3s;
    -webkit-animation: fadebottom 0.3s;
    -o-animation: fadebottom 0.3s;
  }
}
.listing button.article-more i,
.listing a.article-more i {
  display: none;
}
.product-slider--item button.article-more,
.product-slider--item a.article-more,
.product-slider--item .delivery-shippingfree,
.product-slider--item .product--delivery {
  display: none !important;
}
.listing .product--box--tcinn_wrapper.currently_hovering .product--box .box--content {
  border: 1px solid #6d6b6d !important;
}
.listing .product--box .box--content .product--delivery .delivery--text {
  font-size: 12px;
}
/* --- Listing image hover --- */
.scale-image .product--box .product--image .image--element img {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.scale-image .product--box .product--image .image--element:hover img,
.scale-image .product--box .product--image .image--element:focus img,
.scale-image .product--box .product--image .image--element:active img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
/*.box--minimal .product--price-info {
    height: 60px;
}*/
/* --- Clean listing --- */
.listing--wrapper.cleanlisting .product--box .box--content {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.listing--wrapper.cleanlisting .product--box .box--content .product--actions-new,
.listing--wrapper.cleanlisting .product--box .box--content .article-compare,
.listing--wrapper.cleanlisting .product--box .box--content .article-more {
  border: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.listing--wrapper.cleanlisting .product--box .box--content {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .listing--wrapper.cleanlisting .product--box .box--content {
    padding-bottom: 30px;
  }
}
.listing--wrapper.cleanlisting .listing--container {
  background: #ffffff;
  padding: 20px;
  border: 1px solid #eaeaf0;
  margin-top: -21px;
  width: 100%;
}
.listing--wrapper .product--box .box--content .product--price .price--default {
  float: none;
}
.listing--wrapper .product--box .box--content .product--price {
  right: 0;
  width: 100%;
  display: block;
}
.listing--wrapper .product--box.box--minimal .box--content .product--info,
.listing--wrapper .product--box.box--image .box--content .product--info {
  text-align: center;
}
.listing--wrapper .product--box.box--list .box--content .product--info,
.listing--wrapper .product--box.box--basic .box--content .product--info {
  text-align: left;
}
@media (max-width: 767px) {
  .listing--wrapper .product--box.box--image .box--content .product--info {
    text-align: left;
  }
}
/* listing box fix */
@media (min-width: 1001px) {
  .box--list .product--info {
    position: relative;
    padding: 0px 0px 0px 300px;
  }
  .box--list .product--image {
    width: 280px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .box--list .product--info {
    padding: 0px 0px 0px 140px;
  }
  .box--list .product--image {
    width: 120px;
  }
}
@media (max-width: 1180px) {
  .box--minimal {
    width: 33.33%;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .box--minimal {
    width: 50%;
  }
}
@media (max-width: 730px) {
  .box--minimal {
    width: 50%;
  }
}
@media (max-width: 420px) {
  .box--minimal {
    width: 100%;
  }
}
/*.product--box.box--basic .product--price-info {
    height: 66px;
}*/
.product--box.box--list button.article-more,
.product--box.box--list a.article-more {
  display: inline-block;
  padding: 0 30px;
  margin: 10px 0 30px 0;
  position: relative;
}
.product--box.box--image button.article-more,
.product--box.box--basic button.article-more,
.product--box.box--image a.article-more,
.product--box.box--basic a.article-more {
  display: inline-block;
  padding: 0 30px;
  margin: 15px 0 30px 0;
  position: relative;
  width: auto;
}
/* --- Last seen products --- */
.last-seen-products {
  border-top: 1px solid #eaeaf0;
  margin: 0;
}
.last-seen-products > div {
  max-width: 1360px;
  margin: 0 auto;
  width: 100%;
  padding: 0 30px 10px 30px;
}
.last-seen-products .last-seen-products--title {
  padding: 40px 30px 15px 30px;
  border: none;
  text-align: center;
  color: #3091c8;
}
/* --- ... --- */
.product--box .product--price-outer {
  height: auto !important;
  min-height: 22px !important;
}
.forms--content,
.newsletter--content {
  margin-top: 30px;
  margin-bottom: 30px;
}
.custom-page--content {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #eaeaf0;
}
.custom-page--content .custom-page--tab-headline {
  margin-top: 0;
}
div[class^="lb-element"] a img:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  -webkit-transition: 0.3s ease-out 0.1s;
  -moz-transition: 0.3s ease-out 0.1s;
  -o-transition: 0.3s ease-out 0.1s;
  transition: 0.3s ease-out 0.1s;
}
div[class^="lb-element"] .navigation--headline {
  padding-bottom: 0.66666667rem;
  font-size: 1rem;
  margin-top: 0;
  border-bottom: 1px solid #eaeaf0;
  color: #3091c8;
  font-weight: 700;
}
div[class^="lb-element"] ul.usp {
  margin: 0 0 0 10px;
  padding: 0;
  list-style: none;
}
div[class^="lb-element"] ul.usp li {
  margin: 0;
  padding: 5px 0 2px 20px;
  line-height: 1.2;
  list-style: none;
  position: relative;
  font-weight: 700;
}
div[class^="lb-element"] ul.usp li:before {
  content: "\e60c";
  font-family: 'shopware', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 14px;
  position: absolute;
  top: 5px;
  left: 0;
  color: #6a9e06;
}
.shop-sites--container,
.topseller,
.content .tagcloud--content,
.last-seen-products,
.blog--box.panel,
.blog--subscribe.block,
.blog--filter.block,
.blog--detail,
.forms--content > div,
.newsletter--content > div,
.custom-page--content,
.product--table .panel--body,
.content--wrapper .content.product--details .product--header,
.content--wrapper .content.product--details .product--detail-upper,
.js--tab-menu .tab--container-list .tab--container,
.content--wrapper .register--login.content > div,
.content--wrapper .register--content.content {
  background: #ffffff;
}
.listing--actions {
  background: #f7f7f7;
}
.blog--detail {
  border: 1px solid #eaeaf0;
  padding: 20px;
  margin-bottom: 40px;
  margin-top: 30px;
}
.blog--content {
  margin-top: 30px;
  margin-bottom: 15px;
}
.blog--detail .blog--image {
  padding: 0;
  width: 100%;
  -moz-box-shadow: 5px 5 30px rgba(0, 0, 0, 0.1) !important;
  -webkit-box-shadow: 5px 5 30px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 5px 5 30px rgba(0, 0, 0, 0.1) !important;
}
@media (min-width: 500px) {
  .blog--detail .blog--detail-image-container {
    width: 40%;
    margin: 0 0 3% 3%;
    float: right;
  }
}
.blog--detail .blog--image:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  -webkit-transition: 0.3s ease-out 0.1s;
  -moz-transition: 0.3s ease-out 0.1s;
  -o-transition: 0.3s ease-out 0.1s;
  transition: 0.3s ease-out 0.1s;
}
.topseller .product-slider--arrow.arrow--next {
  right: 0px;
  margin-top: -20px;
}
.topseller .product-slider--arrow.arrow--prev {
  left: 0px;
  margin-top: -20px;
}
.is--ctl-detail .content-main--inner {
  background: none;
}
.content--wrapper .content.product--details .product--header {
  margin-top: 30px !important;
  padding: 20px 20px 0 20px;
  border: 1px solid #eaeaf0;
  border-bottom: none;
  min-height: 0 !important;
}
.content--wrapper .content.product--details .product--detail-upper {
  padding: 20px 20px 20px 20px;
  border: 1px solid #eaeaf0;
  border-top: none;
  margin-bottom: 30px;
}
.tab--navigation:after {
  content: '';
  display: table;
  clear: both;
}
.tab--navigation .tab--link {
  float: left;
  border-top-left-radius: 0x;
  border-top-right-radius: 0x;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
}
/* --- Produkt details --- */
.product--details .product--header {
  padding-top: 0;
}
.content--description blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 20px 10px;
  quotes: "\201C" "\201D" "\2018" "\2019";
  box-shadow: none;
}
.content--description blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.content--description blockquote p {
  display: inline;
}
.product--details .product--actions .action--link {
  min-height: 20px;
  display: inline-block;
}
.product--details .product--actions .btn.contact-in-actions {
  margin-top: 10px;
}
.product--details .content--description,
.product--details .content--product-reviews {
  padding: 0 30px 30px 30px;
}
.content--description .content--title,
.content--product-reviews .content--title {
  margin-top: 30px;
}
/* --- Product navigation --- */
.product--navigation {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1001;
}
body.layout-fullwidth .product--navigation,
body.layout-boxed .product--navigation {
  display: none !important;
}
@media (max-width: 1400px) {
  .product--navigation {
    display: none !important;
  }
}
.product--navigation .link--prev-button {
  float: right;
}
.product--navigation .link--prev .image--container {
  right: 0px;
  left: inherit;
}
.product--navigation .link--prev:hover {
  left: 0px;
}
.product--navigation .link--prev {
  left: -180px;
  background: #fff;
}
.product--navigation .link--prev-button:before {
  content: "\e60f";
}
.product--navigation .link--next-button {
  float: left;
}
.product--navigation .link--next .image--container {
  right: 0px;
  left: inherit;
}
.product--navigation .link--next:hover {
  right: 0px;
}
.product--navigation .link--next {
  right: -180px;
  background: #fff;
}
.product--navigation .link--next-button:before {
  content: "\e611";
}
.product--navigation .link--prev-button,
.product--navigation .link--next-button {
  background: rgba(95, 114, 133, 0.2);
}
.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(95, 114, 133, 0.1);
  color: #55a7d6 !important;
}
/* --- Share buttons --- */
.share--buttons {
  display: block;
  padding: 15px 0;
  margin: 10px 0;
  border-top: 0px solid #eaeaf0;
}
.share--buttons [class^="icon-"] {
  display: inline-block;
  width: 42px;
  height: 42px;
  text-indent: -10000px;
  margin-bottom: 4px;
}
/* Share buttons eckig */
/* Share buttons rund */
/* Share buttons abgerundet */
.share--buttons a {
  border-radius: 0x;
  background-clip: padding-box;
}
/* Icons png */
/* Icons svg */
.share--buttons a.icon-facebook {
  background: url("../../custom/plugins/TcinnExquisiteTheme/Resources/Themes/Frontend/ExquisiteTheme/frontend/_public/src/img/social-media-icons/icon-facebook.svg") no-repeat center center #3b5998;
  background-size: 70% auto;
}
.share--buttons a.icon-googleplus {
  background: url("../../custom/plugins/TcinnExquisiteTheme/Resources/Themes/Frontend/ExquisiteTheme/frontend/_public/src/img/social-media-icons/icon-googleplus.svg") no-repeat center center #e04a39;
  background-size: 80% auto;
}
.share--buttons a.icon-twitter {
  background: url("../../custom/plugins/TcinnExquisiteTheme/Resources/Themes/Frontend/ExquisiteTheme/frontend/_public/src/img/social-media-icons/icon-twitter.svg") no-repeat center center #1da1f2;
  background-size: 70% auto;
}
.share--buttons a.icon-pinterest {
  background: url("../../custom/plugins/TcinnExquisiteTheme/Resources/Themes/Frontend/ExquisiteTheme/frontend/_public/src/img/social-media-icons/icon-pinterest.svg") no-repeat center center #cc2028;
  background-size: 70% auto;
}
.share--buttons a.icon-instagram {
  background: url("../../custom/plugins/TcinnExquisiteTheme/Resources/Themes/Frontend/ExquisiteTheme/frontend/_public/src/img/social-media-icons/icon-instagram.svg") no-repeat center center #d93175;
  background-size: 70% auto;
}
.share--buttons a.icon-whatsapp {
  background: url("../../custom/plugins/TcinnExquisiteTheme/Resources/Themes/Frontend/ExquisiteTheme/frontend/_public/src/img/social-media-icons/icon-whatsapp.svg") no-repeat center center #25d366;
  background-size: 70% auto;
}
.share--buttons a.icon-email {
  background: url("../../custom/plugins/TcinnExquisiteTheme/Resources/Themes/Frontend/ExquisiteTheme/frontend/_public/src/img/social-media-icons/icon-email.svg") no-repeat center center #ca2026;
  background-size: 70% auto;
}
/* Whats app */
.share--buttons .icon-whatsapp.onlydesk {
  display: none;
}
@media (max-width: 767px) {
  .share--buttons .icon-whatsapp.onlydesk {
    display: inline-block;
  }
}
/* :hover */
.share--buttons [class^="icon-"]:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: 0.2s ease-out 0s;
  -moz-transition: 0.2s ease-out 0s;
  -o-transition: 0.2s ease-out 0s;
  transition: 0.2s ease-out 0s;
}
/* --- ... --- */
.product--details .product--actions {
  padding: 10px 0 10px 0;
  margin-top: 0;
  border: none;
}
.product--details #usp-artikelbox {
  margin: 20px 0 0 0;
  padding: 0;
}
.product--details #usp-artikelbox h4 {
  margin: 0 0 1px 0;
  padding: 0;
  color: #6d6b6d;
}
.product--details #usp-artikelbox ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product--details #usp-artikelbox ul li {
  margin: 0;
  padding: 5px 0 0 20px;
  line-height: 1.4;
  list-style: none;
  position: relative;
}
.product--details #usp-artikelbox ul li:before {
  content: "\e60c";
  font-family: 'shopware', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 14px;
  position: absolute;
  top: 7px;
  left: 0;
  color: #6a9e06;
}
.product--details .buybox--form:after {
  content: '';
  display: table;
  clear: both;
}
.product--details .buybox--form .buybox--button-container {
  padding: 10px;
  margin: 0;
  line-height: 1;
  background-color: #ffffff;
  border: 1px solid #eaeaf0;
}
.product--buybox .alert.is--error {
  margin-bottom: 30px;
}
.liveshopping--details:before {
  content: '';
  clear: both;
  display: table;
}
.product--details .buybox--quantity .js--fancy-select {
  border-radius: 0px;
  background-clip: padding-box;
}
.product--details .image--dots.image-slider--dots.panel--dot-nav {
  display: none;
}
.product--details .product--delivery .delivery--text-shipping-free {
  top: 40px;
}
.alert.is--success {
  border: 1px solid #6a9e06;
}
.account--profile .profile--birthdate {
  overflow: hidden;
}
.account--password-reset {
  margin: 30px 0px 0px 0px;
}
.password--success {
  margin: 0 0px 20px 0px;
}
.password-reset--content.panel {
  background: #ffffff;
}
.account--password-new {
  margin-top: 30px;
  background: #ffffff;
}
.account--error {
  margin: 0 !important;
}
.steps--content {
  padding: 30px 0px 0px 0px;
  margin-bottom: -6px;
}
body.layout-fullwidth .steps--container,
body.layout-boxed .steps--container {
  background: #fff;
}
body.layout-boxed .steps--container {
  border-top: 1px solid #eee;
}
.register--content,
.register--login {
  margin-top: 30px;
  margin-bottom: 30px;
}
.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 #eaeaf0;
}
.is--ctl-register.is--act-index.is--minimal-header .navigation-main {
  display: none !important;
}
.steps--content .steps--entry .text {
  width: auto;
  height: auto;
}
.categories--headline {
  display: block;
}
/* --- Header und footer mininmal --- */
.header-main-min {
  background: #dddddd;
  padding: 0;
  margin: 0;
}
.header-main-min > .container {
  width: 100%;
  padding: 15px 30px 15px 30px;
  max-width: 1360px;
  margin: 0 auto;
  display: table;
  background: #dddddd;
}
.header-main-min .btn--back-top-shop {
  margin: 5px 0;
  float: none;
}
.header-main-min > .container .logo {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.header-main-min > .container .logo img[srcset="/themes/Frontend/Responsive/frontend/_public/src/img/logos/logo--tablet.png"],
.header-main-min > .container .logo img[srcset="/themes/Frontend/Responsive/frontend/_public/src/img/logos/logo--mobile.png"] {
  margin-top: 8px;
}
.header-main-min > .container .cel {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.header-main-min > .container .support-text {
  text-align: center;
  color: #383838 !important;
}
@media (max-width: 800px) {
  .header-main-min > .container .support-text {
    display: none;
  }
}
@media (max-width: 460px) {
  .header-main-min > .container {
    padding: 15px 20px 15px 20px;
  }
  .steps--container.container {
    display: none;
  }
}
@media (max-width: 767px) {
  .content--wrapper .register--login.content {
    background: none;
  }
  .register--existing-customer.panel {
    background: #ffffff;
  }
  .listing--wrapper .listing--container {
    padding: 0 15px;
  }
  .listing--wrapper.cleanlisting .listing--container {
    padding: 0;
  }
}
/* ===============================================================================
@phoneLandscapeViewportWidth - viewport phone-landscape width (default: 480px)
@tabletViewportWidth - viewport tablet width (default: 768px)
@tabletLandscapeViewportWidth - viewport tablet-landscape width (default: 1024px)
@desktopViewportWidth - viewport desktop width (default: 1260px)

@phoneLandscapeViewportWidth: 30em;     // 480px
@tabletViewportWidth: 48em;             // 768px
@tabletLandscapeViewportWidth: 64em;    // 1024px
@desktopViewportWidth: 78.75em;         // 1260px

max-width: calc(~"100% - 110px");
max-width: calc(~"15px - " @container_max_width);
max-width: unit(@sitebar_widgets_abstand,px);
max-width: ~"calc(@{container_max_width} - 30px)";

.border-radius(); // default 3px
.border-radius(@border_radius);
.border-radius-multi(@border_radius, @border_radius, 0, 0) !important;
.reset-border-radius();

unitize(font-size, @shoplogo_font_size_desktop);

.linear-gradient(@btn-primary-top-bg, @btn-primary-bottom-bg);

background-image:url('@{panel_title_background_image}');
=============================================================================== */
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___ 
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _| 
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|
                                                 
    Copyright (c) TC-Innovations GmbH
 
    ThemeWare layout-more.less
    ====================================

*/
/* --- Steps --- */
.steps--content .steps--entry .icon {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background-clip: padding-box;
  border: 1px solid #a09ea0;
  color: #a09ea0;
  font-size: 15px;
  line-height: 35px;
  padding: 0;
  background: none !important;
}
.steps--content .steps--entry .text {
  color: #a09ea0;
  font-weight: 500;
}
.steps--content .steps--entry.is--active .icon {
  background: #5a8505 !important;
  border: 1px solid #5a8505;
  color: #fff;
  -moz-box-shadow: inset 4px 4px 8px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 4px 4px 8px rgba(0, 0, 0, 0.05);
  box-shadow: inset 4px 4px 8px rgba(0, 0, 0, 0.05);
}
.steps--content .steps--entry.is--active .text {
  color: #507705;
  font-weight: 700;
  margin: 0px 0px 0px 5px;
}
@media (max-width: 1000px) {
  .steps--content .steps--entry .text {
    margin: 0 !important;
    padding: 6px 0 0 0;
    width: 100%;
    line-height: 1.2;
    display: block;
    font-size: 11px;
  }
}
/* --- ... --- */
.is--ctl-checkout .basket--info-messages {
  margin: 30px 0;
}
.error-container {
  margin: 60px 0;
}
.error-container > div {
  width: 100%;
  padding: 30px;
  max-width: 1360px;
  margin: 0 auto;
  border: 1px solid #eaeaf0;
  background: #ffffff;
}
.error-container h2 {
  margin-top: 0;
}
.content--wrapper .register-usps {
  width: 34%;
  float: left;
  border: 1px solid #eaeaf0;
  background: #ffffff;
  padding: 20px;
}
.content--wrapper .register-usps ul {
  padding: 0;
  margin: 0;
}
.content--wrapper .register-usps ul {
  margin: 0 0 0 10px;
  padding: 0;
  list-style: none;
}
.content--wrapper .register-usps ul li {
  margin: 0;
  padding: 5px 0 0 20px;
  line-height: 1.2;
  list-style: none;
  position: relative;
}
.content--wrapper .register-usps ul li:before {
  content: "\e60c";
  font-family: 'shopware', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 15px;
  position: absolute;
  top: 5px;
  left: 0;
  color: #6a9e06;
}
.content--wrapper .register-usps h4 {
  border-bottom: 1px solid #eaeaf0;
  text-decoration: none !important;
  margin: 0px 0 20px 0;
  font-size: 16px;
  display: block;
  padding: 0 0px 10px 0px;
  font-weight: 700;
  color: #3091c8;
}
#confirm--form {
  margin-top: -20px;
}
#confirm--form .panel.has--border,
#shippingPaymentForm .panel.has--border {
  border: 1px solid #eaeaf0;
  background: #ffffff;
}
.confirm--content .table--actions .btn {
  width: 70%;
  margin: 0 15%;
  line-height: 46px;
  text-align: center;
  font-size: 17px;
  height: auto;
  margin-bottom: 30px;
}
.checkout--content.finish--content {
  padding-top: 0;
}
.checkout--content.finish--content .finish--teaser,
.checkout--content.finish--content .information--panel {
  border: 1px solid #eaeaf0;
  background: #ffffff;
}
.finish--content .product--table {
  margin-bottom: 40px;
}
.account--logout.account--content {
  margin: 30px 0;
}
.account--logout > .panel {
  width: 100%;
  padding: 30px;
  max-width: 1360px;
  margin: 0 auto;
  border: 1px solid #eaeaf0;
  background: #ffffff;
  text-align: center;
}
.account--logout > .panel h1 {
  padding-top: 0;
  margin-top: 0;
}
.emotion--html .html--content ul,
.emotion--html .html--content ol,
.category--teaser ul,
.category--teaser ol {
  padding: 0 0 0 20px;
}
.emotion--html .html--content ul li,
.emotion--html .html--content ol li,
.category--teaser ul li,
.category--teaser ol li {
  padding: 0 0 10px 0;
}
.image-slider .image-slider--thumbnails {
  padding: 20px 20px 10px 20px;
  height: 100px;
  background: #ffffff;
  top: auto;
  bottom: 0;
  width: 100%;
  margin: 0;
  position: relative;
  display: block;
  float: none;
}
.image-slider .image-slider--thumbnails .image-slider--thumbnails-slide {
  margin: 0px 5px 0px 5px;
  left: auto;
  right: auto;
  top: auto;
  text-align: center;
}
.image-slider .image-slider--thumbnails .thumbnail--link {
  margin: 0px 5px 0px 0px;
  display: inline-block;
}
.image-slider--thumbnails .thumbnails--arrow.is--left,
.image-slider--thumbnails .thumbnails--arrow.is--right {
  top: 20px;
  background: #ffffff;
}
.image-slider--dots {
  padding: 10px 0px 10px 0;
}
.product--details .product--image-container {
  width: 47%;
  margin-right: 4%;
  float: left;
}
.product--details .product--buybox {
  width: 47%;
}
@media (max-width: 1000px) {
  .product--details .product--image-container {
    width: 100%;
    margin-right: 0;
  }
  .product--details .product--buybox {
    width: 100%;
  }
}
.categories--headline.navigation--headline {
  padding: 15px 20px 13px 20px;
  font-size: 1rem;
  border: 1px solid #eaeaf0;
  border-bottom: none;
  color: #3091c8;
  font-weight: 700;
  margin: 0;
  background: #ffffff;
  position: relative;
}
.categories--headline.navigation--headline:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 2px;
  left: 20px;
  right: 20px;
  height: 1px;
  background: #eaeaf0;
}
.sidebar-filter .filter--headline.navigation--headline {
  padding: 15px 20px 13px 20px;
  font-size: 1rem;
  border: none;
  color: #3091c8;
  font-weight: 700;
  margin: 0;
  background: #ffffff;
  position: relative;
}
.sidebar-filter .filter--headline.navigation--headline:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 2px;
  left: 20px;
  right: 20px;
  height: 1px;
  background: #eaeaf0;
}
@media (max-width: 767px) {
  .sidebar-filter .filter--headline.navigation--headline {
    display: none;
  }
}
.categories--headline.navigation--headline + .sidebar--categories-navigation > .sidebar--navigation {
  border-top: none !important;
}
.sidebar--navigation.categories--navigation {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.sidebar-left.maxheight .sidebar--categories-navigation > .sidebar--navigation.categories--navigation {
  overflow: hidden;
  overflow-y: scroll;
  height: 200px;
  background: none;
  box-shadow: inset -10px -10px 10px rgba(0, 0, 0, 0.05);
}
.sidebar-left.maxheight .sidebar--navigation {
  background: none;
}
@media (min-width: 768px) {
  .sidebar--navigation .navigation--link:before {
    color: #3f4c58;
    font-family: 'shopware', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;
    left: 0;
    top: -2px;
    font-size: 6px;
  }
  .sidebar--navigation.is--level1 .navigation--link:before {
    content: "\e60f";
  }
  .sidebar--navigation.is--level2 .navigation--link:before {
    content: "\e6e0";
  }
  .sidebar--navigation.is--level3 .navigation--link:before {
    content: "\e60f";
  }
  .sidebar--navigation.is--level4 .navigation--link:before {
    content: "\e6e0";
  }
  .sidebar--categories-navigation > ul.sidebar--navigation.categories--navigation {
    padding-bottom: 10px !important;
  }
  .sidebar--navigation .navigation--entry {
    padding: 0;
    margin: 0px 20px 0px 20px;
  }
  .sidebar--navigation .navigation--link {
    padding: 7px 0px 7px 0px !important;
  }
  .shop-sites--container .shop-sites--navigation {
    margin: 0px;
  }
  .shop-sites--container .sidebar--navigation .navigation--entry {
    margin: 0px 10px 0px 10px;
  }
  .shop-sites--container .sidebar--navigation .navigation--link {
    padding: 4px 0px 4px 0px !important;
  }
  .account--menu-container .sidebar--navigation .navigation--entry {
    margin: 0;
  }
  .account--menu-container .sidebar--navigation .navigation--link {
    padding: 4px 0px 4px 0px !important;
  }
}
@media (max-width: 767px) {
  .categories--headline.navigation--headline {
    display: none;
  }
  div[class^="lb-element"] .navigation--headline {
    padding: 0 10px;
    color: #f8f8fa;
  }
  div[class^="lb-element"] ul.usp {
    padding: 15px 0;
  }
}
.sidebar--categories-wrapper .account--menu {
  background: #ffffff;
  margin-bottom: 20px;
}
.account--content {
  margin: 30px 0px 0px 0px;
}
.content.account--content .account--welcome.panel + .panel.has--border,
.is--ctl-wishlist .wishlist-content--saved-lists {
  background: #ffffff;
}
.is--ctl-wishlist .content.account--content {
  border: 1px solid #eaeaf0;
  padding: 20px;
  background: #ffffff;
}
.is--ctl-wishlist .content.account--content .account--welcome.panel {
  background: #fff;
  border: none;
  padding: 0;
}
.is--ctl-wishlist .wishlist-content--saved-lists {
  position: relative;
  float: left;
  width: 100%;
}
.is--ctl-wishlist .basket.notebuy.buybox--button {
  display: none !important;
}
.is--ctl-wishlist .ui-autocomplete {
  clear: left;
}
.is--ctl-wishlist .article-table--table.panel--table.wishlist-has--padding,
.cart--option-containers {
  background: #ffffff;
}
.content.account--content .account--welcome.panel {
  background: #ffffff;
  border: 1px solid #eaeaf0;
  padding: 20px;
}
.content.account--content .account--welcome.panel .panel--body p:last-of-type {
  margin-bottom: 0;
}
.content.account--content .account--welcome.panel h1 {
  padding-top: 0;
  margin-top: 0;
}
.content.account--content .note--overview,
.content.account--content .account--box.panel,
.account--profile .panel,
.address--item-content.address--box .panel,
.account--change-payment.account--content .panel,
.account--orders-overview.panel,
.vendor--info.panel.has--border,
.content.note--content .note--overview {
  background: #ffffff;
}
.account--address.account--content {
  padding-top: 30px;
}
.account--address.account--content .account--welcome,
.account--change-payment.account--content .account--welcome {
  background: #ffffff;
  border: 1px solid #eaeaf0;
  padding: 20px;
  margin-bottom: 20px;
}
.account--address.account--content .account--welcome h1,
.account--change-payment.account--content .account--welcome h1 {
  padding-bottom: 0;
  margin-bottom: 0;
  padding-top: 0;
  margin-top: 0;
}
.account--address.account--address-form .panel.has--border {
  background: #ffffff;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.js--modal.sizing--content a {
  text-decoration: underline;
}
.js--modal.sizing--content a:hover {
  text-decoration: none;
}
.js--modal.sizing--content .modal--checkout-add-article a {
  text-decoration: none;
}
.js--modal.sizing--content .list--entry.entry--name a {
  text-decoration: none;
}
.content.search--content {
  padding-top: 30px;
}
.content.note--content {
  margin-top: 30px;
}
.content.note--content .account--welcome h1 {
  padding-top: 0;
  margin-top: 0;
}
.search--cat-filter,
.content.note--content .account--welcome {
  background: #ffffff;
  padding: 20px;
  margin: 0px 0px 20px 0px;
  border: 1px solid #eaeaf0;
}
.content.search--content h1.search--headline {
  background: #ffffff;
  padding: 20px;
  margin: 0px 0px 0 0px;
  border: 1px solid #eaeaf0;
  border-bottom: none;
}
.content.note--content .account--welcome p:last-of-type {
  margin-bottom: 0;
}
.payment--selection-label label {
  cursor: pointer;
}
.confirm--content {
  padding-top: 30px;
}
.content--product-reviews .alert {
  margin-top: 30px;
}
.product--details .review--entry {
  padding: 20px 0 20px 0;
  border-left: none;
  border-right: none;
  border-top: none;
}
.product--details .configurator--form,
.product--details .buybox--form {
  width: 100%;
}
/* mobil fix */
@media (min-width: 1001px) and (max-width: 1160px) {
  .is--ctl-detail .sidebar-left[data-tnsde="1"] + .content--wrapper .product--details .buybox--quantity {
    margin: 0 0 5px 0;
    width: 100%;
  }
  .is--ctl-detail .sidebar-left[data-tnsde="1"] + .content--wrapper .product--details .buybox--quantity .select-field {
    max-width: 100% !important;
  }
  .is--ctl-detail .sidebar-left[data-tnsde="1"] + .content--wrapper .product--details .buybox--button {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .share--buttons {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .header-main-min .btn--back-top-shop {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }
  .header-main-min .btn--back-top-shop i {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .sidebar--categories-wrapper .action--filter-btn.hide {
    display: none;
  }
  .action--filter-options .filter--close-btn {
    background: #55a7d6;
  }
  .listing--wrapper #tcinnfilter {
    margin-bottom: 22px;
  }
  .content--wrapper .register-usps {
    width: 100%;
    border-top: none;
  }
  .is--act-finish .content-main {
    margin-top: 0;
  }
  .checkout--content.finish--content .finish--teaser,
  .checkout--content.finish--content .information--panel {
    margin: -1px 0 0 0;
  }
  .finish--content .information--panel-item {
    margin-bottom: -1px;
  }
  .finish--table .panel--body {
    border-top: none;
  }
  .is--act-confirm .panel--body.is--wide.payment--content {
    padding-bottom: 0;
  }
  .is--act-confirm .confirm--content .product--table {
    margin: 0;
    padding: 1px 10px;
    background: #ffffff;
    border-top: 1px solid #eaeaf0;
  }
  .is--act-confirm .panel--actions.is--wide {
    padding: 5px 20px 20px 20px;
  }
  .is--act-confirm #confirm--form {
    margin-top: 0;
  }
  .is--act-confirm #confirm--form .panel.has--border,
  .is--act-confirm #shippingPaymentForm .panel.has--border {
    border: 0;
  }
  .is--act-shippingpayment .product--table {
    margin-top: 0;
  }
  .is--act-shippingpayment .content--confirm .dispatch--method-list {
    margin-bottom: -1px;
  }
  .content--confirm .aggregation--list {
    margin: 10px 0 0 0;
  }
  .confirm--content .product--essential-features {
    line-height: 1.3;
    word-wrap: break-word;
  }
  .confirm--content .product--table .basket--footer {
    margin: 0;
  }
  .confirm--content {
    padding-top: 0;
  }
  .tellafriend--content {
    padding-top: 0;
  }
  .confirm--content .panel {
    margin: 0;
  }
  .header-main-min .btn--back-top-shop {
    font-size: 11px;
    padding: 4px 6px;
  }
  .header-main-min .btn--back-top-shop i {
    display: none !important;
  }
  .is--act-shippingpayment .content.content--confirm.product--table {
    background: #ffffff;
  }
  .is--act-shippingpayment .product--table .table--actions {
    margin: 10px 0;
  }
  .steps--content {
    padding: 30px 0;
    margin: 0px;
    background: #ffffff;
    border: none;
  }
  .account--logout.account--content {
    margin: -1px 0;
  }
  .custom-page--content {
    margin-top: -1px;
    margin-bottom: -1px;
  }
  .blog--detail {
    margin-top: -1px;
    margin-bottom: -1px;
  }
  .blog--detail-content.blog--box .blog--box-metadata {
    margin: 0;
  }
  .blog--detail .blog--image {
    margin-bottom: 20px;
  }
  .is--ctl-blog .blog--filter-btn {
    padding: 15px;
  }
  .is--ctl-blog .blog--filter-btn .filter--trigger {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #eaeaf0;
  }
  .is--ctl-note .basket.notebuy.buybox--button {
    margin: 0px 0px 0px 95px;
  }
  .is--ctl-note .account--welcome {
    margin-bottom: 0;
  }
  .is--ctl-note .note--overview {
    padding: 0 15px;
  }
  .footer-main {
    border-top: none;
  }
  .is--ctl-listing .listing--content,
  .is--ctl-blog .blog--content {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0px;
    margin-bottom: 0;
  }
  .is--ctl-listing .category--teaser {
    margin-bottom: 0;
    padding-bottom: 10px;
    margin-top: -1px;
    border-bottom: none !important;
    border-right: none;
    border-left: none;
  }
  .is--ctl-listing .topseller {
    border: none !important;
    margin-bottom: 0;
  }
  .is--ctl-listing .action--filter-btn,
  .is--ctl-blog .blog--filter-btn {
    margin-bottom: 0;
  }
  .is--ctl-listing .action--filter-btn .filter--trigger {
    height: auto;
    padding: 10px;
  }
  .blog--listing {
    margin-top: 0;
  }
  .blog--box {
    margin-bottom: -1px;
  }
  .blog--filter-btn .filter--trigger {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: none;
  }
  .is--ctl-listing .listing--actions {
    padding: 15px;
    background: #ffffff !important;
  }
  .is--ctl-listing .action--sort .sort--select {
    height: auto;
    line-height: 44px;
    width: 100%;
    margin-top: 5px;
  }
  .is--ctl-listing .last-seen-products {
    margin: 0;
    clear: both;
    border: none !important;
  }
  .forms--content,
  .newsletter--content {
    margin-top: -1px;
    margin-bottom: -1px;
  }
  .forms--content .forms--headline {
    margin-bottom: -1px;
    border-bottom: none;
  }
  .content-main {
    padding-bottom: 0;
  }
  .content.note--content {
    margin-top: -1px;
    margin-bottom: -1px;
  }
  .content.note--content .account--welcome {
    margin: 0;
  }
  .is--ctl-checkout .basket--info-messages {
    margin: 1px 0px 0px 0px;
    padding: 30px;
    background: #fff;
  }
  .content.content--basket.content--checkout {
    padding: 10px;
    background: #fff;
  }
  .content--wrapper .content.product--details .product--header {
    margin-top: -1px !important;
  }
  .content--wrapper .content.product--details .product--detail-upper {
    margin-bottom: 4px;
  }
  .tab-menu--cross-selling .tab--container {
    margin: 0;
    border-bottom: none;
  }
  .tab-menu--product {
    margin: 0 0 -1px 0;
  }
  .tab-menu--cross-selling {
    background: #fff;
  }
  .tab--content.off-canvas .content--title {
    padding-right: 60px;
  }
  .is--ctl-search .search--cat-filter {
    margin-bottom: -1px;
  }
  .is--ctl-search .listing--actions {
    padding: 23px 15px 30px 15px;
  }
  .content--wrapper .register--login.content {
    margin: 0;
  }
  .register--login .register--new-customer {
    margin: 0;
    padding: 20px 15px;
    border-top: 1px solid #eaeaf0;
  }
  .content--wrapper .register--content.content {
    margin: 0;
  }
  .account--content {
    margin: -1px 0 0 0;
  }
  .image-slider--container .arrow {
    font-size: 22px;
  }
}
@media (max-width: 479px) {
  .off-canvas.off-canvas-90 {
    max-width: 90%;
  }
  .off-canvas.off-canvas-90 .offcanvas--overlay {
    max-width: 100%;
  }
  .is--ctl-detail .action--link.link--publish-comment {
    display: none;
  }
  .listing--wrapper .product--box.box--basic .box--content .product--info,
  .listing--wrapper .product--box.box--image .box--content .product--info,
  .listing--wrapper .product--box.box--list .box--content .product--info {
    text-align: center;
  }
  .product--details .buybox--button {
    font-size: 13px !important;
  }
  .content--wrapper .content.product--details .product--detail-upper {
    margin-bottom: -1px;
  }
  .tab--container-list .tab--container.js--off-canvas-button {
    background: #fff;
    margin-bottom: -1px;
  }
}
@media (max-width: 420px) {
  .header-main-min > .container .logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
  .header-main-min .btn--back-top-shop {
    display: none;
  }
  .is--ctl-note .note--details {
    float: left;
  }
  .is--ctl-note .note--title {
    margin: 0px 0px 5px 0;
  }
  .is--ctl-note .note--ordernumber,
  .is--ctl-note .note--date,
  .is--ctl-note .note--overview .product--rating {
    margin: 0px 0px 0px 0;
  }
  .is--ctl-note .note--delivery {
    margin: 0px 0px 0px 0;
  }
  .is--ctl-note .note--price {
    margin: 15px 0px 0px 0px;
  }
  .is--ctl-note .basket.notebuy.buybox--button {
    margin: 0px 0px 0px 0;
  }
  .is--ctl-note .note--image {
    max-width: 100px;
    max-height: 100px;
  }
  .confirm--content .table--actions .btn {
    width: 90%;
    font-size: 12px;
    margin: 0 5%;
  }
}
/* --- Grundlayout --- */
body.layout-fullwidth .page-wrap .container {
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  min-height: 0;
}
body.layout-fullwidth .content-main--inner,
body.layout-boxed .content-main--inner {
  padding: 0;
}
body.layout-fullwidth.headtyp-1 .header-main .top-bar--navigation,
body.layout-fullwidth.headtyp-1 .headbar .headbar-container,
body.layout-fullwidth.headtyp-1 .headbar .advanced-menu,
body.layout-fullwidth.headtyp-1 .headbar .headbar-container .topmenu,
body.layout-fullwidth .last-seen-products > div {
  max-width: inherit;
}
/* Printfix */
@media print {
  body.is--act-finish,
  body.is--act-finish * {
    font-size: 9pt !important;
  }
  .is--act-finish .checkout--content.finish--content .finish--teaser,
  .is--act-finish .checkout--content.finish--content .information--panel {
    border: none;
  }
  .copyright {
    display: none;
  }
  .is--act-finish .panel--body,
  .is--act-finish .panel--body.is--wide {
    padding: 0;
  }
  .is--act-finish .panel--title.is--underline {
    padding: 10px 0;
    margin: 0;
  }
  .is--act-finish .finish--table .table--tr {
    padding: 0;
    border: none;
    border-bottom: 1px solid #ccc;
  }
  .is--act-finish .panel.has--border,
  .is--act-finish .panel,
  .is--act-finish .finish--table .panel--body {
    border: none !important;
  }
  .finish--content .information--panel-wrapper {
    margin: 0 !important;
  }
}
/* --- Tell a friend --- */
.panel.tellafriend--form {
  background: #ffffff;
}
.tellafriend--content {
  padding-top: 30px;
}
/* --- Suchergebnisse --- */
@media (min-width: 768px) {
  header .main-search--results {
    width: calc(100% - 24px);
    top: 61px;
    left: 10px;
    margin: 2px;
  }
  header .main-search--results.column-2 .results--list {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
  header .main-search--results .results--list {
    padding-bottom: 42px;
  }
  header .main-search--results .results--list .list--entry:hover {
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  header .main-search--results .results--list .entry--all-results {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 7px 20px;
  }
}
/* --- Filter --- */
.action--filter-btn .filter--trigger,
.action--filter-btn .filter--trigger.is--active {
  background-color: #83c2e6;
  background-image: linear-gradient(to bottom, #83c2e6 0%, #55a7d6 100%);
  color: #ffffff;
  border: 1px solid #76bbe3;
}
.action--filter-btn .filter--trigger:hover {
  background: #55a7d6;
  color: #ffffff;
  border: 1px solid #55a7d6;
}
.listing--actions.open-the-panels .filter-panel.is--collapsed .filter-panel--flyout {
  border: none;
}
.action--filter-options .filter--active-container.filteropen + #filter {
  display: block;
}
.sidebar--categories-wrapper .action--filter-options.is--active-filter .filter--active-container {
  padding-top: 10px;
}
.sidebar--categories-wrapper .action--filter-options.is--active-filter .filter--active-container.is--disabled {
  padding-top: 0;
}
.sidebar-main .action--filter-options.filteronsitebar .filter--container {
  display: block;
}
@media (min-width: 1025px) {
  .listing--wrapper .action--filter-btn.hide,
  .listing--wrapper .action--filter-options.filteronsitebar {
    display: none;
  }
}
@media (min-width: 768px) {
  .listing--wrapper .listing--actions.leftbar-on-tablet .action--filter-btn.hide,
  .listing--wrapper .listing--actions.leftbar-on-tablet .action--filter-options.filteronsitebar {
    display: none;
  }
  .sidebar-main .listing--actions {
    border-radius: 0px;
    background-clip: padding-box;
    margin: 0 0 0 0;
    padding-top: 0;
    border: none;
    background: none;
  }
  .sidebar-main .action--filter-btn .filter--trigger.is--small {
    margin-bottom: 10px;
  }
  .sidebar-main .action--filter-btn .filter--trigger.is--active.is--small {
    margin-bottom: 0;
  }
  .sidebar-main .action--filter-btn {
    width: 100%;
    margin: 0;
  }
  .sidebar-main .action--filter-options .filter--container {
    margin: 0 0 10px 0;
    padding: 0;
    border: none;
  }
  .sidebar-main .action--filter-options {
    background: none;
  }
  .sidebar-main .filter--actions {
    margin: 0;
    border: none;
  }
  .sidebar-main .action--filter-options .filter--btn-apply {
    width: 100%;
  }
  .sidebar-main .filter--active-container {
    padding: 0;
    margin: 0;
  }
  .sidebar-main .filter--container .filter-panel {
    width: 100%;
    margin: 0 0 2px 0;
  }
  .sidebar-main .filter--active,
  .sidebar-main .search--cat-filter .sidebar-main .cat-filter--reset {
    margin: 5px 5px 0px 0;
  }
  .sidebar-main .action--filter-options #filter {
    margin-bottom: 0;
  }
  .sidebar-main .listing--actions.open-the-panels .filter-panel--flyout,
  .sidebar-main .listing--actions.open-the-panels .filter-panel,
  .sidebar-main .listing--actions.open-the-panels .filter-panel--content {
    position: relative;
    top: inherit;
    left: inherit;
    overflow: visible;
    height: auto;
    line-height: inherit;
    max-height: none;
    min-height: inherit;
  }
  .sidebar-main .listing--actions.open-the-panels .filter-panel:hover .filter-panel--icon,
  .sidebar-main .listing--actions.open-the-panels .filter-panel:hover .filter-panel--title {
    color: inherit;
  }
  .sidebar-main .listing--actions.open-the-panels .filter-panel,
  .sidebar-main .listing--actions.open-the-panels .filter-panel:hover {
    border: 1px solid #eaeaf0;
    background: #ffffff;
  }
  .sidebar-main .listing--actions.open-the-panels .filter-panel--icon {
    display: none;
  }
  .sidebar-main .listing--actions.open-the-panels .filter--container .filter-panel {
    margin: 0 0 -1px 0;
  }
  .sidebar-main .listing--actions.open-the-panels .filter-panel--title {
    cursor: default;
    margin: 0;
    background: #f5f5f8;
  }
  .sidebar-main .listing--actions.open-the-panels .filter-panel.filter--value .filter-panel--title {
    cursor: pointer;
  }
  .sidebar-main .listing--actions.open-the-panels .filter--value .filter-panel--checkbox {
    top: 10px;
  }
}
#filter > .filter-panel {
  background-color: #f8f8fa;
  background-image: linear-gradient(to bottom, #f8f8fa 0%, #ffffff 100%);
  border: 1px solid #eaeaf0 !important;
  color: #6d6b6d !important;
}
#filter > .filter-panel:hover {
  border: 1px solid #eaeaf0 !important;
}
#filter .filter-panel--title,
#filter .filter-panel--checkbox .checkbox--state,
#filter .filter-panel .filter-panel--icon {
  color: #6d6b6d !important;
}
#filter .filter-panel--title:hover {
  background: #ffffff !important;
  color: #000000 !important;
  border: none !important;
}
#filter .filter-panel.is--collapsed .filter-panel--title {
  background: #ffffff !important;
  color: #000000 !important;
  border: 1px solid rgba(255, 255, 255, 0) !important;
}
.open-the-panels #filter .filter-panel .filter-panel--title {
  background-color: #f8f8fa;
  background-image: linear-gradient(to bottom, #f8f8fa 0%, #ffffff 100%);
  color: #6d6b6d !important;
  border: 1px solid rgba(255, 255, 255, 0) !important;
}
#filter .filter-panel:hover .filter-panel--icon,
#filter .filter-panel.is--collapsed .filter-panel--icon:before,
.open-the-panels #filter .filter-panel .filter-panel--icon:before {
  color: #000000 !important;
}
#filter .filter-panel.is--collapsed .filter-panel--flyout {
  border: 1px solid #eaeaf0 !important;
  margin: -1px -1px 0px -1px;
  width: calc(100% + 2px);
}
.open-the-panels #filter .filter-panel .filter-panel--flyout {
  border: 1px solid #eaeaf0 !important;
  margin: -1px -1px 0px -1px;
  width: calc(100% + 2px);
  margin-bottom: -1px;
}
#filter .filter-panel:hover .filter-panel--icon,
#filter .filter-panel:hover .filter-panel--title {
  color: #6d6b6d !important;
}
#filter .filter-panel.is--collapsed:hover,
.open-the-panels #filter .filter-panel:hover {
  border: 1px solid #eaeaf0 !important;
}
/* filter ab sw 5.3 leftbar */
.sidebar-filter .filter-panel,
.sidebar-filter #filter .filter-panel.is--collapsed .filter-panel--flyout {
  border: 1px solid #eaeaf0 !important;
}
.sidebar-filter .filter-panel:hover {
  border: 1px solid #eaeaf0 !important;
}
.sidebar-filter .filteropen .filter-panel .filter-panel--icon {
  display: none !important;
}
/* --- ... --- */
.note--delete {
  color: #6d6b6d;
}
.action--filter-options.is--collapsed,
.open-the-panels #filter .action--filter-options,
.action--filter-options.is--active-filter {
  border: none;
}
.open-the-panels #filter > .filter-panel {
  background: #ffffff !important;
}
/* --- Bundle --- */
.bundle--panel.panel {
  background: #ffffff;
  margin-bottom: 20px;
}
.bundle--panel .bundle--panel-header {
  font-family: Standard, serif !important;
  font-size: 1.125rem;
  margin: 0.625rem 0rem 0.3125rem 0rem;
  font-weight: 700;
  color: #3091c8 !important;
}
/* --- ... --- */
.panel--title.article-slider--title {
  font-family: Standard, serif !important;
  font-size: 1.125rem;
  font-weight: 700;
  color: #3091c8 !important;
}
.custom-page--content ul {
  padding: 0 0 20px 30px;
}
.cart--wishlists-containing {
  background: #ffffff;
}
.cart-price-hide .entry--cart .cart--amount {
  display: none !important;
}
.content--home .content--emotions + .panel.is--rounded.has--border {
  border: none;
  background: #ffffff;
  text-align: center;
  padding-bottom: 30px;
}
.product--details .firstselectvariantinfo {
  padding: 15px;
  margin: 20px 0 10px 0;
  border: 1px solid #55a7d6;
  background: #55a7d6;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  position: relative;
  width: 100%;
  display: table;
}
.product--details .firstselectvariantinfo:after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 16px;
  height: 16px;
  bottom: -9px;
  left: 16%;
  content: '';
  display: block;
  position: absolute;
  background: #55a7d6;
  border-top: 1px solid #55a7d6;
  border-right: 1px solid #55a7d6;
}
.product--table .delivery--information {
  float: left;
  display: block;
  width: 100%;
  line-height: 1.3;
  clear: both;
}
.product--table .referenceprice {
  padding-top: 3px;
  float: left;
  display: block;
  width: 100%;
  line-height: 1.3;
  clear: both;
}
.configurator--variant .variant--option {
  width: auto !important;
  min-width: 50px;
}
.product--details .action--link {
  background: none;
  border: none;
  padding: 0;
  margin: 0rem 2.1875rem 0.3125rem 0rem;
  white-space: nowrap;
}
.content.listing--content .listing--wrapper + .category--teaser.panel {
  margin-top: 0px !important;
}
.content.listing--content .listing--wrapper + .category--teaser.panel .hero--headline {
  padding-top: 25px;
  padding-top: 1.5625rem;
}
.content.listing--content .listing--wrapper.cleanlisting + .category--teaser.panel {
  margin-top: 20px !important;
}
.content.search--content .fuzzy--listing-related-terms {
  padding-bottom: 20px;
}
.is--seotext-content.panel {
  background: #ffffff;
}
/* fix paypal */
.is--ctl-payment_paypal .content-main.container .content--wrapper {
  background: #ffffff;
  margin-top: 30px;
}
.paypal-sidebar {
  border-radius: 0x !important;
  background-clip: padding-box !important;
  border: 1px solid #eaeaf0;
  margin-bottom: 20px;
  background: #ffffff;
}
@media (min-width: 768px) {
  .content.cms--content.cms--flex {
    margin-top: 30px;
  }
}
.headtyp-1 header li[class="navigation--entry entry--account"] {
  display: none;
}
.header-main .top-bar--navigation .service--list .service--link,
.top-bar--navigation .js--is--dropdown-active .compare--list .compare--link {
  color: #6d6b6d !important;
}
.top-bar--navigation .js--is--dropdown-active .compare--list .compare--link:hover {
  color: #55a7d6 !important;
}
.product--actions-new .product--action.cart--add-to-list {
  margin: 0 auto;
  float: none;
}
.compare--list .btn--item-delete .icon--cross:before,
.note--delete .icon--cross:before,
.column--actions .column--actions-link .icon--cross:before {
  content: "\e6ae";
}
/* power filter sidebar */
.power-filter-sidebar .filter-wr {
  padding: 0.9375rem 0.625rem 0.9375rem 0.625rem;
  margin-bottom: 1.25rem;
  border: 1px solid #eaeaf0;
  background: #ffffff;
}
.power-filter-sidebar .filter-wr h4.filter-caption {
  padding-bottom: 0.66666667rem;
  font-size: 1.0625rem;
  margin-top: 0;
  border-bottom: 1px solid #eaeaf0;
  color: #3091c8;
  font-weight: 700;
}
.power-filter-sidebar .filter-wr > .listing--actions {
  padding: 0 10px;
  margin-bottom: 0;
}
.power-filter-sidebar .filter-wr #filter {
  padding-bottom: 0 !important;
}
@media (max-width: 767px) {
  .power-filter-sidebar .filter-wr {
    border: none;
    margin: 0;
  }
}
.js--modal.image-gallery--modal {
  z-index: 20000 !important;
}
.is--storytelling .last-seen-products {
  display: none;
}
.view--content .product--details .btn--notepad {
  width: 100% !important;
  float: none !important;
}
.view--content .product--details .btn--notepad:after {
  content: '';
  display: table;
  clear: both;
}
div[data-image-gallery="false"] .image-slider--item {
  cursor: default !important;
}
/* quick view */
.quick-view.is--active {
  z-index: 11000 !important;
}
.quick-view .view--content {
  background: #ffffff;
}
.quick-view .view--content .product--details .image-slider--thumbnails {
  height: 100px !important;
  margin-bottom: 20px;
}
.quick-view .view--content .product--details .product--header {
  padding: 0;
  min-height: inherit;
}
.view--content .product--details .btn--details {
  margin-left: 0 !important;
}
.quick-view .product--details .product--rating-container {
  width: auto;
}
.box--minimal .product--image {
  height: 200px;
}
/* Wartungsarbeiten */
.is--ctl-error.is--act-service .content--wrapper .error--service-wrapper {
  background: #ffffff;
  border: 1px solid #eaeaf0;
  padding: 10px 20px 20px 20px;
  margin-top: 30px;
  text-align: center;
}
.is--ctl-error.is--act-service.headtyp-1 .headbar,
.is--ctl-error.is--act-service.headtyp-2 .headbar {
  height: auto;
}
.is--ctl-error.is--act-service.headtyp-2 .headbar,
.is--ctl-error.is--act-service.headtyp-1 .headbar {
  display: block !important;
}
.is--ctl-error.is--act-service.headtyp-2 .headbar .headbar-container .topmenu .navigation-main,
.is--ctl-error.is--act-service.headtyp-1 .headbar .headbar-container .topmenu .navigation-main,
.is--ctl-error.is--act-service.headtyp-3 .headbar .navigation-main {
  display: none;
}
.is--ctl-error.is--act-service.headtyp-2 .headbar .headbar-container .topmenu .logo,
.is--ctl-error.is--act-service.headtyp-1 .headbar .headbar-container .topmenu .logo {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
@media (max-width: 767px) {
  .is--ctl-error.is--act-service .content--wrapper .error--service-wrapper {
    margin-top: 0;
  }
  .is--ctl-error.is--act-service.headtyp-1 .header-main,
  .is--ctl-error.is--act-service.headtyp-2 .header-main {
    height: auto;
    padding: 0;
  }
}
/* suche type 1 */
@media (min-width: 768px) {
  #header--searchform.typ1 {
    display: none;
    float: left;
    width: 100%;
    height: auto;
    background: #dddddd;
    padding: 5px 0;
    position: relative;
    z-index: 1001;
  }
  #header--searchform.typ1 .main-search--form {
    width: 100%;
    padding: 0 30px 0 30px;
    max-width: 1360px;
    margin: 0 auto;
    background: none;
    border: none;
    position: relative;
  }
  #header--searchform .main-search--form .main-search--field {
    background: #f8f8fa;
    border: 1px solid #eaeaf0;
    color: #6d6b6d;
  }
  .headtyp-1 #header--searchform .main-search--form .main-search--button {
    color: #55a7d6;
    right: 40px;
  }
  .headtyp-2 #header--searchform .main-search--form .main-search--button {
    color: #55a7d6;
    right: 40px;
  }
  .headtyp-3 #header--searchform .main-search--form .main-search--button {
    color: #55a7d6;
  }
  header #header--searchform.typ1 .main-search--results {
    width: 100%;
    max-width: calc(1360px - 60px);
    left: auto;
    right: auto;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1260px) {
  header #header--searchform.typ1 .main-search--results {
    width: 80%;
    left: 10%;
    margin: 0;
    padding: 0;
    max-width: inherit;
  }
}
/* quicklogin */
#quicklogin.container--ajax-account .ajax--account ul.quicklogin--navigation li {
  float: none !important;
}
#quicklogin.container--ajax-account .ajax--account.loggedin > strong {
  width: 100%;
  text-align: left;
  display: block;
  padding: 10px;
}
#quicklogin.container--ajax-account .ajax--account ul.quicklogin--navigation li {
  padding: 0 5px !important;
  height: auto !important;
}
#quicklogin.container--ajax-account .ajax--account.loggedin {
  border: 1px solid #eee !important;
}
/* linke-spalte-ausblenden-fuer-ausgewaehlte-kategorien */
@media (min-width: 768px) {
  .is--ctl-listing .sidebar-main.six-hide-sidebar,
  .is--ctl-listing.is--no-sidebar .sidebar-main.six-hide-sidebar {
    display: none !important;
    visibility: hidden;
  }
  .is--ctl-listing .sidebar-main.six-hide-sidebar + .content--wrapper,
  .is--ctl-listing.is--no-sidebar .sidebar-main.six-hide-sidebar + .content--wrapper {
    margin-left: 0 !important;
  }
  .sidebar-main .categories--headline.navigation--headline.hide,
  .sidebar-main .sidebar--categories-navigation.hide {
    display: none !important;
  }
}
/* Lexikon / Glossar Professionell */
#lexiconContainer {
  z-index: 99999 !important;
}
/* menü fix */
.sidebar-main .sidebar--categories-wrapper .categories--headline.navigation--headline {
  display: block !important;
}
/* bug-fix 24.7.2017 */
@media (min-width: 768px) {
  .sidebar-main .sidebar--categories-wrapper .categories--headline.navigation--headline.hide,
  .sidebar-main .categories--headline.navigation--headline.hide,
  .sidebar-main .sidebar--categories-wrapper .sidebar--categories-navigation.hide,
  .sidebar-main .sidebar--categories-navigation.hide {
    display: none !important;
  }
}
/* dreisc cms fix */
.component--dreisc-panel {
  margin-top: 0 !important;
  background: #ffffff;
}
.dreiscCmsLightboxOverlay {
  z-index: 10000;
}
/* fix additional--features */
.is--ctl-checkout .panel.additional--features {
  background: #ffffff;
  border-radius: 0x !important;
  background-clip: padding-box !important;
}
/* --- Transparenter header --- */
body.transparent-header header.header-main,
body.transparent-header header.header-main .top-bar,
body.transparent-header header.header-main .headbar,
body.transparent-header header.header-main .navigation--list-wrapper,
body.transparent-header.headtyp-3 .header-main .topbar.top-bar > .top-bar--navigation,
body.transparent-header.headtyp-3 .header-main .headbar .navigation-main,
body.transparent-header.headtyp-3 .header-main .headbar .navigation-main .navigation--list.container {
  background: none !important;
}
body.transparent-header header.header-main .headbar {
  border-top: none !important;
}
body.transparent-header header.header-main .entry--account,
body.transparent-header header.header-main .navigation--entry.entry--service,
body.transparent-header header.header-main .top-bar--currency.navigation--entry,
body.transparent-header header.header-main .entry--search,
body.transparent-header header.header-main .entry--menu-left,
body.transparent-header header.header-main .entry--notepad,
body.transparent-header header.header-main .entry--wishlist,
body.transparent-header header.header-main .entry--google-translate {
  border-left: none !important;
}
body.transparent-header.headtyp-2 .headbar {
  padding-bottom: 0 !important;
  border-bottom: none !important;
}
body.transparent-header header.header-main .activsticky.headbar {
  background: #ffffff !important;
}
@media (min-width: 768px) {
  body.transparent-header.emotion-bg-header header.header-main {
    position: absolute;
    z-index: 1;
    left: 0px;
    right: 0px;
    top: 0px;
    margin-top: 0px;
  }
  body.transparent-header.emotion-bg-header .emotion--overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 150px;
  }
}
@media (max-width: 767px) {
  body.transparent-header.headtyp-3 .topbar #header--searchform {
    background: none !important;
  }
}
body.transparent-header.emotion-bg-header .content-main {
  position: relative;
}
body.transparent-header.emotion-bg-header .content-main .image-slider {
  z-index: inherit;
}
body.transparent-header.emotion-bg-header .emotion--banner-slider .image-slider--dots {
  top: 95%;
}
@media (min-width: 768px) {
  body.transparent-header.emotion-bg-header[class*="headtyp-"] .header-main .top-bar--navigation > .navigation--entry,
  body.transparent-header.emotion-bg-header[class*="headtyp-"] .topbar > .navigation--entry,
  body.transparent-header.emotion-bg-header[class*="headtyp-"] .topbar > .navigation--entry a,
  body.transparent-header.emotion-bg-header[class*="headtyp-"] .topbar .cart--display,
  body.transparent-header.emotion-bg-header[class*="headtyp-"] .topbar .compare--quantity,
  body.transparent-header.emotion-bg-header[class*="headtyp-"] .topbar .js--fancy-select,
  body.transparent-header.emotion-bg-header[class*="headtyp-"] .topbar .top-bar--navigation .entry--cart a,
  body.transparent-header.emotion-bg-header[class*="headtyp-"] .topbar .top-bar--navigation .entry--cart a span,
  body.transparent-header.emotion-bg-header .navigation-main .navigation--list .navigation--entry.is--hovered .navigation--link,
  body.transparent-header.emotion-bg-header .navigation-main .navigation--link,
  body.transparent-header.emotion-bg-header .navigation-main .navigation--link .navigation--entry.is--home,
  body.transparent-header.emotion-bg-header.headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--account a,
  body.transparent-header.emotion-bg-header.headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--wishlist a,
  body.transparent-header.emotion-bg-header.headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--notepad a,
  body.transparent-header.emotion-bg-header.headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--cart a,
  body.transparent-header.emotion-bg-header.headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--compare,
  body.transparent-header.emotion-bg-header[class*="headtyp-"] .topbar .navigation--entry a.entry--link.account--link,
  body.transparent-header.emotion-bg-header[class*="headtyp-"] .topbar .navigation--entry.entry--notepad a,
  body.transparent-header.emotion-bg-header[class*="headtyp-"] .topbar .entry--search .entry--trigger {
    color: #383838 !important;
  }
  body.transparent-header.emotion-bg-header[class*="headtyp-"] .navigation--entry.account-dropdown {
    color: #383838 !important;
    background: none !important;
    border: none !important;
  }
  body.transparent-header.emotion-bg-header[class*="headtyp-"] .topbar > .navigation--entry:hover,
  body.transparent-header.emotion-bg-header[class*="headtyp-"] .topbar > .navigation--entry a:hover,
  body.transparent-header.emotion-bg-header[class*="headtyp-"] .topbar .cart--display:hover,
  body.transparent-header.emotion-bg-header[class*="headtyp-"] .topbar .compare--quantity:hover,
  body.transparent-header.emotion-bg-header[class*="headtyp-"] .topbar .js--fancy-select:hover,
  body.transparent-header.emotion-bg-header[class*="headtyp-"] .topbar .top-bar--navigation .entry--cart:hover a,
  body.transparent-header.emotion-bg-header[class*="headtyp-"] .topbar .top-bar--navigation .entry--cart:hover a span,
  body.transparent-header.emotion-bg-header .hover-typ-0.navigation-main .navigation--list .navigation--entry.is--hovered .navigation--link:hover,
  body.transparent-header.emotion-bg-header .hover-typ-1.navigation-main .navigation--list .navigation--entry.is--hovered .navigation--link:hover,
  body.transparent-header.emotion-bg-header .hover-typ-0.navigation-main .navigation--link:hover,
  body.transparent-header.emotion-bg-header .hover-typ-1.navigation-main .navigation--link:hover,
  body.transparent-header.emotion-bg-header .navigation-main .navigation--link .navigation--entry.is--home:hover,
  body.transparent-header.emotion-bg-header.headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--account a:hover,
  body.transparent-header.emotion-bg-header.headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--wishlist a:hover,
  body.transparent-header.emotion-bg-header.headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--notepad a:hover,
  body.transparent-header.emotion-bg-header.headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--cart a:hover,
  body.transparent-header.emotion-bg-header.headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--compare:hover .icon--compare,
  body.transparent-header.emotion-bg-header.headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--compare:hover .compare--name,
  body.transparent-header.emotion-bg-header.headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--compare:hover .badge,
  body.transparent-header.emotion-bg-header[class*="headtyp-"] .topbar .navigation--entry a.entry--link.account--link:hover,
  body.transparent-header.emotion-bg-header[class*="headtyp-"] .topbar .navigation--entry.entry--notepad:hover,
  body.transparent-header.emotion-bg-header[class*="headtyp-"] .topbar .entry--search .entry--trigger:hover {
    color: #383838 !important;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    opacity: 0.85;
  }
  body.transparent-header.emotion-bg-header .hover-typ-2.navigation-main .navigation--list .navigation--entry.is--hovered .navigation--link,
  body.transparent-header.emotion-bg-header .hover-typ-2.navigation-main .navigation--link:hover {
    color: #55a7d6 !important;
  }
  .transparent-header.emotion-bg-header .navigation-main.hover-typ-0 .navigation--list .navigation--entry .navigation--link:before,
  .transparent-header.emotion-bg-header .navigation-main.hover-typ-1 .navigation--list .navigation--entry .navigation--link:before {
    background: #383838 !important;
  }
  body.transparent-header.emotion-bg-header header.header-main .activsticky.headbar {
    background: #dddddd !important;
  }
  body.transparent-header.emotion-bg-header.headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--account a,
  body.transparent-header.emotion-bg-header.headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--wishlist a,
  body.transparent-header.emotion-bg-header.headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--notepad a,
  body.transparent-header.emotion-bg-header.headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--cart a,
  body.transparent-header.emotion-bg-header.headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--compare {
    border: none !important;
    background: none !important;
  }
  body.transparent-header.emotion-bg-header.headtyp-3 .top-bar .notepad-and-cart a i,
  body.transparent-header.emotion-bg-header.headtyp-3 .top-bar--navigation .entry--compare i.icon--compare {
    color: #383838 !important;
  }
}
/* Offcanvas Warenkorb */
.headtyp-3 .header-container {
  position: relative;
}
.headtyp-1 .container--ajax-cart,
.headtyp-2 .container--ajax-cart {
  margin: 0 !important;
  top: 0px !important;
}
.headtyp-3 .container--ajax-cart {
  margin: 0 !important;
  margin-top: -20px !important;
}
.headtyp-3 .container--ajax-cart.off-canvas {
  margin-top: 0 !important;
}
.container--ajax-cart.off-canvas {
  z-index: 20003;
}
/* Fix: Select-Button Text-color */
.js--fancy-select select option {
  color: #6d6b6d !important;
}
/* Neue Option: Container-home margin-top */
.content--home {
  margin-top: 10 !important;
}
.emotion-bg-header .content--home {
  margin-top: 0px !important;
}
/* Bugfix: Top-navigation Headertyp2 Icon-colors */
.topbar .navigation--entry a i,
.topbar .navigation--entry .entry--link i,
.topbar .navigation--entry.entry--compare i {
  color: #383838 !important;
}
.topbar .navigation--entry a span,
.topbar .navigation--entry .entry--link span {
  color: #383838 !important;
}
.topbar .navigation--entry:hover i {
  color: #55a7d6 !important;
}
.headtyp-3 .topbar .navigation--entry:hover a i {
  color: #55a7d6 !important;
}
.topbar .navigation--entry:hover span,
.topbar .top-bar--navigation .entry--cart:hover a,
.topbar .top-bar--navigation .entry--cart:hover a span {
  color: #55a7d6 !important;
}
.topbar .navigation--entry.entry--service:hover,
.topbar .navigation--entry.entry--service li a:hover {
  color: #55a7d6 !important;
}
/* Options: Footer-minimal mit Footer-Farben */
.footer-minimal.footer-colored {
  background-color: #656365 !important;
  color: #000000 !important;
}
.footer-minimal.footer-colored a {
  color: #616161 !important;
}
.footer-minimal.footer-colored a:hover {
  color: #55a7d6 !important;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
.footer-minimal.footer-colored .footer--vat-info {
  margin-bottom: 0px !important;
}
/* Ausrichtung bei Vergl.-/Merken-Buttons der Artikelliste optimiert */
.product--box .product--action {
  margin-right: 0px;
}
/* Kategorie-Header 07.08.2017 */
@media (min-width: 768px) {
  .lb-header-colored .navigation--headline {
    background-color: #6d6b6d !important;
    border: none !important;
  }
  .lb-header-colored .categories--headline {
    border: 1px solid #222222 !important;
    border-bottom: none !important;
  }
  .lb-header-bg-image .navigation--headline,
  .lb-header-colored .navigation--headline {
    color: #ffffff !important;
  }
  .lb-header-bg-image .categories--headline:after,
  .lb-header-colored .categories--headline:after,
  .lb-header-bg-image .navigation--headline:after,
  .lb-header-colored .navigation--headline:after {
    display: none !important;
  }
  .lb-header-colored .categories--navigation.navigation--list {
    border: 1px solid #222222 !important;
  }
  .lb-header-colored .sidebar--navigation .navigation--level-high,
  .lb-header-colored .sidebar--navigation .is--level1,
  .lb-header-colored .sidebar--navigation .is--level2 {
    border: none !important;
  }
  .lb-header-colored .lb-element-oben .border,
  .lb-header-colored .shop-sites--container {
    border: 1px solid #222222 !important;
  }
  .lb-header-bg-image .shop-sites--container .navigation--headline,
  .lb-header-colored .shop-sites--container .navigation--headline {
    padding: 0.9375rem 1.25rem 0.8125rem 1.25rem !important;
    margin: -0.9375rem -0.625rem -0.9375rem -0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .lb-header-colored .account--menu .navigation--headline {
    padding: 0.9375rem 1.25rem 0.8125rem 1.25rem !important;
    margin: 0 !important;
  }
  .lb-header-bg-image .sidebar--navigation.categories--navigation,
  .lb-header-colored .sidebar--navigation.categories--navigation {
    padding-top: 10px;
  }
  .lb-header-bg-image .sidebar--navigation.categories--navigation.is--level0 ul,
  .lb-header-colored .sidebar--navigation.categories--navigation.is--level0 ul {
    padding-top: 0px;
  }
  .lb-header-colored div[class^="lb-element"] ul.usp {
    margin-top: 7px;
  }
}
html.no--scroll div[id*="tsbadge"][data-shopname*="."] {
  overflow: hidden !important;
  display: none !important;
}
.payment--method input[type*='radio']:hover,
.payment--method label.method--name:hover,
.dispatch--method input[type*='radio']:hover,
.dispatch--method label.method--name:hover {
  cursor: pointer;
}
.premium-product.panel {
  border: 1px solid #eaeaf0;
  background: #ffffff;
}
.cnet--categorytext {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #eaeaf0 !important;
  background: #ffffff;
}
.cnet--categorytext > h1:first-of-type {
  margin-top: 0;
}
.no--scroll .transparent-header.emotion-bg-header .content-main {
  position: initial !important;
}
.header-main .top-bar--navigation .select-field:after {
  height: 24px;
  line-height: 24px;
}
.header-main .top-bar--navigation .top-bar--language .select-field {
  width: 34px;
}
.variant--option.is--image.hide,
.variant--group .variant--option.hide {
  display: none !important;
}
.navigation--entry.is--active .navigation--link.active:hover,
.navigation--entry.is--active .navigation--link.active:hover i {
  color: #55a7d6 !important;
}
/* z-Index Versandkosten-Popup 15.08.2017 */
.js--modal {
  z-index: 10003 !important;
}
/* Textlogo Tablet center */
@media (min-width: 768px) and (max-width: 1020px) {
  .header-main .logotext {
    text-align: center;
  }
}
/* Share-Icons Blog 23.08.2017 */
.share--buttons .icon-digg {
  background: url(../../custom/plugins/TcinnExquisiteTheme/Resources/Themes/Frontend/ExquisiteTheme/frontend/_public/src/img/social-media-icons/icon-digg.svg) center center no-repeat #0058eb;
  background-size: 80% auto;
}
.share--buttons .icon-delicious {
  background: url(../../custom/plugins/TcinnExquisiteTheme/Resources/Themes/Frontend/ExquisiteTheme/frontend/_public/src/img/social-media-icons/icon-delicious.svg) center center no-repeat #0098ff;
  background-size: 60% auto;
}
.blog--bookmarks .share--buttons {
  float: right;
}
/* Einkaufswelt-Header 05.09.2017 ++ transparent-header-Fix */
@media (min-width: 768px) {
  .emotion-bg-header.transparent-header.headtyp-1 .top-bar--navigation i,
  .emotion-bg-header.transparent-header.headtyp-1 .top-bar--navigation > span,
  .emotion-bg-header.transparent-header.headtyp-1 .navigation-main i,
  .emotion-bg-header.transparent-header.headtyp-1 .navigation-main > span {
    color: #383838 !important;
  }
  .emotion-bg-header.transparent-header.headtyp-1 .top-bar--navigation .navigation--entry:hover i,
  .emotion-bg-header.transparent-header.headtyp-1 .top-bar--navigation .navigation--entry:hover > span,
  .emotion-bg-header.transparent-header.headtyp-1 .navigation-main .navigation--entry:hover i,
  .emotion-bg-header.transparent-header.headtyp-1 .navigation-main .navigation--entry:hover > span {
    color: #383838 !important;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    opacity: 0.85;
  }
  .emotion-bg-header.transparent-header.headtyp-2 .top-bar--navigation i,
  .emotion-bg-header.transparent-header.headtyp-2 .top-bar--navigation > span,
  .emotion-bg-header.transparent-header.headtyp-2 .navigation-main i,
  .emotion-bg-header.transparent-header.headtyp-2 .navigation-main > span {
    color: #383838 !important;
  }
  .emotion-bg-header.transparent-header.headtyp-2 .top-bar--navigation .navigation--entry:hover i,
  .emotion-bg-header.transparent-header.headtyp-2 .top-bar--navigation .navigation--entry:hover > span,
  .emotion-bg-header.transparent-header.headtyp-2 .navigation-main .navigation--entry:hover i,
  .emotion-bg-header.transparent-header.headtyp-2 .navigation-main .navigation--entry:hover > span {
    color: #383838 !important;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    opacity: 0.85;
  }
  .emotion-bg-header.transparent-header.headtyp-3 .top-bar--navigation i,
  .emotion-bg-header.transparent-header.headtyp-3 .top-bar--navigation span,
  .emotion-bg-header.transparent-header.headtyp-3 .navigation-main i,
  .emotion-bg-header.transparent-header.headtyp-3 .navigation-main span {
    color: #383838 !important;
  }
  .emotion-bg-header.transparent-header.headtyp-3 .top-bar--navigation .navigation--entry:hover i,
  .emotion-bg-header.transparent-header.headtyp-3 .top-bar--navigation .navigation--entry:hover span,
  .emotion-bg-header.transparent-header.headtyp-3 .navigation-main .navigation--entry:hover i,
  .emotion-bg-header.transparent-header.headtyp-3 .navigation-main .navigation--entry:hover span {
    color: #383838 !important;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    opacity: 0.85;
  }
  .emotion-bg-header.transparent-header .navigation--entry .name--account,
  .emotion-bg-header.transparent-header .navigation--entry .service--display,
  .emotion-bg-header.transparent-header .navigation--entry .search--display,
  .emotion-bg-header.transparent-header .navigation--entry .compare--name,
  .emotion-bg-header.transparent-header .navigation--entry .notepad--name,
  .emotion-bg-header.transparent-header .navigation--entry .cart--display {
    color: #383838 !important;
  }
  .emotion-bg-header.transparent-header .navigation--entry:hover .name--account,
  .emotion-bg-header.transparent-header .navigation--entry:hover .service--display,
  .emotion-bg-header.transparent-header .navigation--entry:hover .search--display,
  .emotion-bg-header.transparent-header .navigation--entry:hover .compare--name,
  .emotion-bg-header.transparent-header .navigation--entry:hover .notepad--name,
  .emotion-bg-header.transparent-header .navigation--entry:hover .cart--display {
    color: #383838 !important;
  }
}
/* --- Strichstärken im Header 05.09.2017 --- */
.topbar .menu--name,
.top-bar--navigation {
  font-weight: inherit;
}
@media screen and (min-width: 768px) {
  .headtyp-1 .topbar .cart--display {
    font-weight: 600;
  }
  .headtyp-2 .topbar .cart--display {
    font-weight: 600;
  }
  .headtyp-3 .topbar .cart--display {
    font-weight: 600;
  }
}
.navigation-main {
  font-weight: 500;
}
.navigation-main .is--active,
.navigation-main .is--active .navigation--link {
  font-weight: 500;
}
/* --- Großschreibung im Header 05.09.2017 --- */
/* Topbar */
.topbar .navigation--entry > span,
.topbar .navigation--entry .compare--name,
.topbar .navigation--entry .notepad--name,
.topbar .navigation--entry .cart--display,
.topbar .navigation--entry .menu--name,
.topbar .navigation--entry .name--account {
  text-transform: none;
}
/* Top-Nav */
.navigation-main .navigation--link {
  text-transform: uppercase;
}
/* quick-view-Fix */
.quick-view--view .view--content {
  padding: 1.875rem !important;
}
@media (max-width: 768px) {
  .quick-view--view .view--content {
    padding: 1.475rem !important;
  }
}
@media (max-width: 479px) {
  .quick-view--view .view--content {
    padding: 1.075rem !important;
  }
}
.quick-view--view .view--content .product--header {
  margin: 0px !important;
  margin-bottom: 1.875rem !important;
}
.quick-view--view .product--details .buybox--form .buybox--button-container {
  padding: 0;
  border: 0;
}
@media (min-width: 768px) {
  .navigation--entry.account-dropdown {
    line-height: 38px;
    color: #383838 !important;
    margin: 0;
    float: left;
    padding: 0px 15px 0px 15px;
    padding: 0rem 0.9375rem 0rem 0.9375rem;
    height: auto;
    position: relative;
  }
  .headtyp-1 .navigation--entry.account-dropdown {
    border-left: 1px solid #ffffff;
  }
  .navigation--entry.account-dropdown:after {
    top: -3px;
    top: -0.1875rem;
    margin-left: 5px;
    margin-left: .3125rem;
    content: "\e612";
    font-family: 'shopware', sans-serif;
    position: relative;
    font-size: 5px;
  }
  .navigation--entry.account-dropdown .account-dropdown-container {
    display: none;
    position: absolute;
    top: auto;
    left: auto;
    background: #fff;
    border: 1px solid #eaeaf0;
    padding: 20px;
    z-index: 10000;
    width: 200px;
    margin: -10px 0 0 5px;
    cursor: default;
  }
  .navigation--entry.account-dropdown .account-dropdown-container:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 8px;
    width: .5rem;
    height: 8px;
    height: .5rem;
    top: -5px;
    top: -0.3125rem;
    left: 18px;
    left: 1.125rem;
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    border-color: #eaeaf0;
    border-width: 0 0 1px 1px;
    border-style: solid;
  }
  .navigation--entry.account-dropdown.js--is--dropdown-active .account-dropdown-container {
    display: block;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
  .no-link-text .account--display span.name--account {
    display: none;
  }
  .no-link-text .navigation--entry.account-dropdown {
    float: right;
  }
  .no-link-text .navigation--entry.account-dropdown .account-dropdown-container {
    right: 0;
    left: auto;
  }
  .no-link-text .navigation--entry.account-dropdown .account-dropdown-container:after {
    left: inherit;
    right: 20px;
  }
  .headtyp-3 .navigation--entry.account-dropdown {
    border: 1px solid #ffffff;
    background: #ffffff;
    border-radius: 0x !important;
    background-clip: padding-box !important;
  }
  .headtyp-3 .navigation--entry.account-dropdown {
    margin-right: 5px !important;
  }
  .headtyp-3 .navigation--entry.account-dropdown,
  .headtyp-3 .navigation--entry.account-dropdown span.account--display,
  .headtyp-3 .navigation--entry.account-dropdown span.account--display i {
    min-width: 40px;
    width: auto;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 0;
  }
  .headtyp-3 .navigation--entry.account-dropdown span.account--display i {
    font-size: 18px !important;
    float: left;
  }
  .headtyp-3 .navigation--entry.account-dropdown span.account--display span.name--account {
    font-size: 14px;
    display: block;
    float: left;
    padding-right: 10px;
  }
  .headtyp-3 .navigation--entry.account-dropdown:after {
    display: none;
  }
}
.navigation--entry.account-dropdown .account-dropdown-container > span {
  margin: 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  line-height: 1 !important;
  font-size: 16px;
  font-size: 1rem;
  display: block;
  font-weight: 700;
}
.navigation--entry.account-dropdown .account-dropdown-container .anmelden--button.btn.is--primary {
  padding: 0.125rem 0.75rem 0.125rem 0.75rem;
  line-height: 2.125rem;
  background-color: #83c2e6;
  background-image: linear-gradient(to bottom, #83c2e6 0%, #55a7d6 100%);
  border: 0 none;
  color: #ffffff !important;
  display: block;
  text-align: center;
}
.navigation--entry.account-dropdown .account-dropdown-container .anmelden--button.btn.is--primary:hover {
  background: #55a7d6;
  color: #ffffff !important;
}
.navigation--entry.account-dropdown .account-dropdown-container .registrieren-container {
  text-align: center;
  display: block;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-top: 3px;
  line-height: 1.3 !important;
}
.navigation--entry.account-dropdown .account-dropdown-container .registrieren-container a {
  text-decoration: underline;
}
.navigation--entry.account-dropdown .account-dropdown-container .registrieren-container a:hover {
  text-decoration: none;
}
.navigation--entry.account-dropdown .account-dropdown-container .infotext-container {
  line-height: 1.3 !important;
}
.navigation--entry.account-dropdown .account-dropdown-container ul.sidebar--navigation {
  display: block;
  border: none;
  padding-top: 15px;
  line-height: 1.3 !important;
}
.navigation--entry.account-dropdown .account-dropdown-container ul.sidebar--navigation .navigation--entry {
  padding: 0;
  margin: 0;
  text-align: left;
  width: 100%;
  height: 28px !important;
  line-height: 28px !important;
}
.navigation--entry.account-dropdown .account-dropdown-container ul.sidebar--navigation .navigation--entry a {
  display: block;
  padding: 0 !important;
  height: 28px !important;
  line-height: 28px !important;
}
@media (max-width: 767px) {
  .headtyp-1 .header-main .top-bar--navigation .navigation--entry.account-dropdown,
  .headtyp-2 .header-main .top-bar--navigation .navigation--entry.account-dropdown,
  .headtyp-3 .header-main .top-bar--navigation .navigation--entry.account-dropdown {
    display: table;
    position: absolute !important;
    top: 50px;
    right: 20%;
    width: 20% !important;
    height: 70px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0;
    line-height: 1 !important;
    text-align: center;
  }
  .headtyp-1 .header-main .top-bar--navigation .navigation--entry.account-dropdown i,
  .headtyp-2 .header-main .top-bar--navigation .navigation--entry.account-dropdown i,
  .headtyp-3 .header-main .top-bar--navigation .navigation--entry.account-dropdown i {
    display: block;
    font-size: 20px !important;
    width: auto;
    height: auto;
    float: none;
    line-height: 1;
  }
  .headtyp-1 .header-main .top-bar--navigation .navigation--entry.account-dropdown span.account--display,
  .headtyp-2 .header-main .top-bar--navigation .navigation--entry.account-dropdown span.account--display,
  .headtyp-3 .header-main .top-bar--navigation .navigation--entry.account-dropdown span.account--display {
    display: table-cell;
    width: 100%;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    height: auto;
    background: none !important;
    border: none !important;
    line-height: 1;
    text-align: center;
  }
  .headtyp-1 .header-main .top-bar--navigation .navigation--entry.account-dropdown:hover i,
  .headtyp-2 .header-main .top-bar--navigation .navigation--entry.account-dropdown:hover i,
  .headtyp-3 .header-main .top-bar--navigation .navigation--entry.account-dropdown:hover i {
    color: #55a7d6 !important;
  }
  .headtyp-1 .header-main .top-bar--navigation .navigation--entry.account-dropdown:hover span.account--display,
  .headtyp-2 .header-main .top-bar--navigation .navigation--entry.account-dropdown:hover span.account--display,
  .headtyp-3 .header-main .top-bar--navigation .navigation--entry.account-dropdown:hover span.account--display {
    color: #55a7d6 !important;
  }
  .headtyp-1 .header-main .top-bar--navigation .navigation--entry.account-dropdown span.name--account,
  .headtyp-2 .header-main .top-bar--navigation .navigation--entry.account-dropdown span.name--account,
  .headtyp-3 .header-main .top-bar--navigation .navigation--entry.account-dropdown span.name--account {
    font-size: 12px;
    display: block !important;
    padding-top: 6px;
    float: none !important;
    padding-right: 0;
  }
  .navigation--entry.account-dropdown:hover {
    cursor: default !important;
  }
  .navigation--entry.account-dropdown .account--display:hover {
    cursor: pointer !important;
  }
  .navigation--entry.account-dropdown .account-dropdown-container.off-canvas {
    padding: 15px;
  }
  .navigation--entry.account-dropdown .account-dropdown-container.off-canvas h4 {
    line-height: 1.3 !important;
    padding: 0 0 15px 0;
    margin: 0;
    border: none;
  }
  .navigation--entry.account-dropdown .account-dropdown-container ul.sidebar--navigation .navigation--entry {
    height: 38px !important;
    line-height: 38px !important;
  }
  .navigation--entry.account-dropdown .account-dropdown-container ul.sidebar--navigation .navigation--entry a {
    height: 38px !important;
    line-height: 38px !important;
  }
}
@media screen and (max-width: 550px) {
  .headtyp-1 .header-main .top-bar--navigation .navigation--entry.account-dropdown span.name--account,
  .headtyp-2 .header-main .top-bar--navigation .navigation--entry.account-dropdown span.name--account,
  .headtyp-3 .header-main .top-bar--navigation .navigation--entry.account-dropdown span.name--account {
    font-size: 11px;
  }
}
@media (max-width: 440px) {
  .headtyp-1 .header-main .top-bar--navigation .navigation--entry.account-dropdown span.name--account,
  .headtyp-2 .header-main .top-bar--navigation .navigation--entry.account-dropdown span.name--account,
  .headtyp-3 .header-main .top-bar--navigation .navigation--entry.account-dropdown span.name--account {
    font-size: 9px;
  }
}
/* language mobile switches */
.off-canvas .navigation--smartphone .mobile--switches .select-field {
  height: 49px;
}
.off-canvas .navigation--smartphone .mobile--switches .select-field:after {
  height: 50px;
  line-height: 48px;
}
/* Text-Ausrichtung Emotion-Panel-titles 06.09.2017 */
.content--emotions .product-slider--title,
.content--emotions .emotion--blog,
.content--emotions .panel--title {
  text-align: left;
}
/* Home-Icon Fix 07.09.2017 */
.homeiconlink,
.homeiconlink a,
.homeiconlink i.icon--house,
.homeiconlink i.icon--house::before {
  font-weight: 500 !important;
}
/* mobile filter fix */
@media (max-width: 767px) {
  .mobilefilter.mobilefilter--open .sidebar--categories-wrapper > div,
  .mobilefilter.mobilefilter--open .sidebar-main .sidebar--categories-wrapper .categories--headline.navigation--headline,
  .mobilefilter.mobilefilter--open .sidebar-main.off-canvas .offcanvas--overlay,
  .mobilefilter.mobilefilter--open .navigation--entry.entry--close-off-canvas,
  .mobilefilter.mobilefilter--open .navigation--smartphone {
    display: none !important;
  }
  .mobilefilter.mobilefilter--open .sidebar--categories-wrapper > div.listing--sidebar {
    display: block !important;
  }
  .mobilefilter.mobilefilter--open .off-canvas.is--left {
    -webkit-transform: none !important;
    transform: none !important;
  }
  .is--ctl-listing.mobilefilter .off-canvas.is--left {
    -webkit-transition: none !important;
    transition: none !important;
  }
  .is--ctl-listing.mobilefilter .listing--sidebar .sidebar-filter .action--filter-options {
    border-radius: 0px;
    background-clip: padding-box;
  }
}
@media (max-width: 481px) {
  .is--ctl-listing.is--ctl-listing.mobilefilter .off-canvas.is--left,
  .is--ctl-listing.is--ctl-listing.mobilefilter .offcanvas--overlay {
    max-width: 100% !important;
  }
}
/* quick-view */
.quick-view--view .image-slider .image-slider--thumbnails {
  padding: 0;
}
.quick-view--view .image-slider .image-slider--thumbnails .image-slider--thumbnails-slide {
  margin: 0;
  left: inherit;
  right: inherit;
  text-align: inherit;
}
@media (min-width: 1575px) {
  .quick-view .view--content .product--details .image-slider--thumbnails {
    height: 430px !important;
  }
  .quick-view--view .product--details .product--image-container .image-slider--container {
    width: calc(100% - 90px);
    float: right;
  }
}
.quick-view--view .product--details .product--supplier {
  margin: 0 !important;
  max-width: inherit;
}
#useraccountmenu .entry--close-off-canvas .account--close-off-canvas {
  background: #55a7d6;
  height: 44px;
  text-align: center;
  display: none;
  line-height: 44px;
  margin: -15px -15px 20px -15px;
  font-weight: 700;
  color: #ffffff !important;
}
#useraccountmenu .entry--close-off-canvas .account--close-off-canvas:hover {
  background: #83c2e6;
  -webkit-transition: 0.4s ease-out 0.1s;
  -moz-transition: 0.4s ease-out 0.1s;
  -o-transition: 0.4s ease-out 0.1s;
  transition: 0.4s ease-out 0.1s;
  color: #ffffff !important;
}
#useraccountmenu .entry--close-off-canvas .account--close-off-canvas i {
  float: right;
  line-height: 44px;
  margin: 0 10px;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  #useraccountmenu .entry--close-off-canvas .account--close-off-canvas {
    display: block;
  }
}
.navigation--entry.account-dropdown:after {
  margin-left: 0px !important;
}
.is--no-sidebar .listing--sidebar {
  display: block !important;
}
/* Header-Fix 09/2107 */
.navigation--entry.account-dropdown::after {
  margin-left: 0px !important;
}
.account-dropdown-container h4,
.account-dropdown-container .registrieren-container,
.account-dropdown-container .infotext-container {
  color: #6d6b6d !important;
}
.topbar .navigation--entry.account-dropdown i {
  color: #383838 !important;
}
.topbar .navigation--entry.account-dropdown:hover i {
  color: #55a7d6 !important;
}
.headtyp-3 .topbar .navigation--entry.entry--compare i {
  color: #383838 !important;
}
.headtyp-3 .topbar .navigation--entry.entry--compare:hover i {
  color: #55a7d6 !important;
}
@media (min-width: 768px) {
  .headtyp-1 .account--display .icon--account,
  .headtyp-2 .account--display .icon--account {
    display: none !important;
  }
  .headtyp-1 .no-link-text .account--display .icon--account,
  .headtyp-2 .no-link-text .account--display .icon--account {
    display: block !important;
  }
  .emotion-bg-header.transparent-header.transparent-header.headtyp-3 .topbar .navigation--entry.account-dropdown i {
    color: #383838 !important;
  }
  .emotion-bg-header.transparent-header.transparent-header.headtyp-3 .topbar .navigation--entry.account-dropdown:hover i {
    color: #383838 !important;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    opacity: 0.85;
  }
  .emotion-bg-header.transparent-header.headtyp-1 .topbar .navigation--entry.entry--compare .badge,
  .emotion-bg-header.transparent-header.headtyp-2 .topbar .navigation--entry.entry--compare .badge,
  .emotion-bg-header.transparent-header.headtyp-3 .topbar .navigation--entry.entry--compare .badge {
    color: #111111 !important;
  }
  body.transparent-header.emotion-bg-header.headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--compare:hover .badge {
    color: #111111 !important;
  }
  .emotion-bg-header.transparent-header.headtyp-1 .topbar .navigation--entry.entry--compare:hover i.icon--compare,
  .emotion-bg-header.transparent-header.headtyp-1 .topbar .navigation--entry.entry--compare:hover span.compare--name,
  .emotion-bg-header.transparent-header.headtyp-1 .topbar .navigation--entry.entry--compare:hover span.badge,
  .emotion-bg-header.transparent-header.headtyp-2 .topbar .navigation--entry.entry--compare:hover i.icon--compare,
  .emotion-bg-header.transparent-header.headtyp-2 .topbar .navigation--entry.entry--compare:hover span.compare--name,
  .emotion-bg-header.transparent-header.headtyp-2 .topbar .navigation--entry.entry--compare:hover span.badge {
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    opacity: 0.85;
  }
  .emotion-bg-header.transparent-header.headtyp-1 .topbar .navigation--entry .search--display,
  .emotion-bg-header.transparent-header.headtyp-2 .topbar .navigation--entry .search--display {
    color: #383838 !important;
  }
}
@media (max-width: 767px) {
  .headtyp-3 .topbar .navigation--entry.account-dropdown .name--account {
    color: #383838 !important;
  }
  .headtyp-3 .topbar .navigation--entry.account-dropdown:hover .name--account {
    color: #55a7d6 !important;
  }
}
.topbar .navigation--entry.account-dropdown:hover {
  cursor: pointer;
}
header .service--list,
header .compare--list {
  z-index: 10000;
  border: 1px solid #eaeaf0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.container--ajax-cart .ajax--cart {
  border: 1px solid #eaeaf0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.service--list:after,
.compare--list:after {
  border: 1px solid #eaeaf0;
}
.account-dropdown-container {
  z-index: 10000;
  border: 1px solid #eaeaf0 !important;
}
.account-dropdown-container:after {
  border-width: 0 0 1px 1px;
}
.headtyp-1 .topbar .navigation--entry .compare--list .compare--entry a.btn,
.headtyp-2 .topbar .navigation--entry .compare--list .compare--entry a.btn,
.headtyp-3 .topbar .navigation--entry .compare--list .compare--entry a.btn {
  color: #fff !important;
}
.headtyp-1 .topbar .navigation--entry .compare--list .compare--entry .btn i,
.headtyp-2 .topbar .navigation--entry .compare--list .compare--entry .btn i,
.headtyp-3 .topbar .navigation--entry .compare--list .compare--entry .btn i {
  color: #6d6b6d !important;
}
.headtyp-1 .topbar .navigation--entry .compare--list .btn--compare i,
.headtyp-2 .topbar .navigation--entry .compare--list .btn--compare i,
.headtyp-3 .topbar .navigation--entry .compare--list .btn--compare i,
body.transparent-header.emotion-bg-header.headtyp-3 .top-bar .compare--list a i {
  color: #fff !important;
}
/* Service/Hilfe Menü 09/2017 */
@media (min-width: 768px) {
  .headtyp-3 .topbar .navigation--entry.entry--service .service--display {
    color: #383838 !important;
  }
  .headtyp-3 .topbar .navigation--entry.entry--service:after {
    color: #383838 !important;
  }
  .emotion-bg-header.transparent-header.headtyp-3 .topbar .navigation--entry.entry--service .service--display {
    color: #383838 !important;
  }
  .emotion-bg-header.transparent-header.headtyp-3 .topbar .navigation--entry.entry--service:after {
    color: #383838 !important;
  }
  .headtyp-3 .topbar .navigation--entry.entry--service:hover .service--display {
    color: #55a7d6 !important;
  }
  .headtyp-3 .topbar .navigation--entry.entry--service:hover:after {
    color: #55a7d6 !important;
  }
  .emotion-bg-header.transparent-header.headtyp-3 .topbar .navigation--entry.entry--service:hover .service--display {
    color: #383838 !important;
  }
  .emotion-bg-header.transparent-header.headtyp-3 .topbar .navigation--entry.entry--service:hover:after {
    color: #383838 !important;
  }
  .topbar .navigation--entry.entry--service .service--list a,
  .headtyp-1 .topbar .account-dropdown .navigation--entry a,
  .headtyp-2 .topbar .account-dropdown .navigation--entry a,
  .headtyp-3 .topbar .account-dropdown .navigation--entry a {
    color: #6d6b6d !important;
  }
  .topbar .navigation--entry.entry--service .service--list a:hover,
  .headtyp-1 .topbar .account-dropdown .navigation--entry a:hover,
  .headtyp-2 .topbar .account-dropdown .navigation--entry a:hover,
  .headtyp-3 .topbar .account-dropdown .navigation--entry a:hover,
  .headtyp-1 .topbar .account-dropdown .navigation--entry a.is--active,
  .headtyp-2 .topbar .account-dropdown .navigation--entry a.is--active,
  .headtyp-3 .topbar .account-dropdown .navigation--entry a.is--active {
    color: #3091c8 !important;
  }
}
/* listing button class-fix */
.listing--wrapper .product--box .product--detail-btn.hoverbuyboxbutton {
  height: inherit;
  margin: 0;
  display: inline;
}
/* Header curency fix 09/2017 */
@media (min-width: 768px) {
  .top-bar--currency .select-field select,
  .top-bar--currency .select-field::after {
    color: #383838 !important;
  }
  .emotion-bg-header.transparent-header .top-bar--currency .select-field select,
  .emotion-bg-header.transparent-header .top-bar--currency .select-field::after {
    color: #383838 !important;
  }
  .headtyp-1 .topbar .navigation--entry .currency--form:hover .select-field select,
  .headtyp-1 .topbar .navigation--entry .currency--form:hover .select-field::after {
    color: #55a7d6 !important;
  }
  .emotion-bg-header.transparent-header.headtyp-1 .topbar .navigation--entry .currency--form:hover .select-field select,
  .emotion-bg-header.transparent-header.headtyp-1 .topbar .navigation--entry .currency--form:hover .select-field::after {
    color: #383838 !important;
  }
  .headtyp-2 .topbar .navigation--entry .currency--form:hover .select-field select,
  .headtyp-2 .topbar .navigation--entry .currency--form:hover .select-field::after {
    color: #55a7d6 !important;
  }
  .emotion-bg-header.transparent-header.headtyp-2 .topbar .navigation--entry .currency--form:hover .select-field select,
  .emotion-bg-header.transparent-header.headtyp-2 .topbar .navigation--entry .currency--form:hover .select-field::after {
    color: #383838 !important;
  }
  .headtyp-3 .top-bar--currency .select-field select,
  .headtyp-3 .top-bar--currency .select-field::after {
    color: #383838 !important;
  }
  .emotion-bg-header.transparent-header.headtyp-3 .top-bar--currency .select-field select,
  .emotion-bg-header.transparent-header.headtyp-3 .top-bar--currency .select-field::after {
    color: #383838 !important;
  }
  .headtyp-3 .topbar .navigation--entry .currency--form:hover .select-field select,
  .headtyp-3 .topbar .navigation--entry .currency--form:hover .select-field::after {
    color: #55a7d6 !important;
  }
  .emotion-bg-header.transparent-header.headtyp-3 .topbar .navigation--entry .currency--form:hover .select-field select,
  .emotion-bg-header.transparent-header.headtyp-3 .topbar .navigation--entry .currency--form:hover .select-field::after {
    color: #383838 !important;
  }
}
/* Sprachauswahl fix 09/2017 */
@media (min-width: 768px) {
  .headtyp-1 .language--select::after {
    height: 38px !important;
    line-height: 38px !important;
  }
  .headtyp-2 .language--select::after {
    height: 38px !important;
    line-height: 38px !important;
  }
  .headtyp-3 .top-bar--language .field--select,
  .headtyp-3 .top-bar--language .field--select .select-field::after {
    color: #383838 !important;
  }
  .emotion-bg-header.transparent-header.headtyp-3 .top-bar--language .field--select,
  .emotion-bg-header.transparent-header.headtyp-3 .top-bar--language .field--select .select-field::after {
    color: #383838 !important;
  }
  .headtyp-3 .top-bar--language .field--select:hover,
  .headtyp-3 .top-bar--language .field--select:hover .select-field::after {
    color: #55a7d6 !important;
  }
  .emotion-bg-header.transparent-header.headtyp-3 .top-bar--language .field--select:hover,
  .emotion-bg-header.transparent-header.headtyp-3 .top-bar--language .field--select:hover .select-field::after {
    color: #383838 !important;
  }
}
.headtyp-1 .navigation--entry.account-dropdown .registrieren-container .service--link,
.headtyp-2 .navigation--entry.account-dropdown .registrieren-container .service--link {
  color: #6d6b6d !important;
}
.headtyp-1 .navigation--entry.account-dropdown .registrieren-container .service--link:hover,
.headtyp-2 .navigation--entry.account-dropdown .registrieren-container .service--link:hover {
  color: #3091c8 !important;
}
/* Header "Mein-Konto" Icons-olny fix 09/2017 */
@media (min-width: 768px) {
  .no-link-text .navigation--entry.account-dropdown .account--display {
    display: block;
    line-height: 38px;
  }
  .no-link-text .navigation--entry.account-dropdown .account--display i {
    display: block;
    line-height: 38px;
  }
  .no-link-text .navigation--entry.account-dropdown::after {
    display: none;
  }
  .emotion-bg-header.transparent-header .topbar .navigation--entry.account-dropdown i {
    color: #383838 !important;
  }
  .emotion-bg-header.transparent-header .topbar .navigation--entry.account-dropdown:hover i {
    color: #383838 !important;
  }
  .no-link-text .navigation--entry.entry--account .account--display {
    display: block;
    line-height: 38px;
  }
  .no-link-text .navigation--entry.entry--account .account--display i {
    display: block;
    line-height: 38px;
  }
}
/* Header bagges fix 09/2017 */
body.transparent-header.emotion-bg-header[class*="headtyp-"] .topbar .compare--quantity,
body.transparent-header.emotion-bg-header[class*="headtyp-"] .topbar .compare--quantity:hover {
  color: #111111 !important;
}
body.transparent-header.emotion-bg-header[class*="headtyp-"] .topbar .notes--quantity,
body.transparent-header.emotion-bg-header[class*="headtyp-"] .topbar .notes--quantity:hover {
  color: #111111 !important;
}
.headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--wishlist:hover .badge,
.headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--notepad:hover .badge {
  color: #111111 !important;
}
/* Hauptnavigation fix 09/2017 */
body.transparent-header.emotion-bg-header .hover-typ-2.navigation-main .navigation--entry:hover .navigation--link .icon--house {
  color: #55a7d6 !important;
}
body.transparent-header.emotion-bg-header.headtyp-3 .hover-typ-2.navigation-main .navigation--list .navigation--entry.is--hovered .navigation--link span,
body.transparent-header.emotion-bg-header.headtyp-3 .hover-typ-2.navigation-main .navigation--link:hover {
  color: #55a7d6 !important;
}
/* Advanced Menü fix */
.advanced-menu {
  top: 46px;
}
.hover-typ-2 .advanced-menu {
  top: calc(46px - 1px);
}
.headtyp-3 .header-main .headbar .advanced-menu {
  top: calc(46px - 2px) !important;
  border-top: 2px solid rgba(255, 255, 255, 0) !important;
}
/* fix plugin kauf auf rechnung */
.datatranscw-payment-form .panel {
  background: #fff;
}
.datatranscw-payment-form .panel label {
  display: block;
}
.datatranscw-payment-form-visible .help-block,
.datatranscw-payment-form-visible .form-error {
  margin: 0;
}
.datatranscw-payment-form-visible .control-group {
  float: left;
  width: 29.33%;
  margin: 0 4% 15px 0;
}
.datatranscw-payment-form .panel .select-field,
.datatranscw-payment-form .panel .js--fancy-select {
  max-width: 100%;
}
.datatranscw-payment-form-visible .control-group > .controls {
  display: block;
}
/* headline class headline-plants */
.emotion--element.headline-plants .html--content {
  padding: 5px 0px;
  font-size: 14px;
  font-size: .875rem;
  line-height: 24px;
  line-height: 1.5rem;
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.emotion--element.headline-plants .html--content h1:before,
.emotion--element.headline-plants .html--content h2:before {
  right: 0.5em;
  margin-left: -50%;
  background-color: #ffffff;
  border-top: 3px double #55a7d6;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.emotion--element.headline-plants .html--content h1:after,
.emotion--element.headline-plants .html--content h2:after {
  left: 0.5em;
  margin-right: -50%;
  background-color: #fff;
  border-top: 3px double #55a7d6;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.emotion--element.headline-plants .html--content h1,
.emotion--element.headline-plants .html--content h2 {
  font-style: normal;
  letter-spacing: 1px;
  font-size: 20px;
  font-size: 1.25rem;
  color: #6d6b6d;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  overflow: hidden;
  max-width: 1400px;
  margin: 40px auto 5px auto;
}
/* Header Hintergrundbild 09/2017 fixed 29. */
@media (min-width: 768px) {
  .headtyp-1 .header-main.header-bg-image .headbar,
  .headtyp-2 .header-main.header-bg-image .headbar,
  .headtyp-3 .header-main.header-bg-image {
    background-image: url('https://fine-label.de/media/image/c8/fc/cb/Header_HG-weiss.png') !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: left top !important;
    background-repeat: repeat !important;
    background-attachment: scroll !important;
  }
  /* Hintergrundbild nicht Sticky */
  .headtyp-1 .header-main.header-bg-image .headbar.activsticky,
  .headtyp-2 .header-main.header-bg-image .headbar.activsticky {
    background-image: none !important;
  }
  /* Sonstige Hintergrundfarben entfernen */
  .headtyp-1 .header-bg-image .navigation--list-wrapper,
  .headtyp-2 .header-bg-image .navigation--list-wrapper,
  .headtyp-3 .header-main.header-bg-image .topbar.top-bar > .top-bar--navigation {
    background-color: transparent !important;
  }
}
/* Footer Hintergrundbild 09/2017 */
.footer--bottom.footer-bg-image {
  background-image: url('https://fine-label.de/media/image/cb/95/63/FINE-label-Welle-Footer_Banner.jpg') !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
}
/* Newsletter Hintergrundbild 09/2017 */
@media (min-width: 768px) {
  .footer--column.column--newsletter.newsletter-bg-image {
    background-image: url('../../custom/plugins/TcinnExquisiteTheme/Resources/Themes/Frontend/ExquisiteTheme/frontend/_public/src/img/_exquisite/bg-footer.jpg') !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
  }
}
/* Kategorie-Header Hintergrundbild 09/2017 */
@media (min-width: 768px) {
  .lb-header-bg-image .navigation--headline {
    background-image: url('../../custom/plugins/TcinnExquisiteTheme/Resources/Themes/Frontend/ExquisiteTheme/frontend/_public/src/less/') !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
  }
}
/* Mein-Konto mobile fix 09/2017 */
@media (max-width: 767px) {
  .account-dropdown-container {
    display: none;
  }
}
/* transparent-header checkout fix */
.transparent-header .header-main-min,
.transparent-header .header-main-min > .container,
.transparent-header .steps--content {
  background: none !important;
}
.transparent-header .register--login .register--new-customer {
  background: #ffffff;
}
/* Table header fix */
.confirm--content .product--table .table--header {
  background: #ffffff !important;
}
.confirm--content .product--table .table--header .panel--th {
  color: #6d6b6d !important;
}
/* headline flower */
.emotion--element.headline-flower .html--content {
  padding: 5px 20px;
  line-height: 24px;
  line-height: 1.5rem;
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.emotion--element.headline-flower .html--content h1:before,
.emotion--element.headline-flower .html--content h2:before {
  right: 0.5em;
  margin-left: -50%;
  background-color: #ffffff;
  border-top: 1px dotted #55a7d6;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.emotion--element.headline-flower .html--content h1:after,
.emotion--element.headline-flower .html--content h2:after {
  left: 0.5em;
  margin-right: -50%;
  background-color: #ffffff;
  border-top: 1px dotted #55a7d6;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.emotion--element.headline-flower .html--content h1,
.emotion--element.headline-flower .html--content h2 {
  font-weight: 500;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 20px;
  font-size: 1.25rem;
  color: #55a7d6;
  text-align: center;
  overflow: hidden;
  max-width: 1400px;
  margin: 40px auto 5px auto;
}
/* fix suche 04/10/2017 */
.is--ctl-search .content.search--content h1.search--headline {
  background: none;
  padding: 0 20px 20px 20px;
  margin: 0;
  border: none;
}
.is--ctl-search .content.search--content .sidebar-main {
  width: 230px;
  float: left;
  padding: 0;
}
@media (max-width: 767px) {
  .is--ctl-search .content.search--content .sidebar-main {
    width: 100%;
    max-width: 400px;
  }
}
@media (min-width: 768px) {
  .is--ctl-search .content.search--content .search--results {
    margin-left: 260px;
    padding: 0;
  }
}
.is--ctl-search .content.search--content .search--results .listing--actions,
.is--ctl-search .content.search--content .search--results .listing--bottom-paging {
  width: 100%;
  float: left;
}
/* select buttons */
.content--wrapper .js--fancy-select,
.content-main .select-field select,
.content-main .js--fancy-select select,
.quick-view .select-field select,
.quick-view .js--fancy-select select {
  background-color: #f8f8fa;
  background-image: linear-gradient(to bottom, #f8f8fa 0%, #ffffff 100%);
  color: #6d6b6d !important;
  border: 1px solid #eaeaf0 !important;
  border-radius: 0x;
  background-clip: padding-box;
}
.content-main .filter-panel {
  background-color: #f8f8fa;
  background-image: linear-gradient(to bottom, #f8f8fa 0%, #ffffff 100%);
}
.sidebar-filter .filter-panel {
  border: 1px solid #eaeaf0 !important;
}
.sidebar-filter .filter-panel:hover {
  background: #ffffff !important;
  color: #000000 !important;
  border: 1px solid #eaeaf0 !important;
}
.content-main .select-field:after,
.content-main .js--fancy-select:after {
  border-left: 1px solid #eaeaf0 !important;
  color: #6d6b6d !important;
}
#filter .filter-panel:hover .filter-panel--icon,
#filter .filter-panel:hover .filter-panel--title {
  color: #000000 !important;
}
.content--wrapper .js--fancy-select i {
  color: #6d6b6d !important;
}
.content--wrapper .js--fancy-select:hover,
.content-main .select-field select:hover,
.content-main .js--fancy-select select:hover {
  background: #ffffff !important;
  color: #000000 !important;
  border: 1px solid #eaeaf0 !important;
}
.content-main .filter-panel:hover {
  background: #ffffff !important;
}
.content-main .select-field:hover:after,
.content-main .js--fancy-select:hover:after {
  color: #000000 !important;
  border-left: 1px solid #eaeaf0 !important;
}
.content--wrapper .js--fancy-select:hover i {
  color: #000000 !important;
}
.content--wrapper .js--fancy-select .js--fancy-select-trigger {
  border-left: none;
}
/* SWTW-251 Hintergrund-Farbe im Checkout */
.confirm--content .product--table .table--header {
  background: #ffffff !important;
}
.confirm--content .product--table .table--header .panel--th {
  color: #6d6b6d !important;
}
/* SWTW-265 Fixes Produktsuche */
.is--ctl-search .listing--container {
  clear: none !important;
  float: left !important;
  width: 100%;
}
.is--ctl-search .listing--bottom-paging {
  clear: both !important;
}
@media (max-width: 767px) {
  .content--wrapper .mobile--switches .js--fancy-select,
  .content-main .mobile--switches .select-field select,
  .content-main .mobile--switches .js--fancy-select select {
    background: #ffffff;
    color: #6d6b6d !important;
    border: none !important;
  }
  .content-main .mobile--switches .select-field:after,
  .content-main .mobile--switches .js--fancy-select:after {
    border-left: none !important;
  }
  .content--wrapper .mobile--switches .js--fancy-select:hover,
  .content-main .mobile--switches .select-field select:hover,
  .content-main .mobile--switches .js--fancy-select select:hover {
    background: #ffffff;
    color: #6d6b6d !important;
    border: none !important;
  }
  .content-main .mobile--switches .select-field:hover:after,
  .content-main .mobile--switches .js--fancy-select:hover:after {
    border-left: none !important;
  }
  .product--details .action--link.action--compare {
    display: none !important;
  }
  .product--box .action--compare {
    display: none;
  }
}
img.image-hover-1:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
.action--filter-options.is--collapsed .filter--actions-bottom.is--active {
  display: block !important;
}
.filter-panel.is--collapsed label.filter-panel--title {
  height: 34px;
  line-height: 34px;
  padding: 0px 30px 0px 9px;
}
.action--filter-btn .filter--trigger.is--active {
  border: none;
  padding-left: 11px;
}
#filter .filter-panel.is--collapsed:hover {
  border: none !important;
}
#filter .filter-panel.is--collapsed .filter-panel--flyout {
  margin: 0 !important;
  width: 100% !important;
}
.listing--sidebar .sidebar-filter .filter-panel.is--collapsed {
  border: none !important;
}
.headtyp-1 .topbar .entry--service:after,
.headtyp-1 .topbar .entry--service:after,
.navigation--entry.account-dropdown:after {
  margin-left: 5px !important;
}
/* fix leftbar suche */
@media (min-width: 1025px) {
  .is--ctl-search .sidebar-left[data-nsse="0"] {
    display: none !important;
  }
  .is--ctl-search .sidebar-left[data-nsse="0"] + .search--results {
    margin-left: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .is--ctl-search .sidebar-left[data-tnsse="0"] {
    display: none !important;
  }
  .is--ctl-search .sidebar-left[data-tnsse="0"] + .search--results {
    margin-left: 0 !important;
  }
}
.klarna-widget.klarna-part-payment {
  float: left;
  width: 100%;
}
#one-page-checkout .agb--on-top {
  width: 100%;
  max-width: 1160px;
  background: #ffffff !important;
}
#one-page-checkout .register--personal-data,
#one-page-checkout .register--shipment-and-payment,
#one-page-checkout .register--overview {
  background: #ffffff !important;
}
.buybox--form:before {
  clear: both;
  display: table;
  content: '';
}
.amazon-pay-sidebar {
  border-radius: 0px;
  background-clip: padding-box;
  border: 1px solid #eaeaf0 !important;
  background: #ffffff !important;
  padding: 10px 10px 2px 10px;
}
.ts--vote-panel {
  background: #ffffff !important;
}
/* SWTW-291 Navigation Hover-Typ-1 v2 + Typ-3 + Typ-4 07/11/2017 */
/* Topmenu Underline Hover  */
.navigation-main .navigation--list .navigation--entry .navigation--link {
  position: relative;
  padding-bottom: 1px;
}
.navigation-main.hover-typ-1 .navigation--list .navigation--entry .navigation--link:after,
.navigation-main.hover-typ-3 .navigation--list .navigation--entry .navigation--link:after,
.navigation-main.hover-typ-4 .navigation--list .navigation--entry .navigation--link:after {
  background: transparent;
  content: '';
  display: block;
  height: 1px;
  -webkit-transition: width 0.4s ease, background-color 0.4s ease;
  /* Safari */
  transition: width 0.4s ease, background-color 0.4s ease;
  width: 0px;
}
.navigation-main.hover-typ-1 .navigation--list .navigation--entry .navigation--link:hover:after,
.navigation-main.hover-typ-3 .navigation--list .navigation--entry .navigation--link:hover:after,
.navigation-main.hover-typ-4 .navigation--list .navigation--entry .navigation--link:hover:after {
  background: #55a7d6;
  width: 100%;
}
/* Topmenu Underline From Center Hover  */
.navigation-main.hover-typ-1 .navigation--list .navigation--entry .navigation--link:after {
  margin: -1px auto 0 auto;
}
/* Topmenu Underline From Left Hover  */
.navigation-main.hover-typ-3 .navigation--list .navigation--entry .navigation--link:after {
  margin: -1px auto auto 0;
}
/* Topmenu Underline From Right Hover  */
.navigation-main.hover-typ-4 .navigation--list .navigation--entry .navigation--link:after {
  margin: -1px 0 auto auto;
}
/* SWTW-292 Produkt-Navigation-Buttons übergreifend aktivieren 07/11/2017 */
body.layout-fullwidth .product--navigation {
  display: block !important;
  position: absolute !important;
}
body.layout-boxed .product--navigation {
  display: block !important;
  position: fixed !important;
}
body.layout-boxed .product--navigation .link--prev,
body.layout-boxed .product--navigation .link--next {
  top: 5px;
}
.product--navigation .link--prev-button,
.product--navigation .link--next-button {
  border-radius: 0px !important;
  background-clip: padding-box !important;
}
/* footer 3 */
.footer-main.ftyp3 .column--communitys a {
  float: none;
  margin: 12px 10px 24px 10px;
}
@media (min-width: 768px) {
  .footer-main.ftyp3 .column--ueber-uns {
    width: 100%;
    display: block;
    text-align: center;
  }
  .footer-main.ftyp3 .column--tagcloud {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 25px;
  }
}
.footer-main.ftyp3 .column--ueber-uns img {
  display: inline-block;
  margin: 5px 10px;
  height: 80px;
}
.footer-main.ftyp3 .column--ueber-uns a:hover img {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .footer-main.ftyp3 .column--newsletter {
    padding: 40px 40px 36px 40px;
  }
  .footer-main.ftyp3 .column--newsletter .column--content {
    display: table;
  }
  .footer-main.ftyp3 .column--newsletter .column--headline {
    display: none;
  }
  .footer-main.ftyp3 .column--newsletter .column--content p {
    display: table-cell;
    width: 50%;
    padding: 0 25px 0 25px;
    margin: 0;
    vertical-align: middle;
    text-align: left;
    line-height: 1.4;
  }
  .footer-main.ftyp3 .column--newsletter .column--content .newsletter--form {
    display: table-cell;
    width: 50%;
    padding: 0 25px;
    vertical-align: middle;
  }
}
/* Fix Advents-/Aktionskalender Plugin von netzp */
.netzp-actioncalendar .item {
  background: none !important;
}
/* Fancybox Overlay-Fix */
.fancybox-lock .fancybox-overlay {
  z-index: 20000;
}
/* Header Typ-2 Clear-Fix */
.headtyp-2 .header-main:after {
  clear: both;
  float: none;
  display: table;
  content: '';
}
/* Newsletter Archiv */
.newsletter-listing--content,
.newsletter-detail--content {
  margin-top: 30px !important;
  margin-top: 1.875rem !important;
}
.newsletter-listing--headline,
.newsletter-listing--table,
.newsletter-detail--container {
  background-color: #ffffff !important;
}
@media (max-width: 1259px) {
  .newsletter--content {
    padding: 0 !important;
  }
}
/* variant bar anpassungen */
.tcinn--variant--bar {
  border-color: #6d6b6d !important;
}
.tcinn_variant_option.tcinn_variant_option_selected {
  border-color: #6d6b6d !important;
}
.listing .product--box--tcinn_wrapper .box--minimal.hover-actions .box--content:hover button.article-more,
.listing .product--box--tcinn_wrapper .box--minimal.hover-actions .box--content:hover a.article-more {
  display: none !important;
  animation: none;
  -moz-animation: none;
  -webkit-animation: none;
  -o-animation: none;
}
/* SWTW-346 Geschenk-verpacken-Popup z-index */
.repertus_custom_overlay.gift-option ~ div.js--modal.sizing--content {
  z-index: 20005 !important;
}
/* SWTW-355 Wunschpaket Plugin */
#moptEmpfaengerservicesWunschpaket {
  background: #fff;
}
/* SWTW-355 Fix Abstand-oben Listing Hersteller-Seite */
.is--act-manufacturer .listing--actions.without-sortings + .listing--container {
  margin-top: 0;
}
/* Plugin: Shopping Advisor */
.content--wrapper .advisor--content {
  background: #ffffff;
  padding: 20px 20px 20px 20px;
  border: 1px solid #eaeaf0;
  margin: 30px 0 0 0;
}
.advisor--content .advisor--content-inner .content-inner--main {
  margin: 25px 0 0 0 !important;
}
.advisor--content .content-inner--advisor-teaser .advisor-teaser--ct {
  display: block !important;
}
.advisor--content .advisor--content-inner .content-inner--main .main--advisor-start {
  margin-top: 15px;
}
.advisor--content-sidebar {
  margin-top: 25px !important;
  background: #ffffff;
}
.advisor--content-sidebar .advisor--sidebar {
  border-radius: 0px !important;
  background-clip: padding-box !important;
}
.advisor--content .advisor--content-padding {
  padding-top: 0px !important;
}
#advisor-listing--container .listing--actions .listing--paging {
  border-top: none;
}
#advisor-listing--container .product--detail-btn.hoverbuyboxbutton,
#advisor-listing--container .buybox--button.btn.is--primary {
  width: auto;
  clear: both;
  display: inline-block;
  float: none;
  margin-top: 20px;
}
.advisor--content .main--advisor-name h1 {
  margin-top: 0 !important;
}
.advisor--content-inner.advisor--content-padding.advisor--sidebar-content > .content-inner--main {
  background: #ffffff;
  padding: 20px;
  border: 1px solid #eaeaf0;
}
.listing-ct--advisor-result .product--detail-btn a.detailboxbutton.article-more.buybox--button {
  border: 1px solid #eaeaf0;
  padding: 5px 10px;
  float: left;
  height: 42px;
  line-height: 31px;
  margin-bottom: -5px;
}
.listing-ct--advisor-result .product--detail-btn a.detailboxbutton.article-more.buybox--button i {
  font-size: 10px;
}
.content-inner--main .main--advisor-text > p:last-of-type,
.content-inner--main .main--advisor-text > p:only-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .advisor--sidebar-content {
    margin-left: 241px !important;
  }
  .advisor--content-inner.advisor--content-padding.advisor--sidebar-content > .content-inner--main {
    margin-left: 20px;
  }
}
/* Listing .buybox-button 02/2018 */
/* .box--minimal */
.listing .product--box.box--minimal .box--content .buybox--button.btn.is--primary,
.listing .product--box.box--minimal .box--content .buybox--button,
.listing .product--box.box--minimal .box--content .article-more {
  display: block !important;
  background: #6d6b6d !important;
  color: #f8f8fa !important;
  padding: 0 5px !important;
  height: 38px !important;
  line-height: 38px !important;
  text-align: center !important;
  border: 1px solid #605e60 !important;
  margin: 11px -11px -11px -11px !important;
  font-weight: 500 !important;
  width: calc(100% + 22px) !important;
}
.listing .product--box.box--minimal .box--content .article-more:hover {
  background: #605e60 !important;
}
.listing .product--box.box--minimal .buybox--button.btn.is--primary:before {
  background: #605e60 !important;
}
/* .box--minimal > .cleanlisting */
.listing .product--box.box--minimal.hover-actions .buybox--button.btn.is--primary,
.listing .product--box.box--minimal.hover-actions .buybox--button,
.listing .product--box.box--minimal.hover-actions .article-more,
.cleanlisting .listing .product--box.box--minimal.hover-actions .buybox--button.btn.is--primary,
.cleanlisting .listing .product--box.box--minimal.hover-actions .buybox--button,
.cleanlisting .listing .product--box.box--minimal.hover-actions .article-more {
  display: none !important;
  position: absolute;
  bottom: -37px;
  left: 0;
  right: 0;
  z-index: 9000;
  width: calc(100% + 22px);
}
@media (min-width: 768px) {
  .listing .product--box.box--minimal.hover-actions .box--content:hover .buybox--button.btn.is--primary,
  .listing .product--box.box--minimal.hover-actions .box--content:hover .buybox--button,
  .listing .product--box.box--minimal.hover-actions .box--content:hover .article-more,
  .cleanlisting .listing .product--box.box--minimal.hover-actions .box--content:hover .buybox--button.btn.is--primary,
  .cleanlisting .listing .product--box.box--minimal.hover-actions .box--content:hover .buybox--button,
  .cleanlisting .listing .product--box.box--minimal.hover-actions .box--content:hover .article-more {
    display: block !important;
    animation: fadebottom 0.3s;
    -moz-animation: fadebottom 0.3s;
    -webkit-animation: fadebottom 0.3s;
    -o-animation: fadebottom 0.3s;
  }
}
/* .box--basic */
.listing .product--box.box--basic .product--btn-container .buybox--form button.buybox--button.block.btn.is--primary.is--icon-right.is--center.is--large {
  width: 100% !important;
  width: auto !important;
  margin: 15px 0 30px 0 !important;
  padding: 0px 36px 0px 20px  !important;
}
/* .box--image */
.listing .product--box.box--image .buybox--button.btn.is--primary {
  display: inline-block !important;
  background: #6d6b6d !important;
  color: #f8f8fa !important;
  padding: 0px 36px 0px 20px !important;
  width: auto !important;
  height: 38px !important;
  line-height: 38px !important;
  border: 1px solid #605e60 !important;
  margin: 15px 0 30px 0 !important;
  position: relative !important;
  float: none !important;
  font-weight: 500 !important;
}
.listing .product--box.box--image .buybox--button.btn.is--primary:before {
  background: #605e60 !important;
}
/* .box--image .cleanlisting */
.cleanlisting .listing .product--box.box--image .buybox--button.btn.is--primary {
  border: none !important;
}
/* box--basic + box--image */
.listing .product--box.box--basic button.article-more,
.listing .product--box.box--basic .buybox--button,
.listing .product--box.box--image button.article-more,
.listing .product--box.box--image .buybox--button {
  width: auto !important;
  display: inline-block !important;
}
/* offcanvas warenkorb */
.ajax--cart .prices--container.showprices {
  padding: 0;
}
.ajax--cart .prices--container.showprices .aggregation--list {
  margin: 0;
  padding: 11px;
}
#offcanvas-warenkorb-vourcher {
  padding: 11px;
  border-top: 1px solid #eaeaf0;
}
#offcanvas-warenkorb-vourcher::before,
#offcanvas-warenkorb-vourcher::after {
  content: '';
  display: table;
  clear: both;
}
#offcanvas-warenkorb-vourcher input[name="sVoucher"] {
  float: left;
  width: calc(100% - 44px);
  line-height: 40px;
  height: 40px;
}
#offcanvas-warenkorb-vourcher button[type="submit"] {
  float: left;
  width: 44px;
  line-height: 1;
  height: 40px;
  text-align: center;
}
#offcanvas-vourcher-error {
  padding: 0px 11px 0 11px;
}
.ajax--cart #offcanvas-vourcher-error .alert {
  margin-bottom: 0;
}
.ajax--cart .list--entry.block-group.entry--infobox {
  padding: 0 0 3px 0;
  font-size: 10px;
}
.ajax--cart .list--entry.block-group.entry--total {
  background: rgba(0, 0, 0, 0.05);
  padding: 4px 11px !important;
  margin-left: -11px;
  width: calc(100% + 22px);
}
#offcanvas-htmlbox {
  float: left;
  width: calc(100% - 22px);
  margin: 13px 11px 10px 11px;
}
#offcanvas-htmlbox::before,
#offcanvas-htmlbox::after {
  clear: both;
  display: table;
  content: '';
}
#offcanvas-htmlbox > p:first-of-type,
#offcanvas-htmlbox > h2:first-of-type,
#offcanvas-htmlbox > h3:first-of-type,
#offcanvas-htmlbox > h4:first-of-type,
#offcanvas-htmlbox > h5:first-of-type {
  padding-top: 0;
  margin-top: 0;
}
#offcanvas-htmlbox > p:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}
.ajax--cart a.offcanvas-banner {
  background: url("../../custom/plugins/TcinnExquisiteTheme/Resources/Themes/Frontend/ExquisiteTheme/frontend/_public/src/img/banner-bg.jpg") repeat fixed;
  display: block;
  color: #6d6b6d;
  float: left;
  width: 100%;
  text-align: center;
  padding: 15px;
  border: 1px solid #eaeaf0;
  text-decoration: none;
}
.ajax--cart a.offcanvas-banner:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.07000000000000001);
}
.ajax--cart a.offcanvas-banner > h3 {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 24px;
  line-height: 1.4;
}
.ajax--cart a.offcanvas-banner > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}
.ajax--cart a.offcanvas-banner > ul li {
  padding: 0 0 0 20px;
  margin: 0;
  list-style: none;
  position: relative;
  text-align: left;
  line-height: 1.5;
}
.ajax--cart a.offcanvas-banner > ul li:before {
  content: "\e60c";
  font-family: 'shopware', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 12px;
  position: absolute;
  top: 4px;
  left: 0;
  color: #6a9e06;
}
.ajax--cart a.offcanvas-banner > strong {
  display: inline-block;
  background: #fff;
  margin: 15px 0 5px 0;
  padding: 8px 25px;
  border: 1px solid #eaeaf0;
}
.ajax--cart a.offcanvas-banner > strong:hover,
.ajax--cart a.offcanvas-banner:hover > strong {
  background: #6a9e06 !important;
  color: #ffffff !important;
  border: 1px solid #6a9e06 !important;
}
.zahlungsanbieter-ajax-cart {
  text-align: center;
  padding: 5px 11px 15px 11px;
}
.zahlungsanbieter-ajax-cart > img {
  display: inline-block;
  float: none;
  width: 63px;
}
/* Storrytelling boxed-layout */
.layout-boxed.is--storytelling .container--ajax-cart.is--active {
  display: none;
}
.layout-boxed.is--storytelling .container--ajax-cart.is--active.is--open {
  display: block;
}
/* SWTW-410 Offcanvas-Warenkorb X-button fix */
.is--ctl-detail .page-wrap .container--ajax-cart.off-canvas {
  overflow: visible !important;
}
/* SWTW-409 Abmelden-Text/Icon in Leftbar optimieren */
.account--menu.is--personalized .navigation--link.navigation--personalized {
  padding-left: 23px !important;
  padding-left: 1.4375rem !important;
  padding-top: 7px !important;
  padding-top: 0.4375rem !important;
}
.account--menu.is--personalized .navigation--link.navigation--personalized:before,
.account--menu.is--personalized .navigation--link.navigation--personalized::before {
  font-size: 16px !important;
  font-size: 1rem !important;
  top: 9px !important;
  top: 0.5625rem !important;
}
@media (max-width: 767px) {
  .account--menu.is--personalized .navigation--link.navigation--personalized {
    padding-left: 33px !important;
    padding-left: 2.0625rem !important;
  }
  .account--menu.is--personalized .navigation--link.navigation--personalized:before,
  .account--menu.is--personalized .navigation--link.navigation--personalized::before {
    left: 10px !important;
    left: 0.625rem !important;
    top: 6px !important;
    top: 0.375rem !important;
  }
}
/* SWTW-407 Panel-Hintergrundfarbe "AGB verschieben" Plugin */
form#confirm--form--agbcheck .panel {
  background: #ffffff !important;
}
.tcinn-categorybanner {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.tcinn-categorybanner img.tcinn-categorybanner-image {
  display: block;
  max-width: inherit;
  max-height: inherit;
  height: auto;
  width: 100%;
}
.tcinn-categorybanner > div {
  position: absolute;
  left: 0;
  bottom: 30%;
  background: rgba(255, 255, 255, 0.7);
  color: #55a7d6;
  padding: 20px;
  font-size: 28px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
}
img.tcinn-categorytext-image.left {
  float: left;
  margin: 7px 30px 30px 0;
  width: calc(50% - 30px);
  height: auto;
  max-width: inherit;
  max-height: inherit;
}
img.tcinn-categorytext-image.right {
  float: right;
  margin: 7px 0 30px 30px;
  width: calc(50% - 30px);
  height: auto;
  max-width: inherit;
  max-height: inherit;
}
@media (max-width: 767px) {
  .tcinn-categorybanner > div {
    bottom: 20%;
    padding: 10px 20px;
    font-size: 20px;
  }
  img.tcinn-categorytext-image {
    width: 100% !important;
  }
  img.tcinn-categorytext-image {
    margin: 0 0 20px 0 !important;
  }
}
/* Currency-select fix */
.headtyp-3 .top-bar--currency .select-field {
  vertical-align: top;
}
/* Edge Fix Advanced-Navigation li */
@media (min-width: 767px) {
  .is--edge .advanced-menu .menu--list-item {
    list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
    list-style-position: outside;
    overflow: hidden;
  }
  .is--edge .advanced-menu .item--level-0 {
    padding-left: 5px !important;
  }
}
.footer-main .container {
  display: table;
}
/* Fix: Header Typ 3  Resultate-Popup */
.headtyp-3 header .main-search--results {
  top: auto !important;
  margin-top: 55px !important;
}
/* Sidebar Plugin-fixes 11/4/2018 */
@media (max-width: 767px) {
  .sidebar-left > .panel,
  .sidebar-left > .amazon-pay-sidebar,
  .sidebar-left > .paypal-sidebar,
  .sidebar-left > .mill--rating-box {
    display: none !important;
  }
}
/* Full-width listing EKW max-width fix 11/4/2018 */
body.is--ctl-listing.layout-fullwidth .emotion--wrapper {
  max-width: 100% !important;
}
.newsletter--privacy {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  margin: 1.25rem 0rem 1.25rem 0rem;
  font-size: 0.875rem;
  border: 1px solid #eaeaf0;
}
.newsletter--privacy input[type="checkbox"] {
  margin: 0.375rem 0.375rem 0rem 0rem;
  height: 12px;
  width: 12px;
  vertical-align: top;
}
.newsletterfooter--privacy {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  margin: 0rem 0rem 0rem 0rem;
  font-size: 0.8125rem;
  display: inline-block;
}
.newsletterfooter--privacy input[type="checkbox"] {
  margin: 0.1875rem 0.25rem 0rem 0rem;
  height: 12px;
  width: 12px;
  vertical-align: top;
}
.footer-main .newsletterfooter--privacy a {
  color: #ffffff !important;
  text-decoration: underline;
}
.footer-main .newsletterfooter--privacy a:hover {
  color: #ffffff !important;
  text-decoration: none;
}
@media (max-width: 767px) {
  .footer-main .newsletterfooter--privacy a {
    color: #6d6b6d !important;
  }
  .footer-main .newsletterfooter--privacy a:hover {
    color: #6d6b6d !important;
  }
}
.blog--privacy {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  margin: 1.25rem 0rem 1.25rem 0rem;
  font-size: 0.875rem;
  border: 1px solid #eaeaf0;
}
.blog--privacy input[type="checkbox"] {
  margin: 0.375rem 0.375rem 0rem 0rem;
  height: 12px;
  width: 12px;
  vertical-align: top;
}
.bewertungen--privacy {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  margin: 0.625rem 0rem 1.25rem 0rem;
  font-size: 0.875rem;
  border: 1px solid #eaeaf0;
}
.bewertungen--privacy input[type="checkbox"] {
  margin: 0.25rem 0.25rem 0rem 0rem;
  height: 12px;
  width: 12px;
  vertical-align: top;
}
.artikelempfehlungen--privacy {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  margin: 1.25rem 0rem 1.25rem 0rem;
  font-size: 0.875rem;
  border: 1px solid #eaeaf0;
}
.artikelempfehlungen--privacy input[type="checkbox"] {
  margin: 0.375rem 0.375rem 0rem 0rem;
  height: 12px;
  width: 12px;
  vertical-align: top;
}
.formulare--privacy {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  margin: 1.25rem 0rem 1.25rem 0rem;
  font-size: 0.875rem;
  border: 1px solid #eaeaf0;
}
.formulare--privacy input[type="checkbox"] {
  margin: 0.375rem 0.375rem 0rem 0rem;
  height: 12px;
  width: 12px;
  vertical-align: top;
}
/* Fixes Heidelpay Checkout 25/04/2018 */
body.is--ctl-paymenthgw .content--wrapper {
  padding-top: 30px;
}
body.is--ctl-paymenthgw #payment {
  border: 1px solid #eaeaf0;
  background: #ffffff;
}
body.is--ctl-paymenthgw h2 {
  padding: 20px 0px 10px 0px;
  padding: 1.25rem 0rem 0.625rem 0rem;
  text-decoration: none !important;
  text-align: center;
  margin: 20px 0 0 0 !important;
}
body.is--ctl-paymenthgw form.payment {
  padding: 20px 20px 20px 20px;
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  margin-bottom: 20px !important;
  margin-bottom: 1.25rem !important;
}
body.is--ctl-paymenthgw form .payment:after {
  clear: both;
  content: "";
  display: table;
}
@media (min-width: 768px) {
  .sites-navigation.show-for-mobil {
    display: none;
  }
}
@media (max-width: 767px) {
  .sites-navigation.show-for-mobil {
    display: block;
  }
}
/* cookie permission box fix */
body {
  padding-bottom: 0 !important;
}
/* product notification fix */
.product--buybox .alert.is--error + .product--notification {
  margin-top: -25px;
}
/* Fix: Datenschutz-Hinweis */
.newsletter--form .newsletterfooter--privacy {
  padding: 0;
}
/* Darstellung Plugin "FSK 18 optimiert */
.panel--body.emz-fsk-panel-body .tabcontent .btn {
  border: none !important;
  width: auto !important;
  line-height: 34px !important;
  line-height: 2.125rem !important;
  font-size: 14px !important;
  font-size: .875rem !important;
  margin: 0px !important;
}
.panel--body.emz-fsk-panel-body .tabcontent .right {
  float: none !important;
  margin-top: 6px !important;
  margin-top: .375rem !important;
}
@media screen and (min-width: 64em) {
  .panel--body.emz-fsk-panel-body .tabcontent .right {
    margin-left: auto !important;
    margin-top: 0px !important;
    margin-top: 0rem !important;
    height: 38px !important;
    height: 2.375rem !important;
  }
}
@media (max-width: 767px) {
  .panel--body.emz-fsk-panel-body .tabcontent .btn {
    width: 100% !important;
  }
}
.is--ctl-checkout.is--act-confirm.js--is-loading.fancybox-lock .fancybox-overlay {
  z-index: 20003;
}
.quick-order--shopping-list .panel.has--border {
  background: #ffffff;
}
/* Gratis-badge im Warenkorb korrigiert */
.ajax--cart .cart--item .thumbnail--container .cart--badge .badge--free {
  width: 62px !important;
  font-size: 11px !important;
}
/* Darstellung Listen im Formular Textbereich verbessert */
.is--ctl-forms .forms--content .forms--text ul {
  padding-left: 20px;
  margin: 10px 0;
}
.is--ctl-forms .forms--content .forms--text ol {
  padding-left: 35px;
  margin: 10px 0;
}
.sidebar--navigation {
  border-radius: 0;
}
img.osi,
img.osi-set[srcset] {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
img.osi[data-src],
img.osi-set[data-src] {
  opacity: 0;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___ 
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _| 
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|
                                                 
    Copyright (c) TC-Innovations GmbH

    Components
    ====================================
    The `components.less` contains the imports to all styled elements of Shopware/ThemeWare.
    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.
*/
.product-slider .tcinn-article-buy {
  margin-top: 15px;
}
/* Off-Canvas Cart */
.off-canvas .ajax--cart .button--container .button--checkout {
  line-height: 2.25rem;
}
.off-canvas .ajax--cart .button--container .button--open-basket {
  line-height: 2.25rem;
}
.off-canvas .ajax--cart .button--container .button--close-basket {
  padding: 0.125rem 0.75rem 0.125rem 0.75rem;
  line-height: 2.25rem;
  background-color: #6d6b6d;
  background-image: linear-gradient(to bottom, #6d6b6d 0%, #464546 100%);
  border: 0 none;
  color: #ffffff;
}
.off-canvas .ajax--cart .button--container .button--close-basket:hover {
  background: #464546;
  color: #ffffff;
}
/** Primary button
.is--primary {
  .unitize-padding(2, 12);
  .unitize(line-height, 34);
  .linear-gradient(@btn-primary-top-bg, @btn-primary-bottom-bg);
  border: 0 none;
  color: @btn-primary-text-color;

  &:hover {
    background: @btn-primary-hover-bg;
    color: @btn-primary-hover-text-color;
  }
}
*/
/** Secondary button
.is--secondary {
  .unitize-padding(2, 12);
  .unitize(line-height, 34);
  .linear-gradient(@btn-secondary-top-bg, @btn-secondary-bottom-bg);
  border: 0 none;
  color: @btn-secondary-text-color;

  &:hover {
    background: @btn-secondary-hover-bg;
    color: @btn-secondary-hover-text-color;
  }
}
*/
/** ThemeWare / More button */
.is--more {
  background: #6d6b6d;
  color: #f8f8fa;
  border: 0;
  font-weight: 500;
}
.is--more:hover {
  background: #605e60;
  color: #f8f8fa;
}
.is--more.is--disabled:hover {
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8fa 100%);
}
/** ThemeWare / Call to action button 

.is--more {
	background: @call_to_action_button_background_color !important;
	color: @call_to_action_button_text_color !important;
	border: 1px solid @call_to_action_button_border_color !important;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	line-height: 38px;
}
.is--more::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	.border-radius(@border_radius) !important;
	background: @call_to_action_button_background_color_hover;

	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.is--more:hover, 
.is--more:focus, 
.is--more:active {
	border: 1px solid @call_to_action_button_border_color_hover !important;
	color: @call_to_action_button_text_color_hover !important;
}
.is--more:hover::before, 
.is--more:focus::before, 
.is--more:active::before, {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
*/
/*@import "_components/container";*/
/*
Cookie consent manager
==================================================

*/
/* @todo: z-index korrigieren */
#cookie-consent.off-canvas {
  z-index: 10003 !important;
  overflow: auto;
}
/*
Delivery information
=========================================
Defines the delivery status for products (e.g. detail page, note).
The styling includes the base styling and the delivery states.
*/
/* .delivery--text
 * default: block
 * listing @show_lieferstatus_list = 1: block
*/
/* .delivery--text-shipping-free
 * default: none
 * detail: block
 * listing @show_versandkostenfrei_list = 1: block
*/
.product--delivery .delivery--text {
  font-size: 0.8125rem;
  width: auto;
  white-space: normal;
  line-height: 1.5;
  display: block;
}
.product--delivery [class^="icon--"] {
  font-size: 0.8125rem;
  padding-right: 5px;
}
.product--delivery .icon--truck:before {
  top: 1px;
  position: relative;
  float: none;
}
.product--delivery .delivery-shippingfree .delivery--text.delivery--text-shipping-free {
  color: #6d6b6d;
  display: none;
}
.product--delivery .delivery-shippingfree span i {
  padding-right: 5px;
  margin-left: 1px;
}
/* Listing / Suche */
.is--ctl-listing .product--delivery .delivery--text,
.is--ctl-search .product--delivery .delivery--text {
  display: none;
}
.is--ctl-listing .product--delivery,
.is--ctl-search .product--delivery {
  height: 40px;
  padding: 10px 0;
}
.is--ctl-listing .product--delivery .delivery--text.delivery--text-shipping-free,
.is--ctl-search .product--delivery .delivery--text.delivery--text-shipping-free {
  display: block !important;
  height: 20px;
}
/* Detail */
.is--ctl-detail .product--delivery {
  margin: 10px 0 5px 0;
}
.is--ctl-detail .product--delivery .delivery--text.delivery--text-shipping-free {
  display: block !important;
}
/* Checkout */
.is--ctl-checkout .product--delivery {
  margin-top: 5px;
}
.is--ctl-checkout .product--delivery .delivery-shippingfree {
  float: left;
  width: 100%;
  height: auto;
}
/* Merkzettel */
.is--ctl-note .product--delivery {
  margin-top: 5px;
}
/*
Emotions
=========================================
Contains the basic styles for the Shopware 5 shopping worlds and its elements.
*/
/* --- Basis --- */
.emotion--element-transparent > div {
  background: none !important;
}
/* --- Banner-Slider - Dots --- */
.emotion--banner-slider .image-slider--dots {
  bottom: inherit;
  top: 20px;
  width: auto;
  right: 20px;
  left: inherit;
  display: inline-block;
  text-align: right;
}
@media screen and (max-width: 78.75em) {
  .emotion--banner-slider .image-slider--dots {
    display: none;
  }
}
.emotion--banner-slider .image-slider--dots .dot--link {
  background: #55a7d6;
}
@media screen and (min-width: 78.75em) {
  .emotion--banner-slider .image-slider--dots .dot--link {
    text-align: left;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.emotion--banner-slider .image-slider--dots .dot--link.is--active {
  background: #ffffff;
}
/* --- Banner-Slider - ThemeWare-Tabs --- */
.emotion--banner-slider .image-slider--dots {
  width: auto;
}
/* --- Farbwelt --- */
.emotion--container {
  background: #fcfdff;
}
.is--ctl-index .emotion--container {
  background: #fcfdff;
}
.is--ctl-campaign {
  /* >>> Todo: "Emotion-Container" auf Landingpages */
}
.emotion--container .emotion--element > div {
  background: #ffffff;
}
.emotion--container .category--teaser,
.emotion--container .box--content {
  background: #ffffff;
}
/* --- Panels stylen 04.09.2017 --- */
.panel-title-styled .panel--title {
  background-color:  !important;
  color:  !important;
  margin: 0px !important;
  padding: 0 20px !important;
  height: 3.4375rem;
  line-height: 55px;
}
.panel-title-styled.panel-title-image .panel--title {
  background-image: url('../../custom/plugins/TcinnExquisiteTheme/Resources/Themes/Frontend/ExquisiteTheme/frontend/_public/src/less/_components/') !important;
  -webkit-background-size: auto !important;
  -moz-background-size: auto !important;
  -o-background-size: auto !important;
  background-size: auto !important;
  background-position: right top !important;
  background-repeat: no-repeat !important;
}
.panel-title-styled .panel--title.is--underline {
  border-bottom: 0px !important;
}
/*
Input Types
==========================================
Defines the basic styling of the Shopware input element types.
*/
textarea,
input[type="text"],
input[type="search"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="tel"] {
  color: #6d6b6d;
  font-size: 0.875rem;
  /*&:focus {
    }*/
  /*&.has--error {
    }*/
}
@media screen and (min-width: 48em) {
  textarea,
  input[type="text"],
  input[type="search"],
  input[type="password"],
  input[type="number"],
  input[type="email"],
  input[type="tel"] {
    color: #6d6b6d;
    font-size: 0.875rem;
    /*&:focus {
        }*/
    /*&.has--error {
        }*/
  }
}
/*
Selectfield
==========================================
Creates a styled combobox selection for the basic select element.
*/
.select-field select,
.js--fancy-select select {
  font-size: 0.875rem;
}
@media screen and (min-width: 48em) {
  .select-field select,
  .js--fancy-select select {
    font-size: inherit;
  }
}
/* Show select has error */
.content-main .select-field select.has--error,
.content-main .js--fancy-select select.has--error,
.quick-view .select-field select.has--error,
.quick-view .js--fancy-select select.has--error {
  color: #c31414 !important;
  border: 1px solid #c31414 !important;
  background: #ebadad !important;
}
/*@import "_components/icon-set";
@import "_components/navigation-list";
@import "_components/offcanvas-menu";
@import "_components/panel";*/
/*
Form
============================
Contains the general layout and styling for the Shopware form elements and fieldsets.
*/
/*@import "_components/alert";
@import "_components/badge";
@import "_components/label";
@import "_components/collapse";
@import "_components/product-slider";
@import "_components/modal";
@import "_components/loading-indicator";
@import "_components/overlay";*/
/*
Language Flags
==================================================

*/
.language--flag {
  height: 11px;
  width: 16px;
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: none;
  background-position: center center;
  background-size: 100% auto;
}
.language--flag.de_DE {
  background: url("../../custom/plugins/TcinnExquisiteTheme/Resources/Themes/Frontend/ExquisiteTheme/frontend/_public/src/img/icons/de.png") no-repeat 0 0;
}
.language--flag.en_GB {
  background: url("../../custom/plugins/TcinnExquisiteTheme/Resources/Themes/Frontend/ExquisiteTheme/frontend/_public/src/img/icons/gb.png") no-repeat 0 0;
}
.language--flag.en_us,
.language--flag.en_US {
  background: url("../../custom/plugins/TcinnExquisiteTheme/Resources/Themes/Frontend/ExquisiteTheme/frontend/_public/src/img/icons/us.png") no-repeat 0 0;
}
.language--flag.sl_SI {
  background: url("../../custom/plugins/TcinnExquisiteTheme/Resources/Themes/Frontend/ExquisiteTheme/frontend/_public/src/img/icons/si.png") no-repeat 0 0;
}
.language--flag.et_EE {
  background: url("../../custom/plugins/TcinnExquisiteTheme/Resources/Themes/Frontend/ExquisiteTheme/frontend/_public/src/img/icons/ee.png") no-repeat 0 0;
}
.language--flag.nb_NO {
  background: url("../../custom/plugins/TcinnExquisiteTheme/Resources/Themes/Frontend/ExquisiteTheme/frontend/_public/src/img/icons/no.png") no-repeat 0 0;
}
.language--flag.nn_NO {
  background: url("../../custom/plugins/TcinnExquisiteTheme/Resources/Themes/Frontend/ExquisiteTheme/frontend/_public/src/img/icons/no.png") no-repeat 0 0;
}
.language--flag.ja_JP {
  background: url("../../custom/plugins/TcinnExquisiteTheme/Resources/Themes/Frontend/ExquisiteTheme/frontend/_public/src/img/icons/jp.png") no-repeat 0 0;
}
.language--flag.zh_CN {
  background: url("../../custom/plugins/TcinnExquisiteTheme/Resources/Themes/Frontend/ExquisiteTheme/frontend/_public/src/img/icons/cn.png") no-repeat 0 0;
}
.language--flag.hr_HR {
  background: url("../../custom/plugins/TcinnExquisiteTheme/Resources/Themes/Frontend/ExquisiteTheme/frontend/_public/src/img/icons/hr.png") no-repeat 0 0;
}
.language--flag.sv_SE {
  background: url("../../custom/plugins/TcinnExquisiteTheme/Resources/Themes/Frontend/ExquisiteTheme/frontend/_public/src/img/icons/se.png") no-repeat 0 0;
}
.language--flag.ru_RU {
  background: url("../../custom/plugins/TcinnExquisiteTheme/Resources/Themes/Frontend/ExquisiteTheme/frontend/_public/src/img/icons/ru.png") no-repeat 0 0;
}
.language--flag.es_ES {
  background: url("../../custom/plugins/TcinnExquisiteTheme/Resources/Themes/Frontend/ExquisiteTheme/frontend/_public/src/img/icons/es.png") no-repeat 0 0;
}
.language--flag.it_IT {
  background: url("../../custom/plugins/TcinnExquisiteTheme/Resources/Themes/Frontend/ExquisiteTheme/frontend/_public/src/img/icons/it.png") no-repeat 0 0 !important;
}
.language--flag.uk_UA {
  background: url("../../custom/plugins/TcinnExquisiteTheme/Resources/Themes/Frontend/ExquisiteTheme/frontend/_public/src/img/icons/ua.png") no-repeat 0 0;
}
.language--flag.fi_FI {
  background: url("../../custom/plugins/TcinnExquisiteTheme/Resources/Themes/Frontend/ExquisiteTheme/frontend/_public/src/img/icons/fi.png") no-repeat 0 0;
}
.language--flag.pl_PL {
  background: url("../../custom/plugins/TcinnExquisiteTheme/Resources/Themes/Frontend/ExquisiteTheme/frontend/_public/src/img/icons/pl.png") no-repeat 0 0;
}
.language--flag.pt_PT {
  background: url("../../custom/plugins/TcinnExquisiteTheme/Resources/Themes/Frontend/ExquisiteTheme/frontend/_public/src/img/icons/pt.png") no-repeat 0 0;
}
.language--flag.ro_RO {
  background: url("../../custom/plugins/TcinnExquisiteTheme/Resources/Themes/Frontend/ExquisiteTheme/frontend/_public/src/img/icons/ro.png") no-repeat 0 0;
}
.language--flag.bg_BG {
  background: url("../../custom/plugins/TcinnExquisiteTheme/Resources/Themes/Frontend/ExquisiteTheme/frontend/_public/src/img/icons/bg.png") no-repeat 0 0;
}
.language--flag.tr_TR {
  background: url("../../custom/plugins/TcinnExquisiteTheme/Resources/Themes/Frontend/ExquisiteTheme/frontend/_public/src/img/icons/tr.png") no-repeat 0 0;
}
.language--flag.cs_CZ {
  background: url("../../custom/plugins/TcinnExquisiteTheme/Resources/Themes/Frontend/ExquisiteTheme/frontend/_public/src/img/icons/cz.png") no-repeat 0 0;
}
.language--flag.da_DK {
  background: url("../../custom/plugins/TcinnExquisiteTheme/Resources/Themes/Frontend/ExquisiteTheme/frontend/_public/src/img/icons/dk.png") no-repeat 0 0;
}
.language--flag.nl_NL {
  background: url("../../custom/plugins/TcinnExquisiteTheme/Resources/Themes/Frontend/ExquisiteTheme/frontend/_public/src/img/icons/nl.png") no-repeat 0 0;
}
.language--flag.hu_HU {
  background: url("../../custom/plugins/TcinnExquisiteTheme/Resources/Themes/Frontend/ExquisiteTheme/frontend/_public/src/img/icons/hu.png") no-repeat 0 0;
}
.language--flag.fr_FR {
  background: url("../../custom/plugins/TcinnExquisiteTheme/Resources/Themes/Frontend/ExquisiteTheme/frontend/_public/src/img/icons/fr.png") no-repeat 0 0;
}
.language--flag.el_GR {
  background: url("../../custom/plugins/TcinnExquisiteTheme/Resources/Themes/Frontend/ExquisiteTheme/frontend/_public/src/img/icons/gr.png") no-repeat 0 0;
}
.language--flag.en_IE {
  background: url("../../custom/plugins/TcinnExquisiteTheme/Resources/Themes/Frontend/ExquisiteTheme/frontend/_public/src/img/icons/ie.png") no-repeat 0 0;
}
.language--flag.de_AT {
  background: url("../../custom/plugins/TcinnExquisiteTheme/Resources/Themes/Frontend/ExquisiteTheme/frontend/_public/src/img/icons/at.png") no-repeat 0 0;
}
.language--flag.de_CH {
  background: url("../../custom/plugins/TcinnExquisiteTheme/Resources/Themes/Frontend/ExquisiteTheme/frontend/_public/src/img/icons/ch.png") no-repeat 0 0;
}
/*@import "_components/tag-cloud";
@import "_components/last-seen-products";
@import "_components/lightbox";
@import "_components/lists";
@import "_components/image-slider";
@import "_components/image-zoom";
@import "_components/menu-scroller";
@import "_components/filter-panel";
@import "_components/range-slider";
@import "_components/datepicker";
@import "_components/collapse-cart";
@import "_components/tables";
@import "_components/checkbox";
@import "_components/offcanvas-button";
@import "_components/tab-menu";
@import "_components/image-gallery";
@import "_components/product-quick-view";
@import "_components/captcha-honeypot";*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___ 
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _| 
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|
                                                 
    Copyright (c) TC-Innovations GmbH

    Modules
    ====================================
    The `modules.less` file contains the imports to all module elements of Shopware/ThemeWare.
    The files are destinated inside the `_modules` folder.
*/
/*
Global
==========================================
Defines the global styles of Shopware.
It contains the global modifier classes that help working with the Shopware elements and the typographic styles.
*/
/* --- Farbwelt --- */
.steps--container {
  background: #fcfdff !important;
}
.content-main {
  background: #fcfdff !important;
}
@media (min-width: 768px) {
  .is-desktop-hidden {
    display: none !important;
  }
}
/*
Header-mobile
==========================================
Temporary code for the refactoring of the mobile header
*/
@media screen and (max-width: 767px) {
  /* Header-type 1 */
  /* Header-type 2 */
  /* Header-type 3 */
  .headtyp-3 .top-bar--language.navigation--entry {
    display: none !important;
  }
  .headtyp-3 .top-bar--currency.navigation--entry {
    display: none !important;
  }
  .headtyp-3 .top-bar--navigation .entry--search {
    display: none !important;
  }
  .headtyp-3 .headbar {
    display: none !important;
  }
  .headtyp-3 .entry--cart .cart--amount {
    display: none !important;
  }
  .headtyp-3 .mobile--switches .top-bar--language.navigation--entry {
    display: block !important;
  }
  .headtyp-3 .mobile--switches .top-bar--currency.navigation--entry {
    display: block !important;
  }
  .headtyp-3 .mobile--switches .top-bar--language.navigation--entry {
    display: none !important;
  }
  .headtyp-3 .mobile--switches .top-bar--currency.navigation--entry {
    display: none !important;
  }
  .headtyp-1 .logo--mobile,
  .headtyp-2 .logo--mobile,
  .headtyp-3 .top-bar .logo {
    display: table;
    width: 50%;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 15px 0px 15px;
    margin-top: 0;
  }
  .headtyp-1 .logo--mobile .logo--link,
  .headtyp-2 .logo--mobile .logo--link,
  .headtyp-3 .top-bar .logo .logo--link {
    display: table-cell;
    vertical-align: middle;
  }
  .headtyp-1 .logo--mobile .logo--link img,
  .headtyp-2 .logo--mobile .logo--link img,
  .headtyp-3 .top-bar .logo .logo--link img {
    display: block;
    max-width: 100%;
    max-height: 31px;
    width: auto;
    color: rgba(255, 255, 255, 0);
  }
  .headtyp-1 .header-main .top-bar--navigation,
  .headtyp-2 .header-main .top-bar--navigation,
  .headtyp-3 .header-main .top-bar--navigation {
    padding: 0;
  }
  .headtyp-1 .logo--mobile .logo--link img[srcset="/themes/Frontend/Responsive/frontend/_public/src/img/logos/logo--mobile.png"],
  .headtyp-2 .logo--mobile .logo--link img[srcset="/themes/Frontend/Responsive/frontend/_public/src/img/logos/logo--mobile.png"],
  .headtyp-3 .logo .logo--link img[srcset="/themes/Frontend/Responsive/frontend/_public/src/img/logos/logo--mobile.png"] {
    margin-top: 6px;
  }
  .headtyp-3 .header-main .top-bar {
    display: block;
    height: inherit;
    width: auto;
    padding: 0;
    margin: 0;
  }
  .headtyp-1 .topbar #header--searchform,
  .headtyp-2 .topbar #header--searchform,
  .headtyp-3 .topbar #header--searchform,
  .headtyp-1 #header--searchform,
  .headtyp-2 #header--searchform {
    display: table;
    width: 50%;
    top: 0;
    right: 0;
    position: absolute;
    z-index: 5000;
    padding: 0;
    max-width: inherit;
    border: none;
    border-top: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 50px;
    left: inherit;
  }
  .headtyp-1 .topbar #header--searchform.active,
  .headtyp-2 .topbar #header--searchform.active,
  .headtyp-3 .topbar #header--searchform.active,
  .headtyp-1 #header--searchform.active,
  .headtyp-2 #header--searchform.active {
    width: 100%;
    -webkit-transition: 0.3s ease-out 0.1s;
    -moz-transition: 0.3s ease-out 0.1s;
    -o-transition: 0.3s ease-out 0.1s;
    transition: 0.3s ease-out 0.1s;
  }
  .headtyp-1 .topbar #header--searchform .main-search--results,
  .headtyp-2 .topbar #header--searchform .main-search--results,
  .headtyp-3 .topbar #header--searchform .main-search--results {
    width: calc(200% - 30px);
    margin-left: calc(-100% + 15px);
    margin-right: 15px;
    top: auto;
    left: initial;
  }
  .headtyp-1 #header--searchform.typ1 .main-search--results,
  .headtyp-2 #header--searchform.typ1 .main-search--results {
    width: calc(200% - 30px);
    margin-left: -100%;
    margin-right: 15px;
    top: auto;
    left: initial;
  }
  /*& when (@mobile_header_type=0) and (@topbar_features_position_header_1=1) {
        .headtyp-1 #header--searchform,
        .headtyp-1 .logo--mobile {
            top: @topbar_features_height;
        }
    }*/
  /*& when (@mobile_header_type=1) and (@topbar_features_position_header_1=1) {
        .headtyp-1 #header--searchform .main-search--form,
        .headtyp-1 .logo--mobile {
            top: @topbar_features_height;
        }
    }*/
  .headtyp-1 .header-main.mobil-usp .topbar--features {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .headtyp-1 .topbar #header--searchform.active .main-search--results,
  .headtyp-2 .topbar #header--searchform.active .main-search--results,
  .headtyp-3 .topbar #header--searchform.active .main-search--results {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    left: initial;
  }
  .headtyp-1 #header--searchform.active.typ1 .main-search--results,
  .headtyp-2 #header--searchform.active.typ1 .main-search--results {
    width: calc(100% - 30px);
    margin-left: 0;
    margin-right: 15px;
    left: initial;
  }
  .headtyp-1 .topbar #header--searchform .main-search--form,
  .headtyp-2 .topbar #header--searchform .main-search--form,
  .headtyp-1 #header--searchform .main-search--form,
  .headtyp-2 #header--searchform .main-search--form,
  .headtyp-3 .topbar #header--searchform .main-search--form {
    padding: 10px 15px 0 15px;
  }
  .headtyp-1 .topbar #header--searchform .main-search--form .main-search--field,
  .headtyp-2 .topbar #header--searchform .main-search--form .main-search--field,
  .headtyp-1 #header--searchform .main-search--form .main-search--field,
  .headtyp-2 #header--searchform .main-search--form .main-search--field,
  .headtyp-3 .topbar #header--searchform .main-search--form .main-search--field {
    border-radius: 4px !important;
    background-clip: padding-box !important;
  }
  .headtyp-1 .topbar #header--searchform .results--list:after,
  .headtyp-2 .topbar #header--searchform .results--list:after,
  .headtyp-1 #header--searchform .results--list:after,
  .headtyp-2 #header--searchform .results--list:after,
  .headtyp-3 .topbar #header--searchform .results--list:after {
    right: 15px;
    left: inherit;
  }
  .headtyp-1 .topbar #header--searchform .main-search--form .main-search--button,
  .headtyp-2 .topbar #header--searchform .main-search--form .main-search--button,
  .headtyp-1 #header--searchform .main-search--form .main-search--button,
  .headtyp-2 #header--searchform .main-search--form .main-search--button,
  .headtyp-3 .topbar #header--searchform .main-search--form .main-search--button {
    top: 19px;
    right: 15px;
  }
  .headtyp-3 .top-bar .notepad-and-cart {
    float: none;
    width: 100%;
  }
  .headtyp-1 .header-main .top-bar--navigation .navigation--entry.entry--menu-left,
  .headtyp-2 .header-main .top-bar--navigation .navigation--entry.entry--menu-left,
  .headtyp-3 .header-main .navigation--entry.entry--menu-left {
    display: table;
    position: absolute;
    top: 50px;
    left: 0;
    height: 70px;
    width: 20%;
    text-align: center;
    line-height: 1;
    padding: 0;
    margin: 0;
    border: 0;
  }
  .headtyp-1 .header-main .top-bar--navigation .navigation--entry.entry--menu-left a,
  .headtyp-2 .header-main .top-bar--navigation .navigation--entry.entry--menu-left a,
  .headtyp-3 .header-main .navigation--entry.entry--menu-left a {
    display: table-cell;
    width: 100%;
    margin: 0;
    padding: 0;
    vertical-align: middle;
  }
  .headtyp-3 .header-main .navigation--entry.entry--menu-left a:hover,
  .headtyp-3 .header-main .navigation--entry.entry--menu-left a:hover i {
    color: #55a7d6 !important;
  }
  .headtyp-1 .header-main .top-bar--navigation .navigation--entry.entry--menu-left a [class^="icon--"],
  .headtyp-2 .header-main .top-bar--navigation .navigation--entry.entry--menu-left a [class^="icon--"],
  .headtyp-3 .header-main .navigation--entry.entry--menu-left a [class^="icon--"] {
    display: block;
    font-size: 20px;
    color: #383838;
  }
  .headtyp-1 .header-main .top-bar--navigation .navigation--entry.entry--menu-left span,
  .headtyp-2 .header-main .top-bar--navigation .navigation--entry.entry--menu-left span,
  .headtyp-3 .header-main .navigation--entry.entry--menu-left span {
    display: block;
    padding-top: 6px;
    font-size: 9px;
  }
  .headtyp-1 .topbar .cart--display,
  .headtyp-2 .topbar .cart--display {
    margin: 0;
    font-weight: 500;
  }
  .headtyp-1 .header-main .top-bar--navigation .entry--cart,
  .headtyp-2 .header-main .top-bar--navigation .entry--cart,
  .headtyp-3 .header-main .top-bar--navigation .entry--cart {
    display: table;
    position: absolute !important;
    top: 50px;
    right: 0;
    height: 70px !important;
    width: 20% !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1 !important;
    border: 0;
    text-align: center;
    background: none;
  }
  .headtyp-1 .header-main .top-bar--navigation .entry--cart a,
  .headtyp-2 .header-main .top-bar--navigation .entry--cart a,
  .headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--cart a {
    display: table-cell;
    width: 100%;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    height: auto;
    line-height: 1;
    float: none;
    background: none !important;
    border: none !important;
  }
  .headtyp-1 .header-main .top-bar--navigation .entry--cart a [class^="icon--"],
  .headtyp-2 .header-main .top-bar--navigation .entry--cart a [class^="icon--"],
  .headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--cart a i {
    display: block;
    font-size: 20px !important;
    width: auto;
    height: auto;
    float: none;
    line-height: 1;
  }
  .headtyp-1 .header-main .top-bar--navigation .entry--cart span,
  .headtyp-2 .header-main .top-bar--navigation .entry--cart span,
  .headtyp-3 .top-bar .notepad-and-cart .entry--cart .cart--display {
    display: block !important;
    padding-top: 6px;
    float: none !important;
    padding-right: 0;
  }
  .headtyp-1 .header-main .top-bar--navigation .entry--cart span.badge,
  .headtyp-2 .header-main .top-bar--navigation .entry--cart span.badge,
  .headtyp-3 .header-main .top-bar--navigation .entry--cart span.badge {
    position: absolute;
    top: 7px;
    left: 65%;
    line-height: 20px;
    padding: 0;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .headtyp-1 .header-main .top-bar--navigation .entry--account,
  .headtyp-2 .header-main .top-bar--navigation .entry--account,
  .headtyp-3 .header-main .top-bar--navigation .entry--account {
    display: table;
    position: absolute !important;
    top: 50px;
    right: 20%;
    width: 20% !important;
    height: 70px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0;
    line-height: 1 !important;
    text-align: center;
  }
  .headtyp-1 .header-main .top-bar--navigation .entry--account a,
  .headtyp-2 .header-main .top-bar--navigation .entry--account a,
  .headtyp-3 .top-bar .entry--account .entry--link.account--link {
    display: table-cell !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: middle !important;
    height: auto !important;
    line-height: 1 !important;
    float: none;
    background: none !important;
    border: none !important;
  }
  .headtyp-1 .header-main .top-bar--navigation .entry--account a [class^="icon--"],
  .headtyp-2 .header-main .top-bar--navigation .entry--account a [class^="icon--"],
  .headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--account a i,
  .headtyp-1 .topbar .navigation--entry.entry--wishlist a.btn [class^="icon--"],
  .headtyp-2 .topbar .navigation--entry.entry--wishlist a.btn [class^="icon--"],
  .headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--wishlist a i {
    display: block;
    font-size: 20px !important;
    width: auto;
    height: auto;
    float: none;
    line-height: 1;
  }
  .headtyp-1 .header-main .top-bar--navigation .entry--account span,
  .headtyp-2 .header-main .top-bar--navigation .entry--account span,
  .headtyp-3 .header-main .top-bar--navigation .entry--account span {
    display: block !important;
    padding-top: 6px;
    float: none !important;
    padding-right: 0;
  }
  .headtyp-1 .header-main .top-bar--navigation .entry--account span.account--display,
  .headtyp-2 .header-main .top-bar--navigation .entry--account span.account--display,
  .headtyp-3 .header-main .top-bar--navigation .entry--account span.account--display {
    padding-top: 0;
  }
  .headtyp-1 .header-main .top-bar--navigation .entry--notepad,
  .headtyp-2 .header-main .top-bar--navigation .entry--notepad,
  .headtyp-3 .header-main .top-bar--navigation .entry--notepad,
  .headtyp-1 .header-main .top-bar--navigation .entry--wishlist,
  .headtyp-2 .header-main .top-bar--navigation .entry--wishlist,
  .headtyp-3 .header-main .top-bar--navigation .entry--wishlist {
    display: table;
    position: absolute !important;
    top: 50px;
    height: 70px !important;
    width: 20% !important;
    right: 40%;
    text-align: center;
    padding: 0 !important;
    margin: 0 !important;
    border: 0;
    background: none !important;
    line-height: 1 !important;
  }
  .headtyp-1 .header-main .top-bar--navigation .entry--notepad a,
  .headtyp-2 .header-main .top-bar--navigation .entry--notepad a,
  .headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--notepad a,
  .headtyp-1 .header-main .top-bar--navigation .entry--wishlist a,
  .headtyp-2 .header-main .top-bar--navigation .entry--wishlist a,
  .headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--wishlist a {
    display: table-cell;
    width: 100%;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    height: auto;
    background: none !important;
    border: none !important;
    line-height: 1;
    text-align: center;
  }
  .headtyp-1 .header-main .top-bar--navigation .entry--notepad a [class^="icon--"],
  .headtyp-2 .header-main .top-bar--navigation .entry--notepad a [class^="icon--"],
  .headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--notepad a i,
  .headtyp-1 .header-main .top-bar--navigation .entry--wishlist a [class^="icon--"],
  .headtyp-2 .header-main .top-bar--navigation .entry--wishlist a [class^="icon--"],
  .headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--wishlist a i {
    display: block;
    font-size: 20px !important;
    width: auto;
    height: auto;
    float: none;
    line-height: 1;
  }
  .headtyp-1 .header-main .top-bar--navigation .entry--notepad span,
  .headtyp-2 .header-main .top-bar--navigation .entry--notepad span,
  .headtyp-3 .top-bar .notepad-and-cart .entry--notepad .notepad--name,
  .headtyp-1 .header-main .top-bar--navigation .entry--wishlist span,
  .headtyp-2 .header-main .top-bar--navigation .entry--wishlist span,
  .headtyp-3 .top-bar .notepad-and-cart .entry--wishlist span {
    display: block !important;
    padding-top: 6px;
    float: none !important;
    padding-right: 0;
  }
  .headtyp-1 .header-main .top-bar--navigation .entry--notepad span.badge,
  .headtyp-2 .header-main .top-bar--navigation .entry--notepad span.badge,
  .headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--notepad .badge,
  .headtyp-1 .header-main .top-bar--navigation .entry--wishlist span.badge,
  .headtyp-2 .header-main .top-bar--navigation .entry--wishlist span.badge,
  .headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--wishlist .badge {
    position: absolute;
    top: 7px;
    left: 65%;
    line-height: 20px;
    padding: 0;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .headtyp-1 .header-main .top-bar--navigation .entry--compare,
  .headtyp-2 .header-main .top-bar--navigation .entry--compare,
  .headtyp-3 .header-main .top-bar--navigation .entry--compare {
    display: none !important;
    position: absolute;
    left: 20%;
    top: 50px;
    height: 70px;
    text-align: center;
    width: 20%;
    padding: 0;
    margin: 0;
    border: 0;
    line-height: 1;
  }
  .headtyp-1 .header-main .top-bar--navigation .entry--compare > div,
  .headtyp-2 .header-main .top-bar--navigation .entry--compare > div,
  .headtyp-3 .header-main .top-bar--navigation .entry--compare > div {
    display: table-cell;
    width: 100%;
    margin: 0;
    padding: 0;
    vertical-align: middle;
  }
  .headtyp-1 .header-main .top-bar--navigation .entry--compare > div [class^="icon--"],
  .headtyp-2 .header-main .top-bar--navigation .entry--compare > div [class^="icon--"],
  .headtyp-3 .header-main .top-bar--navigation .entry--compare > div [class^="icon--"] {
    display: block;
    font-size: 20px;
  }
  .headtyp-1 .header-main .top-bar--navigation .entry--compare span,
  .headtyp-2 .header-main .top-bar--navigation .entry--compare span,
  .headtyp-3 .header-main .top-bar--navigation .entry--compare span {
    display: block;
    padding-top: 6px;
    font-size: 9px;
  }
  .headtyp-1 .header-main .top-bar--navigation .entry--compare .compare--name,
  .headtyp-2 .header-main .top-bar--navigation .entry--compare .compare--name,
  .headtyp-3 .header-main .top-bar--navigation .entry--compare .compare--name {
    display: block;
  }
  .headtyp-1 .header-main .top-bar--navigation .entry--compare span.badge,
  .headtyp-2 .header-main .top-bar--navigation .entry--compare span.badge,
  .headtyp-3 .header-main .top-bar--navigation .entry--compare span.badge {
    position: absolute;
    top: 7px;
    left: 65%;
    line-height: 20px;
    padding: 0;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 767px) {
  .headtyp-3 .main-search--form .form--ajax-loader {
    top: 19px !important;
    right: 55px !important;
  }
}
@media screen and (max-width: 767px) {
  .headtyp-1 .header-main .top-bar--navigation .navigation--entry span,
  .headtyp-2 .header-main .top-bar--navigation .navigation--entry span,
  .headtyp-3 .top-bar .notepad-and-cart .entry--cart .cart--display,
  .headtyp-3 .header-main .top-bar--navigation .entry--account span,
  .headtyp-3 .top-bar .notepad-and-cart .entry--notepad .notepad--name,
  .headtyp-3 .header-main .navigation--entry.entry--menu-left span,
  .headtyp-1 .header-main .top-bar--navigation .navigation--entry.entry--menu-left span,
  .headtyp-2 .header-main .top-bar--navigation .navigation--entry.entry--menu-left span,
  .headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--account a .name--account,
  .headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--notepad a .notepad--name,
  .headtyp-3 .top-bar.cart-price-hide .notepad-and-cart .navigation--entry.entry--cart a .cart--display,
  .headtyp-3 .top-bar .notepad-and-cart .entry--cart .cart--amount {
    font-size: 12px;
  }
}
@media screen and (max-width: 550px) {
  .headtyp-1 .header-main .top-bar--navigation .navigation--entry span,
  .headtyp-2 .header-main .top-bar--navigation .navigation--entry span,
  .headtyp-3 .top-bar .notepad-and-cart .entry--cart .cart--display,
  .headtyp-3 .header-main .top-bar--navigation .entry--account span,
  .headtyp-3 .top-bar .notepad-and-cart .entry--notepad .notepad--name,
  .headtyp-3 .header-main .navigation--entry.entry--menu-left span,
  .headtyp-1 .header-main .top-bar--navigation .navigation--entry.entry--menu-left span,
  .headtyp-2 .header-main .top-bar--navigation .navigation--entry.entry--menu-left span,
  .headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--account a .name--account,
  .headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--notepad a .notepad--name,
  .headtyp-3 .top-bar.cart-price-hide .notepad-and-cart .navigation--entry.entry--cart a .cart--display,
  .headtyp-3 .top-bar .notepad-and-cart .entry--cart .cart--amount {
    font-size: 11px;
  }
}
@media (max-width: 440px) {
  .headtyp-1 .header-main .top-bar--navigation .navigation--entry span,
  .headtyp-2 .header-main .top-bar--navigation .navigation--entry span,
  .headtyp-3 .top-bar .notepad-and-cart .entry--cart .cart--display,
  .headtyp-3 .header-main .top-bar--navigation .entry--account span,
  .headtyp-3 .top-bar .notepad-and-cart .entry--notepad .notepad--name,
  .headtyp-3 .header-main .navigation--entry.entry--menu-left span,
  .headtyp-1 .header-main .top-bar--navigation .navigation--entry.entry--menu-left span,
  .headtyp-2 .header-main .top-bar--navigation .navigation--entry.entry--menu-left span,
  .headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--account a .name--account,
  .headtyp-3 .top-bar .notepad-and-cart .navigation--entry.entry--notepad a .notepad--name,
  .headtyp-3 .top-bar.cart-price-hide .notepad-and-cart .navigation--entry.entry--cart a .cart--display,
  .headtyp-3 .top-bar .notepad-and-cart .entry--cart .cart--amount {
    font-size: 9px;
  }
}
/* --- Mobiler Header (refactoring) --- */
/* topbar_features_show
 * 0
 * 1
 *
 * topbar_features_position
 * 0 => Nur im Header
 * 1 => Im Header und Footer
 * 2 => Nur im Footer
 *
 * Struktur:
 * - header.header-main 
 * -- .topbar.top-bar
 * -- .topbar--features
 *
 */
@media screen and (max-width: 767px) {
  .headtyp-1 .header-main .topbar:after,
  .headtyp-2 .header-main .topbar:after {
    content: '';
    display: table;
    clear: both;
  }
  .headtyp-1 .header-main .top-bar--navigation:after,
  .headtyp-2 .header-main .top-bar--navigation:after {
    content: '';
    display: table;
    clear: both;
  }
  .headtyp-1 .header-main .topbar,
  .headtyp-2 .header-main .topbar,
  .headtyp-3 .header-main .topbar {
    position: relative;
  }
  /* Header-type 1 */
  /* Header-type 2 */
  /* Header-type 3 */
  .headtyp-3 .header-main {
    height: 120px;
  }
  .headtyp-1 .header-main .topbar,
  .headtyp-2 .header-main .topbar {
    height: 100%;
  }
  .headtyp-3 .header-main .topbar {
    height: 100%;
  }
}
/* Layout 0 - Default */
/* Layout 1 - New 2019 (header 1 + header 2 only) */
/*
Header
==========================================
Defines the styles of the header and its components.
*/
/* --- Standard Shopware Header --- */
/* --- ThemeWare Head-type 1-3 --- */
@media screen and (min-width: 48em) {
  .header-main .top-bar--navigation .navigation--entry {
    padding: 0rem 0.9375rem 0rem 0.9375rem;
  }
  .navigation-main .navigation--link {
    padding: 0rem 0.875rem 0rem 0.875rem;
  }
}
.main-search--button .icon--search::before {
  line-height: normal;
}
/* sortieren... */
.headtyp-1 .header-main .top-bar--navigation .entry--cart span.is--hidden,
.headtyp-2 .header-main .top-bar--navigation .entry--cart span.is--hidden {
  display: none !important;
}
/*
Header-type 1 / Top-Navigation next to the logo
==========================================

*/
.headtyp-1 .header-main {
  background: #ffffff;
  padding-bottom: 0;
  border-bottom: none;
  position: relative;
}
@media (min-width: 768px) {
  .headtyp-1 .header-main {
    background: #dddddd;
  }
  .headtyp-1 .topbar {
    background: #ffffff;
  }
}
/*
Header-1
==========================================
Based on Header-type 1.
*/
/*
Header-1-2
==========================================
Based on Header-type 1.
*/
/*
Header-type 2 / Logo centrally above Top-Navigation
==========================================

*/
.headtyp-2 .header-main {
  background: #ffffff;
  padding-bottom: 0;
  border-bottom: none;
  position: relative;
}
@media (min-width: 768px) {
  .headtyp-2 .header-main {
    background: #dddddd;
  }
  .headtyp-2 .topbar {
    background: #ffffff;
  }
}
/*
Header-2
==========================================
Based on Header-type 2.
*/
/*
Header-type 3 / Emphasis on article search
==========================================

*/
@media screen and (min-width: 48em) {
  .header-main .top-bar--navigation .select-field,
  .header-main .top-bar--navigation .select-field select,
  .header-main .top-bar--navigation .select-field:after {
    height: 25px;
    line-height: 25px;
    top: 0px;
  }
}
.header-main .top-bar--navigation .navigation--entry:last-child {
  padding-right: 0;
}
@media screen and (min-width: 48em) {
  .header-main .top-bar--navigation .service--list {
    right: 0;
  }
}
@media screen and (min-width: 78.75em) {
  .header-main .top-bar--navigation .service--list {
    right: 0;
  }
}
.headtyp-3 .navigation--entry.account-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .header-main .top-bar--navigation .service--list {
    margin: 0;
    top: 2rem;
  }
  .navigation--entry.account-dropdown .account-dropdown-container {
    margin: -0.625rem 0rem 0rem 0rem;
    left: 0;
  }
}
.headtyp-3 .header-main {
  background: #ffffff;
  padding-bottom: 0;
  border-bottom: none;
  position: relative;
}
@media (min-width: 768px) {
  .headtyp-3 .header-main {
    background: #dddddd;
  }
}
/*
Header-3
==========================================
Based on Header-type 3.
*/
.main-search--form .main-search--field {
  padding: 0.5625rem 3.125rem 0.5625rem 0.5625rem;
}
.main-search--form .main-search--button {
  right: 0.3125rem;
}
/*
Header-3-2
==========================================
Based on Header-type 3.
*/
/*
Header 3.3
==========================================
Based on Header-type 3.
*/
/*
Main navigation
==========================================
Contains the styles of the main navigation of the Shopware storefront.
The main navigation is positioned above the content section.
*/
/*
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.
*/
.content--breadcrumb {
  display: none;
  visibility: hidden;
}
/* --- Breadcrumbs deaktivieren (alt) --- */
.content--breadcrumb[data-showbc="no"] {
  display: none !important;
}
/* --- @todo: aufräumen... --- */
.content-main.container.block-group .content--breadcrumb.block {
  padding: 0;
  border: none;
  font-style: normal;
  margin-top: 0;
  border-bottom: 1px solid #eaeaf0;
}
.breadcrumb--button.breadcrumb--link + .breadcrumb--list {
  padding-left: 25px;
}
nav.content--breadcrumb {
  padding: 0;
  margin: 0;
  background: #ffffff;
}
nav.content--breadcrumb > div {
  display: table;
  max-width: 1360px;
  margin: 0 auto;
  width: 100%;
  padding: 0 30px;
  color: #444444;
}
/* Fix: 'SEO Professional' plugin */
#seo-breadcrumbs {
  background: #ffffff;
  border-bottom: 1px solid #eaeaf0;
  padding: 0 30px;
}
#seo-breadcrumbs nav.content--breadcrumb {
  display: table;
  max-width: 1360px;
  margin: 0 auto;
  width: 100%;
  padding: 0 30px;
  background: #ffffff;
  border-bottom: none;
}
.content--breadcrumb {
  font-size: 0.75rem;
  overflow: hidden;
}
.content--breadcrumb .breadcrumb--entry .breadcrumb--icon {
  line-height: 36px;
  padding: 0 6px 0 0;
  font-size: 0.75rem;
  color: #444444;
}
.content--breadcrumb .breadcrumb--entry .breadcrumb--icon:hover {
  color: #444444;
  opacity: 0.9;
}
.content--breadcrumb .breadcrumb--link,
.content--breadcrumb .breadcrumb--separator {
  line-height: 2.1875rem;
  padding: 0rem 0.3125rem 0rem 0.3125rem;
  color: #444444;
}
.content--breadcrumb .is--active .breadcrumb--link {
  color: #444444 !important;
}
.content--breadcrumb .is--active .breadcrumb--link:hover {
  color: #444444 !important;
  opacity: .9;
}
/*.content--breadcrumb .is--active .breadcrumb--link:hover {
	color: @breadcrumbs_textcolor !important;
	opacity: 0.9;
}*/
/*.content--breadcrumb .breadcrumb--entry a.breadcrumb--icon:hover {
	color: @breadcrumbs_textcolor;
	opacity: 0.9;
}*/
.content-main.container.block-group .content--breadcrumb.block + .content-main--inner .sidebar-main.off-canvas,
.content-main.container.block-group .content--breadcrumb.block + .product--navigation + .content-main--inner .sidebar-main.off-canvas {
  padding-top: 30px;
}
/*.content--breadcrumb .breadcrumb--link, 
.content--breadcrumb .breadcrumb--separator {
    line-height: 35px;
    padding: 0 5px 0 5px;
    
	color: @breadcrumbs_textcolor;
}*/
/* --- Mobile viewport --- */
@media (max-width: 767px) {
  .content-main.container.block-group .content--breadcrumb.block + .content-main--inner .sidebar-main.off-canvas {
    padding-top: 0;
  }
  nav.content--breadcrumb > div {
    padding: 0px 16px;
    font-size: 10px;
    background: #fafafa;
    border-top: 1px solid #eaeaf0;
  }
}
body.layout-fullwidth nav.content--breadcrumb > div {
  max-width: inherit;
}
/* Transparenter Header */
body.transparent-header nav.content--breadcrumb {
  background: none !important;
  border-bottom: none !important;
}
/* Plants-Theme fix */
.transparent-header nav.content--breadcrumb > div {
  margin-bottom: -30px;
}
.transparent-header .content--breadcrumb {
  height: 36px;
}
/*
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.
*/
/* --- Allgemein --- */
.product--details .product--actions .btn.contact-in-actions {
  margin-top: 0px;
}
.product--details nav.product--actions:nth-of-type(1) {
  margin-bottom: 0px;
}
/* ThemeWare: Layout Produktdetails "boxed background color" */
.product--buybox {
  background: #f7f7f7;
  padding: 30px 30px 0px;
  margin-bottom: 20px !important;
}
.product--details .buybox--form {
  width: 100%;
  margin: 10px 0px 0px;
}
.configurator--variant .option--label {
  background: #ffffff;
}
@media screen and (max-width: 479px) {
  .product--details .product--buybox {
    width: calc(100% + 40px) !important;
    margin-left: -20px !important;
  }
}
/* ThemeWare: Layout Produktdetails "full background color" */
/* ThemeWare: Layout Produktdetails "zentriert" */
/* --- Produkt headline --- */
.product--details .product--buybox h1 {
  padding-top: 0;
  margin-top: 0;
}
.product--details .product--buybox h1 {
  margin: 0;
}
@media screen and (min-width: 48em) {
  .product--details .product--header .product--title {
    width: calc(100% -  100px);
  }
}
/* --- Rating container --- */
.product--details .product--rating-container {
  width: calc(100% - 5px -  100px);
  /* -5px margin-left */
  float: left;
  margin: 0.3125rem 0rem 0.3125rem 0rem;
}
.product--details .product--rating-link {
  display: inline;
}
.product--details .product--buybox .product--rating-container .product--rating {
  padding-bottom: 0.9375rem;
}
.product--details .product--rating-container.no-supplier-img {
  width: 100% !important;
}
/* --- Hersteller-Logo --- */
.product--details .product--supplier {
  height: auto;
  width: 100%;
  max-width: 100px;
}
.product--details .product--supplier {
  margin: 0.3125rem 0rem 0.3125rem 0.3125rem;
}
/*@media screen and (max-width: 767px) {
        .product--details .product--supplier {
            .unitize-margin(5, 0, 0, 0);
        }
    }*/
.product--details .product--supplier .product--supplier-link {
  height: 100%;
}
/* ThemeWare: Position der Überschrift */
.product--details .buybox--inner {
  margin-top: 0.625rem;
}
/* --- Staffelpreise --- */
.product--details .block-prices--container .block-prices--table th {
  color: #ffffff;
}
.product--details .block-prices--container .block-prices--table {
  width: auto;
  margin-bottom: -10px;
}
.product--details .block-prices--container .block-prices--table th {
  padding: 4px 10px;
  line-height: 1.3;
}
.product--details .block-prices--container .block-prices--table td {
  padding: 0px 10px;
  line-height: 1.5;
  border: none !important;
}
/* --- Grundpreis --- */
.product--details .product--buybox .product--price {
  line-height: 1.5rem;
}
/* ThemeWare: Ausrichtung Produktdetails */
.base-info--entry {
  display: table;
  width: 100%;
}
@media (max-width: 1000px) {
  .product--details .product--base-info {
    margin-bottom: 20px;
  }
}
.product--details .product--base-info .entry--label {
  display: table-cell;
  width: 35%;
}
.product--details .product--base-info .entry--content {
  display: table-cell;
  width: 65%;
}
/* ThemeWare: Artikelnummer ausblenden */
/* ThemeWare: Button Auswahl zurücksetzen */
.product--details .block-prices--container {
  margin-bottom: 1.5625rem;
}
/* ThemeWare: Share buttons small/compact */
.share--buttons [class^="icon-"] {
  width: 32px !important;
  height: 32px !important;
  margin: 0 2px !important;
}
.product--notification .privacy-information {
  clear: both;
}
/* --- Fixes ---*/
.is--ctl-detail .product--buybox .alert,
.is--ctl-detail .product--buybox .custom_announcment,
.is--ctl-detail .product--buybox .delivery-shippingfree {
  clear: both;
}
.product--details .content--title {
  line-height: 1.375rem;
}
/* ThemeWare: Lagerbestand unter dem Preis anzeigen */
/* ThemeWare: Zusätzlicher Textbaustein unter der Eigenschaften-Tabelle ergänzen */
.product--properties-info {
  font-size: 0.75rem;
  line-height: 1.25rem;
  margin-top: -15px;
}
/* ThemeWare: "Maße anzeigen" */
.product--details .product--base-info .entry--dimensions span.entry--content span {
  display: inline-block;
}
/* ThemeWare: Zahlungsarten auf der Artikelseite */
.product--payment-logos .product--payment-logos-title {
  padding: 0rem 0.25rem 0.625rem 0.25rem;
}
.product--payment-logos img {
  margin: 0.125rem 0.25rem 0.125rem 0.25rem;
  width: calc(20% - 8px);
  height: auto;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
/*
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.
*/
.footer-main a,
.footer-main a.footer--phone-link,
.footer-minimal a,
.footer-main .navigation--entry .navigation--link {
  color: #6d6b6d;
}
.footer-main a:hover,
.footer-main a.footer--phone-link:hover,
.footer-minimal a:hover,
.footer-main .navigation--entry .navigation--link:hover {
  color: #55a7d6;
}
@media (min-width: 768px) {
  .footer-main a,
  .footer-main a.footer--phone-link,
  .footer-minimal a,
  .footer-main .navigation--entry .navigation--link {
    color: #000000;
  }
  .footer-main a:hover,
  .footer-main a.footer--phone-link:hover,
  .footer-minimal a:hover,
  .footer-main .navigation--entry .navigation--link:hover {
    color: 6d 6b 6d;
  }
}
.footer--bottom {
  clear: left;
  background: #656365;
  color: #000000;
}
.footer--bottom a {
  color: #616161;
  text-decoration: underline;
}
.footer--bottom a:hover {
  color: #55a7d6;
  text-decoration: none;
}
nav#footernav {
  display: block;
  padding: 0;
  margin: 0 0 20px 0;
  text-align: center;
  width: 100%;
}
nav#footernav > ul {
  display: inline-block;
  float: none;
  list-style: none;
  padding: 0;
  margin: 0;
}
nav#footernav > ul li {
  display: inline-block;
  float: none;
  list-style: none;
  padding: 0;
  margin: 0 6px;
  line-height: 16px;
}
nav#footernav > ul li a {
  display: block;
  float: none;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
  color: #616161;
  text-decoration: none;
  line-height: 16px;
}
nav#footernav > ul li a:hover {
  color: #55a7d6;
  text-decoration: underline;
}
@media (min-width: 768px) {
  nav#footernav.only-mobile {
    display: none !important;
  }
}
@media (max-width: 767px) {
  nav#footernav > ul li a {
    font-size: 12px;
  }
}
/*@import "_modules/footer-type-1";
@import "_modules/footer-type-2";
@import "_modules/footer-type-3";*/
/*
Sidebar
==============================================
Defines the styling of the storefront sidebar navigation and its components.
The sidebar is displayed inside the off-canvas menu on small devices.
*/
@media (min-width: 768px) {
  body[class^="is--ctl-"] .sidebar-left,
  .is--ctl-blog .sidebar-left,
  .is--ctl-note .sidebar-left,
  .is--ctl-note.is--user.is--one-time-account .sidebar-left,
  .is--ctl-index .sidebar-left,
  .is--ctl-detail .sidebar-left,
  .is--ctl-search .sidebar-left,
  .is--ctl-checkout .sidebar-left,
  .is--ctl-register .sidebar-left,
  .is--ctl-campaign .sidebar-left,
  .is--ctl-account.is--act-logout .sidebar-left,
  .is--ctl-account.is--act-password .sidebar-left,
  .is--ctl-account.is--act-resetPassword .sidebar-left,
  .is--ctl-listing.is--no-sidebar .sidebar-left,
  .is--ctl-tellafriend .sidebar-left,
  .is--ctl-bonussystem aside.sidebar-left,
  .is--ctl-storedetails .sidebar-left,
  .is--ctl-faq .sidebar-left,
  .is--ctl-advisor .sidebar-left,
  .is--ctl-dreisccms .sidebar-left,
  .is--ctl-stripepaymentaccount .sidebar-left {
    display: none;
  }
  body[class^="is--ctl-"] .sidebar-left + .content--wrapper {
    margin-left: 0;
  }
  body[class^=" is--ctl-"] .sidebar-left {
    display: none;
  }
  body[class^=" is--ctl-"] .sidebar-left + .content--wrapper {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  aside.sidebar-left {
    width: 230px;
    width: 14.375rem;
    padding-top: 1.875rem;
    float: left;
  }
  .listing--sidebar {
    float: none;
    margin-bottom: 20px;
  }
  .listing--sidebar .sidebar-filter {
    margin-top: 0;
  }
  .listing--sidebar .sidebar-filter .action--filter-options {
    border-color: #222222 !important;
  }
  .listing--sidebar .sidebar-filter .action--filter-options {
    border-top-left-radius: 0x !important;
    border-top-right-radius: 0x !important;
    border-bottom-right-radius: 0x !important;
    border-bottom-left-radius: 0x !important;
    background-clip: padding-box !important;
  }
  .filter--active,
  .search--cat-filter .cat-filter--reset,
  .search--cat-filter .cat-filter--reset {
    padding: 0px 6px 0px 6px;
    margin: 0px 6px 1px 0px;
  }
  .listing--sidebar .sidebar-filter .action--filter-options {
    margin-bottom: 1px;
  }
  .lb-element-oben.show-for-mobil,
  .lb-element-mitte.show-for-mobil,
  .lb-element-unten.show-for-mobil {
    display: none;
  }
  .sidebar-main.off-canvas,
  #cookie-consent,
  #cookie-consent {
    float: none;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .listing--sidebar .sidebar-filter .action--filter-options {
    border-radius: 0;
    border: 0;
  }
  aside.sidebar-left {
    width: auto;
    padding-top: 0;
    float: left;
    display: inline;
  }
  .lb-element-oben,
  .lb-element-mitte,
  .lb-element-unten {
    display: none;
  }
  .lb-element-oben.show-for-mobil,
  .lb-element-mitte.show-for-mobil,
  .lb-element-unten.show-for-mobil {
    display: block;
  }
}
/* Navigation wieder anzeigen (Desktop) */
@media (min-width: 1025px) {
  /* Navigation anzeigen */
  .is--ctl-index .sidebar-left[data-nsin="1"],
  .is--ctl-register .sidebar-left[data-nsre="1"],
  .is--ctl-blog .sidebar-left[data-nsbl="1"],
  .is--ctl-note .sidebar-left[data-nsno="1"],
  .is--ctl-detail .sidebar-left[data-nsde="1"],
  .is--ctl-listing .sidebar-left[data-nsli="1"],
  .is--ctl-listing.is--no-sidebar .sidebar-left[data-nsli="1"],
  .is--ctl-live-shopping .sidebar-left[data-nsli="1"],
  .is--ctl-live-shopping.is--no-sidebar .sidebar-left[data-nsli="1"],
  .is--ctl-search .sidebar-left[data-nsse="1"],
  .is--ctl-campaign .sidebar-left[data-nsca="1"],
  .is--ctl-account .sidebar-left[data-nsac="1"],
  .is--ctl-account.is--user .sidebar-left[data-nsac="1"],
  .is--ctl-account.is--act-logout .sidebar-left[data-nsin="1"],
  .is--ctl-account.is--act-password .sidebar-left[data-nspw="1"],
  .is--ctl-account.is--act-resetPassword .sidebar-left[data-nsac="1"],
  .is--ctl-custom .sidebar-left[data-nscu="1"],
  .is--ctl-newsletter .sidebar-left[data-nsne="1"],
  .is--ctl-forms .sidebar-left[data-nsfo="1"],
  .sidebar-left[data-nsfo="1"] .sidebar--categories-navigation,
  .is--ctl-sitemap .sidebar-left[data-nssm="1"],
  .is--ctl-address .sidebar-left[data-nsad="1"] {
    display: block !important;
  }
  .is--ctl-index .sidebar-left[data-nsin="1"] + .content--wrapper,
  .is--ctl-register .sidebar-left[data-nsre="1"] + .content--wrapper,
  .is--ctl-blog .sidebar-left[data-nsbl="1"] + .content--wrapper,
  .is--ctl-note .sidebar-left[data-nsno="1"] + .content--wrapper,
  .is--ctl-detail .sidebar-left[data-nsde="1"] + .content--wrapper,
  .is--ctl-listing .sidebar-left[data-nsli="1"] + .content--wrapper,
  .is--ctl-listing.is--no-sidebar .sidebar-left[data-nsli="1"] + .content--wrapper,
  .is--ctl-live-shopping .sidebar-left[data-nsli="1"] + .content--wrapper,
  .is--ctl-live-shopping.is--no-sidebar .sidebar-left[data-nsli="1"] + .content--wrapper,
  .is--ctl-search .sidebar-left[data-nsse="1"] + .content--wrapper,
  .is--ctl-campaign .sidebar-left[data-nsca="1"] + .content--wrapper,
  .is--ctl-account .sidebar-left[data-nsac="1"] + .content--wrapper,
  .is--ctl-account.is--user .sidebar-left[data-nsac="1"] + .content--wrapper,
  .is--ctl-account.is--act-logout .sidebar-left[data-nsin="1"] + .content--wrapper,
  .is--ctl-account.is--act-password .sidebar-left[data-nspw="1"] + .content--wrapper,
  .is--ctl-account.is--act-resetPassword .sidebar-left[data-nsac="1"] + .content--wrapper,
  .is--ctl-custom .sidebar-left[data-nscu="1"] + .content--wrapper,
  .is--ctl-newsletter .sidebar-left[data-nsne="1"] + .content--wrapper,
  .is--ctl-forms .sidebar-left[data-nsfo="1"] + .content--wrapper,
  .sidebar-left[data-nsfo="1"] .sidebar--categories-navigation + .content--wrapper,
  .is--ctl-sitemap .sidebar-left[data-nssm="1"] + .content--wrapper,
  .is--ctl-address .sidebar-left[data-nsad="1"] + .content--wrapper {
    margin-left: 16.25rem;
  }
  .is--ctl-note [data-nsno="1"]  .categories--headline,
  .is--ctl-address [data-nsad="1"]  .categories--headline,
  .is--ctl-account [data-nsac="1"]  .categories--headline,
  .is--ctl-note [data-nsno="1"]  .categories--navigation,
  .is--ctl-address [data-nsad="1"]  .categories--navigation,
  .is--ctl-account [data-nsac="1"]  .categories--navigation,
  .is--ctl-note [data-nsno="1"]  .shop-sites--container,
  .is--ctl-address [data-nsad="1"]  .shop-sites--container,
  .is--ctl-account [data-nsac="1"]  .shop-sites--container {
    display: block !important;
  }
  .sidebar-left[data-nscu="1"] .sidebar--categories-wrapper,
  .is--ctl-custom .sidebar-left[data-nscu="1"] .sidebar--categories-navigation {
    display: block !important;
  }
  .is--ctl-custom .sidebar-left[data-nscu="1"] .sidebar--categories-navigation.hide {
    display: none !important;
  }
  /* Navigation ausblenden */
  .is--ctl-index .sidebar-left[data-nsin="0"],
  .is--ctl-register .sidebar-left[data-nsre="0"],
  .is--ctl-blog .sidebar-left[data-nsbl="0"],
  .is--ctl-note .sidebar-left[data-nsno="0"],
  .is--ctl-detail .sidebar-left[data-nsde="0"],
  .is--ctl-listing .sidebar-left[data-nsli="0"],
  .is--ctl-listing.is--no-sidebar .sidebar-left[data-nsli="0"],
  .is--ctl-live-shopping .sidebar-left[data-nsli="0"],
  .is--ctl-live-shopping.is--no-sidebar .sidebar-left[data-nsli="0"],
  .is--ctl-search .sidebar-left[data-nsse="0"],
  .is--ctl-campaign .sidebar-left[data-nsca="0"],
  .is--ctl-account .sidebar-left[data-nsac="0"],
  .is--ctl-account.is--user .sidebar-left[data-nsac="0"],
  .is--ctl-account.is--act-logout .sidebar-left[data-nsin="0"],
  .is--ctl-account.is--act-password .sidebar-left[data-nspw="0"],
  .is--ctl-account.is--act-resetPassword .sidebar-left[data-nsac="0"],
  .is--ctl-custom .sidebar-left[data-nscu="0"],
  .is--ctl-newsletter .sidebar-left[data-nsne="0"],
  .is--ctl-forms .sidebar-left[data-nsfo="0"],
  .is--ctl-sitemap .sidebar-left[data-nssm="0"],
  .is--ctl-address .sidebar-left[data-nsad="0"] {
    display: none !important;
  }
  .is--ctl-index .sidebar-left[data-nsin="0"] + .content--wrapper,
  .is--ctl-register .sidebar-left[data-nsre="0"] + .content--wrapper,
  .is--ctl-blog .sidebar-left[data-nsbl="0"] + .content--wrapper,
  .is--ctl-note .sidebar-left[data-nsno="0"] + .content--wrapper,
  .is--ctl-detail .sidebar-left[data-nsde="0"] + .content--wrapper,
  .is--ctl-listing .sidebar-left[data-nsli="0"] + .content--wrapper,
  .is--ctl-listing.is--no-sidebar .sidebar-left[data-nsli="0"] + .content--wrapper,
  .is--ctl-live-shopping .sidebar-left[data-nsli="0"] + .content--wrapper,
  .is--ctl-live-shopping.is--no-sidebar .sidebar-left[data-nsli="0"] + .content--wrapper,
  .is--ctl-search .sidebar-left[data-nsse="0"] + .content--wrapper,
  .is--ctl-campaign .sidebar-left[data-nsca="0"] + .content--wrapper,
  .is--ctl-account .sidebar-left[data-nsac="0"] + .content--wrapper,
  .is--ctl-account.is--user .sidebar-left[data-nsac="0"] + .content--wrapper,
  .is--ctl-account.is--act-logout .sidebar-left[data-nsin="0"] + .content--wrapper,
  .is--ctl-account.is--act-password .sidebar-left[data-nspw="0"] + .content--wrapper,
  .is--ctl-account.is--act-resetPassword .sidebar-left[data-nsac="0"] + .content--wrapper,
  .is--ctl-custom .sidebar-left[data-nscu="0"] + .content--wrapper,
  .is--ctl-newsletter .sidebar-left[data-nsne="0"] + .content--wrapper,
  .is--ctl-forms .sidebar-left[data-nsfo="0"] + .content--wrapper,
  .is--ctl-sitemap .sidebar-left[data-nssm="0"] + .content--wrapper,
  .is--ctl-address .sidebar-left[data-nsad="0"] + .content--wrapper {
    margin-left: 0rem;
  }
  .is--ctl-note [data-nsno="0"]  .categories--headline,
  .is--ctl-address [data-nsad="0"]  .categories--headline,
  .is--ctl-account [data-nsac="0"]  .categories--headline,
  .is--ctl-note [data-nsno="0"]  .categories--navigation,
  .is--ctl-address [data-nsad="0"]  .categories--navigation,
  .is--ctl-account [data-nsac="0"]  .categories--navigation,
  .is--ctl-note [data-nsno="0"]  .shop-sites--container,
  .is--ctl-address [data-nsad="0"]  .shop-sites--container,
  .is--ctl-account [data-nsac="0"]  .shop-sites--container {
    display: none !important;
  }
  /* bei fullscreen Navigation ausblenden */
  .is--ctl-index .is--fullscreen .sidebar-left[data-nsin="1"],
  .is--ctl-blog .is--fullscreen .sidebar-left[data-nsbl="1"],
  .is--ctl-listing .is--fullscreen .sidebar-left[data-nsli="1"],
  .is--ctl-listing.is--no-sidebar .is--fullscreen .sidebar-left[data-nsli="1"],
  .is--ctl-campaign .is--fullscreen .sidebar-left[data-nsca="1"] {
    display: none !important;
  }
  .is--ctl-index .is--fullscreen .sidebar-left[data-nsin="1"] + .content--wrapper,
  .is--ctl-blog .is--fullscreen .sidebar-left[data-nsbl="1"] + .content--wrapper,
  .is--ctl-listing .is--fullscreen .sidebar-left[data-nsli="1"] + .content--wrapper,
  .is--ctl-listing.is--no-sidebar .is--fullscreen .sidebar-left[data-nsli="1"] + .content--wrapper,
  .is--ctl-campaign .is--fullscreen .sidebar-left[data-nsca="1"] + .content--wrapper {
    margin-left: 0rem;
  }
  .sidebar-main .shop-sites--container {
    display: block;
  }
}
/* Navigation wieder anzeigen (Tablet) */
@media (min-width: 768px) and (max-width: 1024px) {
  /* Navigation anzeigen */
  .is--ctl-index .sidebar-left[data-tnsin="1"],
  .is--ctl-register .sidebar-left[data-tnsre="1"],
  .is--ctl-blog .sidebar-left[data-tnsbl="1"],
  .is--ctl-note .sidebar-left[data-tnsno="1"],
  .is--ctl-detail .sidebar-left[data-tnsde="1"],
  .is--ctl-listing .sidebar-left[data-tnsli="1"],
  .is--ctl-listing.is--no-sidebar .sidebar-left[data-tnsli="1"],
  .is--ctl-live-shopping .sidebar-left[data-tnsli="1"],
  .is--ctl-live-shopping.is--no-sidebar .sidebar-left[data-tnsli="1"],
  .is--ctl-search .sidebar-left[data-tnsse="1"],
  .is--ctl-campaign .sidebar-left[data-tnsca="1"],
  .is--ctl-account .sidebar-left[data-tnsac="1"],
  .is--ctl-account.is--user .sidebar-left[data-tnsac="1"],
  .is--ctl-account.is--act-logout .sidebar-left[data-tnsin="1"],
  .is--ctl-account.is--act-password .sidebar-left[data-tnspw="1"],
  .is--ctl-account.is--act-resetPassword .sidebar-left[data-tnsac="1"],
  .is--ctl-custom .sidebar-left[data-tnscu="1"],
  .is--ctl-newsletter .sidebar-left[data-tnsne="1"],
  .is--ctl-forms .sidebar-left[data-tnsfo="1"],
  .sidebar-left[data-tnsfo="1"] .sidebar--categories-navigation,
  .is--ctl-sitemap .sidebar-left[data-tnssm="1"],
  .is--ctl-address .sidebar-left[data-tnsad="1"] {
    display: block !important;
  }
  .is--ctl-index .sidebar-left[data-tnsin="1"] + .content--wrapper,
  .is--ctl-register .sidebar-left[data-tnsre="1"] + .content--wrapper,
  .is--ctl-blog .sidebar-left[data-tnsbl="1"] + .content--wrapper,
  .is--ctl-note .sidebar-left[data-tnsno="1"] + .content--wrapper,
  .is--ctl-detail .sidebar-left[data-tnsde="1"] + .content--wrapper,
  .is--ctl-listing .sidebar-left[data-tnsli="1"] + .content--wrapper,
  .is--ctl-listing.is--no-sidebar .sidebar-left[data-tnsli="1"] + .content--wrapper,
  .is--ctl-live-shopping .sidebar-left[data-tnsli="1"] + .content--wrapper,
  .is--ctl-live-shopping.is--no-sidebar .sidebar-left[data-tnsli="1"] + .content--wrapper,
  .is--ctl-search .sidebar-left[data-tnsse="1"] + .content--wrapper,
  .is--ctl-campaign .sidebar-left[data-tnsca="1"] + .content--wrapper,
  .is--ctl-account .sidebar-left[data-tnsac="1"] + .content--wrapper,
  .is--ctl-account.is--user .sidebar-left[data-tnsac="1"] + .content--wrapper,
  .is--ctl-account.is--act-logout .sidebar-left[data-tnsin="1"] + .content--wrapper,
  .is--ctl-account.is--act-password .sidebar-left[data-tnspw="1"] + .content--wrapper,
  .is--ctl-account.is--act-resetPassword .sidebar-left[data-tnsac="1"] + .content--wrapper,
  .is--ctl-custom .sidebar-left[data-tnscu="1"] + .content--wrapper,
  .is--ctl-newsletter .sidebar-left[data-tnsne="1"] + .content--wrapper,
  .is--ctl-forms .sidebar-left[data-tnsfo="1"] + .content--wrapper,
  .sidebar-left[data-tnsfo="1"] .sidebar--categories-navigation + .content--wrapper,
  .is--ctl-sitemap .sidebar-left[data-tnssm="1"] + .content--wrapper,
  .is--ctl-address .sidebar-left[data-tnsad="1"] + .content--wrapper {
    margin-left: 16.25rem;
  }
  .is--ctl-note [data-tnsno="1"]  .categories--headline,
  .is--ctl-address [data-tnsad="1"]  .categories--headline,
  .is--ctl-account [data-tnsac="1"]  .categories--headline,
  .is--ctl-note [data-tnsno="1"]  .categories--navigation,
  .is--ctl-address [data-tnsad="1"]  .categories--navigation,
  .is--ctl-account [data-tnsac="1"]  .categories--navigation,
  .is--ctl-note [data-tnsno="1"]  .shop-sites--container,
  .is--ctl-address [data-tnsad="1"]  .shop-sites--container,
  .is--ctl-account [data-tnsac="1"]  .shop-sites--container {
    display: block !important;
  }
  .sidebar-left[data-tnscu="1"] .sidebar--categories-wrapper,
  .is--ctl-custom .sidebar-left[data-tnscu="1"] .sidebar--categories-navigation {
    display: block !important;
  }
  /* Navigation ausblenden */
  .is--ctl-index .sidebar-left[data-tnsin="0"],
  .is--ctl-register .sidebar-left[data-tnsre="0"],
  .is--ctl-blog .sidebar-left[data-tnsbl="0"],
  .is--ctl-note .sidebar-left[data-tnsno="0"],
  .is--ctl-detail .sidebar-left[data-tnsde="0"],
  .is--ctl-listing .sidebar-left[data-tnsli="0"],
  .is--ctl-listing.is--no-sidebar .sidebar-left[data-tnsli="0"],
  .is--ctl-live-shopping .sidebar-left[data-tnsli="0"],
  .is--ctl-live-shopping.is--no-sidebar .sidebar-left[data-tnsli="0"],
  .is--ctl-search .sidebar-left[data-tnsse="0"],
  .is--ctl-campaign .sidebar-left[data-tnsca="0"],
  .is--ctl-account .sidebar-left[data-tnsac="0"],
  .is--ctl-account.is--user .sidebar-left[data-tnsac="0"],
  .is--ctl-account.is--act-logout .sidebar-left[data-tnsin="0"],
  .is--ctl-account.is--act-password .sidebar-left[data-tnspw="0"],
  .is--ctl-account.is--act-resetPassword .sidebar-left[data-tnsac="0"],
  .is--ctl-custom .sidebar-left[data-tnscu="0"],
  .is--ctl-newsletter .sidebar-left[data-tnsne="0"],
  .is--ctl-forms .sidebar-left[data-tnsfo="0"],
  .is--ctl-sitemap .sidebar-left[data-tnssm="0"],
  .is--ctl-address .sidebar-left[data-tnsad="0"] {
    display: none !important;
  }
  .is--ctl-index .sidebar-left[data-tnsin="0"] + .content--wrapper,
  .is--ctl-register .sidebar-left[data-tnsre="0"] + .content--wrapper,
  .is--ctl-blog .sidebar-left[data-tnsbl="0"] + .content--wrapper,
  .is--ctl-note .sidebar-left[data-tnsno="0"] + .content--wrapper,
  .is--ctl-detail .sidebar-left[data-tnsde="0"] + .content--wrapper,
  .is--ctl-listing .sidebar-left[data-tnsli="0"] + .content--wrapper,
  .is--ctl-listing.is--no-sidebar .sidebar-left[data-tnsli="0"] + .content--wrapper,
  .is--ctl-live-shopping .sidebar-left[data-tnsli="0"] + .content--wrapper,
  .is--ctl-live-shopping.is--no-sidebar .sidebar-left[data-tnsli="0"] + .content--wrapper,
  .is--ctl-search .sidebar-left[data-tnsse="0"] + .content--wrapper,
  .is--ctl-campaign .sidebar-left[data-tnsca="0"] + .content--wrapper,
  .is--ctl-account .sidebar-left[data-tnsac="0"] + .content--wrapper,
  .is--ctl-account.is--user .sidebar-left[data-tnsac="0"] + .content--wrapper,
  .is--ctl-account.is--act-logout .sidebar-left[data-tnsin="0"] + .content--wrapper,
  .is--ctl-account.is--act-password .sidebar-left[data-tnspw="0"] + .content--wrapper,
  .is--ctl-account.is--act-resetPassword .sidebar-left[data-tnsac="0"] + .content--wrapper,
  .is--ctl-custom .sidebar-left[data-tnscu="0"] + .content--wrapper,
  .is--ctl-newsletter .sidebar-left[data-tnsne="0"] + .content--wrapper,
  .is--ctl-forms .sidebar-left[data-tnsfo="0"] + .content--wrapper,
  .is--ctl-sitemap .sidebar-left[data-tnssm="0"] + .content--wrapper,
  .is--ctl-address .sidebar-left[data-tnsad="0"] + .content--wrapper {
    margin-left: 0rem;
  }
  .is--ctl-note [data-tnsno="0"]  .categories--headline,
  .is--ctl-address [data-tnsad="0"]  .categories--headline,
  .is--ctl-account [data-tnsac="0"]  .categories--headline,
  .is--ctl-note [data-tnsno="0"]  .categories--navigation,
  .is--ctl-address [data-tnsad="0"]  .categories--navigation,
  .is--ctl-account [data-tnsac="0"]  .categories--navigation,
  .is--ctl-note [data-tnsno="0"]  .shop-sites--container,
  .is--ctl-address [data-tnsad="0"]  .shop-sites--container,
  .is--ctl-account [data-tnsac="0"]  .shop-sites--container {
    display: none !important;
  }
  /* bei fullscreen Navigation ausblenden */
  .is--ctl-index .is--fullscreen .sidebar-left[data-tnsin="1"],
  .is--ctl-blog .is--fullscreen .sidebar-left[data-tnsbl="1"],
  .is--ctl-listing .is--fullscreen .sidebar-left[data-tnsli="1"],
  .is--ctl-listing.is--no-sidebar .is--fullscreen .sidebar-left[data-tnsli="1"],
  .is--ctl-campaign .is--fullscreen .sidebar-left[data-tnsca="1"] {
    display: none !important;
  }
  .is--ctl-index .is--fullscreen .sidebar-left[data-tnsin="1"] + .content--wrapper,
  .is--ctl-blog .is--fullscreen .sidebar-left[data-tnsbl="1"] + .content--wrapper,
  .is--ctl-listing .is--fullscreen .sidebar-left[data-tnsli="1"] + .content--wrapper,
  .is--ctl-listing.is--no-sidebar .is--fullscreen .sidebar-left[data-tnsli="1"] + .content--wrapper,
  .is--ctl-campaign .is--fullscreen .sidebar-left[data-tnsca="1"] + .content--wrapper {
    margin-left: 0rem;
  }
  .sidebar-main .shop-sites--container {
    display: block;
  }
}
@media (min-width: 768px) {
  .sidebar-main .categories--headline.navigation--headline.hide,
  .sidebar-main .sidebar--categories-navigation.hide {
    display: none !important;
  }
  .listing--sidebar .sidebar-filter .action--filter-options.no-sidebarbox .filter--container {
    padding: 0;
  }
  .listing--sidebar .sidebar-filter .action--filter-options.no-sidebarbox {
    border: none;
    background: none !important;
  }
}
/* Sidebar fixes 10/04/2018 */
.sidebar-main {
  padding-top: 0rem;
  display: block !important;
}
.is--ctl-blog .sidebar-main {
  padding-top: 0rem;
}
.content--home {
  margin-top: 1.875rem;
}
.sidebar--categories-navigation {
  margin-bottom: 0;
}
.listing--sidebar .sidebar-filter .filter--container {
  padding: 12px 20px 10px 20px;
}
.filter--value .filter-panel--title {
  padding: 0px 22px 0px 32px;
}
.filter-panel--label {
  padding: 4px 0px 4px 22px;
}
.is--ctl-search aside.sidebar-left {
  padding-top: 0;
}
.lb-element-oben,
.lb-element-mitte,
.lb-element-unten {
  clear: both;
}
.articles-empty .listing--sidebar {
  display: none;
}
/* Sidebar fixes 11/4/2018 */
@media (max-width: 767px) {
  .shop-sites--container {
    display: none;
  }
  .sidebar-main.off-canvas.is--open .shop-sites--container {
    display: block;
  }
}
/* --- Plugin-Fixes ----------------------------------------------------------------------- */
/* Plugin-Fix: Berater bestellen für Kunden - ConsultantTools */
.is--ctl-neticonsultanttools .sidebar-main .sidebar--categories-wrapper .categories--headline.navigation--headline {
  display: none !important;
}
.is--ctl-neticonsultanttools .sidebar-left[data-nsac="1"] + .content--wrapper,
.is--ctl-neticonsultanttools.is--user .sidebar-left[data-nsac="1"] + .content--wrapper {
  margin-left: 16.25rem !important;
}
@media (min-width: 768px) {
  /* Fix: Konfiguration 'Kategorien anzeigen' > Nein */
  .sidebar-main.off-canvas,
  #cookie-consent,
  #cookie-consent {
    margin-bottom: 0px !important;
  }
  /* Plugin-Fix: "Lexikon / Glossar Professionell" von: coolbax [hat eine separate Konfiguration!] */
  .is--ctl-lexicon .sidebar-left {
    display: block !important;
  }
  .is--ctl-lexicon .sidebar-left + .content--wrapper {
    margin-left: 16.25rem !important;
  }
  /* Plugin-Fix: Schnellerfassung */
  .is--ctl-quickorder .sidebar-left {
    display: block !important;
  }
  .is--ctl-quickorder .sidebar-left + .content--wrapper {
    margin-left: 16.25rem !important;
  }
  .is--ctl-quickorder .sidebar-main .sidebar--categories-wrapper .categories--headline.navigation--headline {
    display: none !important;
  }
  /* Erweiterte Suche */
  .is--ctl-search .sidebar-left[data-nsse="1"] + .search--results {
    margin-left: 16.25rem !important;
  }
  .is--ctl-search .sidebar-left[data-nsse="1"] + .search--results .listing--actions {
    display: inline-block !important;
    width: 100% !important;
  }
  /* Ticketsystem */
  .is--ctl-ticket .sidebar-left[data-nsfo="1"] {
    display: block !important;
  }
  .is--ctl-ticket .sidebar-left[data-nsfo="0"] {
    display: none !important;
  }
  .is--ctl-ticket .sidebar-left[data-nsfo="1"] + .content--wrapper {
    margin-left: 16.25rem !important;
  }
  .is--ctl-ticket .sidebar-left[data-nsfo="1"] + .content--wrapper .forms--content {
    margin: 30px 0 0 0 !important;
    width: 100% !important;
  }
  /* Plugin-Fix: "Hersteller Professionell" von: coolbax [hat eine separate Konfiguration!] */
  .is--ctl-suppliermodified .sidebar-left {
    display: block !important;
  }
  .is--ctl-suppliermodified .sidebar-left + .content--wrapper {
    margin-left: 260px !important;
    margin-left: 16.25rem !important;
  }
  /* Plugin-Fix: "Live Shopping" von: Shopware */
  .is--ctl-liveshopping .sidebar-left[data-nsli="1"] {
    display: block !important;
  }
  .is--ctl-liveshopping .sidebar-left[data-nsli="1"] + .content--wrapper {
    margin-left: 16.25rem !important;
  }
  /* Plugin-Fix: "Advanced Cart" von: Shopware */
  .is--ctl-wishlist .sidebar-left {
    display: block !important;
  }
  .is--ctl-wishlist .sidebar-left + .content--wrapper {
    margin-left: 16.25rem !important;
  }
}
/* Fix für "Sidebar fixes 10/04/2018" (optimieren...) > auf "Minimal header" begrenzt */
@media (max-width: 767px) {
  .is--ctl-register.is--target-checkout.is--minimal-header .sidebar-main {
    display: none !important;
  }
}
/* Sidebar fixes */
.sidebar--navigation {
  background: #ffffff;
}
@media (min-width: 768px) {
  .lb-header-colored .account--menu .navigation--headline {
    border: 1px solid #222222 !important;
    border-bottom: none !important;
  }
  .lb-header-colored .account--menu .account--menu-container {
    border: 1px solid #222222 !important;
    border-top: none !important;
  }
}
.account--menu .account--menu-container {
  font-size: inherit;
}
/* Sidebar Mobil fix */
@media (max-width: 767px) {
  .sidebar-main.off-canvas:not(.is--open) {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: none;
    transition: none;
  }
}
/* Vollflächiger Hover-Effekt
 * Tab "Farben & Typografie" => Tab "Allgemein" => Bereich "Leftbar" => Vollflächiger Hover-Effekt
 * todo: .lb-full-hover enfternen
**/
@media (min-width: 768px) {
  .lb-full-hover div.categories--headline.navigation--headline:after {
    bottom: 0px;
    left: 0px;
    right: 0px;
  }
  .lb-full-hover div.sidebar--categories-navigation {
    /*li.has--sub-children > a.navigation--link:before {
                    content: "\e60f" !important;
                    padding-left: 3px;
                }*/
    /* Einrückung: +7px */
  }
  .lb-full-hover div.sidebar--categories-navigation ul.sidebar--navigation.categories--navigation {
    /* navigation--list is--drop-down is--level0 */
    background-color: #ffffff !important;
    padding: 0px !important;
    margin: 0px !important;
  }
  .lb-full-hover div.sidebar--categories-navigation ul.sidebar--navigation.categories--navigation li.navigation--entry {
    /* is--active has--sub-categories has--sub-children */
    padding: 0px !important;
    margin: 0px !important;
    border: none !important;
    border-radius: 0px !important;
    background-clip: padding-box !important;
  }
  .lb-full-hover div.sidebar--categories-navigation ul.sidebar--navigation.categories--navigation li.navigation--entry a.navigation--link {
    /* is--active has--sub-categories link--go-forward */
    /*background-color: @leftbar_full_hover_bg_color !important;*/
    color: #6d6b6d !important;
    border-bottom: 1px solid #f2f2f2 !important;
    border-radius: 0px !important;
    background-clip: padding-box !important;
    padding: 0.625rem 1.25rem 0.625rem 1.25rem !important;
  }
  .lb-full-hover div.sidebar--categories-navigation ul.sidebar--navigation.categories--navigation li.navigation--entry a.navigation--link:before {
    display: none !important;
  }
  .lb-full-hover div.sidebar--categories-navigation ul.sidebar--navigation.categories--navigation li.navigation--entry a.navigation--link.is--active {
    /*background-color: darken(@leftbar_full_hover_bg_color, 3%) !important;
                            color: darken(@leftbar_full_hover_text_color, 3%) !important;
                            */
  }
  .lb-full-hover div.sidebar--categories-navigation ul.sidebar--navigation.categories--navigation li.navigation--entry a.navigation--link:hover {
    background-color: #f5f5f8 !important;
    color: #383838 !important;
    border-bottom: 1px solid #e6e6ed !important;
  }
  .lb-full-hover div.sidebar--categories-navigation ul.sidebar--navigation.categories--navigation li.navigation--entry a.navigation--link:hover:before {
    color: #383838 !important;
  }
  .lb-full-hover div.sidebar--categories-navigation li.has--sub-categories > a.navigation--link,
  .lb-full-hover div.sidebar--categories-navigation li.has--sub-children > a.navigation--link {
    position: relative;
  }
  .lb-full-hover div.sidebar--categories-navigation li.has--sub-categories > a.navigation--link:after,
  .lb-full-hover div.sidebar--categories-navigation li.has--sub-children > a.navigation--link:after {
    content: "\e60f" !important;
    /* arrow-right */
    /*content: "\e68f" !important;*/
    /* plus */
    color: #6d6b6d;
    font-family: 'shopware', sans-serif;
    font-size: 0.5rem;
    /* arrow */
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: absolute;
    right: 0.625rem;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
  .lb-full-hover div.sidebar--categories-navigation li.has--sub-categories > a.navigation--link:hover:after,
  .lb-full-hover div.sidebar--categories-navigation li.has--sub-children > a.navigation--link:hover:after {
    color: #383838;
  }
  .lb-full-hover div.sidebar--categories-navigation li.has--sub-categories > a.navigation--link.is--active:after,
  .lb-full-hover div.sidebar--categories-navigation li.has--sub-children > a.navigation--link.is--active:after {
    /*content: "\e68e" !important;*/
    /* minus */
    /*content: "\e612" !important;*/
    /* arrow-down */
    display: none;
  }
  .lb-full-hover div.sidebar--categories-navigation ul.sidebar--navigation.categories--navigation.is--level1 > li.navigation--entry > a.navigation--link {
    padding-left: 1.6875rem !important;
  }
  .lb-full-hover div.sidebar--categories-navigation ul.sidebar--navigation.categories--navigation.is--level2 > li.navigation--entry > a.navigation--link {
    padding-left: 2.125rem !important;
  }
  .lb-full-hover div.sidebar--categories-navigation ul.sidebar--navigation.categories--navigation.is--level3 > li.navigation--entry > a.navigation--link {
    padding-left: 2.5625rem !important;
  }
  .lb-full-hover div.sidebar--categories-navigation ul.sidebar--navigation.categories--navigation.is--level4 > li.navigation--entry > a.navigation--link {
    padding-left: 3rem !important;
  }
  .lb-full-hover div.sidebar--categories-navigation ul.sidebar--navigation.categories--navigation.is--level5 > li.navigation--entry > a.navigation--link {
    padding-left: 3.4375rem !important;
  }
  .lb-full-hover div.sidebar--categories-navigation ul.sidebar--navigation.categories--navigation.is--level6 > li.navigation--entry > a.navigation--link {
    padding-left: 3.875rem !important;
  }
  .lb-full-hover div.sidebar--categories-navigation ul.sidebar--navigation.categories--navigation.is--level7 > li.navigation--entry > a.navigation--link {
    padding-left: 4.3125rem !important;
  }
  .lb-full-hover div.sidebar--categories-navigation ul.sidebar--navigation.categories--navigation.is--level8 > li.navigation--entry > a.navigation--link {
    padding-left: 4.75rem !important;
  }
  .lb-full-hover div.sidebar--categories-navigation ul.sidebar--navigation.categories--navigation.is--level9 > li.navigation--entry > a.navigation--link {
    padding-left: 5.1875rem !important;
  }
  .lb-full-hover div.sidebar--categories-navigation ul.sidebar--navigation.categories--navigation.is--level10 > li.navigation--entry > a.navigation--link {
    padding-left: 5.625rem !important;
  }
  .lb-full-hover div.sidebar--categories-navigation ul.sidebar--navigation.categories--navigation.is--level11 > li.navigation--entry > a.navigation--link {
    padding-left: 6.0625rem !important;
  }
  .lb-full-hover div.sidebar--categories-navigation ul.sidebar--navigation.categories--navigation.is--level12 > li.navigation--entry > a.navigation--link {
    padding-left: 6.5rem !important;
  }
  .lb-full-hover div.sidebar--categories-navigation ul.sidebar--navigation.categories--navigation.is--level13 > li.navigation--entry > a.navigation--link {
    padding-left: 6.9375rem !important;
  }
  .lb-full-hover div.sidebar--categories-navigation ul.sidebar--navigation.categories--navigation.is--level14 > li.navigation--entry > a.navigation--link {
    padding-left: 7.375rem !important;
  }
  .lb-full-hover div.sidebar--categories-navigation ul.sidebar--navigation.categories--navigation.is--level15 > li.navigation--entry > a.navigation--link {
    padding-left: 7.8125rem !important;
  }
  .lb-full-hover div.sidebar--categories-navigation ul.sidebar--navigation.categories--navigation a.is--active + ul {
    /*background-color: rgba(0,0,0,.03) !important;*/
    /*background-color: mix(rgba(0,0,0,.03), darken(@leftbar_full_hover_bg_color,20%), 90%) !important;*/
  }
}
.lb-full-hover .sidebar--categories-navigation > ul.sidebar--navigation li:last-of-type .navigation--link {
  border-bottom: none !important;
}
/*
Listing
==========================================
Contains the styles of the product listing and its components.
The styling defines the listing components such as the product filter element.
*/
/* --- Hover-Effekt > border --- */
.listing .product--box .box--content,
.listing--wrapper.cleanlisting .product--box .box--content {
  border: 1px solid #ffffff;
}
@media (min-width: 768px) {
  .listing .product--box .box--content:hover,
  .listing--wrapper.cleanlisting .product--box .box--content:hover {
    border: 1px solid #6d6b6d;
    -webkit-transition: 0.2s ease-out 0s;
    -moz-transition: 0.2s ease-out 0s;
    -o-transition: 0.2s ease-out 0s;
    transition: 0.2s ease-out 0s;
  }
}
@media (max-width: 767px) {
  .listing .product--box .box--content,
  .listing--wrapper.cleanlisting .product--box .box--content {
    border-bottom: 1px solid #eaeaf0;
  }
}
.listing--wrapper.cleanlisting .product--box.box--list .box--content {
  border: 1px solid #ffffff;
  border-top: 1px solid #eaeaf0;
}
@media (min-width: 768px) {
  .listing--wrapper.cleanlisting .product--box.box--list .box--content:hover {
    border: 1px solid #6d6b6d;
  }
}
.listing--wrapper.cleanlisting .listing > *:first-of-type .box--content {
  border-top: 1px solid #ffffff;
}
@media (min-width: 768px) {
  .listing--wrapper.cleanlisting .listing > *:first-of-type .box--content:hover {
    border-top: 1px solid #6d6b6d;
  }
}
/* --- Filter fix --- */
.filter-panel.filter--value.facet--immediate_delivery.is--collapsed label.filter-panel--title {
  padding: 0px 30px 0px 32px;
}
/* Listen im category teaser text */
.category--teaser-text ol,
.category--teaser-text ul {
  margin: 0;
  padding: 0 0 5px 30px;
}
.category--teaser-text ol li,
.category--teaser-text ul li {
  padding-bottom: 10px;
}
/*
Product-box
===============================
Defines the element styles of the Shopware product boxes.
*/
.box--minimal {
  width: 50% !important;
}
@media screen and (min-width: 30em) {
  .box--minimal {
    width: 33.33% !important;
  }
}
@media screen and (min-width: 48em) {
  .box--minimal {
    width: 50% !important;
  }
}
@media screen and (min-width: 64em) {
  .box--minimal {
    width: 33.33% !important;
  }
}
@media screen and (min-width: 78.75em) {
  .box--minimal {
    width: 33.33% !important;
  }
}
.product--box .product--price-info {
  height: 3.125rem;
  /* 66px | default: 40px */
  margin-bottom: 0.625rem;
}
.product--box .liveshopping--listing .product--price-info {
  height: 3.125rem !important;
  /* 66px !important */
}
.box--slider .product--price-info {
  height: auto;
}
/* --- Product-box - Grundpreis --- */
.listing--container .product--box .product--price-info .price--unit {
  height: auto !important;
}
.emotion--product .product--box .product--price-info {
  height: 3.125rem;
}
.emotion--product .product--box .product--price-info .price--unit {
  height: auto;
}
/* --- ThemeWare | Product Badges --- */
.product--box .product--badges {
  pointer-events: none;
}
.product--box .product--badges .badge--low-stock {
  color: #ffffff;
  background: #ffe46d;
}
.product--box .product--badges .badge--high-stock {
  color: #ffffff;
  background: #6a9e06;
}
.product--box .product--badges .badge--sold {
  background: #4aa3df;
  color: #ffffff;
}
/* --- ThemeWare | Artikel ausverkauft --- */
.product--box.nostock:hover {
  position: relative;
  z-index: 1;
}
/*.nostock .product--info when (@product_box_article_sold=2){
    -webkit-transition: -webkit-filter 0.3s;
    transition: filter 0.3s;
}
.nostock .product--info:not(:hover) when (@product_box_article_sold=2){
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}*/
/*.nostock .product--info when (@product_box_article_sold=3){
    -webkit-transition: -webkit-filter 0.3s;
    transition: filter 0.3s;
}
.nostock .product--info:not(:hover) when (@product_box_article_sold=3){
    -webkit-filter: saturate(0.5);
    filter: saturate(0.5);
}*/
/* --- ThemeWare | Herstellername im Listing --- */
.product--box .product--suppliername {
  font-size: 0.875rem;
  font-weight: 500;
  display: block;
  color: #6d6b6d;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0rem 0rem 0.3125rem 0rem;
}
.product--box .product--suppliername:hover {
  color: #55a7d6;
}
.box--slider .product--suppliername {
  display: none;
}
/* --- ThemeWare | Artikelnummer im Listing --- */
.product--box .product--ordernumber {
  font-size: 0.75rem;
  font-weight: 500;
  margin-top: 0.3125rem;
  margin-bottom: 0.625rem;
  display: block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product--box .product--ordernumber span {
  font-weight: 700;
}
.box--slider .product--ordernumber {
  display: none;
}
/* --- ThemeWare | Preis-highlight --- */
/* Preis Textfarben > OK, Konfiguration erstellen... */
/*.product--box {
    .price--unit {
        color: @text-color;
    }
    
    .product--price {
        color: @text-color;
        
        .price--default {
             &.is--discount {
                color: @badge-discount-bg;
            }
        }
    }
}*/
/* Style 1 - Unit and product price > OK, Konfiguration erstellen... */
/*.product--box {
    .product--price-info {
        .unitize(height, 60);
        .unitize(padding, 10);
        background: #efefef;
    }
}*/
/* Style 2 - Default and discount price > Abstände korrigieren  */
/*.product--box {
    .product--price {
        padding: 6px 12px 6px 12px;
        margin: 5px 0;
        border-radius: 16px;
        float: none;
        background: #efefef;
        display: inline-block !important;
        width: auto !important;
        line-height: 20px;
        height: auto !important;
    }
}*/
/* Style 3 - Discount price > Abstände korrigieren */
/*.product--box {
    .product--price {
        .price--default {
            &.is--discount {
                padding: 5px;
                background: #efefef;
                border-radius: 20px;
            }
        }
    }
}*/
/* --- ThemeWare | Merken-Badge --- */
/*.product--box {
    
    &:hover {
        .article-note {
            .product--action {
                background-color: #efefef;
            }
        }
    }
    
    .article-note {
        position: absolute;
        margin: 0;
        top: 0;
        //left: 5px;
        right: 5px;
        border-bottom: none;
        
        z-index: 500;
        
        .product--action {
            font-size: 12px;
            line-height: 1.6;
            width: 40px;
            height: 40px;
            border-radius: 40px;
            position: relative;
            background-color: transparent;
            overflow: hidden;
            
            padding: 4px 20px 4px 20px;
            //float: left;
            float: right;
            line-height: 0;
            transition: background-color .25s, width .25s ease;
            
            i {
                font-size: 14px;
                
                width: 32px;
                height: 32px;
                left: 4px;
                top: 12px;
                position: absolute;
                margin: 0;
                
                transition: left .5s;
            }
            
            .action--text {
                margin: 0;
                opacity: 0;
                display: inline-block;
                transition: opacity 0s ease;
            }
            
            &:hover {
                padding: 4px 16px 4px 40px;
                width: 100%;

                i {
                    //left: 10px;
                }
                
                .action--text {
                    width: auto;
                    opacity: 1;
                    transition: opacity .125s ease .25s;
                }
            }
        }
    }
    
    &.box--basic {
        // Detaillierte Informationen
        .article-note {
            top: -7px;
        }

    }
    &.box--minimal {
        // Nur wichtige Informationen
        .article-note {
            top: 13px;
        }

    }
    &.box--image {
        // Großes Bild
        .article-note {
            top: -7px;
        }
    }
    &.box--list {
        // Produktliste
        .article-note {
            top: -7px;
        }
    }
}*/
/* fix discount price align */
.box--minimal .product--price-outer .product--price {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.box--minimal .product--price-outer .product--price .price--pseudo {
  display: flex;
  order: 2;
}
.box--minimal .product--price-outer .product--price .price--default.is--discount {
  display: flex;
  order: 1;
}
/*
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.
*/
/*
Tell-a-friend
==========================================
Contains the tell-a-friend element styling that can be used to share products.
*/
/*
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.
*/
/*
Register
==========================================
Contains the styles of the registration process form and its components.
The user can see the registration steps, advantages and required information.
*/
/*
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.
*/
@media (min-width: 768px) {
  .is--ctl-checkout .product--table .table--actions .btn--checkout-proceed,
  .is--ctl-checkout .product--table .table--actions .btn--checkout-continue {
    width: 250px;
  }
  .is--ctl-checkout.is--act-cart .table--actions.actions--bottom {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .is--ctl-checkout .product--table .table--actions .btn--checkout-proceed,
  .is--ctl-checkout .product--table .table--actions .btn--checkout-continue {
    width: 100%;
  }
  .is--ctl-checkout.is--act-cart .table--actions.actions--bottom {
    padding-bottom: 15px;
  }
}
.is--ctl-checkout .product--table.has--dispatch-info .panel.has--border::before {
  content: '';
  display: table;
  clear: both;
}
/*
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.
*/
/*
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.
*/
/*
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.
*/
/*
Forms
==========================================
Defines the general form element styles.
It contains the components as: `capacha`, `description`, `required information` etc.
*/
/*
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.
*/
/*
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.
*/
/*
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.
*/
/*
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.
*/
/*
Newsletter
==========================================
Contains the styles of the newsletter sign-up page and the form element inside it.
*/
/*
Blog
================================================
Defines the styles for the blog page and its components.
It contains the sidebar selection, the comment section and the details.
*/
.blog--detail .blog--detail-description .blog--detail-image-container + *:first-of-type {
  margin-top: 0px !important;
}
/*
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.
*/
/*
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.
*/
/*
Home
==============================================
Defines the styling of the home-page content elements.
*/
/*
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.
*/
/*
Address
================================
Defines the styles for the address pages and the modals.
*/
@media screen and (min-width: 48em) {
  .account--address.account--content .address--zip-city::after {
    content: "";
    display: table;
    clear: both;
  }
}
/* Shopware Cookie-Permission */
.page-wrap--cookie-permission {
  padding: 0.625rem;
  z-index: 8000;
  border-top: 1px solid #dadae5;
  background: #ffffff;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  color: #111111 !important;
}
.page-wrap--cookie-permission a {
  color: #55a7d6;
}
.page-wrap--cookie-permission a:hover {
  color: #83c2e6;
}
/* --- Cookie-Permission "Anzeige über dem Header" --- */
.page-wrap--cookie-permission {
  position: relative !important;
  border-top: 0px;
  border-bottom: 1px solid #55a7d6;
}
.page-wrap--cookie-permission > .cookie-permission--container {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 20px;
}
/* --- "Primary"-Button styling --- */
.page-wrap--cookie-permission .is--primary {
  background-color: #83c2e6 !important;
  background-image: linear-gradient(to bottom, #83c2e6 0%, #55a7d6 100%) !important;
  color: #ffffff !important;
}
.page-wrap--cookie-permission .is--primary:hover {
  background: #55a7d6 !important;
  color: #ffffff !important;
}
/* --- Cookie-Permission / Bar --- */
.page-wrap--cookie-permission .cookie-permission--container {
  /* --- Modus: "Nur Hinweis anzeigen" --- */
  /* --- Modus: "Technisch notwendige Cookies erlauben (Browser-Sitzung, CSRF), restliche nach Erlaubnis setzen" --- */
}
.page-wrap--cookie-permission .cookie-permission--container.cookie-mode--0 {
  /* "Alle akzeptieren"-Button styling / "Primary"-Button */
}
.page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 {
  /* "Ablehnen"-Button styling / "Default"-Button */
  /* "Alle akzeptieren"-Button styling / "Default"-Button */
  /* "Konfigurieren"-Button styling / "Primary"-Button */
}
.page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--content {
  /* Content mit "Alle aktzeptieren"-Button anzeigen */
}
.page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--decline-button {
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8fa 100%);
  color: #6d6b6d;
  height: 2.625rem;
}
.page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--decline-button:hover {
  background: #ffffff;
  color: #555555;
}
.page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .btn {
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8fa 100%);
  color: #6d6b6d;
  height: 2.625rem;
}
.page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .btn:hover {
  background: #ffffff;
  color: #555555;
}
/* --- Cookie-Permission / Modal --- */
/* --- Modus: "Cookies erst nach Erlaubnis setzen" --- */
.cookie-removal--container .cookie-removal--buttons .btn {
  padding: 0.125rem 0.75rem 0.125rem 0.75rem;
  line-height: 2.125rem;
  border: 1px solid #55a7d6;
  background-color: #83c2e6;
  background-image: linear-gradient(to bottom, #83c2e6 0%, #55a7d6 100%);
  color: #ffffff;
  text-decoration: none;
}
.cookie-removal--container .cookie-removal--buttons .btn:hover {
  background: #55a7d6;
  border: 1px solid #55a7d6;
  color: #ffffff;
}
.cookie-removal--container .cookie-removal--buttons .cookie-permission--close-button {
  padding: 0.125rem 0.75rem 0.125rem 0.75rem;
  line-height: 2.125rem;
  border: 1px solid #eaeaf0;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8fa 100%);
  color: #6d6b6d;
  text-decoration: none;
}
.cookie-removal--container .cookie-removal--buttons .cookie-permission--close-button:hover {
  background: #ffffff;
  border: 1px solid #eaeaf0;
  color: #555555;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___ 
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _| 
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|
                                                 
    Copyright (c) TC-Innovations GmbH

    ThemeWare Icon sets
    ====================================
    The `iconsets.less` file contains further `Icon sets` of ThemeWare.
*/
/* --- ThemeWare extensions -------------------------------------- */
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___ 
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _| 
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|
                                                 
    Copyright (c) TC-Innovations GmbH

    ThemeWare Extensions
    ====================================
    The `extensions.less` file contains the imports to all extensions of ThemeWare.
    The files are destinated inside the `extensions` folder.
*/
/*
ThemeWare Announcement banner 03/2020
====================================
The `announcement-banner.less` file contains the `Announcement banner` styles of ThemeWare.
*/
.tcinn-announcement-banner {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  border-bottom: 1px solid #3d9cdd;
  background-color: #4aa3df;
  background-repeat: no-repeat;
  background-position: left center;
}
.tcinn-announcement-banner .inside {
  max-width: 1360px;
  margin: 0 auto;
  padding: 6px 15px;
}
.tcinn-announcement-banner p {
  margin: 0;
  padding: 0;
}
.tcinn-announcement-banner span[class="label"] {
  background-color: #196090;
}
.tcinn-announcement-banner *:not(strong) {
  /* overwrite defaults */
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
}
/*
ThemeWare Custom announcement
====================================
The `custom-announcement.less` file contains the `Custom announcement` styles of ThemeWare.
*/
/* Detail */
.product--buybox .tcinn-custom_announcement {
  background-color: #55a7d6;
  border: 1px solid #55a7d6;
  color: #ffffff;
  margin: 20px 0 5px 0;
  /*margin-top: 20px;*/
  padding: 10px 15px;
}
.product--buybox .tcinn-custom_announcement p:last-child {
  margin: 0px;
  padding: 0px;
}
.product--buybox .tcinn-custom_announcement * {
  /* overwrite defaults */
  color: #ffffff;
}
/* Checkout */
/*
ThemeWare Detail product badges
==========================================
The `detail-product-badges.less` file contains the `Detail badges` styles of ThemeWare.
*/
.tcinn-detail-product-badges {
  display: none;
}
.product--image-container .product--badges {
  top: 0.5rem;
  left: 0.0625rem;
  position: absolute;
  z-index: 750;
}
.product--image-container .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--image-container .product--badges .badge--discount {
  color: #ffffff;
  background: #e71873;
}
.product--image-container .product--badges .badge--recommend {
  color: #ffffff;
  background: #6a9e06;
}
.product--image-container .product--badges .badge--newcomer {
  color: #ffffff;
  background: #ffe46d;
}
.product--image-container .product--badges .badge--esd {
  background: #4aa3df;
  color: #ffffff;
}
.product--image-container .product--badges {
  pointer-events: none;
}
.product--image-container .product--badges .badge--low-stock {
  color: #ffffff;
  background: #ffe46d;
}
.product--image-container .product--badges .badge--high-stock {
  color: #ffffff;
  background: #6a9e06;
}
.product--image-container .product--badges .badge--sold {
  background: #4aa3df;
  color: #ffffff;
}
.product--detail-upper .tcinn-detail-product-badges {
  display: block;
}
/*.image-gallery--modal {
        .product--badges {
            display: none;
        }
    }*/
/*
ThemeWare Google Translate
====================================
The `google-translate.less` file contains the `Google Translate` styles of ThemeWare.
*/
.entry--google-translate {
  display: none;
}
/* todo: header finetuning, "transparenter header" testen */
.goog-te-menu-frame {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
}
a.goog-te-menu-value,
a.goog-te-menu-value::after {
  color: #383838;
}
a.goog-te-menu-value:hover,
a.goog-te-menu-value:hover::after {
  color: #55a7d6;
}
a.goog-te-menu-value::after {
  top: -3px;
  top: -0.1875rem;
  margin-left: 5px;
  margin-left: 0.3125rem;
  content: "\e612";
  font-family: 'shopware', sans-serif;
  position: relative;
  font-size: 5px;
}
/*
ThemeWare Listing subcategories 02/04/2019
====================================
The `listing-subcategories.less` file contains the `Listing subcategories` styles of ThemeWare.
*/
.tcinn-listing-subcategories {
  display: flex;
  flex-wrap: wrap;
  margin: 0.625rem 0.625rem 0.625rem 0.625rem;
  width: calc(100% - 20px);
  /*border-bottom: 1px solid #f6e7ef;*/
  /*box-shadow: 0 30px 30px -30px rgba(0,0,0,0.1);*/
  /*padding-bottom: 30px;*/
  text-align: center;
}
.tcinn-listing-subcategories::before,
.tcinn-listing-subcategories::after {
  content: '';
  display: table;
  clear: both;
}
.tcinn-listing-subcategories > a {
  position: relative;
  margin: 0.3125rem 0.3125rem 0.3125rem 0.3125rem;
  padding: 0.9375rem 0rem 0rem 0rem;
  background: #ffffff;
  border: 1px solid #eaeaf0;
  border-radius: 0x;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tcinn-listing-subcategories > a:hover {
  background: #ffffff;
  border: 1px solid #eaeaf0;
  border-radius: 0x;
  /*box-shadow: 0 10px 15px -10px rgba(0,0,0,0.3);*/
}
.tcinn-listing-subcategories > a:hover span {
  color: #555555;
}
.tcinn-listing-subcategories > a img {
  flex: 1;
}
.tcinn-listing-subcategories > a span {
  display: block;
  margin: 0 auto;
  padding: 0.3125rem 0.3125rem 0.75rem 0.3125rem;
  width: 100%;
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: 600;
  color: #6d6b6d;
  text-transform: none;
}
.tcinn-listing-subcategories > a img + span {
  margin-top: auto;
}
.tcinn-listing-subcategories > a img {
  width: 100%;
  margin: 0 auto;
  border-top-left-radius: 0x;
  border-top-right-radius: 0x;
}
.tcinn-listing-subcategories > a.noimage {
  padding: 0;
}
.tcinn-listing-subcategories > a.noimage span {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
}
.tcinn-listing-subcategories  {
  justify-content: center;
}
/* Darstellungsart: Buttons */
/* Darstellungsart: Kacheln */
.tcinn-listing-subcategories > a {
  width: calc(100% - 10px);
}
.tcinn-listing-subcategories > a img {
  display: none;
}
@media (min-width: 30em) {
  .tcinn-listing-subcategories > a {
    width: calc(50% - 10px);
  }
}
@media (min-width: 48em) {
  .tcinn-listing-subcategories {
    margin: -0.3125rem -0.3125rem 0.9375rem -0.3125rem;
    width: calc(100% + 10px);
  }
  .tcinn-listing-subcategories > a {
    width: calc(50% - 10px);
  }
  .tcinn-listing-subcategories > a img {
    display: block;
  }
}
@media (min-width: 64em) {
  .tcinn-listing-subcategories > a {
    width: calc(33.333% - 10px);
  }
}
@media (min-width: 78.75em) {
  .tcinn-listing-subcategories > a {
    width: calc(25% - 10px);
  }
}
@media (min-width: 1600px) {
  .tcinn-listing-subcategories > a {
    width: calc(20% - 10px);
  }
}
@media (min-width: 2048px) {
  .tcinn-listing-subcategories > a {
    width: calc(16.666% - 10px);
  }
}
@media (min-width: 2560px) {
  .tcinn-listing-subcategories > a {
    width: calc(10% - 10px);
  }
}
/* Schriftart anpassen */
.tcinn-listing-subcategories > a {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  /*"Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
}
/*@import "extensions/offcanvas-cart";*/
/*
ThemeWare Pictures similar
====================================
The `pictures-similar.less` file contains the `Pictures similar` styles of ThemeWare.
*/
/* --- Hinweistext "Abbildung ähnlich" / "For illustration purposes only" --- */
/*
ThemeWare Scroll-Top button
====================================
The `scroll-top.less` file contains the `Scroll-Top button` styles of ThemeWare.
*/
#scrolltopbutton {
  font-size: 12px;
  position: fixed;
  z-index: 5001;
  right: 4%;
  bottom: 4%;
  display: none;
  width: 44px;
  height: 44px;
  padding-top: 13px;
  cursor: pointer;
  text-align: center;
  color: #ffffff;
  background: #55a7d6;
  border-radius: 0x !important;
  background-clip: padding-box !important;
}
#scrolltopbutton:hover {
  opacity: .8;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
  filter: alpha(opacity=80);
  -moz-opacity: .8;
  -khtml-opacity: .8;
}
@media (min-width: 1025px) {
  #scrolltopbutton {
    display: none !important;
    visibility: hidden !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #scrolltopbutton {
    display: none !important;
    visibility: hidden !important;
  }
}
@media (max-width: 767px) {
  #scrolltopbutton {
    display: none !important;
    visibility: hidden !important;
  }
}
/*@import "extensions/sidebar-widget";*/
/*@import "extensions/sticky-top-navigation";*/
/*
ThemeWare Subshop navigation 03/2018
====================================
The `subshop-navigation.less` file contains the `Subshop navigation` styles of ThemeWare.
*/
/* Schriftart anpassen: Subshop-Navigation */
/*
ThemeWare USP bar
====================================
The `usp-bar.less` file contains the `USP bar` styles of ThemeWare.
*/
.topbar--features {
  display: none;
  width: 100%;
  /*        height: @topbar_features_height; */
  height: auto;
  padding: 0 0 0 0;
  background: #6d6b6d;
  color: #cccccc;
  font-size: 15px;
  font-weight: inherit;
  line-height: 30px;
  text-align: center;
  text-transform: none;
  clear: left;
  overflow: hidden;
  overflow-x: auto;
}
.topbar--features > div {
  display: table;
  max-width: 1360px;
  margin: 0 auto;
  width: 100%;
  padding: 0 30px;
  line-height: 30px;
}
.topbar--features > div > div {
  display: none;
  line-height: 30px;
  height: 30px;
}
.topbar--features > div > div i {
  padding-right: 10px;
  color: #cccccc;
  font-size: 15px;
  line-height: 1;
  vertical-align: middle;
  display: inline;
  padding-bottom: 3px;
}
.topbar--features > div > div span {
  color: #cccccc;
  font-size: 15px;
  line-height: 1;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 3px;
}
.topbar--features > div > div span a {
  color: #cccccc !important;
  line-height: 1;
}
.topbar--features > div > div span a:hover {
  opacity: 0.8;
}
.mobil-usp .topbar--features > div > div {
  width: auto;
  float: none;
  padding: 0 20px;
  white-space: nowrap;
  line-height: 30px;
  height: 30px;
}
@media (max-width: 1400px) {
  .topbar--features > div > div[class^="feature-"] {
    text-align: center !important;
  }
}
@media (max-width: 1259px) {
  .topbar--features > div {
    padding: 0 !important;
  }
}
@media (min-width: 78.75em) {
  .topbar--features > div > div.b1259 {
    display: table-cell !important;
  }
}
@media (min-width: 64em) {
  .topbar--features > div > div.b1023 {
    display: table-cell !important;
  }
}
@media (min-width: 48em) {
  .topbar--features > div > div.b767 {
    display: table-cell !important;
  }
}
@media (min-width: 30em) {
  .topbar--features > div > div.b478 {
    display: table-cell !important;
  }
  /* deprecated */
  .topbar--features > div > div.b479 {
    display: table-cell !important;
  }
}
@media (min-width: 280px) {
  .topbar--features > div > div.b280 {
    display: table-cell !important;
  }
}
.topbar--features > div > div.feature-1 {
  text-align: left;
  padding-left: 0;
}
.topbar--features > div > div.feature-4 {
  text-align: right;
  padding-right: 0;
}
@media screen and (min-width: 48em) {
  .topbar--features {
    display: block;
  }
}
.header-main-min .topbar--features {
  border-bottom: 1px solid #eaeaf0;
}
.topbar--features.footertop {
  border-top: 1px solid #eaeaf0;
}
.ftyp1 .topbar--features.footertop {
  border-top: 0;
}
body.layout-fullwidth .topbar--features > div {
  max-width: inherit;
}
/* --- Mobiler Header --- */
/* Header 1 */
/* Header 2 */
/* Header 3 */
@media (max-width: 767px) {
  .header-main.mobil-usp .topbar--features {
    position: absolute;
    bottom: 0;
  }
}
/* --- ThemeWare designs -------------------------------------- */
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___ 
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _| 
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|
                                                 
    Copyright (c) TC-Innovations GmbH

    ThemeWare Clean-Style
    ====================================
    The `clean-style.less` file contains the `Clean-Style` styles of ThemeWare.
*/
/* Todo: remove body[class] */
/* --- Plugin adjustments and fixes -------------------------------------- */
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___ 
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _| 
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|
                                                 
    Copyright (c) TC-Innovations GmbH

    ThemeWare Plugins
    ====================================
    The `plugins.less` file contains the imports to all plugin specific adjustments and fixes of ThemeWare.
    The files are destinated inside the `_plugins` folder.
*/
/*
ThemeWare advanced-menu.less
====================================
Shopware Advanced Menu Plugin
*/
.advanced-menu {
  background-color: #ffffff !important;
  box-shadow: 0 25px 25px -15px rgba(0, 0, 0, 0.2) !important;
}
.advanced-menu .menu--delimiter {
  background: #ffffff !important;
}
.advanced-menu .content--wrapper {
  margin: 10 !important;
}
.advanced-menu .menu--teaser {
  padding: 0 0 0px 20px !important;
}
.advanced-menu .teaser--image {
  background-position: center center !important;
}
.advanced-menu .teaser--image:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
/* === Ebene 1 === */
.advanced-menu .item--level-0 {
  padding-left: 0px !important;
  padding-bottom: 5px !important;
}
.advanced-menu .item--level-0 a.menu--list-item-link {
  color: #000000 !important;
  font-weight: inherit !important;
  text-transform: uppercase !important;
}
.advanced-menu .item--level-0 a.menu--list-item-link:hover {
  color: #9f9f9f !important;
}
/* Schriftart anpassen */
.advanced-menu .item--level-0 a.menu--list-item-link {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  /*"Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
}
/* === Ebene 2 === */
.advanced-menu .menu--level-1 {
  margin: 0 !important;
}
.advanced-menu .item--level-1 .menu--list-item-link {
  padding: 2px 0 !important;
  /* fix für Ebene 2 & 3 */
}
.advanced-menu .item--level-1 {
  padding-left: 5px !important;
  padding-bottom: 1px !important;
}
.advanced-menu .item--level-1 a.menu--list-item-link {
  color: #000000 !important;
  font-weight: 200 !important;
  text-transform: none !important;
}
.advanced-menu .item--level-1 a.menu--list-item-link:hover {
  color: #9f9f9f !important;
}
/* Schriftart anpassen */
.advanced-menu .item--level-1 a.menu--list-item-link {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  /*"Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
}
.advanced-menu .item--level-1 a.menu--list-item-link::before {
  font-size: 9px !important;
  color: #55a7d6 !important;
  content: "\e60f";
  font-family: 'shopware', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  left: -6px !important;
  top: -2px !important;
}
/* === Ebene 2 === */
.advanced-menu .menu--level-2 {
  margin: 0 !important;
}
.advanced-menu .item--level-2 {
  padding-left: 20px !important;
  padding-bottom: 0px !important;
}
.advanced-menu .item--level-2 a.menu--list-item-link {
  color: #000000 !important;
  font-weight: 400 !important;
  text-transform: none !important;
}
.advanced-menu .item--level-2 a.menu--list-item-link:hover {
  color: #55a7d6 !important;
}
/* Schriftart anpassen */
.advanced-menu .item--level-2 a.menu--list-item-link {
  font-family: 'Oswald', serif;
}
.advanced-menu .item--level-2 a.menu--list-item-link::before {
  font-size: 7px !important;
  color: #e62875 !important;
  content: "\e60f";
  font-family: 'shopware', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  left: -4px !important;
  top: -2px !important;
}
/* 
ThemeWare pluginfixes.less
====================================

*/
/* Plugin-Fix: 
 * Premium Schnellkauf in Kategorieansicht & Einkaufswelten von: swkweb
 */
body.js--overlay-relative.active-buy .product--box.active-buy {
  z-index: 20000 !important;
}
body.js--overlay-relative.active-buy .listing .box--minimal.hover-actions.active-buy .box--content:hover button.article-more,
body.js--overlay-relative.active-buy .listing .box--minimal.hover-actions.active-buy .box--content:hover a.article-more {
  display: none !important;
}
/* Plugin-Fix: 
 * Amazon Pay von: best it eCommerce solutions und 
 * PayPal Express von: shopware AG 
 * Buttons im Checkout ausrichten
 */
.is--ctl-checkout .paypal-express--container ~ div,
.is--ctl-checkout .bestit-amazon-pay--container ~ div {
  clear: both;
}
.is--ctl-checkout .paypal-express--container,
.is--ctl-checkout .bestit-amazon-pay--container {
  clear: none !important;
  float: right;
  padding-left: 10px;
  padding-top: 0px;
  width: auto;
}
.is--ctl-checkout .paypal-express--container > div,
.is--ctl-checkout .bestit-amazon-pay--container > div {
  margin-bottom: 20px !important;
}
/* Plugin-Fix: 
 * PayPal von: shopware AG 
 * Banner für PayPal Ratenzahlung im Offcanvas-Warenkorb
 */
.ajax--cart .paypal-unified-installments-banner--cart {
  margin: 10px 0 0 0;
  float: left;
  width: 100%;
  display: block;
}
/* Plugin-Fix: 
 * FINDOLOGIC Suche von: FINDOLOGIC
 */
.findologic .product--box .product--detail-btn {
  /* Listing umbricht */
  height: inherit !important;
}
.ts-rating-light.testimonial {
  padding: 20px 0 0 0 !important;
  margin-bottom: 50px;
  max-width: 100% !important;
}
.ts-rating-light.testimonial .carousel {
  max-width: 100% !important;
}
/* heidelpay fixes */
iframe#hp_frame_cc {
  border: none !important;
  width: 100%;
  height: auto;
  min-height: 300px;
  padding-top: 15px;
}
form.payment[name="heidelpay"] .payment.register {
  width: 320px !important;
  margin: auto;
  min-height: 480px;
}
.is--ctl-payment_hgw.is--act-cancel .content--wrapper {
  background: #ffffff;
  border: 1px solid #eaeaf0;
  margin: 30px 0 0 0;
  padding: 0 0 22px 0;
  text-align: center;
}
.is--ctl-payment_hgw.is--act-cancel .content--wrapper img[alt="Warnung"] {
  display: none;
}
.is--ctl-payment_hgw.is--act-cancel .content--wrapper .btn.is--secondary.left {
  margin: 0 20px;
  display: inline-block;
  float: none;
}
/* Plugin-Fix: 
 * Afterbuy Schnittstelle für Shopware von: TBE-NET
 */
.checkQuantity-realbutton {
  display: none !important;
}
/* Plugin-Fix: 
 * PayPal von: shopware AG
 */
.is--ctl-detail .paypal-unified-ec--outer-button-container {
  clear: both;
}
@media (max-width: 500px), (min-width: 1001px) and (max-width: 1120px) {
  .paypal-unified-ec--outer-button-container {
    text-align: center;
  }
  .paypal-unified-ec--outer-button-container .paypal-unified-ec--button-container {
    float: none;
    display: inline-block;
  }
}
.container--ajax-cart[data-displaymode="offcanvas"] .button--container div[class^="paypal"] {
  text-align: center;
}
.container--ajax-cart[data-displaymode="offcanvas"] .button--container div[class^="paypal"] > div {
  float: none !important;
}
.is--ctl-checkout .product--table .paypal-unified-ec--outer-button-container {
  float: right;
  margin: 4px 0px 5px 20px;
}
@media (max-width: 767px) {
  .is--ctl-checkout .product--table .paypal-unified-ec--outer-button-container {
    float: none;
    margin: 0;
    width: 100%;
    text-align: center;
    padding: 5px 5px 10px 5px;
  }
  .is--ctl-checkout .product--table .paypal-unified-ec--outer-button-container > div {
    display: inline-block;
    float: none;
  }
}
/* bestit Amazon Pay */
/* --- Allgemein --- */
.is--ctl-amazonpay .headbar {
  height: auto !important;
  padding-bottom: 30px;
}
.is--ctl-amazonpay .steps--container.bestit-amazon-pay--steps-container {
  float: left !important;
  margin: 20px -30px 0 -30px !important;
  background-color: #f6f6f6 !important;
  width: calc(100% + 60px) !important;
}
.is--ctl-amazonpay .steps--container.bestit-amazon-pay--steps-container .steps--content {
  padding: 12px 0px 6px 0px !important;
  margin-bottom: 0 !important;
}
.is--ctl-amazonpay .content-main--inner {
  margin-top: 30px !important;
}
/* --- Artikelseite --- */
@media screen and (min-width: 30em) {
  .product--detail-upper .bestit-amazon-pay--express-button--container {
    margin-right: 0 !important;
  }
}
.is--ctl-detail .bestit-amazon-pay--express-button:hover img {
  opacity: 0.7;
}
.is--ctl-detail .buybox--form + .bestit-amazon-pay--express-button--container {
  background-color: #ffffff;
  border-right: 1px solid #eaeaf0;
  border-left: 1px solid #eaeaf0;
  border-bottom: 1px solid #eaeaf0;
  margin-top: -20px;
  padding: 10px 10px 5px 10px;
}
.is--ctl-detail .product--detail-upper .bestit-amazon-pay--express-button--container .button--label {
  line-height: 1.2;
}
@media (max-width: 500px), (min-width: 1001px) and (max-width: 1120px) {
  .product--detail-upper .bestit-amazon-pay--express-button--container {
    display: block !important;
  }
  .product--detail-upper .bestit-amazon-pay--express-button--container > div {
    width: 100% !important;
    text-align: center !important;
    line-height: 1.5 !important;
    max-width: 100% !important;
  }
}
/* --- Listing --- */
.box--minimal .bestit-amazon-pay--express-button--container .button--label {
  width: 100% !important;
  text-align: center !important;
  margin-bottom: 3px !important;
}
.box--minimal .bestit-amazon-pay--express-button--container .button--container img {
  margin: 0 auto !important;
}
/* --- Checkout --- */
@media screen and (min-width: 64em) {
  .bestit-amazon-pay + div .confirm--content .information--panel-wrapper .payment--panel .btn--change-payment {
    position: relative;
    bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .bestit-amazon-pay + div .confirm--content .information--panel-wrapper .information--panel-item-shipping {
    padding-left: 2%;
  }
}
@media screen and (min-width: 768px) {
  .bestit-amazon-pay + div .confirm--content .information--panel-wrapper .information--panel-item-shipping {
    padding-left: 2%;
  }
}
/* --- offcanvas cart --- */
.container--ajax-cart[data-displaymode="offcanvas"] .bestit-amazon-pay--button-cart-ajax {
  width: 100%;
  text-align: center;
}
.container--ajax-cart[data-displaymode="offcanvas"] .bestit-amazon-pay--button-cart-ajax > img {
  display: inline-block !important;
}
.container--ajax-cart[data-displaymode="offcanvas"] .bestit-amazon-pay--button-cart-ajax > img:hover {
  opacity: 0.8;
}
.container--ajax-cart[data-displaymode="offcanvas"] .bestit-amazon-pay--button .bestit-amazon-pay--tooltip {
  position: relative;
  left: inherit !important;
  top: inherit !important;
  display: block;
  margin: 0px 0 -14px 84px;
  width: 20px;
}
@media (max-width: 767px) {
  .container--ajax-cart[data-displaymode="offcanvas"] .bestit-amazon-pay--button .bestit-amazon-pay--tooltip {
    display: none;
  }
  .is--ctl-checkout .paypal-express--container,
  .is--ctl-checkout .bestit-amazon-pay--container {
    float: none;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .product--table .bestit-amazon-pay--container .bestit-amazon-pay--button {
    float: none !important;
    margin: 0 auto !important;
    display: inline-block;
  }
  .product--table .bestit-amazon-pay--container .bestit-amazon-pay--button img:hover {
    opacity: 0.8;
  }
  .product--table .bestit-amazon-pay--container .bestit-amazon-pay--button .bestit-amazon-pay--tooltip {
    display: none;
  }
}
/* --- Checkout > Lieferadresse (.is--act-address) / Zahlungsart (.is--act-wallet) --- */
.is--ctl-amazonpay.is--act-address.headtyp-3 .header-main .headbar,
.is--ctl-amazonpay.is--act-wallet.headtyp-3 .header-main .headbar {
  background: #fff !important;
  padding-bottom: 5px !important;
}
.is--ctl-amazonpay.is--act-address .steps--container.bestit-amazon-pay--steps-container,
.is--ctl-amazonpay.is--act-wallet .steps--container.bestit-amazon-pay--steps-container {
  float: none !important;
  margin: 0 auto !important;
  background-color: rgba(0, 0, 0, 0) !important;
  width: 100% !important;
}
.is--ctl-amazonpay.is--act-address .panel.has--border,
.is--ctl-amazonpay.is--act-wallet .panel.has--border {
  background-color: #ffffff;
}
.is--ctl-amazonpay.is--act-address .bestit-amazon-pay--widget-single iframe,
.is--ctl-amazonpay.is--act-wallet .bestit-amazon-pay--widget-single iframe {
  border-radius: 0px !important;
}
/* --- Listing --- */
.product--box.box--basic .bestit-amazon-pay--express-button--container .bestit-amazon-pay--express-button img:hover {
  opacity: 0.8;
}
.product--box.box--basic .bestit-amazon-pay--express-button--container .button--label {
  display: block !important;
  float: none !important;
  text-align: left !important;
  width: 100%;
  height: auto !important;
  line-height: 1.5 !important;
}
.product--box.box--basic .bestit-amazon-pay--express-button--container .button--label span.button-label--express {
  display: inline !important;
}
/* PremSoft OnePagecheckout Advanced */
.themeware-clean #one-page-checkout .not-logged-in {
  padding-top: 0 !important;
}
.themeware-clean #one-page-checkout .register--content,
.themeware-clean #one-page-checkout .register--login {
  margin-bottom: 0;
}
.themeware-clean #one-page-checkout .register--login {
  padding-right: 0;
}
.themeware-clean #one-page-checkout .panel--title.is--underline {
  padding: 1.25rem 0rem 0rem 0rem !important;
  border-bottom: 1px solid #dadae5 !important;
}
.themeware-clean #one-page-checkout .product--table .table--header {
  display: none;
}
.themeware-clean #one-page-checkout .product--table .is--no-star {
  margin-left: 0;
}
.themeware-clean #one-page-checkout .container--logout {
  float: left;
}
.themeware-clean #one-page-checkout .panel--body.is--wide {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.themeware-clean #one-page-checkout .agb--on-top .agb-and-revocation .body--revocation {
  padding-top: 1.25rem;
}
.themeware-clean #one-page-checkout .register--overview .product--table .panel--body {
  border: 0 !important;
  padding: 0 !important;
}
.themeware-clean #one-page-checkout .register--overview .product--table .table--header {
  display: none !important;
}
/* OnePageCheckout + Skin */
#one-page-checkout {
  width: 100%;
}
@media (min-width: 1260px) {
  #one-page-checkout:not(.only-vertical) .register--personal-data {
    width: calc(33.33% - 10px) !important;
    margin: 0 10px 0 0 !important;
    display: block !important;
  }
  #one-page-checkout:not(.only-vertical) .register--shipment-and-payment {
    width: calc(33.33% - 10px) !important;
    margin: 0 10px 0 0 !important;
    display: block !important;
  }
  #one-page-checkout:not(.only-vertical) .register--overview {
    width: 33.33% !important;
    margin: 0 !important;
    display: block !important;
  }
}
#one-page-checkout .js--loading-indicator {
  background-color: #6d6b6d !important;
}
#one-page-checkout .agb--on-top {
  width: 100% !important;
  max-width: inherit !important;
  margin-bottom: 10px !important;
}
#one-page-checkout .alert + .agb--on-top {
  margin-top: 10px;
}
#one-page-checkout .register--content .select-field {
  max-width: inherit;
  margin-bottom: 2px !important;
}
@media (max-width: 1259px) {
  #one-page-checkout .register--personal-data,
  #one-page-checkout .register--shipment-and-payment,
  #one-page-checkout .register--overview {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #one-page-checkout {
    padding: 0 10px;
  }
  #one-page-checkout .agb--on-top {
    margin-bottom: 10px !important;
  }
  #one-page-checkout .opc--spacer {
    height: 10px;
  }
}
@media (max-width: 479px) {
  #one-page-checkout .btn.is--large {
    width: 100%;
  }
  #one-page-checkout .tab-menu--product .tab--content.is--full-screen.off-canvas {
    max-width: inherit;
  }
  #one-page-checkout .tab-menu--product .tab--content.is--full-screen.off-canvas .panel--body.is--wide {
    margin: 0;
    padding: 15px;
  }
  #one-page-checkout .tab-menu--product .tab--content.is--full-screen.off-canvas .buttons--off-canvas {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
  }
  #one-page-checkout .tab-menu--product .tab--content.is--full-screen.off-canvas .buttons--off-canvas .close--off-canvas {
    width: 100%;
  }
}
/*
ThemeWare SwagBonusSystem.less
====================================
Shopware Bonus-System Plugin
*/
/* Seitentypen:
    is--ctl-index
    is--ctl-account
    is--ctl-listing
    is--ctl-bonussystem is--act-points
    is--ctl-bonussystem is--act-index
    is--ctl-checkout is--act-cart
*/
/* Selektoren:
    .is--ctl-account .bonussystem--sidebar.bonussystem--account, 
    .is--ctl-BonusSystem.is--act-points .bonussystem--sidebar.bonussystem--account, 
    .is--ctl-bonussystem.is--act-points .bonussystem--sidebar.bonussystem--account

    .is--ctl-account .bonussystem--sidebar, 
    .is--ctl-BonusSystem.is--act-points .bonussystem--sidebar, 
    .is--ctl-bonussystem.is--act-points .bonussystem--sidebar

    .bonussystem--sidebar {}
*/
/* Mein Punktekonto: 
.is--ctl-bonussystem.is--act-points */
/* Übersicht: 
.is--ctl-bonussystem.is--act-index */
.is--ctl-bonussystem .content {
  background: #ffffff;
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  border: 1px solid #eaeaf0;
}
.is--ctl-bonussystem .content .account--welcome .panel--title {
  margin: 0;
  padding: 0;
}
.is--ctl-bonussystem.is--act-index .content {
  margin-top: 1.875rem;
}
/* === Header ==================================== */
/*.top-bar--bonuspoints {
    .bonussystem--info-container {
        .bonussystem--info-orb-navigation {}
        span.bonussystem--navigation {}
    }
    ul.service--list {
        li.bonussystem--header-entry {
            .header-entry--top {}
            .header-entry--points {}
            .header-entry--points-text {}
        }

        li.service--entry.bonussystem--account-link {
            a.service--link {
                i.icon--arrow-right {}
            }
        }
        li.service--entry {
            a.service--link {
                i.icon--arrow-right {}
            }
        }
    }
}*/
/* Todo: 
bei "Links rechts ausrichten" das Dropdown links ausrichten... */
.header-main .top-bar--bonuspoints.navigation--entry.entry--service.has--drop-down {
  padding-left: 1rem !important;
  margin-left: 1rem !important;
  margin-right: 0.9375rem !important;
}
.top-bar--bonuspoints .service--list {
  z-index: 4001 !important;
}
@media (max-width: 767px) {
  .top-bar--bonuspoints.navigation--entry.entry--service.has--drop-down {
    display: none !important;
  }
}
/* === Sidebar ==================================== */
.bonussystem--sidebar {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}
.bonussystem--sidebar .sidebar--bonus-menu a.bonussystem--points-link i.icon--arrow-right {
  display: block;
}
.bonussystem--sidebar .sidebar--bonus-menu.bonus--products a.bonussystem--bonus-articles i.icon--arrow-right {
  display: block;
}
.bonussystem--accordion-container {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}
/* === Allgemein ==================================== */
.bonussystem--info-text {
  position: relative;
  left: -0.625rem;
  padding-right: 0.625rem !important;
}
@media (max-width: 479px) {
  /*.bonussystem--info {
        margin: 0 !important;
    }*/
  .bonussystem--info-text {
    padding-right: 0.3125rem !important;
  }
}
/* === Offcanvas cart ==================================== */
.bonussystem--cart-container {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}
/* === Warenkorb ==================================== */
.bonussystem--cart .bonussystem--info-text {
  line-height: 42px;
}
.bonussystem--sidebar .sidebar--bonus-menu .bonussystem--points-link:hover,
.bonussystem--sidebar .sidebar--bonus-menu .bonussystem--bonus-articles:hover {
  background-color: inherit !important;
  color: #55a7d6 !important;
}
.bonussystem--sidebar .sidebar--bonus-menu .bonussystem--points-link,
.bonussystem--sidebar .sidebar--bonus-menu .bonussystem--bonus-articles {
  padding: 5px 17px;
}
.bonussystem--accordion-container {
  background: #ffffff;
  border: 1px solid #eaeaf0;
  margin-bottom: 20px !important;
}
.bonussystem--accordion-container .accordion-container--footer {
  padding-bottom: 10px;
}
.panel.has--border.bonussystem--accordion-container {
  border: 1px solid #eaeaf0;
}
.bonussystem--accordion-container.accordion.panel .accordion-container--header.panel--title {
  font-family: Standard, serif;
}
@media (max-width: 767px) {
  .bonussystem--sidebar {
    padding: 0 !important;
    border: none !important;
  }
  .bonussystem--sidebar .sidebar--bonus-menu .bonussystem--points-link,
  .bonussystem--sidebar .sidebar--bonus-menu .bonussystem--bonus-articles {
    line-height: 30px;
    border-bottom: 1px solid #eaeaf0;
  }
  .bonussystem--sidebar .sidebar--bonus-header {
    margin-bottom: 0 !important;
  }
}
/* === Bonusartikel ==================================== */
.is--ctl-bonussystem h2.bonussystem--orders-headline {
  background: #ffffff;
  margin: 0;
  padding: 20px;
}
.is--ctl-bonussystem h2.bonussystem--changes-headline {
  /*background: @panel-bg;
        margin: 0;
        padding: 20px;*/
}
.is--ctl-bonussystem .bonussystem--welcome {
  margin-bottom: 0 !important;
}
.is--ctl-bonussystem.is--act-points .categories--navigation {
  display: block !important;
}
.is--ctl-bonussystem .bonus--cat-text {
  background: #ffffff;
}
@media (max-width: 767px) {
  .listing--content .bonus--cat-text {
    margin: 0 15px 15px 15px;
  }
  .listing--content .bonus--cat-text + .listing--wrapper .action--sort {
    margin: 0 15px 15px 15px;
    width: calc(100% - 30px);
  }
  .listing--content .bonus--cat-text + .listing--wrapper .action--sort + #tcinnfilter {
    margin: 0 15px 0 15px;
  }
  .is--ctl-bonussystem .content.listing--content img.bonussystem--banner {
    margin: -15px auto 15px auto;
  }
  h2.bonussystem--orders-headline,
  h2.bonussystem--changes-headline {
    padding-left: 10px;
  }
}
.bonussystem--welcome.panel.has--border,
.panel--table.bonussystem--orders-table.has--border,
.panel--table.bonussystem--changes-table.has--border {
  background: #ffffff;
}
.panel.bonussystem--slider-panel {
  background: #ffffff;
}
/*
ThemeWare SwagEmotionAdvanced.less
====================================
Shopware Storytelling Plugin
*/
.quick-view--view .share--buttons {
  display: none !important;
}
/*.is--storytelling .page-wrap--cookie-permission when not (@cookie_permissions_position=1) {
    position: sticky;
}*/
/*
ThemeWare SwagTicketSystem.less
====================================
Shopware Ticket Plugin
*/
.is--ctl-ticket .ticketsystem--overview-content {
  background: #ffffff;
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  border: 1px solid #eaeaf0;
}
.is--ctl-ticket .ticketsystem--overview-content .account--welcome .panel--title {
  margin: 0;
  padding: 0;
}
.is--ctl-ticket .ticketsystem--form-content .account--welcome {
  background: #ffffff;
  margin-top: 0;
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  border: 1px solid #eaeaf0;
}
.is--ctl-ticket .ticketsystem--form-content .account--welcome .panel--title {
  margin: 0;
  padding-top: 0;
}
.is--ctl-ticket .ticketsystem--form-content .account--welcome .forms--text p {
  margin-bottom: 0.75rem;
}
.is--ctl-ticket .ticketsystem--detail-content {
  background: #ffffff;
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  border: 1px solid #eaeaf0;
}
.is--ctl-ticket .ticketsystem--detail-content .account--welcome .panel--title {
  margin: 0;
  padding: 0;
}
/*
ThemeWare TcinnProductVariationsInListings.less
====================================
Varianten Vorschau als Mouseover (Hover) im Listing von TC-Innovations GmbH
*/
@media (min-width: 768px) {
  .listing .product--box--tcinn_wrapper .product--box.box--minimal.hover-actions .box--content:hover .buybox--button.btn.is--primary,
  .listing .product--box--tcinn_wrapper .product--box.box--minimal.hover-actions .box--content:hover .buybox--button,
  .listing .product--box--tcinn_wrapper .product--box.box--minimal.hover-actions .box--content:hover .article-more,
  .cleanlisting .listing .product--box--tcinn_wrapper .product--box.box--minimal.hover-actions .box--content:hover .buybox--button.btn.is--primary,
  .cleanlisting .listing .product--box--tcinn_wrapper .product--box.box--minimal.hover-actions .box--content:hover .buybox--button,
  .cleanlisting .listing .product--box--tcinn_wrapper .product--box.box--minimal.hover-actions .box--content:hover .article-more {
    display: none !important;
  }
}
/* --- Miscellaneous -------------------------------------- */
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___ 
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _| 
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|
                                                 
    Copyright (c) TC-Innovations GmbH

    ThemeWare print.less
    ====================================

*/
@media print {
  body {
    font-family: Arial, Verdana, sans-serif;
    font-size: 7pt;
    background: none;
    color: black;
    line-height: 1.2;
  }
  html,
  body {
    width: 210mm;
    height: 297mm;
  }
  *,
  *:after,
  *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.2;
  }
  /* none */
  body > header,
  body > footer,
  .sf-toolbarreset,
  .topbar--features,
  .support-text,
  .btn-snippet-fixed {
    display: none !important;
  }
  .logo img {
    width: auto !important;
    height: auto !important;
    max-height: 50px !important;
    max-width: 200px !important;
    margin: 0 !important;
    float: none !important;
    text-align: center !important;
  }
  .logo a {
    width: auto !important;
    height: auto !important;
    max-width: none !important;
    max-height: none !important;
  }
  .is--minimal-header .logo,
  .logo {
    width: 100% !important;
    height: auto !important;
    max-width: none !important;
    max-height: none !important;
    float: none !important;
    text-align: center !important;
  }
  h1 {
    font-size: 18pt;
    border-top: 1px dotted #ccc;
    margin-bottom: 5px;
    padding-top: 20px;
    clear: right;
    width: 100%;
  }
  h2 {
    font-size: 15pt;
    margin-top: 25px;
  }
  h3 {
    font-size: 13pt;
    margin-top: 25px;
  }
  h4 {
    font-size: 11pt;
    margin-top: 25px;
  }
  a {
    word-wrap: break-word;
    color: #000;
    text-decoration: none;
  }
  table {
    width: 100%;
    margin: 20px 0;
  }
  table td {
    padding: 3px 10px;
  }
  table th td {
    font-weight: bold;
    border-bottom: 1px solid #ccc;
  }
  .checkout--content.finish--content .finish--teaser,
  .checkout--content.finish--content .information--panel {
    border: none;
  }
  .finish--content .panel--title {
    padding: 0;
    border-bottom: none;
    margin: 30px 0 10px 0;
    font-size: 11pt !important;
  }
  .finish--content .panel--body {
    height: auto !important;
  }
  .finish--table .panel--body {
    padding: 0;
  }
  .footer-minimal,
  .footer-minimal * {
    font-size: 6pt !important;
  }
  .header-main-min > .container .support-text {
    text-align: right !important;
    color: #000 !important;
    line-height: 1.5 !important;
  }
  .finish--content .product--table {
    border-top: 1px solid #ccc !important;
    margin: 30px 0 10px 0 !important;
  }
  .finish--table .column--total-price,
  .finish--table .column--quantity {
    padding-right: 10px;
  }
}
/* --- Theme-specific styles -------------------------------------- */
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___ 
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _| 
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|
                                                 
    Copyright (c) TC-Innovations GmbH

    ThemeWare Themes
    ====================================
    The `themes.less` file contains the imports to all theme specific elements of ThemeWare.
    The files are destinated inside the `themes` folder.
*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___ 
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _| 
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|
                                                 
    Copyright (c) TC-Innovations GmbH

    ThemeWare Themes
    ====================================
    The `themeware.less` file contains specific elements of ThemeWare.
*/
/* Selectors:
    body.tcinntheme {}
    body[class^="tcinn"] {}
    body[class^="themeware"] {}
*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___ 
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _| 
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|
                                                 
    Copyright (c) TC-Innovations GmbH

    ThemeWare Exquisite Less
    ====================================

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___ 
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _| 
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|
                                                 
    Copyright (c) TC-Innovations GmbH

    ThemeWare Electric Less
    ====================================

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___ 
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _| 
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|
                                                 
    Copyright (c) TC-Innovations GmbH

    ThemeWare Living Less
    ====================================

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___ 
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _| 
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|
                                                 
    Copyright (c) TC-Innovations GmbH

    ThemeWare Plants Less
    ====================================

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___ 
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _| 
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|
                                                 
    Copyright (c) TC-Innovations GmbH

    ThemeWare Flower Less
    ====================================

*/
/* --- Secondary font --------------------------------------- */
/* Standard: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
/* Custom font 2 */
/* Secondary font */
body.themeware-flower .footer-main .column--headline,
body.themeware-flower .sidebar-main .sidebar--categories-wrapper .categories--headline.navigation--headline,
body.themeware-flower .navigation--headline,
body.themeware-flower .last-seen-products .last-seen-products--title {
  font-family: 'Oswald', serif !important;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___ 
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _| 
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|
                                                 
    Copyright (c) TC-Innovations GmbH

    ThemeWare Kids Less
    ====================================

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___ 
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _| 
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|
                                                 
    Copyright (c) TC-Innovations GmbH

    ThemeWare Fit Less
    ====================================

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___ 
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _| 
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|
                                                 
    Copyright (c) TC-Innovations GmbH

    ThemeWare Fire Less
    ====================================

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___ 
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _| 
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|
                                                 
    Copyright (c) TC-Innovations GmbH

    ThemeWare Exquisite Less
    ====================================

*/
/* --- Exquisite fixes --------------------------------------- */
body.themeware-exquisite.gwfont2 .panel--title {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___ 
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _| 
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|
                                                 
    Copyright (c) TC-Innovations GmbH

    ThemeWare Bath Less
    ====================================

*/
/* --- Secondary font --------------------------------------- */
/* Standard: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
/* Custom font 2 */
/* Secondary font */
body.themeware-bath .tcinn-icon-box p,
body.themeware-bath .emotion--element.headline-bath .html--content > h1,
body.themeware-bath .emotion--element.headline-bath .html--content > h2,
body.themeware-bath .emotion--element.headline-bath .html--content > p {
  font-family: 'Oswald', serif !important;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___ 
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _| 
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|
                                                 
    Copyright (c) TC-Innovations GmbH

    ThemeWare Clean Less
    ====================================

*/
/* --- Primary font --------------------------------------- */
/* Standard: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
body.themeware-clean .panel--title,
body.themeware-clean .navigation-main.font-family-sekundary .navigation--list .navigation--entry .navigation--link,
body.themeware-clean h1,
body.themeware-clean h2,
body.themeware-clean h3,
body.themeware-clean h4,
body.themeware-clean h5,
body.themeware-clean h6,
body.themeware-clean .emotion--element.headline .html--content h1,
body.themeware-clean .emotion--element.headline .html--content h2 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
}
/* Custom font 2 */
/* Primary font */
/* --- Secondary font --------------------------------------- */
/* Standard: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
/* Custom font 2 */
/* Secondary font */
body.themeware-clean .emotion--element.headline .html--content h1 em,
body.themeware-clean .emotion--element.headline .html--content h2 em,
body.themeware-clean .topseller.panel .topseller--title.panel--title {
  font-family: 'Oswald', serif !important;
}
@media (min-width: 768px) {
  /* --- Secondary font --------------------------------------- */
  /* Standard: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
  /* Custom font 2 */
  /* Secondary font */
  body.themeware-clean .last-seen-products .last-seen-products--title,
  body.themeware-clean .hero-unit.category--teaser .hero--headline.panel--title,
  body.themeware-clean .footer-main .column--newsletter .column--headline {
    font-family: 'Oswald', serif !important;
  }
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___ 
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _| 
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|
                                                 
    Copyright (c) TC-Innovations GmbH

    ThemeWare Ladieswear Less
    ====================================

*/
/* --- Ladieswear fixes --------------------------------------- */
/* Darstellung "Filter als Box mit Headline" optimiert */
body[class*="cleanbase-"].themeware-ladieswear .sidebar-filter .filter--headline.navigation--headline {
  margin-left: 7px !important;
}
/* --- Primary font --------------------------------------- */
/* Standard: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
body.themeware-ladieswear .panel--title,
body.themeware-ladieswear .navigation-main.font-family-sekundary .navigation--list .navigation--entry .navigation--link,
body.themeware-ladieswear h1,
body.themeware-ladieswear h2,
body.themeware-ladieswear h3,
body.themeware-ladieswear h4,
body.themeware-ladieswear h5,
body.themeware-ladieswear h6,
body.themeware-ladieswear .emotion--element.headline .html--content h1,
body.themeware-ladieswear .emotion--element.headline .html--content h2 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
}
/* Custom font 2 */
/* Primary font */
/* --- Secondary font --------------------------------------- */
/* Standard: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
/* Custom font 2 */
/* Secondary font */
body.themeware-ladieswear .emotion--element.headline .html--content h1 em,
body.themeware-ladieswear .emotion--element.headline .html--content h2 em,
body.themeware-ladieswear .topseller.panel .topseller--title.panel--title {
  font-family: 'Oswald', serif !important;
}
@media (min-width: 768px) {
  /* Standard: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
  /* Custom font 2 */
  /* Secondary font */
  body.themeware-ladieswear .footer-main .column--newsletter .column--headline,
  body.themeware-ladieswear .last-seen-products .last-seen-products--title,
  body.themeware-ladieswear .hero-unit.category--teaser .hero--headline.panel--title {
    font-family: 'Oswald', serif !important;
  }
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___ 
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _| 
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|
                                                 
    Copyright (c) TC-Innovations GmbH

    ThemeWare Strong Less
    ====================================

*/
/* --- Secondary font --------------------------------------- */
/* Standard: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
/* Custom font 2 */
/* Secondary font */
body.themeware-strong .listing--wrapper.has--sidebar-filter .action--sort .sort--label,
body.themeware-strong .emotion--container .emotion--html .html--title,
body.themeware-strong .footer-main .column--headline,
body.themeware-strong .last-seen-products .last-seen-products--title,
body.themeware-strong .product--box .product--title,
body.themeware-strong body.gwfont2 .panel--title,
body.themeware-strong .categories--headline.navigation--headline,
body.themeware-strong div[class^="lb-element"] .navigation--headline,
body.themeware-strong .shop-sites--container .shop-sites--headline,
body.themeware-strong .listing button.article-more,
body.themeware-strong .listing a.article-more,
body.themeware-strong .js--tab-menu .tab--link.has--content,
body.themeware-strong .ajax--cart .container--title,
body.themeware-strong .product--details .content--title,
body.themeware-strong .product--details #usp-artikelbox h4 {
  font-family: 'Oswald', serif !important;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___ 
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _| 
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|
                                                 
    Copyright (c) TC-Innovations GmbH

    ThemeWare Bio Less
    ====================================

*/
body.themeware-bio {
  /* Navigation fix */
  /* Listing fix */
}
body.themeware-bio .advanced-menu .item--level-0 > .menu--list-item-link {
  line-height: 1.5rem;
}
/* --- Secondary font --------------------------------------- */
/* Standard: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
/* Custom font 2 */
/* Secondary font */
body.themeware-bio .emotion--container .emotion--html .html--title,
body.themeware-bio .footer-main .column--headline,
body.themeware-bio .footer-main .column--newsletter .column--headline,
body.themeware-bio .last-seen-products .last-seen-products--title,
body.themeware-bio .listing .product--box .product--title,
body.themeware-bio .panel--title,
body.themeware-bio .categories--headline.navigation--headline,
body.themeware-bio div[class^="lb-element"] .navigation--headline,
body.themeware-bio .filter--headline .navigation--headline,
body.themeware-bio .shop-sites--container .shop-sites--headline,
body.themeware-bio .ajax--cart .container--title,
body.themeware-bio .product--details .content--title,
body.themeware-bio #sitebarwidget strong {
  font-family: 'Oswald', serif !important;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___ 
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _| 
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|
                                                 
    Copyright (c) TC-Innovations GmbH

    ThemeWare Pets Less
    ====================================

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___ 
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _| 
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|
                                                 
    Copyright (c) TC-Innovations GmbH

    ThemeWare Bike Less
    ====================================

*/
/* --- Bike fixes --------------------------------------- */
@media (min-width: 1025px) {
  .themeware-bike.is--ctl-listing .sidebar-main[data-nsli="1"] + .content--wrapper .listing--content {
    padding-top: 30px !important;
  }
  .themeware-bike.is--ctl-detail .sidebar-main[data-nsde="1"] + .content--wrapper .product--details {
    padding-top: 30px !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .themeware-bike.is--ctl-listing .sidebar-main[data-tnsli="1"] + .content--wrapper .listing--content {
    padding-top: 30px !important;
  }
  .themeware-bike.is--ctl-detail .sidebar-main[data-tnsde="1"] + .content--wrapper .product--details {
    padding-top: 30px !important;
  }
}
/* --- Primary font --------------------------------------- */
/* Standard: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
body.themeware-bike .emotion--element.headline .html--content h1,
body.themeware-bike .emotion--element.headline .html--content h2,
body.themeware-bike body.gwfont2 .panel--title,
body.themeware-bike body.gwfont2 h1,
body.themeware-bike body.gwfont2 h2,
body.themeware-bike body.gwfont2 h3,
body.themeware-bike body.gwfont2 h4,
body.themeware-bike body.gwfont2 h5,
body.themeware-bike body.gwfont2 h6 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
}
/* Custom font 2 */
/* Primary font */
/* --- Secondary font --------------------------------------- */
/* Standard: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
/* Custom font 2 */
/* Secondary font */
body.themeware-bike .emotion--element.headline .html--content h1 em,
body.themeware-bike .emotion--element.headline .html--content h2 em,
body.themeware-bike .topseller.panel .topseller--title.panel--title,
body.themeware-bike .navigation-main.font-family-sekundary .navigation--list .navigation--entry .navigation--link,
body.themeware-bike .emotion--category-teaser .category-teaser--title,
body.themeware-bike .content--emotions .product-slider--title,
body.themeware-bike .content--emotions .emotion--blog,
body.themeware-bike .content--emotions .panel--title,
body.themeware-bike .emotion--container .emotion--html .html--title {
  font-family: 'Oswald', serif !important;
}
@media (min-width: 768px) {
  /* --- Secondary font --------------------------------------- */
  /* Standard: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
  /* Custom font 2 */
  /* Secondary font */
  body.themeware-bike .last-seen-products .last-seen-products--title,
  body.themeware-bike .hero-unit.category--teaser .hero--headline.panel--title,
  body.themeware-bike .footer-main .column--newsletter .column--headline {
    font-family: 'Oswald', serif !important;
  }
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___ 
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _| 
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|
                                                 
    Copyright (c) TC-Innovations GmbH

    ThemeWare Hifi Less
    ====================================

*/
body.themeware-hifi {
  /* Sidebar fix */
}
body.themeware-hifi .sidebar-left {
  padding-top: 0px !important;
}
/* --- Primary font --------------------------------------- */
/* Standard: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
body.themeware-hifi h1,
body.themeware-hifi h4 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
}
/* Custom font 2 */
/* Primary font */
/* --- Secondary font --------------------------------------- */
/* Standard: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
/* Custom font 2 */
/* Secondary font */
body.themeware-hifi h2,
body.themeware-hifi .category-teaser--title,
body.themeware-hifi .emotion--container .emotion--html .html--title,
body.themeware-hifi .listing button.article-more,
body.themeware-hifi .listing a.article-more,
body.themeware-hifi #sitebarwidget strong {
  font-family: 'Oswald', serif !important;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___ 
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _| 
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|
                                                 
    Copyright (c) TC-Innovations GmbH

    ThemeWare Global Less
    ====================================

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___ 
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _| 
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|
                                                 
    Copyright (c) TC-Innovations GmbH

    ThemeWare Outdoor Less
    ====================================

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___ 
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _| 
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|
                                                 
    Copyright (c) TC-Innovations GmbH
 
    ThemeWare Lights Less
    ====================================

*/
/* --- Lights fixes --------------------------------------- */
/* Fix für offcanvas "Mein Konto"-Menü auf der Startseite */
@media screen and (max-width: 767px) {
  body.themeware-lights.transparent-header.emotion-bg-header.headtyp-3 header.header-main {
    z-index: inherit !important;
  }
}
/*@import "themes/flat.less";*/
.paypal-sidebar {
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #eaeaf0;
}
.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 #eaeaf0;
    border-top: 1px solid #eaeaf0;
    border-right: 1px solid #eaeaf0;
  }
  .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;
}
.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: #3091c8;
  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: #eaeaf0;
  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: #55a7d6;
}
.advanced-menu .teaser--text-link:hover {
  color: #55a7d6;
}
.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: #3091c8;
  display: block;
}
.advanced-menu .menu--list-item-link:hover {
  padding: 0.3125rem 0rem 0.3125rem 0.1875rem;
  color: #55a7d6;
}
.advanced-menu .button-container {
  font-size: 1rem;
  padding: 1.25rem 1.875rem 1.25rem 0rem;
  background: #3091c8;
  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: #3091c8;
  display: block;
  font-weight: normal;
}
.advanced-menu .item--level-1 .menu--list-item-link:hover {
  padding: 0.3125rem 0rem 0.3125rem 0.1875rem;
  color: #55a7d6;
}
.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: #3091c8;
}
.navigation-main .navigation--list .navigation--entry.is--hovered .navigation--link {
  background: #3091c8;
  color: #ffffff;
}
@media screen and (min-width: 78.75em) {
  .advanced-menu .content--wrapper {
    margin: 2.5rem 2.5rem 2.5rem 2.5rem;
  }
}
.raw-color-container {
  height: 3.25rem;
  height: 52px;
  overflow: hidden;
}
.raw-color-container a {
  text-decoration: none !important;
}
.raw-color-container .raw-filter-select {
  display: inline;
  visibility: hidden;
}
.raw-color-container .raw-shuffle-colors {
  display: inline;
  visibility: hidden;
}
.raw-color-container .raw-color-picture,
.raw-color-container .raw-color-button {
  display: inline-block;
  cursor: pointer;
  position: relative;
  height: 1.25rem;
  margin: 0.125rem 0rem 0.125rem 0.125rem;
}
.raw-color-container .raw-color-button {
  border-radius: 0.3125rem;
  width: 1.25rem;
  border: 1px solid darkslategrey;
}
.raw-color-container .raw--selected .raw-color-button,
.raw-color-container .raw--selected .raw-color-picture {
  border: 1px solid red;
}
.raw-color-container .raw--disabled .raw-color-button,
.raw-color-container .raw--disabled .raw-color-picture {
  opacity: .5;
  cursor: not-allowed;
}
.emotion--product .product--box .product--image {
  height: 58%;
}
.emotion--product .product--box .product--details {
  max-height: 42%;
  height: 42%;
}
/* ThemeWare Exquisite Custom Less */
@media (max-width: 767px) {
  .content--home {
    margin-top: 0px !important;
  }
  .footer-main .newsletter--form input[type="email"] {
    border: 1px solid #999;
    border-right: none;
  }
  .footer-main .newsletter--form .btn {
    border: 1px solid #999;
    color: #333;
  }
  body.transparent-header nav.content--breadcrumb {
    margin-bottom: 0 !important;
  }
  nav.content--breadcrumb > div {
    background: none !important;
    border-top: none !important;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .advanced-menu {
    max-width: calc(100% - 60px) !important;
    left: 30px !important;
    right: 30px !important;
  }
  .lb-header-colored .categories--navigation.navigation--list,
  .lb-header-colored .navigation--headline,
  .lb-header-colored .lb-element-oben .border,
  .lb-header-colored .shop-sites--container {
    border: none !important;
  }
}
.layout-fullwidth-boxed .emotion--container {
  background: none !important;
}
.footer-main {
  border-top: none;
}
body.transparent-header header.header-main .activsticky.headbar,
body.transparent-header.emotion-bg-header header.header-main .activsticky.headbar {
  background: #3a383a !important;
}
.content--breadcrumb .breadcrumb--link,
.content--breadcrumb .breadcrumb--separator {
  color: #444444;
}
body.transparent-header nav.content--breadcrumb {
  background: none !important;
  border-bottom: none !important;
  clear: left;
  height: 35px;
  margin-bottom: -20px;
  position: relative;
  z-index: 1001;
}
.topbar--features.footertop {
  border-top: 1px solid #6d6b6d;
}
.emotion--manufacturer {
  background: #ffffff !important;
}
.listing--sidebar .sidebar-filter .filter--container .filter-panel {
  margin: 0 0 -1px 0;
}
.sidebar-main .action--filter-options .filter--container {
  margin: 0 0 20px 0;
}
.sidebar-filter #filter .filter-panel.is--collapsed .filter-panel--flyout {
  border-bottom: none !important;
}
.is--ctl-canvasdesigner #drawing-mode-options {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 2px 1px #666;
}
.is--ctl-canvasdesigner .cv-shadow-block {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 2px 1px #666;
}
.is--ctl-canvasdesigner .overlay-shadowfields {
  background: #fff none repeat scroll 0 0;
}
.is--ctl-canvasdesigner #shadow-blur--format,
.is--ctl-canvasdesigner #shadow-opacity--format,
.is--ctl-canvasdesigner #shadow-offsetY--format,
.is--ctl-canvasdesigner #shadow-offsetX--format {
  background: #8798a9 none repeat scroll 0 0;
  color: #fff;
}
.is--ctl-canvasdesigner .shadow-fields {
  border: 1px solid #eaeaf0;
}
.is--ctl-canvasdesigner #spacing-control-format,
.is--ctl-canvasdesigner #radius-control-format,
.is--ctl-canvasdesigner #angle-control-format,
.is--ctl-canvasdesigner #scale-control-format,
.is--ctl-canvasdesigner #drawing-shadow--format,
.is--ctl-canvasdesigner #drawing-offset--format,
.is--ctl-canvasdesigner #drawing-line--format {
  background: #6d6b6d;
  color: #ffffff;
}
.is--ctl-canvasdesigner {
  /* Gradients for hue, saturation and value instead of images.  Not pretty... but it works */
  /* IE filters do not support multiple color stops.
     Generate 6 divs, line them up, and do two color gradients for each.
     Yes, really.
   */
  /* Palettes */
  /* Initial */
  /* Replacer (the little preview div that shows up instead of the <input>) */
  /* Buttons: http://hellohappy.org/css3-buttons/ */
}
.is--ctl-canvasdesigner .background-color-inner {
  background: #ffffff;
}
.is--ctl-canvasdesigner .sp-replacer {
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8fa 100%);
  border: 1px solid #eaeaf0;
  color: #6d6b6d;
}
.is--ctl-canvasdesigner .bg-color {
  border: 1px solid #dadae5;
  float: left;
  height: 1.75rem;
  margin-bottom: 0rem;
  margin-right: 0.2rem;
  position: relative;
  padding: 0;
  width: 3rem !important;
  background-color: #eaeaf0;
}
.is--ctl-canvasdesigner .bg-color .span-bgcolor-rectangle {
  background-color: #fff;
}
.is--ctl-canvasdesigner .bg-color .paint-bucket {
  float: left;
  width: 44%;
  cursor: pointer;
  padding-top: 0.2rem;
}
.is--ctl-canvasdesigner .cv-bg-colors-container {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0.1rem;
  line-height: 1.35rem;
}
.is--ctl-canvasdesigner .is-border-line {
  border: 1px solid #eaeaf0;
}
.is--ctl-canvasdesigner .sp-alpha-inner {
  border: solid 1px #333;
}
.is--ctl-canvasdesigner .sp-clear {
  display: none;
  cursor: pointer;
}
.is--ctl-canvasdesigner .sp-cancel {
  display: none !important;
}
.is--ctl-canvasdesigner .sp-sat {
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#ffffff), to(rgba(204, 154, 129, 0)));
  background-image: -webkit-linear-gradient(left, #ffffff, rgba(204, 154, 129, 0));
  background-image: -moz-linear-gradient(left, #ffffff, rgba(204, 154, 129, 0));
  background-image: -o-linear-gradient(left, #ffffff, rgba(204, 154, 129, 0));
  background-image: -ms-linear-gradient(left, #ffffff, rgba(204, 154, 129, 0));
  background-image: linear-gradient(to right, #ffffff, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81');
}
.is--ctl-canvasdesigner .sp-val {
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000000), to(rgba(204, 154, 129, 0)));
  background-image: -webkit-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
  background-image: -moz-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
  background-image: -o-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
  background-image: -ms-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
  background-image: linear-gradient(to top, #000000, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000');
}
.is--ctl-canvasdesigner .sp-hue {
  background: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -ms-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.17, #ffff00), color-stop(0.33, #00ff00), color-stop(0.5, #00ffff), color-stop(0.67, #0000ff), color-stop(0.83, #ff00ff), to(#ff0000));
  background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}
.is--ctl-canvasdesigner .sp-1 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00');
}
.is--ctl-canvasdesigner .sp-2 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00');
}
.is--ctl-canvasdesigner .sp-3 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff');
}
.is--ctl-canvasdesigner .sp-4 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff');
}
.is--ctl-canvasdesigner .sp-5 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff');
}
.is--ctl-canvasdesigner .sp-6 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000');
}
.is--ctl-canvasdesigner .sp-hidden {
  display: none !important;
}
.is--ctl-canvasdesigner .sp-dragger {
  border: 1px solid #fff;
  background: #000;
}
.is--ctl-canvasdesigner .sp-slider {
  border: 1px solid #000;
  background: white;
  opacity: .8;
}
.is--ctl-canvasdesigner .sp-container {
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8fa 100%);
  border: 1px solid #eaeaf0;
  color: #6d6b6d;
}
.is--ctl-canvasdesigner .sp-color,
.is--ctl-canvasdesigner .sp-hue,
.is--ctl-canvasdesigner .sp-clear {
  border: solid 1px #eaeaf0;
}
.is--ctl-canvasdesigner .sp-input {
  background: #FFF;
  width: 100% !important;
}
.is--ctl-canvasdesigner .sp-input:focus {
  border: 1px solid orange;
}
.is--ctl-canvasdesigner .sp-input.sp-validation-error {
  border: 1px solid red;
  background: #fdd;
}
.is--ctl-canvasdesigner .sp-picker-container {
  border-left: solid 1px #fff;
}
.is--ctl-canvasdesigner .sp-palette-container {
  border-right: solid 1px #ccc;
}
.is--ctl-canvasdesigner .sp-palette .sp-thumb-el {
  border: solid 2px transparent;
}
.is--ctl-canvasdesigner .sp-palette .sp-thumb-el:hover,
.is--ctl-canvasdesigner .sp-palette .sp-thumb-el.sp-thumb-active {
  border-color: orange;
}
.is--ctl-canvasdesigner .sp-thumb-el {
  position: relative;
}
.is--ctl-canvasdesigner .sp-initial {
  border: solid 1px #333;
}
.is--ctl-canvasdesigner .sp-replacer {
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8fa 100%);
  border: 1px solid #eaeaf0;
  color: #6d6b6d;
  position: relative;
  top: -1px;
}
.is--ctl-canvasdesigner .sp-replacer.sp-active {
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8fa 100%);
  border: 1px solid #eaeaf0;
  color: #6d6b6d;
}
.is--ctl-canvasdesigner .sp-replacer:hover {
  background: #ffffff;
  color: #555555;
  border-color: #eaeaf0;
}
.is--ctl-canvasdesigner .sp-replacer.sp-disabled {
  cursor: default;
  border-color: #dadae5;
  color: #dadae5;
}
.is--ctl-canvasdesigner .sp-preview {
  border: solid 1px #222;
}
.is--ctl-canvasdesigner .sp-palette .sp-thumb-el {
  border: solid 1px #d0d0d0;
}
.is--ctl-canvasdesigner .sp-button-container {
  float: right;
  width: 100%;
}
.is--ctl-canvasdesigner .sp-container button {
  padding: 0.2rem;
  line-height: 1rem;
  border-radius: 0px;
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 0.875rem;
  background-color: #6d6b6d;
  background-image: linear-gradient(to bottom, #6d6b6d 0%, #464546 100%);
  -webkit-font-smoothing: inherit;
  display: inline-block;
  position: relative;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  border: 1px solid #eaeaf0;
  color: #ffffff;
  width: 100%;
  text-align: center;
}
.is--ctl-canvasdesigner .sp-container button:hover {
  background: #464546;
  color: #ffffff;
  border-color: #eaeaf0;
}
.is--ctl-canvasdesigner .sp-container button:active {
  background: #464546;
  color: #ffffff;
  border-color: #eaeaf0;
}
.is--ctl-canvasdesigner .sp-cancel {
  color: #6d6b6d;
  font-weight: 700;
}
.is--ctl-canvasdesigner .sp-cancel:hover {
  color: #555555;
}
.is--ctl-canvasdesigner .sp-palette span:hover,
.is--ctl-canvasdesigner .sp-palette span.sp-thumb-active {
  border-color: #000;
}
.is--ctl-canvasdesigner .sp-preview,
.is--ctl-canvasdesigner .sp-alpha,
.is--ctl-canvasdesigner .sp-thumb-el {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.is--ctl-canvasdesigner .sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}
.is--ctl-canvasdesigner .sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}
.is--ctl-canvasdesigner .sp-clear-display {
  background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
}
.is--ctl-canvasdesigner .sp-palette span:hover,
.is--ctl-canvasdesigner .sp-palette span.sp-thumb-active {
  border-color: #000;
}
.is--ctl-canvasdesigner .sp-preview,
.is--ctl-canvasdesigner .sp-alpha,
.is--ctl-canvasdesigner .sp-thumb-el {
  position: relative;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.is--ctl-canvasdesigner .sp-preview-inner,
.is--ctl-canvasdesigner .sp-alpha-inner,
.is--ctl-canvasdesigner .sp-thumb-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.is--ctl-canvasdesigner .sp-palette .sp-thumb-inner {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.is--ctl-canvasdesigner .sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}
.is--ctl-canvasdesigner .sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}
.is--ctl-canvasdesigner .sp-clear-display {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
}
.is--ctl-canvasdesigner .borderRadius {
  -moz-border-radius: 5px;
  border-radius: 0;
}
.is--ctl-canvasdesigner .borderRadiusTp {
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 0;
}
.is--ctl-canvasdesigner .borderRadiusBtm {
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0;
}
.is--ctl-canvasdesigner .ddcommon {
  position: relative;
  display: -moz-inline-stack;
  zoom: 1;
  display: inline-block;
  *display: inline;
  cursor: default;
}
.is--ctl-canvasdesigner .ddcommon ul {
  padding: 0;
  margin: 0;
}
.is--ctl-canvasdesigner .ddcommon ul li {
  list-style-type: none;
}
.is--ctl-canvasdesigner .borderRadiusTp ul li:last-child {
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom: 0 none #c3c3c3;
}
.is--ctl-canvasdesigner .borderRadiusBtm ul li:first-child {
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom: 1px solid #c3c3c3;
}
.is--ctl-canvasdesigner .ddcommon .disabled img,
.is--ctl-canvasdesigner .ddcommon .disabled span,
.is--ctl-canvasdesigner .ddcommon.disabledAll {
  opacity: .5;
  /* standard: ff gt 1.5, opera, safari */
  -ms-filter: "alpha(opacity=50)";
  /* ie 8 */
  filter: alpha(opacity=50);
  /* ie lt 7 */
  -khtml-opacity: .5;
  /* safari 1.x */
  -moz-opacity: .5;
  /* ff lt 1.5, netscape */
  color: #999999;
}
.is--ctl-canvasdesigner .ddcommon .clear {
  clear: both;
}
.is--ctl-canvasdesigner .ddcommon .shadow {
  -moz-box-shadow: 5px 5px 5px -5px #888888;
  -webkit-box-shadow: 5px 5px 5px -5px #888888;
  box-shadow: 5px 5px 5px -5px #888888;
}
.is--ctl-canvasdesigner .ddcommon input.text {
  color: #7e7e7e;
  padding: 0 0 0 0;
  position: absolute;
  background: #fff;
  display: block;
  width: 98%;
  height: 98%;
  left: 2px;
  top: 0;
  border: none;
}
.is--ctl-canvasdesigner .ddOutOfVision {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.is--ctl-canvasdesigner .borderRadiusTp .border,
.is--ctl-canvasdesigner .borderRadius .border {
  -moz-border-radius: 0;
  border-radius: 0;
}
.is--ctl-canvasdesigner .borderRadiusBtm .border {
  -moz-border-radius: 0;
  border-radius: 0;
}
.is--ctl-canvasdesigner img.fnone {
  float: left !important;
  margin-bottom: 5px;
  max-width: 77px;
}
.is--ctl-canvasdesigner .ddcommon .divider {
  width: 0;
  height: 100%;
  position: absolute;
}
.is--ctl-canvasdesigner .ddcommon .ddArrow {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 4px;
}
.is--ctl-canvasdesigner .ddcommon .ddArrow:hover {
  background-position: 0 100%;
}
.is--ctl-canvasdesigner .ddcommon .ddTitle {
  padding: 0;
  position: relative;
  display: inline-block;
  width: 100%;
}
.is--ctl-canvasdesigner .ddcommon .ddTitle .ddTitleText {
  display: block;
}
.is--ctl-canvasdesigner .ddcommon .ddTitle .ddTitleText .ddTitleText {
  padding: 0;
}
.is--ctl-canvasdesigner .ddcommon .ddTitle .description {
  display: block;
}
.is--ctl-canvasdesigner .ddcommon .ddTitle .ddTitleText img {
  position: relative;
  vertical-align: middle;
  float: left;
}
.is--ctl-canvasdesigner .ddcommon .ddChild {
  position: absolute;
  display: none;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  zoom: 1;
  z-index: 9999;
}
.is--ctl-canvasdesigner .ddcommon .ddChild li {
  clear: both;
}
.is--ctl-canvasdesigner .ddcommon .ddChild li .description {
  display: block;
}
.is--ctl-canvasdesigner .ddcommon .ddChild li img {
  border: 0 none;
  position: relative;
  vertical-align: middle;
  float: left;
}
.is--ctl-canvasdesigner .ddcommon .ddChild li.optgroup {
  padding: 0;
}
.is--ctl-canvasdesigner .ddcommon .ddChild li.optgroup .optgroupTitle {
  padding: 0 5px;
  font-weight: bold;
  font-style: italic;
}
.is--ctl-canvasdesigner .ddcommon .ddChild li.optgroup ul li {
  padding: 5px 5px 5px 15px;
}
.is--ctl-canvasdesigner .ddcommon .noBorderTop {
  border-top: none 0 !important;
  padding: 0;
  margin: 0;
}
.is--ctl-canvasdesigner .dd {
  border: 1px solid #c3c3c3;
}
.is--ctl-canvasdesigner .dd .divider {
  border-left: 1px solid #c3c3c3;
  border-right: 1px solid #fff;
  right: 24px;
}
.is--ctl-canvasdesigner .dd .ddArrow {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background-image: url('data:image/gif;base64,R0lGODlhEAAgAMQdABC6FH9/f4rdjJiYmP39/Y+Pj4mJiYyMjOz67D/HQijBLCK/JsDAwNbW1oSEhIODg+jo6Pv++xi8HBe8G7LptELIRdTy1PX19Zqami7CMg65En5+fv///wAAAAAAAAAAACH5BAEAAB0ALAAAAAAQACAAAAVJYCeOZGmeaKqubItucCybxCDDxcldh2ykHIgD9lhxGoFAi8PAuJ7QqHRKrVpRmqx2a4okttmMDqHYLoAWSXZipAAAS0HlSqeHAAA7');
  background-position: right top;
  background-repeat: no-repeat;
}
.is--ctl-canvasdesigner .dd .ddArrow:hover {
  background-position: 0 100%;
}
.is--ctl-canvasdesigner .dd .ddTitle {
  color: #000;
  background: #FFF;
}
.is--ctl-canvasdesigner .dd .ddTitle .ddTitleText {
  padding: 5px 20px 5px 5px;
}
.is--ctl-canvasdesigner .dd .ddTitle .ddTitleText .ddTitleText {
  padding: 0;
}
.is--ctl-canvasdesigner .dd .ddTitle .description {
  font-size: 12px;
  color: #666;
}
.is--ctl-canvasdesigner .dd .ddTitle .ddTitleText img {
  padding-right: 5px;
}
.is--ctl-canvasdesigner .dd .ddChild {
  border: 1px solid #eaeaf0;
  background-color: #fff;
  left: -1px;
}
.is--ctl-canvasdesigner .dd .ddChild li {
  padding: 5px;
  background-color: #fff;
  border-bottom: 1px solid #eaeaf0;
}
.is--ctl-canvasdesigner .dd .ddChild li .description {
  color: #666;
}
.is--ctl-canvasdesigner .dd .ddChild li .ddlabel {
  color: #333;
}
.is--ctl-canvasdesigner .dd .ddChild li.hover {
  background-color: #f2f2f2;
}
.is--ctl-canvasdesigner .dd .ddChild li img {
  padding: 0 6px 0 0;
}
.is--ctl-canvasdesigner .dd .ddChild li.optgroup {
  padding: 0;
}
.is--ctl-canvasdesigner .dd .ddChild li.optgroup .optgroupTitle {
  padding: 0 5px;
  font-weight: bold;
  font-style: italic;
}
.is--ctl-canvasdesigner .dd .ddChild li.optgroup ul li {
  padding: 5px 5px 5px 15px;
}
.is--ctl-canvasdesigner .dd .ddChild li.selected {
  background-color: #d5d5d5;
  color: #000;
}
.is--ctl-canvasdesigner #cv-font-dropdown_msdd {
  width: 100% !important;
}
.is--ctl-canvasdesigner #cv-font-dropdown_child {
  height: 155px !important;
}
.is--ctl-canvasdesigner .fonts-drop-down .drop ul {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #eaeaf0;
  color: #6d6b6d;
}
.is--ctl-canvasdesigner .fonts-drop-down .font-list-select {
  border: 1px solid #dadae5;
}
.is--ctl-canvasdesigner .fonts-drop-down .font-list-select span {
  display: block;
  float: left;
  font-size: 1rem;
  line-height: 1.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90%;
}
.is--ctl-canvasdesigner .fonts-drop-down li {
  border-bottom: 1px solid #eaeaf0;
  color: #6d6b6d;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1rem;
  outline: medium none;
  padding: 0.4rem;
  text-decoration: none;
}
.is--ctl-canvasdesigner .fonts-drop-down li:last-child {
  border-bottom: none;
}
.is--ctl-canvasdesigner .fonts-drop-down li:hover {
  background: #f5f5f5 none repeat scroll 0 0;
  color: #6d6b6d;
}
.is--ctl-canvasdesigner .fonts-drop-down .selected {
  background: #f5f5f5 none repeat scroll 0 0;
  color: #6d6b6d;
}
.is--ctl-canvasdesigner .cv-motiflist .cv-motifcats {
  float: left;
  padding: 0.5rem;
  width: 100%;
}
.is--ctl-canvasdesigner .cv-motiflist .cv-motifs-outer {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
  padding: 0.3rem;
}
.is--ctl-canvasdesigner .cv-motiflist .cv-motifs-outer #cv-motifs {
  float: left;
  height: 101%;
  margin: 0.11rem;
  width: 100%;
}
.is--ctl-canvasdesigner .cv-motiflist .cv-motifs-outer #cv-motifs .sp-scrollbar {
  width: 10px;
  margin: 4px;
  background-color: #ccc;
  cursor: pointer;
}
.is--ctl-canvasdesigner .cv-motiflist .cv-motifs-outer #cv-motifs .sp-scrollbar.active .sp-thumb {
  background-color: #999;
}
.is--ctl-canvasdesigner .cv-motiflist .cv-motifs-outer #cv-motifs .sp-thumb {
  background-color: #aaa;
}
.is--ctl-canvasdesigner .cv-motiflist .cv-motifs-outer #cv-motifs .cv-motif-container {
  border: 1px solid #eaeaf0;
  cursor: pointer;
  display: block;
  float: left;
  margin: 0.1rem;
  padding: 0;
  position: relative;
  min-height: 110px;
}
.is--ctl-canvasdesigner .cv-motiflist .cv-motifs-outer #cv-motifs .cv-motif-container.column--3 {
  width: 32%;
}
.is--ctl-canvasdesigner .cv-motiflist .cv-motifs-outer #cv-motifs .cv-motif-container.column--3:hover {
  border: 1px solid #dbdbe5;
}
.is--ctl-canvasdesigner .cv-motiflist .cv-motifs-outer #cv-motifs .cv-motif-container.column--3:hover .ico-inner-image {
  display: block;
}
.is--ctl-canvasdesigner .cv-motiflist .cv-motifs-outer #cv-motifs .cv-motif-container .motif--img {
  display: block;
  height: auto;
  margin: 0 auto;
}
.is--ctl-canvasdesigner .cv-motiflist .cv-motifs-outer #cv-motifs .cv-motif-container .ico-inner-image {
  background: #fff none repeat scroll 0 0;
  border: 1px solid grey;
  display: none;
  padding: 2px;
  position: absolute;
  right: 8px;
  top: 8px;
}
.is--ctl-canvasdesigner .cv-motiflist .cv-motifs-outer #cv-motifs .cv-motif-container .motiv-icons-restrict {
  position: absolute;
  right: 7px;
  top: 40px;
  width: 20px;
  display: none;
}
.is--ctl-canvasdesigner .cv-motiflist .cv-motifs-outer #cv-motifs .cv-motif-container:hover > .motiv-icons-restrict {
  display: inline-block;
}
.is--ctl-canvasdesigner .cv-motiflist .cv-motifs-outer #cv-motifs .cv-motif-container .motif-box-title {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
  height: 2rem;
  line-height: 1;
  color: #3091c8;
}
.is--ctl-canvasdesigner .cv-motiflist .cv-motifs-outer #cv-motifs .cv-motif-container .motif-box-price {
  font-size: 0.8rem;
  text-align: center;
  width: 100%;
  color: #6d6b6d;
}
@media screen and (min-width: 30em) {
  .is--ctl-canvasdesigner .cv-motiflist .column--3 {
    width: 32%;
  }
}
@media screen and (min-width: 48em) {
  .is--ctl-canvasdesigner .cv-motiflist .column--3 {
    width: 32%;
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-canvasdesigner .cv-motiflist .column--3 {
    width: 32%;
  }
}
.is--ctl-canvasdesigner .cv-defined-variants {
  background: #f5f5f5 none repeat scroll 0 0;
  border: 1px solid #eaeaf0;
  border-bottom: 1px solid #eaeaf0;
  display: block;
  float: left;
  font-size: 0.875rem;
  padding: 0.5rem;
  width: 100%;
}
.is--ctl-canvasdesigner .input-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.is--ctl-canvasdesigner .input-group > :first-child {
  border-radius: 0 0 0 0;
}
.is--ctl-canvasdesigner .input-group > :last-child > * {
  border-radius: 0 0 0 0;
}
.is--ctl-canvasdesigner .input-group-label,
.is--ctl-canvasdesigner .input-group-field,
.is--ctl-canvasdesigner .input-group-button,
.is--ctl-canvasdesigner .input-group-button a,
.is--ctl-canvasdesigner .input-group-button input,
.is--ctl-canvasdesigner .input-group-button button,
.is--ctl-canvasdesigner .input-group-button label {
  margin: 0;
  white-space: nowrap;
}
.is--ctl-canvasdesigner .input-group-label {
  padding: 0 1rem;
  border: 1px solid #eaeaf0;
  background: #e6e6e6;
  color: #6d6b6d;
  text-align: center;
  white-space: nowrap;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.is--ctl-canvasdesigner .input-group-label:first-child {
  border-right: 0;
}
.is--ctl-canvasdesigner .input-group-label:last-child {
  border-left: 0;
}
.is--ctl-canvasdesigner .input-group-field {
  border-radius: 0;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  height: auto;
  min-width: 0;
}
.is--ctl-canvasdesigner .input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.is--ctl-canvasdesigner .input-group-button a,
.is--ctl-canvasdesigner .input-group-button input,
.is--ctl-canvasdesigner .input-group-button button,
.is--ctl-canvasdesigner .input-group-button label {
  height: 1.7rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.7rem;
}
.is--ctl-canvasdesigner [data-whatinput='mouse'] .button {
  outline: 0;
}
.is--ctl-canvasdesigner .plus-minus-input {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: 0;
}
.is--ctl-canvasdesigner .variants-sizes-minmax {
  margin-bottom: 1rem;
  text-align: center;
  width: 100%;
  display: inline-block;
}
.is--ctl-canvasdesigner .plus-minus-input .input-group-field {
  text-align: center;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.is--ctl-canvasdesigner .plus-minus-input .input-group-field::-webkit-inner-spin-button,
.is--ctl-canvasdesigner .plus-minus-input .input-group-field ::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
}
.is--ctl-canvasdesigner .plus-minus-input .input-group-button .circle {
  border-radius: 50% !important;
  padding: 0.25em 0.8em;
  box-shadow: none !important;
  border: 1px solid silver;
}
.is--ctl-canvasdesigner .variants-sizes-title {
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.is--ctl-canvasdesigner .variants-sizes-headtitle {
  padding: 0.125rem 0.75rem 0.125rem 0.75rem;
  line-height: 2.125rem;
  background-color: #6d6b6d;
  background-image: linear-gradient(to bottom, #6d6b6d 0%, #464546 100%);
  color: #ffffff;
  text-align: center;
  margin-bottom: 0.5rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-top: -0.5rem;
}
.is--ctl-canvasdesigner .variants-list-block #cv-variants-list {
  float: left;
  list-style: outside none none;
  margin: 0;
  width: 100%;
}
.is--ctl-canvasdesigner .variants-list-block #cv-variants-list .variants-li {
  border: 1px solid #eaeaf0;
  float: left;
  margin: 0 0.1rem 0.1rem 0;
  padding: 0.4rem;
  width: 32.33%;
  cursor: pointer;
}
.is--ctl-canvasdesigner .variants-list-block #cv-variants-list .variants-li:hover {
  border: 1px solid #dbdbe5;
}
.is--ctl-canvasdesigner .variants-list-block #cv-variants-list .variants-li:hover .ico-inner-image {
  display: block;
}
.is--ctl-canvasdesigner .variants-list-block #cv-variants-list .variants-li:last-child {
  margin: 0 0 0.1rem 0;
}
.is--ctl-canvasdesigner .variants-list-block #cv-variants-list .variants-li .variants-title {
  color: #3091c8;
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 0.9rem;
  min-height: 2rem;
  text-align: center;
}
.is--ctl-canvasdesigner .variants-list-block #cv-variants-list .variants-li .variants-list-img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.is--ctl-canvasdesigner .variants-list-block #cv-variants-list .variants-li .variants-price {
  color: #6d6b6d;
  text-align: center;
  font-size: 0.8rem;
  line-height: 0.9rem;
}
.is--ctl-canvasdesigner .cv-views-container {
  position: relative;
  top: 0;
  width: 100%;
}
.is--ctl-canvasdesigner .cv-views-container .view-item {
  border: 1px solid #eaeaf0;
  display: block;
  float: left;
  font-size: 0.8rem;
  height: 50px;
  margin: 0.4rem;
  overflow: hidden;
  padding: 0.3rem;
  text-align: center;
  width: 50px;
  background: #FFF;
}
.is--ctl-canvasdesigner .cv-views-container .view-item.view-active {
  border: 1px solid #9191b0;
}
.is--ctl-canvasdesigner .cv-views-container .view-item:hover {
  border: 1px solid #9191b0;
}
@media screen and (min-width: 30em) {
  .is--ctl-canvasdesigner .cv-motiflist .column--3 {
    width: 32%;
  }
}
@media screen and (min-width: 48em) {
  .is--ctl-canvasdesigner .variants-list-block #cv-variants-list .variants-li {
    width: 49%;
  }
  .is--ctl-canvasdesigner .cv-views-container {
    position: absolute;
    top: 124px;
    width: 65px;
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-canvasdesigner .variants-list-block #cv-variants-list .variants-li {
    width: 32.33%;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-canvasdesigner .variants-list-block #cv-variants-list .variants-li {
    width: 32.33%;
  }
}
.is--ctl-canvasdesigner a.cd-tab-link.tab--active {
  background: #6d6b6d;
  color: #ffffff;
}
.is--ctl-canvasdesigner .tab--preview--title {
  background: #6d6b6d;
  color: #ffffff;
}
.is--ctl-canvasdesigner .tab-menu--inner .cd-tab-link {
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%);
  color: #6d6b6d;
  border: 1px solid #eaeaf0;
}
.is--ctl-canvasdesigner .is--tactive.pcanvas--container {
  border: 1px solid #eaeaf0;
  box-shadow: 0px 0px 5px -2px #666666;
  background: #ffffff;
  z-index: 3000;
}
.is--ctl-canvasdesigner {
  /* This is the core CSS of Tooltipster */
  /* GENERAL STRUCTURE RULES (do not edit this section) */
  /* ANIMATIONS */
  /* Open/close animations */
  /* fade */
  /* grow */
  /* swing */
  /* fall */
  /* slide */
  /* Update animations */
  /* We use animations rather than transitions here because
   transition durations may be specified in the style tag due to
   animationDuration, and we try to avoid collisions and the use
   of !important */
  /* fade */
  /* rotate */
  /* scale */
  /**
   * DEFAULT STYLE OF THE SIDETIP PLUGIN
   *
   * All styles are "namespaced" with .tooltipster-sidetip to prevent
   * conflicts between plugins.
   */
  /* .tooltipster-box */
  /* .tooltipster-content */
  /* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
  corresponds to the arrow we want to display */
  /* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */
  /* .tooltipster-arrow-background */
  /* .tooltipster-arrow-border */
  /* tooltipster-arrow-uncropped */
}
.is--ctl-canvasdesigner .pixeltooltip:before {
  border-top: 20px solid #333;
}
.is--ctl-canvasdesigner .pixeltooltip:after {
  border: 4px solid #333;
  background: #333;
  color: #fff;
}
.is--ctl-canvasdesigner .tooltipster-base {
  /* this ensures that a constrained height set by functionPosition,
    if greater that the natural height of the tooltip, will be enforced
    in browsers that support display:flex */
  display: flex;
  pointer-events: none;
  /* this may be overriden in JS for fixed position origins */
  position: absolute;
  height: auto !important;
}
.is--ctl-canvasdesigner .tooltipster-box {
  /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
    and flex-basis auto for IE11- (at least) */
  flex: 1 1 auto;
}
.is--ctl-canvasdesigner .tooltipster-content {
  /* prevents an overflow if the user adds padding to the div */
  box-sizing: border-box;
  /* these make sure we'll be able to detect any overflow */
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}
.is--ctl-canvasdesigner .tooltipster-ruler {
  /* these let us test the size of the tooltip without overflowing the window */
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}
.is--ctl-canvasdesigner .tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
.is--ctl-canvasdesigner .tooltipster-fade.tooltipster-show {
  opacity: 1;
}
.is--ctl-canvasdesigner .tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}
.is--ctl-canvasdesigner .tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.is--ctl-canvasdesigner .tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}
.is--ctl-canvasdesigner .tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}
.is--ctl-canvasdesigner .tooltipster-fall {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.is--ctl-canvasdesigner .tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}
.is--ctl-canvasdesigner .tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}
.is--ctl-canvasdesigner .tooltipster-slide {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.is--ctl-canvasdesigner .tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}
.is--ctl-canvasdesigner .tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}
@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.is--ctl-canvasdesigner .tooltipster-update-fade {
  animation: tooltipster-fading 400ms;
}
@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0);
  }
}
.is--ctl-canvasdesigner .tooltipster-update-rotate {
  animation: tooltipster-rotating 600ms;
}
@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.is--ctl-canvasdesigner .tooltipster-update-scale {
  animation: tooltipster-scaling 600ms;
}
.is--ctl-canvasdesigner .tooltipster-sidetip .tooltipster-box {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #666;
  border-radius: 4px;
  box-shadow: 0 0 4px 0 #444;
}
.is--ctl-canvasdesigner .tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}
.is--ctl-canvasdesigner .tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}
.is--ctl-canvasdesigner .tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}
.is--ctl-canvasdesigner .tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}
.is--ctl-canvasdesigner .tooltipster-sidetip .tooltipster-content {
  color: white;
  line-height: 18px;
  padding: 6px 14px;
}
.is--ctl-canvasdesigner .tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}
.is--ctl-canvasdesigner .tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  /* half the width, for centering */
  margin-left: -10px;
  top: 0;
  width: 20px;
}
.is--ctl-canvasdesigner .tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  /* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
    been positioned yet */
  top: 0;
  width: 10px;
}
.is--ctl-canvasdesigner .tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  /* same as .tooltipster-left .tooltipster-arrow */
  top: 0;
  width: 10px;
}
.is--ctl-canvasdesigner .tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}
.is--ctl-canvasdesigner .tooltipster-sidetip .tooltipster-arrow-background,
.is--ctl-canvasdesigner .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}
.is--ctl-canvasdesigner .tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}
.is--ctl-canvasdesigner .tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #FFF;
  left: 0px;
  top: 3px;
}
.is--ctl-canvasdesigner .tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #565656;
  left: -3px;
  top: 0px;
}
.is--ctl-canvasdesigner .tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 3px;
  top: 0px;
}
.is--ctl-canvasdesigner .tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #565656;
  left: 0px;
  top: -3px;
}
.is--ctl-canvasdesigner .tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}
.is--ctl-canvasdesigner .tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: black;
}
.is--ctl-canvasdesigner .tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: black;
}
.is--ctl-canvasdesigner .tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: black;
}
.is--ctl-canvasdesigner .tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: black;
}
.is--ctl-canvasdesigner .tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}
.is--ctl-canvasdesigner .tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}
.is--ctl-canvasdesigner .tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}
.is--ctl-canvasdesigner .ajax--loader--confi {
  background: rgba(255, 255, 255, 0.1);
}
.is--ctl-canvasdesigner .has--cssanimations .ajax--loader--confi .icon--default::before,
.is--ctl-canvasdesigner .has--cssanimations .ajax--loader--confi .icon--default::before {
  border-color: #8f8fb1 #dadae5 #dadae5;
}
.is--ctl-canvasdesigner #canvasdesignerloader {
  background: rgba(255, 255, 255, 0.1);
}
.is--ctl-canvasdesigner #canvasdesignerloader .dinner {
  position: absolute;
  left: 25%;
  right: 25%;
  top: 30%;
}
.is--ctl-canvasdesigner #canvasdesignerloader .dinner .pcanvas-preloader-before {
  display: inline-block;
}
.is--ctl-canvasdesigner #canvasdesignerloader .dinner .pcanvas-preloader-span {
  display: block;
}
.is--ctl-canvasdesigner #canvasdesignerloader .dinner .pcanvas-preloader-afterspan {
  display: block;
}
.is--ctl-canvasdesigner #cv-designer-wrapper button,
.is--ctl-canvasdesigner #cv-designer-wrapper a {
  box-shadow: none;
  border-radius: 0;
}
.is--ctl-canvasdesigner .cv-areabuttons {
  background: #ffffff;
}
.is--ctl-canvasdesigner .cv-pos-dropdown {
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8fa 100%);
  cursor: pointer;
  float: left;
  font-weight: lighter;
  line-height: 1.35rem;
  margin-left: 0.1rem;
  position: relative;
  top: 0px;
  border: 1px solid #eaeaf0;
}
.is--ctl-canvasdesigner .cv-pos-dropdown.cv-drop-active {
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8fa 100%);
  border-radius: 2px 2px 0 0;
  box-shadow: none;
  color: #6d6b6d;
}
.is--ctl-canvasdesigner .cv-pos-dropdown > .cv-dropdown-btn-list {
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8fa 100%);
  border: 1px solid #eaeaf0;
  border-radius: 0 0 2px 2px;
  display: none;
  left: -1px;
  max-height: 200px;
  overflow: visible;
  padding: 0;
  position: absolute;
  right: -1px;
  top: 25px;
  z-index: 100;
}
.is--ctl-canvasdesigner .cv-areabuttons > .is-on-object {
  display: none;
}
.is--ctl-canvasdesigner .designer--buybox {
  float: none;
  width: 100%;
}
.is--ctl-canvasdesigner .designer--buybox .designer-box-bottom-right {
  float: left;
  width: 100%;
}
.is--ctl-canvasdesigner .designer--buybox .designer-box-bottom-right {
  float: left;
  width: 100%;
}
.is--ctl-canvasdesigner .designer--buybox .designer-box-bottom-right .pixel-canvas-message {
  margin-bottom: 0.5rem;
}
.is--ctl-canvasdesigner .designer--buybox .designer-box-bottom-right .pixel-canvas-message .content--title {
  font-size: 1.125rem;
  margin: 0rem 0rem .3125rem 0rem;
  font-weight: 700;
  color: #6d6b6d;
}
.is--ctl-canvasdesigner .designer--buybox .designer-box-bottom-right .pixel-canvas-message textarea {
  resize: vertical;
  width: 100%;
}
@media screen and (min-width: 30em) {
  .is--ctl-canvasdesigner .designer--buybox {
    float: none;
    width: 100%;
  }
  .is--ctl-canvasdesigner .designer--buybox .designer-box-bottom-left {
    width: 100%;
    float: left;
  }
  .is--ctl-canvasdesigner .designer--buybox .designer-box-bottom-right {
    float: left;
    width: 100%;
  }
  .is--ctl-canvasdesigner .designer--buybox .designer-box-bottom-right {
    float: left;
    width: 100%;
  }
}
@media screen and (min-width: 48em) {
  .is--ctl-canvasdesigner .designer--buybox {
    float: none;
    width: 100%;
  }
  .is--ctl-canvasdesigner .designer--buybox .designer-box-bottom-left {
    width: 50%;
    float: left;
  }
  .is--ctl-canvasdesigner .designer--buybox .designer-box-bottom-right {
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-canvasdesigner .designer--buybox {
    float: right;
    width: 60%;
  }
  .is--ctl-canvasdesigner .designer--buybox .designer-box-bottom-left {
    width: 50%;
    float: left;
  }
  .is--ctl-canvasdesigner .designer--buybox .designer-box-bottom-right {
    float: right;
    width: 50%;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-canvasdesigner .designer--buybox {
    float: right;
    width: 60%;
  }
  .is--ctl-canvasdesigner .designer--buybox .designer-box-bottom-left {
    width: 50%;
    float: left;
  }
  .is--ctl-canvasdesigner .designer--buybox .designer-box-bottom-right {
    float: right;
    width: 50%;
  }
}
.is--ctl-canvasdesigner .mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}
.is--ctl-canvasdesigner .mCustomScrollbar.mCS_no_scrollbar,
.is--ctl-canvasdesigner .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}
.is--ctl-canvasdesigner .mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}
.is--ctl-canvasdesigner .mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}
.is--ctl-canvasdesigner .mCSB_inside > .mCSB_container {
  margin-right: 10px;
}
.is--ctl-canvasdesigner .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}
.is--ctl-canvasdesigner .mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}
.is--ctl-canvasdesigner .mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}
.is--ctl-canvasdesigner .mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}
.is--ctl-canvasdesigner .mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}
.is--ctl-canvasdesigner .mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.is--ctl-canvasdesigner .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0;
}
.is--ctl-canvasdesigner .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}
.is--ctl-canvasdesigner .mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.is--ctl-canvasdesigner .mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.is--ctl-canvasdesigner .mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.is--ctl-canvasdesigner .mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}
.is--ctl-canvasdesigner .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 9px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
}
.is--ctl-canvasdesigner .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
}
.is--ctl-canvasdesigner .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.is--ctl-canvasdesigner .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
}
.is--ctl-canvasdesigner .mCSB_scrollTools .mCSB_buttonUp,
.is--ctl-canvasdesigner .mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.is--ctl-canvasdesigner .mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}
.is--ctl-canvasdesigner .mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}
.is--ctl-canvasdesigner .mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}
.is--ctl-canvasdesigner .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
.is--ctl-canvasdesigner .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
.is--ctl-canvasdesigner .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.is--ctl-canvasdesigner .mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}
.is--ctl-canvasdesigner .mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}
.is--ctl-canvasdesigner .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}
.is--ctl-canvasdesigner .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0;
}
.is--ctl-canvasdesigner .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.is--ctl-canvasdesigner .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto;
}
.is--ctl-canvasdesigner .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.is--ctl-canvasdesigner .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0;
}
.is--ctl-canvasdesigner .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.is--ctl-canvasdesigner .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.is--ctl-canvasdesigner .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}
.is--ctl-canvasdesigner .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}
.is--ctl-canvasdesigner .mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}
.is--ctl-canvasdesigner .mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.is--ctl-canvasdesigner .mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}
.is--ctl-canvasdesigner .mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}
.is--ctl-canvasdesigner .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}
.is--ctl-canvasdesigner .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.is--ctl-canvasdesigner .mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}
.is--ctl-canvasdesigner .mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}
.is--ctl-canvasdesigner .mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}
.is--ctl-canvasdesigner .mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px;
}
.is--ctl-canvasdesigner .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}
.is--ctl-canvasdesigner .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}
.is--ctl-canvasdesigner .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0;
}
.is--ctl-canvasdesigner .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
.is--ctl-canvasdesigner .mCSB_scrollTools,
.is--ctl-canvasdesigner .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCSB_scrollTools .mCSB_buttonUp,
.is--ctl-canvasdesigner .mCSB_scrollTools .mCSB_buttonDown,
.is--ctl-canvasdesigner .mCSB_scrollTools .mCSB_buttonLeft,
.is--ctl-canvasdesigner .mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.is--ctl-canvasdesigner .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.is--ctl-canvasdesigner .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.is--ctl-canvasdesigner .mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.is--ctl-canvasdesigner .mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.is--ctl-canvasdesigner .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}
.is--ctl-canvasdesigner .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.is--ctl-canvasdesigner .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.is--ctl-canvasdesigner .mCustomScrollBox:hover > .mCSB_scrollTools,
.is--ctl-canvasdesigner .mCustomScrollBox:hover ~ .mCSB_scrollTools,
.is--ctl-canvasdesigner .mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.is--ctl-canvasdesigner .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
.is--ctl-canvasdesigner .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.is--ctl-canvasdesigner .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.is--ctl-canvasdesigner .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}
.is--ctl-canvasdesigner .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
.is--ctl-canvasdesigner .mCSB_scrollTools .mCSB_buttonUp,
.is--ctl-canvasdesigner .mCSB_scrollTools .mCSB_buttonDown,
.is--ctl-canvasdesigner .mCSB_scrollTools .mCSB_buttonLeft,
.is--ctl-canvasdesigner .mCSB_scrollTools .mCSB_buttonRight {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAACQCAYAAACPtWCAAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoxMURDMzE5NzIzQkNFMTExOTY0QkYwNzFDNzkwNTlDNCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDOTMwRUZENEMxMUUxMUUzOUYxQkJGN0E1MDMzNTg1MCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDOTMwRUZEM0MxMUUxMUUzOUYxQkJGN0E1MDMzNTg1MCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1MGJlMjMyZC1hNzgzLTI1NGQtOTI4Yy02NDI0YmQxNTg0YWEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTFEQzMxOTcyM0JDRTExMTk2NEJGMDcxQzc5MDU5QzQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5ZvSKsAAAH5ElEQVR42uyd3Y3jNhRGpZSQ7SJA3lyACtg+psEUoAL2zZjtIgtMBYqcWBsvh5e8/Cel8wECPLZ5JZMHpHj5UTNv2zYh1EozACIARACIUI8AHh/Oja6v9fnTKnee/73+vY7nK54/FUDzg7kRfNOIEB6N//PHVIag9flTAZSonBvBNxSEZuPXhqD1+VMB9N0UzhEgzRngq3X+Io0fA0HMENr6/KkAbkZDb5bX2gaNGUK1M6JS588G36PRXhvQ/KzEEOqDr/T5cwI4K//OPYTmArDJEG72GL6/cw+huQCsOYSXmAXbesotAoLYHiznEF59FmrrKUN7z5QeLOcQ3gJAF2ijDeHVAXSBNtoQ3hrAOUO8ywIofT8k3lUBLJmKGS4Z3TIRPHoeEAABEAABEAARAkAEgAgBIAJAhAAQASBCAIjODyCJ6JTKJRENgAAIgAAIgNUAxI6VACB2rHwA2spgSA0AAENq/BCMJT9hCL66JZ9NSRmBY1NSPIBHY7EtM/LGn22Z8UMwG9Mzzj5TepErbkxvOoR1dP4iEPJojrBJCA8nyggBDyeqNwsuASGPZxvw/DkARAgAEQAiBIAIABECQASACFUDsGQuLkfsrq+vZC4uR+zW16dNRJdo4Byxu76+GBtVzdg9XJ92Ka53+HJfY3LskeDLfY0hsTVmhBHgc9ZHhtjzmeFzVkbgOWyxQwEMnZXMHcOXcn1RMUIaN7SBa8OXcn0ACIDDAsgQzBDcdAhmEsIkpPkkhDQMaZjmaRizIUhEJzQEieh4ABEqJgBEAIgAECEARACIULcAnj5lUvL6zpAyKREjBsCUBrpsYvssiePcMUKH4J4bOcfSXNHHgfQMYY6luagnekXcA7aGsGsjQu8Q9mREkAAsaXfKAeFl7Vg5ILy6HxAAAZAhmCG47yGYSQiTkC4nIaRhSMM0TcOQiM7QwCSi0+8BEcoHPgAiAEQAiBAAIgBEqDWAt/34uh/Lfvz5fO++H+t+/LUf3zwxU8uPXaHz7Pz9e31/K1l+OD0AfDne9uN9k/X+/M4kHKnlhz52ve3H+/RfPtF2PD57K1V+yDoz4PnY/PoQIEotfwb4PhzwHMeHDaLU8qMDeBN6ruNzW092e/n85un5fOVHh+9m67lePrf1ZDdfeU9PeIr6++05Ej/uOf4wb0eE19Pzu19f/raVP8rZlmXM8uIdwhRuv2qhT7//dTnKsjSlqr9HOWFZS1V/j6WxUPtVbR0ALg74pPcW4bUGYKmMCZ/tdY9aJPgc7znrzwOwt/5ewesZwmMW/Pd+/O6AxQbGj/348nz9Wt4V47UiXsu7vjcp4rae+f78/V7/2/8w/Ni/+8Us74phgPSzvOd7ky9uDz1gzh5odgyhmgrYHEP4MEnL2B7oFRJzCFX564zvm/F6BfCuuO8y378Lr7UA3wNA7v3/Bd99912W9531pwD4rgW55/8XfAC4RpRdhddagFcHeHPA+z0oW/0FALxK4En3oD0PwY8Viu8B5b4/y0yZyo8u6i/DSgiJaBLRTVdCWIpjKa76gRkh/+wXM0JEHhAhAEQAiBAAIgBECADRNQEkDZNSoaRhwkQimkQ0e0JYiksuz54Q9oSwJyTznhCXtHtCtOVHF/UXKWlPiEaL8Frr55POqfUT9qRs9Rfg51uESYzWT9jVLNi2J2RzvH5I2hNis9Db3pP2hNgs/CWfrJpj5vtpT8ijsaXXx++37QmxWegFW711T4jNwl/yyaq5esBJ6LFiGj11T0fqnpJesgtRlvjUPR2pe0paAXhXQqLd07B5ytrKTB7QeobvroFEuydEGkK19afcFtoVgGsEQKvw2vZ9W7w1oCfsvedbIwBy1p9iU9JaogduBaBtT4ILIO2eBmnioN3TME9jDLuffr8HIFX9OSYOqvrrdSOStBJCIppENHtCWIpjTwhmhLSUDGaEiDwgQgCIABAhAEQAWGIycanJSe7JxGknJ5XSKZdKz+ROp5w5PTNVSChfKkGdO6F89gS1+UaqM1obT4qZ6pQ2Yw/ljNbGc8RMckqbsWs6og/5npZvyufMdT09Pyae826igzsa59Pyc9WfI2Z0/bUyq5oALg5QpAtcHPEXD3xbYDwNfC0X3xcJFEcDB9WfIuaSAl9t84I5C059Wr4p19PzpQZxxesZvuSn5bviBQAtxusNPlsPiFBTAF3OaPNG2FZmcsTT9lb3wN/Q079xEJ3Rh7fP87R8Z10oe6ug+mv9bxxMANcIYFZH/DViyFxjRr9OIFwjgAmqP0XM4PprCaEJoM8ZbcrnzHU5pWPiaSFsJaczOlf9OWJG118z5zSJaBLRva2EsBTHUlxTR/QhzAhpKRnMCBF5QIQAEAEgQzBDcLNZMJMQJiH4AUnD4Acs5QeUYsX6AZt6AGv7AR2xovyAUwMPYKgf0LXaEOsHlFYuTucH9Kw2RNefsHJxOj+grXFnZRnpM99a8JKwBNcawsXXuBZwgupPsRYcVH+tzQi1/YAacEL9gFqwa8x8i/oBleAE+QEDwK7SAyLUdAg2/YA2/5/Z24T4ATXD5j3id/Tiiv7FDyj4/6ZYP6By2Ayuv5auaJ8fUAPM6oi/RtyzrYPCJ167B5ig+lPcs62jwGcDUPLvScDE+gEl+E7nB/TMNKPrL+XJqQGz6iYrISSiSUTjB2QpDj8gZoS0lAxmhIg8IEJV9Y8AAwCuz3H3j+GlGwAAAABJRU5ErkJggg==');
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.is--ctl-canvasdesigner .mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
}
.is--ctl-canvasdesigner .mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
}
.is--ctl-canvasdesigner .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
}
.is--ctl-canvasdesigner .mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
}
.is--ctl-canvasdesigner .mCSB_scrollTools .mCSB_buttonUp:hover,
.is--ctl-canvasdesigner .mCSB_scrollTools .mCSB_buttonDown:hover,
.is--ctl-canvasdesigner .mCSB_scrollTools .mCSB_buttonLeft:hover,
.is--ctl-canvasdesigner .mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.is--ctl-canvasdesigner .mCSB_scrollTools .mCSB_buttonUp:active,
.is--ctl-canvasdesigner .mCSB_scrollTools .mCSB_buttonDown:active,
.is--ctl-canvasdesigner .mCSB_scrollTools .mCSB_buttonLeft:active,
.is--ctl-canvasdesigner .mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
.is--ctl-canvasdesigner .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.is--ctl-canvasdesigner .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.is--ctl-canvasdesigner .mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}
.is--ctl-canvasdesigner .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}
.is--ctl-canvasdesigner .mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.is--ctl-canvasdesigner .mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.is--ctl-canvasdesigner .mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.is--ctl-canvasdesigner .mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
.is--ctl-canvasdesigner .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.is--ctl-canvasdesigner .mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.is--ctl-canvasdesigner .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.is--ctl-canvasdesigner .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.is--ctl-canvasdesigner .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.is--ctl-canvasdesigner .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.is--ctl-canvasdesigner .mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.is--ctl-canvasdesigner .mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.is--ctl-canvasdesigner .mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}
.is--ctl-canvasdesigner .mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}
.is--ctl-canvasdesigner .mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}
.is--ctl-canvasdesigner .mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}
.is--ctl-canvasdesigner .mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.is--ctl-canvasdesigner .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.is--ctl-canvasdesigner .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.is--ctl-canvasdesigner .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.is--ctl-canvasdesigner .mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}
.is--ctl-canvasdesigner .mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}
.is--ctl-canvasdesigner .mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}
.is--ctl-canvasdesigner .mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}
.is--ctl-canvasdesigner .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.is--ctl-canvasdesigner .mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.is--ctl-canvasdesigner .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.is--ctl-canvasdesigner .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.is--ctl-canvasdesigner .mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.is--ctl-canvasdesigner .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}
.is--ctl-canvasdesigner .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.is--ctl-canvasdesigner .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.is--ctl-canvasdesigner .mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}
.is--ctl-canvasdesigner .mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}
.is--ctl-canvasdesigner .mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}
.is--ctl-canvasdesigner .mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}
.is--ctl-canvasdesigner .mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.is--ctl-canvasdesigner .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.is--ctl-canvasdesigner .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.is--ctl-canvasdesigner .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.is--ctl-canvasdesigner .mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}
.is--ctl-canvasdesigner .mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}
.is--ctl-canvasdesigner .mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}
.is--ctl-canvasdesigner .mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}
.is--ctl-canvasdesigner .mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.is--ctl-canvasdesigner .mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}
.is--ctl-canvasdesigner .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.is--ctl-canvasdesigner .mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}
.is--ctl-canvasdesigner .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}
.is--ctl-canvasdesigner .mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.is--ctl-canvasdesigner .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.is--ctl-canvasdesigner .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.is--ctl-canvasdesigner .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.is--ctl-canvasdesigner .mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.is--ctl-canvasdesigner .mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.is--ctl-canvasdesigner .mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.is--ctl-canvasdesigner .mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
.is--ctl-canvasdesigner .mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.is--ctl-canvasdesigner .mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.is--ctl-canvasdesigner .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.is--ctl-canvasdesigner .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.is--ctl-canvasdesigner .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}
.is--ctl-canvasdesigner .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}
.is--ctl-canvasdesigner .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.is--ctl-canvasdesigner .mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.is--ctl-canvasdesigner .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.is--ctl-canvasdesigner .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}
.is--ctl-canvasdesigner .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}
.is--ctl-canvasdesigner .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0;
}
.is--ctl-canvasdesigner .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.is--ctl-canvasdesigner .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.is--ctl-canvasdesigner .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.is--ctl-canvasdesigner .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
}
.is--ctl-canvasdesigner .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px;
}
.is--ctl-canvasdesigner .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.is--ctl-canvasdesigner .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.is--ctl-canvasdesigner .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.is--ctl-canvasdesigner .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
}
.is--ctl-canvasdesigner .mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}
.is--ctl-canvasdesigner .mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}
.is--ctl-canvasdesigner .mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}
.is--ctl-canvasdesigner .mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}
.is--ctl-canvasdesigner .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.is--ctl-canvasdesigner .mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.is--ctl-canvasdesigner .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.is--ctl-canvasdesigner .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.is--ctl-canvasdesigner .mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}
.is--ctl-canvasdesigner .mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}
.is--ctl-canvasdesigner .mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}
.is--ctl-canvasdesigner .mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}
.is--ctl-canvasdesigner .mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.is--ctl-canvasdesigner .mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}
.is--ctl-canvasdesigner .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.is--ctl-canvasdesigner .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.is--ctl-canvasdesigner .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.is--ctl-canvasdesigner .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}
.is--ctl-canvasdesigner .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.is--ctl-canvasdesigner .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.is--ctl-canvasdesigner .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.is--ctl-canvasdesigner .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}
.is--ctl-canvasdesigner .mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}
.is--ctl-canvasdesigner .mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}
.is--ctl-canvasdesigner .mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}
.is--ctl-canvasdesigner .mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}
.is--ctl-canvasdesigner .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}
.is--ctl-canvasdesigner .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}
.is--ctl-canvasdesigner .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}
.is--ctl-canvasdesigner .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}
.is--ctl-canvasdesigner .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}
.is--ctl-canvasdesigner .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}
.is--ctl-canvasdesigner .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}
.is--ctl-canvasdesigner .mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.is--ctl-canvasdesigner .mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}
.is--ctl-canvasdesigner .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.is--ctl-canvasdesigner .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}
.is--ctl-canvasdesigner .mCS-3d.mCSB_scrollTools,
.is--ctl-canvasdesigner .mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.is--ctl-canvasdesigner .mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.is--ctl-canvasdesigner .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.is--ctl-canvasdesigner .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.is--ctl-canvasdesigner .mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.is--ctl-canvasdesigner .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}
.is--ctl-canvasdesigner .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}
.is--ctl-canvasdesigner .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}
.is--ctl-canvasdesigner .mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.is--ctl-canvasdesigner .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}
.is--ctl-canvasdesigner .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}
.is--ctl-canvasdesigner .mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.is--ctl-canvasdesigner .mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.is--ctl-canvasdesigner .mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.is--ctl-canvasdesigner .mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.is--ctl-canvasdesigner .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}
.is--ctl-canvasdesigner .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
.is--ctl-canvasdesigner .mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.is--ctl-canvasdesigner .mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.is--ctl-canvasdesigner .mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.is--ctl-canvasdesigner .mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.is--ctl-canvasdesigner .mCS-3d-thick.mCSB_scrollTools,
.is--ctl-canvasdesigner .mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.is--ctl-canvasdesigner .mCS-3d-thick.mCSB_scrollTools,
.is--ctl-canvasdesigner .mCS-3d-thick-dark.mCSB_scrollTools,
.is--ctl-canvasdesigner .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.is--ctl-canvasdesigner .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.is--ctl-canvasdesigner .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.is--ctl-canvasdesigner .mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.is--ctl-canvasdesigner .mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px;
}
.is--ctl-canvasdesigner .mCS-3d-thick.mCSB_scrollTools_vertical,
.is--ctl-canvasdesigner .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.is--ctl-canvasdesigner .mCS-3d-thick.mCSB_scrollTools_horizontal,
.is--ctl-canvasdesigner .mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.is--ctl-canvasdesigner .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.is--ctl-canvasdesigner .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
.is--ctl-canvasdesigner .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}
.is--ctl-canvasdesigner .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto;
}
.is--ctl-canvasdesigner .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.is--ctl-canvasdesigner .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.is--ctl-canvasdesigner .mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.is--ctl-canvasdesigner .mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.is--ctl-canvasdesigner .mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.is--ctl-canvasdesigner .mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.is--ctl-canvasdesigner .mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.is--ctl-canvasdesigner .mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.is--ctl-canvasdesigner .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}
.is--ctl-canvasdesigner .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.is--ctl-canvasdesigner .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777;
}
.is--ctl-canvasdesigner .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.is--ctl-canvasdesigner .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.is--ctl-canvasdesigner .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.is--ctl-canvasdesigner .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.is--ctl-canvasdesigner .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.is--ctl-canvasdesigner .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.is--ctl-canvasdesigner .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.is--ctl-canvasdesigner .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}
.is--ctl-canvasdesigner .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.is--ctl-canvasdesigner .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.is--ctl-canvasdesigner .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.is--ctl-canvasdesigner .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}
.is--ctl-canvasdesigner .mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.is--ctl-canvasdesigner .mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}
.is--ctl-canvasdesigner .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.is--ctl-canvasdesigner .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.is--ctl-canvasdesigner .mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.is--ctl-canvasdesigner .mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}
.is--ctl-canvasdesigner .mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.is--ctl-canvasdesigner .mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}
.is--ctl-canvasdesigner .mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}
.is--ctl-canvasdesigner .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
.is--ctl-canvasdesigner .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}
.is--ctl-canvasdesigner .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
.is--ctl-canvasdesigner .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.is--ctl-canvasdesigner .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
.is--ctl-canvasdesigner .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}
.is--ctl-canvasdesigner .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.is--ctl-canvasdesigner .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}
.is--ctl-canvasdesigner .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.is--ctl-canvasdesigner .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.is--ctl-canvasdesigner .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.is--ctl-canvasdesigner .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}
.is--ctl-canvasdesigner .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.is--ctl-canvasdesigner .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.is--ctl-canvasdesigner .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.is--ctl-canvasdesigner .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}
.is--ctl-canvasdesigner .mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.is--ctl-canvasdesigner .mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.is--ctl-canvasdesigner .mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.is--ctl-canvasdesigner .mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.is--ctl-canvasdesigner .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.is--ctl-canvasdesigner .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.is--ctl-canvasdesigner .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.is--ctl-canvasdesigner .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.is--ctl-canvasdesigner .mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.is--ctl-canvasdesigner .mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.is--ctl-canvasdesigner .mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.is--ctl-canvasdesigner .mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.is--ctl-canvasdesigner .mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.is--ctl-canvasdesigner .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.is--ctl-canvasdesigner .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.is--ctl-canvasdesigner .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.is--ctl-canvasdesigner .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.is--ctl-canvasdesigner .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
.is--ctl-canvasdesigner .mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.is--ctl-canvasdesigner .mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.is--ctl-canvasdesigner .mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.is--ctl-canvasdesigner .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.is--ctl-canvasdesigner .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.is--ctl-canvasdesigner .mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.is--ctl-canvasdesigner .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.is--ctl-canvasdesigner .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}
.is--ctl-canvasdesigner .mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.is--ctl-canvasdesigner .mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.is--ctl-canvasdesigner .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.is--ctl-canvasdesigner .mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.is--ctl-canvasdesigner .mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.is--ctl-canvasdesigner .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.is--ctl-canvasdesigner .mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.is--ctl-canvasdesigner .mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.is--ctl-canvasdesigner .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.is--ctl-canvasdesigner .mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.is--ctl-canvasdesigner .mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.is--ctl-canvasdesigner .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.is--ctl-canvasdesigner .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.is--ctl-canvasdesigner .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.is--ctl-canvasdesigner .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.is--ctl-canvasdesigner .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.is--ctl-canvasdesigner .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.is--ctl-canvasdesigner .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.is--ctl-canvasdesigner .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.is--ctl-canvasdesigner .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.is--ctl-canvasdesigner .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.is--ctl-canvasdesigner .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.is--ctl-canvasdesigner .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.is--ctl-canvasdesigner .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.is--ctl-canvasdesigner .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.is--ctl-canvasdesigner .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.is--ctl-canvasdesigner .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.is--ctl-canvasdesigner .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.is--ctl-canvasdesigner .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.is--ctl-canvasdesigner .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.is--ctl-canvasdesigner .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.is--ctl-canvasdesigner .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.is--ctl-canvasdesigner .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}
.is--ctl-canvasdesigner .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}
.is--ctl-canvasdesigner .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}
.is--ctl-canvasdesigner .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.is--ctl-canvasdesigner .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.is--ctl-canvasdesigner .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.is--ctl-canvasdesigner .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}
.is--ctl-canvasdesigner .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.is--ctl-canvasdesigner .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.is--ctl-canvasdesigner .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.is--ctl-canvasdesigner #pix_upload {
  float: left;
  margin-top: 0.7rem;
}
.is--ctl-canvasdesigner #pix_upload,
.is--ctl-canvasdesigner .upload-inner-container {
  display: none;
}
.is--ctl-canvasdesigner #pix_upload .status {
  float: left;
  width: 100%;
}
.is--ctl-canvasdesigner #pix_upload ul.preload-images {
  display: none;
  list-style: none outside none;
  margin: 0 auto;
  float: left;
  width: 100%;
}
.is--ctl-canvasdesigner #pix_uploadstwo ul.preload-images li {
  height: 80px;
  padding: 15px;
  position: relative;
}
.is--ctl-canvasdesigner #pix_upload ul.preload-images li p {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  left: 74px;
  margin: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  white-space: nowrap;
  width: 60%;
}
.is--ctl-canvasdesigner #pix_upload ul.preload-images li i {
  font-weight: normal;
  font-style: normal;
  color: #7f7f7f;
  display: block;
}
.is--ctl-canvasdesigner #pix_upload ul.preload-images li canvas {
  left: 0px;
  position: absolute;
  top: 0;
}
.is--ctl-canvasdesigner #pix_upload .show-image-preview,
.is--ctl-canvasdesigner #show-picture {
  image-orientation: from-image;
}
.is--ctl-canvasdesigner #uploadfiles,
.is--ctl-canvasdesigner #uploader {
  display: none;
}
.is--ctl-canvasdesigner #uploadfiles {
  margin-bottom: 0.8rem;
  width: 100%;
}
.is--ctl-canvasdesigner #lawandorder {
  background: #efefef none repeat scroll 0 0;
  border: 1px solid;
  float: left;
  font-size: 0.775rem;
  height: 80px;
  line-height: 1rem;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 0.4rem;
  margin-bottom: 0.8rem;
  width: 100%;
}
.is--ctl-canvasdesigner #lawandorder p {
  font-size: 0.775rem;
}
.is--ctl-canvasdesigner #lawandorder > div {
  min-height: 84px;
}
.is--ctl-canvasdesigner #lawandorder > div > * {
  font-size: 0.775rem;
}
.is--ctl-canvasdesigner .perm-left {
  float: left;
  width: 10%;
}
.is--ctl-canvasdesigner .perm-right {
  float: right;
  font-size: 0.8rem;
  text-align: left;
  width: 89%;
}
.is--ctl-canvasdesigner #uploader {
  position: relative;
  overflow: hidden;
  display: none;
}
.is--ctl-canvasdesigner #uploader > span {
  color: #FFF;
  font-weight: normal;
}
.is--ctl-canvasdesigner .working input {
  border: medium none !important;
  box-shadow: none;
}
.is--ctl-canvasdesigner .transparency {
  opacity: 0.5;
}
.is--ctl-canvasdesigner .spinspan {
  bottom: 0;
  display: inline-block;
  left: 0;
  margin: 0 auto;
  padding-bottom: 50%;
  padding-top: 50%;
  position: relative;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}
.is--ctl-canvasdesigner .uploaded-img {
  max-width: 30%;
}
.is--ctl-canvasdesigner #result {
  display: inline-block;
  float: left;
  width: 100%;
}
.is--ctl-canvasdesigner #result img {
  image-orientation: from-image;
}
.is--ctl-canvasdesigner #result .uploaded-items {
  display: inline-block;
  float: left;
  list-style: outside none none;
  margin: 0 auto 0.6rem;
  padding: 0.4rem;
  width: 100%;
}
.is--ctl-canvasdesigner #result .uploaded-items .uploaded-item {
  box-shadow: 1px 1px 2px 1px #666;
  float: left;
  margin: 1%;
  position: relative;
  width: 31%;
  opacity: 0;
  -webkit-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all 0.1s ease;
}
.is--ctl-canvasdesigner #result .uploaded-items .uploaded-item .deluploadedimg {
  top: 3px;
  display: inline-block;
  height: 20px;
  line-height: 1rem;
  margin: 0;
  padding: 0.125rem;
  position: absolute;
  right: 3px;
  text-align: center;
  width: 20px;
}
.is--ctl-canvasdesigner #result .uploaded-items .uploaded-item .adduploadedimg {
  top: 3px;
  display: inline-block;
  height: 20px;
  line-height: 1rem;
  margin: 0;
  padding: 0.125rem;
  position: absolute;
  left: 3px;
  text-align: center;
  width: 20px;
}
.is--ctl-canvasdesigner #result .uploaded-items .uploaded-item .uploadcheck {
  float: left;
  width: 100%;
  position: relative;
}
.is--ctl-canvasdesigner #result .uploaded-items .uploaded-item .uploadcheck-message {
  float: left;
  width: 100%;
  font-size: 10px;
  text-align: center;
}
.is--ctl-canvasdesigner #result .uploaded-items .uploaded-item .uploadcheck-image {
  float: left;
  width: 100%;
  height: 20px;
}
.is--ctl-canvasdesigner #result .uploaded-items .uploaded-item .uploadcheck-image .fa.fa-star {
  margin: 0 1px;
}
.is--ctl-canvasdesigner #result .uploaded-items .uploaded-item .uploadcheck-image .is-not-rated {
  color: lightgrey;
}
.is--ctl-canvasdesigner #result .uploaded-items .uploaded-item .uploadcheck-image .is-rated-checked {
  color: orange;
}
.is--ctl-canvasdesigner #result .uploaded-items .uploaded-item .addfilterimg {
  top: 3px;
  display: inline-block;
  height: 20px;
  line-height: 1rem;
  margin: 0;
  padding: 0.125rem;
  position: absolute;
  left: 26px;
  text-align: center;
  width: 20px;
}
.is--ctl-canvasdesigner .working > div {
  float: left;
  position: relative;
}
.is--ctl-canvasdesigner .working {
  display: block !important;
  position: relative;
}
.is--ctl-canvasdesigner #pix_upload ul.preload-images li.working span {
  float: left;
  height: 16px;
  position: absolute;
  right: 0px;
  width: 16px;
}
.is--ctl-canvasdesigner #pix_upload ul.preload-images li span {
  background: rgba(0, 0, 0, 0) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAYAAADtc08vAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAYdEVYdENyZWF0aW9uIFRpbWUAMDMuMDkuMjAxNLjib/EAAAGZSURBVCiRddI9aBRREAfw3x2iopEIEixE9hTxA+XWD8QUoogY2Ku1tIshilUKJX50Skor0UJtbM7Y3xY2kipd2ENsvOJWBAWLgFqoCGtx7469Nf7hwbyZN/+Z+c+rFUWhVqup4sDK4hZsxc/euaVf5VhRFCO7NiTIouQ6rmAuztNelTCLku14hH1Imv3OH6iH4ALu4gJeZ1Gyv5K8GQ9wFRfR7jZaUyMCXMaeYB/HchYlB0NyPSTPhpFqmMGOMsEdvC8VPYWnWZRcwiJuYCLEfmAOX6oanMETnCgRfcAUdob7Ouab/c7yPyKGdqexhLPYVNGxh/txnrbLW6iXX8R5uoqHw/YqeBXnabvqHCPIomQCJzeoDseyKDladZY1mMRtA9H+h1Vca/Y778Y6yKJkl8Emysmf8RhvSr5pvOg2WkeqI9wKZ4ivBoLdDF1lpdhpvOw2WpNlgvP4Hex13Ivz9DnEebqGeeP/ZJuw7iHBDFbwLYzyrDx42M4sPuEjFpr9zlvGRdyNQ1iL8/S7DZBFyWHsbfY7I13+Akj/hFm5UUm1AAAAAElFTkSuQmCC") no-repeat scroll 0 0;
  cursor: pointer;
  height: 12px;
  position: absolute;
  right: 33px;
  top: 16px;
  width: 15px;
}
.is--ctl-canvasdesigner #pix_upload ul.preload-images li.error p {
  color: red;
}
.is--ctl-canvasdesigner .working input {
  margin-left: 9px !important;
}
.is--ctl-canvasdesigner a#uploader {
  color: #fff !important;
  margin-top: 5px;
}
.is--ctl-canvasdesigner .error-upload,
.is--ctl-canvasdesigner .success-upload {
  border-width: 1px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
  padding: 0.8em;
}
.is--ctl-canvasdesigner .error-upload {
  background: #f7e9e9 none repeat scroll 0 0;
  border-color: #eaeaf0;
  box-shadow: 0 0 4px #f0d5dc;
  color: #8a1f11;
  float: left;
  margin-top: 0.625rem;
  width: 100%;
}
.is--ctl-canvasdesigner .success-upload {
  background-color: #f0f6e1;
  border-color: #aabe00;
  box-shadow: 0 0 4px #e3e8ce;
  float: left;
  margin-top: 0.6rem;
  width: 100%;
}
.is--ctl-canvasdesigner .colourbox-block {
  width: 100%;
  background: #ffffff;
  border: 1px solid #eaeaf0;
  margin-bottom: 0.2rem;
  float: left;
}
.is--ctl-canvasdesigner .colourbox-block .cv-label {
  color: #6d6b6d;
  margin-top: 0rem;
  background: #f8f8fa;
  padding: 0.375rem;
}
.is--ctl-canvasdesigner .colourbox-block .pixabay-desc,
.is--ctl-canvasdesigner .colourbox-block .colourbox-desc {
  padding: 0.4rem;
  float: left;
  width: 100%;
}
.is--ctl-canvasdesigner .colourbox-block #colourboxbutton {
  margin: 1%;
  width: 98%;
}
.is--ctl-canvasdesigner .colourbox-block #pixabaybutton {
  margin: 1%;
  width: 98%;
}
.is--ctl-canvasdesigner .upload-modal {
  float: left;
  width: 100%;
  background: #ffffff;
  border: 1px solid #eaeaf0;
  margin-bottom: 0.2rem;
}
.is--ctl-canvasdesigner .upload-modal .cv-label {
  color: #6d6b6d;
  margin-top: 0rem;
  background: #f8f8fa;
  padding: 0.375rem;
}
.is--ctl-canvasdesigner .upload-modal p {
  padding: 0.4rem;
  float: left;
  width: 100%;
}
.is--ctl-canvasdesigner .upload-modal a#uploader,
.is--ctl-canvasdesigner .upload-modal #uploader-modal-btn,
.is--ctl-canvasdesigner .upload-modal #lawandorder {
  margin: 1%;
  width: 98%;
}
.is--ctl-canvasdesigner .upload-modal .perm-left {
  padding-left: 0.4rem;
}
.is--ctl-canvasdesigner .upload-modal .extensions-for-designer,
.is--ctl-canvasdesigner .upload-modal .uploadlimit-for-designer,
.is--ctl-canvasdesigner .upload-modal #uploadfiles,
.is--ctl-canvasdesigner .upload-modal .show-image-preview,
.is--ctl-canvasdesigner .upload-modal lawandordertitle {
  padding: 0.4rem;
}
.is--ctl-canvasdesigner .cv-defined-options {
  display: block;
  float: left;
  font-size: 0.875rem;
  padding: 0.5rem;
  width: 100%;
  background: #f5f5f5 none repeat scroll 0 0;
  border: 1px solid #eaeaf0;
  margin-bottom: 0.4rem;
}
.is--ctl-canvasdesigner .fieldvalues {
  display: block;
  float: left;
  margin-left: 45%;
  width: 55%;
}
.is--ctl-canvasdesigner .fieldminvalues::after {
  content: ",";
  padding-left: 4px;
  padding-right: 4px;
}
.is--ctl-canvasdesigner .fieldminvalues,
.is--ctl-canvasdesigner .fieldmaxvalues {
  float: left;
  font-size: 14px;
  color: red;
}
.is--ctl-canvasdesigner .calcerrors_style {
  display: none;
  float: left;
  width: 100%;
}
.is--ctl-canvasdesigner #calculationerrors {
  float: left;
  width: 100%;
}
.is--ctl-canvasdesigner {
  /* TEXT EDITOR */
}
.is--ctl-canvasdesigner .cv-textarea {
  background-color: #EFEFEF;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.is--ctl-canvasdesigner .cv-textarea,
.is--ctl-canvasdesigner .cv-textarea:focus {
  background: #efefef url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeAQMAAAAW3KwoAAAAA3NCSVQICAjb4U/gAAAABlBMVEX///////9VfPVsAAAAAnRSTlMA/1uRIrUAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAfdEVYdFNvZnR3YXJlAE1hY3JvbWVkaWEgRmlyZXdvcmtzIDi1aNJ4AAAAFnRFWHRDcmVhdGlvbiBUaW1lADExLzE5LzEztHrqiwAAABFJREFUCJljYKAz+P//AwgDABgGBd3r8VnuAAAAAElFTkSuQmCC') repeat;
  height: 150px;
  box-shadow: 0 1px 1px #dadae5 inset;
  line-height: 30px;
}
.is--ctl-canvasdesigner .cv-own-sizes .cv-label {
  float: left;
  font-weight: normal;
  margin-bottom: 0.2rem;
  margin-top: 0.2rem;
  padding: 0.375rem 0.375rem 0.375rem 0;
  text-align: left;
  width: 100%;
}
.is--ctl-canvasdesigner .cv-own-sizes > input {
  width: 100%;
}
.is--ctl-canvasdesigner .cv-own-sizes .fieldvalues {
  display: block;
  float: none !important;
  margin-left: 0%;
  width: 100% !important;
}
.is--ctl-canvasdesigner .cv-textarea {
  width: 100%;
}
.is--ctl-canvasdesigner .cv-text-button {
  margin-top: 0.2rem;
  width: 100%;
}
.is--ctl-canvasdesigner .cv-text-settings {
  float: left;
  padding: 0.5rem;
  width: 100%;
}
.is--ctl-canvasdesigner .cv-text-format-container {
  float: left;
  width: 45%;
  padding: 0.2rem;
}
.is--ctl-canvasdesigner .cv-text-fonts-container {
  float: left;
  width: 55%;
  padding: 0.2rem;
}
.is--ctl-canvasdesigner .cv-text-align-container {
  float: left;
  width: 100%;
  padding: 0.2rem;
}
.is--ctl-canvasdesigner .cv-text-align-container.is--add--fontsize {
  float: left;
  width: 50%;
  padding: 0.2rem;
}
.is--ctl-canvasdesigner .cv-text-fontsize-container {
  float: left;
  width: 50%;
  padding: 0.2rem;
}
.is--ctl-canvasdesigner .cv-text-curved-container {
  float: left;
  padding: 0.2rem;
  width: 100%;
  display: none;
}
.is--ctl-canvasdesigner .cv-text-buttongroup {
  float: left;
  width: 100%;
  margin-bottom: 0.2rem;
  margin-top: 0.2rem;
}
.is--ctl-canvasdesigner .is--curved {
  display: none;
}
.is--ctl-canvasdesigner .cv-curved-controls {
  display: none;
}
.is--ctl-canvasdesigner .cv-text-buttongroup > .block {
  float: left;
  margin-bottom: 0.2rem;
  margin-right: 0.2rem;
  min-width: 1.8rem;
  width: auto;
}
.is--ctl-canvasdesigner .cv-text-settings .btn.is--small {
  line-height: 1.35rem;
  padding: 0.125rem 0.425rem;
}
.is--ctl-canvasdesigner .cv-text-settings .btn.is--active {
  border: 1px solid #fa5d27;
}
.is--ctl-canvasdesigner .cv-text-settings .js--fancy-select {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  width: 100%;
  line-height: 1.6rem;
}
.is--ctl-canvasdesigner .cv-text-settings .js--fancy-select .js--fancy-select-text {
  overflow: hidden;
  padding: 0rem 1.2rem 0rem 0.625rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.is--ctl-canvasdesigner .cv-text-settings .js--fancy-select .js--fancy-select-trigger {
  width: 1.2rem;
}
/* LIST OF PRODUCTS */
.is--ctl-canvasdesigner #listObjectsouter {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #eaeaf0;
  box-shadow: 1px 1px 11px -3px #666666;
}
.is--ctl-canvasdesigner #listObjects .object-inner:nth-child(2n) {
  background: #EFEFEF none repeat scroll 0 0;
  border-top: 1px solid #ccccdb;
}
.is--ctl-canvasdesigner {
  /* PAGINATOR */
  /* PAGINATOR */
  /* PAGINATOR END */
}
.is--ctl-canvasdesigner #vpagination {
  margin: 3px;
  padding: 7px;
  text-align: center;
  width: 100%;
  float: left;
}
.is--ctl-canvasdesigner #vpagination a {
  border: 1px solid #eaeaf0;
  border-radius: 5px;
  margin: 2px;
  padding: 2px 5px;
  text-decoration: none;
}
.is--ctl-canvasdesigner #vpagination a:hover,
.is--ctl-canvasdesigner #vpagination a:active {
  border: 1px solid #eaeaf0;
}
.is--ctl-canvasdesigner #vpagination span.current {
  border: 1px solid #eaeaf0;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  margin: 2px;
  padding: 2px 5px;
}
.is--ctl-canvasdesigner #vpagination span.disabled {
  border: 1px solid #eaeaf0;
  color: #ddd;
  margin: 2px;
  padding: 2px 5px;
}
.is--ctl-canvasdesigner #pagination {
  margin: 3px;
  padding: 7px;
  text-align: center;
  width: 100%;
  float: left;
}
.is--ctl-canvasdesigner #pagination a {
  border: 1px solid #dadae5;
  border-radius: 5px;
  margin: 2px;
  padding: 2px 5px;
  text-decoration: none;
}
.is--ctl-canvasdesigner #pagination a:hover,
.is--ctl-canvasdesigner #pagination a:active {
  border: 1px solid #dadae5;
}
.is--ctl-canvasdesigner #pagination span.current {
  border: 1px solid #dadae5;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  margin: 2px;
  padding: 2px 5px;
}
.is--ctl-canvasdesigner #pagination span.disabled {
  border: 1px solid #eee;
  color: #ddd;
  margin: 2px;
  padding: 2px 5px;
}
.is--ctl-canvasdesigner {
  /* Functional styling;
   * These styles are required for noUiSlider to function.
   * You don't need to change these rules to apply your design.
   */
  /* Painting and performance;
   * Browsers can paint handles in their own layer.
   */
  /* Slider size and handle placement;
   */
  /* Styling;
   */
  /* Handles and cursors;
   */
  /* Handle stripes;
   */
  /* Disabled state;
   */
}
.is--ctl-canvasdesigner .noUi-target,
.is--ctl-canvasdesigner .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.is--ctl-canvasdesigner .noUi-target {
  position: relative;
  direction: ltr;
}
.is--ctl-canvasdesigner .noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}
.is--ctl-canvasdesigner .noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.is--ctl-canvasdesigner .noUi-handle {
  position: relative;
  z-index: 1;
}
.is--ctl-canvasdesigner .noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
       its values is > 50%. */
  z-index: 10;
}
.is--ctl-canvasdesigner .noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}
.is--ctl-canvasdesigner .noUi-state-drag * {
  cursor: inherit !important;
}
.is--ctl-canvasdesigner .noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.is--ctl-canvasdesigner .noUi-horizontal {
  height: 18px;
}
.is--ctl-canvasdesigner .noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}
.is--ctl-canvasdesigner .noUi-vertical {
  width: 18px;
}
.is--ctl-canvasdesigner .noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
.is--ctl-canvasdesigner .noUi-background {
  background: #FAFAFA;
  box-shadow: inset 0 1px 1px #f0f0f0;
}
.is--ctl-canvasdesigner .noUi-connect {
  background: #3FB8AF;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms;
}
.is--ctl-canvasdesigner .noUi-origin {
  border-radius: 2px;
}
.is--ctl-canvasdesigner .noUi-target {
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbbbbb;
}
.is--ctl-canvasdesigner .noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #bbbbbb;
}
.is--ctl-canvasdesigner .noUi-draggable {
  cursor: w-resize;
}
.is--ctl-canvasdesigner .noUi-vertical .noUi-draggable {
  cursor: n-resize;
}
.is--ctl-canvasdesigner .noUi-handle {
  border: 1px solid #6d6b6d;
  border-radius: 3px;
  background: #6d6b6d;
  cursor: pointer;
  box-shadow: inset 0 0 1px #6d6b6d, inset 0 1px 7px #6d6b6d, 0 3px 6px -3px #6d6b6d;
}
.is--ctl-canvasdesigner .noUi-active {
  box-shadow: inset 0 0 1px #6d6b6d, inset 0 1px 7px #6d6b6d, 0 3px 6px -3px #6d6b6d;
}
.is--ctl-canvasdesigner .noUi-handle:before,
.is--ctl-canvasdesigner .noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #ffffff;
  left: 14px;
  top: 6px;
}
.is--ctl-canvasdesigner .noUi-handle:after {
  left: 17px;
}
.is--ctl-canvasdesigner .noUi-vertical .noUi-handle:before,
.is--ctl-canvasdesigner .noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.is--ctl-canvasdesigner .noUi-vertical .noUi-handle:after {
  top: 17px;
}
.is--ctl-canvasdesigner [disabled].noUi-connect,
.is--ctl-canvasdesigner [disabled] .noUi-connect {
  background: #B8B8B8;
}
.is--ctl-canvasdesigner [disabled].noUi-origin,
.is--ctl-canvasdesigner [disabled] .noUi-handle {
  cursor: not-allowed;
}
.grid-plate-line {
  z-index: 99999999999999999999;
  position: absolute;
  width: 1px;
  border-left: 1px solid silver;
  display: inline-block;
  top: 0;
}
.grid-plate-line .drag-rectangle-dongle {
  left: -10px;
  text-align: center;
  background: #FFF;
  border: 1px solid silver;
  cursor: move;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.grid-plate-line .dongle-inner-text {
  position: absolute;
  width: 140px;
  height: 20px;
  line-height: normal;
  left: -70px;
  text-align: center;
  background: #FFF;
  border: 1px solid #c0c0c0;
  display: none;
  font-size: 0.8rem;
}
#plates-container {
  margin-bottom: 0.375rem;
}
#plates-container .plates-select-group .pixmultiheader {
  margin-top: 0;
}
#plates-container .calculatedprices {
  float: left;
  padding: 1.5rem 0.5rem 0.5rem 0.5rem;
  width: 100%;
}
#plates-container .plates-group {
  width: 50%;
  float: left;
}
#plates-container .plates-group .plates-group-inner {
  padding: 0.3rem;
}
#plates-container .plates-group .fieldvalues {
  display: block;
  float: left;
  width: 100%;
  margin: 0;
}
#plates-container .plates-group .plates-form-input {
  width: 100%;
}
#plates-container .plates-group .pixmultiheader {
  margin-top: 0;
}
#plates-container .cv-plattenmaximum,
#plates-container #plattechange {
  margin-top: 1rem;
}
#plates-container .plates-form-label {
  margin-bottom: 0.5rem;
  display: inline-block;
  width: 100%;
  margin-top: 0.5rem;
}
.cv-plattenmaximum,
.cv-plattenoverlines,
.cv-plattenerrors {
  float: left;
  margin-top: 0.4rem;
  padding: 0.3rem;
  text-align: center;
  width: 100%;
}
.cv-plattenoverlines .alert,
.cv-plattenmaximum .alert,
.cv-plattenerrors .alert {
  margin: 0;
}
.is--ctl-canvasdesigner {
  /***
  Spectrum Colorpicker v1.8.0
  https://github.com/bgrins/spectrum
  Author: Brian Grinstead
  License: MIT
  ***/
  /*FIX RESPONSIVE */
  /*/@phoneLandscapeViewportWidth: 30em;     // 480px
  @tabletViewportWidth: 48em;             // 768px
  @tabletLandscapeViewportWidth: 64em;    // 1024px
  @desktopViewportWidth: 78.75em;         // 1260px*/
}
.is--ctl-canvasdesigner .cv-area,
.is--ctl-canvasdesigner .canvas-container,
.is--ctl-canvasdesigner .canvas-container > canvas,
.is--ctl-canvasdesigner .canvas-designer-area .cv-area-outer .cv-area .shirtDiv {
  touch-action: none;
  -ms-touch-action: none;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  z-index: 1;
}
.is--ctl-canvasdesigner .is--ctl-canvasdesigner .product--details .product--actions {
  display: none;
}
.is--ctl-canvasdesigner .is-hidden-important {
  display: none !important;
}
.is--ctl-canvasdesigner #unscaltofit,
.is--ctl-canvasdesigner #scaltofit {
  display: none;
}
.is--ctl-canvasdesigner #unscaltofit i.grey {
  color: #efefef;
}
.is--ctl-canvasdesigner .mt-icon,
.is--ctl-canvasdesigner .tr-icon,
.is--ctl-canvasdesigner .mr-icon,
.is--ctl-canvasdesigner .br-icon,
.is--ctl-canvasdesigner .mb-icon,
.is--ctl-canvasdesigner .bl-icon,
.is--ctl-canvasdesigner .ml-icon,
.is--ctl-canvasdesigner .tl-icon,
.is--ctl-canvasdesigner .not-color-icon {
  position: relative;
  width: 19px;
  height: 19px;
  display: inline-block;
  background: #FFF;
}
.is--ctl-canvasdesigner .mt-icon > span,
.is--ctl-canvasdesigner .tr-icon > span,
.is--ctl-canvasdesigner .mr-icon > span,
.is--ctl-canvasdesigner .br-icon > span,
.is--ctl-canvasdesigner .mb-icon > span,
.is--ctl-canvasdesigner .bl-icon > span,
.is--ctl-canvasdesigner .ml-icon > span,
.is--ctl-canvasdesigner .tl-icon > span,
.is--ctl-canvasdesigner .not-color-icon > span {
  position: relative;
  width: 19px;
  height: 19px;
  background-position: center top;
  display: inline-block;
  background-size: 100% 100%;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.is--ctl-canvasdesigner .mt-icon > span {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABh0RVh0Q3JlYXRpb24gVGltZQAyNS4wOS4yMDE3VgSX/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAC1SURBVDiN7ZMxCsIwGEZfxMlzCIIuiZNQPFN7B8FZD+MBRJBu6tBCb9Kpdakl/uQvUSehD7KU9vE9QmnbFv9oLA+3Tei5/H6iGt5lW+CiSX2MXGWMkbIZ8ADmQAXYMnO1v9AnZuG+kwEsgN3XC7vUM+DPboCkzFweWqgKRaqkT/8k2U+VqOnBhUqqpAGSIrX5oHB1vA+lSirAFqntb30aeMkBpwjZizVwVRf+StSfMgpH4b8Jnxx4W4pTLaOYAAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
}
.is--ctl-canvasdesigner .tr-icon > span {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAYdEVYdENyZWF0aW9uIFRpbWUAMTkuMDEuMjAxN7dUXYYAAAJaSURBVDiNpZTdS1NxGMc/5+xs56y5zcNs6ha2uYh8uUgCSVZd1EVaYOZlQncSFIj/QIhXrasQvOguDCS8ravSi0Kp6AWRikB6mS9jS9M159TNbaeL4cvhbFPwe/f8nu/z4Xl4fr+f8DeV0Uanl0hn8xxFsiTS0+JGGp1e4smn2JFgO7KaRcSjdrZfubyGdJCpxm7BryoIAiwk0iz8S+vyXodMZG3vrCQw6HNyr81Dg/uY7jwc3+Lx+yivZle5c95Drd3CwHi4PPBum4fe1trdOJbMkNM0vA4Zn6oQ6vDT21pDwGXlxfcVXa0B2NVUtQt7ORtn+G2ExURhJHeFmb6gl+tnXARc1qKT6YA2i4n+C14AxmaWCb2e15nNokhTta0oaEfi/uCS34lTkVjdyPJoalFnPG4zM9x1Cp+qlAXqOmysLixgMpwwXPTl1DY3n37DqUj4VIW6Spm6Spk/69ulgXa5EK5u6E37ldjKMhNdZya6XjSvG3klVQDVVZYfq5x0wI+LSQAu+h3U2C0liypkE6GOevqCXoNPB/ywkOTnyiYWk8iDdj82i8kAUySRULufq6dVOhtdxDezpYF5TWNwYo5MTuOsp4Kxnga6m6vwqQoBl5XORhfPbjUQ9DnJazA4MWdYnuFif4ml6H/+g4fX6vE6ZO5fOWnoMp3NMzAeZvJ3wpAr+vTeza9xY+Qrt89VczmgcsIpIwqFJ/jmV4KRzzGiyUyx0tKfQ3wzy9BUhKGpCKIgIAqQzWul7HtAWRIPNOU1jUOwMIkCUk+LG6tZJHeYigNg3c1V/AcfF7/3vXPHsgAAAABJRU5ErkJggg==');
  background-repeat: no-repeat;
}
.is--ctl-canvasdesigner .mr-icon > span {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABh0RVh0Q3JlYXRpb24gVGltZQAyNS4wOS4yMDE3VgSX/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAACxSURBVDiN7ZQxDoIwFEBfG1euwGzaRQ7BUWClJzGwMnkKEr2DgQG5AQdwNrEORmMNDIVOxpd0avPymp98Ya0lJDKo7beEuupOuupiIQRTZ0lhCvSqbLPt/izmHvl+OQJqKeVRlW0cQvjiXavK1qldM5QIqAGnNsSUU6DXVZeFEgLcgRvAJoCsAfJLsRvXCq+AGUxyAKB47oSlwgbIB5OM3xe+QrdqAh/hbNUn4r8PV/MAnpsxI4/dKzIAAAAASUVORK5CYII=');
  background-repeat: no-repeat;
}
.is--ctl-canvasdesigner .br-icon > span {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAYdEVYdENyZWF0aW9uIFRpbWUAMTkuMDEuMjAxN7dUXYYAAAFiSURBVDiNpZSxSwJRHMc/7zpJI3CwDtxSCQpqcKml+gOcIhoC5yIb+gvaA9tbW3LNaAia+gcCRwUbQijiNNRKT+28a1LJ7vSe/rb3+335vM+94z1RaXTsTE6nbVpMU7OqQjKuoWZyOldP71PBehXwKag9M0UIhBgMBWDZYNm2Z2DXslF7i1VtjuuDlf6w3jI5vilSKDelLBWnpg2c3j1Lw1yBAjjcCDOrOo69A+stk7OHF2qGydZSkItEVBraT3+1TVLZIveFD05ui9QMk+2IPLSfLNXa5PUmNpDXmxNDXVN5vUkqKw8dmSiU/5v6x0DHbjn8+ekxpp4OpuBwpm6mnoBOP6pnqs372F9flAO6maYTUS53l4mF/JMBh013IkFiocCfjPzdAiqNH6qG6ThTHbsjakYRHG2GqRom1ddvAN4+OwOg7F3tWjbnj6WhruhvpibjGgGfQtfy/pC6me+tLfALdL6qPr7KTzEAAAAASUVORK5CYII=');
  background-repeat: no-repeat;
}
.is--ctl-canvasdesigner .mb-icon > span {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABh0RVh0Q3JlYXRpb24gVGltZQAyNS4wOS4yMDE3VgSX/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAC3SURBVDiN7ZM9CsIwGIYfxaM46dK4eQnPULxAMwvuTqLewtEzuLjVpaEFzyEdpHEpEtvmR+jg0BeyvB/fAw9JRlpr+sy4V9oAHIB/Apw0i/nxvgBWPzAuWRKlViCQA2dgGgArgJ1ZtJSVFE9gDfg+eQXEWRKVTmANvQInD3CvpLg1S9elbICHZVYA266BFehQr4BYSVG2tzzPxqLeqRoErGOqW1WDgYb6C4fqJ1rrr2PL7JAuQ/bfnGNLLoL9TJgAAAAASUVORK5CYII=');
  background-repeat: no-repeat;
}
.is--ctl-canvasdesigner .bl-icon > span {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAYdEVYdENyZWF0aW9uIFRpbWUAMTkuMDEuMjAxN7dUXYYAAAGXSURBVDiN1dHBSxtBFMfx78zORlexRIhRUDxIoQdLaUqugvgXSG8SevDgVVDQi3+Df0NPemkv9SCV1osnoYK2AaUqIlowrIkRNZpsdmd6qaC4uwlNL/0d58378HhPFCueWdp2qfmaVtKmJLlMGrW07fJ+q9ASdh/HlshWJ3uYQBtU3Ieko+iw5aM3baBw7UX2RIJJR7E+9QopxJPa/OoRXw7KzYHv3vQy8TqNJUQoBrAwNsjMyACHxTumVw7jwR9nFWZHEqztlzkuV0PBhCWYzPbx+edF4wm/n90AsLZ/webJFT2dNqVbn25HceMFtCtJxQuYzPaRL1Qagw8zPpwil0mzsltidCjJnntL/7MEc6tHkT0ysgJIAfLPLi0psC2BssL32hT4N/nPQV8b/MAQaEM90FTrmppvYsHYK3/MF/l6cMl1zedD/pxqXZNocJRQUBvD+HCK7EBXaNM96gVPpw0FFzd+MfY8yYseJ3KST7slvp1eNQcu77gs77iRWFxkm/p3h7akQOUyaRxbEuj46zWDvX2Z4jeGa4ezZM0NywAAAABJRU5ErkJggg==');
  background-repeat: no-repeat;
}
.is--ctl-canvasdesigner .ml-icon > span {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABh0RVh0Q3JlYXRpb24gVGltZQAyNS4wOS4yMDE3VgSX/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAACpSURBVDiN7dQ9CsJAEIbhdwZbr5Ba3SqHsPIUgva5iD/pLXIKC++gppDcIAewFlybEFJsJDrbCH4w1cDD18yI956Y0aja74Ai0jsuLxOXl6eh4KhvMdmeRVVXwAYYm8DZ/poAB2A+FAqC091FROTjVkHQ0qobbbA1cLNiLQg8gKcVa8EqSwvAAccoYIPWVZYugCVwN4MduMDQNnh6lrZvb/mbtvL/h+a8AE9RLRbuw9X5AAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
}
.is--ctl-canvasdesigner .tl-icon > span {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAYdEVYdENyZWF0aW9uIFRpbWUAMTkuMDEuMjAxN7dUXYYAAAIYSURBVDiNpZQ9aFNRGIaf+5Ob3NympEmTNFFTJAkptlJbBXFTHKQgjQrqUOjq5OYiOOkgKLRaLS6iONRJQQQHh+JPEKEUKrQuUhGTqCHGaqghaZPcOKTeRNve9OfdznfOec53vvc7R8jml6sTMxmWyjrbkVUWGerzIk/MZLg/nd4W7K9Ui4i4kcy6fRq9/pam6yp6FbHZIr9D4eZgiPETYSLtalOoKVBTJMZiYdx2C5oicedkhF1O69aBA1EXxVK9JIWSzum9HkRhi8BHs9+512DY6085RuIp9OomgBZJ4FCw1ewcALo8djocijnQbhG5HYtwLOoi0KoQaFVwqbIxrymSEe/22XlwpovdLts/QOHay0T14bsMbarM2GCYng6taXaN+lUoc/7pPHPpPOcO+usZDu/3bRoG4FRlLh4OGkYZ97n15guiIDDc7yPzu0QyV6xtsMmE3LX+S+WWmP9RMOL7Ai1MJRe58OyjYZQB1KswGk+R+Fkk2GZjNJ4C4EjIycjxEFBz+fqrJAAHdjoYiLq4+iJBucH2esVX9Hgui6ZITa86m84znVpcFV+zD/PLFQA8mmVNlwVY93cybez+HQ4uHe00xrE9bs72ejHpa3Pg8w8LjL/9aoyfvM9yY6W262lVDf/X3alvdDqt2BWJK5MJ0+wAZKvc9Afj8uRnAPSqOU4SBeShPi+qRaRi9uI3IEkUONXTzh9rKZhymzCKtwAAAABJRU5ErkJggg==');
  background-repeat: no-repeat;
}
.is--ctl-canvasdesigner .not-color-icon > span {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pg08IS0tIEdlbmVyYXRvcjogQWRvYmUgRmlyZXdvcmtzIENTNiwgRXhwb3J0IFNWRyBFeHRlbnNpb24gYnkgQWFyb24gQmVhbGwgKGh0dHA6Ly9maXJld29ya3MuYWJlYWxsLmNvbSkgLiBWZXJzaW9uOiAwLjYuMSAgLS0+DTwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DTxzdmcgaWQ9IlVudGl0bGVkLVNlaXRlJTIwMSIgdmlld0JveD0iMCAwIDI1NiAyNTYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgdmVyc2lvbj0iMS4xIg0JeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSINCXg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjU2cHgiIGhlaWdodD0iMjU2cHgiDT4NCTxnIGlkPSJFYmVuZSUyMDEiPg0JCTxwYXRoIGlkPSJwYWludF9idWNrZXQiIGQ9Ik0gMTMwLjc4ODMgNzAuMTQ3MiBMIDE4Ni4xNDMxIDEyNS41MDIxIEwgMTcyLjc0NTcgMTM4Ljg5OTUgTCAxMTcuMzkwOCA4My41NDQ3IEwgMTMwLjc4ODMgNzAuMTQ3MiBMIDEzMC43ODgzIDcwLjE0NzIgWk0gMTc4IDEzIEwgMTA1LjM3MTggODUuNjI4MiBMIDEzMy43NjI0IDExNC4wMTg5IEMgMTA5LjQ2NjEgMTM4LjU4MzEgNjguNDQxNCAxNjMuNzE5OSA2NS42NjQgMTY2LjQ5NzMgQyA0Ny45NDQ2IDE4NC4yMTY3IDM3Ljg5MDggMjAyLjg5MDggNDYuNzA5NyAyMTEuNzA5NyBDIDU1LjUyODYgMjIwLjUyODYgNzQuMjAyNyAyMTAuNDc0OCA5MS45MjIgMTkyLjc1NTQgQyA5Ny44MTU0IDE4Ni44NjIgMTI0LjQ2MTIgMTQ0LjMzIDE0NC4xNjk5IDEyNC40MjYzIEwgMTcxLjM3MTggMTUxLjYyODIgTCAyNDQgNzkgTCAxNzggMTMgTCAxNzggMTMgWk0gNTguNjUzNiAxODYuMjgxOCBDIDYyLjM1MzMgMTgyLjU4MjIgNjguMzcwOCAxODIuNjAxNSA3Mi4wOTQzIDE4Ni4zMjUxIEMgNzUuODE3OCAxOTAuMDQ4NiA3NS44MzcyIDE5Ni4wNjYxIDcyLjEzNzUgMTk5Ljc2NTcgQyA2OC40Mzc4IDIwMy40NjU0IDYyLjQyMDQgMjAzLjQ0NiA1OC42OTY5IDE5OS43MjI1IEMgNTQuOTczMyAxOTUuOTk5IDU0Ljk1NCAxODkuOTgxNSA1OC42NTM2IDE4Ni4yODE4IEwgNTguNjUzNiAxODYuMjgxOCBaTSAxNzguMDIyOCAyMC4wNzQgTCAyMzYuMjE2MyA3OC4yNjc2IEwgMjEyLjI0MTkgMTAyLjI0MTkgQyAyMTIuMjQxOSAxMDIuMjQxOSAyMDUuMTk1MiAxMTAuNzA4IDE5OS4zNDA0IDEwNC44NTMyIEMgMTk1LjU1NTUgMTAxLjA2ODMgMTkxLjQ4MDkgOTguODc0IDIxMC4wNDkyIDgwLjMwNTYgQyAyMTMuMTA2MyA3Ny43MjE2IDIxMi4xMzczIDY5LjcwMTQgMjA2LjQ3ODEgNjkuNjgzMiBDIDIwMC44MTg5IDY5LjY2NSAxOTIuMjMzNyA3Mi4zNDU1IDE4OC43OTk4IDcxLjc0ODYgQyAxODEuNTQ1IDcwLjQ4NzMgMTgxLjkzMDUgNjIuMDU4NyAxODUuOTE1NiA1NC43NjE4IEMgMTg5LjkwMDggNDcuNDY0OSAxODkuODYyOCAzNS42NzQ4IDE4MS42MjEyIDM5LjE4NTMgQyAxNzMuMzc5NiA0Mi42OTU4IDE2Ni43NjQxIDUzLjQwMDQgMTYyLjU3MzYgNTUuMzk0MSBDIDE1OC41MTIzIDU3LjMyNjQgMTUwLjc4MDUgNTQuNDEzIDE1NC43NTgxIDQ0Ljc1ODEgQyAxNjQuODY2NCAzNS4xMjI4IDE3OC4wMjI4IDIwLjA3NCAxNzguMDIyOCAyMC4wNzQgTCAxNzguMDIyOCAyMC4wNzQgWiIgZmlsbD0iIzAwMDAwMCIvPg0JPC9nPg08L3N2Zz4=');
  background-repeat: no-repeat;
}
.is--ctl-canvasdesigner .not-allowed::after,
.is--ctl-canvasdesigner .not-allowed::after,
.is--ctl-canvasdesigner .not-allowed::after,
.is--ctl-canvasdesigner .not-allowed::after,
.is--ctl-canvasdesigner .not-allowed::after,
.is--ctl-canvasdesigner .not-allowed::after,
.is--ctl-canvasdesigner .not-allowed::after,
.is--ctl-canvasdesigner .not-allowed::after,
.is--ctl-canvasdesigner .not-allowed::after {
  width: 18px;
  height: 18px;
  position: absolute;
  content: "\e60d";
  font-family: 'shopware';
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0.7rem;
  font-weight: normal;
  top: 3px;
  color: red;
}
@keyframes keyframe--spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes keyframe--spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes keyframe--spin-reverse {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes keyframe--spin-reverse {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes new-item-animation {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes openspace {
  to {
    height: auto;
  }
}
@keyframes removed-item-animation {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
@-webkit-keyframes new-item-animation {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes new-item-animation {
  from {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }
  to {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes openspace {
  to {
    height: auto;
  }
}
@-o-keyframes openspace {
  to {
    height: auto;
  }
}
@-webkit-keyframes restored-item-animation {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes restored-item-animation {
  from {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }
  to {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes removed-item-animation {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
@-o-keyframes removed-item-animation {
  from {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }
  to {
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
.is--ctl-canvasdesigner canvas {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  z-index: 999999999999;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  /* mobile webkit */
}
.is--ctl-canvasdesigner .is--obj-hidden {
  display: none;
}
.is--ctl-canvasdesigner .is--obj-show {
  display: block;
}
.is--ctl-canvasdesigner #cv-designer-wrapper {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
.is--ctl-canvasdesigner #clear-all {
  display: none !important;
}
.is--ctl-canvasdesigner .canvas-designer-area {
  background: #FEFEFE none repeat scroll 0 0;
  width: 100%;
  box-shadow: 0 0 3px #c9c9c9;
}
.is--designer-detailform {
  margin-bottom: 10px;
  margin-top: 10px;
}
.checkout-cart-designer-item {
  float: left;
  width: 100%;
  margin-bottom: 0.3rem;
}
/*# sourceMappingURL=/web/cache/css.source.map */