/*
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%;
}
.svg-bitmap--badge-google-dims {
  width: 52px;
  height: 52px;
}
.svg-bitmap--badge-ssl-dims {
  width: 52px;
  height: 52px;
}
.svg-colorized--amazon-pay-dims {
  width: 106.1px;
  height: 24.2px;
}
.svg-colorized--balloon-fill-dims {
  width: 38.2px;
  height: 56.95px;
}
.svg-colorized--dhl-dims {
  width: 75.5px;
  height: 46.8px;
}
.svg-colorized--dhl-express-dims {
  width: 75.5px;
  height: 46.7px;
}
.svg-colorized--dhl-nachnahme-dims {
  width: 75.5px;
  height: 46.8px;
}
.svg-colorized--dhl-packstation-dims {
  width: 75.5px;
  height: 46.8px;
}
.svg-colorized--die_post_logo-dims {
  width: 70px;
  height: 26px;
}
.svg-colorized--ec-dims {
  width: 58px;
  height: 34px;
}
.svg-colorized--heart-list-dims {
  width: 49.07px;
  height: 39.56px;
}
.svg-colorized--klarna-dims {
  width: 454.9px;
  height: 103.1px;
}
.svg-colorized--la_posta_logo-dims {
  width: 70px;
  height: 26px;
}
.svg-colorized--la_poste_logo-dims {
  width: 70px;
  height: 26px;
}
.svg-colorized--logo-dims {
  width: 157.9px;
  height: 58.3px;
}
.svg-colorized--logo_mobile-dims {
  width: 157.9px;
  height: 44.1px;
}
.svg-colorized--mastercard-dims {
  width: 53.5px;
  height: 32.8px;
}
.svg-colorized--package-2-dims {
  width: 50px;
  height: 50px;
}
.svg-colorized--package-2-checked-dims {
  width: 50px;
  height: 50px;
}
.svg-colorized--paypal-dims {
  width: 87px;
  height: 24.8px;
}
.svg-colorized--rechnung-dims {
  width: 87.5px;
  height: 20.8px;
}
.svg-colorized--sofort-ueberweisung-dims {
  width: 87px;
  height: 28.4px;
}
.svg-colorized--sustainbale-dims {
  width: 87px;
  height: 85px;
}
.svg-colorized--ups-dims {
  width: 51.55px;
  height: 61.12px;
}
.svg-colorized--visa-dims {
  width: 73.5px;
  height: 25.1px;
}
.svg-colorized--vorkasse-dims {
  width: 81.36px;
  height: 17px;
}
.svg-uncolorized--account-dims {
  width: 82px;
  height: 82px;
}
.svg-uncolorized--arrow-dims {
  width: 18.4px;
  height: 17.2px;
}
.svg-uncolorized--arrow_closed-dims {
  width: 12.54px;
  height: 17.17px;
}
.svg-uncolorized--arrow_cross-dims {
  width: 17.2px;
  height: 17.2px;
}
.svg-uncolorized--arrow_open-dims {
  width: 12.3px;
  height: 17.2px;
}
.svg-uncolorized--balloon-dims {
  width: 38.2px;
  height: 57px;
}
.svg-uncolorized--balloons-dims {
  width: 34.77px;
  height: 34.48px;
}
.svg-uncolorized--birthday-dims {
  width: 34.43px;
  height: 34.29px;
}
.svg-uncolorized--boy-dims {
  width: 23.6px;
  height: 29.6px;
}
.svg-uncolorized--bunny-dims {
  width: 33.8px;
  height: 28.9px;
}
.svg-uncolorized--burger-dims {
  width: 450px;
  height: 514px;
}
.svg-uncolorized--cake-dims {
  width: 29px;
  height: 29px;
}
.svg-uncolorized--cart-dims {
  width: 28.8px;
  height: 28.4px;
}
.svg-uncolorized--check-dims {
  width: 22.2px;
  height: 17.2px;
}
.svg-uncolorized--circle_arrow-dims {
  width: 26px;
  height: 26px;
}
.svg-uncolorized--clock-dims {
  width: 17.2px;
  height: 17.2px;
}
.svg-uncolorized--costumes_accessories-dims {
  width: 34.26px;
  height: 34.31px;
}
.svg-uncolorized--cross-dims {
  width: 17.2px;
  height: 17.2px;
}
.svg-uncolorized--cycle-dims {
  width: 21.8px;
  height: 17.2px;
}
.svg-uncolorized--decoration-dims {
  width: 34.08px;
  height: 34.23px;
}
.svg-uncolorized--egg-dims {
  width: 22.5px;
  height: 29.6px;
}
.svg-uncolorized--euro-dims {
  width: 27px;
  height: 16px;
}
.svg-uncolorized--exit-dims {
  width: 18.7px;
  height: 17.2px;
}
.svg-uncolorized--facebook-dims {
  width: 1794px;
  height: 1794px;
}
.svg-uncolorized--file-dims {
  width: 15.1px;
  height: 17.2px;
}
.svg-uncolorized--girl-dims {
  width: 28.6px;
  height: 29.4px;
}
.svg-uncolorized--google-plus-dims {
  width: 2002px;
  height: 1557.56px;
}
.svg-uncolorized--info-dims {
  width: 17.2px;
  height: 17.2px;
}
.svg-uncolorized--instagram-dims {
  width: 1794px;
  height: 1794px;
}
.svg-uncolorized--list-dims {
  width: 30.2px;
  height: 28.4px;
}
.svg-uncolorized--lock-dims {
  width: 16.6px;
  height: 17.5px;
}
.svg-uncolorized--magnifier-dims {
  width: 16.9px;
  height: 17.2px;
}
.svg-uncolorized--magnifier_plus-dims {
  width: 25.7px;
  height: 28.4px;
}
.svg-uncolorized--mail-dims {
  width: 23.7px;
  height: 16.2px;
}
.svg-uncolorized--man-dims {
  width: 28.7px;
  height: 29.6px;
}
.svg-uncolorized--mottos_events-dims {
  width: 34.38px;
  height: 34.57px;
}
.svg-uncolorized--note-dims {
  width: 25.2px;
  height: 28.4px;
}
.svg-uncolorized--package-dims {
  width: 16.9px;
  height: 16.8px;
}
.svg-uncolorized--pen-dims {
  width: 17.2px;
  height: 17.2px;
}
.svg-uncolorized--phone-dims {
  width: 16.9px;
  height: 17.2px;
}
.svg-uncolorized--pinterest-dims {
  width: 1794px;
  height: 1794px;
}
.svg-uncolorized--question-dims {
  width: 17.2px;
  height: 17.2px;
}
.svg-uncolorized--return-dims {
  width: 16.8px;
  height: 16.6px;
}
.svg-uncolorized--sale-dims {
  width: 30px;
  height: 30px;
}
.svg-uncolorized--smile-dims {
  width: 17.2px;
  height: 17.2px;
}
.svg-uncolorized--speechbubble-dims {
  width: 32.3px;
  height: 29px;
}
.svg-uncolorized--star-dims {
  width: 32px;
  height: 30.6px;
}
.svg-uncolorized--star_circled-dims {
  width: 17.2px;
  height: 17.2px;
}
.svg-uncolorized--star_file-dims {
  width: 25.9px;
  height: 29.8px;
}
.svg-uncolorized--surcharge-dims {
  width: 102px;
  height: 102px;
}
.svg-uncolorized--table-dims {
  width: 19.2px;
  height: 17.2px;
}
.svg-uncolorized--tag-dims {
  width: 18.6px;
  height: 18.6px;
}
.svg-uncolorized--tipps-dims {
  width: 82px;
  height: 82px;
}
.svg-uncolorized--truck-dims {
  width: 24.3px;
  height: 17.2px;
}
.svg-uncolorized--trust_bestprice-dims {
  width: 24px;
  height: 25px;
}
.svg-uncolorized--trust_delivery-dims {
  width: 26px;
  height: 25px;
}
.svg-uncolorized--trust_exchange-dims {
  width: 36px;
  height: 26px;
}
.svg-uncolorized--trust_moneyback-dims {
  width: 24px;
  height: 26px;
}
.svg-uncolorized--trust_payment-dims {
  width: 22px;
  height: 25px;
}
.svg-uncolorized--trust_return-dims {
  width: 24px;
  height: 25px;
}
.svg-uncolorized--twitter-dims {
  width: 1794px;
  height: 1794px;
}
.svg-uncolorized--wishlist-dims {
  width: 31.7px;
  height: 28.4px;
}
.svg-uncolorized--woman-dims {
  width: 30.2px;
  height: 29.7px;
}
.svg-uncolorized--youtube-dims {
  width: 578px;
  height: 514px;
}
/* Quicksand-regular - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: local('Quicksand Regular'), local('Quicksand-Regular'), url('../../themes/Frontend/PartyResponsive/frontend/_public/vendors/fonts/quicksand-fontface/Quicksand-Regular/Quicksand-Regular.woff2') format('woff2'), /* Modern Browsers */ url('../../themes/Frontend/PartyResponsive/frontend/_public/vendors/fonts/quicksand-fontface/Quicksand-Regular/Quicksand-Regular.woff') format('woff'), /* Modern Browsers */ url('../../themes/Frontend/PartyResponsive/frontend/_public/vendors/fonts/quicksand-fontface/Quicksand-Regular/Quicksand-Regular.ttf') format('truetype');
  font-display: swap;
  
  /* Safari, Android, iOS */
}
/* Quicksand-bold - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  src: local('Quicksand Bold'), local('Quicksand-Bold'), url('../../themes/Frontend/PartyResponsive/frontend/_public/vendors/fonts/quicksand-fontface/Quicksand-Bold/Quicksand-Bold.woff2') format('woff2'), /* Modern Browsers */ url('../../themes/Frontend/PartyResponsive/frontend/_public/vendors/fonts/quicksand-fontface/Quicksand-Bold/Quicksand-Bold.woff') format('woff'), /* Modern Browsers */ url('../../themes/Frontend/PartyResponsive/frontend/_public/vendors/fonts/quicksand-fontface/Quicksand-Bold/Quicksand-Bold.ttf') format('truetype');
  font-display: swap;
  
  /* Safari, Android, 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-icon-set.html">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.4375rem 1.25rem 0.4375rem 1.25rem;
  font-size: 1rem;
  line-height: 1.375rem;
  min-height: 2.5rem;
  border-radius: 27px;
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #5e9fdf;
  -webkit-font-smoothing: inherit;
  display: inline-flex;
  justify-content: center;
  position: relative;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border: none;
  color: #ffffff;
  transition: box-shadow 0.3s cubic-bezier(0.46, 0, 0.5, 1.22);
  align-items: center;
  /** Button icon font size */
  /*
    ######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:hover {
  box-shadow: 0 0 0 2px rgba(94, 159, 223, 0.4), 0 0 0 6px rgba(94, 159, 223, 0.2);
  color: #ffffff;
}
.btn [class^="icon--"] {
  font-size: 0.875rem;
  display: inline-block;
  position: relative;
  bottom: -0.0625rem;
}
.btn.is--icon-right [class^="icon--"] {
  margin-left: 0.625rem;
}
.btn.is--icon-left [class^="icon--"] {
  margin-right: 0.625rem;
}
.btn:disabled,
.btn:disabled:hover,
.btn.is--disabled,
.btn.is--disabled:hover {
  opacity: 0.5;
  box-shadow: 0 0 0 transparent;
  cursor: not-allowed;
}
.btn:focus {
  outline: none;
}
.btn.is--small {
  font-size: 0.9375rem;
  padding: 0.25rem 0.9375rem 0.25rem 0.9375rem;
  min-height: 2rem;
  border-radius: 16px;
  background-clip: padding-box;
}
.btn.is--small [class^="icon--"] {
  font-size: 0.875rem;
  bottom: 0;
}
.btn.is--medium {
  font-size: 1.125rem;
  padding: 0.4375rem 1.25rem 0.4375rem 1.25rem;
  min-height: 2.5rem;
  border-radius: 20px;
  background-clip: padding-box;
}
.btn.is--medium [class^="icon--"] {
  font-size: 0.875rem;
  bottom: -0.0625rem;
}
.btn.is--large {
  font-size: 1.5rem;
  padding: 0.8125rem 1.875rem 0.8125rem 1.875rem;
  min-height: 3.125rem;
  border-radius: 25px;
  background-clip: padding-box;
  text-transform: uppercase;
}
.btn.is--large [class^="icon--"] {
  font-size: 1.375rem;
  bottom: -0.0625rem;
}
.btn.is--full {
  display: flex;
}
.btn.is--center {
  text-align: center;
}
.btn.is--underline-effect::after {
  left: 0.75rem;
  height: 0.125rem;
  content: "";
  width: 0;
  background-color: #ffffff;
  position: absolute;
  bottom: 20%;
  transition: width 0.3s cubic-bezier(0.46, 0, 0.5, 1.22);
}
.btn.is--underline-effect:hover::after {
  width: calc(100% - 24px);
}
/*
######Button type class

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

<button class="btn is--secondary">
    Secondary
</button>
```
*/
.is--primary {
  background-color: #ff6c00;
  color: #ffffff;
}
.is--primary:hover {
  box-shadow: 0 0 0 2px rgba(255, 108, 0, 0.4), 0 0 0 6px rgba(255, 108, 0, 0.2);
  color: #ffffff;
}
.is--secondary {
  background-color: #5e9fdf;
  color: #ffffff;
}
.is--secondary:hover {
  box-shadow: 0 0 0 2px rgba(94, 159, 223, 0.4), 0 0 0 6px rgba(94, 159, 223, 0.2);
  color: #ffffff;
}
.is--blue {
  background-color: #5e9fdf;
  color: #ffffff;
}
.is--blue:hover {
  box-shadow: 0 0 0 2px rgba(94, 159, 223, 0.4), 0 0 0 6px rgba(94, 159, 223, 0.2);
  color: #ffffff;
}
.is--blue.is--underline-effect::after {
  background-color: #ffffff;
}
.is--blue-light {
  background-color: #c1dcf7;
  color: #103a64;
}
.is--blue-light:hover {
  box-shadow: 0 0 0 2px rgba(193, 220, 247, 0.4), 0 0 0 6px rgba(193, 220, 247, 0.2);
  color: #103a64;
}
.is--blue-light.is--underline-effect::after {
  background-color: #103a64;
}
.is--confirm-section .is--red,
.is--green {
  background-color: #6fb62b;
  color: #ffffff;
}
.is--confirm-section .is--red:hover,
.is--green:hover {
  box-shadow: 0 0 0 2px rgba(111, 182, 43, 0.4), 0 0 0 6px rgba(111, 182, 43, 0.2);
  color: #ffffff;
}
.is--confirm-section .is--red.is--underline-effect::after,
.is--green.is--underline-effect::after {
  background-color: #ffffff;
}
.is--orange {
  background-color: #ff6c00;
  color: #ffffff;
}
.is--orange:hover {
  box-shadow: 0 0 0 2px rgba(255, 108, 0, 0.4), 0 0 0 6px rgba(255, 108, 0, 0.2);
  color: #ffffff;
}
.is--orange.is--underline-effect::after {
  background-color: #ffffff;
}
.is--white {
  background-color: #ffffff;
  color: #ff6c00;
}
.is--white:hover {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4), 0 0 0 6px rgba(255, 255, 255, 0.2);
  color: #ff6c00;
}
.is--white.is--underline-effect::after {
  background-color: #ff6c00;
}
.is--link {
  padding: 0.125rem 0.75rem 0.125rem 0.75rem;
  line-height: 2.125rem;
  border: 0;
  background: transparent;
  color: #5e9fdf;
  /** State: Small button */
  /** State: Large button */
}
.is--link:hover {
  color: #ff6c00;
}
.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: 72.5rem;
  background: #ffffff;
  margin: 0 auto;
  width: 100%;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}
/*
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>
```
*/
.only-ctl-detail {
  display: none;
}
.is--ctl-detail .only-ctl-detail {
  display: initial;
}
.product--delivery {
  font-size: 0.875rem;
}
.product--delivery p {
  margin: 0;
  font-size: 0.875rem;
  line-height: normal;
}
.product--delivery .delivery--status-icon {
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  margin: 0rem 0.3125rem 0rem 0rem;
  border-radius: 50%;
  font-size: 0.4375rem;
  line-height: 0.75rem;
  text-align: center;
  position: relative;
  top: 0rem;
}
.product--delivery .delivery--status-shipping-free {
  background: #5e9fdf;
}
.product--delivery .delivery--text-shipping-free {
  color: #5e9fdf;
}
.product--delivery .delivery--status-available {
  border: 1px solid #59cc1a;
}
.product--delivery .delivery--text-available {
  color: #59cc1a;
}
.product--delivery .delivery--status-more-is-coming {
  background: #ffa800;
}
.product--delivery .delivery--text-more-is-coming {
  color: #ffa800;
}
.product--delivery .icon--close.delivery--status-not-available {
  background: none;
  border: 1px #f31612 solid;
  font-size: 0.625rem;
}
.product--delivery .delivery--status-not-available {
  background: #f31612;
}
.product--delivery .delivery--text-not-available {
  color: #f31612;
}
.product--delivery .delivery--text {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 30em) {
  .product--delivery p {
    font-size: 1rem;
  }
}
/*
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--listing-page {
  top: -0.625rem;
}
.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: #333333 #CCCCCC #CCCCCC #CCCCCC;
}
.content--emotions {
  display: block;
}
.content--emotions .emotion--container:last-child {
  margin-bottom: 1.25rem;
}
.is--ctl-listing .content--emotions .emotion--container:last-child {
  margin-bottom: 0;
}
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: #ffffff;
}
.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: #ffffff;
  font-weight: 600;
  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%;
  min-width: 3.125rem;
  min-height: 3.125rem;
}
.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%;
  overflow: hidden;
  position: relative;
}
.emotion--product-slider.has--border .product-slider--title.is--underline {
  background: transparent;
  margin: 0rem 0.625rem 0rem 0.625rem;
  padding: 0.9375rem 0rem 0.9375rem 0rem;
}
.emotion--product-slider.has--border .product-slider--content {
  padding: 0.625rem;
}
.emotion--product-slider.has--border .product-slider--title ~ .product-slider--content {
  padding-top: 3.0625rem;
}
.emotion--product-slider.has--border .product-slider--arrow.arrow--prev {
  right: 2.5rem;
}
.emotion--product-slider.has--border .product-slider--arrow.arrow--next {
  right: 0;
}
.emotion--mode-rows .emotion--product-slider {
  height: 22.5rem;
}
.emotion--product-slider .product-slider--title {
  height: 3.0625rem;
  background-image: linear-gradient(to right, #eeeeee 0%, #eeeeee 100%);
  background-size: 100% 2px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  text-shadow: -1px 0 0 #ffffff, -2px 0 0 #ffffff, -3px 0 0 #ffffff, -4px 0 0 #ffffff, -5px 0 0 #ffffff, -6px 0 0 #ffffff, -7px 0 0 #ffffff, -8px 0 0 #ffffff, -9px 0 0 #ffffff, -10px 0 0 #ffffff, 1px 0 0 #ffffff, 2px 0 0 #ffffff, 3px 0 0 #ffffff, 4px 0 0 #ffffff, 5px 0 0 #ffffff, 6px 0 0 #ffffff, 7px 0 0 #ffffff, 8px 0 0 #ffffff, 9px 0 0 #ffffff, 10px 0 0 #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  top: 0;
  left: 0;
  z-index: 400;
}
.emotion--product-slider .product-slider--title.is--underline {
  border-bottom: 0;
  padding: 0.9375rem 0rem 0.9375rem 0rem;
  margin: 0;
}
.emotion--product-slider .product-slider--content {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 400;
}
.emotion--product-slider .product-slider--title ~ .product-slider--content {
  padding-top: 3.0625rem;
}
.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: normal;
  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 {
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  transition: opacity ease-out 0.15s;
}
.emotion--category-teaser .category-teaser--link:not([data-was-processed="true"]) {
  background-image: unset !important;
}
.emotion--category-teaser .category-teaser--link[data-was-processed="true"] {
  opacity: 1;
}
.emotion--category-teaser .category-teaser--title {
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ffffff;
  font-weight: 600;
  background-color: rgba(42, 42, 42, 0.8);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.emotion--category-teaser .category-teaser--title::after {
  font-size: 0.75rem;
  line-height: 1.125rem;
  content: "\e60f";
  display: inline-block;
  font-family: 'shopware';
  color: #103a64;
  /* color: @brand-primary;*/
}
.is--text-blue .emotion--category-teaser .category-teaser--title {
  color: #103a64;
}
.is--icon-blue .emotion--category-teaser .category-teaser--title::after {
  color: #103a64;
}
.is--text-darkgrey .emotion--category-teaser .category-teaser--title {
  color: #666666 !important;
}
.is--icon-darkgrey .emotion--category-teaser .category-teaser--title::after {
  color: #666666 !important;
}
.emotion--element.is--white .emotion--category-teaser .category-teaser--title {
  background-color: rgba(255, 255, 255, 0.8);
  color: #103a64;
}
.emotion--element.is--darkgrey .emotion--category-teaser .category-teaser--title {
  background: rgba(255, 255, 255, 0.5);
  color: #666666 !important;
}
.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: 400;
  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: #2a2a2a;
  font-weight: 600;
  position: relative;
}
.emotion--manufacturer .manufacturer--link:hover {
  color: #5e9fdf;
}
.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: #2a2a2a;
  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: #2a2a2a;
  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: #ffffff;
}
.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: #ffffff;
  border: 2px solid #ffffff;
  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: #ffffff;
  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: bold;
  color: #2a2a2a;
  margin-bottom: 2%;
}
.emotion--blog .blog--title:hover {
  color: #5e9fdf;
}
.emotion--blog .blog--description {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #2a2a2a;
  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;
}
.referenceSlider .slick-prev:before,
.referenceSlider .slick-next:before {
  color: black;
  opacity: 0.5;
}
.referenceSlider .slick-prev {
  left: 0;
}
.referenceSlider .slick-next {
  right: 0;
}
.referenceSliderElement {
  box-sizing: border-box;
  margin-bottom: 0;
}
.referenceSliderElement .slick-slide {
  box-sizing: border-box;
  padding: 0.9375rem;
}
.referenceSliderElement .logobox {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.emotion--element .referenceSliderElement .logobox {
  display: table;
}
.referenceSliderElement .logobox img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.referenceSliderElement.hvEffct .logobox {
  -webkit-filter: grayscale(100%) contrast(50%) brightness(140%);
  filter: grayscale(100%) contrast(50%) brightness(140%);
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.referenceSliderElement.hvEffct .logobox:hover {
  -webkit-filter: grayscale(0%) contrast(100%) brightness(100%);
  filter: grayscale(0%) contrast(100%) brightness(100%);
}
.referenceSlider .slick-prev,
.referenceSlider .slick-next {
  z-index: 10;
  width: 1.6875rem;
  height: 1.6875rem;
}
.referenceSlider .slick-prev:before,
.referenceSlider .slick-next:before {
  font-size: 1.6875rem;
}
@font-face {
  font-family: "slick";
  src: url("../../themes/Frontend/PartyResponsive/frontend/_public/src/fonts/slick.eot");
  src: url("../../themes/Frontend/PartyResponsive/frontend/_public/src/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../../themes/Frontend/PartyResponsive/frontend/_public/src/fonts/slick.woff") format("woff"), url("../../themes/Frontend/PartyResponsive/frontend/_public/src/fonts/slick.ttf") format("truetype"), url("../../themes/Frontend/PartyResponsive/frontend/_public/src/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
.emotion--wrapper .referenceSlider {
  height: 100%;
  display: block;
}
.emotion--wrapper .referenceSlider:hover .slick-prev,
.emotion--wrapper .referenceSlider:hover .slick-next {
  display: block !important;
}
.emotion--wrapper .referenceSlider .slick-prev,
.emotion--wrapper .referenceSlider .slick-next {
  display: block !important;
  margin-top: 0rem;
  position: absolute;
  height: 1.6875rem;
  width: 1.6875rem;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  padding: 0;
  border: none;
  outline: none;
}
.emotion--wrapper .referenceSlider .slick-prev:hover,
.emotion--wrapper .referenceSlider .slick-next:hover,
.emotion--wrapper .referenceSlider .slick-prev:focus,
.emotion--wrapper .referenceSlider .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.emotion--wrapper .referenceSlider .slick-prev:hover:before,
.emotion--wrapper .referenceSlider .slick-next:hover:before,
.emotion--wrapper .referenceSlider .slick-prev:focus:before,
.emotion--wrapper .referenceSlider .slick-next:focus:before {
  opacity: .5;
}
.emotion--wrapper .referenceSlider .slick-prev.slick-disabled:before,
.emotion--wrapper .referenceSlider .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.emotion--wrapper .referenceSlider .slick-prev:before,
.emotion--wrapper .referenceSlider .slick-next:before {
  font-family: 'slick';
  font-size: 1.6875rem;
  line-height: 1;
  color: black;
  opacity: .75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.emotion--wrapper .referenceSlider .slick-prev {
  left: 0rem;
}
[dir="rtl"] .emotion--wrapper .referenceSlider .slick-prev {
  left: auto;
  right: 0rem;
}
.emotion--wrapper .referenceSlider .slick-prev:before {
  content: '\2190';
}
[dir="rtl"] .emotion--wrapper .referenceSlider .slick-prev:before {
  content: '\2190';
}
.emotion--wrapper .referenceSlider .slick-next {
  right: 0rem;
}
[dir="rtl"] .emotion--wrapper .referenceSlider .slick-next {
  left: 0rem;
  right: auto;
}
.emotion--wrapper .referenceSlider .slick-next:before {
  content: '\2192';
}
[dir="rtl"] .emotion--wrapper .referenceSlider .slick-next:before {
  content: '\2192';
}
@media screen and (min-width: 48em) {
  .emotion--blog {
    overflow: hidden;
  }
  .emotion--wrapper .referenceSlider .slick-prev {
    left: 1.5625rem;
  }
  [dir="rtl"] .emotion--wrapper .referenceSlider .slick-prev {
    left: auto;
    right: 1.5625rem;
  }
  .emotion--wrapper .referenceSlider .slick-prev:before {
    content: '\2190';
  }
  [dir="rtl"] .emotion--wrapper .referenceSlider .slick-prev:before {
    content: '\2190';
  }
  .emotion--wrapper .referenceSlider .slick-next {
    right: 1.5625rem;
  }
  [dir="rtl"] .emotion--wrapper .referenceSlider .slick-next {
    left: 1.5625rem;
    right: auto;
  }
  .emotion--wrapper .referenceSlider .slick-next:before {
    content: '\2192';
  }
  [dir="rtl"] .emotion--wrapper .referenceSlider .slick-next:before {
    content: '\2192';
  }
  .emotion--wrapper .referenceSlider:hover .slick-prev,
  .emotion--wrapper .referenceSlider:hover .slick-next {
    display: inline-block !important;
  }
}
@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: #2879c9;
    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: #ff6c00;
    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"],
#paypal-acdc-form .field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  box-shadow: 0 0 0 transparent;
  line-height: 1.1875rem;
  font-size: 1rem;
  width: 18.125rem;
  border-radius: 27px;
  background-clip: padding-box;
  margin-bottom: 1.25rem;
  padding: 0.5625rem 0rem 0.5rem 0.9375rem;
  background: #ffffff;
  border: 2px solid #c1dcf7;
  outline: 0;
  color: #2a2a2a;
  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 {
  outline: none;
  color: #2a2a2a;
  background: #ffffff;
  border-color: #5e9fdf;
}
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,
#paypal-acdc-form .field.has--error {
  color: #f31612;
  background: #f8d9d9;
  border-color: #f31612;
}
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 {
  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: 2rem;
}
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.5rem;
}
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: 3.125rem;
}
textarea {
  min-height: 7.5rem;
  margin-bottom: 0.1875rem;
  resize: vertical;
}
label {
  font-size: 1rem;
  color: #2a2a2a;
}
label.has--error {
  color: #f31612;
  background: #f8d9d9;
}
.replaceholder--wrapper {
  position: relative;
  display: block;
}
form div.validation_error {
  display: none;
  color: #f31612;
  font-size: 0.75rem;
  margin-top: -1.25rem;
  margin-bottom: 0.9375rem;
  margin-left: 0.9375rem;
}
[data-netcom-replaceholder="true"][placeholder]::placeholder {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  color: rgba(0, 0, 0, 0) !important;
}
[data-netcom-replaceholder="true"][placeholder]:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0) !important;
}
[data-netcom-replaceholder="true"][placeholder]::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0) !important;
}
[data-netcom-replaceholder="true"][placeholder] ~ .replaceholder--label {
  display: block;
  position: absolute;
  top: 0.6em;
  left: 1em;
  transform-origin: 0 0;
  transition: transform 0.15s ease-in-out;
  pointer-events: none;
}
[data-netcom-replaceholder="true"][placeholder].is--focus ~ .replaceholder--label {
  transform: scale(0.7) translate(0em, -2.2em);
}
[data-netcom-replaceholder="true"][placeholder].is--focus ~ .replaceholder--label,
[data-netcom-replaceholder="true"][placeholder]:focus ~ .replaceholder--label,
[data-netcom-replaceholder="true"][placeholder]:focus-within ~ .replaceholder--label,
[data-netcom-replaceholder="true"][placeholder]:not(:placeholder-shown) ~ .replaceholder--label {
  transform: scale(0.7) translate(0em, -2.2em);
}
/*
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 {
  line-height: 1.1875rem;
  font-size: 1rem;
  max-width: 18.125rem;
  height: 2.5rem;
  margin-bottom: 0.9375rem;
  width: 100%;
  display: inline-block;
  text-align: left;
  overflow: hidden;
  position: relative;
}
.select-field select,
.js--fancy-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: 0 0 0 transparent;
  padding: 0rem 2.8125rem 0rem 0.9375rem;
  border-radius: 27px;
  background-clip: padding-box;
  background: #ffffff;
  color: #2a2a2a;
  border: 2px solid #c1dcf7;
  outline: 0;
  height: 100%;
  width: 100%;
  display: block;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.select-field select:focus,
.js--fancy-select select:focus {
  outline: 0;
}
.select-field select option,
.js--fancy-select select option {
  padding: 0.3125rem 0.9375rem 0.3125rem 0.9375rem;
  color: #2a2a2a;
  background: #ffffff;
}
.select-field select::-ms-expand,
.js--fancy-select select::-ms-expand {
  display: 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: #f31612;
  border-color: #f31612;
  background: #f8d9d9;
}
.select-field:after,
.js--fancy-select:after {
  -webkit-user-select: none;
  user-select: none;
  width: 1.25rem;
  height: 2.5rem;
  font-size: 0.5rem;
  line-height: 38px;
  max-height: 100%;
  display: block;
  content: "\e612";
  position: absolute;
  top: 0.125rem;
  right: 0.9375rem;
  text-align: center;
  font-family: 'shopware';
  pointer-events: none;
}
.select-field:hover select,
.js--fancy-select:hover select,
.select-field:focus select,
.js--fancy-select:focus select {
  color: #2a2a2a;
  background: #ffffff;
  border-color: #5e9fdf;
}
.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: #f31612;
  border-color: #f31612;
  background: #f8d9d9;
}
.select-field.has--error:after,
.js--fancy-select.has--error:after {
  color: #f31612;
  border-color: #f31612;
}
@media screen and (min-width: 48em) {
  input[type="text"],
  input[type="search"],
  input[type="password"],
  input[type="number"],
  input[type="email"],
  input[type="tel"],
  #paypal-acdc-form .field {
    margin-bottom: 1.25rem;
  }
  /* Standard input fields. */
  .input--field .input--field-zipcode {
    margin-right: 2%;
    width: 20%;
  }
  .input--field .input--field-city {
    width: 78%;
  }
  textarea,
  .select-field,
  .js--fancy-select {
    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--instagram"></i><br/>
                icon--instagram
            </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>
        </tr>
    </tbody>
</table>
```
*/
@font-face {
  font-family: 'shopware';
  src: url('../../themes/Frontend/PartyResponsive/frontend/_public/src/fonts/shopware.eot');
  src: url('../../themes/Frontend/PartyResponsive/frontend/_public/src/fonts/shopware.eot') format('embedded-opentype'), url('../../themes/Frontend/PartyResponsive/frontend/_public/src/fonts/shopware.woff2') format('woff2'), url('../../themes/Frontend/PartyResponsive/frontend/_public/src/fonts/shopware.woff') format('woff'), url('../../themes/Frontend/PartyResponsive/frontend/_public/src/fonts/shopware.ttf') format('truetype'), url('../../themes/Frontend/PartyResponsive/frontend/_public/src/fonts/shopware.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^="icon--"],
[class*=" icon--"],
.sw-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--instagram: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--close:before {
  content: "\2715";
}
/*
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;
  position: fixed;
  top: 0;
  bottom: 0;
  display: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 8000;
}
.off-canvas .mobile--switches-ch {
  width: calc(100% - 52px);
}
.off-canvas.is--left {
  -webkit-transform: translateX(-120%);
  transform: translateX(-120%);
  left: 0;
}
.off-canvas.is--right {
  left: 100%;
}
.off-canvas.is--active {
  display: flex;
  flex-flow: column nowrap;
}
.off-canvas.is--open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.off-canvas.is--open.is--right {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.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;
  display: block;
  background: #103a64;
  color: #ffffff;
  font-weight: bold;
  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 {
  line-height: 2.375rem;
}
.off-canvas .sidebar--navigation .navigation--link svg {
  display: none;
}
.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;
}
.off-canvas-banner {
  width: calc(100% - 52px);
  background: #103a64;
}
.off-canvas-banner--link {
  display: block;
}
.off-canvas-banner--image {
  width: 100%;
  height: 8.75rem;
  object-fit: cover;
}
.off-canvas-banner--content {
  padding: 0.5625rem 0.875rem 0.5625rem 0.875rem;
}
.off-canvas-banner--headline {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.5rem;
  display: block;
}
.off-canvas-banner--headline .is--icon-right {
  float: right;
  font-size: 0.875rem;
  position: relative;
  top: 0.4375rem;
}
.off-canvas-banner .btn {
  margin: 0.625rem 0rem 0.3125rem 0rem;
  color: #103a64;
}
.offcanvas--hotline {
  margin-bottom: 0.625rem;
  padding: 0.3125rem 0.625rem 0.3125rem 0.625rem;
}
.offcanvas--hotline.is--deactivated {
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 0.75rem;
}
.offcanvas--hotline.is--deactivated .svg-uncolorized--phone-dims {
  vertical-align: middle;
}
.offcanvas--hotline.is--deactivated .opening-times {
  display: inline-block;
}
.offcanvas--hotline > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0.625rem 0rem 0.625rem 0rem;
  border: solid #103a64;
  border-width: 1px 0;
  color: #103a64;
}
.offcanvas--hotline [class^="svg-"] {
  flex: none;
  width: 2.5rem;
  height: 1.875rem;
  margin-right: 0.625rem;
}
.offcanvas--hotline .opening-times {
  display: block;
  font-size: 0.75rem;
}
.navigation--smartphone {
  height: 3.25rem;
  width: 3.25rem;
  position: absolute;
  top: 0;
  right: 0;
}
.navigation--smartphone .navigation--entry {
  padding: 0.75rem 0.625rem 0.75rem 0.625rem;
}
.navigation--smartphone .navigation--link {
  display: block;
}
.navigation--smartphone .entry--close-off-canvas {
  padding: 0.4375rem 0rem 0rem 0.4375rem;
  line-height: 2.375rem;
}
.navigation--smartphone .entry--close-off-canvas .navigation--link {
  font-size: 1.125rem;
  color: #ffffff;
  height: 2.8125rem;
  width: 2.8125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5e9fdf;
  border-radius: 50%;
  background-clip: padding-box;
}
.navigation--smartphone .entry--close-off-canvas .navigation--link:after {
  content: "";
  display: table;
  clear: both;
}
.navigation--smartphone .entry--close-off-canvas .navigation--link:active {
  background: #2879c9;
}
.navigation--headline,
.sidebar--navigation {
  margin: 0rem 0.625rem 0rem 0.625rem;
}
.navigation--headline {
  display: block;
  margin: 1rem 0.625rem 0.375rem 0.625rem;
  line-height: 1.625rem;
  color: #2a2a2a;
  font-weight: 700;
  font-size: 1em;
}
.sidebar--navigation {
  background: #ffffff;
}
.sidebar--navigation .navigation--entry {
  border-bottom: 1px solid #d7d7d7;
}
.sidebar--navigation .navigation--entry:last-child {
  border-bottom: 0 none;
}
.sidebar--navigation .navigation--link {
  color: #2a2a2a;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 64em) {
  .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.is--left {
    -webkit-transform: translateX(-110%);
    transform: translateX(-110%);
  }
  .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;
  }
  .off-canvas-banner {
    display: none;
  }
  .sidebar-main svg,
  .sidebar-main .entry--close-off-canvas,
  .sidebar-main .icon--arrow-right,
  .sidebar-main .icon--arrow-left,
  .sidebar-main .offcanvas--hotline,
  .sidebar-main .off-canvas-usps,
  .sidebar-main .offcanvas-social-media {
    display: none;
  }
}
@media screen and (max-width: 64em) {
  .off-canvas {
    width: 100vw;
    max-width: 360px;
  }
  .off-canvas .sidebar--categories-wrapper {
    width: calc(100% - 52px);
    padding-bottom: 3.125rem;
    background: #eeeeee;
    overflow-y: scroll;
  }
  .off-canvas .sidebar--navigation {
    border-top: 1px solid #d7d7d7;
    margin-bottom: 0.625rem;
  }
  .off-canvas .sidebar--navigation .navigation--entry {
    border-bottom: 0;
  }
  .off-canvas .sidebar--navigation .navigation--entry .navigation--link {
    display: flex;
    padding: 0.3125rem 0.875rem 0.3125rem 0.875rem;
    align-items: center;
    background: #ffffff;
    border-bottom: 1px solid #d7d7d7;
  }
  .off-canvas .sidebar--navigation .navigation--entry .navigation--link:hover {
    color: #4b4b4b;
  }
  .off-canvas .sidebar--navigation .navigation--entry .navigation--link svg {
    display: inline-block;
    margin: 0rem 0.625rem 0rem 0rem;
    width: 1.625rem;
    height: 1.625rem;
  }
  .off-canvas .sidebar--navigation .navigation--entry .navigation--link .is--icon-left {
    position: relative;
    top: 0.125rem;
  }
  .off-canvas .sidebar--navigation .navigation--entry .navigation--link .is--icon-right {
    color: #4b4b4b;
    font-size: 0.875rem;
    margin-left: auto;
    position: relative;
    top: 0.125rem;
  }
  .off-canvas .sidebar--navigation .navigation--entry .is--highlight-button {
    color: #f31612;
  }
  .off-canvas .categories--navigation .navigation--entry .navigation--link {
    font-weight: 700;
  }
  .off-canvas .off-canvas-usps {
    padding: 0.625rem 1.25rem 0.625rem 1.25rem;
    color: #7b7b7b;
  }
  .off-canvas .off-canvas-usps--list {
    margin: 0;
  }
  .off-canvas .off-canvas-usps--list-item {
    font-weight: 700;
    margin-bottom: 0.625rem;
  }
  .off-canvas .off-canvas-usps a {
    color: #7b7b7b;
  }
  .off-canvas .off-canvas-usps .is--icon-left {
    font-size: 0.875rem;
    margin-right: 0.625rem;
  }
  .off-canvas .offcanvas-social-media {
    text-align: center;
    overflow: hidden;
  }
  .off-canvas .offcanvas-social-media .social-media-icon-container {
    display: inline-block;
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
    font-size: 1.5rem;
    color: #4a4a4a;
  }
  .off-canvas .offcanvas-social-media [class^="svg-"] {
    width: 1.5rem;
    height: 1.5rem;
  }
}
/*
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 #d7d7d7;
}
/*
<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: 1rem;
  background: #f1f1f1;
  display: block;
  margin: 0;
  font-weight: bold;
  color: #2a2a2a;
  border-bottom: 1px solid #d7d7d7;
}
.panel--header.secondary {
  color: #2a2a2a;
  background: #ffffff;
}
.panel--header.primary {
  color: #ff6c00;
  background: #ffffff;
}
/*
<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: bold;
  color: #2a2a2a;
}
.panel--title.is--underline {
  padding: 1.25rem 0rem 0.625rem 0rem;
  border-bottom: 1px solid #d7d7d7;
  text-decoration: none !important;
}
.panel--title.is--secondary {
  color: #2a2a2a;
}
.panel--title.is--primary {
  color: #ff6c00;
}
/*
<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;
  display: block;
  position: relative;
}
.panel--body.has--border {
  border: 1px solid #d7d7d7;
}
.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: #eeeeee;
}
.panel--body.is--embossed {
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
  background: #eeeeee;
}
/*
######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 #d7d7d7;
}
.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--table">
    <div class="panel--tr">
        <div class="panel--th></div>
        <div class="panel--th></div>
        <div class="panel--th></div>
    </div>
    <div class="panel--tr">
        <div class="panel--td"></div>
        <div class="panel--td"></div>
        <div class="panel--td"></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 #d7d7d7;
}
.panel--tr {
  display: block;
  width: 100%;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #d7d7d7;
}
.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: #ff6c00;
}
.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: #d7d7d7;
}
.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: bold;
  color: #2a2a2a;
}
/*
######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.4375rem;
  position: relative;
}
.panel--dot-nav .dot--link,
.panel--dot-nav a {
  display: inline-block;
  margin: 0rem 0.0625rem 0rem 0.0625rem;
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 50%;
  background-clip: padding-box;
  background: #2a2a2a;
  opacity: 0.2;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.panel--dot-nav .dot--link.is--active,
.panel--dot-nav a.is--active {
  opacity: 1;
}
/*
######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: 2rem;
  border-radius: 3px;
  background-clip: padding-box;
  background: #5e9fdf;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  color: #ffffff;
}
.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: #5e9fdf;
  color: #ffffff;
  font-weight: bold;
  cursor: default;
}
.panel--paging .paging--link:hover {
  background: #5e9fdf;
  color: #ffffff;
}
/*
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,
#paypal-acdc-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 #d7d7d7;
}
/*
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>
```
*/
.product--buybox .alert.is--error {
  background: #fbf0da;
}
.product--buybox .alert.is--error .alert--icon {
  color: #ffa800;
}
.product--buybox .alert.is--error .alert--content {
  color: #b87900;
}
.alert:nth-child(2n) .alert-container {
  margin-left: auto;
  margin-right: auto;
}
.alert .is-voucher-message {
  margin-left: auto;
  margin-right: auto;
}
.alert {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  padding: 1em;
  margin-bottom: 0.625rem;
  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 .alert-container {
  display: flex;
}
.alert.is--success {
  background: #f0faeb;
}
.alert.is--success .alert--icon {
  color: #59cc1a;
}
.alert.is--info {
  background: #f4f8fc;
}
.alert.is--info .alert--icon {
  color: #5e9fdf;
}
.alert.is--warning {
  background: #fef6e7;
}
.alert.is--warning .alert--icon {
  color: #ffa800;
}
.alert.is--error {
  background: #fcefee;
}
.alert.is--error .alert--icon {
  color: #f31612;
}
.alert.no--cookies {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
}
.alert .alert--icon {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: inherit;
  text-align: center;
  margin-right: 1em;
}
.alert .alert--content {
  width: 100%;
}
.alert .alert--content p {
  margin: 0;
}
.alert .alert--content.is--strong {
  font-weight: bold;
}
.alert .alert--list {
  list-style: none;
}
.alert .list--entry {
  display: block;
}
.alert .close--alert,
.alert .alert--close {
  flex: none;
  color: #103a64;
  padding: 0.9375rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
}
@media screen and (min-width: 48em) {
  .content--wrapper .alert {
    font-size: 1.25rem;
  }
}
/*
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: #59cc1a;
  color: #ffffff;
}
.badge.is--primary {
  background-color: #ff8f3d;
  background-image: linear-gradient(to bottom, #ff8f3d 0%, #ff6c00 100%);
  color: #ffffff;
  border-color: #ffffff;
}
.badge.is--secondary {
  background-color: #5e9fdf;
  background-image: linear-gradient(to bottom, #5e9fdf 0%, #2879c9 100%);
  color: #ffffff;
  border-color: #ffffff;
}
.badge.is--minimal {
  border: 0 none;
}
@media (min-width: 48em) {
  .badge {
    height: 1.5625rem;
    min-width: 0.9375rem;
    line-height: 1.5625rem;
  }
}
/*
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: 1rem;
  line-height: 1.125rem;
  border-radius: 3px;
  background-clip: padding-box;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  color: #2a2a2a;
  background: #2a2a2a;
}
.label.success {
  background: #59cc1a;
}
.label.info {
  background: #5e9fdf;
}
.label.warning {
  background: #ffa800;
}
.label.error {
  background: #f31612;
}
/*
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%, #f1f1f1 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 #d7d7d7;
  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: normal;
  font-family: 'shopware';
}
.collapse--header .collapse--toggler:before {
  content: "\e612";
}
.collapse--header:hover {
  color: #ff6c00;
}
.collapse--header.is--active {
  background-color: #5e9fdf;
  background-image: linear-gradient(to bottom, #5e9fdf 0%, #2879c9 100%);
  box-shadow: 0 1px 3px 0 rgba(95, 114, 133, 0.5);
  color: #ffffff;
  font-weight: bold;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #b1b1b1;
  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: #ffffff;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #d7d7d7;
}
.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 div:focus,
.product-slider div:active {
  outline: none !important;
}
.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 {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding: 0.625rem;
  font-size: 1rem;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (max-width: 30em) {
  .product-slider--item:not(.premium-product--product) {
    width: 50% !important;
  }
}
.product-slider--item .product--box .buybox--form,
.product-slider--item .product--box .product--detail-btn {
  width: 100%;
  min-width: 100%;
  margin: 0.9375rem 0rem 0rem 0rem;
}
.product-slider--item .product--box .buybox--form {
  margin-bottom: 0.625rem;
}
.product-slider--item .product--box .buybox--button {
  display: inline-block;
  width: 100%;
  height: 2rem;
  font-size: 1rem;
  line-height: 1.375rem;
  text-align: center;
  margin: 0;
  padding: 0.3125rem 0rem 0.3125rem 0rem;
}
.product-slider--item .product--box .buybox--button [class^="icon--"] {
  font-size: 0.875rem;
}
.product-slider--arrow {
  display: block;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: 'shopware';
  font-size: 1rem;
  line-height: 1.875rem;
  color: #ffffff;
  background: #5e9fdf;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  border: 10px solid #ffffff;
  width: 3.125rem;
  height: 3.125rem;
  position: absolute;
  top: 0;
  z-index: 750;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-property: background;
  transition-property: background;
}
.product-slider--arrow:hover,
.product-slider--arrow:focus {
  color: #ffffff;
  background: #2879c9;
}
.product-slider--arrow.arrow--prev {
  right: 1.875rem;
}
.product-slider--arrow.arrow--prev::before {
  content: "\e611";
}
.product-slider--arrow.arrow--next {
  right: -0.625rem;
}
.product-slider--arrow.arrow--next::before {
  content: "\e60f";
}
.product-slider--arrow.is--vertical {
  margin: 0rem 0rem 0rem -0.9375rem;
  left: 50%;
  top: auto;
}
.product-slider--arrow.is--vertical.arrow--prev {
  top: 0;
}
.product-slider--arrow.is--vertical.arrow--prev::before {
  content: "\e610";
}
.product-slider--arrow.is--vertical.arrow--next {
  bottom: 0;
}
.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;
  }
}
.product-slider {
  position: relative;
}
.product-slider .product-slider--arrow {
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  top: unset;
  bottom: calc(99.5%);
  right: 0;
}
.product-slider .product-slider--arrow.arrow--prev {
  right: 3.5rem;
}
.product-slider.product-slider--content .product-slider--arrow {
  top: -.5rem;
  bottom: unset;
  right: 0;
}
.product-slider.product-slider--content .product-slider--arrow.arrow--prev {
  right: 3.5rem;
  left: unset;
}
.emotion--wrapper .referenceSlider .slick-next,
.emotion--wrapper .referenceSlider .slick-prev {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 2rem;
  overflow: hidden;
  left: unset;
  right: 0;
}
.emotion--wrapper .referenceSlider .slick-prev {
  left: 0;
  right: unset;
}
.emotion--wrapper .referenceSlider .slick-next:hover:before,
.emotion--wrapper .referenceSlider .slick-prev:hover:before {
  opacity: 1;
  background-color: #2879c9;
}
.emotion--wrapper .referenceSlider .slick-next:before,
.emotion--wrapper .referenceSlider .slick-prev:before {
  content: "\e60f";
  font-family: 'shopware';
  color: white;
  background-color: #5e9fdf;
  opacity: 0.9;
  display: flex;
  width: 100%;
  height: 100%;
  font-size: 1.25rem;
  line-height: 1;
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  position: absolute;
  transition: .1s linear;
}
.emotion--wrapper .referenceSlider .slick-prev:before {
  rotate: 180deg;
}
/*
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 {
  box-sizing: content-box;
  background: padding-box #ffffff;
  box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.36);
  margin: auto;
  max-height: 98%;
  max-width: 98%;
  border-radius: 27px;
  background-clip: padding-box;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 7000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.js--modal .header {
  margin: 0rem 1.25rem 0rem 1.25rem;
  padding: 1.25rem 1.875rem 1.125rem 0rem;
  border-bottom: 2px solid #eeeeee;
}
.js--modal .header .title {
  font-size: 0.9375rem;
  line-height: 1.375rem;
  font-weight: 700;
  text-transform: uppercase;
}
.js--modal .modal--close {
  height: 1rem;
  width: 1rem;
  font-size: 1rem;
  line-height: 1rem;
  text-align: center;
  padding: 0;
  color: #5e9fdf;
  background: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 0.2;
  position: absolute;
  top: 0.625rem;
  right: 1.5625rem;
}
.js--modal .modal--close:hover {
  opacity: 1;
  box-shadow: 0 0 0 transparent;
}
.js--modal .content {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.js--modal .content .content--iframe {
  padding: 0.625rem;
  width: 100%;
  height: 100%;
  border: 0 none;
  display: block;
}
.js--modal.sizing--auto.is--fullscreen {
  border-radius: 0;
  height: 100% !important;
  width: 100% !important;
  max-height: 100%;
  max-width: 100%;
}
.js--modal.sizing--fixed {
  max-height: none !important;
  max-width: none !important;
}
.js--modal.sizing--content {
  position: fixed;
  bottom: auto;
  top: auto;
  height: auto;
}
@media screen and (max-height: 900px) {
  .js--modal.sizing--content.is--fullscreen {
    top: 1% !important;
  }
}
.js--modal.no--header .header {
  display: none;
}
.js--modal.no--border-radius {
  border-radius: 0;
}
@media screen and (min-width: 48em) {
  .js--modal .header {
    margin: 0rem 1.875rem 0rem 1.875rem;
  }
  .js--modal .modal--close {
    top: 1.25rem;
    right: 1.75rem;
  }
}
/*
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: 9999;
  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 #d7d7d7;
  border-top: 2px solid #979797;
}
.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/PartyResponsive/frontend/_public/src/img/icons/loading-indicator.gif);
}
/*
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-relative [id^='trustbadge-container-'] {
  display: none;
}
.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(123, 123, 123, 0.7);
}
.js--overlay.theme--light {
  background: rgba(238, 238, 238, 0.7);
}
.js--overlay.is--open {
  -webkit-transition-delay: 0;
  transition-delay: 0;
  opacity: 1;
  visibility: visible;
}
.js--overlay.is--closable {
  cursor: pointer;
}
body > .js--overlay {
  position: fixed;
}
/*
Language Flags
==================================================
Displays a country flag the size of 14px x 11px used for language selections purposes.
*/
.language--flag {
  height: 0.6875rem;
  width: 0.875rem;
  background: url("../../themes/Frontend/PartyResponsive/frontend/_public/src/img/ico-flags.png") no-repeat 0 0;
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.language--flag.de_DE {
  background-position: 0 0;
}
.language--flag.en_GB {
  background-position: 0 -11px;
}
.language--flag.nl_NL {
  background-position: 0 -22px;
}
.language--flag.fr_FR {
  background-position: 0 -33px;
}
.language--flag.es_ES {
  background-position: 0 -44px;
}
.language--flag.it_IT {
  background-position: 0 -55px;
}
/*
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: #2a2a2a;
  margin: 0rem 0.625rem 0rem 0rem;
}
.tagcloud a:hover {
  color: #5e9fdf;
}
.tagcloud .tag0 {
  font-size: 1.3125rem;
  line-height: 1.3125rem;
}
.tagcloud .tag1 {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: bold;
}
.tagcloud .tag2 {
  font-size: 0.875rem;
  line-height: 0.875rem;
}
.tagcloud .tag3 {
  font-size: 0.75rem;
  line-height: 0.75rem;
  font-weight: bold;
}
/*
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 {
  clear: both;
  margin: 1.25rem 0rem 1.25rem 0rem;
}
.last-seen-products .product-slider--arrow {
  top: -3.0625rem;
}
.last-seen-products--title {
  padding: 1.25rem 0rem 0rem 0rem;
  margin: 0rem 1.25rem 0rem 1.25rem;
  font-size: 1rem;
  display: block;
  font-weight: bold;
  color: #2a2a2a;
  height: 3.0625rem;
  background-image: linear-gradient(to right, #eeeeee 0%, #eeeeee 100%);
  background-size: 100% 2px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  text-shadow: -1px 0 0 #ffffff, -2px 0 0 #ffffff, -3px 0 0 #ffffff, -4px 0 0 #ffffff, -5px 0 0 #ffffff, -6px 0 0 #ffffff, -7px 0 0 #ffffff, -8px 0 0 #ffffff, -9px 0 0 #ffffff, -10px 0 0 #ffffff, 1px 0 0 #ffffff, 2px 0 0 #ffffff, 3px 0 0 #ffffff, 4px 0 0 #ffffff, 5px 0 0 #ffffff, 6px 0 0 #ffffff, 7px 0 0 #ffffff, 8px 0 0 #ffffff, 9px 0 0 #ffffff, 10px 0 0 #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  top: 0;
  left: 0;
  z-index: 400;
  margin: 0;
  padding: 0.9375rem 0rem 0.9375rem 0rem;
}
.last-seen-products--title.is--underline {
  padding: 1.25rem 0rem 0.625rem 0rem;
  border-bottom: 1px solid #d7d7d7;
  text-decoration: none !important;
}
.last-seen-products--title.is--secondary {
  color: #2a2a2a;
}
.last-seen-products--title.is--primary {
  color: #ff6c00;
}
.last-seen-products--title.is--underline {
  border-bottom: 0;
  padding: 0.9375rem 0rem 0.9375rem 0rem;
  margin: 0;
}
.last-seen-products--container {
  padding: 0.625rem 0rem 0.625rem 0rem;
}
.last-seen-products--item.box--slider {
  padding: 0.625rem;
}
/*
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;
}
.list--default {
  list-style: none;
  margin-bottom: 0.625rem;
}
.list--default li {
  margin-bottom: 0.625rem;
  padding-left: 0.625rem;
  position: relative;
}
.list--default li::before {
  content: "\2022";
  color: #5e9fdf;
  display: block;
  position: absolute;
  left: 0;
}
.list--black-dot {
  list-style: none;
  margin-bottom: 0.625rem;
}
.list--black-dot li {
  margin-bottom: 0.625rem;
  padding-left: 0.625rem;
  position: relative;
}
.list--black-dot li::before {
  content: "\2022";
  color: #2a2a2a;
  display: block;
  position: absolute;
  left: 0;
}
.content--wrapper ol:not([class]) {
  padding-left: 1.25rem;
}
.list--balloon {
  list-style: none;
  margin-bottom: 0.625rem;
}
.list--balloon li {
  margin-bottom: 0.625rem;
  padding-left: 0.625rem;
  position: relative;
}
.list--balloon li::before {
  content: "\2022";
  color: #5e9fdf;
  display: block;
  position: absolute;
  left: 0;
}
.list--balloon li {
  padding-left: 0.9375rem;
}
.list--balloon li::before {
  content: "";
  width: 0.6em;
  height: 1em;
  top: 0.25rem;
  color: #ff6c00;
  background-image: url('../../themes/Frontend/PartyResponsive/frontend/_public/src/svg/src/colorized/balloon-fill.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
/*
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;
}
.image-slider--container {
  height: 12.5rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 4px;
  background-clip: padding-box;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}
.image-slider--container .arrow {
  width: 2.875rem;
  height: 2.875rem;
  margin-top: -1.4375rem;
  line-height: 2.875rem;
  font-size: 1rem;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  background-clip: padding-box;
  background: #ffffff;
  position: absolute;
  top: 50%;
  z-index: 1000;
  font-family: 'shopware';
  text-align: center;
  color: #2a2a2a;
  cursor: pointer;
}
.image-slider--container .arrow.is--left {
  left: -1.4375rem;
}
.image-slider--container .arrow.is--left::before {
  content: "\e611";
  margin-left: 0.625rem;
}
.image-slider--container .arrow.is--right {
  right: -1.4375rem;
}
.image-slider--container .arrow.is--right::before {
  content: "\e60f";
  margin-right: 0.625rem;
}
.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%;
  text-align: center;
  vertical-align: top;
  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--dots {
  text-align: center;
  margin: 1.25rem 0rem 0rem 0rem;
}
.image-slider--thumbnails {
  height: 6.25rem;
  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.625rem;
  left: 0;
}
.image-slider--thumbnails .thumbnail--link {
  display: inline-block;
  width: 4.875rem;
  height: 4.875rem;
  line-height: 3.375rem;
  margin: 0rem 1.25rem 0rem 0rem;
  padding: 0.625rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #f3f3f3;
  box-shadow: 0 2px 0 0 #eeeeee;
  border-radius: 4px;
  background-clip: padding-box;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.image-slider--thumbnails .thumbnail--link:hover,
.image-slider--thumbnails .thumbnail--link:focus {
  box-shadow: 0 2px 0 0 #2a2a2a;
}
.image-slider--thumbnails .thumbnail--link.is--active {
  box-shadow: 0 2px 0 0 #ff6c00;
}
.image-slider--thumbnails .thumbnail--link.is--active::after {
  content: '';
  display: block;
  border: 8px solid transparent;
  border-bottom-color: #f3f3f3;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.image-slider--thumbnails .thumbnail--image {
  display: inline;
  vertical-align: middle;
  mix-blend-mode: multiply;
}
.image-slider--thumbnails .thumbnails--arrow {
  display: none;
  width: 2.875rem;
  height: 2.875rem;
  margin-top: -1.125rem;
  line-height: 2.875rem;
  font-size: 1rem;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  background-clip: padding-box;
  background: #ffffff;
  position: absolute;
  top: 50%;
  z-index: 1000;
  font-family: 'shopware';
  text-align: center;
  color: #2a2a2a;
  cursor: pointer;
}
.image-slider--thumbnails .thumbnails--arrow.is--left {
  left: -1.4375rem;
}
.image-slider--thumbnails .thumbnails--arrow.is--left::before {
  content: "\e611";
  margin-left: 0.625rem;
}
.image-slider--thumbnails .thumbnails--arrow.is--right {
  right: -1.4375rem;
}
.image-slider--thumbnails .thumbnails--arrow.is--right::before {
  content: "\e60f";
  margin-right: 0.625rem;
}
.image-slider--thumbnails .thumbnails--arrow.is--top,
.image-slider--thumbnails .thumbnails--arrow.is--bottom {
  font-size: 0.625rem;
  margin-top: 0;
  margin-left: -1.75rem;
  left: 50%;
  top: auto;
}
.image-slider--thumbnails .thumbnails--arrow.is--top {
  line-height: 3.5rem;
  top: -1.4375rem;
}
.image-slider--thumbnails .thumbnails--arrow.is--top::before {
  content: "\e610";
  margin-top: 0.625rem;
}
.image-slider--thumbnails .thumbnails--arrow.is--bottom {
  line-height: 2.25rem;
  bottom: -1.4375rem;
}
.image-slider--thumbnails .thumbnails--arrow.is--bottom::before {
  content: "\e612";
  margin-bottom: 0.625rem;
}
.image-slider--thumbnails .thumbnails--arrow.is--active {
  display: block;
}
@media screen and (min-width: 48em) {
  .image-slider--container {
    height: 25rem;
  }
}
@media screen and (max-width: 64em) {
  .image-slider--container .image-slider--item .image--element .image--media picture > img {
    width: 70%;
    margin: auto;
  }
}
@media screen and (min-width: 64em) {
  .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--container .image-slider--item::after {
    content: "\e68f";
    display: block;
    color: #2a2a2a;
    border: 2px solid #2a2a2a;
    border-radius: 50%;
    background-clip: padding-box;
    width: 1.5rem;
    height: 1.5rem;
    font-family: 'shopware';
    font-size: 1.25rem;
    line-height: 24px;
    text-align: center;
    opacity: 0.2;
    margin: 0rem 0rem 0rem -0.75rem;
    position: absolute;
    left: 50%;
    bottom: 1.25rem;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }
  .image-slider--container .image-slider--item:hover::after {
    opacity: 1;
  }
  .image-slider--container .arrow.is--left {
    left: 0.625rem;
  }
  .image-slider--container .arrow.is--left::before {
    margin: 0;
  }
  .image-slider--container .arrow.is--right {
    right: 0.625rem;
  }
  .image-slider--container .arrow.is--right::before {
    margin: 0;
  }
  .image-slider--container .arrow:hover,
  .image-slider--container .arrow:focus {
    color: #ff6c00;
  }
  .image-slider--thumbnails {
    display: block;
  }
  .image-slider--dots {
    display: none;
  }
}
@media screen and (min-width: 78.75em) {
  .image-slider--container {
    height: 26.875rem;
    margin-bottom: 0;
  }
  .image-slider--thumbnails {
    width: 5.5rem;
    height: 26.875rem;
    margin: 0rem 0.625rem 0rem 0rem;
    position: relative;
    top: 0;
    left: 0;
    float: left;
  }
  .image-slider--thumbnails .thumbnail--link {
    position: relative;
    margin: 0rem 0rem 1.25rem 0rem;
    display: block;
  }
  .image-slider--thumbnails .thumbnail--link.is--active {
    box-shadow: 0 2px 0 0 #ff6c00;
  }
  .image-slider--thumbnails .thumbnail--link.is--active::after {
    border-color: transparent;
    border-left-color: #f3f3f3;
    left: auto;
    top: 50%;
    right: 0;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
  }
}
.image-slider--item--video--vimeo .image--box--video {
  position: relative !important;
  width: 100% !important;
  height: 60vh !important;
}
@media screen and (min-width: 48em) {
  .image-slider--item--video--vimeo .image--box--video {
    height: 100% !important;
  }
}
/*
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 #d7d7d7;
  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 #d7d7d7;
}
.js--img-zoom--title {
  padding: 0.3125rem 1.25rem 0.3125rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1rem;
  background-color: #5e9fdf;
  background-image: linear-gradient(to bottom, #5e9fdf 0%, #2879c9 100%);
  color: #ffffff;
  font-weight: bold;
  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;
  overflow-y: hidden;
  position: relative;
  white-space: nowrap;
  left: 0;
  -webkit-overflow-scrolling: touch;
}
.js--menu-scroller--list::-webkit-scrollbar {
  display: none;
}
.js--menu-scroller--arrow {
  width: 1.375rem;
  height: 3.4375rem;
  line-height: 3.4375rem;
  font-size: 0.75rem;
  background: #5e9fdf;
  position: absolute;
  top: 0;
  font-family: 'shopware';
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  z-index: 750;
  display: none;
}
.js--menu-scroller--arrow:hover,
.js--menu-scroller--arrow:active {
  color: #ffffff;
  background: #5e9fdf;
}
.js--menu-scroller--arrow.left--arrow {
  left: 0;
}
.js--menu-scroller--arrow.right--arrow {
  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 #5e9fdf;
    left: 0;
  }
  .js--menu-scroller--arrow.left--arrow:hover {
    border-color: #5e9fdf;
  }
  .js--menu-scroller--arrow.right--arrow {
    border-radius: 3px;
    background-clip: padding-box;
    border: 1px solid #5e9fdf;
    right: 0;
  }
  .js--menu-scroller--arrow.right--arrow:hover {
    border-color: #5e9fdf;
  }
}
/*
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 {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  line-height: 1.1875rem;
  font-size: 1rem;
  max-width: 18.125rem;
  border-radius: 20px;
  background-clip: padding-box;
  height: 2.5rem;
  margin-bottom: 0.625rem;
  display: block;
  width: 100%;
  text-align: left;
  background: #ffffff;
  border: 2px solid #c1dcf7;
  color: #2a2a2a;
  overflow: hidden;
  position: relative;
}
.filter-panel:hover {
  color: #2a2a2a;
  background: #ffffff;
  border-color: #5e9fdf;
}
.filter-panel.is--disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.filter-panel.is--disabled:hover {
  color: #2a2a2a;
  background: #ffffff;
  border-color: #c1dcf7;
}
.filter-panel.is--disabled .filter-panel--title {
  color: #2a2a2a;
}
.filter-panel.is--collapsed {
  height: auto;
  border: 0;
  overflow: visible;
}
.filter-panel.is--collapsed .filter-panel--flyout {
  border-radius: 20px;
  background-clip: padding-box;
  height: auto;
  border: 2px solid #5e9fdf;
  background: #ffffff;
  overflow: visible;
  z-index: 800;
}
.filter-panel.is--collapsed .filter-panel--title {
  color: #ff6c00;
}
.filter-panel.is--collapsed .filter-panel--icon:before {
  color: #ff6c00;
  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 2.8125rem 0rem 0.9375rem;
  -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.6875rem;
  right: 0.9375rem;
  font-size: 0.5rem;
  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--search {
  position: relative;
  max-width: 100%;
}
.filter-panel--search .filter-panel--search-field {
  width: 100%;
  font-size: 1rem;
}
.filter-panel--search .filter-panel--search-reset {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 0.75rem 0.75rem 0.75rem;
  color: #c1dcf7;
  cursor: pointer;
}
.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 #d7d7d7;
}
.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: #2a2a2a;
  font-weight: 600;
}
.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 #d7d7d7;
  cursor: pointer;
  position: relative;
  vertical-align: top;
}
.filter-panel--checkbox:hover,
.filter-panel--radio:hover {
  border-color: #ff6c00;
}
.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: #ff8f3d;
  background-image: linear-gradient(to bottom, #ff8f3d 0%, #ff6c00 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: normal;
  text-align: center;
  color: #ffffff;
  content: "\e60c";
}
.filter-panel--checkbox input[type="checkbox"]:checked ~ .filter-panel--label,
.filter-panel--radio input[type="checkbox"]:checked ~ .filter-panel--label {
  color: #ff6c00;
  font-weight: 600;
}
.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: #ffffff;
}
.filter-panel--checkbox input[type="checkbox"]:disabled ~ .filter-panel--label,
.filter-panel--radio input[type="checkbox"]:disabled ~ .filter-panel--label {
  color: #505050;
}
.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: #ff8f3d;
  background-image: linear-gradient(to bottom, #ff8f3d 0%, #ff6c00 100%);
}
.filter-panel--checkbox input[type="radio"]:checked ~ .filter-panel--label,
.filter-panel--radio input[type="radio"]:checked ~ .filter-panel--label {
  color: #ff6c00;
  font-weight: 600;
}
.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: #ffffff;
}
.filter-panel--checkbox input[type="radio"]:disabled .filter-panel--label,
.filter-panel--radio input[type="radio"]:disabled .filter-panel--label {
  color: #2a2a2a;
}
.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: #ff6c00;
}
.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: #ff6c00;
}
.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: #ff8f3d;
  background-image: linear-gradient(to bottom, #ff8f3d 0%, #ff6c00 100%);
  border-radius: 8px;
  background-clip: padding-box;
  display: block;
  position: absolute;
  font-family: 'shopware';
  font-weight: normal;
  text-align: center;
  color: #ffffff;
  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: #ff6c00;
}
.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: #ff6c00;
}
.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: #d7d7d7;
}
.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: #d7d7d7;
}
.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: #d7d7d7;
}
.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: #ffa800;
}
.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: #d7d7d7;
}
.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: #2a2a2a;
}
.filter-panel--star-rating .rating-star--outer-container.is--active .rating-star--suffix {
  font-weight: bold;
}
.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: #2a2a2a;
}
.filter-panel--star-rating .rating-star--outer-container:hover .rating-star--suffix {
  color: #ff6c00;
}
.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: #d7d7d7;
}
.filter-panel--star-rating .rating-star--outer-container:hover .is--disabled ~ .rating-star--suffix {
  color: #2a2a2a;
}
.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 #d7d7d7;
  clear: both;
}
.filter--value {
  background: #ffffff;
}
.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: #d7d7d7;
}
.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 #d7d7d7;
  color: #2a2a2a;
  background: #ffffff;
  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: #2a2a2a;
}
.filter--active .filter--active-icon:before {
  content: "\e60d";
}
.filter--active .icon--star {
  color: #ffa800;
}
.filter--active .icon--star-empty {
  color: #2a2a2a;
}
.filter--active:hover,
.filter--active[data-filter-param="reset"] {
  color: #ff6c00;
  border-color: #ff6c00;
}
.filter--active:hover .filter--active-icon,
.filter--active[data-filter-param="reset"] .filter--active-icon {
  color: #ff6c00;
}
.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;
  width: 100%;
}
.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;
}
@media screen and (min-width: 48em) {
  .filter-panel {
    width: 32%;
    margin-left: 1%;
    float: left;
  }
  .filter-panel.is--collapsed {
    height: 2.5rem;
  }
  .filter-panel .flatpickr-wrapper {
    position: static;
  }
  .filter-panel .flatpickr-wrapper .flatpickr-calendar.static {
    top: 100%;
  }
  .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: #2a2a2a;
    border-color: #d7d7d7;
    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: #2a2a2a;
  }
  .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: 15.625rem;
    vertical-align: top;
  }
}
@media screen and (min-width: 64em) {
  .is--no-sidebar .filter-panel {
    width: 24%;
  }
  .is--no-sidebar .filter-panel:nth-child(4n-7) {
    margin-left: 0.3125rem;
  }
}
@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: bold;
  }
}
/*
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: #ffffff;
  box-shadow: inset 0 1px 1px #F0F0F0;
  border: 1px solid #d7d7d7;
  -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 #fb6a00;
  height: 100%;
  width: 100%;
  position: relative;
  background: #ff6c00;
}
.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%, #ffffff 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 #d7d7d7;
  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: #ff6c00;
}
.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: #ffffff;
  box-shadow: 1px 0 0 #d7d7d7, -1px 0 0 #d7d7d7, 0 1px 0 #d7d7d7, 0 -1px 0 #d7d7d7, 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: #ffffff;
}
.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: #ffffff;
}
.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: 300;
  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: 300;
  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: #2a2a2a;
  cursor: pointer;
  font-weight: 400;
  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: #eeeeee;
  border-color: #eeeeee;
}
.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: #eeeeee;
  border-color: #eeeeee;
}
.flatpickr-day.today {
  border-color: #959EA9;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959EA9;
  background: #959EA9;
  color: #ffffff;
}
.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: #ff6c00;
  color: #ffffff;
  border-color: #ff6c00;
}
.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 #eeeeee, 5px 0 0 #eeeeee;
}
.flatpickr-day.inRange.endRange {
  box-shadow: -5px 0 0 #eeeeee;
}
.flatpickr-day.inRange.startRange {
  box-shadow: 5px 0 0 #eeeeee;
}
.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: #2a2a2a;
  height: 27.333333333333332px;
  margin: 0;
  background: transparent;
  text-align: center;
  display: block;
  float: left;
  width: 14.28%;
  font-weight: bold;
  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: #5e9fdf;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #5e9fdf;
}
.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: #2a2a2a;
  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: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.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: #2a2a2a;
  font-weight: bold;
  width: 2%;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.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;
}
@-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: 4.375rem;
  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: #ffffff;
  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 #CCCCCC;
  border-top: 2px solid #333333;
}
.ajax--cart {
  width: 28.125rem;
  border-radius: 3px;
  background-clip: padding-box;
  font-size: 0.875rem;
  border: 1px solid #d7d7d7;
  position: relative;
  background: #ffffff;
}
.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: #ffffff;
}
.ajax--cart:before {
  border-width: 0.625rem;
  border-bottom-color: #d7d7d7;
}
.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: #ffa800;
  background: #fbf0da;
}
.ajax--cart .alert .alert--icon .is--success,
.ajax--cart .alert .icon--element .is--success {
  color: #59cc1a;
  background: #d9f1cb;
}
.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 #d7d7d7;
  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 #d7d7d7;
  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: #ff6c00;
}
.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: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  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: bold;
  background: #2a2a2a;
  color: #ffffff;
}
.ajax--cart .cart--item .thumbnail--container .basket--badge svg {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.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: #2a2a2a;
}
.ajax--cart .cart--item .item--quantity {
  font-weight: 700;
  margin: 0rem 0.3125rem 0rem 0rem;
}
.ajax--cart .cart--item .item--price {
  float: right;
  font-weight: 700;
}
.ajax--cart .cart--item .item--price.is--pseudoprice {
  color: #f31612;
}
.ajax--cart .cart--item .item--price.is--pseudoprice .price--line-through {
  color: #2a2a2a;
  text-decoration: line-through;
  font-weight: 400;
  margin-left: 0.3125rem;
}
.ajax--cart .cart--item .action--container {
  width: 1.3125rem;
  height: 1.3125rem;
  margin: 0.625rem 0.625rem 0.625rem 0.625rem;
  line-height: 1;
  float: right;
}
.ajax--cart .cart--item .action--container .btn {
  width: 1.3125rem;
  height: 1.3125rem;
  min-height: 1.3125rem;
  padding: 0;
}
.ajax--cart .cart--item .action--container *[class*="icon--"] {
  font-size: 0.5rem;
}
.ajax--cart .prices--container {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  border-top: 1px solid #d7d7d7;
}
.ajax--cart .prices--container .prices--articles-amount {
  float: right;
}
.ajax--cart .prices--container .prices--articles {
  color: #2a2a2a;
  font-weight: bold;
}
.ajax--cart .button--container {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  overflow: hidden;
}
.ajax--cart .button--container *[class*="button--"] {
  width: 13.125rem;
}
.ajax--cart .button--container .button--checkout {
  float: right;
}
.off-canvas .ajax--cart {
  font-size: 0.875rem;
  background: #ffffff;
  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: #ffffff;
  border-bottom: 0 none;
}
.off-canvas .ajax--cart .action--container,
.off-canvas .ajax--cart .action--container .action--remove {
  width: 2rem;
  height: 2rem;
}
.off-canvas .ajax--cart .action--container {
  margin: 0.375rem 0.375rem 0.375rem 0.375rem;
}
.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 .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 *[class^="icon--"] {
  display: none;
}
@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;
}
table caption,
table th,
table thead td {
  background: #5e9fdf;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  padding: 0.3125rem 0.625rem 0.3125rem 0.625rem;
}
table td {
  padding: 0.3125rem 0.625rem 0.3125rem 0.625rem;
  background: #ffffff;
  color: #2a2a2a;
  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 #d7d7d7;
  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: #ff8f3d;
  background-image: linear-gradient(to bottom, #ff8f3d 0%, #ff6c00 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: normal;
  text-align: center;
  vertical-align: top;
  color: #ffffff;
  content: "\e60c";
}
.checkbox input[type="checkbox"]:disabled ~ .checkbox--state {
  background: #ffffff;
}
.checkbox.is--active .checkbox--state,
a:hover .checkbox .checkbox--state {
  background-color: #ff8f3d;
  background-image: linear-gradient(to bottom, #ff8f3d 0%, #ff6c00 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: normal;
  text-align: center;
  vertical-align: top;
  color: #ffffff;
  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.
*/
div.js--off-canvas-button {
  display: inline-block;
  font-size: 1rem;
  margin-bottom: 0.625rem;
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  border: 2px solid #eeeeee;
  border-radius: 3px;
  background-clip: padding-box;
  position: relative;
  cursor: pointer;
}
div.js--off-canvas-button .tab--header {
  position: relative;
}
div.js--off-canvas-button .tab--title:after {
  content: "\e60f";
  font-size: 0.75rem;
  margin-top: -0.375rem;
  right: 0;
}
div.js--off-canvas-button .tab--preview {
  display: none;
}
div.js--off-canvas-button .tab--preview p:last-child {
  margin-bottom: 0;
}
div.js--off-canvas-button .tab--content {
  cursor: default;
}
div.js--off-canvas-button .tab--content > [class*="content-"] {
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
}
div.js--off-canvas-button .tab--content.off-canvas.is--active {
  background: #ffffff;
}
div.js--off-canvas-button .tab--content.off-canvas.is--active .content--size {
  overflow-y: scroll;
}
.tab--container.tab--container--description.js--off-canvas-button .tab--preview {
  display: block;
  padding: 5px 0 0 28px;
}
/*
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:after {
  content: "";
  display: table;
  clear: both;
}
.js--tab-menu .tab--navigation {
  list-style: none;
}
.js--tab-menu .tab--link {
  display: none;
  font-size: 1.25rem;
  line-height: 1.375rem;
  margin: 0 4% 0 0;
  padding: 0.5rem 0rem 0.5rem 0rem;
  background: #ffffff;
  color: #7b7b7b;
  font-weight: 400;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
}
.js--tab-menu .tab--link:last-child {
  margin-right: 0;
}
.js--tab-menu .tab--link:hover,
.js--tab-menu .tab--link:focus {
  color: #5e9fdf;
  border-color: #5e9fdf;
}
.js--tab-menu .tab--link:focus {
  outline: none;
}
.js--tab-menu .tab--link.is--active,
.js--tab-menu .tab--link.is--active:hover,
.js--tab-menu .tab--link.is--active:focus {
  color: #2a2a2a;
  border-color: #2a2a2a;
}
.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: 1.375rem;
  height: 1.375rem;
}
.js--tab-menu .tab--container-list .tab--container {
  display: none;
  padding: 1.875rem 0rem 1.875rem 0rem;
}
.js--tab-menu .tab--container-list .tab--container.has--content.is--active {
  display: block;
}
@media (min-width: 64em) {
  .js--tab-menu .tab--container-list .tab--container.service--container {
    display: block;
    padding-top: 0;
    margin: 0rem;
  }
}
.js--tab-menu .tab--container-list .tab--container .content--title {
  margin-top: 0;
}
@media (min-width: 30em) {
  .js--tab-menu .tab--link[data-tabName="sizes"] {
    display: none;
  }
}
@media (min-width: 64em) {
  .js--tab-menu .tab--link[data-tabName="service"] {
    display: none;
  }
}
/*
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 {
  background: #ffffff;
}
.image--gallery .image-slider--container {
  bottom: 6.875rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  margin: 0rem 0.625rem 0rem 0.625rem;
}
.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 {
  display: block;
  height: 6.875rem;
  background: #ffffff;
  width: auto;
  margin: 0.625rem 0.625rem 0rem 0.625rem;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
}
.image--gallery .image-slider--thumbnails .thumbnails--arrow {
  top: 3rem;
}
.image--gallery .image-slider--thumbnails .thumbnail--link {
  display: inline-block;
  margin: 0rem 1.25rem 0rem 0rem;
}
.image--gallery .image-slider--thumbnails .thumbnail--link.is--active::after {
  border: 8px solid transparent;
  border-bottom-color: #f3f3f3;
  position: absolute;
  left: 50%;
  top: 0;
  right: auto;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.image--gallery .image-slider--thumbnails-slide {
  margin: 0rem 0.625rem 0rem 0.625rem;
  left: auto;
  top: 0.625rem;
}
.image--gallery .button--zoom-in,
.image--gallery .button--zoom-out,
.image--gallery .button--zoom-reset {
  top: 1.25rem;
  left: 0.625rem;
  font-size: 1.25rem;
  padding: 0.125rem 0.375rem 0.125rem 0.375rem;
  position: absolute;
}
.image--gallery .button--zoom-in::before,
.image--gallery .button--zoom-out::before,
.image--gallery .button--zoom-reset::before {
  line-height: 1.75rem;
}
.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 {
  width: 2.125rem;
  height: 2.125rem;
  line-height: 2.125rem;
  top: 1.25rem;
  right: 1.25rem;
  opacity: 1;
}
.image-gallery--modal .modal--close:hover:before {
  background: #2879c9;
}
.image-gallery--modal .modal--close:before {
  content: "\e60d";
  display: block;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: 'shopware';
  font-size: 1rem;
  line-height: 1.875rem;
  color: #ffffff;
  background: #5e9fdf;
  border-radius: 50%;
  background-clip: padding-box;
  width: 1.875rem;
  height: 1.875rem;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 64em) {
  .image--gallery .image-slider--container .image-slider--item::after {
    content: none;
  }
}
@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 #d7d7d7;
  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: #2879c9;
  display: block;
  font-weight: bold;
}
.product--quick-view .quick-view--title:hover {
  color: #ff6c00;
}
.product--quick-view .quick-view--supplier {
  font-size: 0.875rem;
  padding: 0.625rem 0rem 0.3125rem 0rem;
  font-weight: bold;
}
.product--quick-view .quick-view--description-title {
  font-size: 1rem;
  padding-bottom: 0.3125rem;
  margin-top: 0.9375rem;
  color: #2879c9;
  border-bottom: 1px solid #d7d7d7;
  font-weight: bold;
  clear: both;
}
.product--quick-view .quick-view--description {
  font-size: 0.875rem;
  padding-top: 0.625rem;
  color: #5e9fdf;
}
.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;
}
.content--size table {
  border: 1px solid #d7d7d7;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
.content--size table th,
.content--size table td {
  padding: .625em;
  text-align: center;
}
.content--size table tr {
  padding: .35em;
  background: #f5f5f5;
}
.content--size table tr:nth-child(even) {
  background: #ffffff;
}
.content--size table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}
@media screen and (max-width: 48em) {
  .content--size table {
    border: 0;
  }
  .content--size table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .content--size table th,
  .content--size table td {
    text-align: right;
  }
  .content--size table tr {
    background: #ffffff;
    border: 1px solid #d7d7d7;
    border-bottom: 3px solid #d7d7d7;
    display: block;
    margin-bottom: .625em;
  }
  .content--size table tr:nth-child(even) td {
    background: #ffffff;
  }
  .content--size table td {
    border: none;
    border-bottom: 1px solid #d7d7d7;
    background: none;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  .content--size table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  .content--size table td:last-child {
    border-bottom: 0;
  }
}
*[data-tribes-lazyload="true"] {
  opacity: 0;
  transition: opacity ease-out 0.15s;
}
.has--cssanimations *[data-tribes-lazyload="true"] + .form--ajax-loader {
  top: 50%;
  left: 50%;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  transform: translate(-50%, -50%);
}
*[data-tribes-lazyload="true"][data-was-processed="true"] {
  opacity: 1;
}
.has--cssanimations *[data-tribes-lazyload="true"][data-was-processed="true"] + .form--ajax-loader {
  display: none;
}
img[data-tribes-lazyload="true"][data-was-processed="true"] {
  opacity: 0;
}
.has--cssanimations img[data-tribes-lazyload="true"][data-was-processed="true"] + .form--ajax-loader {
  display: block;
}
img[data-tribes-lazyload="true"][data-was-processed="true"].loaded {
  opacity: 1;
}
.has--cssanimations img[data-tribes-lazyload="true"][data-was-processed="true"].loaded + .form--ajax-loader {
  display: none;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider div:focus,
.slick-slider div:active {
  outline: none !important;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('../../themes/Frontend/PartyResponsive/frontend/_public/src/img/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  width: 3.125rem;
  height: 3.125rem;
  margin-top: -2.1875rem;
  line-height: 3.125rem;
  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(111, 111, 111, 0.5);
  border-radius: 100%;
  z-index: 1000;
  text-align: center;
  cursor: pointer;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
}
.slick-prev,
.slick-next,
.slick-prev:hover,
.slick-next:hover {
  border: none;
}
.slick-prev svg,
.slick-next svg {
  color: #ffffff;
  width: 1.875rem;
  height: 3.125rem;
}
.slick-prev:hover,
.slick-next:hover {
  color: #ff6c00;
  border-color: rgba(255, 108, 0, 0.5);
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 0.625rem;
}
.slick-prev .svg-uncolorized--arrow-dims {
  -webkit-transform: rotate(185deg);
  transform: rotate(185deg);
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: 0.625rem;
}
.slick-next {
  right: 0.625rem;
}
[dir="rtl"] .slick-next {
  left: 0.625rem;
  right: auto;
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.usps {
  margin-top: 1.5625rem;
  border-top: 2px solid #eeeeee;
  padding-top: 1.25rem;
}
.usps--entry {
  margin-bottom: 0.625rem;
  display: flex;
  align-items: center;
}
.usps--entry > svg {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.625rem;
  color: #5e9fdf;
}
.usps--text {
  font-weight: 700;
  font-size: 1rem;
}
.usps a,
.usps a:hover,
.usps a:focus {
  color: #2a2a2a;
}
/*
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: 600<br/>
`.is--bold` - sets element to font-weight: bold<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;
  width: 100%;
}
body {
  font-size: 1rem;
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  color: #2a2a2a;
  background: #ffffff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
a {
  color: #5e9fdf;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}
.hero--text a {
  text-decoration: underline;
}
a:hover {
  color: #103a64;
}
ul,
ol {
  margin: 0rem 0rem 1.25rem 0rem;
  padding: 0;
}
ul li,
ol li {
  font-size: 1rem;
  line-height: 1.5rem;
  list-style: none;
}
.hero-unit ul li,
.hero-unit ol li {
  padding-left: 0.625rem;
}
.hero-unit ul li::before,
.hero-unit ol li::before {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 1em;
  margin-right: 0.4em;
  position: relative;
  top: 0.1em;
  color: #ff6c00;
  background-image: url("../../themes/Frontend/PartyResponsive/frontend/_public/src/svg/src/colorized/balloon-fill.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.product--rating i[class^="icon"] {
  color: #5e9fdf;
}
.product--rating i.icon--star-empty {
  color: #e5e5e5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.625rem;
  margin: 1.75rem 0rem 0.625rem 0rem;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  color: #103a64;
}
h1 {
  font-size: 2.25rem;
  line-height: 1.75rem;
  margin: 2.125rem 0rem 1.25rem 0rem;
}
h2 {
  font-size: 1.875rem;
}
.hero--text h2 {
  color: #5e9fdf;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.5rem;
  color: #5e9fdf;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0rem 0rem 1.25rem 0rem;
}
blockquote {
  background: #eeeeee;
  margin: 0rem 0rem 1.25rem 0rem;
  padding: 0.625rem;
  border-radius: 3px;
  background-clip: padding-box;
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
  text-align: left;
}
blockquote > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.ajax-loader {
  display: none;
}
.is--rounded {
  border-radius: 3px;
  background-clip: padding-box;
  overflow: hidden;
}
.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--dashed-grey {
  border-bottom-width: 0.25rem;
  border-bottom-style: dotted;
  border-color: #eeeeee;
}
.is--dashed-blue {
  border-bottom-width: 0.25rem;
  border-bottom-style: dotted;
  border-color: #5e9fdf;
}
.is--line-through {
  text-decoration: line-through !important;
}
.is--uppercase {
  text-transform: uppercase !important;
}
.is--strong {
  font-weight: 600 !important;
}
.is--bold {
  font-weight: bold !important;
}
.is--italic {
  font-style: italic;
}
.is--nowrap {
  white-space: nowrap !important;
}
.is--dark {
  color: #2a2a2a !important;
}
.is--light {
  color: #a4a4a4 !important;
}
.is--soft {
  color: #d7d7d7 !important;
}
.is--fluid {
  width: 100% !important;
}
.left {
  float: left;
}
.right {
  float: right;
}
::-moz-placeholder {
  color: #505050;
}
::-webkit-input-placeholder {
  color: #505050;
}
:-ms-input-placeholder {
  color: #505050;
}
.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;
}
.can--error-flash {
  transition: border-color 1s ease-out;
}
.is--error-flash {
  -webkit-transition: none;
  transition: none;
  border-color: #f31612 !important;
}
@media screen and (min-width: 48em) {
  .content-main {
    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;
    min-height: 43.75rem;
  }
  .content-main--inner {
    padding: 0;
  }
}
.product--details .action--link > svg path,
.product--actions .action--link > svg path,
.product--details .action--note > svg path,
.product--actions .action--note > svg path {
  fill: #5e9fdf;
}
.product--details .action--link > svg path.filled,
.product--actions .action--link > svg path.filled,
.product--details .action--note > svg path.filled,
.product--actions .action--note > svg path.filled {
  display: none;
}
.product--details .action--link:hover path.bordered,
.product--actions .action--link:hover path.bordered,
.product--details .action--note:hover path.bordered,
.product--actions .action--note:hover path.bordered {
  display: none !important;
}
.product--details .action--link:hover path.filled,
.product--actions .action--link:hover path.filled,
.product--details .action--note:hover path.filled,
.product--actions .action--note:hover path.filled {
  display: block !important;
}
.product--details .action--link.wishlist--is-added > svg:hover path,
.product--actions .action--link.wishlist--is-added > svg:hover path,
.product--details .action--note.wishlist--is-added > svg:hover path,
.product--actions .action--note.wishlist--is-added > svg:hover path {
  fill: #2879c9;
}
.product--details .action--link.wishlist--is-added > svg path,
.product--actions .action--link.wishlist--is-added > svg path,
.product--details .action--note.wishlist--is-added > svg path,
.product--actions .action--note.wishlist--is-added > svg path {
  fill: #5e9fdf;
}
.product--details .action--link.wishlist--is-added > svg path.bordered,
.product--actions .action--link.wishlist--is-added > svg path.bordered,
.product--details .action--note.wishlist--is-added > svg path.bordered,
.product--actions .action--note.wishlist--is-added > svg path.bordered {
  display: none !important;
}
.product--details .action--link.wishlist--is-added > svg path.filled,
.product--actions .action--link.wishlist--is-added > svg path.filled,
.product--details .action--note.wishlist--is-added > svg path.filled,
.product--actions .action--note.wishlist--is-added > svg path.filled {
  display: block !important;
}
/*
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 {
  background: #ffffff;
}
.header-main .top-bar {
  display: none;
}
.header-main .logo-main {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  max-width: 50%;
  padding: 0.9375rem 0rem 0rem 0.625rem;
}
.header-main .logo-main .logo--shop {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}
.header-main .logo-main .logo--shop picture {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 2.5rem;
}
.header-main .logo-main .logo--shop svg {
  width: auto;
  height: 3.125rem;
  max-width: calc(100vw - 165px);
}
.header-main .logo-main .logo--shop svg.party-logo .claim {
  display: none;
}
@media screen and (min-width: 48em) {
  .header-main .logo-main .logo--shop svg.party-logo .claim {
    display: block;
  }
}
.header-main .logo-main .logo--shop svg.party-logo-at {
  height: 3.4375rem;
}
.header-main .logo-main .logo--link {
  display: block;
  outline: 0;
}
.header-main .logo-main .logo--link img {
  width: 100%;
}
.header-main .logo-main .logo--supportinfo {
  display: none;
}
.header-main .header--navigation {
  position: relative;
}
.is--ctl-payment_klarna.is--minimal-header .header-main .top-bar,
.is--ctl-checkout.is--minimal-header .header-main .top-bar,
.is--ctl-register.is--minimal-header .header-main .top-bar,
.is--ctl-register.is--minimal-header.is--target-checkout .header-main .top-bar,
.is--ctl-payment_klarna.is--minimal-header .header-main .logo--supportinfo,
.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,
.is--ctl-payment_klarna.is--minimal-header .header-main .usp--text,
.is--ctl-checkout.is--minimal-header .header-main .usp--text,
.is--ctl-register.is--minimal-header .header-main .usp--text,
.is--ctl-register.is--minimal-header.is--target-checkout .header-main .usp--text,
.is--ctl-payment_klarna.is--minimal-header .header-main .btn--back-top-shop .link-text,
.is--ctl-checkout.is--minimal-header .header-main .btn--back-top-shop .link-text,
.is--ctl-register.is--minimal-header .header-main .btn--back-top-shop .link-text,
.is--ctl-register.is--minimal-header.is--target-checkout .header-main .btn--back-top-shop .link-text {
  display: none;
}
.is--ctl-payment_klarna.is--minimal-header .header-main .btn--back-top-shop,
.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 {
  font-size: 1.125rem;
  padding: 0.4375rem 1.25rem 0.4375rem 1.25rem;
  min-height: 2.5rem;
  border-radius: 20px;
  background-clip: padding-box;
  margin: -1rem 0.625rem 0rem 0.625rem;
  display: inline-block;
  flex: none;
}
.is--ctl-payment_klarna.is--minimal-header .header-main .btn--back-top-shop [class^="icon--"],
.is--ctl-checkout.is--minimal-header .header-main .btn--back-top-shop [class^="icon--"],
.is--ctl-register.is--minimal-header .header-main .btn--back-top-shop [class^="icon--"],
.is--ctl-register.is--minimal-header.is--target-checkout .header-main .btn--back-top-shop [class^="icon--"] {
  font-size: 0.875rem;
  bottom: -0.0625rem;
}
.is--ctl-payment_klarna.is--minimal-header .header-main .logo-main,
.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%;
  max-width: none;
}
.is--ctl-payment_klarna.is--minimal-header .header-main .shop-navigation--badges,
.is--ctl-checkout.is--minimal-header .header-main .shop-navigation--badges,
.is--ctl-register.is--minimal-header .header-main .shop-navigation--badges,
.is--ctl-register.is--minimal-header.is--target-checkout .header-main .shop-navigation--badges {
  width: 8.125rem;
  margin: 0rem 0.625rem 0rem 0rem;
  display: inline-block;
  list-style: none;
  position: absolute;
  right: 0;
  text-align: right;
  max-width: none;
}
.is--ctl-payment_klarna.is--minimal-header .header-main .shop-navigation--badges li,
.is--ctl-checkout.is--minimal-header .header-main .shop-navigation--badges li,
.is--ctl-register.is--minimal-header .header-main .shop-navigation--badges li,
.is--ctl-register.is--minimal-header.is--target-checkout .header-main .shop-navigation--badges li {
  height: 2.5rem;
  width: 2.5rem;
  margin-right: 0.5rem;
  display: inline-block;
}
.shop--navigation {
  position: relative;
}
.shop--navigation.header-navigation--checkout {
  float: right;
  padding: 0.625rem;
  text-align: right;
}
.shop--navigation .navigation--list {
  width: 100%;
}
.shop--navigation .navigation--entry {
  max-width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.3125rem;
  position: relative;
  display: inline-block;
  width: 30%;
}
.shop--navigation .navigation--entry:last-of-type {
  margin-right: 0;
}
.shop--navigation .navigation--entry.entry--search {
  width: calc(100% - 56px);
  max-width: none;
  height: auto;
  margin-right: 0;
  vertical-align: top;
  float: right;
}
.shop--navigation .navigation--entry .btn {
  height: 2.5rem;
  width: 2.5rem;
  vertical-align: middle;
}
.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: #59cc1a;
  font-family: 'shopware';
  color: #ffffff;
}
.shop--navigation .navigation--entry [class^="svg-"],
.shop--navigation .navigation--entry svg {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.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 .trust--entry {
  display: none;
}
.shop--navigation .cart--quantity,
.shop--navigation .notes--quantity {
  margin: 0;
  border: 2px solid #ffffff;
  position: absolute;
  top: 0.25rem;
  left: 1.625rem;
}
.shop--navigation .entry--link {
  text-align: center;
  text-decoration: none;
}
.shop--navigation .account--display,
.shop--navigation .cart--display,
.shop--navigation .cart--amount {
  display: none;
}
.shop--navigation .entry--search .is--active.btn {
  background: #5e9fdf;
  color: #ffffff;
  border-color: #5e9fdf;
}
.shop--navigation .entry--account {
  position: relative;
}
.shop--navigation .entry--cart {
  position: relative;
}
.shop--navigation .entry--menu-left {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: inline-block;
  margin: 0rem 0rem 0rem 0.625rem;
  max-width: 2.8125rem;
}
.shop--navigation .entry--menu-left .entry--link {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0.25rem 0rem 0.125rem 0rem;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #103a64;
  background: #ffffff;
  border: 2px solid #c1dcf7;
  border-radius: 5px;
  background-clip: padding-box;
  font-weight: 700;
  text-align: center;
}
.shop--navigation .entry--menu-left .entry--link span.svg-span {
  height: 1.125rem;
}
.shop--navigation .entry--menu-left [class^="svg-"] {
  color: #103a64;
  width: 1rem;
}
.shop--navigation .entry--menu-left .burger-menu--text {
  display: block;
  font-size: 0.625rem;
  line-height: 0.75rem;
}
.main-search--form {
  padding: 0rem 0.625rem 0rem 0.625rem;
  width: 100%;
  z-index: 3000;
}
.main-search--form .main-search--field {
  font-size: 1rem;
  padding: 0.5625rem 2.375rem 0.5625rem 1.25rem;
  height: 2.5rem;
  border-radius: 1.25rem;
  border: 2px solid #c1dcf7;
  background: #ffffff;
  vertical-align: middle;
  width: 100%;
  position: relative;
  transition: border-color 0.15s ease-in-out;
}
.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;
  height: 2.5rem;
  border-radius: 1.25rem;
  padding: 0;
  line-height: 1;
  position: absolute;
  top: 0;
  z-index: 2;
  border: 0 none;
  background-color: #c1dcf7;
  color: #2a2a2a;
  outline: none;
  transition: background-color 0.15s ease-in-out;
}
.main-search--form .main-search--button [class^="svg-"] {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.25rem 0.25rem 0.25rem 0rem;
  color: #103a64;
  transition: color 0.15s ease-in-out;
}
.main-search--form .main-search--button::before {
  content: "";
  width: 1.25rem;
  height: 2.5rem;
  left: -0.25rem;
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
  transform: skewX(-18deg);
  background-color: #c1dcf7;
  transition: background-color 0.15s ease-in-out;
}
.main-search--form .main-search--field:focus ~ .main-search--button {
  background-color: #5e9fdf;
}
.main-search--form .main-search--field:focus ~ .main-search--button [class^="svg-"] {
  color: #ffffff;
}
.main-search--form .main-search--field:focus ~ .main-search--button::before {
  background-color: #5e9fdf;
}
.main-search--form .main-search--text {
  display: none;
}
.main-search--form .main-search--button ~ .form--ajax-loader {
  top: 0.625rem;
  right: 4.375rem;
}
.account--menu.is--personalized .navigation--logout-personalized {
  display: inline-block;
}
.account--menu.is--personalized .navigation--logout {
  padding-left: 1.4375rem;
  display: block;
}
.account--menu.is--personalized .navigation--link.link--logout.navigation--personalized {
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
  line-height: 1.25rem;
  color: #2a2a2a;
  font-weight: 400;
}
.account--menu.is--personalized .navigation--link.link--logout.navigation--personalized [class^="icon--"] {
  margin: 0rem 0.3125rem 0rem 0rem;
  display: inline-block;
}
.account--menu.is--personalized .navigation--link.link--logout.navigation--personalized .icon--logout {
  top: 0.625rem;
  position: relative;
}
.account--menu.is--personalized .navigation--link.link--logout.navigation--personalized:hover {
  color: #ff6c00;
}
.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 {
  padding-left: 1.4375rem;
  display: block;
}
.account--dropdown-navigation .navigation--signin {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  margin-top: 0.4375rem;
  border-bottom: 1px solid #d7d7d7;
  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;
  color: #2a2a2a;
  font-weight: 400;
}
.account--dropdown-navigation .navigation--link.link--logout.navigation--personalized .icon--logout {
  top: 0.625rem;
  position: relative;
}
.account--dropdown-navigation .navigation--link.link--logout.navigation--personalized:hover {
  color: #ff6c00;
}
.account--dropdown-navigation.off-canvas {
  background: #eeeeee;
}
.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: #ffffff;
  font-weight: bold;
}
.has--csstransforms .entry--search .entry--trigger.is--active::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 2.125rem;
  height: 2.375rem;
  margin-top: 0.5rem;
  margin-left: 0.0625rem;
  background: #e9e9e9;
  content: '';
  display: inline-block;
}
.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 #d7d7d7;
  border-top: 2px solid #585858;
  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/PartyResponsive/frontend/_public/src/img/icons/loading-indicator.gif');
}
.main-search--results {
  top: 3.125rem;
  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 #2a2a2a;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  background: #ffffff;
  -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: #ffffff;
  left: 48%;
  border: 1px solid #d7d7d7;
  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: 600;
}
.results--list .entry--all-results.is--active .entry--all-results-number {
  font-weight: 600;
}
.results--list .list--entry {
  line-height: 1.875rem;
  border-bottom: 1px solid #d7d7d7;
}
.results--list .list--entry:last-child {
  border: 0 none;
}
.results--list .entry--no-results {
  width: 100%;
  text-align: center;
  list-style: none;
  font-weight: normal;
}
.results--list .is--active,
.results--list .list--entry:hover {
  color: #5e9fdf;
}
.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: #5e9fdf;
}
.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--price,
.results--list .entry--all-results-link,
.results--list .entry--all-results-number {
  height: 1.875rem;
  line-height: 1.875rem;
  display: block;
}
.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: #2a2a2a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.results--list .entry--price,
.results--list .entry--all-results-number {
  width: 30%;
  text-align: right;
  color: #2a2a2a;
  white-space: nowrap;
}
.results--list .entry--all-results {
  padding: 0.375rem 0.3125rem 0.375rem 0.3125rem;
  font-weight: normal;
}
.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: normal;
  color: #5e9fdf;
}
.off-canvas .mobile--switches {
  border-bottom: 1px solid #d7d7d7;
  background: #eeeeee;
}
.off-canvas .mobile--switches .navigation--entry {
  padding: 0;
  border: none;
  background: none;
}
@media screen and (min-width: 30em) {
  .header-main .top-bar {
    display: block;
    height: 2.8125rem;
    background-color: #eeeeee;
  }
  .header-main .top-bar .container {
    background: transparent;
  }
  .header-main .top-bar--navigation {
    width: 100%;
    text-align: right;
  }
  .header-main .top-bar--navigation .navigation--entry {
    padding: 0.125rem 0.9375rem 0.125rem 0rem;
    line-height: 1.25rem;
    height: 2.8125rem;
    display: flex;
    align-items: stretch;
  }
  .header-main .top-bar--navigation .navigation--entry li {
    line-height: normal;
  }
  .header-main .top-bar--navigation .top-bar--language,
  .header-main .top-bar--navigation .entry--service {
    float: right;
  }
  .header-main .top-bar--navigation .navigation--entry,
  .header-main .top-bar--navigation .navigation--link {
    color: #103a64;
    cursor: pointer;
  }
  .header-main .top-bar--navigation .navigation--entry:hover,
  .header-main .top-bar--navigation .navigation--link:hover {
    color: #ff6c00;
  }
  .header-main .top-bar--navigation .field--select {
    height: 1.5625rem;
  }
  .header-main .top-bar--navigation .field--select {
    position: relative;
  }
  .header-main .top-bar--navigation .select-field {
    height: 1.5625rem;
    background: none;
    border: 0;
  }
  .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;
  }
  .header-main .top-bar--navigation .select-field::after {
    font-size: 5px;
    height: 1.5625rem;
    line-height: 1.5rem;
    top: -0.0625rem;
    right: 0rem;
    width: auto;
  }
  .header-main .top-bar--navigation .top-bar--language,
  .header-main .top-bar--navigation .top-bar--currency {
    display: none;
  }
  .header-main .top-bar--navigation .entry--service {
    line-height: 1.75rem;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    padding-top: 0;
  }
  .header-main .top-bar--navigation .entry--service > a {
    line-height: 2.8125rem;
  }
  .header-main .top-bar--navigation .entry--service span {
    margin: 0rem 0rem 0rem 0.3125rem;
  }
  .header-main .top-bar--navigation .entry--service .icon--service {
    top: 0.0625rem;
    position: relative;
  }
  .header-main .top-bar--navigation .entry--service.js--is--dropdown-active {
    color: #ff6c00;
  }
  .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: #ffffff;
    z-index: 3500;
    border: 1px solid #d7d7d7;
    text-transform: none;
  }
  .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: #ffffff;
    border-color: #d7d7d7;
    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: #2a2a2a;
  }
  .header-main .top-bar--navigation .service--list .service--link:hover {
    color: #ff6c00;
  }
  .header-main .top-bar--navigation .js--is--dropdown-active .service--list {
    display: block;
  }
  .header-main .top-bar--navigation .entry--usp {
    float: left;
    font-weight: 400;
    padding-top: 0;
    padding-bottom: 0;
    cursor: default;
  }
  .header-main .top-bar--navigation .entry--usp:hover {
    color: #103a64;
  }
  .header-main .top-bar--navigation .entry--usp > [class^="usp--"] {
    margin: 0rem 1.5625rem 0rem 1.5625rem;
    display: inline-flex;
    align-items: center;
    position: relative;
  }
  .header-main .top-bar--navigation .entry--usp > [class^="usp--"]:first-of-type {
    margin-left: 0;
  }
  .header-main .top-bar--navigation .entry--usp > [class^="usp--"]:last-of-type {
    margin-right: 0;
  }
  .header-main .top-bar--navigation .entry--usp svg,
  .header-main .top-bar--navigation .entry--usp img {
    width: 1.5625rem;
    height: 1.5625rem;
    margin-right: 0.3125rem;
    vertical-align: middle;
    display: inline-block;
  }
  .header-main .top-bar--navigation .entry--usp svg {
    width: 1.4375rem;
    height: 1.4375rem;
    fill: currentColor;
  }
  .header-main .top-bar--navigation .entry--usp .usp--billing svg {
    width: 2.1875rem;
  }
  .header-main .top-bar--navigation .entry--usp .usp--delivery svg {
    width: 1.875rem;
    height: 1.25rem;
  }
  .header-main .top-bar--navigation .entry--usp .usp--hotline {
    line-height: 1.0625rem;
  }
  .header-main .top-bar--navigation .entry--usp .usp--hotline .opening-times {
    display: block;
    font-size: 0.75rem;
    text-align: left;
  }
  .header-main .top-bar--navigation .entry--usp .usp--billing,
  .header-main .top-bar--navigation .entry--usp .usp--delivery {
    display: none;
  }
  .header-main .top-bar--navigation .entry--usp .has--tooltip {
    position: relative;
  }
  .header-main .top-bar--navigation .entry--usp .has--tooltip::after {
    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;
    content: "\e61b";
    font-size: 0.625rem;
    position: relative;
    top: -0.5em;
  }
  .header-main .top-bar--navigation .entry--usp .has--tooltip .tooltip {
    display: inline-block;
    background: #ffffff;
    box-shadow: 0 1px 2px 0 #d7d7d7;
    border-radius: 3px;
    background-clip: padding-box;
    padding: 0.125rem 0.3125rem 0.125rem 0.3125rem;
    font-weight: 700;
    white-space: nowrap;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate3d(-50%, 1em, 0);
    opacity: 0.0001;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    pointer-events: none;
  }
  .header-main .top-bar--navigation .entry--usp .has--tooltip:hover .tooltip {
    transform: translate3d(-50%, 0em, 0);
    opacity: 1;
  }
  .header-main .shop--navigation .entry--search {
    right: 0.625rem;
    width: calc(100% - 80px);
    left: 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: #ffffff;
  }
  .entry--search .main-search--form .main-search--field:focus {
    background: #ffffff;
  }
  .entry--search .main-search--form .main-search--button {
    padding: 0rem 0.625rem 0rem 0.625rem;
    height: 2.5rem;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .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 #d7d7d7;
    background: #ffffff;
  }
  .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 .header--navigation {
    padding: 0rem 1.25rem 0.5rem 1.25rem;
  }
  .header-main .logo-main {
    height: 5rem;
  }
  .header-main .logo-main .logo--shop picture {
    max-width: 15.8125rem;
    height: 3.75rem;
  }
  .header-main .logo-main .logo--shop svg {
    height: 4.375rem;
  }
  .header-main .shop--navigation .cart--quantity,
  .header-main .shop--navigation .notes--quantity {
    left: 1.9375rem;
  }
  .header-main .shop--navigation.header-navigation--checkout {
    padding-bottom: 0;
  }
  .header-main .shop--navigation .navigation--entry {
    max-width: 3.125rem;
    height: 3.125rem;
    margin-top: 0.625rem;
    margin-right: 1.25rem;
    width: 100%;
  }
  .header-main .shop--navigation .navigation--entry:last-of-type {
    margin-right: 0;
  }
  .header-main .shop--navigation .trust--entry {
    display: inline-block;
  }
  .header-main .shop--navigation .trust--entry.entry--google {
    margin-right: 2.5rem;
  }
  .header-main .shop--navigation .entry--search {
    width: calc(100% - 85px);
    max-width: none;
  }
  .header-main .shop--navigation .entry--search .main-search--form .main-search--field {
    height: 3.125rem;
    border-radius: 3.125rem;
  }
  .header-main .shop--navigation .entry--search .main-search--form .main-search--button {
    height: 3.125rem;
    border-radius: 3.125rem;
    border-bottom-left-radius: 0rem;
  }
  .header-main .shop--navigation .entry--search .main-search--form .main-search--button::before {
    height: 3.125rem;
  }
  .header-main .main-search--button ~ .form--ajax-loader {
    top: 0.9375rem;
  }
  .header-main .top-bar--navigation .navigation--entry {
    padding: 0.125rem 0.9375rem 0.125rem 0rem;
  }
  .header-main .top-bar--navigation .entry--service {
    padding-top: 0;
  }
  .header-main .top-bar--navigation .entry--usp {
    padding-top: 0;
  }
  .is--ctl-payment_klarna.is--minimal-header .header-main .usp--text,
  .is--ctl-checkout.is--minimal-header .header-main .usp--text,
  .is--ctl-register.is--minimal-header .header-main .usp--text,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main .usp--text {
    display: inline-block;
    padding: 1.5625rem 0.625rem 0.9375rem 0.625rem;
    color: #103a64;
    font-weight: 500;
  }
  .is--ctl-payment_klarna.is--minimal-header .header-main .usp--text [class^="svg-"],
  .is--ctl-checkout.is--minimal-header .header-main .usp--text [class^="svg-"],
  .is--ctl-register.is--minimal-header .header-main .usp--text [class^="svg-"],
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main .usp--text [class^="svg-"] {
    width: 1.25rem;
    height: 1.25rem;
    position: relative;
    top: 0.1875rem;
  }
  .is--ctl-payment_klarna.is--minimal-header .header-main .shop-navigation--badges,
  .is--ctl-checkout.is--minimal-header .header-main .shop-navigation--badges,
  .is--ctl-register.is--minimal-header .header-main .shop-navigation--badges,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main .shop-navigation--badges {
    margin-top: 1.0625rem;
  }
  .is--ctl-payment_klarna.is--minimal-header .header-main .btn--back-top-shop,
  .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 {
    font-size: 1.5rem;
    padding: 0.8125rem 1.875rem 0.8125rem 1.875rem;
    min-height: 3.125rem;
    border-radius: 25px;
    background-clip: padding-box;
    text-transform: uppercase;
    margin-top: 0;
  }
  .is--ctl-payment_klarna.is--minimal-header .header-main .btn--back-top-shop [class^="icon--"],
  .is--ctl-checkout.is--minimal-header .header-main .btn--back-top-shop [class^="icon--"],
  .is--ctl-register.is--minimal-header .header-main .btn--back-top-shop [class^="icon--"],
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main .btn--back-top-shop [class^="icon--"] {
    font-size: 1.375rem;
    bottom: -0.0625rem;
  }
  .is--ctl-payment_klarna.is--minimal-header .header-main .btn--back-top-shop .link-text,
  .is--ctl-checkout.is--minimal-header .header-main .btn--back-top-shop .link-text,
  .is--ctl-register.is--minimal-header .header-main .btn--back-top-shop .link-text,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main .btn--back-top-shop .link-text {
    display: inline-block;
  }
}
@media screen and (min-width: 64em) {
  .header-main {
    padding-bottom: 0;
    border-bottom: 0 none;
  }
  .header-main .container:after {
    content: "";
    display: table;
    clear: both;
  }
  .header-main .top-bar--navigation .top-bar--currency {
    display: inline-block;
  }
  .header-main .top-bar--navigation .navigation--entry {
    padding: 0.125rem 0rem 0.125rem 0.9375rem;
  }
  .header-main .top-bar--navigation .entry--service {
    padding-top: 0;
  }
  .header-main .top-bar--navigation .entry--usp {
    padding-top: 0;
  }
  .header-main .top-bar--navigation .top-bar--language {
    padding-right: 0.9375rem;
    display: flex;
  }
  .header-main .top-bar--navigation .top-bar--language .language--form {
    display: flex;
    align-items: center;
  }
  .header-main .top-bar--navigation .top-bar--language .select-field {
    width: 2rem;
    margin: 0;
  }
  .header-main .top-bar--navigation .top-bar--language .select-field select {
    text-indent: -9999px;
  }
  .header-main .top-bar--navigation .top-bar--language .language--key,
  .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 .top-bar--language .language--key {
    margin-top: 0;
    top: 0;
  }
  .header-main .header--navigation {
    padding: 0.625rem;
  }
  .is--ctl-payment_klarna.is--minimal-header .header-main .logo-main,
  .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-top: 0;
  }
  .is--ctl-payment_klarna.is--minimal-header .header-main .top-bar,
  .is--ctl-checkout.is--minimal-header .header-main .top-bar,
  .is--ctl-register.is--minimal-header .header-main .top-bar,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main .top-bar {
    display: block;
  }
  .is--ctl-payment_klarna.is--minimal-header .header-main .shop--navigation .navigation--entry,
  .is--ctl-checkout.is--minimal-header .header-main .shop--navigation .navigation--entry,
  .is--ctl-register.is--minimal-header .header-main .shop--navigation .navigation--entry,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main .shop--navigation .navigation--entry {
    display: none;
  }
  .is--ctl-payment_klarna.is--minimal-header .header-main .usp--text,
  .is--ctl-checkout.is--minimal-header .header-main .usp--text,
  .is--ctl-register.is--minimal-header .header-main .usp--text,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main .usp--text {
    display: none;
  }
  .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: normal;
  }
  .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: transparent;
    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: #ffffff;
  }
  .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: #ffffff;
    border-color: #d7d7d7;
    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 0rem;
  }
  .main-search--results {
    width: 28.125rem;
    margin-left: -14.0625rem;
    top: 3.4375rem;
    left: 50%;
  }
  .main-search--results:after {
    content: "";
    display: table;
    clear: both;
  }
  .header-main .logo-main {
    width: 24%;
    max-width: none;
    padding-top: 0;
  }
  .header-main .shop--navigation {
    width: 38%;
    padding-top: 0.9375rem;
  }
  .header-main .shop--navigation .navigation--entry {
    margin-top: 0;
  }
  .header-main .shop--navigation .entry--search {
    width: 100%;
    padding: 0 0 0 10%;
    position: static;
  }
  .header-main .shop--navigation .trust--entry {
    margin-right: 0;
  }
  .header-main .top-bar--navigation .entry--usp .usp--billing,
  .header-main .top-bar--navigation .entry--usp .usp--delivery {
    margin-right: 0.9375rem;
    display: inline-flex;
  }
  .navigation--list .navigation--entry {
    margin: 0;
  }
  .navigation--list .entry--cart .cart--link .cart--quantity {
    display: inline-block;
  }
  .navigation--list .entry--cart .cart--link .cart--amount {
    display: inline-block;
    color: #ff6c00;
    font-weight: 700;
  }
  .navigation--list .entry--cart .icon--basket {
    left: 0.5rem;
    display: block;
    position: absolute;
    top: 50%;
  }
  .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: bold;
  }
  .main-search--form .main-search--button ~ .form--ajax-loader {
    top: 0.9375rem;
    right: 4.375rem;
  }
}
@media screen and (min-width: 78.75em) {
  .header-main .top-bar--navigation .entry--usp {
    padding-top: 0;
    padding-left: 0;
  }
  .header-main .header--navigation {
    padding: 0.625rem 0rem 0.625rem 0rem;
  }
  .header-main .logo-main {
    padding-left: 0;
  }
  .header-main .shop--navigation {
    padding-right: 0;
  }
  .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;
  }
  .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: bold;
    color: #2a2a2a;
  }
}
.is--ctl-payenginecwendpoint .shop--navigation .navigation--entry {
  display: none;
}
@media screen and (max-width: 64em) {
  .header-main {
    top: 0;
    z-index: 5001;
    position: sticky;
  }
  .compact-header .shop--navigation.block-group.header-navigation--checkout,
  .compact-header .logo-main.block-group,
  .compact-header .top-bar {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
  }
  .top-bar,
  .logo-main.block-group,
  .shop--navigation.block-group.header-navigation--checkout {
    transition: .2s ease;
    max-height: 65px;
  }
}
/*
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: #103a64;
  display: none;
}
@media screen and (min-width: 64em) {
  .navigation-main {
    display: block;
    position: relative;
  }
  .navigation-main .container {
    background: transparent;
  }
  .navigation-main .navigation--list {
    padding: 0rem 0.625rem 0rem 0.625rem;
    margin: 0;
    position: relative;
    white-space: nowrap;
    background: transparent;
  }
  .navigation-main .navigation--list:after {
    content: "";
    display: table;
    clear: both;
  }
  .navigation-main .navigation--entry {
    display: inline-block;
    -ms-touch-action: none;
    position: relative;
    float: left;
  }
  .navigation-main .navigation--entry.is--highlight {
    background: transparent;
    float: right;
    display: inline-block;
    position: relative;
    margin-right: 0.625rem;
  }
  .navigation-main .navigation--entry.is--highlight::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: #f31612;
    transform: skewX(-15deg);
  }
  .navigation-main .navigation--entry.is--hovered .navigation--link span::after {
    transform: scaleX(1);
  }
  .navigation-main .navigation--link {
    font-size: 1.125rem;
    -webkit-transition: none 0;
    transition: none 0;
    padding: 0.5rem 0.9375rem 0.5rem 0.9375rem;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-clip: padding-box;
    height: 3.4375rem;
    line-height: 2.4375rem;
    position: relative;
    margin: 0;
    display: block;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    outline: 0;
  }
  .navigation-main .navigation--link span {
    position: relative;
  }
  .navigation-main .navigation--link span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.125rem;
    background-color: #ffffff;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.15s cubic-bezier(0.46, 0, 0.5, 1.22);
  }
  .navigation-main .navigation--link.is--active,
  .navigation-main .navigation--link:hover {
    color: #ffffff;
  }
  .navigation-main .navigation--link.is--active span::after,
  .navigation-main .navigation--link:hover span::after {
    transform: scaleX(1);
  }
  .navigation-main .navigation--link.is--first {
    padding-left: 0;
  }
  .navigation-main .navigation--link.is--first span::after {
    left: 0;
  }
  .navigation-main .navigation--link.is--first:hover::after {
    transform: scaleX(1);
  }
  .navigation-main .navigation--icon {
    display: none;
  }
  .navigation-main .is--active .navigation--link {
    font-weight: 600;
    color: #ffffff;
  }
  .navigation-main .is--active .navigation--link:hover {
    color: #ffffff;
  }
}
@media screen and (min-width: 78.75em) {
  .navigation-main .navigation--list {
    padding: 0;
  }
  .navigation-main .navigation--link {
    padding: 0.5rem 0.8125rem 0.5rem 0.8125rem;
  }
  .navigation-main .navigation--link .navigation--icon {
    display: inline-block;
    height: 1.875rem;
    vertical-align: middle;
  }
  .navigation-main .navigation--entry:not(.is--highlight) .navigation--link {
    padding-left: 0.25rem;
  }
}
/*
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 {
  float: none;
  display: block;
  padding-left: 0.625rem;
  position: relative;
}
.content--breadcrumb:after {
  content: "";
  display: table;
  clear: both;
}
.content--breadcrumb::after {
  content: '';
  display: block;
  width: 1.25rem;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.content--breadcrumb .breadcrumb--list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  overflow: hidden;
}
.content--breadcrumb .breadcrumb--entry {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  font-size: 0.75rem;
  line-height: 1.125rem;
  padding: 0rem 0rem 0.3125rem 0rem;
  white-space: nowrap;
  color: #4a4a4a;
  overflow: hidden;
}
.content--breadcrumb .breadcrumb--entry.is--active .breadcrumb--title,
.content--breadcrumb .breadcrumb--entry.breadcrumb--back .breadcrumb--title {
  font-weight: 700;
}
.content--breadcrumb .breadcrumb--entry.is--active {
  display: none;
}
.content--breadcrumb .breadcrumb--separator {
  display: inline-block;
  padding: 0rem 0.625rem 0rem 0.625rem;
}
.content--breadcrumb .breadcrumb--link {
  display: inline-block;
  color: #4a4a4a;
}
.content--breadcrumb .breadcrumb--link:focus,
.content--breadcrumb .breadcrumb--link:hover {
  color: #2a2a2a;
  text-decoration: underline;
}
.content--breadcrumb .breadcrumb--back-separator {
  padding: 0rem 0.3125rem 0rem 0rem;
}
.content--breadcrumb .breadcrumb--back-separator::before {
  content: "\e611";
  font-family: 'shopware';
  font-size: 0.5rem;
  line-height: normal;
  position: relative;
  top: -0.0625rem;
}
.content--breadcrumb .breadcrumb--button {
  display: none;
}
@media screen and (min-width: 30em) {
  .content--breadcrumb {
    padding-left: 1.25rem;
  }
  .content--breadcrumb .breadcrumb--entry {
    padding: 0.9375rem 0rem 0.9375rem 0rem;
  }
  .content--breadcrumb .breadcrumb--entry.is--active {
    display: inline-block;
  }
}
@media screen and (min-width: 48em) {
  .content--breadcrumb .breadcrumb--title {
    max-width: none;
  }
}
@media screen and (min-width: 78.75em) {
  .content--breadcrumb {
    margin-top: -1.25rem;
    padding: 0;
  }
}
/*
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.
*/
@media screen and (min-width: 64em) {
  .product--detail-upper {
    display: flex;
    justify-content: space-between;
  }
}
.product--detail-upper .image-slider--item .image--element {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product--detail-upper .image-slider--item::after {
  bottom: 0;
}
.product--detail-upper::before,
.product--detail-upper::after {
  display: none;
}
.product--detail-upper .link-to-video {
  position: absolute;
  left: 0;
  top: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #5e9fdf;
  width: 1.75rem;
  height: 1.75rem;
  aspect-ratio: 1;
  border-radius: 50%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  color: #5e9fdf;
}
.product--detail-upper .link-to-video svg {
  height: 1.125rem;
}
.article-usps--wrapper {
  margin: 1.5625rem 0rem 0rem 0rem;
  border-top: 2px solid #c6dbf5;
  padding-top: 1.25rem;
}
.product--details .bundle--panel .bundle--panel-header {
  position: static;
}
.product--details .product--actions {
  margin: 0rem 0rem 0.625rem 0rem;
  padding: 0rem 0rem 0.625rem 0rem;
  border-top: 0 none;
  border-bottom: 1px solid #d7d7d7;
}
.product--details .product--actions:after {
  content: "";
  display: table;
  clear: both;
}
.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 {
  margin: 0.625rem 0rem 0rem 0rem;
  font-size: 1.75rem;
  line-height: 1;
  padding: 0;
  font-weight: bold;
  color: #2a2a2a;
}
.product--details .product--info-data {
  display: flex;
  align-items: center;
  margin-top: 0.625rem;
}
.product--details .product--rating-link {
  display: inline-block;
}
.product--details .product--rating {
  font-size: 0.875rem;
  display: block;
  letter-spacing: -2px;
  color: #9b9b9b;
}
.product--details .product--rating:after {
  content: "";
  display: table;
  clear: both;
}
.product--details .rating--count-wrapper {
  font-size: 0.75rem;
  color: #2a2a2a;
  font-weight: 700;
  letter-spacing: initial;
}
.product--details .product--supplier {
  max-height: 2.5rem;
  margin: 0;
  display: flex;
  flex: 1 0 50%;
  justify-content: flex-end;
}
.product--details .product--supplier .product--supplier-link {
  display: flex;
  justify-content: flex-end;
}
.product--details .product--rating-container {
  display: flex;
  flex: 1 0 50%;
  justify-content: normal;
}
.product--details .product--image-container {
  margin: 0rem 0rem 1.25rem 0rem;
  width: 100%;
  position: relative;
}
.product--details .product--image-container .image-slider--container {
  height: 100%;
}
.product--details .product--image-container .image-slider--slide {
  margin-right: -0.5px;
}
.product--details .product--image-container .video-indicator {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 48em - 1px) {
  .product--details .product--image-container .youtube-image-thumbnails {
    display: block !important;
    top: 1.25rem;
    width: 4.0625rem;
    z-index: 10;
  }
  .product--details .product--image-container .youtube-image-thumbnails .thumbnail--link {
    display: none;
    width: 4.0625rem;
    height: 4.0625rem;
    padding: 0.375rem;
    margin-right: 0;
  }
  .product--details .product--image-container .youtube-image-thumbnails .thumbnail--link:last-child {
    display: block;
  }
}
.product--details .alert {
  margin: 0rem 0rem 0.625rem 0rem;
}
.product--details .product--tax {
  font-size: 0.75rem;
  margin: 0.125rem 0rem 0.125rem 0rem;
  line-height: normal;
  color: #9b9b9b;
  font-weight: 400;
}
.product--details .product--tax a {
  color: #5e9fdf;
}
.product--details .content--regulation {
  font-size: 0.75rem;
  margin: 0.3125rem 0rem 0.3125rem 0rem;
  line-height: normal;
  color: #9b9b9b;
  font-weight: 400;
}
.product--details .product--buybox {
  margin: 0rem 0rem 0.625rem 0rem;
  width: 100%;
}
.product--details .product--buybox .product--price {
  display: flex;
  align-items: baseline;
  margin: 0;
  color: #9b9b9b;
}
.product--details .product--buybox .price--label {
  margin-right: 0.25rem;
}
.product--details .product--buybox .price--line-through {
  text-decoration: line-through;
}
.product--details .product--buybox .price--discount-percentage {
  padding: 0.25rem 0.5rem 0.3125rem 0.4375rem;
  margin-left: 0.9375rem;
  font-size: 0.875rem;
  background-color: #f31612;
  color: #ffffff;
  border-radius: 3px;
  font-weight: 700;
}
.product--details .product--buybox .price--discount .price--content {
  color: #f31612;
}
.product--details .product--buybox .price--content {
  font-size: 1.5rem;
  white-space: nowrap;
  color: #2a2a2a;
  line-height: 1;
  font-weight: bold;
  vertical-align: bottom;
}
.product--details .product--buybox .content--discount {
  font-size: 1rem;
  margin-left: 0.625rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
  color: #9b9b9b;
  font-weight: 400;
}
.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: #f31612;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  vertical-align: top;
}
.product--details .product--buybox .product--delivery {
  margin: 0.9375rem 0rem 0.9375rem 0rem;
}
.product--details .product--buybox .base-info--entry.entry--ean {
  display: none;
}
.product--details .product--configurator .reset--configuration {
  display: none;
  white-space: nowrap;
}
.product--details .product--configurator .alert {
  margin: 0.625rem 0rem 0rem 0rem;
}
.product--details .buybox--container {
  display: block;
}
.product--details .article-usps--wrapper + .buybox--container {
  margin-top: 1.25rem;
}
.product--details .article-usps--wrapper li {
  color: #2a2a2a;
  font-size: 1rem;
}
@media screen and (min-width: 30em) {
  .product--details .article-usps--wrapper li {
    font-size: 1rem;
  }
}
.product--details .buybox--button-container.is--disabled .buybox--add-to-cart:hover {
  box-shadow: 0 0 0 transparent;
}
.product--details .buybox--add-to-cart {
  display: flex;
  width: 100%;
  border-radius: 27px;
  background-clip: padding-box;
  transition: box-shadow 0.3s cubic-bezier(0.46, 0, 0.5, 1.22);
}
.product--details .buybox--add-to-cart:hover {
  box-shadow: 0 0 0 2px rgba(111, 182, 43, 0.4), 0 0 0 6px rgba(111, 182, 43, 0.2);
}
.product--details .buybox--add-to-cart .buybox--button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.product--details .buybox--add-to-cart .buybox--button:hover {
  box-shadow: 0 0 0 transparent;
}
.product--details .buybox--quantity {
  height: 3.375rem;
  width: 6.25rem;
  min-width: 5rem;
}
.product--details .buybox--quantity.is--disabled .select-field {
  cursor: not-allowed;
}
.product--details .buybox--quantity.is--disabled .select-field .quantity--select {
  background: #62a126;
  opacity: 0.5;
  box-shadow: 0 0 0 transparent;
  pointer-events: none;
}
.product--details .buybox--quantity .select-field {
  height: 3.375rem;
  max-width: none;
  margin: 0;
}
.product--details .buybox--quantity .select-field::after {
  height: 3.375rem;
  line-height: 54px;
  right: 15%;
  color: #ffffff;
}
.product--details .buybox--quantity .select-field .quantity--select {
  padding: 0 40% 0 25%;
  border: none;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  background: #62a126;
  color: #ffffff;
  font-weight: 700;
}
.product--details .buybox--button {
  font-size: 1.25rem;
  letter-spacing: -0.03125rem;
  padding: 0 5%;
  width: 100%;
  height: 3.375rem;
  text-align: left;
  text-transform: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product--details .buybox--button .icon--arrow-right {
  font-size: 0.875rem;
}
@media screen and (max-width: 30em) {
  .product--details .buybox--button {
    font-size: 1.0625rem;
  }
}
.product--details .bundle--panel .buybox--button {
  height: 3.125rem;
}
.product--details .phone--button {
  font-size: 1.125rem;
  letter-spacing: -0.028125rem;
  line-height: 1.6875rem;
  height: 3.375rem;
  margin: 0.625rem 0rem 0rem 0rem;
  text-transform: none;
}
.product--details .buybox--action--form {
  position: absolute;
  right: 0;
  top: 0.625rem;
}
@media screen and (min-width: 78.75em) {
  .product--details .buybox--action--form {
    top: 1.25rem;
  }
}
.product--details .buybox--action--form svg {
  width: 1.75rem;
}
.product--details .configurator--form {
  width: 100%;
}
.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 .product--base-info .entry--ean {
  display: none;
}
.product--details .content--service {
  position: static;
}
.product--details .content--service .content--icons:after {
  content: "";
  display: table;
  clear: both;
}
.product--details .content--service .content--icon {
  margin: 0rem 0rem 0.625rem 0.625rem;
  float: left;
  width: 3.25rem;
}
.product--details .content--service .list--unordered li {
  font-weight: 400;
}
.product--details .content--service .list--unordered li::before {
  color: #ff6c00;
}
.product--details .product--properties {
  margin: 0rem 0rem 1.25rem 0rem;
}
.product--details .product--properties .product--properties-table {
  width: 100%;
  background: transparent;
}
.product--details .product--properties td {
  width: 50%;
  padding: 0.3125rem 0rem 0.3125rem 1.125rem;
  border: 0;
  color: #2a2a2a;
  background: transparent;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  vertical-align: top;
}
.product--details .product--properties .product--properties-label {
  position: relative;
}
.product--details .product--properties .product--properties-label::before {
  content: "";
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-clip: padding-box;
  background: #5e9fdf;
  position: absolute;
  left: 0;
  top: 0.875rem;
}
.product--details .link--contact {
  font-size: 0.8125rem;
  line-height: 1.625rem;
  text-transform: uppercase;
}
.product--details .content--title {
  font-size: 1.125rem;
  margin: 0.625rem 0rem 0.3125rem 0rem;
  font-weight: 700;
  color: #2a2a2a;
}
.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 {
  display: block;
  margin: 0.75rem 0rem 0.75rem 0rem;
}
.product--details .block-prices--container .block-prices--table {
  width: 100%;
  max-width: 18.75rem;
  border-collapse: collapse;
}
.product--details .block-prices--container .block-prices--head {
  background: transparent;
  border: 0;
  text-transform: uppercase;
  font-size: 0.8125rem;
}
.product--details .block-prices--container .block-prices--head .block-prices--cell {
  color: #2a2a2a;
  padding-bottom: 0.625rem;
}
.product--details .block-prices--container .block-prices--body {
  background: #ffffff;
  border: 0;
  box-shadow: inset 0 0 0 2px #eeeeee;
  border-radius: 4px;
  background-clip: padding-box;
  font-size: 0.875rem;
}
.product--details .block-prices--container .block-prices--body .block-prices--row:hover .block-prices--cell {
  color: #2a2a2a;
  background: #f3f3f3;
}
.product--details .block-prices--container .block-prices--body .block-prices--cell {
  border-bottom: 2px solid #eeeeee;
}
.product--details .block-prices--container .block-prices--body .block-prices--cell:nth-child(even) {
  color: #2a2a2a;
  font-weight: 700;
}
.product--details .block-prices--container .block-prices--row,
.product--details .block-prices--container .block-prices--row:hover {
  color: #2a2a2a;
  background: transparent;
  box-shadow: 0 0 0 transparent;
}
.product--details .block-prices--container .block-prices--row:last-child .block-prices--cell {
  border-bottom: 0;
}
.product--details .block-prices--container .block-prices--cell {
  color: #9b9b9b;
  background: transparent;
  border: 0;
  padding: 0.625rem 1.5625rem 0.625rem 1.5625rem;
  text-align: left;
}
.product--details .block-prices--container .block-prices--link-more {
  display: inline-block;
  color: #2a2a2a;
  font-size: 0.8125rem;
  line-height: 1rem;
  margin: 0.3125rem 0rem 0.3125rem 0rem;
  padding: 0.625rem 1.25rem 0.625rem 0rem;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.product--details .block-prices--container .block-prices--link-more:hover,
.product--details .block-prices--container .block-prices--link-more:focus {
  text-decoration: underline;
}
.product--details .block-prices--container .block-prices--link-more .icon--arrow-right {
  font-size: 0.5rem;
  line-height: 1rem;
  margin: -0.375rem 0rem 0rem 0rem;
  position: absolute;
  top: 50%;
  right: 0;
}
.product--details .listing .product--box .panel--body {
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
}
.product--details .action--form {
  float: left;
}
.product--details .action--link {
  border: 0;
  background: none;
  appearance: none;
}
.product--details .action--link.action--compare {
  display: none;
}
.product--details .action--link:last-child {
  margin-right: 0;
}
.product--details .action--compare {
  display: none;
}
.product--details .link--notepad:focus {
  outline: none;
}
.product--details .link--notepad.js--is-saved {
  color: #59cc1a;
}
.product--details .price--unit {
  font-size: 0.75rem;
}
.product--details .modal--cross-selling .product-slider,
.product--details .similar--content .product-slider,
.product--details .viewed--content .product-slider,
.product--details .related--content .product-slider,
.product--details .product-streams--content .product-slider {
  min-height: 16.875rem;
}
.product--details .modal--cross-selling .product-slider--item .box--content.is--rounded,
.product--details .similar--content .product-slider--item .box--content.is--rounded,
.product--details .viewed--content .product-slider--item .box--content.is--rounded,
.product--details .related--content .product-slider--item .box--content.is--rounded,
.product--details .product-streams--content .product-slider--item .box--content.is--rounded {
  overflow: visible;
}
.product--details .product--ordernumber-container {
  margin: 0.625rem 0rem 0rem 0rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #9b9b9b;
  display: block;
}
.product--details .product--ordernumber-container .product--ordernumber {
  margin-left: 0.5rem;
}
.product--navigation {
  display: none;
}
.review--form .review--field {
  width: 100%;
}
.review--form .review--field.select-field {
  max-width: 100%;
}
.review--form .review--notice {
  font-size: 0.75rem;
}
.is--ctl-detail .content--description .helium-hint {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0.625rem 0rem 0.625rem 0rem;
  flex-wrap: wrap;
  margin: 0rem 0rem 1.875rem 0rem;
}
.is--ctl-detail .content--description .helium-hint svg {
  width: 1rem;
  height: 1.5rem;
  fill: currentColor;
  margin-right: 0.625rem;
  flex: none;
}
.is--ctl-detail .content--description .helium-hint p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 64em) {
  .is--ctl-detail .content--description {
    float: left;
    width: 65%;
    min-height: 12.5rem;
  }
}
.bware-hint {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0.625rem 0rem 0.625rem 0rem;
  flex-wrap: wrap;
}
.bware-hint svg {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
  margin-right: 0.125rem;
  flex: none;
}
.bware-hint p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 64em) {
  .bware-hint-mobile p {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.service--description {
  display: none;
}
@media screen and (min-width: 64em) {
  .service--description {
    display: block;
    float: right;
    width: 35% !important;
    padding: 0rem 1.875rem 0.625rem 1.875rem;
  }
}
.content--service {
  display: block;
}
.content--service .content--title {
  display: block;
}
.content--service .content--text .list--unordered {
  margin-bottom: 0;
}
.content--service .content--text .list--unordered li {
  margin-bottom: 0.3125rem;
}
.content--service .content--text .list--unordered li:last-child {
  margin-bottom: 0;
}
.content--service .content--text .list--unordered li::before {
  color: #59cc1a;
}
.content--service .content--text a {
  color: #2a2a2a;
  text-decoration: underline;
}
.content--service .content--text a:hover,
.content--service .content--text a:focus {
  text-decoration: none;
}
.content--service .product--service {
  background: #ffffff;
  border-radius: 3px;
  background-clip: padding-box;
  overflow: hidden;
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}
@media screen and (min-width: 48em) {
  .content--service .product--service {
    padding: 1.25rem 1.25rem 1.25rem 0rem;
  }
}
.content--service .product--service .list--unordered li {
  font-weight: 700;
  margin-bottom: 0.625rem;
}
.content--service .product--service .content--icons {
  float: none !important;
}
.content--service .product--service .content--icons .content--icon {
  margin-bottom: 1.25rem;
}
.product--categories {
  display: none;
}
.product--delivery-scope,
.product--description {
  overflow: hidden;
}
.product--delivery-scope ol:not([class]),
.product--description ol:not([class]),
.product--delivery-scope ul:not([class]),
.product--description ul:not([class]) {
  margin: 0rem 0rem 1.875rem 0rem;
  padding: 0;
}
.product--delivery-scope ol:not([class]) ol,
.product--description ol:not([class]) ol,
.product--delivery-scope ul:not([class]) ol,
.product--description ul:not([class]) ol,
.product--delivery-scope ol:not([class]) ul,
.product--description ol:not([class]) ul,
.product--delivery-scope ul:not([class]) ul,
.product--description ul:not([class]) ul {
  margin-bottom: 0;
}
.product--delivery-scope ol:not([class]) li,
.product--description ol:not([class]) li,
.product--delivery-scope ul:not([class]) li,
.product--description ul:not([class]) li {
  padding: 0.3125rem 0rem 0.3125rem 0.875rem;
  line-height: normal;
  overflow: hidden;
  position: relative;
}
.product--delivery-scope ol:not([class]) li::before,
.product--description ol:not([class]) li::before,
.product--delivery-scope ul:not([class]) li::before,
.product--description ul:not([class]) li::before {
  content: "";
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-clip: padding-box;
  background: #5e9fdf;
  position: absolute;
  top: 0.8125rem;
  left: 0;
}
.product--delivery-scope a,
.product--description a,
.product--delivery-scope a:hover,
.product--description a:hover,
.product--delivery-scope a:focus,
.product--description a:focus {
  color: inherit;
  text-decoration: underline;
}
.product--delivery-scope,
.product--delivery-scope > div {
  width: 100%;
}
.product--delivery-scope h3 {
  font-size: 1rem;
}
.product--delivery-scope .delivery-scope--yes h3 i {
  color: #59cc1a;
}
.product--delivery-scope .delivery-scope--yes ol li::before,
.product--delivery-scope .delivery-scope--yes ul li::before {
  background: #59cc1a;
}
.product--delivery-scope .delivery-scope--no h3 i {
  position: relative;
  top: 0.25rem;
  margin-right: -0.375rem;
  margin-left: -0.3125rem;
  color: #5e9fdf;
  font-size: 1.625rem;
  line-height: 1rem;
}
@media screen and (min-width: 48em) {
  .product--delivery-scope .delivery-scope--no h3 i {
    margin-right: -0.125rem;
    margin-left: -0.625rem;
  }
}
.product--delivery-scope .delivery-scope--no ol li::before,
.product--delivery-scope .delivery-scope--no ul li::before {
  background: #5e9fdf;
}
.product--categories {
  display: block;
  margin: 1.875rem 0rem 1.875rem 0rem;
  color: transparent;
  letter-spacing: -0.625rem;
}
.product--categories strong {
  display: block;
  color: #2a2a2a;
  font-size: 1rem;
  margin: 0.625rem 0rem 0.625rem 0rem;
  letter-spacing: 0;
}
.product--categories a {
  display: inline-block;
  font-size: 0.8125rem;
  line-height: 1rem;
  text-decoration: none;
  letter-spacing: 0;
  color: #2a2a2a;
  background: #eeeeee;
  margin: 0rem 0.625rem 0.625rem 0rem;
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  border-radius: 18px;
  background-clip: padding-box;
}
.product--categories a:hover,
.product--categories a:focus {
  color: #ffffff;
  background: #5e9fdf;
  text-decoration: none;
}
.product--related {
  display: block;
  padding: 1.25rem 0rem 1.25rem 0rem;
}
.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: #ffffff;
  border: 1px solid #d7d7d7;
}
.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 {
  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 .review--popup {
  position: relative;
  color: #5e9fdf;
  font-size: 0.75rem;
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
}
.review--entry .review--popup:before {
  width: 1.25rem;
  font-size: 0.625rem;
  left: -1.25rem;
  font-family: 'shopware';
  content: "\e60c";
  position: absolute;
  top: 0;
}
.review--entry .review--popup a {
  color: #5e9fdf;
  text-decoration: underline;
}
.review--entry .review--popup:before {
  position: relative;
  left: 0rem;
  padding-right: 0.1875rem;
}
.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: #eeeeee;
  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: #eeeeee;
}
.content--product-reviews .alert {
  margin: 0rem 0rem 1rem 0rem;
}
.content--product-reviews .captcha--notice {
  display: block;
  margin: 0.625rem 0rem 0.625rem 0rem;
  font-size: 0.75rem;
  line-height: 1.2;
}
.content--product-reviews .comment-popup--content {
  display: none;
}
.comment-popup--content {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.product--rating-count::before {
  content: "(";
}
.product--rating-count::after {
  content: ")";
}
.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;
  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-left: -0.0625rem;
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  position: relative;
  width: 20%;
}
.product--notification .notification--button .icon--mail {
  font-size: 0.75rem;
}
.configurator--form {
  padding: 0.625rem 0rem 0.625rem 0rem;
}
.configurator--form .select-field {
  max-width: 100%;
}
.configurator--form.selection--form .field--select {
  margin-bottom: 0;
}
.configurator--form.selection--form .variant--sizes-link,
.configurator--form.selection--form .variant--sizes-link-sm {
  float: none;
  margin-top: 0.3125rem;
}
.configurator--label {
  margin: 0.375rem 0rem 0.25rem 0rem;
  font-size: 0.875rem;
  font-weight: bold;
}
.is--ctl-detail .content-main--inner {
  background: #ffffff;
  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,
.tab--title ~ span {
  color: #2a2a2a;
  font-weight: 700;
}
.tab--title:hover {
  color: #5e9fdf;
}
.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: 1.25rem 0rem 1.25rem 0rem;
}
.tab-menu--cross-selling .tab--header {
  background-image: linear-gradient(to right, #eeeeee 0%, #eeeeee 100%);
  background-size: 100% 2px;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
.tab-menu--cross-selling .tab--title {
  display: inline-block;
  padding: 0.9375rem 0.625rem 0.9375rem 0rem;
  line-height: 1.1875rem;
  background: #ffffff;
  position: relative;
  pointer-events: none;
}
.tab-menu--cross-selling .product-slider--arrow {
  top: -3.0625rem;
}
.tab-menu--product {
  border-top: 2px solid #f1efef;
  padding-top: 1.25rem;
}
.tab-menu--product .tab--container {
  width: 100%;
  border: none;
  padding: .75rem .75rem .75rem 0;
  margin-bottom: 0;
}
.tab-menu--product .tab--header svg + a {
  margin-left: .25rem;
}
@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;
  }
  .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: 0rem 0rem 0.9375rem 0rem;
  }
  .product--details .product--header .product--title {
    border: 0 none;
  }
  .product--details .action--link.action--compare {
    display: inline-block;
  }
  .product--details .product--image-container {
    width: 100%;
  }
  .product--details .phone--button {
    display: none;
  }
  .product--details .product--base-info .entry--label {
    margin: 0rem 0.5rem 0rem 0rem;
  }
  .product--details .content--related-products,
  .product--details .content--similar-products {
    padding: 1.25rem 2.1875rem 1.25rem 2.1875rem;
  }
  .product--details .product--properties td {
    font-size: 1rem;
  }
  .product--details .product--properties .product--properties-label {
    width: 30%;
  }
  .product--details .product--properties .product--properties-value {
    width: 70%;
  }
  .product--details .content--service .content--icons {
    float: right;
    position: relative;
    z-index: 1000;
  }
  .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 .review--form-container {
    width: 80%;
  }
  .product--details .buybox--button .icon--arrow-right {
    font-size: 1.375rem;
  }
  .product--delivery-scope a:hover,
  .product--description a:hover,
  .product--delivery-scope a:focus,
  .product--description a:focus {
    color: #2a2a2a;
    text-decoration: none;
  }
  .product--delivery-scope {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media screen and (min-width: 64em) {
  .product--details .product--image-container {
    width: 55%;
  }
  .product--details .product--buybox {
    width: 35%;
  }
  .product--details .buybox--container {
    margin: 0.625rem 0rem 0.625rem 0rem;
  }
  .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: 100%;
  }
  .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 #d7d7d7;
  }
  .product--details .product--buybox {
    border-bottom: 0 none;
  }
  .tab-menu--product .content-description--wrapper.has--reviews .content--description {
    width: 55%;
    float: none;
  }
  .tab-menu--product .content-description--wrapper.has--reviews .content--description + .reviews--description {
    width: 35%;
    padding: 0;
    float: none;
  }
  .content-description--wrapper {
    display: flex;
    justify-content: space-between;
  }
  .reviews-description--clearfix {
    display: none;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-detail .page-wrap {
    overflow-x: hidden;
  }
  .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(94, 159, 223, 0.1);
    text-align: center;
    color: #ffffff;
    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: #ffffff;
    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(94, 159, 223, 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;
  }
  .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;
  }
}
.shipping-info-modal .btn.icon--cross {
  opacity: 1;
  top: 25px;
  right: 35px;
}
.shipping-info-modal .btn.icon--cross:before {
  font-size: 20px;
}
.sustainable {
  display: flex;
  flex-direction: column;
  color: #2a2a2a;
  margin: 1.875rem 0rem 2.5rem 0rem;
}
.sustainable .sustainable__heading {
  display: flex;
  align-items: center;
  margin-bottom: 0.625rem;
}
.sustainable .sustainable__heading .icon {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.625rem;
}
.sustainable .sustainable__heading p {
  font-weight: 700;
  margin-bottom: 0;
}
.sustainable .sustainable__link {
  color: #6fb62b;
  font-weight: 700;
}
.sustainable .sustainable__link:hover {
  color: #62a126;
}
.sustainable .sustainable__link .icon {
  font-size: 0.75rem;
  margin-right: 0.375rem;
}
.helium {
  display: flex;
  flex-direction: column;
  color: #2a2a2a;
  margin: 1.875rem 0rem 2.5rem 0rem;
}
.helium .helium__heading {
  display: flex;
  align-items: center;
  margin-bottom: 0.625rem;
}
.helium .helium__heading .icon {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.625rem;
}
.helium .helium__heading p {
  font-weight: 700;
  margin-bottom: 0;
}
.helium .helium__link {
  color: #6fb62b;
  font-weight: 700;
}
.helium .helium__link:hover {
  color: #62a126;
}
.helium .helium__link .icon {
  font-size: 0.75rem;
  margin-right: 0.375rem;
}
.detail__helium {
  color: #103a64 !important;
  font-weight: 500;
  font-size: 0.875rem;
  display: flex;
  width: 100%;
  align-items: center;
  text-decoration: none !important;
  margin-top: 0.375rem;
}
.detail__helium:hover {
  color: #62a126;
}
.detail__helium .icon {
  font-size: 0.5rem;
  margin-right: 0.375rem;
}
.is--ctl-detail .js--loading-indicator {
  z-index: 8000;
}
.is--ctl-detail .js--modal .modal--close {
  width: 1.875rem;
  height: 1.875rem;
  opacity: 1;
}
.is--ctl-detail .js--modal .modal--close:hover:before {
  background: #2879c9;
}
.is--ctl-detail .js--modal .modal--close:before {
  content: "\e60d";
  display: block;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: 'shopware';
  font-size: 1rem;
  line-height: 1.875rem;
  color: #ffffff;
  background: #5e9fdf;
  border-radius: 50%;
  background-clip: padding-box;
  width: 1.875rem;
  height: 1.875rem;
  text-align: center;
  cursor: pointer;
}
.is--ctl-detail .kplngisd {
  display: none;
}
.is--ctl-detail .usps details {
  position: relative;
  padding: .75rem .75rem .75rem 0;
}
.is--ctl-detail .usps summary {
  position: relative;
  font-weight: 700;
  cursor: pointer;
}
.is--ctl-detail .usps summary svg {
  height: 1em;
}
.is--ctl-detail .usps .details::details-content {
  display: block;
  block-size: 0;
  overflow: hidden;
  transition-property: block-size, content-visibility;
  transition-duration: 0.5s;
  transition-behavior: allow-discrete;
}
.is--ctl-detail .usps .details[open]::details-content {
  block-size: auto;
  block-size: calc-size(auto, size);
}
.is--ctl-detail .usps summary::marker {
  content: '>';
  content: none;
}
.is--ctl-detail .usps summary::-webkit-details-marker {
  display: none;
}
.is--ctl-detail .usps summary::before {
  content: '>';
  position: absolute;
  right: 0;
  transition: rotate 0.2s;
}
.is--ctl-detail .usps .details[open] summary::before {
  rotate: 90deg;
  inset-block-start: 0.05rem;
}
.is--ctl-detail .usps .details__content {
  margin-top: .5em;
}
.buy-button-payment-wrapper {
  max-width: 95%;
  margin: 0 auto;
}
.buy-button-payment-wrapper .column--payment {
  margin-top: .5rem;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
}
.buy-button-payment-wrapper .column--payment > a {
  flex: 0 0 17%;
  margin: 0;
  border: 1px solid #e3e3e3;
}
@media (max-width: 767.9px) {
  .is--ctl-detail form.configurator--form {
    position: relative;
  }
  .is--ctl-detail form.configurator--form .variant--sizes-link,
  .is--ctl-detail form.configurator--form .variant--sizes-link-sm {
    position: absolute;
    top: 1em;
    right: 1em;
    margin: 0;
  }
  .is--ctl-detail form.configurator--form .variant--options {
    display: flex;
    gap: 10px 15px;
    flex-wrap: wrap;
    margin-top: 1em;
  }
  .is--ctl-detail .scroll--top-wrapper {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .bware-hint-desktop {
    display: none !important;
  }
  .bware-hint-mobile {
    display: block !important;
  }
}
@media (min-width: 769px) {
  .bware-hint-desktop {
    display: block !important;
  }
  .bware-hint-mobile {
    display: none !important;
  }
}
/*
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: #eeeeee;
  overflow: hidden;
}
.footer-main .container {
  background: #eeeeee;
}
.footer-main .footer--topbar {
  color: #ffffff;
  background: #5e9fdf;
}
.footer-main .footer--topbar .container {
  background: transparent;
}
.footer-main .footer--topbar .trust--list {
  margin: 0;
  padding: 0.9375rem 0rem 0.9375rem 0rem;
}
.footer-main .footer--topbar .trust--entry {
  display: flex;
  align-items: center;
  padding: 0.9375rem 0.625rem 0.9375rem 0.625rem;
}
.footer-main .footer--topbar [class^='svg-'] {
  width: 3.75rem;
  height: 1.875rem;
}
.footer-main .footer--topbar .svg-uncolorized--truck-dims {
  height: 1.5625rem;
}
.footer-main .footer--topbar .trust--text {
  font-weight: 700;
  line-height: 1.25rem;
}
.footer-main .footer--topbar .trust--text a {
  color: #ffffff;
  text-decoration: underline;
}
.footer-main .footer--topbar .trust--text a:hover,
.footer-main .footer--topbar .trust--text a:focus {
  text-decoration: none;
}
.footer-main .footer--phone-link {
  font-size: 1.1875rem;
  font-weight: bold;
  color: #5e9fdf;
}
.footer-main .footer--service-menu {
  margin: 1.875rem 0rem 0.625rem 0rem;
}
.footer-main .footer--service-menu .service--link {
  display: block;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  margin: 0.3125rem 0rem 0.3125rem 0rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #103a64;
  cursor: pointer;
  text-transform: uppercase;
}
.footer-main .footer--service-menu .service--link::after {
  font-size: 0.625rem;
  margin-left: 0.5rem;
  font-family: 'shopware';
  color: #103a64;
  font-weight: 700;
  content: "\e60f";
  position: relative;
  bottom: 0.1875rem;
}
.footer-main .footer--column {
  padding: 0rem 0.625rem 0rem 0.625rem;
}
.footer-main .footer--column.panel {
  background: transparent;
}
.footer-main .footer--column.column--hotline .column--contact {
  padding-bottom: 0;
}
.footer-main .footer--column .panel--body {
  font-size: 1rem;
  padding: 0rem 0rem 1.25rem 0rem;
}
.footer-main .column--headline {
  -webkit-user-select: none;
  user-select: none;
  padding: 0.4375rem 0rem 0.4375rem 0rem;
  font-size: 1.25rem;
  line-height: 1.625rem;
  margin: 0;
  border-bottom: 1px solid #7b7b7b;
  font-weight: 700;
  color: #103a64;
  text-transform: uppercase;
  text-align: center;
}
.footer-main .column--headline.is--active::after {
  font-size: 0.8125rem;
  content: "\e68e";
}
.footer-main .column--headline::after {
  display: none;
  font-size: 0.5rem;
  margin-left: 0.5rem;
  font-family: 'shopware';
  color: #103a64;
  font-weight: 700;
  content: "\e612";
  position: absolute;
  right: 1.375rem;
}
.footer-main .column--content {
  margin-top: 0.625rem;
}
.footer-main .column--menu .column--headline {
  text-align: left;
  cursor: pointer;
}
.footer-main .column--menu .column--headline::after {
  display: inline-block;
}
.footer-main .column--menu .column--content {
  display: none;
}
.footer-main .column--menu .column--content.is--active {
  display: block;
}
.footer-main .footer--bottom {
  font-size: 0.75rem;
  padding: 0.625rem 0.625rem 6.25rem 0.625rem;
  text-align: center;
  position: relative;
  z-index: 20;
}
.footer-main .footer--copyright {
  font-size: 0.8125rem;
}
.footer-main .navigation--list {
  padding: 0rem 0rem 1rem 0rem;
  color: #ff6c00;
}
.footer-main .navigation--list .navigation--entry:before {
  font-size: 1.875rem;
  line-height: 1.25rem;
  content: "\2022";
  vertical-align: middle;
}
.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: 0rem 0rem 0rem 0.5rem;
  display: inline-block;
  color: #2a2a2a;
  vertical-align: middle;
}
.footer-main .navigation--link:hover {
  color: #ff6c00;
}
.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;
  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;
  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 .column--contact {
  padding: 0rem 0rem 1rem 0rem;
  text-align: center;
}
.footer-main .contact--social-media {
  text-align: center;
  padding: 1.25rem 0rem 1.875rem 0rem;
}
.footer-main .contact--social-media .social-media-icon-container {
  margin: 0rem 0.125rem 0rem 0.125rem;
  width: 2.5rem;
  height: 2.5rem;
  vertical-align: middle;
  background-color: #5e9fdf;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  outline: 0;
  padding: 0;
}
.footer-main .contact--social-media .social-media-icon-container .social-media-icon {
  display: inline-block;
  position: relative;
  top: 20%;
}
.footer-main .contact--social-media .social-media-icon-container .social-media-icon [class^="svg-"] {
  width: 1.5625rem;
  height: 1.5625rem;
  color: #ffffff;
}
.footer-main .contact--button-wrapper [class^="svg-"] {
  width: 1.75rem;
  height: 1.75rem;
  vertical-align: middle;
}
.footer-main .contact--text-container {
  margin: 0rem 0rem 1.5625rem 0rem;
}
.footer-main .contact--text-container .contact--text {
  margin: 0rem 0rem 0.3125rem 0rem;
}
.footer-main .contact--text-container .contact--text .contact--text-first {
  display: inline-block;
  margin: 0;
  color: #2a2a2a;
}
.footer-main .contact--text-container .contact--text .contact--text-second {
  font-size: 1.375rem;
  display: inline-block;
  margin: 0;
  color: #7b7b7b;
  vertical-align: middle;
  font-weight: 600;
}
.footer-main .contact--text-container .contact--text .contact--text-third {
  font-size: 1.25rem;
  display: inline-block;
  margin: 0;
  color: #7b7b7b;
}
.footer-main .contact--text-container .contact--text .contact--phone {
  width: 1.5625rem;
  height: 1.5625rem;
  -webkit-transform: rotate(95deg);
  transform: rotate(95deg);
  color: #7b7b7b;
  vertical-align: middle;
}
.footer-main .column--payment,
.footer-main .column--shipping {
  text-align: center;
}
.footer-main .column--payment:after,
.footer-main .column--shipping:after {
  content: "";
  display: table;
  clear: both;
}
.footer-main .column--shipping {
  padding: 0rem 0rem 1rem 0rem;
}
.footer-main .column--shipping .column--headline {
  margin: 1rem 0rem 0.625rem 0rem;
  cursor: default;
}
.footer-main .column--shipping .column--headline::after {
  display: none;
  content: "";
}
.footer-main .column--shipping .column--headline.is--active::after {
  display: none;
  content: "";
}
.footer-main .flag-menu {
  display: none;
  background: transparent;
  width: 100%;
  flex-basis: 100%;
}
.footer-main .flag-menu .column--headline {
  text-align: center;
  text-transform: none;
  font-weight: 400;
  color: #5e9fdf;
}
.footer-main .flag-menu .column--headline b,
.footer-main .flag-menu .column--headline strong {
  font-weight: 700;
}
.footer-main .flag-menu .column--headline::after {
  color: inherit;
}
.footer-main .flag-menu .column--content {
  padding-bottom: 0;
}
.footer-main .flag-menu .navigation--list {
  text-align: center;
  border-bottom: 2px solid #d7d7d7;
  margin-bottom: 0;
}
.footer-main .flag-menu .navigation--entry {
  display: inline-block;
  padding: 0.625rem 0.3125rem 0.3125rem 0.3125rem;
}
.footer-main .flag-menu .navigation--entry::before {
  content: none;
}
.footer-main .flag-menu .navigation--link {
  padding: 0;
}
.footer-main .flag-menu .navigation--link.is--image {
  width: 3rem;
  height: 2.25rem;
}
a.shipping--entry-container {
  margin-bottom: 0.25rem;
}
.payment--entry-container,
.shipping--entry-container {
  border-radius: 3px;
  background-clip: padding-box;
  margin: 0.3125rem 0.3125rem 0rem 0rem;
  width: 4.875rem;
  height: 2.5rem;
  background: #ffffff;
  display: inline-block;
  border: 1px solid #7b7b7b;
  line-height: 1;
}
.payment--entry-container .payment--entry,
.shipping--entry-container .payment--entry,
.payment--entry-container .shipping--entry,
.shipping--entry-container .shipping--entry {
  padding: 0.3125rem 0rem 0rem 0rem;
  text-align: center;
}
.payment--entry-container .payment--entry [class^="svg-"],
.shipping--entry-container .payment--entry [class^="svg-"],
.payment--entry-container .shipping--entry [class^="svg-"],
.shipping--entry-container .shipping--entry [class^="svg-"] {
  max-width: 3.75rem;
  height: 1.75rem;
  width: 100%;
  margin: 0 auto;
}
.payment--entry-container .payment--entry [class^="svg-"] > svg,
.shipping--entry-container .payment--entry [class^="svg-"] > svg,
.payment--entry-container .shipping--entry [class^="svg-"] > svg,
.shipping--entry-container .shipping--entry [class^="svg-"] > svg {
  width: 100%;
  height: 100%;
}
.footer--logo {
  display: none;
}
.footer--logo-confetti-tablet {
  display: none;
}
.footer--logo-confetti-desktop {
  display: none;
}
.footer-vat {
  margin-top: 0.625rem;
  padding: 0rem 0.3125rem 0rem 0.3125rem;
  background: transparent;
}
.footer--vat-info .vat-info--text {
  font-size: 0.875rem;
  margin-bottom: 0.625rem;
  text-align: center;
}
.footer-minimal {
  font-size: 0.8125rem;
  text-align: center;
}
.footer-minimal .footer-minimal--wrapper {
  padding: 0.9375rem 0.9375rem 1.875rem 0.9375rem;
  display: block;
}
.footer-minimal .footer-minimal--left {
  display: block;
  width: 100%;
  text-align: center;
}
.footer-minimal .footer-minimal--left .footer-minimal--question {
  font-size: 1.5rem;
  margin: 0rem 0rem 0.9375rem 0rem;
  color: #103a64;
  font-weight: 700;
  text-transform: uppercase;
}
.footer-minimal .footer-minimal--left .footer-minimal--number {
  font-size: 1.5rem;
  margin: 0rem 0rem 0.625rem 0rem;
  color: #7b7b7b;
  font-weight: 400;
  text-transform: uppercase;
}
.footer-minimal .footer-minimal--left .footer-minimal--number a {
  display: block;
  color: #7b7b7b;
}
.footer-minimal .footer-minimal--left .footer-minimal--time {
  font-size: 1.25rem;
  color: #7b7b7b;
}
.footer-minimal .footer-minimal--right {
  display: block;
  width: 100%;
  text-align: center;
}
.footer-minimal .footer-minimal--right .footer-minimal--actions {
  padding: 0rem 0.0625rem 0rem 0rem;
}
.footer-minimal .footer-minimal--right .footer-minimal--actions a {
  font-size: 1rem;
  color: #2a2a2a;
  vertical-align: middle;
}
.footer-minimal .footer-minimal--right .footer-minimal--actions a:hover {
  text-decoration: underline;
}
.footer-minimal .footer-minimal--right .footer-minimal--actions-dot {
  margin: 0rem 0.625rem 0rem 0.625rem;
  vertical-align: middle;
}
body > .scroll--top-wrapper {
  border-radius: 50%;
  bottom: 1.5625rem;
}
body.is--act-chat-widget > .scroll--top-wrapper {
  right: 6.25rem;
}
@media screen and (min-width: 30em) {
  .footer-main .footer--topbar .trust--list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-main .footer--topbar .trust--entry {
    flex: 1 0 50%;
  }
}
@media screen and (min-width: 48em) {
  .footer-main {
    margin: 0;
  }
  .footer-main .footer--topbar .trust--entry {
    flex: 0 0 33.333%;
  }
  .footer-main .footer--topbar [class^='svg-'] {
    width: 5rem;
    height: 2.5rem;
  }
  .footer-main .footer--topbar .svg-uncolorized--truck-dims {
    height: 2rem;
    margin-top: 0.3125rem;
  }
  .footer-main .footer--service-menu {
    display: none;
  }
  .footer-main .column--headline {
    margin: 1.75rem 0rem 0.625rem 0rem;
    padding: 0;
    cursor: text;
    text-align: left;
    border-bottom: 0 none;
  }
  .footer-main .column--headline::after {
    display: none;
  }
  .footer-main .column--menu .column--headline::after {
    display: none;
  }
  .footer-main .footer--column {
    min-width: 19.375rem;
    padding: 0rem 0.625rem 0rem 0rem;
    width: 50%;
    border: 0 none;
  }
  .footer-main .footer--column.flag-menu {
    width: 100%;
    flex-basis: 100%;
  }
  .footer-main .footer--column.flag-menu .navigation--list {
    padding: 0.625rem 0rem 1.5625rem 0rem;
  }
  .footer-main .footer--column.is--last .column--headline {
    padding-right: 0;
    border-bottom: 0 none;
  }
  .footer-main .footer--columns {
    display: flex;
    flex-wrap: wrap;
    padding: 0rem 1.875rem 0rem 1.875rem;
    position: relative;
    z-index: 20;
  }
  .footer-main .footer--column {
    padding: 0;
    width: 49%;
    border: 0;
  }
  .footer-main .column--menu .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.75;
  }
  .footer-main .newsletter--field {
    width: 80%;
  }
  .footer-main .newsletter--button {
    width: 20%;
  }
  .footer-main .newsletter--button .icon--mail {
    font-size: 0.75rem;
  }
  .footer-main .column--contact {
    padding: 0;
    text-align: left;
  }
  .footer-main .column--shipping {
    padding: 0;
  }
  .footer-main .column--shipping .column--headline {
    margin: 1.875rem 0rem 0.3125rem 0rem;
  }
  .footer-main .column--payment,
  .footer-main .column--shipping {
    max-width: 18.75rem;
    text-align: left;
  }
  .footer-main .footer--bottom {
    padding: 0;
  }
  .footer-vat {
    padding: 0;
  }
  .footer--vat-info .vat-info--text {
    margin-bottom: 0;
  }
  .footer--logo {
    margin: 5rem 0rem 0rem 0rem;
    display: block;
    background: #ffffff;
    position: relative;
  }
  .footer--logo .footer--logo-container {
    height: 4rem;
    background: #ffffff;
  }
  .footer--logo .footer--logo-confetti-tablet {
    top: 0.3125rem;
    left: -0.5rem;
    max-width: 48rem;
    background-image: url('../../themes/Frontend/PartyResponsive/frontend/_public/src/img/confetti-tablet.png');
    background-repeat: no-repeat;
    right: 0;
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    margin: 0 auto;
  }
  .footer--logo .footer--logo-wrapper {
    width: 18.75rem;
    margin: 0 auto;
    position: relative;
  }
  .footer--logo .footer--logo-wrapper::before {
    width: 8.875rem;
    height: 9.375rem;
    left: 3.125rem;
    top: -3.625rem;
    content: "";
    display: inline-block;
    background: #ffffff;
    position: absolute;
    border-radius: 100%;
    z-index: 10;
  }
  .footer--logo .footer--logo-wrapper::after {
    width: 4.5625rem;
    height: 4.75rem;
    right: 3.75rem;
    top: -2.6875rem;
    content: "";
    display: inline-block;
    background: #ffffff;
    position: absolute;
    border-radius: 100%;
    z-index: 10;
  }
  .footer--logo .footer--logo-link {
    top: -1.5rem;
    display: inline-block;
    position: relative;
    z-index: 20;
  }
  .footer--logo .footer--logo-link [class^="svg-"] {
    height: 3.5625rem;
    width: auto;
  }
  .footer-minimal .footer-minimal--wrapper {
    display: flex;
    align-items: center;
  }
  .footer-minimal .footer-minimal--left {
    text-align: left;
  }
  .footer-minimal .footer-minimal--left .footer-minimal--question {
    margin: 0rem 0rem 0.625rem 0rem;
  }
  .footer-minimal .footer-minimal--left .footer-minimal--number {
    margin: 0rem 0rem 0.625rem 0rem;
  }
  .footer-minimal .footer-minimal--left .footer-minimal--number a {
    display: inline-block;
  }
  .footer-minimal .footer-minimal--right {
    text-align: right;
  }
}
@media screen and (min-width: 78.75em) {
  .footer-main {
    margin: 0.625rem 0rem 0rem 0rem;
  }
  .footer-main .flag-menu {
    display: block;
  }
  .footer-main .footer--topbar .trust--list {
    flex-wrap: nowrap;
    margin: 0rem -1.25rem 0rem -1.25rem;
  }
  .footer-main .footer--topbar .trust--entry {
    flex: 1 0 16.666%;
  }
  .footer-main .footer--columns {
    padding: 0;
  }
  .footer-main .footer--column {
    flex-basis: 25%;
    min-width: 0;
    width: 25%;
  }
  .footer-main .footer--column.flag-menu {
    width: 100%;
    flex-basis: 100%;
  }
  .footer-main .footer--bottom {
    font-size: 0.9375rem;
  }
  .footer-main .column--payment .payment--entry-container:nth-of-type(3n+1),
  .footer-main .column--shipping .payment--entry-container:nth-of-type(3n+1),
  .footer-main .column--payment .shipping--entry-container:nth-of-type(3n+1),
  .footer-main .column--shipping .shipping--entry-container:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .footer-main .column--payment .payment--entry-container:nth-of-type(3n+3),
  .footer-main .column--shipping .payment--entry-container:nth-of-type(3n+3),
  .footer-main .column--payment .shipping--entry-container:nth-of-type(3n+3),
  .footer-main .column--shipping .shipping--entry-container:nth-of-type(3n+3) {
    margin-right: 0;
  }
  .footer-main .contact--text-container .contact--text .contact--text-second {
    cursor: default;
    pointer-events: none;
  }
  .footer--logo .footer--logo-confetti-tablet {
    display: none;
  }
  .footer--logo .footer--logo-confetti-desktop {
    top: 0.6875rem;
    max-width: 64rem;
    background-image: url('../../themes/Frontend/PartyResponsive/frontend/_public/src/img/confetti-desktop.png');
    background-repeat: no-repeat;
    right: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    margin: 0 auto;
  }
  .footer--logo .footer--logo-wrapper::before {
    width: 11.625rem;
    height: 12.5rem;
    left: 1.1875rem;
    top: -4.1875rem;
  }
  .footer--logo .footer--logo-wrapper::after {
    width: 5.9375rem;
    height: 6.25rem;
    right: 2.0625rem;
    top: -2.9375rem;
  }
  .footer--logo .footer--logo-link [class^="svg-"] {
    height: 4.625rem;
    width: auto;
  }
}
/*
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: #d7d7d7;
}
body > .sidebar-main:after {
  content: "";
  display: table;
  clear: both;
}
.mobile--switches {
  padding: 0rem 1.25rem 0rem 1.25rem;
}
.mobile--switches .field--select {
  position: relative;
}
.mobile--switches .select-field {
  border-radius: 1.875rem;
  margin: 0.625rem 0rem 0.625rem 0rem;
  padding: 0;
  height: auto;
  background: #ffffff;
  border: 1px solid #d7d7d7;
}
.mobile--switches .select-field select {
  border-radius: 0;
  padding: 0.3125rem 0.875rem 0.3125rem 0.875rem;
  line-height: 2.375rem;
  border: 0;
  text-transform: uppercase;
}
.mobile--switches .select-field::after {
  font-size: 0.4375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  top: 0.3125rem;
  right: 1.25rem;
  width: auto;
}
.mobile--switches .top-bar--language .select-field select {
  padding: 0.3125rem 0.875rem 0.3125rem 3.125rem;
}
.mobile--switches .top-bar--language .language--key,
.mobile--switches .top-bar--language .language--flag {
  border-radius: 50%;
  width: 0.6875rem;
  line-height: 0.6875rem;
  font-size: 0.4375rem;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: 1.875rem;
  left: 1.4375rem;
  z-index: 900;
  transform: scale(2);
  pointer-events: none;
}
.mobile--switches .top-bar--language .language--key {
  color: #ffffff;
  background-color: #5e9fdf;
}
.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: #ff6c00;
}
.sidebar--navigation.show--active-items .navigation--link.is--active {
  color: #ff6c00;
  font-weight: 600;
}
.offcanvas--overlay {
  width: calc(100% - 52px);
  background: #eeeeee;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  left: 0;
  top: 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 #d7d7d7;
  width: 100%;
  background: #ffffff;
}
.offcanvas--overlay .overlay--category:not(::empty) {
  margin: 1rem 0.625rem 0.375rem 0.625rem;
  line-height: 1.625rem;
}
.offcanvas--overlay .overlay--category:not(::empty) .category--headline {
  font-size: 0.875rem;
  color: #2a2a2a;
  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 {
  justify-content: flex-end;
  color: #ff6c00;
  font-weight: 700;
  text-transform: uppercase;
}
.offcanvas--overlay .is--highlight-button {
  font-weight: 700;
  color: #2a2a2a !important;
}
.has--cssanimations .sidebar--ajax-loader {
  top: 1rem;
  right: 0.5625rem;
  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 #d7d7d7;
  border-top: 2px solid #585858;
}
.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 #d7d7d7;
  border-top: 2px solid #585858;
}
.listing--sidebar {
  overflow: hidden;
  width: 0;
  height: 0;
}
.listing--sidebar .sidebar-filter .action--filter-options {
  border-radius: 3px;
  background-clip: padding-box;
  border: 1px solid #d7d7d7;
}
.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) {
  .sidebar-main .sidebar--categories-navigation.six-categories-left .sidebar--navigation.is--level0 > .navigation--entry > .navigation--link::after {
    display: none;
  }
}
@media screen and (min-width: 64em) {
  .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;
    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-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-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 #d7d7d7;
  }
  .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: #ff6c00;
  }
  .sidebar--navigation .navigation--link.is--active {
    color: #ff6c00;
    font-weight: bold;
  }
  .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: 600;
    text-shadow: none;
    color: #ff6c00;
    background: transparent;
    border: 0 none;
  }
  .sidebar--navigation .is--level2 {
    font-size: 0.875rem;
  }
  .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 #d7d7d7;
  }
  .shop-sites--container .shop-sites--headline {
    padding-bottom: 0.66666667rem;
    font-size: 1rem;
    margin-top: 0;
    border-bottom: 1px solid #d7d7d7;
    color: #2a2a2a;
    font-weight: bold;
  }
  .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;
  }
  .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 {
    background: transparent;
  }
}
@media screen and (min-width: 78.75em) {
  .sidebar-main {
    display: block;
  }
  .sidebar-main.off-canvas {
    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.
*/
.banner--container {
  margin: 0rem 0rem 1.25rem 0rem;
}
.category--teaser {
  margin: 0rem 0rem 1.25rem 0rem;
}
.hero--headline {
  border-bottom-width: 0.25rem;
  border-bottom-style: dotted;
  border-color: #5e9fdf;
  margin: 0rem 0rem 2.1875rem 0rem;
  padding: 1.5625rem 0rem 1.5625rem 0rem;
  font-size: 2.25rem;
  line-height: 2.375rem;
  font-weight: 400;
  color: #103a64;
  text-align: center;
}
.hero--headline b,
.hero--headline strong {
  font-weight: 700;
}
.hero--text {
  padding: 0;
}
.hero--text iframe {
  max-width: 100%;
}
.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;
}
.vendor--info .vendor--text {
  margin: 0rem 0rem 1.25rem 0rem;
}
.listing--actions {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.listing--wrapper.js--is-loading .js--loading-indicator {
  top: 9.375rem;
}
.listing {
  display: flex;
  flex-wrap: wrap;
  -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.9375rem;
  flex: 0 0 49%;
}
.action--filter-btn .filter--trigger {
  height: 2.125rem;
  padding: 0.25rem 0.25rem 0.25rem 0.625rem;
  line-height: 1.875rem;
  text-align: left;
  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;
  display: inline-block;
  color: #ffffff;
  float: right;
}
.has--pseudoprice-btn {
  flex: 1 0 4.375rem;
  margin-left: 0.625rem;
}
.action--filter-options {
  background: #ffffff;
}
.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: #5e9fdf;
  display: block;
  color: #ffffff;
  font-weight: bold;
}
.action--filter-options .filter--close-btn:hover {
  color: #ffffff;
}
.action--filter-options .filter--close-btn .icon--arrow-right {
  margin: 0.1875rem 0rem 0rem 0rem;
  float: right;
}
.action--filter-options.off-canvas.is--open.is--ajax-reload {
  overflow: hidden;
}
.action--filter-options.off-canvas.is--open.is--ajax-reload .filter--container {
  overflow: auto;
  position: absolute;
  top: 43px;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
}
.action--filter-options.off-canvas.is--open.is--ajax-reload .filter--close-btn {
  position: absolute;
  width: 100%;
  z-index: 10;
}
.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 #d7d7d7;
}
.action--filter-options .filter--entry:last-child {
  border: 0 none;
}
.action--filter-options .filter--link {
  color: #2a2a2a;
}
.action--filter-options .filter--link:hover {
  color: #ff6c00;
}
.action--sort {
  display: block;
  margin-bottom: 0.9375rem;
  flex: 0 0 49%;
}
.action--sort .sort--label {
  display: none;
}
.action--sort .sort--select {
  height: 2.125rem;
  margin: 0;
  max-width: 100%;
}
.action--sort .sort--select:after {
  line-height: 2.125rem;
}
.action--per-page {
  display: none;
}
.listing--paging {
  padding: 0.625rem 0rem 0.625rem 0rem;
  display: block;
  text-align: right;
}
.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) {
  .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 {
    margin: 0rem 0rem 1.25rem 0rem;
    padding-top: 0.625rem;
    display: block;
    border: 1px solid #d7d7d7;
    background: #eeeeee;
    overflow: visible;
  }
  .listing--actions .listing--paging {
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
    display: block;
    border-top: 1px solid #d7d7d7;
  }
  .has--pseudoprice-btn {
    margin-left: 0;
  }
  .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: 15.625rem;
    margin: 0rem 0.625rem 0rem 0rem;
    display: inline-block;
    text-align: right;
    float: right;
  }
  .action--sort .sort--select {
    max-width: 15.625rem;
  }
  .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 {
    background-color: #ff6c00;
    color: #ffffff;
  }
  .action--filter-btn .filter--trigger.is--active:hover {
    box-shadow: 0 0 0 2px rgba(255, 108, 0, 0.4), 0 0 0 6px rgba(255, 108, 0, 0.2);
    color: #ffffff;
  }
  .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 {
    max-width: none;
    width: auto;
    height: auto;
    padding: 0;
    overflow: visible;
    position: relative;
    background: #ffffff;
    border: 0 none;
    clear: both;
    z-index: 600;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .action--filter-options.off-canvas {
    display: block;
  }
  .action--filter-options.is--collapsed,
  .action--filter-options.is--active-filter {
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #d7d7d7;
  }
  .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 #d7d7d7;
    background: #eeeeee;
  }
}
@media screen and (min-width: 78.75em) {
  .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.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: 50%;
  }
  .action--sort .sort--label {
    margin: 0rem 0.625rem 0rem 0rem;
    display: inline-block;
    font-weight: bold;
  }
  .action--sort .sort--select {
    max-width: 15.625rem;
    vertical-align: top;
  }
  .action--per-page .per-page--label {
    margin: 0rem 0.625rem 0rem 0rem;
    display: inline-block;
    font-weight: bold;
  }
  .listing--paging {
    display: block;
    clear: both;
  }
  .listing--paging .paging--label {
    margin: 0rem 0.625rem 0rem 0rem;
    font-weight: bold;
  }
  .listing--paging .paging--display {
    line-height: 1.875rem;
  }
}
@media screen and (min-width: 78.75em) {
  .container--listing {
    margin-bottom: 2.8125rem;
  }
}
/*
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 #d7d7d7;
  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 {
  height: 100%;
  width: 100%;
  object-fit: contain;
  margin: auto;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  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: #2a2a2a;
  font-weight: bold;
  overflow: hidden;
}
.product--box .product--title:hover {
  color: #5e9fdf;
}
.product--box .product--description {
  height: 4.5rem;
  margin: 0rem 0rem 0.625rem 0rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
  display: block;
  width: 100%;
  overflow: hidden;
}
.product--box .product--price-info {
  height: 2.5rem;
}
.product--box .product--price-info .price--unit {
  height: 1.25rem;
  font-size: 0.6875rem;
  line-height: 1rem;
  display: block;
  overflow: hidden;
}
.product--box .product--price-info .price--regulation {
  font-size: 0.625rem;
}
@media screen and (min-width: 64em) {
  .product--box .product--price-info .price--regulation {
    font-size: 0.6875rem;
  }
}
.product--box .product--price {
  height: 1.25rem;
}
.product--box .product--price .price--default {
  font-size: 1.125rem;
  line-height: 1.25rem;
  display: inline-block;
  color: #2a2a2a;
  font-weight: bold;
}
.product--box .product--price .price--default.is--discount {
  color: #f31612;
}
.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 div.product--btn-container div.product--detail-btn {
  height: 2.625rem;
}
.product--box div.product--btn-container form.buybox--form {
  height: 2rem;
}
.product--box .buybox--form {
  height: 2rem;
  margin-top: 0.4375rem;
  margin-bottom: 0.625rem;
}
.product--box .buybox--form .icon--arrow-right,
.product--box .buybox--form .buy-btn--cart-text {
  position: absolute;
  left: -9999em;
}
.product--box .buybox--form [class^="svg-"] {
  width: 1.375rem;
  height: 1.375rem;
  margin: -0.3125rem 0rem -0.3125rem 0rem;
}
.product--box .buybox--form .listing-actions {
  display: flex;
  height: 2rem;
  border-radius: 16px;
  background-clip: padding-box;
}
.product--box .buybox--form .listing-actions:hover {
  box-shadow: 0 0 0 2px rgba(111, 182, 43, 0.4), 0 0 0 6px rgba(111, 182, 43, 0.2);
}
.product--box .buybox--form .listing-actions .buybox--button {
  border-top-left-radius: 0;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
}
.product--box .buybox--form .listing-actions.modal-cart .select-field {
  width: 4.0625rem;
}
.product--box .buybox--form .listing-actions.modal-cart .select-field select.quantity--select.listing {
  padding: 0rem 1.125rem 0rem 0.3125rem;
  direction: rtl;
}
.product--box .buybox--form .listing-actions.modal-cart .select-field:after {
  font-size: 5px;
}
.product--box .buybox--form .listing-actions.modal-cart.is--active:hover {
  box-shadow: none;
  border-color: transparent;
}
.product--box .buybox--form .listing-actions.modal-cart .buybox--button.btn.is--small {
  padding: 0.25rem 1rem 0.25rem 0.3125rem;
}
.product--box .buybox--form .listing-actions.modal-cart .buybox--button.btn .icon--basket {
  margin-left: 0.3125rem;
}
.product--box .buybox--form .listing-actions.modal-cart .buybox--button.is--in-basket {
  background: transparent;
  color: #6fb62b;
  font-size: 0.75rem;
  opacity: 1;
}
.product--box .buybox--form .listing-actions.modal-cart .buybox--button.is--in-basket .icon--check {
  position: relative;
  top: -0.125rem;
  padding: 0.25rem;
  margin-left: 0.3125rem;
  background: #6fb62b;
  border-radius: 50%;
  color: #ffffff;
  font-size: 0.3125rem;
}
.product--box .buybox--form .listing-actions.modal-cart .buybox--button.is--in-basket:hover {
  box-shadow: none;
  border-color: transparent;
}
.product--box .buybox--form .select-field {
  height: 2rem;
  width: 3.125rem;
  float: left;
}
.product--box .buybox--form .select-field select.quantity--select.listing {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  color: #ffffff;
  font-weight: 700;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  background: #62a126;
  margin: 0;
  padding: 0rem 1.125rem 0rem 0.3125rem;
  font-size: .9375rem;
  height: 2rem;
  text-align: center;
  direction: rtl;
}
.product--box .buybox--form .select-field:after {
  color: white;
  font-size: 5px;
  top: -1px;
  right: 0;
}
.product--box .buybox--form .buybox--button {
  border-radius: 16px;
  background-clip: padding-box;
}
.product--box .buybox--form .buybox--button.btn.is--small {
  padding: 0.25rem 0.625rem 0.25rem 0.625rem;
}
.product--box .buybox--form .buybox--button.btn .icon--basket {
  margin-left: 0.3125rem;
}
.product--box .buybox--form .buybox--button:hover {
  box-shadow: none;
}
.product--box .product--detail-btn {
  height: 2.625rem;
  margin-top: 0.4375rem;
}
.product--box .product--actions {
  height: 0rem;
}
.product--box .product--actions form {
  display: inline-block;
}
.product--box .product--action {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  word-break: keep-all;
  white-space: nowrap;
}
.product--box .action--compare {
  display: none;
}
.product--box .action--note {
  color: #ff6c00;
  background: #ffffff;
  width: 1.28125rem;
  height: 1.3125rem;
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  z-index: 501;
}
.product--box .action--note [class^="svg-"] {
  width: 98%;
  height: 1.5625rem;
  margin-top: -0.25rem;
  color: #ff6c00;
}
.product--box .action--note .action--text {
  display: none;
}
.product--box .action--note:focus {
  outline: none;
}
.product--box .product--badges {
  top: 0rem;
  left: -0.0625rem;
  position: absolute;
  z-index: 550;
}
.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: bold;
  clear: both;
}
.product--box .product--badges .badge--discount {
  color: #ffffff;
  background: #f31612;
}
.product--box .product--badges .badge--recommend {
  color: #ffffff;
  background: #59cc1a;
}
.product--box .product--badges .badge--newcomer {
  color: #ffffff;
  background: #c1dcf7;
}
.product--box .product--badges .badge--esd {
  background: #5e9fdf;
  color: #ffffff;
}
.product--box .product--badges .badge--sustainable {
  color: #ffffff;
  background: #59cc1a;
}
.product--box .product--badges .badge--xxl {
  color: #ffffff;
  background: #f00075;
}
.product--box .product--badges .badge--secondchoice {
  color: #ffffff;
  background: #103a64;
}
.product--box .price--discount-percentage {
  padding: 0.125rem 0.25rem 0.125rem 0.25rem;
  font-size: 0.75rem;
  background-color: #f31612;
  color: #ffffff;
  border-radius: 3px;
  background-clip: padding-box;
  font-weight: 700;
  display: none;
}
.box--minimal {
  width: 50%;
}
.box--minimal .product--image {
  height: 11.25rem;
}
.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--image {
  width: 50%;
}
.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: #ff6c00;
}
.box--slider .box--content {
  border: 0 none;
  padding: 0;
}
.box--slider .product--price-info {
  height: auto;
}
.box--slider .product--price-info .price--unit {
  height: 0.875rem;
  font-size: 0.625rem;
}
.box--slider .product--price-info .price--default {
  font-size: 0.875rem;
}
.box--slider .product--price-info .is--discount {
  font-weight: bold;
}
.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: #2a2a2a;
  font-weight: bold;
  white-space: normal;
}
.box--slider .price--discount-percentage {
  display: inline-block;
}
.box--slider .product--badges .product--badge.badge--discount {
  display: none;
}
.box--slider .product--info {
  text-align: left;
}
.box--list .buybox--form,
.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,
  .box--image {
    width: 33.3%;
  }
  .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) {
  .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;
  }
  .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: 25%;
  }
  .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,
  .is--ctl-search .has--sidebar-filter .box--image,
  .is--ctl-listing.is--no-sidebar .has--sidebar-filter .box--image {
    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: 25%;
  }
  .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,
  .is--ctl-search .box--image,
  .is--ctl-listing.is--no-sidebar .box--image {
    width: 20%;
  }
  .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,
  .is--ctl-search .has--sidebar-filter .box--image,
  .is--ctl-listing.is--no-sidebar .has--sidebar-filter .box--image {
    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--image {
    width: 25%;
  }
  .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,
  .is--ctl-search .box--image,
  .is--ctl-listing.is--no-sidebar .box--image {
    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 {
  text-align: center;
}
.topseller--product:hover .badge {
  background-color: #ff8f3d;
  background-image: linear-gradient(to bottom, #ff8f3d 0%, #ff6c00 100%);
  color: #ffffff;
  text-shadow: 0 1px 1px #AD1200;
}
.topseller--product:hover .product--title {
  color: #ff6c00;
}
.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.
*/
.is--ctl-register .content--wrapper {
  display: flex;
  flex-wrap: wrap;
}
.is--ctl-register .register--existing-customer,
.is--ctl-register .bestit-amazon-pay--panel-account {
  margin-bottom: 1.25rem;
}
.register--content {
  margin: 0rem 0rem 0.625rem 0rem;
  width: 100%;
  order: 1;
}
.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: 1.125rem;
}
.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 {
  margin: 0rem 1.625rem 1rem 1.625rem;
  font-size: 0.875rem;
}
.register--content .select-field {
  margin-bottom: 1.0625rem;
  max-width: 100%;
}
.register--content .register--field {
  margin-bottom: 1.25rem;
  width: 100%;
}
.register--content .register--field-info {
  padding-top: 1.25rem;
  margin-bottom: 0.8125rem;
}
.register--content .register--field-info ul li {
  margin-bottom: 0rem;
}
.register--content .register--customertype {
  display: block;
}
.register--content .register--zip-city {
  display: flex;
  justify-content: stretch;
}
.register--content .register--zip-city .replaceholder--wrapper {
  display: block;
  width: 100%;
}
.register--content .register--zip-city .replaceholder--wrapper:first-of-type {
  width: 50%;
  padding-right: 2%;
}
.register--content .register--zip-city .replaceholder--label {
  top: 0.6em;
}
.register--content .register--zip-city .register--spacer {
  margin-right: 2%;
}
.register--content .birthday--label {
  margin: 0rem 0rem 0.3125rem 0rem;
  display: block;
  font-weight: bold;
}
.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 .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 #d7d7d7;
}
.register--content .register--privacy input[type="checkbox"] {
  margin: 0rem 0.625rem 0rem 0rem;
}
.register--content .register--personal:after {
  content: "";
  display: table;
  clear: both;
}
.register--content .register--personal .panel--body {
  padding-bottom: 0;
}
.register--content .register--personal .panel--body div[class^="register--"]:last-child {
  padding-bottom: 0;
}
.register--content .register--personal .panel--body div[class^="register--"]:last-child input {
  margin-bottom: 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: normal;
  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%;
}
.register--login .amazon-pay-button-wrapper .amazon-pay-button {
  width: 100% !important;
}
.register--advantages {
  display: none;
}
.password--success {
  margin: 0.625rem 0rem 1.25rem 0rem;
}
.steps--container {
  background: #e2f0fe;
}
.steps--container + .content-main {
  margin-top: 0.625rem;
}
.steps--content {
  padding-top: 1rem;
  background: transparent;
  display: table;
  width: 100%;
}
.steps--content .steps--list {
  display: table-row;
}
.steps--content .steps--list:after {
  content: "";
  display: table;
  clear: both;
}
.steps--content .steps--entry {
  font-size: 0.6875rem;
  padding: 0;
  display: table-cell;
  width: 25%;
  list-style: none;
  vertical-align: top;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
}
.steps--content .steps--entry [class^="svg-"] {
  height: 3.125rem;
  width: 3.125rem;
}
.steps--content .steps--entry .steps--entry-link {
  overflow: hidden;
  color: #7b7b7b;
}
.steps--content .steps--entry .steps--entry-link [class^="svg-"] {
  fill: #7b7b7b;
  color: #7b7b7b;
}
.steps--content .steps--entry.is--active .steps--entry-link {
  color: #ff6c00;
}
.steps--content .steps--entry.is--active .steps--entry-link [class^="svg-"] {
  fill: #ff6c00;
  color: #ff6c00;
}
.steps--content .steps--entry.is--done .steps--entry-link {
  color: #5e9fdf;
}
.steps--content .steps--entry.is--done .steps--entry-link [class^="svg-"] {
  fill: #5e9fdf;
  color: #5e9fdf;
}
.steps--content .steps--entry-icon {
  font-size: 1.25rem;
  width: 3.125rem;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.steps--content .steps--entry-icon .steps--entry-number {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0.375rem;
}
.steps--content .steps--entry-text:first-child {
  display: block;
}
.steps--content .steps--entry-text:last-child {
  display: none;
}
.account--change-payment .account--welcome {
  margin-bottom: 0;
}
.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) {
  .is--ctl-register .content--wrapper {
    display: block;
  }
  .is--ctl-register .register--existing-customer,
  .is--ctl-register .bestit-amazon-pay--panel-account {
    margin-bottom: 0;
  }
  .register--content {
    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: 1.25rem;
  }
  .register--content .register--check {
    padding-bottom: 1.125rem;
  }
  .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: auto;
  }
  .steps--content {
    padding: 1rem 0rem 0.625rem 0rem;
  }
  .steps--content .steps--entry {
    font-size: 1rem;
    text-align: left;
  }
  .steps--content .steps--entry-icon {
    float: left;
  }
  .steps--content .steps--entry-text {
    float: left;
    padding: 0.625rem 0rem 0.3125rem 0.3125rem;
  }
  .register--login {
    width: 34%;
    float: left;
  }
  .register--login .register--new-customer {
    display: none;
  }
  .register--login .register--login-field {
    margin-bottom: 0.9375rem;
  }
  .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: 64em) {
  .steps--content {
    padding: 1rem 0rem 0.3125rem 0rem;
  }
  .steps--content .steps--entry {
    font-size: 1.25rem;
  }
  .steps--content .steps--entry.step--basket,
  .steps--content .steps--entry.step--register {
    width: 28%;
  }
  .steps--content .steps--entry.step--address,
  .steps--content .steps--entry.step--confirm {
    width: 24%;
  }
  .steps--content .steps--entry.step--confirm {
    width: 20%;
  }
  .steps--content .steps--entry-text:first-child {
    display: none;
  }
  .steps--content .steps--entry-text:last-child {
    display: block;
  }
}
@media screen and (min-width: 78.75em) {
  .steps--container {
    border-top: 3px solid #e2f0fe;
    background: #ffffff;
  }
}
/*
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--ctl-checkout .tonur_packstation_plus_text,
.is--ctl-checkout #packstationPlusError {
  display: none;
}
.is--ctl-checkout .column--product .tonur_packstation_plus_text_extended {
  left: 0.625rem;
  top: 0.625rem;
}
@media screen and (min-width: 30em) {
  .is--ctl-checkout .column--product .tonur_packstation_plus_text_extended {
    top: -0.625rem;
  }
}
.is--ctl-checkout.is--act-cart .steps--container {
  display: none;
}
.is--ctl-checkout.is--act-cart .column--product .tonur_packstation_plus_text_extended {
  left: 0rem;
}
@media screen and (min-width: 30em) {
  .is--ctl-checkout.is--act-cart .column--product .tonur_packstation_plus_text_extended {
    left: 5.9375rem;
  }
}
.is--ctl-checkout.is--act-cart h1 {
  margin: 0;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .is--ctl-checkout.is--act-cart h1 {
    font-size: 2rem;
    line-height: 2;
  }
}
.is--ctl-checkout.is--act-cart .shipping-progress-wrapper {
  margin-top: .5rem;
  width: 100%;
  height: 8px;
  border-radius: 4px;
  border: 1px solid #008000;
  overflow: hidden;
}
.is--ctl-checkout.is--act-cart .shipping-progress-bar {
  height: 100%;
  background-color: #008000;
}
.is--ctl-checkout.is--act-cart .product--delivery + .product--in-stock {
  margin-top: -1rem;
  margin-bottom: 1rem;
}
.is--ctl-checkout:not(.is--act-cart) .aggregation--list .list--entry.entry--saved {
  display: none;
}
.is--act-shippingpayment .add-product--form {
  display: none;
}
.is--act-shippingpayment .product--table {
  margin-top: 0;
}
.is--act-shippingpayment .product--table .panel--body {
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
}
.is--act-shippingpayment .product--table .panel--body .register--birthdate {
  display: flex;
  flex-wrap: wrap;
}
.is--act-shippingpayment .product--table .panel--body .birthday--label {
  flex: 1 0 100%;
}
.is--act-shippingpayment .product--table .panel--body .field--select {
  flex: 1 0 49%;
}
.is--act-shippingpayment .product--table .panel--body .field--select select {
  padding-right: 1.875rem;
}
.is--act-shippingpayment .payment--method-list {
  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;
  overflow: hidden;
}
.product--table .premium-product.panel {
  margin: 0.625rem 0rem 0rem 0rem;
  border: 1px solid #d7d7d7;
}
.product--table .delivery--status-icon {
  font-size: 0.375rem;
  margin: 0rem 0.0625rem 0rem 0rem;
}
.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 {
  font-size: 0.9375rem;
  padding: 0.25rem 0.9375rem 0.25rem 0.9375rem;
  min-height: 2rem;
  border-radius: 16px;
  background-clip: padding-box;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}
.product--table .table--actions .btn--checkout-proceed [class^="icon--"],
.product--table .table--actions .btn--checkout-continue [class^="icon--"] {
  font-size: 0.875rem;
  bottom: 0;
}
.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 #d7d7d7;
  width: 100%;
  height: 100%;
}
.product--table .table--tr:after {
  content: "";
  display: table;
  clear: both;
}
.product--table .table--tr.is--last-row {
  border-bottom: none;
}
.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 .column--product .tonur_packstation_plus_text_extended {
  position: relative;
  color: #f31612 !important;
  font-weight: 600;
  font-size: 0.875rem;
}
.product--table .column--product .tonur_packstation_plus_text_extended:before {
  font-family: 'shopware';
  content: "\e695";
  font-weight: 400;
}
.product--table .table--media {
  width: 100%;
  position: relative;
}
.product--table .table--media .table--media-outer {
  padding-left: 0 !important;
  border-radius: 2px;
  background-clip: padding-box;
  max-width: 4.375rem;
  max-height: 4.375rem;
  border: 1px solid #d7d7d7;
  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--information {
  font-size: 0.875rem;
}
.product--table .content--title {
  font-size: 1rem;
  font-weight: bold;
  color: #2a2a2a;
}
.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 {
  width: 2rem;
  height: 2rem;
  padding: 0;
}
.product--table .column--actions .icon--cross {
  font-size: 0.875rem;
  text-align: center;
  vertical-align: middle;
  position: static;
}
.product--table .column--label {
  color: #2a2a2a;
  text-align: left;
  margin: 0;
  float: left;
  font-weight: bold;
}
.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: bold;
}
.product--table .column--total-price .total-price--label-mobile {
  display: none;
}
.product--table .column--product:after {
  content: "";
  display: table;
  clear: both;
}
.product--table .column--product .column--image {
  float: left;
  width: 24%;
}
.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--quantity .select-field {
  min-width: 6.25rem;
  max-width: 10rem;
  width: auto;
}
.product--table .column--unit-price {
  color: #2a2a2a;
  font-weight: 700;
  padding: 0rem 0rem 0.5625rem 0.625rem;
}
.product--table .column--unit-price.is--pseudoprice {
  color: #f31612;
}
.product--table .column--unit-price.is--pseudoprice .price--line-through {
  color: #2a2a2a;
  text-decoration: line-through;
  font-weight: 400;
  margin-left: 0.3125rem;
}
.product--table .column--unit-price .unit-price--label-mobile {
  display: none;
}
.product--table .product--delivery {
  margin: 0;
  padding: 1.25rem 0rem 1.25rem 0rem;
}
.product--table .product--delivery .delivery--text {
  width: 100%;
  gap: 5px;
}
.product--table .product--delivery svg {
  width: 2.25rem;
  height: 1.875rem;
  margin-right: 0.3125rem;
  display: inline-block;
  color: inherit;
  vertical-align: middle;
}
.product--table .product--delivery .delivery--headline {
  min-width: 21.875rem;
}
.product--table .product--delivery .delivery--arrival {
  font-size: 1.125rem;
  display: inline-block;
  vertical-align: middle;
}
.product--table .product--delivery .delivery--date,
.product--table .product--delivery .delivery--delay,
.product--table .product--delivery .shipping--information {
  font-size: 0.875rem;
  display: block;
  color: #2a2a2a;
}
.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: #5e9fdf;
}
.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: bold;
  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: bold;
  background: #2a2a2a;
  color: #ffffff;
}
.product--table .basket--badge svg {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.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;
  position: relative;
}
.product--table .add-product--field,
.product--table .add-voucher--field {
  width: 100%;
}
.product--table .add-product--button,
.product--table .add-voucher--button {
  background-color: #5e9fdf;
  color: #ffffff;
  width: 2.5rem;
  position: absolute;
  right: 0;
  top: 0;
}
.product--table .add-product--button:hover,
.product--table .add-voucher--button:hover {
  box-shadow: 0 0 0 2px rgba(94, 159, 223, 0.4), 0 0 0 6px rgba(94, 159, 223, 0.2);
  color: #ffffff;
}
.product--table .add-product--button.is--underline-effect::after,
.product--table .add-voucher--button.is--underline-effect::after {
  background-color: #ffffff;
}
.product--table .add-product--button [class^="icon--"],
.product--table .add-voucher--button [class^="icon--"] {
  margin: 0rem 0rem 0rem -0.1875rem;
}
.product--table .add-voucher--form {
  margin: 0rem 0rem 0.75rem 0rem;
}
.product--table .add-voucher--panel {
  margin: 0.625rem 0rem 0rem 0rem;
  position: relative;
}
.product--table .table--aggregation {
  margin: 0rem -0.625rem 0rem -0.625rem;
  padding: 0.75rem 1.25rem 0.75rem 1.25rem;
  background: #f1f1f1;
  border-color: #d7d7d7;
  border-style: solid;
  border-width: 1px 0 0 0;
}
.product--table .table--aggregation .product--delivery {
  clear: both;
  float: none;
  margin: 0;
}
.product--table .table--aggregation .product--delivery .delivery--text {
  width: 100%;
}
.product--table .table--aggregation .product--delivery svg {
  width: 2.25rem;
  height: 1.875rem;
  margin-right: 0.3125rem;
  display: inline-block;
  color: inherit;
  vertical-align: middle;
}
.product--table .table--aggregation .product--delivery .delivery--arrival {
  font-size: 0.875rem;
  display: inline-block;
  vertical-align: middle;
}
.product--table .table--aggregation .product--delivery .delivery--date {
  font-size: 0.875rem;
  margin-left: 2.8125rem;
  display: block;
}
.product--table .table--shipping-costs .shipping-costs--title {
  font-size: 1rem;
  text-transform: uppercase;
}
.product--table .table--shipping-costs > div:after {
  content: "";
  display: table;
  clear: both;
}
.product--table .table--shipping-costs label {
  float: left;
  clear: left;
  width: 30%;
  line-height: 2.5rem;
  margin-bottom: 0.625rem;
}
.product--table .table--shipping-costs .select-field {
  float: right;
  width: 70%;
  max-width: 100%;
  margin-bottom: 0.625rem;
  padding-left: 1.25rem;
}
.product--table .table--actions:not(.confirm--actions) .main--actions {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 48em) {
  .product--table .table--actions:not(.confirm--actions) .main--actions {
    flex-direction: row-reverse;
    justify-content: right;
  }
}
.product--table .table--actions:not(.confirm--actions) .main--actions .amazon-pay-button-wrapper {
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 48em) {
  .product--table .table--actions:not(.confirm--actions) .main--actions .amazon-pay-button-wrapper {
    padding: 0rem 0.9375rem 0rem 0rem;
    width: auto;
  }
}
.product--table .table--actions:not(.confirm--actions) .main--actions .amazon-pay-button-wrapper .amazon-pay-button {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 1.25rem;
  width: 100% !important;
}
@media screen and (min-width: 30em) {
  .product--table .table--actions:not(.confirm--actions) .main--actions .amazon-pay-button-wrapper .amazon-pay-button {
    width: 49% !important;
  }
}
@media screen and (min-width: 48em) {
  .product--table .table--actions:not(.confirm--actions) .main--actions .amazon-pay-button-wrapper .amazon-pay-button {
    width: 10.625rem !important;
  }
}
.product--table .table--actions:not(.confirm--actions) .main--actions .paypal-unified-ec--outer-button-container {
  width: 100%;
  height: 2.1875rem;
}
@media screen and (min-width: 30em) {
  .product--table .table--actions:not(.confirm--actions) .main--actions .paypal-unified-ec--outer-button-container {
    width: 49%;
  }
}
@media screen and (min-width: 48em) {
  .product--table .table--actions:not(.confirm--actions) .main--actions .paypal-unified-ec--outer-button-container {
    width: 10.625rem;
  }
}
.product--table .table--footer {
  font-size: 0.875rem;
}
.product--table .table--footer .benefit--text {
  font-size: 0.875rem;
}
.product--table .basket--footer {
  background: #ffffff !important;
}
.product--table .basket--footer .table--aggregation,
.product--table .basket--footer .aggregation--list {
  margin: 0;
  padding: 0;
  background: #ffffff;
}
@media screen and (min-width: 48em) {
  .product--table .basket--footer .table--aggregation,
  .product--table .basket--footer .aggregation--list {
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  }
}
.product--table .basket--footer .aggregation--list {
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 48em) {
  .product--table .basket--footer .aggregation--list {
    margin-top: 0;
  }
}
.product--table .basket--footer .entry--shipping {
  margin-bottom: 0.625rem;
}
.product--table .basket--footer .entry--total {
  padding-top: 0.625rem;
}
.product--table .basket--footer .product--delivery {
  padding: 1.25rem 0rem 1.25rem 0rem;
}
.product--table .basket--footer .product--delivery svg {
  width: 2.25rem;
  height: 1.875rem;
  margin-right: 0.3125rem;
  display: inline-block;
  color: inherit;
  vertical-align: middle;
}
.product--table .basket--footer .product--delivery .delivery--headline {
  min-width: 21.875rem;
}
.product--table .basket--footer .product--delivery .delivery--arrival {
  font-size: 1.125rem;
  display: inline-block;
  vertical-align: middle;
}
.product--table .basket--footer .product--delivery .delivery--date,
.product--table .basket--footer .product--delivery .delivery--delay,
.product--table .basket--footer .product--delivery .shipping--information {
  font-size: 0.875rem;
  display: block;
  color: #2a2a2a;
}
.product--table .benefit--headline {
  font-size: 0.875rem;
  color: #2a2a2a;
  font-weight: bold;
}
.product--table .cartReserveMsg .alert {
  margin: 0rem -1.25rem 0rem -1.25rem;
}
.aggregation--list {
  padding: 0.75rem 1.25rem 0.75rem 1.25rem;
  background: #f1f1f1;
  border-bottom: 1px solid #d7d7d7;
}
.aggregation--list .list--entry {
  font-size: 0.875rem;
  list-style: none;
}
.aggregation--list .entry--label {
  width: 65%;
}
.aggregation--list .entry--value {
  width: 35%;
  text-align: right;
}
.aggregation--list .entry--total {
  font-size: 1.5rem;
  padding-top: 0.5rem;
  border-top: 2px solid #c1dcf7;
  font-weight: 700;
  color: #103a64;
}
.aggregation--list .entry--totalnet,
.aggregation--list .entry--taxes {
  font-size: 0.75rem;
}
.entry--red-bg {
  background: #f31612;
  color: #ffffff;
  padding: 0.25rem 0.5rem 0.25rem 0.5rem;
  font-weight: bold;
}
.entry--saved .entry--value {
  font-weight: bold;
}
.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: #5e9fdf;
  display: block;
}
.premium-product .premium-product--difference .difference--price {
  font-size: 0.875rem;
}
.premium-product .product-slider--arrow.arrow--next {
  right: 0;
}
.premium-product .product-slider--arrow.arrow--prev {
  left: 0;
}
.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 #d7d7d7;
  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: #5e9fdf;
  position: absolute;
  color: #ffffff;
  font-weight: bold;
  z-index: 750;
}
.premium-product .product--inner .premium-product--free {
  color: #59cc1a;
  font-weight: bold;
  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: bold;
}
.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 {
  margin: 0rem 1.25rem 0rem 1.25rem;
  padding: 1.25rem 1.875rem 1.125rem 0rem;
  border-bottom: 2px solid #eeeeee;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  font-weight: 700;
  text-transform: uppercase;
}
.js--modal .modal--checkout-add-article .modal--title .title {
  font-size: 0.9375rem;
  line-height: 1.375rem;
  font-weight: 700;
  text-transform: uppercase;
}
.js--modal .modal--checkout-add-article .modal--error {
  padding: 1.25rem;
}
.js--modal .modal--checkout-add-article .modal--article {
  margin: 0rem 1.25rem 0rem 1.25rem;
  padding: 1.25rem 0rem 1.25rem 0rem;
  border-bottom: 2px solid #eeeeee;
}
.js--modal .modal--checkout-add-article .article--info {
  margin-left: 5.3125rem;
}
.js--modal .modal--checkout-add-article .article--info:after {
  content: "";
  display: table;
  clear: both;
}
.js--modal .modal--checkout-add-article .article--image {
  float: left;
  width: 5rem;
  height: 7.5rem;
  border-radius: 4px;
  background-clip: padding-box;
  background: #f3f3f3;
}
.js--modal .modal--checkout-add-article .article--image img {
  mix-blend-mode: multiply;
  padding: 0.625rem;
}
.js--modal .modal--checkout-add-article .article--name {
  width: 100%;
}
.js--modal .modal--checkout-add-article .list--name {
  margin: 0rem 0rem 0.625rem 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 {
  font-size: 1.125rem;
  line-height: normal;
  font-weight: 700;
  color: #2a2a2a;
  display: block;
}
.js--modal .modal--checkout-add-article .list--name .entry--ordernumber,
.js--modal .modal--checkout-add-article .list--name .entry--quantity {
  color: #9b9b9b;
  font-size: 0.75rem;
  line-height: 1.125rem;
  text-transform: uppercase;
  font-weight: 500;
}
.js--modal .modal--checkout-add-article .article--price {
  margin: 0.625rem 0rem 0rem 0.9375rem;
  width: 100%;
}
.js--modal .modal--checkout-add-article .list--price {
  margin: 0;
}
.js--modal .modal--checkout-add-article .list--price .entry--price {
  display: block;
  color: #2a2a2a;
  font-size: 1.375rem;
  font-weight: 400;
}
.js--modal .modal--checkout-add-article .list--price .entry--price.has--pseudoprice {
  color: #f31612;
}
.js--modal .modal--checkout-add-article .list--price .entry--price.has--pseudoprice .pseudo-price {
  color: #bfbfbf;
  font-size: 0.9375rem;
  text-decoration: line-through;
  margin-left: 0.3125rem;
}
.js--modal .modal--checkout-add-article .modal--actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 1.25rem 1.25rem 0.3125rem 1.25rem;
}
@media screen and (min-width: 48em) {
  .js--modal .modal--checkout-add-article .modal--actions {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    column-gap: 1rem;
  }
}
.js--modal .modal--checkout-add-article .modal--actions .btn {
  width: 48%;
  line-height: 1.125rem;
  margin: 0.625rem 0rem 0.625rem 0rem;
  padding: 0.6875rem 1.25rem 0.6875rem 1.25rem;
}
.js--modal .modal--checkout-add-article .modal--actions .btn.is--secondary {
  color: #2a2a2a;
  background: #bfbfbf;
}
.js--modal .modal--checkout-add-article .modal--actions .btn.is--secondary:focus,
.js--modal .modal--checkout-add-article .modal--actions .btn.is--secondary:hover {
  box-shadow: 0 0 0 2px rgba(238, 238, 238, 0.4), 0 0 0 6px rgba(238, 238, 238, 0.2);
}
.js--modal .modal--checkout-add-article .modal--actions .paypal-unified-ec--outer-button-container {
  margin-top: 0.625rem;
  margin-bottom: 0.3125rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 48em) {
  .js--modal .modal--checkout-add-article .modal--actions .paypal-unified-ec--outer-button-container {
    order: -1;
  }
}
.js--modal .modal--checkout-add-article .modal--actions .amazon-pay-button-wrapper {
  grid-column: 2/3;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1rem;
}
@media screen and (min-width: 48em) {
  .js--modal .modal--checkout-add-article .modal--actions .amazon-pay-button-wrapper {
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    width: 100%;
  }
}
.js--modal .modal--checkout-add-article .modal--cross-selling .panel {
  background: #f3f3f3;
  border-top: 2px solid #eeeeee;
  overflow: hidden;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .panel--title {
  margin: 0rem 1.25rem 0rem 1.25rem;
  padding: 1.25rem 1.875rem 1.125rem 0rem;
  border-bottom: 2px solid #eeeeee;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  font-weight: 700;
  text-transform: uppercase;
  border-color: transparent;
  padding-bottom: 0;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .panel--title .title {
  font-size: 0.9375rem;
  line-height: 1.375rem;
  font-weight: 700;
  text-transform: uppercase;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .product-slick-slider .slick-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .product-slick-slider .product-slider--item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  float: none;
  height: auto;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .product-slick-slider .product-slider--item .product--box {
  height: 100%;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .product-slick-slider .product-slider--item .product--info {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .panel--body {
  padding: 0rem 0.625rem 0.625rem 0.625rem;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .box--slider {
  text-align: left;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .box--slider .product--image {
  background: #ffffff;
  border-radius: 4px;
  background-clip: padding-box;
  overflow: hidden;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .box--slider .product--title {
  font-weight: 700;
  margin: 0;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .box--slider .product--price {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  height: auto;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .box--slider .product--price .price--default:not(.is--discount),
.js--modal .modal--checkout-add-article .modal--cross-selling .box--slider .product--price .price--discount {
  color: #9b9b9b;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .box--slider .product--price .price--default,
.js--modal .modal--checkout-add-article .modal--cross-selling .box--slider .product--price .price--discount {
  font-size: 0.9375rem;
  font-weight: 700;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .box--slider .product--price .price--pseudo {
  order: -1;
  margin-right: 0.625rem;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .box--slider .buy-btn--cart-text {
  position: absolute;
  left: -999em;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .box--slider .buybox--form .icon--basket {
  display: inline-block;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .box--slider .buybox--form .icon--arrow-right {
  display: none;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .product-slider--arrow {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 50%;
  background-clip: padding-box;
  top: 5.625rem;
  background: transparent;
  color: black;
  font-size: 18px;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .slick-arrow {
  overflow: hidden;
  width: 1.875rem;
  height: 1.875rem;
  top: 1rem;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-property: background;
  transition-property: background;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .slick-arrow::before {
  display: block;
  opacity: 1;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: 'shopware';
  font-size: 1rem;
  line-height: 1.875rem;
  color: #ffffff;
  background: #5e9fdf;
  border-radius: 50%;
  width: 1.875rem;
  height: 1.875rem;
  text-align: center;
  cursor: pointer;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .slick-arrow:hover::before,
.js--modal .modal--checkout-add-article .modal--cross-selling .slick-arrow:focus::before {
  color: #ffffff;
  background: #2879c9;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .slick-prev {
  left: auto;
  right: 3.125rem;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .slick-prev::before {
  content: "\e611";
}
.js--modal .modal--checkout-add-article .modal--cross-selling .slick-next {
  left: auto;
  right: 0.625rem;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .slick-next::before {
  content: "\e60f";
}
.js--modal .modal--checkout-add-article .modal--cross-selling .badge--discount {
  display: none;
}
.js--modal .modal--checkout-add-article .product--box .price--discount-percentage {
  display: none;
}
.js--modal .modal--checkout-add-article .slick-slider {
  margin-bottom: 0;
}
.content--confirm .alert {
  margin-top: 0.625rem;
}
.content--confirm .has--border {
  border: 1px solid #d7d7d7;
}
.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: 0rem 0rem 0.625rem 0rem;
  border-bottom: 1px solid #d7d7d7;
  position: relative;
}
.content--confirm .payment--method .method_last,
.content--confirm .dispatch--method .method_last {
  border: 0;
}
.content--confirm .payment--method.method_last,
.content--confirm .dispatch--method.method_last {
  border: 0 none;
}
.content--confirm .method--input {
  width: 2.5rem;
  padding: 0.9375rem 0rem 0rem 0rem;
  text-align: center;
  float: left;
}
.content--confirm .method--label {
  width: 100%;
}
.content--confirm .method--label label {
  display: block;
  padding: 0.9375rem 0rem 0.3125rem 2.5rem;
  cursor: pointer;
}
.content--confirm .method--label label::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.content--confirm .method--label label:focus,
.content--confirm .method--label label:hover {
  color: #5e9fdf;
}
.content--confirm .method--description {
  padding-left: 2.5rem;
}
.content--confirm .method--description form,
.content--confirm .method--description iframe {
  position: relative;
  z-index: 1;
}
.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 {
  padding-right: 1.25rem !important;
  font-size: 0.875rem;
  line-height: 1.5rem;
  border-top: 1px solid #d7d7d7;
}
@media screen and (max-width: 30em) {
  .js--modal .modal--checkout-add-article .modal--title {
    padding: 1.25rem 1.5625rem 0.5rem 0rem;
    line-height: 1.125rem;
  }
  .js--modal .modal--checkout-add-article .modal--article {
    padding: 0;
  }
  .js--modal .modal--checkout-add-article .modal--actions {
    padding: 0.3125rem 1.25rem 0.3125rem 1.25rem;
  }
  .js--modal .modal--checkout-add-article .modal--actions .btn {
    margin-bottom: 0.3125rem;
  }
  .js--modal .modal--checkout-add-article .article--image {
    background: transparent;
  }
  .js--modal .modal--checkout-add-article .list--name .entry--name {
    margin-bottom: 0;
    padding-top: 0.625rem;
  }
  .js--modal .modal--checkout-add-article .list--name .entry--name .link--name {
    font-size: 1rem;
  }
  .js--modal .modal--checkout-add-article .modal--cross-selling .panel--title {
    padding: 0.625rem 0rem 0rem 0rem;
  }
}
@media screen and (min-width: 30em) {
  .is--act-shippingpayment .product--table .panel--body .register--birthdate {
    display: block;
  }
  .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 {
    font-size: 1.125rem;
    padding: 0.4375rem 1.25rem 0.4375rem 1.25rem;
    min-height: 2.5rem;
    border-radius: 20px;
    background-clip: padding-box;
    width: 49%;
  }
  .product--table .table--actions .btn--checkout-proceed [class^="icon--"],
  .product--table .table--actions .btn--checkout-continue [class^="icon--"] {
    font-size: 0.875rem;
    bottom: -0.0625rem;
  }
  .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: bold;
  }
  .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 .actions--bottom .main--actions {
    margin-bottom: 0.625rem;
  }
}
@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: 0rem 0rem 1.25rem 0rem;
  }
  .product--table .alert {
    margin-bottom: 1.25rem;
  }
  .product--table .basket--footer .product--delivery {
    max-width: 34.8125rem;
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
    padding-right: 10.5%;
    width: 50%;
    float: right;
  }
  .product--table .basket--footer .product--delivery {
    padding: 1.875rem 1.25rem 1.25rem 1.25rem;
  }
  .product--table .row--voucher,
  .product--table .row--premium-product {
    height: 100%;
  }
  .product--table .panel--body {
    padding: 0.625rem 1.25rem 0.625rem 1.25rem;
    border: 1px solid #d7d7d7;
  }
  .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 #d7d7d7;
    display: block;
  }
  .product--table .table--header .table--column {
    font-size: 1rem;
    padding-bottom: 0;
    font-weight: bold;
    color: #2a2a2a;
  }
  .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 #d7d7d7;
  }
  .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: 80%;
  }
  .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 {
    min-width: 4.6875rem;
    float: right;
    font-weight: bold;
  }
  .product--table .column--quantity .select-field::after {
    right: 0.625rem;
  }
  .product--table .column--quantity .select-field select {
    padding: 0;
    min-width: 3.75rem;
    padding-left: 0.625rem;
  }
  .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 .quantity--empty,
  .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: bold;
    color: #2a2a2a;
  }
  .product--table .column--total-price {
    float: left;
    font-weight: bold;
  }
  .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 .basket--footer {
    margin: 0rem -1.25rem -1.25rem -1.25rem;
    border-top: 1px solid #d7d7d7;
    background: #f1f1f1;
  }
  .product--table .basket--footer:after {
    content: "";
    display: table;
    clear: both;
  }
  .product--table .basket--footer .product--delivery {
    padding: 0.625rem 1.25rem 1.25rem 1.25rem;
    padding-right: 11%;
    width: 50%;
    float: right;
  }
  .product--table .aggregation--list,
  .product--table .table--aggregation {
    padding: 1.25rem;
    padding-right: 11%;
    border: 0 none;
    background: transparent;
    margin: 0;
    float: left;
    width: 50%;
  }
  .product--table .table--actions {
    margin: 0;
  }
  .product--table .table--actions:not(.actions--bottom) {
    padding-bottom: 1.25rem;
  }
  .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 {
    font-size: 1.5rem;
    padding: 0.8125rem 1.875rem 0.8125rem 1.875rem;
    min-height: 3.125rem;
    border-radius: 25px;
    background-clip: padding-box;
    text-transform: uppercase;
    width: auto;
    margin-bottom: 0;
  }
  .product--table .table--actions .btn--checkout-proceed [class^="icon--"],
  .product--table .table--actions .btn--checkout-continue [class^="icon--"] {
    font-size: 1.375rem;
    bottom: -0.0625rem;
  }
  .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 .modal--error {
    padding: 1.875rem;
  }
  .js--modal .modal--checkout-add-article .modal--title {
    margin: 0rem 1.875rem 0rem 1.875rem;
  }
  .js--modal .modal--checkout-add-article .modal--article {
    margin: 0rem 1.875rem 0rem 1.875rem;
  }
  .js--modal .modal--checkout-add-article .article--info {
    margin-left: 8.125rem;
    padding-top: 1.875rem;
  }
  .js--modal .modal--checkout-add-article .article--image {
    width: 7.5rem;
    height: 8.75rem;
  }
  .js--modal .modal--checkout-add-article .article--image img {
    padding: 0.9375rem;
  }
  .js--modal .modal--checkout-add-article .article--name {
    float: left;
    width: 75%;
  }
  .js--modal .modal--checkout-add-article .article--price {
    float: right;
    width: 25%;
    margin: 0;
  }
  .js--modal .modal--checkout-add-article .list--name .entry--ordernumber,
  .js--modal .modal--checkout-add-article .list--name .entry--quantity {
    font-size: 0.875rem;
    font-weight: 500;
  }
  .js--modal .modal--checkout-add-article .list--price {
    text-align: right;
  }
  .js--modal .modal--checkout-add-article .modal--actions {
    padding: 0.9375rem 1.875rem 0.9375rem 1.875rem;
  }
  .js--modal .modal--checkout-add-article .modal--actions .btn {
    width: auto;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .js--modal .modal--checkout-add-article .modal--actions .btn.is--secondary {
    order: -1;
  }
  .js--modal .modal--checkout-add-article .modal--actions .btn.is--primary {
    order: 1;
  }
  .js--modal .modal--checkout-add-article .modal--cross-selling .panel--title {
    margin: 0rem 1.875rem 0rem 1.875rem;
  }
  .js--modal .modal--checkout-add-article .modal--cross-selling .panel--body {
    padding: 0rem 1.25rem 0.625rem 1.25rem;
  }
  .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 #d7d7d7;
  }
  .content--confirm .confirm--inner-container .basket--footer {
    border: 1px solid #d7d7d7;
    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: 1.25rem 0rem 1.25rem 0rem;
  }
  .product--table {
    margin-bottom: 0;
  }
  .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%;
  }
  .product--table .basket--footer .product--delivery {
    padding: 0.625rem 0rem 1.25rem 0rem;
  }
}
@media screen and (max-width: 30em) {
  .product--table .table--tr {
    padding: 0.625rem 0rem 0.625rem 0rem;
  }
  .product--table .row--product {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .product--table .row--product .panel--td {
    float: none;
  }
  .product--table .row--product .column--label {
    margin-right: 0.25rem;
  }
  .product--table .row--product .column--product {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .product--table .row--product .column--product .table--content {
    width: 76%;
  }
  .product--table .row--product .column--product .tonur_packstation_plus_text_extended {
    width: 100%;
    position: unset;
    margin-left: 0.9375rem;
  }
  .product--table .row--product .column--product .product--delivery {
    padding: 0;
  }
  .product--table .row--product .column--quantity {
    width: auto;
    line-height: 0;
    padding: 0;
    margin-left: 0;
    background: #f1f1f1;
    border-radius: 40px 0 0 40px;
    background-clip: padding-box;
  }
  .product--table .row--product .column--quantity .column--label {
    display: none;
  }
  .product--table .row--product .column--quantity .select-field {
    margin: 0;
    min-width: 5rem;
  }
  .product--table .row--product .column--quantity .select-field select {
    padding: 0rem 2.25rem 0rem 0.9375rem;
  }
  .product--table .row--product .column--quantity .quantity--empty {
    display: inline-block;
    line-height: 1.5rem;
    padding: 0.5rem 0.25rem 0.5rem 0.25rem;
  }
  .product--table .row--product .column--unit-price {
    margin-left: 0;
    width: auto;
    padding: 0.5rem 0.25rem 0.5rem 0.25rem;
    background: #f1f1f1;
  }
  .product--table .row--product .column--unit-price .unit-price--label {
    display: none;
  }
  .product--table .row--product .column--unit-price .unit-price--label-mobile {
    display: inline-block;
    color: #5e9fdf;
  }
  .product--table .row--product .column--total-price {
    width: auto;
    margin-left: 0;
    padding: 0.5rem 1rem 0.5rem 0rem;
    background: #f1f1f1;
    border-radius: 0 40px 40px 0;
    background-clip: padding-box;
  }
  .product--table .row--product .column--total-price .total-price--label {
    display: none;
  }
  .product--table .row--product .column--total-price .total-price--label-mobile {
    display: inline-block;
    color: #5e9fdf;
  }
  .product--table .row--product .column--actions {
    position: static;
    width: auto;
    margin-left: auto;
  }
}
.invalid-category ul {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  margin: 0;
}
.invalid-category ul li {
  list-style: disc;
}
@media screen and (min-width: 64em) {
  .row--rebate {
    display: flex;
    align-items: center;
  }
}
.row--rebate .column--product {
  display: flex;
  align-items: center;
}
.row--rebate .column--product .table--content {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media screen and (max-width: 64em) {
  .row--rebate .column--product .table--content {
    width: 75%;
  }
}
.row--rebate .content--title-small,
.row--rebate .total-price--label,
.row--rebate .column--total-price {
  font-size: 0.75rem;
}
.row--rebate .column--total-price {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
.row--rebate .table--media .basket--badge {
  width: 2rem;
  height: 2rem;
}
.row--rebate .table--media .basket--badge svg {
  max-width: 80%;
  max-height: 80%;
}
.row--rebate .basket--badge {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.9px) {
  .is--act-cart .product--table .alert {
    padding: 1rem .5rem;
    font-size: .9rem;
  }
  .is--act-cart .product--table .row--product {
    position: relative;
  }
  .is--act-cart .product--table .row--product .column--product {
    width: 75%;
  }
  .is--act-cart .product--table .row--product .column--quantity {
    position: absolute;
    bottom: 0;
    margin-bottom: .5rem;
    right: 0px;
    background: none;
    width: 25%;
    border-radius: 0;
  }
  .is--act-cart .product--table .row--product .column--quantity form {
    display: flex;
    gap: 5px;
    max-width: 100%;
    flex-direction: row;
    margin-left: auto;
    margin-right: 0;
    text-align: right;
    float: right;
    width: 100%;
    justify-content: flex-end;
  }
  .is--act-cart .product--table .row--product .column--quantity select {
    position: relative;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    text-indent: 1px;
    text-overflow: clip;
    text-align: center;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px;
    margin: 0;
    background: #f3f3f3;
    outline: none;
    cursor: pointer;
    height: 30px;
    flex: 1 1 calc(50%);
    max-width: calc(50%);
  }
  .is--act-cart .product--table .row--product .column--quantity .select-field.fake-number-field:after {
    content: none;
  }
  .is--act-cart .product--table .row--product .column--quantity .select-field.fake-number-field button {
    height: 30px;
    border: 1px solid #ccc;
    background-color: #dfdfdf;
    color: #333;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    flex: 1 1 25%;
    max-width: 30px;
  }
  .is--act-cart .product--table .row--product .column--quantity .select-field.fake-number-field button:disabled {
    background-color: #e0e0e0;
    cursor: not-allowed;
  }
  .is--act-cart .product--table .row--product .column--quantity .select-field.fake-number-field select::-ms-expand {
    display: none !important;
    outline: 2px solid #000000;
  }
  .is--act-cart .product--table .row--product .column--unit-price {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 1rem;
    background: none;
    max-width: 25%;
    width: 25%;
    font-size: 1rem;
  }
  .is--act-cart .product--table .row--product .column--unit-price .unit-price--label-mobile,
  .is--act-cart .product--table .row--product .column--unit-price .unit-price--label,
  .is--act-cart .product--table .row--product .column--total-price,
  .is--act-cart .product--table .row--product .column--quantity .quantity--label,
  .is--act-cart .product--table .row--product .column--actions {
    display: none;
  }
}
@media (max-width: 1023.9px) {
  /*Sticky Zur Kasse Button*/
  .is--act-cart .table--actions {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 0;
    border-radius: 0;
    z-index: 999;
    max-width: 100%;
    width: 100%;
    background: white;
    padding: 1rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
  }
  .is--act-cart .btn--checkout-proceed,
  .is--act-cart .paypal-unified-ec--outer-button-container {
    width: 100% !important;
    height: 40px;
  }
  .is--act-cart .table--actions.actions--bottom {
    display: none;
  }
  .is--act-cart .table--actions--total-to-pay--insufficient {
    display: none !important;
  }
  .is--act-cart .table--actions--total-to-pay > div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-weight: 700;
    font-size: 1.125rem;
  }
  .is--act-cart .table--actions--total-to-pay {
    width: 95%;
    margin: 0 auto 1rem auto;
  }
  .is--act-cart .scroll--top-wrapper {
    display: none;
  }
}
@media (min-width: 768px) {
  .fake-number-field button {
    display: none;
  }
}
@media screen and (min-width: 64em) {
  .table--actions--total-to-pay {
    display: none;
  }
}
.is--ctl-checkout .confirm--content .product--in-stock {
  float: left;
  width: 100%;
}
/*
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.
*/
.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 #d7d7d7;
}
.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 #d7d7d7;
}
.finish--table .is--last-row {
  border-bottom: 0 none;
}
.finish--custom-banner {
  margin-bottom: 1.25rem;
}
.finish--custom-banner-img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 30em) {
  .finish--table .table--tr .column--quantity {
    margin-left: 12.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;
  }
  .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: 15%;
  }
  .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 .table--tr .column--product,
  .finish--table .table--header .panel--th.column--product {
    width: 59%;
  }
  .finish--table .row--premium-product .column--product,
  .finish--table .row--rebate .column--product {
    width: 77.5%;
  }
  .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.information--panel-prepayment {
    width: 100%;
  }
  .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 .column--total-price {
    width: 14%;
  }
  .finish--content .finish--table .table--header .column--product,
  .finish--content .finish--table .table--tr .column--product {
    width: 60%;
  }
  .finish--content .finish--table .row--premium-product .column--product,
  .finish--content .finish--table .row--rebate .column--product {
    width: 80.5%;
  }
  .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;
  }
  .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: #2a2a2a;
  }
}
/*
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.
*/
.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: bold;
  color: #ff6c00;
}
.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: 0rem 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: #f31612;
}
.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 #d7d7d7;
}
.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: #2a2a2a;
}
.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 {
  display: none;
}
.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: 600;
}
.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 #d7d7d7;
}
.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: #2a2a2a;
  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: #2a2a2a;
}
.is--act-partnerStatistic .is--odd {
  padding: 0rem 0rem 0.5625rem 0rem;
  border-bottom: 1px solid #d7d7d7;
}
.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 {
  padding: 0;
}
.order--status .column--value {
  line-height: 20px;
}
.order--status .order-status-link .icon {
  font-size: 0.5rem;
  margin-right: 0.3125rem;
}
.order--name {
  color: #2a2a2a;
}
.order--details,
.order--price-unit,
.order--current-price {
  display: none;
}
.order--details .panel--tr {
  border-bottom: 1px solid #d7d7d7;
}
.order--repeat {
  text-align: center;
  background: #eeeeee;
  border-bottom: 1px solid #d7d7d7;
}
.order--actions {
  text-align: center !important;
}
.order--user-comments,
.order--shop-comments {
  border-bottom: 1px solid #d7d7d7;
}
.account--downloads {
  border: 1px solid #d7d7d7;
}
.account--downloads p {
  font-size: 0.875rem;
}
.account--downloads .downloads--table-header {
  display: none;
}
.account--downloads .panel--tr {
  padding: 0.625rem 0rem 0.625rem 0rem;
}
.account--downloads .panel--td {
  padding: 0.3125rem 0.625rem 0.3125rem 0.625rem;
  display: block;
  float: none;
}
.account--downloads .panel--td:after {
  content: "";
  display: table;
  clear: both;
}
.account--password-reset {
  margin-top: 0.625rem;
}
.account--password-reset p {
  margin: 0;
}
.account--password-reset .password-reset--input {
  margin: 0rem 0rem 1.875rem 0rem;
  width: 100%;
}
.account--password-reset .password-reset--link {
  width: 100%;
  margin: 0;
}
.account--password-reset .password-reset--link:first-child {
  margin: 0rem 0rem 0.625rem 0rem;
}
.account--password-new {
  margin-top: 0.625rem;
}
.account--password-new .password-new--input {
  margin-bottom: 0.9375rem;
  width: 100%;
}
.account--password-new .password-new--helptext {
  margin-bottom: 0;
}
.account--password-new .password-new--submit {
  display: block;
  width: 100%;
}
.account--profile {
  margin: 0;
}
.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 #d7d7d7;
  border-top: 2px solid #585858;
  display: inline-block;
  position: relative;
}
.account--profile .panel {
  margin-bottom: 1.25rem;
}
.account--profile .required-info {
  font-size: 0.875rem;
}
.account--profile .select-field {
  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: bold;
}
.account--profile .profile--birthdate:after {
  content: "";
  display: table;
  clear: both;
}
.account--profile .profile--birthdate .select-field {
  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 (min-width: 30em) {
  .account--password-reset {
    margin-top: 0.625rem;
  }
  .account--password-reset .password-reset--input {
    margin: 0rem 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.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--welcome .panel--title {
    font-size: 1.75rem;
    line-height: 1.875rem;
  }
  .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: #2a2a2a;
  }
  .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%;
  }
  .password-reset--form-content .replaceholder--wrapper {
    width: 20rem;
    margin: auto;
  }
  .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: 0;
  }
  .is--act-partnerStatistic .listing--actions {
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
    border-radius: 3px;
    background-clip: padding-box;
    border: 1px solid #d7d7d7;
    background: #f1f1f1;
  }
  .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: 0;
  }
  .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--menu {
    border: 1px solid #d7d7d7;
  }
  .account--menu .navigation--headline {
    padding: 1.25rem 0rem 0rem 0rem;
    margin: 0rem 1.25rem 0rem 1.25rem;
    font-size: 1rem;
    display: block;
    font-weight: bold;
    color: #2a2a2a;
    padding: 1.25rem 0rem 0.625rem 0rem;
    text-decoration: none !important;
    border-bottom: 1px solid #d7d7d7;
  }
  .account--menu .navigation--headline.is--underline {
    padding: 1.25rem 0rem 0.625rem 0rem;
    border-bottom: 1px solid #d7d7d7;
    text-decoration: none !important;
  }
  .account--menu .navigation--headline.is--secondary {
    color: #2a2a2a;
  }
  .account--menu .navigation--headline.is--primary {
    color: #ff6c00;
  }
  .account--menu .account--menu-container {
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
    display: block;
    position: relative;
    padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  }
  .account--menu .account--menu-container.has--border {
    border: 1px solid #d7d7d7;
  }
  .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: #eeeeee;
  }
  .account--menu .account--menu-container.is--embossed {
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
    background: #eeeeee;
  }
  .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 #d7d7d7;
    font-weight: bold;
    color: #ff6c00;
  }
  .account--menu .navigation--link.link--logout [class^="icon--"] {
    margin: 0rem 0.3125rem 0rem 0rem;
    display: inline-block;
  }
  .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--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.4375rem 1.25rem 0.4375rem 1.25rem;
  font-size: 1rem;
  line-height: 1.375rem;
  min-height: 2.5rem;
  border-radius: 27px;
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #5e9fdf;
  -webkit-font-smoothing: inherit;
  display: inline-flex;
  justify-content: center;
  position: relative;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border: none;
  color: #ffffff;
  transition: box-shadow 0.3s cubic-bezier(0.46, 0, 0.5, 1.22);
  align-items: center;
  /** Button icon font size */
  /*
    ######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 */
  padding: 0.625rem 0.625rem 0.5625rem 0.625rem;
  margin: 0rem 1.5625rem 0rem 0rem;
  line-height: 1.25rem;
}
.partner-statistic .ui-datepicker-trigger:hover {
  box-shadow: 0 0 0 2px rgba(94, 159, 223, 0.4), 0 0 0 6px rgba(94, 159, 223, 0.2);
  color: #ffffff;
}
.partner-statistic .ui-datepicker-trigger [class^="icon--"] {
  font-size: 0.875rem;
  display: inline-block;
  position: relative;
  bottom: -0.0625rem;
}
.partner-statistic .ui-datepicker-trigger.is--icon-right [class^="icon--"] {
  margin-left: 0.625rem;
}
.partner-statistic .ui-datepicker-trigger.is--icon-left [class^="icon--"] {
  margin-right: 0.625rem;
}
.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;
  box-shadow: 0 0 0 transparent;
  cursor: not-allowed;
}
.partner-statistic .ui-datepicker-trigger:focus {
  outline: none;
}
.partner-statistic .ui-datepicker-trigger.is--small {
  font-size: 0.9375rem;
  padding: 0.25rem 0.9375rem 0.25rem 0.9375rem;
  min-height: 2rem;
  border-radius: 16px;
  background-clip: padding-box;
}
.partner-statistic .ui-datepicker-trigger.is--small [class^="icon--"] {
  font-size: 0.875rem;
  bottom: 0;
}
.partner-statistic .ui-datepicker-trigger.is--medium {
  font-size: 1.125rem;
  padding: 0.4375rem 1.25rem 0.4375rem 1.25rem;
  min-height: 2.5rem;
  border-radius: 20px;
  background-clip: padding-box;
}
.partner-statistic .ui-datepicker-trigger.is--medium [class^="icon--"] {
  font-size: 0.875rem;
  bottom: -0.0625rem;
}
.partner-statistic .ui-datepicker-trigger.is--large {
  font-size: 1.5rem;
  padding: 0.8125rem 1.875rem 0.8125rem 1.875rem;
  min-height: 3.125rem;
  border-radius: 25px;
  background-clip: padding-box;
  text-transform: uppercase;
}
.partner-statistic .ui-datepicker-trigger.is--large [class^="icon--"] {
  font-size: 1.375rem;
  bottom: -0.0625rem;
}
.partner-statistic .ui-datepicker-trigger.is--full {
  display: flex;
}
.partner-statistic .ui-datepicker-trigger.is--center {
  text-align: center;
}
.partner-statistic .ui-datepicker-trigger.is--underline-effect::after {
  left: 0.75rem;
  height: 0.125rem;
  content: "";
  width: 0;
  background-color: #ffffff;
  position: absolute;
  bottom: 20%;
  transition: width 0.3s cubic-bezier(0.46, 0, 0.5, 1.22);
}
.partner-statistic .ui-datepicker-trigger.is--underline-effect:hover::after {
  width: calc(100% - 24px);
}
/*
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--item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 1.25rem 0rem 0.625rem 0rem;
  position: relative;
}
@media screen and (min-width: 48em) {
  .note--item {
    justify-content: flex-end;
  }
}
.note--item .panel--td {
  padding: 0;
}
.note--item .buybox--form .btn.buybox--button {
  font-size: 0.9375rem;
  padding: 0.25rem 0.9375rem 0.25rem 0.9375rem;
  min-height: 2rem;
  border-radius: 16px;
  background-clip: padding-box;
  background-color: #6fb62b;
  color: #ffffff;
  position: static;
}
.note--item .buybox--form .btn.buybox--button [class^="icon--"] {
  font-size: 0.875rem;
  bottom: 0;
}
.note--item .buybox--form .btn.buybox--button:hover {
  box-shadow: 0 0 0 2px rgba(111, 182, 43, 0.4), 0 0 0 6px rgba(111, 182, 43, 0.2);
  color: #ffffff;
}
.note--item .buybox--form .btn.buybox--button.is--underline-effect::after {
  background-color: #ffffff;
}
.note--item::after {
  content: none;
}
.note--info {
  display: flex;
  align-items: flex-start;
  justify-content: stretch;
  flex: 2;
  max-width: 90%;
  min-width: 18.75rem;
}
@media screen and (min-width: 48em) {
  .note--info {
    max-width: 100%;
  }
}
.note--info .note--variation-description {
  margin: 0;
}
.note--image-container {
  float: left;
  display: table-row;
  flex: none;
  margin: 0rem 1.25rem 0.625rem 0rem;
}
.note--image-link {
  width: 5.3125rem;
  height: 5.3125rem;
  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 #d7d7d7;
}
@media screen and (min-width: 48em) {
  .note--image-link {
    width: 6.25rem;
    height: 6.25rem;
  }
}
.note--image {
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.note--details {
  margin: 0rem 0rem 0.3125rem 0rem;
}
.note--title {
  display: block;
  margin: 0.25rem 0rem 0.25rem 0rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #2a2a2a;
}
.note--title:hover {
  color: #ff6c00;
}
.note--delivery .delivery--status-icon {
  display: none;
}
.note--delivery .delivery--text-available {
  display: block;
}
.note--compare {
  display: none;
  margin: 0.625rem 0rem 0rem 5.9375rem;
}
.note--compare .compare--link {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  color: #2a2a2a;
}
.note--compare .compare--link:hover {
  color: #5e9fdf;
}
.note--compare [class^="icon--"] {
  margin: 0rem 0.3125rem 0rem 0rem;
  font-size: 0.75rem;
}
@media screen and (min-width: 48em) {
  .note--compare {
    display: block;
  }
}
.note--price-unit {
  display: block;
  margin: -0.6875rem 0rem 0.9375rem 0rem;
}
.note--price-unit .is--strong {
  display: none;
}
.note--sale {
  margin-top: 0.625rem;
  width: 12.5rem;
  text-align: right;
}
.note--price {
  margin: 0.25rem 0rem 0.9375rem 0rem;
  font-size: 1.125rem;
  color: #2a2a2a;
  font-weight: 700;
  text-align: left;
}
.note--price.is--pseudoprice {
  color: #f31612;
}
.note--price.is--pseudoprice .price--line-through {
  color: #2a2a2a;
  text-decoration: line-through;
  font-weight: 400;
  margin-left: 0.3125rem;
}
.note-actions {
  width: 100%;
  display: flex;
  margin: 0rem 0rem 0.625rem 0rem;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 48em) {
  .note-actions {
    width: 15.625rem;
  }
}
.note-actions .note--delete-form {
  margin-left: 0.625rem;
}
.notebuy--form {
  order: 2;
}
.note--delete {
  padding: 0.4375rem 1.25rem 0.4375rem 1.25rem;
  font-size: 1rem;
  line-height: 1.375rem;
  min-height: 2.5rem;
  border-radius: 27px;
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #5e9fdf;
  -webkit-font-smoothing: inherit;
  display: inline-flex;
  justify-content: center;
  position: relative;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border: none;
  color: #ffffff;
  transition: box-shadow 0.3s cubic-bezier(0.46, 0, 0.5, 1.22);
  align-items: center;
  /** Button icon font size */
  /*
    ######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 */
  background: #ffffff;
  border: 1px solid #f31612;
  width: 2rem;
  height: 2rem;
  min-height: 2rem;
  padding: 0;
}
.note--delete:hover {
  box-shadow: 0 0 0 2px rgba(94, 159, 223, 0.4), 0 0 0 6px rgba(94, 159, 223, 0.2);
  color: #ffffff;
}
.note--delete [class^="icon--"] {
  font-size: 0.875rem;
  display: inline-block;
  position: relative;
  bottom: -0.0625rem;
}
.note--delete.is--icon-right [class^="icon--"] {
  margin-left: 0.625rem;
}
.note--delete.is--icon-left [class^="icon--"] {
  margin-right: 0.625rem;
}
.note--delete:disabled,
.note--delete:disabled:hover,
.note--delete.is--disabled,
.note--delete.is--disabled:hover {
  opacity: 0.5;
  box-shadow: 0 0 0 transparent;
  cursor: not-allowed;
}
.note--delete:focus {
  outline: none;
}
.note--delete.is--small {
  font-size: 0.9375rem;
  padding: 0.25rem 0.9375rem 0.25rem 0.9375rem;
  min-height: 2rem;
  border-radius: 16px;
  background-clip: padding-box;
}
.note--delete.is--small [class^="icon--"] {
  font-size: 0.875rem;
  bottom: 0;
}
.note--delete.is--medium {
  font-size: 1.125rem;
  padding: 0.4375rem 1.25rem 0.4375rem 1.25rem;
  min-height: 2.5rem;
  border-radius: 20px;
  background-clip: padding-box;
}
.note--delete.is--medium [class^="icon--"] {
  font-size: 0.875rem;
  bottom: -0.0625rem;
}
.note--delete.is--large {
  font-size: 1.5rem;
  padding: 0.8125rem 1.875rem 0.8125rem 1.875rem;
  min-height: 3.125rem;
  border-radius: 25px;
  background-clip: padding-box;
  text-transform: uppercase;
}
.note--delete.is--large [class^="icon--"] {
  font-size: 1.375rem;
  bottom: -0.0625rem;
}
.note--delete.is--full {
  display: flex;
}
.note--delete.is--center {
  text-align: center;
}
.note--delete.is--underline-effect::after {
  left: 0.75rem;
  height: 0.125rem;
  content: "";
  width: 0;
  background-color: #ffffff;
  position: absolute;
  bottom: 20%;
  transition: width 0.3s cubic-bezier(0.46, 0, 0.5, 1.22);
}
.note--delete.is--underline-effect:hover::after {
  width: calc(100% - 24px);
}
.note--delete [class^="icon--"] {
  font-size: 0.5625rem;
  bottom: 0;
  color: #f31612;
}
.note--delete-form {
  order: 1;
  position: absolute;
  top: 1.25rem;
}
@media screen and (min-width: 48em) {
  .note--delete-form {
    position: static;
  }
}
@media screen and (min-width: 64em) {
  .note--zoom {
    font-size: 0.75rem;
    display: block;
    color: #2a2a2a;
    text-align: center;
  }
  .note--zoom:hover {
    color: #ff6c00;
  }
}
/*
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 {
  font-size: 1.25rem;
  margin-top: 0rem;
}
.forms--content .forms--headline .forms--text p {
  margin-bottom: 0.75rem;
}
.forms--content .forms--headline .forms--text ul {
  list-style: none;
  margin-bottom: 0.625rem;
}
.forms--content .forms--headline .forms--text ul li {
  margin-bottom: 0.625rem;
  padding-left: 0.625rem;
  position: relative;
}
.forms--content .forms--headline .forms--text ul li::before {
  content: "\2022";
  color: #5e9fdf;
  display: block;
  position: absolute;
  left: 0;
}
.forms--content .forms--headline .forms--text ul li {
  padding-left: 0.9375rem;
}
.forms--content .forms--headline .forms--text ul li::before {
  content: "";
  width: 0.6em;
  height: 1em;
  top: 0.25rem;
  color: #ff6c00;
  background-image: url('../../themes/Frontend/PartyResponsive/frontend/_public/src/svg/src/colorized/balloon-fill.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.forms--content .alert {
  margin: 1.875rem 0rem 0rem 0rem;
}
.forms--content .forms--field {
  width: 100%;
}
.forms--content input {
  width: 100%;
}
.forms--content textarea {
  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 {
  margin-bottom: 0.625rem;
}
.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 .forms--headline .forms--title {
    font-size: 1.75rem;
    line-height: 1.875rem;
  }
  .forms--content .forms--captcha strong.captcha--notice {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 78.75em) {
  .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: #f1f1f1;
}
.sitemap--content .sitemap--category .sitemap--navigation-link {
  padding: 0.25rem 0rem 0.25rem 1.25rem;
  color: #2a2a2a;
  display: block;
}
.sitemap--content .sitemap--category .sitemap--navigation-link:hover {
  color: #ff6c00;
}
.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: #5e9fdf;
}
.sitemap--content .sitemap--navigation-head .sitemap--navigation-head-link {
  color: #ffffff;
}
@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.
*/
.fuzzy--listing-headline,
.search--headline {
  font-size: 1.25rem;
  margin: 0;
}
.search--content .panel--body {
  padding: 0rem 0rem 1.25rem 0rem;
}
.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 #d7d7d7;
}
.search--cat-filter .cat-filter--reset {
  margin: 0rem 0rem 0.9375rem 0rem;
  line-height: 1.5rem;
  border-color: #ff6c00;
}
.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: bold;
}
.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: #2a2a2a;
}
.search--cat-filter .cat-filter--link:hover,
.search--cat-filter .cat-filter--sub-cat:hover {
  color: #5e9fdf;
}
.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) {
  .fuzzy--listing-headline,
  .search--headline {
    font-size: 1.75rem;
    line-height: 1.875rem;
  }
  .search--cat-filter {
    margin: 0rem 0rem 2.5rem 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 .custom-page--tab-headline {
  font-size: 1.25rem;
  margin-top: 0;
}
.custom-page--content .content--custom.panel--body {
  padding: 1.25rem;
}
.custom-page--content .is--active-parent {
  display: block;
}
.custom-page--content ul:not(.list--balloon):not(.list--black-dot) li {
  margin-bottom: 0.625rem;
  padding-left: 0.625rem;
  position: relative;
}
.custom-page--content ul:not(.list--balloon):not(.list--black-dot) li::before {
  content: "\2022";
  color: #5e9fdf;
  display: block;
  position: absolute;
  left: 0;
}
.ajax-modal--custom {
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}
.custom-page--shipp--table {
  margin: 0.625rem -0.9375rem 0.625rem -0.9375rem;
}
.is--ctl-custom .custom-page--shipp--table {
  margin: 0.625rem 0rem 0.625rem 0rem;
}
.custom-page--shipp--table td {
  padding: 0.3125rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 30em) {
  .custom-page--shipp--table {
    margin: 0.625rem 0rem 0.625rem 0rem;
  }
  .custom-page--shipp--table td {
    padding: 0.3125rem 0.625rem 0.3125rem 0.625rem;
    font-size: 1rem;
  }
}
@media screen and (min-width: 48em) {
  .custom-page--content .custom-page--tab-headline {
    font-size: 1.75rem;
    line-height: 1.875rem;
  }
  .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;
  }
}
/*
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: bold;
}
.confirm--content .panel {
  margin: 0.5rem 0rem 0.5rem 0rem;
}
.confirm--content .product--table {
  margin: 0;
}
.confirm--content .product--table .panel--body {
  background: #ffffff;
  color: #2a2a2a;
  padding-bottom: 0;
  border-radius: 3px;
  background-clip: padding-box;
}
.confirm--content .product--table .table--tr,
.confirm--content .product--table .table--media img {
  border-color: #d7d7d7;
}
.confirm--content .product--table .basket--footer {
  margin: 0;
  background: #f1f1f1;
  border-color: #d7d7d7;
}
.confirm--content .product--table .basket--footer .aggregation--list {
  margin: 0;
  padding-top: 0.625rem !important;
  background: transparent;
  border-top: 1px solid #d7d7d7;
}
@media screen and (min-width: 48em) {
  .confirm--content .product--table .basket--footer .aggregation--list {
    padding-right: 0.625rem !important;
  }
}
.confirm--content .product--table .is--last-row {
  border-bottom: 0 none;
}
.confirm--content .product--essential-features {
  margin: 0.625rem 0rem 0rem 0rem;
}
.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 .table--aggregation {
  display: none;
}
.confirm--content .btn {
  display: flex;
  align-items: center;
}
.confirm--content .js--loading {
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 100%;
  background-clip: padding-box;
  margin-left: 0.625rem;
  -webkit-animation: keyframe--spin 1s linear infinite;
  animation: keyframe--spin 1s linear infinite;
  border: 2px solid #d7d7d7;
  border-top: 2px solid #585858;
  display: block;
}
.confirm--content .payment--panel {
  border-radius: 3px;
  background-clip: padding-box;
  overflow: hidden;
}
.confirm--content .payment--panel .payment--method-info,
.confirm--content .payment--panel .shipping--method-info {
  margin-bottom: 0.625rem;
}
.confirm--content .payment--panel #paypal-acdc-form .acdc-column-container #paypal-acdc-expiration {
  margin-right: -0.3125rem;
}
.confirm--content .payment--panel #paypal-acdc-form .acdc-column-container #paypal-acdc-cvv {
  margin-left: -0.3125rem;
}
.confirm--content .payment--panel .payment--description,
.confirm--content .payment--panel .shipping--description {
  white-space: nowrap;
}
.confirm--content .payment--panel .payment--description .shipping--description--delivery,
.confirm--content .payment--panel .shipping--description .shipping--description--delivery {
  display: block;
}
.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 .panel--actions {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 0;
}
.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 {
  margin-top: 0.625rem;
  max-width: 100%;
}
.confirm--content .terms--bottom {
  margin-top: 1.25rem;
}
.confirm--content .terms--bottom a {
  color: inherit;
  text-decoration: underline;
}
.confirm--content .swag-payment-paypal-unified-pay-upon-invoice-legal-text-container {
  width: 100%;
  float: none;
}
.confirm--content .swag-payment-paypal-unified-pay-upon-invoice-legal-text-container .swag-payment-paypal-unified-pay-upon-invoice-legal-text {
  margin-top: 1.25rem;
  font-size: 1rem;
  text-align: left;
}
@media screen and (min-width: 48em) {
  .confirm--content .swag-payment-paypal-unified-pay-upon-invoice-legal-text-container .swag-payment-paypal-unified-pay-upon-invoice-legal-text {
    text-align: right;
  }
}
.confirm--content .swag-payment-paypal-unified-pay-upon-invoice-legal-text-container .swag-payment-paypal-unified-pay-upon-invoice-legal-text a {
  text-decoration: underline;
  color: #2a2a2a;
}
.confirm--content .swag-payment-paypal-unified-pay-upon-invoice-legal-text-container.right {
  display: flex;
  flex-direction: column;
}
.confirm--content .swag-payment-paypal-unified-pay-upon-invoice-legal-text-container.right .swag-payment-paypal-unified-pay-upon-invoice-legal-text {
  display: none;
}
@media only screen and (max-width: 78.75em) and (min-width: 64em) {
  .confirm--content .payment--panel #paypal-acdc-form .acdc-column-container.container {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .confirm--content .payment--panel #paypal-acdc-form .acdc-column-container.container #paypal-acdc-expiration {
    margin-right: 0rem;
  }
  .confirm--content .payment--panel #paypal-acdc-form .acdc-column-container.container #paypal-acdc-cvv {
    margin-left: 0rem;
  }
}
@media screen and (max-width: 23.75em) {
  .confirm--content .payment--panel #paypal-acdc-form .acdc-column-container.container {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .confirm--content .payment--panel #paypal-acdc-form .acdc-column-container.container #paypal-acdc-expiration {
    margin-right: 0rem;
  }
  .confirm--content .payment--panel #paypal-acdc-form .acdc-column-container.container #paypal-acdc-cvv {
    margin-left: 0rem;
  }
}
@media screen and (max-width: 30em) {
  .confirm--content .information--panel-item .panel--actions .btn {
    width: 100%;
    margin-right: 0;
  }
  .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 .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: #d7d7d7;
  }
  .confirm--content .product--table .table--header .panel--th {
    color: #2a2a2a;
  }
  .confirm--content .product--table .row--product .column--tax-price {
    line-height: 2.625rem;
    padding-top: 1.625rem;
  }
  .confirm--content .product--table .basket--footer {
    margin: 0rem -1.25rem -1.25rem -1.25rem;
  }
  .confirm--content .product--delivery {
    float: none;
  }
  .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 .product--table .row--premium-product .column--tax-price,
  .confirm--content .product--table .row--rebate .column--tax-price {
    margin-left: 0;
  }
  .confirm--content .tos--panel {
    margin-top: 0;
    border-radius: 3px;
    background-clip: padding-box;
    overflow: hidden;
  }
  .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--group {
    width: 40%;
    margin: 0 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: none;
    margin: 0 0 0 auto;
  }
  .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 .choose-different-address {
    margin-top: 0;
  }
  .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%;
  }
  .confirm--content .terms--bottom {
    text-align: right;
  }
}
@media screen and (min-width: 64em) {
  .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 > .alert {
    margin: 2.8125rem 0rem 0rem 0rem;
  }
  .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: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 {
  font-size: 1.25rem;
  margin-top: 0;
}
.newsletter--content .newsletter--headline .newsletter--info {
  margin: 0;
}
.newsletter--content .select-field {
  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 #d7d7d7;
}
.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 .newsletter--error-messages {
    margin-bottom: 1.25rem;
  }
  .newsletter--content .newsletter--headline {
    margin-bottom: 1.25rem;
  }
  .newsletter--content .newsletter--headline .newsletter--title {
    font-size: 1.75rem;
    line-height: 1.875rem;
  }
  .newsletter--content .select-field {
    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 .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 #d7d7d7;
}
.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: #103a64;
  display: block;
  color: #ffffff;
  font-weight: bold;
}
.blog--filter-options .blog--filter-close-btn:hover {
  color: #ffffff;
}
.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: #2a2a2a;
}
.blog--filter-options .filter--entry {
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  font-size: 1rem;
  display: block;
  border-bottom: 1px solid #d7d7d7;
}
.blog--filter-options .filter--entry:last-child {
  border: 0 none;
}
.blog--filter-options .filter--link {
  color: #2a2a2a;
}
.blog--filter-options .filter--link:hover {
  color: #ff6c00;
}
.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: normal;
  color: #2a2a2a;
}
.blog--sidebar .blog--navigation .collapse--header:hover {
  color: #ff6c00;
}
.blog--sidebar .blog--navigation .is--active {
  color: #ffffff;
  font-weight: bold;
}
.blog--sidebar .blog--navigation .is--active:hover {
  color: #ffffff;
}
.blog--sidebar .blog--navigation .collapse--content {
  padding: 0rem 0rem 0rem 0rem;
}
.blog--sidebar .blog--navigation .collapse--content .filter--entry-link {
  color: #2a2a2a;
}
.blog--sidebar .blog--navigation .collapse--content .filter--entry-link:hover {
  color: #ff6c00;
}
.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 #d7d7d7;
}
.blog--box .blog--box-metadata .blog--metadata {
  padding-right: 0.5rem;
  margin-right: 0.5rem;
  display: inline-block;
  border-right: 1px solid #d7d7d7;
}
.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: #2a2a2a;
}
.blog--box .blog--box-headline {
  font-size: 1.125rem;
}
.blog--box .blog--box-link {
  color: #2a2a2a;
}
.blog--box .blog--box-link:hover {
  color: #ff6c00;
}
.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: #2a2a2a;
}
.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 #d7d7d7;
}
.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: #ffffff;
  border: 1px solid #d7d7d7;
  border-left: 0 none;
  border-top: 0 none;
}
.blog--detail .blog--comments-rating {
  font-size: 1.125rem;
  color: #ffa800;
}
.blog--detail .blog--comments-entry-right {
  padding: 1.25rem 2.5rem 1rem 2.5rem;
}
.blog--detail .blog--comments-entry-headline {
  font-size: 1rem;
  color: #2a2a2a;
  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 #d7d7d7;
  }
  .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: #2a2a2a;
    border-color: #d7d7d7;
    border-width: 0 0 1px 0;
    display: block;
    font-weight: bold;
    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: #2a2a2a;
  }
  .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: #2a2a2a;
  }
  .blog--content .blog--box .blog--box-link:hover {
    color: #ff6c00;
  }
  .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: 0.3125rem 0rem 0.625rem 0rem;
  display: table;
}
.configurator--variant .variant--group:after {
  content: "";
  display: table;
  clear: both;
}
.configurator--variant .variant--name {
  margin: 0.3125rem 0rem 0.3125rem 0rem;
  font-size: 0.8125rem;
  line-height: 0.875rem;
  font-weight: 700;
  display: table-cell;
  vertical-align: top;
  width: 140px;
  padding-top: 14px;
}
.configurator--variant .variant--name.has--size-recommendation {
  padding-top: 0;
}
.configurator--variant .variant--option {
  margin: 0.3125rem;
  height: 2rem;
  min-width: 2.4375rem;
  float: left;
  display: block;
  width: auto;
  overflow: visible;
  position: relative;
}
.configurator--variant .variant--option:last-of-type {
  margin-right: 1.25rem;
}
.configurator--variant .option--input {
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  cursor: pointer;
}
.configurator--variant .option--input:checked ~ label {
  color: #ffffff;
  background: #2a2a2a;
  border-color: #2a2a2a;
}
.configurator--variant .option--input:disabled ~ label {
  opacity: 0.3;
}
.configurator--variant .option--input:disabled {
  cursor: not-allowed;
}
.configurator--variant .option--label {
  font-size: 0.8125rem;
  line-height: 1.75rem;
  padding: 0rem 0.3125rem 0rem 0.3125rem;
  border-radius: 4px;
  background-clip: padding-box;
  display: block;
  width: 100%;
  height: 100%;
  font-weight: 700;
  color: #2a2a2a;
  background: #ffffff;
  border: 2px solid #2a2a2a;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 500;
}
.configurator--variant .option--label.is--disabled img {
  opacity: 0.3;
}
.configurator--variant .option--label.is--disabled:hover .option--tooltip {
  opacity: 1;
}
.configurator--variant .option--label .image--media {
  line-height: 2rem;
  vertical-align: middle;
  text-align: center;
}
.configurator--variant .option--label img {
  margin: 0 auto;
}
.configurator--variant .option--tooltip {
  border-radius: 4px;
  background-clip: padding-box;
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
  top: -1.25rem;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #ffffff;
  background: #f31612;
  font-weight: 700;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  z-index: 501;
  pointer-events: none;
}
.configurator--variant .option--tooltip:after {
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  content: '';
  display: block;
  border: 5px solid transparent;
  border-top-color: #f31612;
  position: absolute;
  left: 50%;
  bottom: 0;
}
.configurator--variant .size--recommendation {
  line-height: 0.875rem;
  font-size: 12px;
  font-size: .75rem;
  margin: 0 0 0 5px;
  color: #9b9b9b;
}
@media screen and (max-width: 48em) {
  .configurator--variant .variant--group {
    display: block;
  }
  .configurator--variant .variant--name {
    padding-top: 0;
    padding-left: 5px;
  }
}
.configurator--notification span {
  display: inline-block;
  border-radius: 3px;
  background-clip: padding-box;
  background: #5e9fdf;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.5rem 0.875rem 0.5rem 0.875rem;
  margin-bottom: 0.75rem;
}
.variant--sizes-table {
  padding: 0.625rem;
}
.variant--sizes-link,
.variant--sizes-link-sm {
  display: none;
  float: left;
  margin: 0.625rem 0rem 0rem 0rem;
  font-size: 0.8125rem;
  line-height: 1.375rem;
  text-decoration: underline;
  color: #9b9b9b;
}
.variant--sizes-link:hover,
.variant--sizes-link-sm:hover,
.variant--sizes-link:focus,
.variant--sizes-link-sm:focus {
  text-decoration: none;
  color: #2a2a2a;
}
.variant--sizes-link-sm {
  display: block;
  margin: 0.625rem 0.3125rem 0.3125rem 0.3125rem;
  padding: 0rem 0rem 0rem 0rem;
  border: none;
  text-decoration: none;
  cursor: pointer;
  text-decoration: underline;
}
@media (min-width: 30em) {
  .configurator--variant .variant--option.is--disabled:hover .option--tooltip {
    opacity: 1;
  }
  .variant--sizes-link {
    display: block;
  }
  .variant--sizes-link-sm {
    display: none;
  }
  .variant--sizes-table table {
    width: 100%;
  }
}
@media (min-width: 48em) {
  .product--in-stock {
    margin-left: 8.75rem;
  }
}
/*
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;
  z-index: 1;
}
.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: 600;
  display: inline-block;
  color: #ff6c00;
}
.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: #ffffff;
  z-index: 4000;
  border: 1px solid #d7d7d7;
}
.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: #ffffff;
  border-color: #d7d7d7;
  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: #2a2a2a;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-bar--navigation .js--is--dropdown-active .compare--list .compare--link:hover {
  color: #ff6c00;
}
.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 #2a2a2a;
  letter-spacing: 0;
}
.modal--compare .modal--error {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  letter-spacing: 0;
}
.modal--compare .list--head {
  background: #f1f1f1;
  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: #2a2a2a;
  border-bottom: 1px solid #d7d7d7;
}
.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: #2a2a2a;
  font-weight: 700;
}
.modal--compare .entry--voting {
  height: 3.125rem;
}
.modal--compare .entry--voting .icon--star,
.modal--compare .entry--voting .icon--star-empty {
  color: #ffa800;
}
.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: #2a2a2a;
  font-weight: 700;
}
.modal--compare .entry--price .price--reduced {
  color: #f31612;
}
.modal--compare .entry--property {
  height: auto;
}
@media screen and (min-width: 78.75em) {
  .top-bar--navigation .compare--list {
    right: auto;
  }
}
/*
Home
==============================================
Defines the styling of the home-page content elements.
*/
.content--home {
  margin-top: 0;
}
/*
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: 0.125%rem;
  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--editor .address-form--panel .panel--body.is--wide .tonur_find_packstation {
  float: initial;
  margin: 0rem 0rem 0rem 0rem;
}
@media screen and (min-width: 30em) and (max-width: 47.9em) {
  .address-manager--modal.address-manager--editor .address-form--panel .panel--body.is--wide .tonur_find_packstation {
    width: 100%;
  }
}
.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 #d7d7d7;
  border-top: 2px solid #585858;
  display: block;
  position: absolute;
}
.account--address.account--content,
.address-manager--modal.account--content {
  margin: 0;
}
.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: #5e9fdf;
}
.account--address .address--actions-set-defaults .btn:hover,
.address-manager--modal .address--actions-set-defaults .btn:hover {
  color: #ff6c00;
}
.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 {
  max-width: 100%;
}
.account--address .address--field,
.address-manager--modal .address--field {
  width: 100%;
}
.account--address .address--customertype,
.address-manager--modal .address--customertype {
  display: block;
}
.account--address .address--zip-city,
.address-manager--modal .address--zip-city {
  display: flex;
  justify-content: stretch;
}
.account--address .address--zip-city .replaceholder--wrapper,
.address-manager--modal .address--zip-city .replaceholder--wrapper {
  display: block;
  width: 100%;
}
.account--address .address--zip-city .replaceholder--wrapper:first-of-type,
.address-manager--modal .address--zip-city .replaceholder--wrapper:first-of-type {
  width: 50%;
  padding-right: 2%;
}
.account--address .address--zip-city .replaceholder--label,
.address-manager--modal .address--zip-city .replaceholder--label {
  top: 0.6em;
}
.account--address .address--zip-city .register--spacer,
.address-manager--modal .address--zip-city .register--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% 0 0 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 #d7d7d7;
  border-top: 2px solid #585858;
  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 .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 {
    display: flex;
    justify-content: stretch;
  }
  .account--address.account--content .address--zip-city .replaceholder--wrapper {
    display: block;
    width: 100%;
  }
  .account--address.account--content .address--zip-city .replaceholder--wrapper:first-of-type {
    width: 50%;
    padding-right: 2%;
  }
  .account--address.account--content .address--zip-city .replaceholder--label {
    top: 0.6em;
  }
  .account--address.account--content .address--zip-city .register--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 #d7d7d7;
  background: #ffffff;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
}
.page-wrap--cookie-permission .cookie-permission--container {
  width: 100%;
  text-align: center;
}
.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;
}
@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-permission--content {
    padding: 0.75rem;
    float: left;
  }
  .page-wrap--cookie-permission .cookie-permission--container .cookie-permission--button {
    margin: 0;
    float: right;
  }
}
.listStyle {
  margin-bottom: 0;
  padding-top: 0.75rem;
  border: none;
  border-bottom: 3px solid #c1dcf7;
}
.headlineStyle {
  margin-right: 0;
  margin-left: 0;
  border-bottom: 0;
  padding: 0rem 0.75rem 0rem 0.75rem;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.panelStyle {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.methodNameStyle {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.methodLastStyle {
  margin-bottom: 1.5rem;
}
.is--act-shippingpayment .content-main--inner {
  padding: 0;
}
.is--act-shippingpayment .content-main--inner .payment .dispatch--method-list {
  margin-bottom: 0;
  padding-top: 0.75rem;
  border: none;
  border-bottom: 3px solid #c1dcf7;
}
.is--act-shippingpayment .content-main--inner .payment .dispatch--method-list .dispatch--method-headline {
  margin-right: 0;
  margin-left: 0;
  border-bottom: 0;
  padding: 0rem 0.75rem 0rem 0.75rem;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.is--act-shippingpayment .content-main--inner .payment .dispatch--method-list .dispatch--method {
  display: flex;
  align-items: center;
  border-bottom: 0;
}
.is--act-shippingpayment .content-main--inner .payment .dispatch--method-list .dispatch--method:not(.method_last) {
  margin-bottom: 1.5rem;
}
.is--act-shippingpayment .content-main--inner .payment .dispatch--method-list .panel--body {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.is--act-shippingpayment .content-main--inner .payment .dispatch--method-list .method--name {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.is--act-shippingpayment .content-main--inner .payment .dispatch--method-list .method--description {
  padding-left: 0;
  font-size: 0.75rem;
}
.is--act-shippingpayment .content-main--inner .payment .dispatch--method-list .method--price {
  display: flex;
  align-self: flex-start;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  color: #9b9b9b;
}
.is--act-shippingpayment .content-main--inner .payment .dispatch--method-list .method--price.is-active {
  color: #5e9fdf;
}
.is--act-shippingpayment .content-main--inner .payment .dispatch--method-list .method--input {
  display: flex;
  justify-content: flex-end;
  padding-right: 0.75rem;
  padding-top: 0;
  width: auto;
}
.is--act-shippingpayment .content-main--inner .payment .dispatch--method-list .method--input .radio {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  appearance: none;
  background-image: url('../../themes/Frontend/PartyResponsive/frontend/_public/src/svg/src/colorized/package-2.svg');
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.is--act-shippingpayment .content-main--inner .payment .dispatch--method-list .method--input .radio:checked {
  background-image: url('../../themes/Frontend/PartyResponsive/frontend/_public/src/svg/src/colorized/package-2-checked.svg');
}
.is--act-shippingpayment .content-main--inner .payment .payment--method-list {
  margin-bottom: 0;
  padding-top: 0.75rem;
  border: none;
  border-bottom: 3px solid #c1dcf7;
  padding-bottom: 12px;
}
.is--act-shippingpayment .content-main--inner .payment .payment--method-list .payment--method-headline {
  margin-right: 0;
  margin-left: 0;
  border-bottom: 0;
  padding: 0rem 0.75rem 0rem 0.75rem;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.is--act-shippingpayment .content-main--inner .payment .payment--method-list .panel--body {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.is--act-shippingpayment .content-main--inner .payment .payment--method-list .payment--method {
  border-bottom: 0;
  padding-bottom: 0;
}
.is--act-shippingpayment .content-main--inner .payment .payment--method-list .payment--method:not(.method_last) {
  margin-bottom: 1.5rem;
}
.is--act-shippingpayment .content-main--inner .payment .payment--method-list .payment--method:not(.custom-method) {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.is--act-shippingpayment .content-main--inner .payment .payment--method-list .payment--method:not(.custom-method) .method--input {
  width: auto;
}
.is--act-shippingpayment .content-main--inner .payment .payment--method-list .payment--method:not(.custom-method) .method--label {
  display: flex;
  align-items: center;
}
.is--act-shippingpayment .content-main--inner .payment .payment--method-list .payment--method:not(.custom-method) .method--label .method--name {
  display: flex;
  padding-left: 0;
}
.is--act-shippingpayment .content-main--inner .payment .payment--method-list .payment--method:not(.custom-method) .method--label .method--description {
  display: flex;
  padding-left: 0.375rem;
}
.is--act-shippingpayment .content-main--inner .payment .payment--method-list .method--sofortbankingv2,
.is--act-shippingpayment .content-main--inner .payment .payment--method-list .method--mollie_ideal {
  flex-grow: 1;
}
.is--act-shippingpayment .content-main--inner .payment .payment--method-list .method--sofortbankingv2 .method--label,
.is--act-shippingpayment .content-main--inner .payment .payment--method-list .method--mollie_ideal .method--label {
  flex-grow: 1;
  width: auto;
}
.is--act-shippingpayment .content-main--inner .payment .payment--method-list .method--sofortbankingv2 {
  flex-wrap: wrap;
}
@media screen and (min-width: 48em) {
  .is--act-shippingpayment .content-main--inner .payment .payment--method-list .method--sofortbankingv2 {
    flex-wrap: initial;
  }
}
.is--act-shippingpayment .content-main--inner .payment .payment--method-list .method--sofortbankingv2 .method--label {
  flex-shrink: 0;
}
.is--act-shippingpayment .content-main--inner .payment .payment--method-list .method--mollie_ideal .payment_logo_mollie_ideal {
  margin: 0;
}
.is--act-shippingpayment .content-main--inner .payment .payment--method-list .method--mollie_ideal img.mollie-payment-icon {
  margin-top: 0;
}
.is--act-shippingpayment .content-main--inner .payment .payment--method-list .method--name {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.is--act-shippingpayment .content-main--inner .payment .payment--method-list .method--label {
  padding-top: 0;
  flex-wrap: wrap;
}
.is--act-shippingpayment .content-main--inner .payment .payment--method-list .method--input {
  display: flex;
  justify-content: flex-end;
  padding-top: 0;
  padding-right: 0.75rem;
}
.is--act-shippingpayment .content-main--inner .payment .payment--method-list .method--input .radio {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  border: 2px solid #9b9b9b;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  background: transparent;
  appearance: none;
}
.is--act-shippingpayment .content-main--inner .payment .payment--method-list .method--input .radio:checked {
  border-color: #5e9fdf;
}
.is--act-shippingpayment .content-main--inner .payment .payment--method-list .method--input .radio:checked::before {
  display: block;
  border-radius: 50%;
  background: #5e9fdf;
  width: 1rem;
  height: 1rem;
  content: '';
}
.is--act-shippingpayment .content-main--inner .product--table .basket--footer {
  padding: 0rem 0.75rem 0rem 0.75rem;
  border: none;
}
.is--act-shippingpayment .content-main--inner .product--table .basket--footer .aggregation--list {
  margin-top: 0.75rem;
  border: none;
  padding-right: 0 !important;
}
.is--act-shippingpayment .content-main--inner .product--table .basket--footer .entry--sum {
  margin-bottom: 0.375rem;
}
.is--act-shippingpayment .content-main--inner .product--table .confirm--actions {
  padding: 0rem 0.75rem 0rem 0.75rem;
  margin-bottom: 2rem;
}
.product--details .tonur--set-article--slider .product-slider .product-slider--arrow {
  top: 50%;
  transform: translateY(-50%);
}
.product--details .tonur--set-article--slider .product-slider .product-slider--arrow.arrow--prev {
  left: -0.625rem;
  right: unset;
}
.product--details .tonur--set-article--slider .product-slider .product-slider--arrow.arrow--next {
  right: -0.625rem;
  border-right: 10px solid #ffffff;
}
.product--details .tonur--set-article--slider .product-slider .product-slider--arrow:hover {
  border-color: #ffffff;
  color: #ffffff;
  background: #2879c9;
}
/*
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: underline !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;
  }
}
.show-title-as-text a.logobox {
  position: relative;
}
.show-title-as-text a.logobox:after {
  content: attr(title);
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 479.9px) {
  .show-title-as-text a.logobox:after {
    top: 75%;
  }
}
@media (min-width: 480px) and (max-width: 767.9px) {
  .show-title-as-text a.logobox:after {
    top: 80%;
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 915.9px) {
  .show-title-as-text a.logobox:after {
    top: 60%;
    font-size: 1rem;
    align-items: flex-start;
  }
}
@media (min-width: 916px) and (max-width: 1023.9px) {
  .show-title-as-text a.logobox:after {
    top: 50%;
    font-size: 1rem;
    align-items: flex-start;
  }
}
@media (min-width: 1024px) and (max-width: 1259.9px) {
  .show-title-as-text a.logobox:after {
    top: 60%;
    font-size: 1rem;
    align-items: flex-start;
  }
}
@media (min-width: 1260px) {
  .show-title-as-text a.logobox:after {
    top: calc(97%);
    font-size: 1.2rem;
  }
}
.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  margin: -1px;
  padding: 0;
  border: 0;
}
.language--flag.your_locale_code {
  background: url("../../engine/Shopware/Plugins/Community/Core/SwagDenmark/Views/frontend/_public/src/img/da-dk.png") no-repeat;
}
.language--flag.de_CH {
  background: url("../../engine/Shopware/Plugins/Community/Core/SwagSwitzerlandGerman/Views/frontend/_public/src/img/swiss.png") no-repeat;
}
.language--flag.it_IT {
  background: url("../../engine/Shopware/Plugins/Community/Core/SwagItaly/Views/responsive/frontend/_public/src/img/flag-italy.png") no-repeat;
}
.language--flag.es_ES {
  background: url("../../engine/Shopware/Plugins/Community/Core/SwagSpain/Views/frontend/_public/src/img/es.png") no-repeat;
}
#buybox > div.customizing-data-wrapper div.inline-content {
  display: none;
  z-index: 1111;
}
#buybox div.delivery_container p.deliverable1 {
  width: 90%;
}
#buybox .minicolors-input {
  padding: 0.25rem 0.375rem 0.25rem 0.4375rem;
  width: 16.25rem;
}
#detailCartButton > div.abo-info-wrapper > .abo-info {
  width: 32% !important;
}
#detail > form div.actions > input {
  padding: 0rem 0rem 0rem 0.625rem;
}
#header > div > div.my_options > span.service {
  background-position: 48px 5px;
  padding: 0.25rem 2.875rem 0rem 0.4375rem;
  margin: 0rem -1.25rem 0rem 0rem;
}
div.price-separation-popup {
  width: 17.5rem;
}
div.price-separation-popup > div.price-separation-inner-popup > table > thead > tr > th:nth-child(1) {
  width: 8.125rem;
}
div.price-separation-popup > div.price-separation-inner-popup > table > thead > tr > th:nth-child(2) {
  width: 6.75rem;
}
#topbar .topbar_lang .fr_FR {
  background: url("../../engine/Shopware/Plugins/Community/Core/SwagFrance/Views/frontend/_public/src/img/fr.png") 0 0 no-repeat transparent;
}
#header .inner .my_options span.service {
  background-position: right, top;
}
#confirm .additional_footer .actions {
  width: 18.75rem;
}
#confirm .additional_footer .actions #basketButton {
  width: 18.75rem;
}
#content #login .inner_container .action input.button-middle {
  width: 5.625rem;
}
#content .inner #basket .shipping {
  padding-right: 1.25rem;
  width: 29.875rem;
}
#content .inner #basket .shipping form > div {
  width: 100%;
}
#content .inner #basket .shipping form div p {
  width: 10.0625rem;
}
#content .inner #detail .abocommerce-data-wrapper .article_details_price2 {
  margin-bottom: 0.625rem;
}
.modal .ajax_login_form fieldset .existing_customer .last #checkout_button {
  margin-left: 21.3125rem;
  width: 7.5rem;
}
#listing-3col .artbox .inner a.compare_add_article {
  width: 5.0625rem;
}
#listing-3col .artbox .inner a.more {
  left: 6rem;
  width: 7.5rem;
}
body .price-separation-popup {
  width: 15.625rem;
}
body .price-separation-popup .price-separation-inner-popup table {
  display: inline-block;
}
.basket_dispatch_description {
  clear: both;
}
.language--flag.nl_NL {
  background: url("../../engine/Shopware/Plugins/Community/Core/SwagNetherlands/Views/frontend/_public/src/img/nl.png") no-repeat;
}
.language--flag.pl_PL {
  background: url("../../engine/Shopware/Plugins/Community/Core/SwagPoland/Views/responsive/frontend/_public/src/img/pl-flag.png") no-repeat;
}
.text--right {
  text-align: right;
}
.fullwidth {
  width: 100%;
}
#notificationBarStickyBottom {
  position: fixed;
  bottom: 0;
}
.notificationBar {
  z-index: 5000;
  display: inline-block;
  position: relative;
  width: 100%;
  font-size: 14px;
  color: #fff;
  vertical-align: top;
}
.notificationBar > div {
  max-width: 1220px;
}
.notificationBar img {
  max-height: 300px;
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.barClose {
  cursor: pointer;
}
.flexNowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flexContainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.benefitsRow > div:first-of-type {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 10px auto;
  padding: 0 10px;
}
.benefitsRow a:hover {
  color: inherit;
}
.benefitsRow .fa {
  margin-right: 10px;
}
.infoRow > div:first-of-type {
  margin: 0 auto;
  padding: 0 50px;
  width: 100%;
}
.blockImg {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.blockText {
  -ms-flex-negative: 2;
  flex-shrink: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}
.blockBtn {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.blockBtn img {
  cursor: pointer;
}
@media screen and (min-width: 640px) {
  .flexContainer {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 640px) {
  .mobileCenter {
    text-align: center;
  }
  .mobileRight {
    right: 10px;
    bottom: 50%;
    position: absolute;
  }
  #iconBarStickyTop-sticky-wrapper,
  .benefitsRow {
    display: none;
  }
  .infoRow {
    padding: 0 10px;
  }
  .flexContainer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flexSplitRow > div {
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }
  .flexSplitRow > div:first-child {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: FontAwesome;
  src: url(../../engine/Shopware/Plugins/Community/Frontend/BenroeNotificationbarpro/Views/responsive/frontend/_public/src/fonts/fontawesome-webfont.eot?v=4.7.0);
  src: url(../../engine/Shopware/Plugins/Community/Frontend/BenroeNotificationbarpro/Views/responsive/frontend/_public/src/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(../../engine/Shopware/Plugins/Community/Frontend/BenroeNotificationbarpro/Views/responsive/frontend/_public/src/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(../../engine/Shopware/Plugins/Community/Frontend/BenroeNotificationbarpro/Views/responsive/frontend/_public/src/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(../../engine/Shopware/Plugins/Community/Frontend/BenroeNotificationbarpro/Views/responsive/frontend/_public/src/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(../../engine/Shopware/Plugins/Community/Frontend/BenroeNotificationbarpro/Views/responsive/frontend/_public/src/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
  font-weight: 400;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: .08em solid #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  animation: a 2s infinite linear;
}
.fa-pulse {
  animation: a 1s infinite steps(8);
}
@keyframes a {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scaleX(-1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scaleY(-1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-cog:before,
.fa-gear:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-repeat:before,
.fa-rotate-right:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-exclamation-triangle:before,
.fa-warning:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-cogs:before,
.fa-gears:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-floppy-o:before,
.fa-save:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-sort:before,
.fa-unsorted:before {
  content: "\f0dc";
}
.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-gavel:before,
.fa-legal:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-bolt:before,
.fa-flash:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-clipboard:before,
.fa-paste:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-chain-broken:before,
.fa-unlink:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "\f150";
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "\f151";
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "\f152";
}
.fa-eur:before,
.fa-euro:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-inr:before,
.fa-rupee:before {
  content: "\f156";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "\f157";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "\f158";
}
.fa-krw:before,
.fa-won:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-try:before,
.fa-turkish-lira:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-bank:before,
.fa-institution:before,
.fa-university:before {
  content: "\f19c";
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: "\f1c5";
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: "\f1c6";
}
.fa-file-audio-o:before,
.fa-file-sound-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
  content: "\f1d0";
}
.fa-empire:before,
.fa-ge:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-paper-plane:before,
.fa-send:before {
  content: "\f1d8";
}
.fa-paper-plane-o:before,
.fa-send-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-futbol-o:before,
.fa-soccer-ball-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-bed:before,
.fa-hotel:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-y-combinator:before,
.fa-yc:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-television:before,
.fa-tv:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
  content: "\f2a3";
}
.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-sign-language:before,
.fa-signing:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-address-card:before,
.fa-vcard:before {
  content: "\f2bb";
}
.fa-address-card-o:before,
.fa-vcard-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.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: #2a2a2a;
  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: #d7d7d7;
  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: #5e9fdf;
}
.advanced-menu .teaser--text-link:hover {
  color: #5e9fdf;
}
.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: #2a2a2a;
  display: block;
}
.advanced-menu .menu--list-item-link:hover {
  padding: 0.3125rem 0rem 0.3125rem 0.1875rem;
  color: #5e9fdf;
}
.advanced-menu .button-container {
  font-size: 1rem;
  padding: 1.25rem 1.875rem 1.25rem 0rem;
  background: #2a2a2a;
  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: #2a2a2a;
  display: block;
  font-weight: normal;
}
.advanced-menu .item--level-1 .menu--list-item-link:hover {
  padding: 0.3125rem 0rem 0.3125rem 0.1875rem;
  color: #5e9fdf;
}
.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: #2a2a2a;
}
.navigation-main .navigation--list .navigation--entry.is--hovered .navigation--link {
  background: #2a2a2a;
  color: #ffffff;
}
@media screen and (min-width: 78.75em) {
  .advanced-menu .content--wrapper {
    margin: 2.5rem 2.5rem 2.5rem 2.5rem;
  }
}
.image--box.image-slider--item.image-slider--item--video--youtube .image--box--video,
.image--box.image-slider--item.image-slider--item--video--vimeo .image--box--video,
.image--box.image-slider--item.image-slider--item--video--html5 video {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.image-slider--thumbnails-horizontally {
  height: 6rem;
  margin-left: 18%;
  width: 99%;
  margin-top: 0px;
}
.image-slider--thumbnails-horizontally .thumbnail--link {
  display: inline-block;
  margin: 12px 3px 0px 0px;
}
.image--gallery .image-slider--container .image-slider--slide.no--zoom-in .image-slider--item .image--element {
  transform: scale(1) translate(0px, 0px) !important;
}
@media screen and (max-width: 30em) {
  .image-slider--container {
    height: 15.5rem;
  }
  .image-slider--dots {
    top: auto;
  }
  .text-center-video {
    right: 170px;
    width: 140px;
    bottom: 70px;
    font-size: 0.7rem;
    position: absolute;
  }
  .video_wrapper .video_trigger {
    padding: 25% 50% 36% 50%;
  }
  input.btn.btn-video {
    position: relative;
    right: 60px;
    bottom: -50px;
  }
}
@media screen and (min-width: 30em) and (max-width: 48em) {
  .image-slider--container {
    height: 25.5rem;
  }
  .image-slider--dots {
    top: auto;
    padding: 0.3125rem 0rem;
  }
  .text-center-video {
    right: 170px;
    width: 140px;
    bottom: 70px;
    font-size: 0.7rem;
    position: absolute;
  }
  .video_wrapper .video_trigger {
    padding: 25% 50% 36% 50%;
  }
  input.btn.btn-video {
    position: relative;
    right: 60px;
    bottom: -50px;
  }
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .image-slider--container {
    height: 33rem;
  }
  .image-slider--thumbnails {
    top: 35.5rem;
  }
  .image-slider--dots {
    top: auto;
    padding: 0.3125rem 0rem;
  }
  .text-center-video {
    right: 170px;
    width: 140px;
    bottom: 70px;
    font-size: 0.7rem;
    position: absolute;
  }
  .video_wrapper .video_trigger {
    padding: 25% 50% 36% 50%;
  }
  input.btn.btn-video {
    position: relative;
    right: 85px;
    bottom: 133px;
  }
}
/*@media screen and(min-width: @tabletLandscapeViewportWidth) and(max-width: @desktopViewportWidth) {

}*/
/*@media screen and(min-width: @desktopViewportWidth){
	
}*/
/* Video Wrapper */
.video_wrapper {
  background-image: url('../../engine/Shopware/Plugins/Community/Frontend/scha1VideoInImageSlider/Views/responsive/frontend/_public/src/less/bg_image.jpg');
  background-size: cover;
  position: relative;
  /*box-shadow: 0px 3px 5px #333;*/
}
.video_wrapper .video_trigger:before {
  content: '\f04b';
  font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
  position: absolute;
  z-index: -1;
  font-size: 120px;
  color: rgba(255, 255, 255, 0.2);
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  top: -webkit-calc(-10%);
  top: calc(-10%);
  left: -webkit-calc(-10%);
  left: calc(-10%);
}
.video_wrapper .video_trigger {
  padding: 32% 50%;
  word-wrap: break-word;
  height: -webkit-calc(-160%);
  height: -moz-calc(-160%);
  height: -o-calc(-160%);
  height: calc(-160%);
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: -o-calc(40%);
  width: calc(40%);
  position: absolute;
  bottom: 0;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.video_wrapper .video_layer {
  position: relative;
  display: none;
  height: inherit;
  width: inherit;
  margin: auto;
}
.video_wrapper .video_layer iframe {
  border: 0px none transparent;
  height: inherit;
  width: inherit;
}
.text-center-video {
  right: 150px;
  bottom: 95px;
  position: relative;
}
/* Button */
input.btn.btn-video {
  position: relative;
  right: 25px;
  bottom: 130px;
}
button.ytp-large-play-button.ytp-button {
  top: 220px !important;
}
img {
  /*display: inherit;*/
}
img.scha1--image {
  margin-top: 0px;
}
img.scha1--image--privacy {
  margin-top: 0px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19.12.2019, 14:54:15
    Author     : gwen
*/
.youtube-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0;
  height: 0;
  overflow: hidden;
  /*box-shadow: 0px 13px 14px 0px rgba(50, 50, 50, 0.81);*/
}
.youtube-container iframe,
.youtube-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#video_layer {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
iframe.image--box--video-youtube {
  margin: 0px 0px 8% 0px;
}
@media screen and (min-width: 64em) and (min-width: 78.75em) {
  .video_wrapper .video_trigger {
    padding: 34% 50%;
  }
  .text-center-video {
    right: 193px;
  }
  input.btn.btn-video {
    right: 70px;
  }
}
* {
  margin: 0;
  padding: 0;
}
.zoom-area {
  width: auto;
  margin: 0px 0px 0px 0px;
  position: absolute;
  cursor: none;
}
.zoom-disabled {
  position: absolute;
}
/* for create magnify glass */
.large {
  width: 30%;
  height: 20%;
  position: absolute;
  border-radius: 3px;
  top: 100%;
  left: 100%;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #dadae5;
  /* for box shadow for glass effect */
  /* box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.85), 0 0 0px 0px rgba(0, 0, 0, 0.1), inset 0 0 10px 2px rgba(0, 0, 0, 0.1);*/
  /*for hide the glass by default*/
  display: none;
}
.small {
  display: inline;
}
@media screen and (min-width: 48em) {
  .tab--product-stream--space {
    height: 1.25rem;
  }
}
@media screen and (max-width: 48em) {
  .tab--product-stream--space {
    height: 0;
  }
}
.product-slider--item .sAddToBasket {
  text-align: center;
}
.product-slider--item .buybox--button {
  width: 80%;
  font-size: 0.875rem;
  line-height: 1.625rem;
}
.product-slider--item .buybox--quantity {
  width: 80%;
  float: none;
  margin: 0 auto;
}
.product-slider--item .buybox--quantity .js--fancy-select {
  height: 2rem;
  font-size: 0.875rem;
}
.product-slider--item .buybox--quantity .js--fancy-select .js--fancy-select-text {
  height: 2rem;
  line-height: 2rem;
}
.product-slider--item .buybox--quantity .js--fancy-select .js--fancy-select-trigger {
  height: 2rem;
  line-height: 2rem;
}
.product--details .buybox--quantity .js--fancy-select select {
  font-size: 0.875rem;
  line-height: 1.625rem;
}
.product--details .buybox--quantity .js--fancy-select:after {
  height: 2rem;
  line-height: 2rem;
}
/* EMOTION CATEGORY-TEASER
  ======================== */
.six--emotion-category-teaser.is--hover .category-teaser--link {
  position: relative;
}
.six--emotion-category-teaser.is--hover .category-teaser--link:before {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  content: " ";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.4);
  display: block;
  opacity: 0;
}
.six--emotion-category-teaser.is--hover .category-teaser--link:hover:before {
  opacity: 1;
}
.six--emotion-category-teaser .category-teaser--caption {
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.six--emotion-category-teaser .category-teaser--caption-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.5;
}
.six--emotion-category-teaser .category-teaser--title,
.six--emotion-category-teaser .category-teaser--subtitle {
  padding: 0;
  display: block;
  width: 100%;
  position: relative;
  bottom: auto;
  left: auto;
  color: #fff;
  background: transparent none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.six--emotion-category-teaser .category-teaser--title {
  font-size: 1.125rem;
  font-weight: 700;
}
.six--emotion-category-teaser .category-teaser--title:after {
  content: "\e60f";
  font-family: 'shopware';
  font-size: 0.875rem;
  position: absolute;
  right: 0.125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 400;
}
.six--emotion-category-teaser .category-teaser--subtitle {
  font-weight: 400;
}
.category--swipes {
  height: 3.125rem;
  margin-bottom: 0.625rem;
  position: relative;
  overflow: hidden;
  display: block;
}
.category--swipes .category--swipes-slider {
  padding-top: 0.4375rem;
  padding-bottom: 0.625rem;
  display: flex;
  overflow-x: scroll;
}
.category--swipes .swipe {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  margin: 0rem 0.3125rem 0rem 0.3125rem;
  font-size: 1rem;
  border: 1px transparent solid;
  flex: 1 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 7.5rem;
  white-space: nowrap;
  color: #ffffff;
  font-weight: 400;
  background-color: #ff6c00;
  transition: transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.category--swipes .swipe:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}
.category--swipes .swipe:first-of-type {
  margin-left: 0;
}
.category--swipes .swipe:last-of-type {
  margin-right: 0;
}
.category--swipes .swipe.is--round {
  border-radius: 1.5625rem;
}
.category--swipes .swipe--text {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
}
.category--swipes .js--menu-scroller--arrow {
  top: 0.8125rem;
  width: 1.875rem;
  height: 1.875rem;
  padding: 0.3125rem 0.3125rem 0.3125rem 0.3125rem;
  border: none;
  border-radius: 50%;
  color: #2a2a2a;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  opacity: 0.6;
  transition: opacity 0.15s ease-in-out;
}
.category--swipes .js--menu-scroller--arrow:hover {
  opacity: 1;
}
.category--swipes .js--menu-scroller--arrow .arrow--content {
  font-family: 'shopware';
}
@media screen and (min-width: 78.75em) {
  .category--swipes.is--hidden-desktop {
    display: none;
  }
}
.product--box.box--arrow.box--image .buybox--form {
  display: none;
}
.product--box.box--arrow .product--image {
  position: static;
}
.product--box.box--arrow .product--image .image--element {
  position: static;
}
.product--box.box--arrow [class^="svg-"] {
  width: 9.375rem;
  height: 9.375rem;
  color: #ff6c00;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*
All.less
======================================
The `all.less` file imports all style components that will display on the page.
*/
/*
Modules
==================================================
The `modules.less` file contains the imports to all module elements of Shopware.

Mixin specific documentation can be found inside each mixin file.
*/
.article-usps--wrapper {
  display: block;
  margin-top: 0.9375rem;
}
.article-usps--wrapper ul {
  margin: 0;
}
.article-usps--wrapper li {
  margin: 0.3125rem 0rem 0.3125rem 0rem;
  font-size: 0.8125rem;
  list-style: none;
  font-weight: 400;
  color: #9b9b9b;
  line-height: normal;
}
.article-usps--wrapper li::before {
  margin: 0rem 0.5rem 0rem 0rem;
  height: 0.375rem;
  width: 0.375rem;
  top: -0.0625rem;
  content: '';
  border-radius: 100%;
  position: relative;
  display: inline-block;
  background: #5e9fdf;
}
.product--delivery + .article-usps--wrapper {
  margin: 0rem 0rem 1.25rem 0rem;
}
.amazon-pay-button-wrapper-cart,
.amazon-pay-button-wrapper-ajax-cart {
  padding-top: 1em;
  clear: right;
  border: none !important;
  background: transparent !important;
}
/* hard reset for ThemeWare */
.product--table .table--actions .btn--checkout-proceed.amazon-pay-button-wrapper,
.product--table .table--actions .btn--checkout-proceed.amazon-pay-button-wrapper:hover,
.product--table .table--actions .btn--checkout-proceed.amazon-pay-button-wrapper::before,
.product--table .table--actions .btn--checkout-proceed.amazon-pay-button-wrapper:hover::before {
  background: transparent !important;
  border: none !important;
}
.amazon-pay-login-panel {
  margin-top: 1em;
}
.amazon-pay-sidebar-logo {
  margin: 1em 0;
}
.amazon-pay-listing-buttons .product--box .buybox--form,
.amazon-pay-listing-buttons .product--box .product--detail-btn {
  height: 6rem;
}
.amazon-pay-listing-buttons .product--box .buybox--form .amazon-pay-button-wrapper,
.amazon-pay-listing-buttons .product--box .product--detail-btn .amazon-pay-button-wrapper {
  clear: both;
  padding-top: 10px;
}
.buybox--form .amazon-pay-button-wrapper.buybox--button {
  float: right;
  background: none !important;
  border: none !important;
  margin-top: 10px;
  margin-top: .625rem;
}
.buybox--form .amazon-pay-button-wrapper.buybox--button::after {
  content: ' ';
  display: table;
  clear: both;
}
.buybox--form .amazon-pay-button-wrapper.buybox--button:hover {
  background: none !important;
  border: none !important;
}
.buybox--form button.buybox--button + .amazon-pay-button-wrapper.buybox--button {
  margin-top: 5px;
  margin-top: .3125rem;
}
.login-page-amazon-pay-button-wrapper {
  margin-top: 15px;
}
.amazon-pay-change-shipping-button-wr {
  margin-top: 5px;
}
.payment--method-logo.payment_logo_amazon_pay_checkout {
  height: 2rem;
  width: 10rem;
  background-image: url('../../custom/plugins/OncoAmazonPay/Resources/views/frontend/_public/src/img/amazon_pay_logo.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 0.5rem;
}
.one-step-checkout-amazon-pay-logo {
  height: 2rem;
  width: 10rem;
  max-width: 100%;
  background-image: url('../../custom/plugins/OncoAmazonPay/Resources/views/frontend/_public/src/img/amazon_pay_logo.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin: 1em auto;
}
.one-step-checkout-amazon-pay-change-method-container {
  text-align: center;
  margin-bottom: 1.5em;
}
.paypal--payment-selection .payment--method-logo.payment_logo_amazon_pay_checkout {
  display: none;
}
.modal--checkout-add-article .amazon-pay-button-wrapper {
  float: right;
}
@media screen and (min-width: 30em) {
  .modal--checkout-add-article .amazon-pay-button-wrapper {
    width: 49%;
  }
}
@media screen and (min-width: 48em) {
  .modal--checkout-add-article .amazon-pay-button-wrapper {
    width: 35%;
  }
}
/* 
    Created on : 08.08.2010
    Author     : Tanmar Webentwicklung
*/
#gutschein-container {
  margin: 0px 0px 20px 0px;
  margin: 0rem 0rem 1.25rem 0rem;
  padding: 0px 20px 20px 20px;
  padding: 0px 1.25rem 1.25rem 1.25rem;
}
#one-page-checkout .register--shipping .panel--body > div:not(:last-child) {
  margin-top: .625rem;
}
#one-page-checkout .register--shipping .register--street {
  padding-top: 0;
}
#one-page-checkout .register--shipping .tonur_find_packstation {
  margin: 0.325rem 0 0.325rem 0;
}
#one-page-checkout .register--shipping #tonur_shipping_address_packstation_div .select-field {
  width: 70%;
}
#one-page-checkout.only-vertical .tonur_find_packstation {
  width: 100%;
}
@media screen and (min-width: 30em) {
  #one-page-checkout #tonur_shipping_address_packstation_div .select-field {
    width: 70%;
  }
}
@media screen and (min-width: 48em) {
  #one-page-checkout .tonur_find_packstation {
    width: 50%;
  }
  #one-page-checkout #tonur_shipping_address_packstation_div .select-field {
    width: 70%;
  }
  #one-page-checkout.only-vertical .tonur_find_packstation {
    width: 50%;
  }
}
@media screen and (min-width: 78.75em) {
  #one-page-checkout .tonur_find_packstation {
    width: 100%;
  }
}
.tonur_packstation_map_test_mode_overlay {
  height: 100px !important;
  opacity: 1 !important;
}
.tonur_packstation_map_test_mode_overlay.is--test-mode {
  background: unset;
  display: table-cell;
}
.tonur_packstation_map_test_mode_overlay p {
  color: #5f7285 !important;
  margin-top: unset !important;
  font-size: x-large !important;
}
.tonur--set-article-quantity {
  height: 2rem;
  min-width: 2rem;
  padding: 0 0.5rem 0 0.5rem;
  font-weight: 500;
  line-height: 2rem;
  position: absolute;
  z-index: 4999;
  bottom: -1rem;
  left: -0.0625rem;
  font-size: .875rem;
  -webkit-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  color: #2a2a2a;
}
.tonur--set--article,
.tonur--sets {
  margin-bottom: 20px;
}
.cross--title {
  font-weight: bold;
  padding: 5px 0 0 0;
  font-size: 1rem;
}
.tonur--set-article--slider .product-slider {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.tonur--set-article--slider .product-slider .product--info .product--image {
  margin-bottom: 1.25rem;
}
.tonur--set-article--slider .tonur--set-article--slider-discount-information {
  width: 100%;
  padding: .625rem .625rem .625rem .625rem;
  min-height: 16.875rem;
  display: inline-block;
}
.tonur--set-article--slider .tonur--set-article--slider-discount-information p {
  padding: .625rem .625rem .625rem .625rem;
}
.tonur--set-article-list {
  width: 100%;
}
tr.tonur--set-article-list-row-total {
  font-weight: bold;
}
td.tonur--set-article-list-price-column,
tr.tonur--set-article-list-row-total td.tonur--set-article-list-name-column,
tr.tonur--set-article-list-row-article-price td.tonur--set-article-list-name-column,
tr.tonur--set-article-list-row-discount td.tonur--set-article-list-name-column {
  text-align: right;
}
td.tonur--set-article-list-quantity-column {
  text-align: center;
}
td.tonur--set-article-list-select-all-text {
  font-weight: bold;
}
td.tonur--set-article-list-name-column {
  width: 70%;
}
td.tonur--set-article-list-price-column {
  width: 20%;
}
.tonur--set-article-actions {
  margin-top: 1.25rem;
}
.tonur--set-article-discount-highlight {
  margin-top: 1.25rem;
  border-radius: 3px;
  -webkit-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.3);
}
.tonur--set-article-discount-highlight p {
  text-transform: uppercase;
  line-height: 1.5rem;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  margin-bottom: 0;
}
p.tonur--set-article-discount-highlight-first {
  width: 56%;
}
p.tonur-set-article-discount {
  padding: 0 1rem;
  width: 15%;
  font-weight: bold;
  -webkit-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 0 4px 1px rgba(0, 0, 0, 0.3);
  position: relative;
  transform: rotate(-7deg);
  -moz-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  -o-transform: rotate(-7deg);
  -webkit-transform-style: preserve-3d;
  -webkit-transform: rotateZ(-7deg);
}
.ajax--cart .item--container {
  padding: 0;
}
.ajax--cart .tonur--set-article-cart-item-wrapper {
  padding: 0 0 0 .625rem;
}
.ajax--cart .cart--item {
  padding: .625rem;
  background: #fff;
}
.tonur--set-article-cart-item-wrapper .column--product .table--media-inner {
  background: #fff;
}
.tonur--set-article-cart-item-wrapper .column--product .table--media-outer {
  padding-left: .625rem;
}
.ajax--cart .tonur--set-article-cart-item-wrapper.tonur-set-article-0,
.tonur--set-article-cart-item-wrapper.tonur-set-article-0 .column--product .table--media-outer {
  background: #79c843;
}
.tonur--set-article-cart-item-wrapper.tonur-set-article-0 .column--product .table--media-outer {
  border: 1px solid #79c843;
}
.ajax--cart .tonur-set-article-item-0,
.tonur--set-article-cart-item-wrapper.tonur-set-article-item-0 .column--product .table--media-outer {
  background: #79c843;
  background: rgba(121, 200, 67, 0.8);
}
.tonur--set-article-cart-item-wrapper.tonur-set-article-item-0 .column--product .table--media-outer {
  border: 1px solid rgba(121, 200, 67, 0.8);
}
.ajax--cart .tonur--set-article-cart-item-wrapper.tonur-set-article-1,
.tonur--set-article-cart-item-wrapper.tonur-set-article-1 .column--product .table--media-outer {
  background: #79c843;
}
.tonur--set-article-cart-item-wrapper.tonur-set-article-1 .column--product .table--media-outer {
  border: 1px solid #79c843;
}
.ajax--cart .tonur-set-article-item-1,
.tonur--set-article-cart-item-wrapper.tonur-set-article-item-1 .column--product .table--media-outer {
  background: #79c843;
  background: rgba(121, 200, 67, 0.8);
}
.tonur--set-article-cart-item-wrapper.tonur-set-article-item-1 .column--product .table--media-outer {
  border: 1px solid rgba(121, 200, 67, 0.8);
}
.tonur--set-article-quantity {
  display: none;
}
.tonur--set-article--slider .tonur--set-article-quantity {
  display: block;
}
.tonur--set-article-quantity,
.tonur-set-article-discount {
  background: #fff;
}
.product--details .tonur--set--article .product-slider {
  padding: .625rem 2rem .625rem 2rem;
}
.tonur--set-article-list-name-column.full-width {
  width: 100%;
}
.tonur-set-article--header {
  display: block !important;
}
@media screen and (min-width: 30em) {
  .tonur--set-article-discount-highlight-content-wrapper {
    float: right;
  }
  .tonur--set-article-discount-highlight:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media screen and (min-width: 64em) {
  .tonur--set-article--slider .product-slider {
    width: 60%;
  }
  .tonur--set-article--slider .product-slider.full-width {
    width: 100%;
  }
  td.tonur--set-article-list-name-column {
    width: 100%;
  }
  .tonur--set-article--slider .tonur--set-article--slider-discount-information {
    width: 39%;
  }
  .product--details .tonur--set--article .product-slider--arrow.arrow--next {
    border-right: 1px solid #5e9fdf;
  }
  .product--details .tonur--set--article .product-slider--arrow:hover {
    color: #ffffff;
    border-color: #5e9fdf;
    background: rgba(255, 255, 255, 0.8);
  }
}
.product--in-stock {
  font-size: 0.75rem;
  color: #9b9b9b;
}
.product--in-stock-number {
  color: #f31612;
}
.product--box .product--image .image--element .listing--hover-image {
  opacity: 0;
}
.product--box .product--image .image--element .listing--hover-image.loaded {
  transition: none;
}
.product--box .product--image .image--element .listing--article-image.loaded {
  transition: none;
}
.product--box .product--image .image--element:hover .listing--hover-image ~ .listing--article-image {
  opacity: 0;
}
.product--box .product--image .image--element:hover .listing--hover-image {
  opacity: 1;
}
@media screen and (min-width: 48em) {
  .footer--logo .footer--logo-link {
    top: -1.5rem;
    display: block;
    position: relative;
    z-index: 20;
  }
  .footer--logo .footer--logo-link .footer--logo-picture {
    height: 3.4375rem;
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 78.75em) {
  .footer--logo .footer--logo-link {
    margin-bottom: 0.375rem;
  }
  .footer--logo .footer--logo-link .footer--logo-picture {
    height: 4.5rem;
    display: flex;
    justify-content: center;
  }
}
.table--actions.is--modified-actions-bottom.actions--bottom {
  padding: 0;
  width: 100%;
}
.table--actions.is--modified-actions-bottom.actions--bottom .main--actions.is--confirm-section {
  padding: 0;
  margin: 0;
}
.table--actions.is--modified-actions-bottom.actions--bottom .main--actions.is--confirm-section .required-tel-label {
  display: block;
  margin-bottom: 0.8125rem;
}
.table--actions.is--modified-actions-bottom.actions--bottom .main--actions.is--confirm-section .required-tel-label.is--alert {
  color: #f31612;
}
.table--actions.is--modified-actions-bottom.actions--bottom .main--actions.is--confirm-section .required-tel-input {
  width: 100%;
  float: none;
}
.table--actions.is--modified-actions-bottom.actions--bottom .main--actions.is--confirm-section .required-tel-input.is--alert {
  border: 2px solid #f31612;
  border: 0.125rem solid #f31612;
}
.table--actions.is--modified-actions-bottom.actions--bottom .main--actions.is--confirm-section input:required:invalid {
  outline: none;
}
.table--actions.is--modified-actions-bottom.actions--bottom .main--actions.is--confirm-section .row--tos {
  margin-bottom: 1.4375rem;
}
.table--actions.is--modified-actions-bottom.actions--bottom .main--actions.is--confirm-section .row--tos .column--checkbox {
  width: 0.8125rem;
  margin-right: 0.8125rem;
}
.table--actions.is--modified-actions-bottom.actions--bottom .main--actions.is--confirm-section .row--tos .column--label {
  width: calc(100% - 26px);
  display: inline-block;
}
@media screen and (min-width: 48em) {
  .table--actions.is--modified-actions-bottom.actions--bottom .main--actions.is--confirm-section {
    display: block;
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .table--actions.is--modified-actions-bottom.actions--bottom .main--actions.is--confirm-section .required-tel-input {
    margin-bottom: 1.4375rem;
    width: 70%;
    width: calc(100% - 225px);
  }
  .table--actions.is--modified-actions-bottom.actions--bottom .main--actions.is--confirm-section .row--tos .column--checkbox {
    position: relative;
    top: -0.1875rem;
  }
}
.size--recommendation {
  font-size: 0.75rem;
  margin: 0;
  color: #9b9b9b;
}
@media screen and (min-width: 48em) {
  .tab-menu--accessories--group {
    margin-bottom: 1.875rem;
  }
  .tab--accessories--space {
    height: 1.25rem;
  }
}
@media screen and (max-width: 48em) {
  .tab-menu--accessories--group {
    margin-bottom: 0.625rem;
  }
  .tab--accessories--space {
    height: 0;
  }
}
.product-slider--item .sAddToBasket {
  text-align: center;
}
.product-slider--item .buybox--button {
  width: 80%;
  font-size: 0.875rem;
  line-height: 1.625rem;
}
.product-slider--item .buybox--quantity {
  width: 80%;
  float: none;
  margin: 0 auto;
}
.product-slider--item .buybox--quantity .js--fancy-select {
  height: 2rem;
  font-size: 0.875rem;
}
.product-slider--item .buybox--quantity .js--fancy-select .js--fancy-select-text {
  height: 2rem;
  line-height: 2rem;
}
.product-slider--item .buybox--quantity .js--fancy-select .js--fancy-select-trigger {
  height: 2rem;
  line-height: 2rem;
}
.product--details .buybox--quantity .js--fancy-select select {
  font-size: 0.875rem;
  line-height: 1.625rem;
}
.product--details .buybox--quantity .js--fancy-select:after {
  height: 2rem;
  line-height: 2rem;
}
.variant--content {
  margin-right: -1.25rem;
  width: 100%;
}
.variant--content .variant--title {
  color: inherit;
  margin: 0rem 0rem 0.9375rem 0rem;
}
.variant--content .product--box {
  float: left;
  width: auto;
  margin: 0rem 1.125rem 1.25rem 0rem;
  padding: 0;
}
.variant--content .product--image {
  width: 4.375rem;
  height: 4.375rem;
  padding: 0.3125rem 0.3125rem 0.3125rem 0.3125rem;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  margin: 0;
}
.variant--content .product--image:hover {
  border-color: #ff6c00;
}
.note--variation-description {
  margin: 0rem 0rem 0.625rem 5.9375rem;
  display: block;
}
@media screen and (min-width: 64em) {
  .note--variation-description {
    margin: 0rem 0rem 0rem 6.5625rem;
    display: block;
  }
}
@keyframes bounce {
  from {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(0, -2px);
  }
  66% {
    transform: translate(0, 2px);
  }
  to {
    transform: translate(0, 0);
  }
}
.kplngisd {
  height: 34px;
  font-family: "Open Sans";
}
.kplngisd:before {
  content: "";
  display: table;
  clear: both;
}
.kplngisd-description {
  padding: 0.1875rem 0rem 0.5rem 0rem;
}
.kplngisd-button {
  display: block;
  color: #ffffff;
  position: relative;
  width: 80px;
  height: 30px;
  float: left;
  margin: 2px;
}
.kplngisd-icon {
  height: 30px;
  width: 30px;
  font-size: 22px;
  padding: 1px 5px 5px;
  position: absolute;
}
.kplngisd-text {
  font-size: 14px;
  text-align: center;
  width: 50px;
  float: right;
  padding-top: 5px;
  transition: all 0.4s;
}
.kplngisd-button:hover .kplngisd-text {
  animation: bounce 0.5s;
}
#kplngisd-facebook-button {
  background: rgba(0, 85, 170, 0.8);
}
.kplngisd-facebook-icon {
  background: #0055aa;
}
#kplngisd-twitter-button {
  background: rgba(64, 153, 255, 0.8);
}
.kplngisd-twitter-icon {
  background: #4099ff;
}
#kplngisd-pinterest-button {
  background: rgba(203, 32, 39, 0.8);
}
.kplngisd-pinterest-icon {
  background: #cb2027;
}
#kplngisd-whatsapp-button {
  background: rgba(67, 216, 84, 0.8);
  display: none;
}
.kplngisd-whatsapp-icon {
  background: #43d854;
}
#kplngisd-mail-button {
  background: rgba(225, 157, 41, 0.8);
}
.kplngisd-mail-icon {
  background: #e19d29;
  line-height: 27px;
  padding: 0px 3px;
}
.kplngisd-mail-icon .icon--mail {
  font-size: 15px;
}
@font-face {
  font-family: 'icomoon';
  src: url('../../custom/plugins/KplngiShareDetail/Resources/views/frontend/_public/src/fonts/icomoon.eot?mr9t4n');
  src: url('../../custom/plugins/KplngiShareDetail/Resources/views/frontend/_public/src/fonts/icomoon.eot?mr9t4n#iefix') format('embedded-opentype'), url('../../custom/plugins/KplngiShareDetail/Resources/views/frontend/_public/src/fonts/icomoon.ttf?mr9t4n') format('truetype'), url('../../custom/plugins/KplngiShareDetail/Resources/views/frontend/_public/src/fonts/icomoon.woff?mr9t4n') format('woff'), url('../../custom/plugins/KplngiShareDetail/Resources/views/frontend/_public/src/fonts/icomoon.svg?mr9t4n#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icomoon {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-whatsapp:before {
  content: "\ea93";
}
.apple-pay-container-detail {
  margin-top: 10px;
  width: 100%;
  display: inline-block;
}
.apple-pay-container-detail .applepay-button {
  width: 63%;
  margin-left: 37%;
  height: 33px;
}
.apple-pay-container-ajax-cart {
  margin-top: 20px;
  width: 100%;
  display: inline-block;
}
.apple-pay-container-ajax-cart .applepay-button {
  width: 100%;
  height: 31px;
}
.apple-pay-container-cart {
  display: inline-block;
  width: 100%;
}
.apple-pay-container-cart.is-top {
  margin-top: 10px;
}
.apple-pay-container-cart .applepay-button {
  width: 100%;
}
@media screen and (min-width: 30em) {
  .apple-pay-container-cart .applepay-button {
    width: 49%;
    margin-left: 51%;
  }
}
@media screen and (min-width: 48em) {
  .apple-pay-container-cart .applepay-button {
    width: 25%;
    margin-left: 75%;
  }
}
.applepay-button {
  cursor: pointer;
}
img.mollie-payment-icon {
  float: right;
  margin-top: -1.5625rem;
}
#one-page-checkout a.more--shipping-payment-link {
  float: left;
  clear: both;
}
.mollie-components-credit-card {
  max-width: 29.0625rem;
}
.mollie-components-credit-card label {
  display: block;
  font-weight: bold;
  margin-top: 0.625rem;
}
.mollie-components-credit-card .block-group .b1 {
  width: 48%;
  float: left;
}
.mollie-components-credit-card .block-group .b2 {
  width: 48%;
  float: right;
}
.mollie-components-credit-card .intro-text {
  margin-top: 0.625rem;
}
.mollie-components-credit-card .tag-line {
  margin-top: 0.625rem;
}
.mollie-components-credit-card .tag-line .logo {
  display: inline-block;
  max-height: 1.125rem;
  max-width: 3.125rem;
}
.mollie-components-credit-card .error-message {
  color: #ff233a;
  margin-bottom: 0.3125rem;
}
.mollie-components-credit-card .input--field.mollie {
  border-radius: 3px;
  background-clip: padding-box;
  min-height: 2.125rem;
  margin-bottom: 0.3125rem;
  background: #fff;
  color: #505050;
  text-align: left;
  box-shadow: inset 0 0 0 0 transparent, 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.05);
  transition: all 0.05s ease;
}
.mollie-components-credit-card .input--field.mollie.is-focused {
  box-shadow: inset 0 0 0 2px #0077ff, 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 2px 6px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.mollie-components-credit-card .input--field.mollie.error {
  background-color: #fff0f0;
  box-shadow: 0 0 0 1px #ff3333, 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 2px 6px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.mollie-components-credit-card .input--field.mollie:active {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 2px 6px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.05);
  border: 2px solid #07f;
}
@media (min-width: 48em) {
  .sidebar--categories-navigation.party-categories-left .party-selected-navigation {
    margin-bottom: 1.25rem;
  }
  .sidebar--categories-navigation.party-categories-left .party-selected-navigation.is--level0 > .navigation--entry > .navigation--link {
    border-bottom: 1px solid #d7d7d7;
  }
  .sidebar--categories-navigation.party-categories-left .sidebar--navigation {
    /* level 0 */
    /* level 1 */
    /* level 2 */
  }
  .sidebar--categories-navigation.party-categories-left .sidebar--navigation.is--level0 > .navigation--entry > .navigation--link:after {
    content: "\e60f";
    font-family: 'shopware';
    float: right;
    position: relative;
    top: 0.25rem;
    font-size: 0.75rem;
  }
  .sidebar--categories-navigation.party-categories-left .sidebar--navigation.is--level0 > .navigation--entry > .navigation--link.is--active.has--sub-categories:after {
    font-weight: normal;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .sidebar--categories-navigation.party-categories-left .sidebar--navigation.is--level0 > .navigation--entry > .navigation--link.is--active:after {
    font-weight: normal;
  }
  .sidebar--categories-navigation.party-categories-left .sidebar--navigation.is--level1 {
    margin: 0.625rem 0rem 0.625rem 0rem;
  }
  .sidebar--categories-navigation.party-categories-left .sidebar--navigation.is--level1 .navigation--entry {
    margin-left: 0rem;
  }
  .sidebar--categories-navigation.party-categories-left .sidebar--navigation.is--level1 .navigation--entry .navigation--link {
    width: auto;
  }
  .sidebar--categories-navigation.party-categories-left .sidebar--navigation.is--level1 .navigation--entry .navigation--link.is--active {
    font-weight: bold;
  }
  .sidebar--categories-navigation.party-categories-left .sidebar--navigation.is--level2 {
    font-size: inherit;
  }
  .sidebar--categories-navigation.party-categories-left .sidebar--navigation.is--level2 .navigation--entry {
    margin-left: 1.25rem;
  }
}
.pix-notebuy--extra-container {
  display: table;
}
.pix-notebuy--extra-container .js--fancy-select {
  width: 150px;
  height: 39px;
}
.paypal--sidebar .paypal--sidebar-inner {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
}
.paypal--sidebar .logo--image {
  margin: auto;
}
@media screen and (min-width: 48em) {
  .paypal--sidebar {
    margin-bottom: 1.25rem;
    border: 1px solid #d7d7d7;
  }
  .paypal--sidebar .paypal--sidebar-inner {
    padding: 0.75rem 0.75rem 0.75rem 0.75rem;
  }
  .paypal--sidebar .paypal--sidebar-inner-returns {
    padding: 0.75rem 0.75rem 0.75rem 1.5rem;
  }
}
.unified-instructions--table {
  margin: 0 auto;
  width: 100%;
  table-layout: fixed;
}
.unified-instructions--table tr {
  width: 100%;
}
.unified-instructions--table tr td {
  background: none;
  width: 50%;
  word-wrap: break-word;
}
.unified-instructions--table tr td.bolder {
  font-weight: bolder;
}
.unified--panel {
  margin: 1.25rem 0rem 1.25rem 0rem;
  width: 100%;
}
.unified--panel .unified--instruction {
  font-weight: bolder;
  text-align: center;
}
.unified--panel .unified-header--left-td {
  width: 45%;
  text-align: right;
}
.unified--panel .unified-header--left-td h3 {
  margin-top: 0.625rem;
}
.unified--panel .unified-header--center-td {
  min-width: 6.25rem;
  width: auto;
}
.unified--panel .unified-header--right-td {
  width: 45%;
}
.unified--panel .unified-legal--message {
  text-align: center;
}
.finish--loading-indicator {
  width: 1.3125rem;
  height: 1.3125rem;
  margin: 0 auto;
  display: block;
  position: relative;
  box-sizing: content-box;
}
.finish--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;
}
@media screen and (min-width: 30em) {
  .unified-instructions--container {
    margin: 1.25rem 0rem 1.25rem 0rem;
  }
  .unified-instructions--table {
    width: 80%;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
  }
  .unified-instructions--table tr {
    width: 100%;
  }
  .unified-instructions--table tr td {
    font-size: inherit;
  }
  .unified-instructions--table tr td.bolder {
    font-size: inherit;
    width: 50%;
  }
}
@media screen and (min-width: 64em) {
  .unified-instructions--table {
    width: 50%;
  }
}
.paypal-unified--error {
  margin-bottom: 1.25rem;
}
.paypal--payment-selection .is--plus-container {
  border-bottom: 0;
}
.paypal--payment-selection .is--plus-container .method--label {
  display: none;
}
.paypal--payment-selection .is--plus-container #ppplus {
  padding: 0;
  margin: 0;
}
.paypal--payment-selection .is--plus-container #ppplus iframe {
  top: -1.625rem;
  position: relative;
}
.paypal--payment-selection .is--plus-container .method--description {
  position: relative;
  width: 100%;
  display: block;
}
.paypal--payment-selection .is--plus-container.payment--method {
  margin-bottom: -1.75rem;
  padding: 0;
  height: inherit;
}
.paypal--payment-selection .is--plus-container.payment--method:hover {
  background-color: white;
}
.paypal--payment-selection .is--plus-container.payment--method.js--is-active,
.paypal--payment-selection .is--plus-container.payment--method.is--active {
  background-color: white;
}
.paypal--payment-selection .is--plus-container.payment--method.js--is-active:after,
.paypal--payment-selection .is--plus-container.payment--method.is--active:after {
  display: none;
}
.paypal--payment-selection .method--input {
  display: none;
}
.paypal--payment-selection .payment--method {
  font-size: 0.6875rem;
  padding: 1.25rem 0rem 1.25rem 0rem;
  color: #3f3f3f;
  margin-bottom: 0;
  font-family: Arial, sans-serif;
  position: relative;
  cursor: pointer;
  height: inherit;
}
.paypal--payment-selection .payment--method:after {
  content: "";
  display: table;
  clear: both;
}
.paypal--payment-selection .payment--method:hover {
  background-color: #f9f9f9;
}
.paypal--payment-selection .payment--method.js--is-active,
.paypal--payment-selection .payment--method.is--active {
  cursor: default;
  background-color: #f9f9f9;
}
.paypal--payment-selection .payment--method.js--is-active .method--name,
.paypal--payment-selection .payment--method.is--active .method--name {
  font-weight: bold;
}
.paypal--payment-selection .payment--method.js--is-active .method--label,
.paypal--payment-selection .payment--method.is--active .method--label {
  width: 100%;
}
.paypal--payment-selection .payment--method.js--is-active .method--description,
.paypal--payment-selection .payment--method.is--active .method--description {
  padding-left: 0.5rem;
  display: block;
}
.paypal--payment-selection .payment--method.js--is-active:after,
.paypal--payment-selection .payment--method.is--active:after {
  height: 1.125rem;
  width: 1.4375rem;
  right: 0.5rem;
  top: 0.9375rem;
  content: '';
  position: absolute;
  background: url('https://www.paypalobjects.com/webstatic/ppplus/icons/checkmark.png') no-repeat;
}
.paypal--payment-selection .payment--method:last-child {
  border-bottom: 0;
}
.paypal--payment-selection .method--label {
  padding-left: 0.5rem;
  width: 17%;
  float: left;
}
.paypal--payment-selection .method--description {
  display: none;
  float: left;
  width: 65%;
}
.paypal--payment-selection .method--name {
  font-size: 0.75rem;
  color: #3f3f3f;
  font-weight: normal;
  cursor: pointer;
}
.paypal--payment-selection .method--bankdata {
  text-align: center;
  clear: both;
}
@media screen and (min-width: 48em) {
  .paypal--payment-selection .is--plus-container #ppplus {
    margin-bottom: -2.9375rem;
    padding: 0;
    width: 100%;
  }
  .paypal--payment-selection .is--plus-container #ppplus iframe {
    top: -2.875rem;
  }
  .paypal--payment-selection .payment--method.js--is-active .method--label,
  .paypal--payment-selection .payment--method.is--active .method--label {
    width: 17%;
  }
  .paypal--payment-selection .payment--method.js--is-active .method--description,
  .paypal--payment-selection .payment--method.is--active .method--description {
    width: 66%;
  }
  .paypal--payment-selection .payment--method:last-child {
    border-bottom: 1px solid #d7d7d7;
  }
}
.paypal-unified-installments-banner--product-detail {
  margin-bottom: 0.625rem;
}
.paypal-unified-installments-banner--cart {
  margin-top: 1.25rem;
}
.paypal-unified-ec--outer-button-container:after {
  content: "";
  display: table;
  clear: both;
}
.paypal-unified-ec--button-container {
  margin-top: 0.625rem;
}
.product--table .paypal-unified-ec--button-container {
  margin-top: 0rem;
}
.register--login .paypal-unified-ec--outer-button-container {
  line-height: normal;
}
.paypal-unified-ec--button-placeholder {
  height: 2.1875rem;
}
.paypal-unified-ec--button-placeholder.paypal-button--is-responsive-size {
  height: 3.375rem;
}
.paypal-unified-ec--button-placeholder-has-pay-later-button {
  height: 4.375rem;
}
.paypal-unified-ec--button-placeholder-has-pay-later-button.paypal-button--is-responsive-size {
  height: 6.5625rem;
}
@media screen and (min-width: 30em) {
  .product--table .paypal-unified-ec--button-container {
    margin-top: 0.625rem;
  }
}
@media screen and (min-width: 48em) {
  .product--table .paypal-unified-ec--button-container {
    margin-top: -0.3125rem;
    margin-bottom: 0.625rem;
  }
}
.paypal-unified--error-message {
  margin-top: 1rem;
  padding: 1rem 1rem 1rem 1rem;
  border-radius: 3;
  background-clip: padding-box;
  width: 100%;
  border: 1px solid #d7d7d7;
}
.paypal-button-width--small {
  width: 9.375rem;
}
.paypal-button-width--medium {
  width: 15.625rem;
}
.paypal-button-width--large {
  width: 21.875rem;
  max-width: 100%;
}
.paypal-button-width--responsive {
  width: 63%;
  text-align: right;
}
.paypal-button-width--responsive.paypal-button--is-ajax-cart {
  width: 100%;
  text-align: right;
}
.paypal-button-width--responsive.paypal-button--is-login {
  width: 100%;
}
.paypal-button-width--responsive.paypal-button--is-listing {
  width: 100%;
}
.paypal-button-width--responsive.paypal-button--is-cart {
  width: 18.125rem;
}
.paypal-button-width--responsive.paypal-unified-in-context--button-container,
.paypal-button-width--responsive.paypal-unified-pay-later--button-container,
.paypal-button-width--responsive.paypal-unified--smart-payment-buttons,
.paypal-button-width--responsive.paypal-unified--sepa-payment-buttons {
  width: 14.75rem;
}
.container--ajax-cart.is--shown .paypal-unified-ec--outer-button-container .paypal-unified-ec--button-container.paypal-button--is-ajax-cart.paypal-button-width--responsive {
  width: 100%;
}
.paypal-unified--smart-payment-buttons {
  float: right;
}
#paypal-acdc-form .paypal--acdc-submit-error {
  margin-bottom: 0.5rem;
}
#paypal-acdc-form .acdc-column-container {
  -webkit-column-count: 2;
  column-count: 2;
}
#paypal-acdc-form input[type="text"] {
  width: 100%;
  margin-bottom: 0.5rem;
}
#paypal-acdc-form .field {
  height: 2.375rem;
  margin-bottom: 0.5rem;
  width: unset;
}
.swag-payment-paypal-unified-pay-upon-invoice-legal-text-container {
  width: 14.9375rem;
}
.swag-payment-paypal-unified-pay-upon-invoice-legal-text-container .swag-payment-paypal-unified-pay-upon-invoice-legal-text {
  font-size: 0.75rem;
  padding-bottom: 0.9375rem;
}
.pay-upon-invoice--extra-fields .pui-extra-field {
  margin-bottom: 0.5rem;
}
.pay-upon-invoice--extra-fields .pui--phone,
.pay-upon-invoice--extra-fields .pui--birthday {
  width: 16.5625rem;
}
.pay-upon-invoice--extra-fields .select-field,
.pay-upon-invoice--extra-fields .js--fancy-select {
  width: auto;
}
input[type="date"] {
  -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: 1rem;
  width: 18.125rem;
  padding: 0.625rem 0.625rem 0.5625rem 0.625rem;
  box-shadow: inset 0 1px 1px #d7d7d7;
  background: #ffffff;
  border: 1px solid #c1dcf7;
  border-top-color: #aacff4;
  color: #505050;
  text-align: left;
}
input[type="date"]:focus {
  box-shadow: 0 0 0 transparent;
  outline: none;
  border-color: #5e9fdf;
  background: #ffffff;
  color: #2a2a2a;
}
input[type="date"].has--error {
  color: #f31612;
  background: #f8d9d9;
  border-color: #f31612;
}
input[type="date"].input--field {
  margin-bottom: 0.625rem;
  width: 100%;
}
input[type="date"].input--field.input--field-zipcode {
  width: 30%;
  float: left;
}
input[type="date"].input--field.input--field-city {
  width: 68%;
  float: left;
}
input[type="date"].input--field.input--spacer {
  margin-right: 2%;
}
input[type="date"].is--small {
  height: 2.125rem;
}
input[type="date"].is--medium {
  height: 2.375rem;
}
input[type="date"].is--large {
  height: 2.625rem;
}
.tonur_packstation_input_row {
  font-size: 0;
  position: relative;
}
div.tonur_shipping_address_type {
  display: inline-table;
  vertical-align: middle;
}
div.tonur_shipping_address_type_wrapper {
  line-height: 2rem;
  margin-bottom: 15px;
}
div.tonur_shipping_address_type div {
  display: block;
  float: left;
}
div.tonur_shipping_address_type div label {
  margin: 2px 24px 0 8px;
  width: auto;
}
div.tonur_shipping_address_type div input {
  margin: 0;
  width: auto;
}
#tonur_shipping_address_packstation_div.tonur_hide_select .js--fancy-select {
  display: none;
}
#tonur_shipping_address_packstation_div.tonur_hide_select .select-field {
  display: none;
}
#tonur_shipping_address_packstation_div.tonur_hide_select .tonur_street_number_field {
  display: none;
}
#tonur_shipping_address_packstation_div.tonur_hide_select #tonur_shipping_address_packstation {
  display: none;
}
#tonur_shipping_address_packstation {
  display: none;
}
#tonur_shipping_address_packstation_div.tonur_hide_street .tonur_street_field {
  display: none;
}
.tonur_find_packstation {
  display: inline-block;
  margin-bottom: 15px;
  float: right;
  width: 100%;
}
#tonur_find_packstation_button {
  width: 100%;
  text-align: center;
}
.tonur_packstation_input {
  padding: 10px 10px 0 10px;
}
.tonur_packstation_input label {
  width: 25%;
  display: inline-block;
}
#packstation_zipcode {
  width: 23%;
  margin-right: 2%;
}
#packstation_city {
  width: 50%;
}
.tonur_packstation_space_separator {
  margin-bottom: 5px;
}
.tonur_find_packstation_button_container {
  padding: 10px;
  height: 40px;
}
#tonur_packstation_map_frame {
  margin: 10px 10px 10px 10px;
}
#tonur_packstation_map {
  border: 1px solid #dfdfdf;
  height: 400px;
  position: relative;
}
#tonur_packstation_map_overlay,
.tonur_packstation_map_overlay {
  background: none repeat scroll 0 0 #000000;
  bottom: 0;
  height: 402px;
  left: 0;
  margin: 10px;
  opacity: 0.66;
  position: absolute;
  width: 510px;
  z-index: 100;
  display: none;
  vertical-align: middle;
}
#tonur_packstation_map_overlay p,
.tonur_packstation_map_overlay p {
  color: #f5f5f5;
  font-size: larger;
  margin-top: 33%;
  text-align: center;
}
#tonur_packstation_map_frame.busy #tonur_packstation_map_overlay {
  display: table-cell;
}
.tonur_packstation_map_cookie_overlay.missing_cookie {
  display: table-cell;
}
#tonur_shipping_address_packstation {
  width: 255px;
}
.tonur_ajax_select_packstation_search_form .heading {
  padding-left: 15px;
}
#tonur_shipping_address_packstation_div .js--fancy-select {
  width: 70%;
}
.register--content .register--field.tonur_street_number_field {
  width: 28%;
  float: right;
}
.address--field.tonur_street_number_field {
  width: 28% !important;
  float: right;
}
.tonur_scale_input_down {
  width: 70%;
}
a#tonur_find_packstation_button_execute {
  width: 100%;
  text-align: center;
  margin-top: 0.5rem;
}
.MicrosoftMap .Infobox .infobox-actions {
  box-sizing: content-box;
  height: 100% !important;
}
.account--address.account--address-form.account--content #tonur_shipping_address_packstation_type_select_wrapper {
  width: 70%;
}
#tonur_shipping_address_packstation_type_select_wrapper .select-field {
  width: 100%;
}
.address-manager--modal.address-manager--editor #tonur_shipping_address_packstation_type_select_wrapper .select-field {
  width: 70%;
}
#tonur_shipping_address_packstation_type_select_wrapper input.tonur_street_field {
  width: 100%;
}
.tonur--error-list-entry {
  list-style: disc inside;
  text-indent: 1rem;
}
@media screen and (min-width: 30em) and (max-width: 47.9em) {
  .tonur_find_packstation {
    width: initial;
  }
}
@media screen and (min-width: 64em) {
  .tonur_find_packstation {
    width: initial;
  }
}
