/*
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.
*/
.language--flag.nl_NL {
  background: url("../../Plugins/Community/Core/SwagNetherlands/Views/frontend/_public/src/img/nl.png") no-repeat;
}
.is--not--active {
  display: none !important;
}
.pixclearfixes:before {
  content: " ";
  display: table;
}
.pixclearfixes:after {
  content: " ";
  display: table;
  clear: both;
}
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}
.is--ctl-faq .action--sort.action--content.block {
  display: none;
}
.is--ctl-faq .sidebar-main + .content--wrapper,
.is--ctl-faq .sidebar-main + .content--wrapper {
  margin-left: 16.25rem;
}
#content .faq_text {
  background: none repeat scroll 0 0 transparent;
  float: left;
  margin: 0 0 20px;
  padding: 0;
  width: 100%;
}
#content .faq_text .inner_container {
  border: 1px solid;
  margin: 0;
  padding: 20px 20px 0;
  border-color: #DFDFDF;
}
#content .faq_text .inner_container h1 {
  font-size: 21px;
  font-weight: bold;
  margin: 5px 0 15px;
}
#content #left ul#newsnav {
  border: medium none;
  margin: 18px 0 0;
  padding-bottom: 0;
}
#content #left ul#newsnav li:hover {
  background: none repeat scroll 0 0 #F5F5F5;
}
#content #left ul#newsnav li a {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAICAYAAADJEc7MAAAAS0lEQVR42r3RoREAIAgFUJMm53MAm1bHYStHcAMdAD93BKMYDK/x73PgiGhCAieY+YoMdxWswQoMGaIl6LVxQPsSLOeqX46zXt6xAVpCN6DpIdbdAAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
  background-position: right center;
  padding-left: 10px;
}
#content #left ul#newsnav li.last {
  background: none repeat scroll 0 0 #666;
}
#content #left ul#newsnav li.last a {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAALCAYAAABPhbxiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMNJREFUeNqcUEEKwjAQ7LZFUcFr0O/0kD/4AMGb4EGPfUv/pELpNcdCW8SWxCTuanqtiwNDkiXDzgx476N/EANAjGc3DMMOvoiIHMyMMTdr7bUoitU4JCdTJMyVUmd8+KZpDnVdr7nCNMsyobW+41bV9/0FZ/BLSPmsEEKHLYBZU8rOyQht2x7JalVVpzzPtzhLWFapHLIqpdxQZo7VTznOuUdZlnu8L0jEKQfChiVlRT6Rr1E4mS8UkdDfIPYc4VuAAQBuzOjbHrvowQAAAABJRU5ErkJggg==');
  background-repeat: no-repeat;
  background-position: right center;
  padding-left: 10px;
  color: #fff;
}
#content #left ul#newsnav li.heading {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 #F5F5F5;
  border-color: #D3D3D3;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 1px medium;
  color: #636363;
  font-weight: 700;
  height: 28px;
  line-height: 28px;
  padding: 0 0 0 10px;
  margin: 0px;
  text-transform: none;
}
#content #left ul li {
  background-color: #FFF;
}
#faqlist {
  margin: 0;
  width: 100%;
}
#faqlist .faqbox .post_metadata span {
  border-right: none;
  padding: 0px;
}
#faqlist .listing-faq .faqbox {
  margin: 0 0 15px;
  border: 1px solid #DFDFDF;
  padding: 10px;
}
#content .faqbox {
  border-color: #DFDFDF;
}
#content .faqbox .post_metadata {
  font-size: 10px;
  margin: 4px 0 12px;
  padding: 0 0 9px;
}
#content .faqbox .description {
  float: left;
  padding: 0 50px 0 0;
  width: 464px;
}
#content .faqbox .social {
  width: 255px;
}
#content .faqbox .social #imgTarget {
  margin-bottom: 10px;
}
#content .faqbox .social .outer {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #C7C7C7 #C7C7C7 #C7C7C7;
  border-image: none;
  border-right: 1px solid #C7C7C7;
  border-style: none solid solid;
  border-width: 0 1px 1px;
  padding: 5px;
}
.faqbox .blog--bookmark {
  font-size: 2rem;
}
#faqlist .faqbox .faqbox_header {
  background: none repeat scroll 0 0 #FFFFFF;
  display: block;
  padding: 0px;
}
.faqbox .faqbox_header h2 {
  font-weight: bold;
  margin: 0;
  color: #262626;
}
.faqbox .faqbox_header .post_metadata {
  font-size: 12px;
  margin: 0;
  padding: 0;
  color: #A8A7A7;
}
.faqbox .post_metadata span,
.faqbox .post_metadata span {
  display: inline-block;
  height: 19px;
  line-height: 20px;
}
.faqbox .post_metadata span.first {
  padding-left: 0;
}
.faqbox .post_metadata span {
  border-color: #E6E6E6;
}
.faqbox .post_metadata span.last,
.faqbox .post_metadata span span {
  border-right: 0 none;
}
.faqbox .faqbox_header .post_metadata a {
  text-decoration: none;
}
.faqbox .post_metadata span a {
  color: #72A425;
}
.faqbox .faqbox_content {
  background: none repeat scroll 0 0 #FFF;
  display: block;
  padding: 0px;
}
.faqbox .faqbox_content .faq_picture {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #DFDFDF;
  height: 118px;
  margin: 0 30px 30px 0;
  padding: 5px;
  width: 138px;
}
.faqbox .faq_picture {
  display: block;
  float: left;
  margin-right: 15px;
}
.faqbox .faqbox_content .faq_picture a {
  display: block;
  height: 118px;
  width: 138px;
}
.faqbox .faqbox_content .faq_tags,
#content .faqdetail .faq_tags {
  border-top: 1px solid #DFDFDF;
  margin-top: 0px;
  overflow: hidden;
  padding-top: 30px;
}
.faqletters {
  float: left;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  width: 781px;
}
.faqletters > h2 {
  background: none repeat scroll 0 0 #EFEFEF;
  display: block;
  float: left;
  font-size: 13px;
  margin: 2px;
  text-align: center;
  width: 24px;
}
.faqletters > h2.hasdata {
  background: none repeat scroll 0 0 #FF0000;
  color: #FFF;
}
.faqletters > h2.hasdata > a {
  color: #FFF;
  display: block;
}
.listing-faq {
  float: left;
  margin-bottom: 10px;
  width: 100%;
}
.listing-faq.is-faq-accordeon {
  float: left;
  margin-bottom: 10px;
  width: 100%;
}
.faq > a {
  color: #FF0000;
}
#content .faq h1 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px;
}
#content .faqbox .social {
  width: 300px;
}
#content .faqbox .description {
  float: left;
  padding: 0 26px 0 0;
  width: 440px;
}
#content .faqbox .social #imgTarget {
  margin-bottom: 10px;
}
#content .faqbox .social .outer {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #C7C7C7 #C7C7C7 #C7C7C7;
  border-image: none;
  border-right: 1px solid #C7C7C7;
  border-style: none solid solid;
  border-width: 0 1px 1px;
  padding: 5px;
}
.faqbox div.bookmarks {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 105px;
}
#content .faqbox h1 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px;
}
#content .faqbox .post_metadata {
  font-size: 12px;
  margin-bottom: 5px;
  color: #A8A7A7;
  padding: 0 0 9px;
}
.faqaccordeonbox {
  padding: 5px;
  border: 1px solid #DFDFDF;
  margin-bottom: 5px;
}
.faqaccordeon {
  font-size: 0.8rem;
  margin: 0;
  padding: 0.5rem 0rem 0.5rem 0.5rem;
  font-weight: normal;
  cursor: pointer;
}
.faqaccordeon::after {
  color: #5f7285;
  font-size: 1rem;
  content: '\e68f';
  float: right;
  font-family: "shopware";
  font-weight: 700;
  transform: rotate(360deg);
  transition: all 100ms ease-out 0s;
}
.visible::after {
  content: '\e68e';
  transform: rotate(0deg);
}
.question {
  background: none repeat scroll 0 0 #F5F5F5;
  border: 1px solid #DCDCDC;
  padding: 10px;
  display: none;
}
#content .faqbox #imgTarget {
  border: 1px solid #DFDFDF;
  display: block;
  float: left;
  height: auto;
  margin-bottom: 10px;
  padding: 5px;
  text-align: center;
  width: 287px;
}
#content .faqbox .thumbnail_box {
  float: right;
  width: 299px;
}
#content .faqbox .thumbnail_box a {
  border: 2px solid;
  display: block;
  float: left;
  height: 57px;
  margin-right: 4px;
  width: 57px;
}
#content .faqbox .thumbnail_box a {
  border: 1px solid #DFDFDF;
  margin: 0 10px 10px 0;
}
.faq-box-listing {
  border: 1px solid silver;
  border-radius: 3px;
  float: left;
  margin-bottom: 0.3rem;
  width: 100%;
}
.faq-box-listing:nth-child(2n) {
  background: #f5f5f8 none repeat scroll 0 0;
}
.faq-box-listing_header {
  float: left;
  padding: 0.675rem;
  width: 100%;
}
.faq-box-listing .faq-box-listing_header h2 {
  color: #262626;
  float: left;
  font-weight: bold;
  margin: 0;
  width: 100%;
}
.faq-box-listing .faq-box-listing_header .post_metadata {
  color: #a8a7a7;
  float: left;
  font-size: 12px;
  margin: 0;
  padding: 0;
  width: 100%;
}
.faq-box-listing .post_metadata span,
.faq-box-listing .post_metadata span {
  display: inline-block;
  height: 19px;
  line-height: 20px;
}
.faq-box-listing .post_metadata span.first {
  padding-left: 0;
}
.faq-box-listing .post_metadata span {
  border-color: #E6E6E6;
}
.faq-box-listing .post_metadata span.last,
.faq-box-listing .post_metadata span span {
  border-right: 0 none;
}
.faq-box-listing .faq-box-listing_header .post_metadata a {
  text-decoration: none;
}
.faq-box-listing .post_metadata span a {
  color: #72A425;
}
.faq-box-listing .faq-box-listing_content {
  display: block;
  float: left;
  padding: 0.675rem;
  width: 100%;
}
.faq-box-listing .news_picture {
  display: block;
  float: left;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.faq-box-listing .faq-box-listing_content .news_tags,
#content .newsdetail .news_tags {
  border-top: 1px solid #DFDFDF;
  margin-top: 0px;
  overflow: hidden;
  padding-top: 0.4rem;
}
.is--ctl-faq .sidebar-main + .content--wrapper,
.is--ctl-faq .sidebar-main + .content--wrapper {
  margin-left: 0;
}
.faq-tags {
  margin-bottom: 0.5rem;
  width: 100%;
}
.faq-tag-item {
  font-size: 0.8rem;
  font-weight: normal;
  line-height: 1rem !important;
  padding: 0.2rem 0.4rem;
}
.shop-faq--container.is--rounded {
  margin-bottom: 1rem;
}
#faqlist .faq-group-cmstext {
  float: left;
}
#faqlist .faq--groupdetail-thumbnails {
  margin-bottom: 0.625rem;
}
#faqlist .faq--groupdetail-thumbnails .faq--thumbnail-groupimage {
  margin: 0 auto;
}
#faqlist .faq--groupdetail-thumbnails .block {
  height: 5rem;
  width: 23%;
}
#faqlist .faq--groupimage {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  max-width: 100%;
}
#faqlist .faq--groupthumbnail {
  padding: 0.3125rem 0.3125rem 0.3125rem 0.3125rem;
  margin: 2% 1%;
  display: block;
  float: left;
}
#faqlist .faq--groupthumbnail:first-child {
  margin-left: 0;
}
#faqlist .faq--groupthumbnail:last-child {
  margin-right: 0;
}
.faq--detail {
  margin-top: 0.625rem;
}
.faq--detail ul,
.faq--detail ol {
  padding-left: 1.875rem;
}
.faq--detail .listing {
  margin: 0;
}
.faq--detail .faq--box {
  margin-bottom: 0;
}
.faq--detail .faq--detail-header {
  margin-bottom: 1.25rem;
}
.faq--detail .faq--detail-headline {
  margin: 0rem 0rem 0.3125rem 0rem;
}
.faq--detail .faq--detail-headline,
.faq--detail .faq--detail-box-headline {
  font-size: 1.125rem;
}
.faq--detail .select-field {
  max-width: 100%;
}
.faq--detail .faq--rating-link {
  font-size: 0.875rem;
  color: #666666;
}
.faq--detail .faq--bookmarks-icons {
  margin-top: 0.625rem;
  float: right;
}
.faq--detail .faq--bookmark {
  font-size: 2.5rem;
}
.faq--detail .faq--detail-thumbnails {
  margin-bottom: 0.625rem;
}
.faq--detail .faq--detail-thumbnails .faq--thumbnail-image {
  margin: 0 auto;
}
.faq--detail .faq--detail-thumbnails .block {
  height: 5rem;
  width: 23%;
}
.faq--detail .faq--image {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  width: 100%;
}
.faq--detail .faq--thumbnail {
  padding: 0.3125rem 0.3125rem 0.3125rem 0.3125rem;
  margin: 2% 1%;
  display: block;
  float: left;
}
.faq--detail .faq--thumbnail:first-child {
  margin-left: 0;
}
.faq--detail .faq--thumbnail:last-child {
  margin-right: 0;
}
.faq--detail .faq--questions-wrapper {
  padding: 1.25rem 0rem 1.25rem 0rem;
}
.faq--detail .answer-li {
  padding-left: 1rem;
}
.faq--detail .faq--questions {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.faq--detail .faq--questions .questions--actions .btn--create-entry {
  width: 100%;
}
.faq--detail .faq--questions .questions--list {
  margin-top: 1.875rem;
  padding-left: 0;
}
.faq--detail .faq--questions .questions--list .list--entry {
  border: 1px solid #dadae5;
  padding: 0.625rem;
}
.faq--detail .faq--questions .questions--list .list--entry h3 {
  margin-top: 0.625rem;
}
.faq--detail .faq--questions .answer-title {
  float: left;
  width: 100%;
  cursor: pointer;
  text-decoration: underline;
}
.faq--detail .faq--questions .answer--list {
  margin-top: 0.9375rem;
  display: none;
  background: #efefef;
  border: 1px solid #dadae5;
  float: left;
  width: 100%;
  padding: 0.625rem;
}
.faq--detail .faq--questions .list--entry {
  margin-top: 0.625rem;
}
.faq--detail .faq--questions .list--entry:after {
  content: "";
  display: table;
  clear: both;
}
.faq--detail .faq--questions .list--entry:before {
  content: " ";
  display: table;
}
.faq--detail .faq--questions .list--entry:after {
  content: " ";
  display: table;
  clear: both;
}
.faq--detail .faq--questions .entry--meta {
  width: 100%;
}
.faq--detail .faq--questions .entry--meta .meta--rating {
  margin-bottom: 0.3125rem;
}
.faq--detail .faq--questions .entry--content {
  width: 100%;
}
.faq--detail .faq--questions .content--headline {
  margin: 0.625rem 0rem 0.3125rem 0rem;
  font-size: 1rem;
}
.faq--detail .faq--questions-headline {
  font-size: 1.3125rem;
  margin: 0rem 0rem 1.25rem 0rem;
}
.faq--detail .faq--questions-entry {
  margin-bottom: 1.25rem;
}
.faq--detail .faq--questions-entry:last-child {
  margin: 0;
}
.faq--detail .faq--questions-entry-left {
  padding: 1.25rem 2.5rem 1rem 2.5rem;
  border-bottom: 1px solid #dadae5;
}
.faq--detail .faq--questions-entry-left::after {
  margin: 0rem 0rem 0rem -0.5625rem;
  width: 1.125rem;
  height: 1.125rem;
  bottom: -0.5625rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
  position: absolute;
  left: 50%;
  background: #fff;
  border: 1px solid #dadae5;
  border-left: 0 none;
  border-top: 0 none;
}
.faq--detail .faq--questions-rating {
  font-size: 1.125rem;
  color: #3b5b59;
}
.faq--detail .faq--questions-entry-right {
  padding: 1.25rem 2.5rem 1rem 2.5rem;
}
.faq--detail .faq--questions-entry-headline {
  font-size: 1rem;
  color: #314c49;
  margin-top: 0;
}
.faq--detail .faq--questions-form .form--comment-add {
  margin-top: 20px;
}
.faq--detail .faq--questions-form-errors {
  margin-top: 0.7rem;
}
.faq--detail .faq--questions-form-errors .alert {
  margin: 1.25rem 0rem 1.25rem 0rem;
}
.faq--detail .faq--questions-voting {
  margin-bottom: 0.625rem;
  line-height: 1;
}
.faq--detail .collapse--soft-hidden {
  display: none;
}
.faq--detail .collapse--soft-show {
  display: block;
}
.product--details .content--faqdescription {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
}
.faq-box-listing .faq--box-picture {
  display: block;
  height: auto;
  width: 100%;
}
.faq-box-listing .faq--box-description {
  margin-top: 1rem;
}
.faq-box-listing .faq--box-description .faq--box-description-short {
  margin-bottom: 1rem;
  margin-top: -0.375rem;
}
.faq-box-listing .faq--box-tags {
  margin-top: 0.5rem;
  font-size: 0.75rem;
}
.faq-box-listing .faq--picture-preview {
  width: 100%;
}
.navigation--entry.active.sub {
  font-weight: bold;
  color: #2a3d38;
}
.navigation--entry.active.sub a {
  color: #2a3d38;
}
.only-mobile {
  display: block;
}
.entry--faqsearch .is--active.btn {
  background: #ffffff;
  color: #2a3d38;
  border-color: #2a3d38;
}
.main-faq--form {
  position: relative;
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 3000;
}
.main-faq--form .icon--search {
  font-size: 1.375rem;
  vertical-align: middle;
}
.main-faq--form .main-faq--field {
  padding: 0.5625rem 2.375rem 0.5625rem 0.5625rem;
  height: 2.5rem;
  background: #fff;
  vertical-align: middle;
  width: 100%;
  position: relative;
}
.main-faq--form .main-faq--button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  top: 0.625rem;
  bottom: 0.625rem;
  right: 0.625rem;
  font-size: 1.25rem;
  padding: 0rem 0.625rem 0rem 0.625rem;
  line-height: 1;
  position: absolute;
  z-index: 2;
  border: 0 none;
  background: transparent;
  color: #666666;
  outline: none;
}
.main-faq--form .main-faq--text {
  display: none;
}
.entry--faqsearch.is--active .main-faq--form {
  top: 3.125rem;
  background: #efeff4;
  display: block;
}
.main-faq--results {
  top: 6.875rem;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: left;
  z-index: 3500;
  display: none;
}
.main-faq--results:after {
  content: "";
  display: table;
  clear: both;
}
.main-faq--results:before {
  content: " ";
  display: table;
}
.main-faq--results:after {
  content: " ";
  display: table;
  clear: both;
}
@media screen and (min-width: 30em) {
  .faq-box-listing .news_picture {
    display: block;
    float: left;
    margin-right: 0;
    width: 100%;
  }
  .faqbox .faq-images {
    float: left;
    width: 100%;
  }
  .faqbox .description {
    float: left;
    width: 100%;
  }
  .entry--faqsearch {
    display: inline-block;
    width: 40%;
    margin-top: 2rem;
  }
  .entry--faqsearch.is--active .main-search--form {
    top: 0;
    display: inline-block;
  }
  .entry--faqsearch .entry--trigger {
    display: none;
  }
  .entry--faqsearch .main-faq--form {
    box-shadow: 0 0 0 transparent;
    border-bottom: 0 none;
    padding: 0;
    display: inline-block;
    position: relative;
  }
  .entry--faqsearch .main-faq--form .main-faq--field {
    background: #f8f8fa;
  }
  .entry--faqsearch .main-faq--form .main-faq--field:focus {
    background: #fff;
  }
  .entry--faqsearch .main-faq--form .main-faq--button {
    top: 0rem;
    bottom: 0rem;
    right: 0rem;
    padding: 0rem 0.625rem 0rem 0.625rem;
    height: 2.5rem;
  }
  .main-faq--results {
    top: 3.125rem;
    width: 28.125rem;
    margin-left: -6.875rem;
  }
  .main-faq--results:after {
    content: "";
    display: table;
    clear: both;
  }
  .main-faq--results:before {
    content: " ";
    display: table;
  }
  .main-faq--results:after {
    content: " ";
    display: table;
    clear: both;
  }
}
@media screen and (min-width: 48em) {
  .entry--faqsearch {
    font-size: 0.875rem;
    padding: 0;
    border: 0 none;
    width: 50%;
  }
  .entry--faqsearch .entry--trigger {
    display: none;
  }
  .is--ctl-faq .sidebar-main .shop-faq--container {
    display: block;
  }
  .shop-faq--container {
    padding: 0.9375rem 0.625rem 0.9375rem 0.625rem;
    margin-bottom: 1.25rem;
    border: 1px solid #dadae5;
  }
  .shop-faq--container .shop-sites--headline {
    padding-bottom: 0.66666667rem;
    font-size: 1rem;
    margin-top: 0;
    border-bottom: 1px solid #dadae5;
    color: #314c49;
    font-weight: 700;
  }
  .shop-faq--container .shop-sites--navigation,
  .shop-faq--container .navigation--entry {
    border: 0 none;
  }
  .shop-faq--container .shop-sites--navigation .navigation--link,
  .shop-faq--container .navigation--entry .navigation--link {
    padding: 0.3125rem 0.625rem 0.3125rem 0.625rem;
  }
  .is--ctl-faq .sidebar-main + .content--wrapper,
  .is--ctl-faq .sidebar-main + .content--wrapper {
    margin-left: 16.25rem;
  }
  .main-faq--form {
    box-shadow: 0 0 0 transparent;
    display: block;
    padding: 0;
    border: 0 none;
  }
  .main-faq--results {
    width: 28.125rem;
    margin-left: -14.0625rem;
    top: 3.4375rem;
    left: 50%;
  }
  .main-faq--results:after {
    content: "";
    display: table;
    clear: both;
  }
  .main-faq--results:before {
    content: " ";
    display: table;
  }
  .main-faq--results:after {
    content: " ";
    display: table;
    clear: both;
  }
  .only-mobile {
    display: none;
  }
  .is--ctl-faq .sidebar-main .sidebar--categories-wrapper {
    display: block;
  }
  .is--ctl-faq .sidebar--categories-navigation {
    display: none;
  }
  .faq-box-listing .news_picture {
    display: block;
    float: left;
    margin-right: 15px;
    width: auto;
  }
  .faqbox .faq-images {
    float: left;
    width: 100%;
  }
  .faqbox .description {
    float: left;
    width: 100%;
  }
  .is--ctl-faq .sidebar-main {
    display: block;
    margin-top: 0;
    padding-top: 0;
  }
  .product--details .content--faqdescription {
    padding: 1.875rem 1.875rem 1.875rem 1.875rem;
  }
  .faq--detail {
    margin-top: 1.875rem;
  }
  .faq--detail .faq--detail-headline {
    font-size: 1.125rem;
    margin-bottom: 0.3125rem;
  }
  .faq--detail .faq--box-metadata,
  .faq--detail .panel--title {
    margin: 0;
  }
  .faq--detail .panel--body {
    padding-left: 0;
    padding-right: 0;
  }
  .faq--detail .faq--detail-thumbnails {
    margin-bottom: 0.625rem;
  }
  .faq--detail .faq--detail-thumbnails .faq--thumbnail-image {
    margin: 0 auto;
  }
  .faq--detail .faq--detail-thumbnails .block {
    width: 5rem;
    height: 5rem;
  }
  .faq--detail .faq--questions .entry--meta {
    width: 25%;
    text-align: left;
  }
  .faq--detail .faq--questions .entry--content {
    width: 75%;
    float: left;
  }
  .faq--detail .faq--questions .questions--actions .btn--create-entry {
    width: auto;
  }
  .faq--detail .faq--questions-name {
    padding-right: 0.625rem;
    width: 50%;
    float: left;
  }
  .faq--detail .faq--questions-firstname,
  .faq--detail .faq--questions-summary {
    padding-left: 0.625rem;
    width: 50%;
    float: right;
  }
  .faq--detail .faq--questions-email {
    padding-right: 0.625rem;
    width: 50%;
    float: left;
  }
  .faq--detail .faq--questions-voting {
    margin-bottom: 0.625rem;
  }
  .faq--detail .faq--questions-opinion {
    clear: both;
  }
  .faq--detail .faq--questions-captcha {
    margin-bottom: 0.625rem;
  }
  .faq--detail .faq--questions-captcha:after {
    content: "";
    display: table;
    clear: both;
  }
  .faq--detail .faq--questions-captcha:before {
    content: " ";
    display: table;
  }
  .faq--detail .faq--questions-captcha:after {
    content: " ";
    display: table;
    clear: both;
  }
  .faq--detail .faq--questions-captcha {
    width: 50%;
  }
  .faq--detail .faq--questions-captcha .captcha--placeholder {
    padding-right: 0.625rem;
    width: 30%;
    float: left;
  }
  .faq--detail .faq--questions-captcha .captcha--code {
    padding-right: 0.625rem;
    width: 70%;
    float: right;
  }
  .faq-box-listing .faq--box-picture {
    width: 20%;
    float: left;
  }
  .faq-box-listing .faq--box-description {
    padding-top: 0;
    margin-top: 0;
  }
  .faq-box-listing .faq--box-description.faq-listing-hasimg {
    width: 76%;
    float: right;
  }
  .faq-box-listing .faq--box-tags {
    font-size: 0.875rem;
  }
  .faq-box-listing .faq--picture-preview {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .entry--faqsearch {
    width: 40%;
    margin-right: 8%;
  }
  .is--ctl-faq .sidebar-main + .content--wrapper,
  .is--ctl-faq .sidebar-main + .content--wrapper {
    margin-left: 16.25rem;
  }
  .is--ctl-faq .off-canvas {
    width: 15.25rem;
  }
  .is--ctl-faq .sidebar-main .sidebar--categories-wrapper {
    display: block;
  }
  .faq-box-listing .news_picture {
    display: block;
    float: left;
    margin-right: 15px;
    width: auto;
  }
  .faqbox .faq-images {
    float: left;
    width: 30%;
  }
  .faqbox .description {
    float: left;
  }
  .link--groupfaq-image {
    text-align: right;
    float: right;
  }
  .is--ctl-faq .sidebar-main.off-canvas {
    display: block !important;
    margin-top: 0;
    padding-top: 0;
  }
  .is--faq--left {
    display: block !important;
  }
  .faq--detail .faq--detail-description {
    width: 100%;
  }
  .faq--detail .faq--detail-image-container {
    width: 40%;
    margin: 0 0 3% 3%;
    float: right;
  }
  #faqlist .faq--detail-groupdescription {
    width: 100%;
  }
  #faqlist .faq-group-cmstext {
    float: left;
  }
  #faqlist .faq-group-cmstext.has-faggroup-images {
    width: 50%;
  }
  #faqlist .faq--groupdetail-image-container {
    width: 40%;
    margin: 0 0 3% 3%;
    float: right;
  }
}
@media screen and (min-width: 78.75em) {
  .entry--faqsearch {
    width: 40%;
  }
  .product--details .content--faqdescription {
    padding: 0.625rem 2.8125rem 2.8125rem 2.8125rem;
  }
  .is--ctl-faq .sidebar-main + .content--wrapper,
  .is--ctl-faq .sidebar-main + .content--wrapper {
    margin-left: 16.25rem;
  }
  .is--ctl-faq .off-canvas {
    width: 15.25rem;
  }
  .is--ctl-faq .sidebar-main .sidebar--categories-wrapper {
    display: block;
  }
  .faq-box-listing .news_picture {
    display: block;
    float: left;
    margin-right: 15px;
    width: auto;
  }
  .faqbox .faq-images {
    float: left;
    width: 30%;
  }
  .faqbox .description {
    float: left;
  }
  .is--ctl-faq .sidebar-main.off-canvas {
    display: block !important;
    margin-top: 0;
    padding-top: 0;
  }
  .is--faq--left {
    display: block !important;
  }
  .faq--detail {
    margin-top: 3.125rem;
  }
  .faq--detail .faq--detail-headline {
    font-size: 1.3125rem;
  }
  .faq--detail .faq--bookmark {
    font-size: 2rem;
  }
}
.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: #314c49;
  z-index: 3000;
}
.advanced-menu:after {
  content: "";
  display: table;
  clear: both;
}
.advanced-menu:before {
  content: " ";
  display: table;
}
.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: #dadae5;
  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: #3b5b59;
}
.advanced-menu .teaser--text-link:hover {
  color: #3b5b59;
}
.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: #314c49;
  display: block;
}
.advanced-menu .menu--list-item-link:hover {
  padding: 0.3125rem 0rem 0.3125rem 0.1875rem;
  color: #3b5b59;
}
.advanced-menu .button-container {
  font-size: 1rem;
  padding: 1.25rem 1.875rem 1.25rem 0rem;
  background: #f9f4ee;
  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: #314c49;
  display: block;
  font-weight: normal;
}
.advanced-menu .item--level-1 .menu--list-item-link:hover {
  padding: 0.3125rem 0rem 0.3125rem 0.1875rem;
  color: #3b5b59;
}
.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: #f9f4ee;
}
.navigation-main .navigation--list .navigation--entry.is--hovered .navigation--link {
  background: #f9f4ee;
  color: #ffffff;
}
@media screen and (min-width: 78.75em) {
  .advanced-menu .content--wrapper {
    margin: 2.5rem 2.5rem 2.5rem 2.5rem;
  }
}
#one-page-checkout #spbMarksContainer > div:last-child {
  display: none;
}
#one-page-checkout .paypal-unified-in-context--outer-button-container .paypal-unified--smart-payment-buttons {
  float: unset !important;
  width: 100% !important;
}
#one-page-checkout .pickup--panel {
  clear: both;
  border: 0;
}
#one-page-checkout .pickup--panel .pickup--box {
  width: 100%;
}
.is--ctl-premsonepagecheckout .steps--container,
.is--ctl-checkout .steps--container {
  display: none;
}
#one-page-checkout .cwbpowerpaycw-payment-form .cwbpowerpaycw-payment-form-visible.cwbpowerpaycw-form {
  padding-left: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 78.75em) {
  #one-page-checkout .cwbpowerpaycw-payment-form .cwbpowerpaycw-payment-form-visible.cwbpowerpaycw-form {
    margin-right: 39px;
  }
}
#one-page-checkout #postfinancecheckout_payment_method_form_container {
  clear: both;
}
#one-page-checkout #unzer-payment-frame .panel--body {
  border: none;
}
#one-page-checkout #heidelpay-frame .panel--body {
  border: none;
}
@media screen and (min-width: 48em) {
  #one-page-checkout #heidelpay-frame .panel--body {
    padding-right: 0;
  }
  #one-page-checkout #heidelpay-frame .panel--body #heidelpay--credit-card-test-data {
    max-width: 300px;
  }
}
#one-page-checkout .is--netiSocialLogin {
  position: relative !important;
  right: 0;
  bottom: 0;
  margin-top: 1.25rem;
  text-align: center;
  width: 100%;
}
#one-page-checkout .confirm--content {
  padding-top: 0;
}
#one-page-checkout .cwbbraintreecwsw-payment-form .panel--body {
  border: none;
}
#one-page-checkout .cwbbraintreecwsw-payment-form .cwbbraintreecwsw-payment-form-visible .control-group {
  margin-bottom: 0;
}
#one-page-checkout .cwbbraintreecwsw-payment-form .cwbbraintreecwsw-payment-form-visible .control-group .control-label {
  line-height: 1rem;
}
#one-page-checkout .cwbstripecwsw-payment-form .panel--body {
  border: none;
}
#one-page-checkout .cwbstripecwsw-payment-form .cwbstripecwsw-payment-form-visible .control-group {
  margin-bottom: 0;
}
#one-page-checkout .cwbstripecwsw-payment-form .cwbstripecwsw-payment-form-visible .control-group .control-label {
  line-height: 1rem;
}
#one-page-checkout .opc--spacer {
  height: 1.25rem;
}
#one-page-checkout .paypal--payment-selection #ppplus {
  padding-left: 0 !important;
}
#one-page-checkout .paypal--payment-selection #ppplus iframe {
  width: 100% !important;
}
#one-page-checkout .register--overview .paypal-button-width--large {
  width: 19.875rem;
}
#one-page-checkout .register--personal-data .paypal-button-width--large {
  width: 19.875rem;
}
@media screen and (min-width: 78.75em) {
  #one-page-checkout .paypal--payment-selection .payment--method.is--active .method--description {
    padding-left: 1rem;
  }
  #one-page-checkout .paypal-unified-installments-notification--full .installment--wrapper {
    width: 100% !important;
  }
}
.is--act-shippingpayment #one-page-checkout .register--personal-data {
  display: none;
}
.is--act-shippingpayment #one-page-checkout .register--overview {
  display: none;
}
@media screen and (min-width: 48em) {
  .is--act-shippingpayment #one-page-checkout .register--personal-data {
    display: block;
  }
  .is--act-shippingpayment #one-page-checkout .register--overview {
    display: block;
  }
}
.is--ctl-premsonepagecheckout .sidebar-main {
  display: none;
}
@media screen and (min-width: 48em) {
  .is--ctl-premsonepagecheckout.is--minimal-header .header-main {
    box-shadow: 0 1px 2px 0 #dadae5;
  }
  .is--ctl-premsonepagecheckout.is--minimal-header .header-main .logo-main {
    padding-right: 0.625rem;
    width: 100%;
  }
  .is--ctl-premsonepagecheckout.is--minimal-header .header-main .logo--shop {
    width: 35%;
  }
  .is--ctl-premsonepagecheckout.is--minimal-header .header-main .logo--link {
    margin-top: 0;
    width: 80%;
  }
  .is--ctl-premsonepagecheckout.is--minimal-header .header-main .logo--supportinfo {
    padding: 0.3125rem 0rem 0.3125rem 0rem;
    display: block;
    width: 35%;
  }
}
@media screen and (min-width: 48em) {
  .is--ctl-premsonepagecheckout.is--minimal-header .header-main {
    box-shadow: 0 1px 2px 0 #dadae5;
  }
  .is--ctl-premsonepagecheckout.is--minimal-header .header-main .logo-main {
    padding-right: 0.625rem;
    width: 100%;
  }
  .is--ctl-premsonepagecheckout.is--minimal-header .header-main .logo--shop {
    width: 35%;
  }
  .is--ctl-premsonepagecheckout.is--minimal-header .header-main .logo--link {
    margin-top: 0;
    width: 80%;
  }
  .is--ctl-premsonepagecheckout.is--minimal-header .header-main .logo--supportinfo {
    padding: 0.3125rem 0rem 0.3125rem 0rem;
    display: block;
    width: 35%;
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-premsonepagecheckout.is--minimal-header .header-main {
    box-shadow: 0 1px 2px 0 #dadae5;
  }
  .is--ctl-premsonepagecheckout.is--minimal-header .header-main .logo--shop {
    width: 30%;
  }
  .is--ctl-premsonepagecheckout.is--minimal-header .header-main .logo--supportinfo {
    width: 35%;
  }
  .is--ctl-premsonepagecheckout.is--minimal-header .header-main .btn--back-top-shop {
    display: inline-block;
    float: right;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-premsonepagecheckout.is--minimal-header .header-main {
    box-shadow: 0 1px 2px 0 #dadae5;
  }
  .is--ctl-premsonepagecheckout.is--minimal-header .header-main .logo-main {
    padding-right: 0;
  }
  .is--ctl-premsonepagecheckout.is--minimal-header .header-main .logo--shop {
    width: 30%;
  }
  .is--ctl-premsonepagecheckout.is--minimal-header .header-main .logo--supportinfo {
    width: 35%;
  }
  .is--ctl-premsonepagecheckout.is--minimal-header .header-main .btn--back-top-shop {
    display: inline-block;
    float: right;
  }
}
/* Mobil Optimierung Artikelauflistung */
@media screen and (min-width: 30em) {
  #one-page-checkout .product--table .column--label {
    float: right;
  }
}
#one-page-checkout .product--table .column--label.quantity--label {
  float: left;
  text-align: left;
}
#one-page-checkout .product--table .column--quantity {
  margin-left: 0;
  margin-bottom: 0;
}
#one-page-checkout .product--table .column--label.total-price--label {
  float: left;
}
#one-page-checkout .product--table .column--unit-price {
  clear: both;
  margin-left: 0;
  width: 36%;
}
#one-page-checkout .product--table .column--total-price {
  width: 32%;
}
@media screen and (min-width: 30em) {
  #one-page-checkout .product--table .column--unit-price {
    clear: none;
  }
  #one-page-checkout .product--table .column--quantity {
    margin-bottom: 1.25rem;
  }
}
#payengineCreditcardForm {
  width: 100% !important;
}
.register--personal-data .information--panel-item .content--confirm {
  display: none;
}
.is--act-shippingpayment #one-page-checkout span.panel--td {
  width: 12.5rem;
}
#opc-register .register--birthday .js--fancy-select {
  width: 6.25rem;
}
#opc-register .register--birthmonth .js--fancy-select {
  width: 6.25rem;
}
#opc-register .register--birthyear .js--fancy-select {
  width: 6.25rem;
}
#one-page-checkout .register--personal-data .bestit-amazon-pay--container2 {
  clear: both;
  padding-top: 1.25rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 30em) {
  #one-page-checkout .register--personal-data .bestit-amazon-pay--container2 {
    /*clear: both;*/
    padding-top: 0rem;
    margin-top: 0rem;
  }
}
#one-page-checkout #moptEmpfaengerservicesWunschpaket {
  width: 100%;
  border: 0 none;
}
#one-page-checkout #moptEmpfaengerservicesWunschpaket + .payment--method-list {
  float: none;
  width: 100%;
}
@media screen and (min-width: 48em) {
  #one-page-checkout #moptEmpfaengerservicesWunschpaket + .payment--method-list {
    float: none;
    width: 100%;
  }
}
#one-page-checkout .not-logged-in .alert {
  display: none;
}
#one-page-checkout .agb--on-top .agb-and-revocation h2.panel--title {
  margin-top: 0;
}
#one-page-checkout .agb--on-top .agb-and-revocation #confirm--form {
  margin-top: 0;
}
#one-page-checkout .voucher--on-top .additional--features .panel--title {
  margin-top: 0;
  line-height: 1.75rem;
}
#one-page-checkout .voucher--on-top .additional--features .add-voucher--field {
  width: 16.25rem;
  height: 2.125rem;
  margin-top: 0.625rem;
}
#one-page-checkout .voucher--on-top .additional--features .add-voucher--button {
  width: 1.875rem;
  margin-top: 0.625rem;
}
#one-page-checkout .method--payolution .block-group.payolution-form--birthdate .block {
  width: 100%;
}
#one-page-checkout .method--payolution.method--payolution-installment {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}
#one-page-checkout .payment--method .method--payolution.method--payolution-installment .block-group .block.payolution-installment--column {
  width: 100%;
  padding-left: 1%;
  padding-right: 1%;
}
#one-page-checkout #payolutionInstallmentCheckout .payolutionInstallmentCheckout--payolutionInstallmentContainer .payolutionInstallmentContainer--content {
  min-height: 28.75rem;
}
#one-page-checkout #payolutionInstallmentCheckout #payolutionInstallmentCheckout--payolutionInstallmentLeft {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
#one-page-checkout #payolutionInstallmentCheckout #payolutionInstallmentCheckout--payolutionInstallmentLeft .payolution--privacyCheck .payolution--dataCheckboxLable {
  width: 82%;
}
#one-page-checkout #payolutionInstallmentCheckout #payolutionInstallmentCheckout--payolutionInstallmentLeft #payolutionInstallmentCheckout--payolutionInstallmentLeft2 .payolutionBirthdayForm .register--birthday {
  float: left;
  padding-right: 0.625rem;
}
#one-page-checkout #payolutionInstallmentCheckout #payolutionInstallmentCheckout--payolutionInstallmentLeft #payolutionInstallmentCheckout--payolutionInstallmentLeft2 .payolutionBirthdayForm .register--birthmonth {
  float: left;
  padding-right: 0.625rem;
}
#one-page-checkout #payolutionInstallmentCheckout #payolutionInstallmentCheckout--payolutionInstallmentLeft #payolutionInstallmentCheckout--payolutionInstallmentLeft2 .payolutionBirthdayForm .register--birthyear {
  float: left;
}
#one-page-checkout #payolutionInstallmentCheckout .oneuptwodown .oneuptwodown-left {
  width: 100%;
}
#sepaMandat {
  width: 18.75rem !important;
}
@media screen and (min-width: 78.75em) {
  .is--act-shippingpayment #one-page-checkout .btn.main--actions {
    margin-right: 1.25rem;
  }
  .is--act-shippingpayment #one-page-checkout .method--bankdata .field--select {
    width: 80% !important;
  }
  .is--act-shippingpayment #one-page-checkout .method--bankdata select {
    width: 100% !important;
  }
  .is--act-shippingpayment #one-page-checkout .method--bankdata input {
    width: 100% !important;
  }
  .is--act-shippingpayment #one-page-checkout .method--bankdata input[data-crefopay="paymentInstrument.id"] {
    width: auto !important;
  }
  .is--act-shippingpayment #one-page-checkout .method--bankdata span.panel--td {
    width: 100% !important;
  }
  .is--act-shippingpayment #one-page-checkout .method--bankdata .stripe-payment-card-form input,
  .is--act-shippingpayment #one-page-checkout .method--bankdata .stripe-payment-sepa-form input,
  .is--act-shippingpayment #one-page-checkout .method--bankdata .stripe-payment-card-form .StripeElement,
  .is--act-shippingpayment #one-page-checkout .method--bankdata .stripe-payment-sepa-form .StripeElement,
  .is--act-shippingpayment #one-page-checkout .method--bankdata .stripe-payment-card-form .saved-cards .field--select,
  .is--act-shippingpayment #one-page-checkout .method--bankdata .stripe-payment-sepa-form .saved-cards .field--select,
  .is--act-shippingpayment #one-page-checkout .method--bankdata .stripe-payment-card-form .country-selection .field--select,
  .is--act-shippingpayment #one-page-checkout .method--bankdata .stripe-payment-sepa-form .country-selection .field--select {
    width: 80% !important;
  }
  .is--act-shippingpayment #one-page-checkout .method--bankdata .stripe-payment-card-form .saved-cards {
    width: 12.5rem;
  }
}
#apaShippingPaymentForm {
  display: none;
}
#ppplus {
  padding-left: 1rem !important;
}
#one-page-checkout {
  width: 100%;
  display: inline-block;
}
#one-page-checkout #AmazonLoginAndPayButton1 {
  margin-top: 0;
  clear: both;
}
#one-page-checkout #AmazonLoginAndPayButton1 #OffAmazonPaymentsWidgets2 {
  float: none;
}
#one-page-checkout .field--select {
  margin-bottom: 0;
}
#one-page-checkout .register--content .register--password-description {
  padding-bottom: 0;
}
#one-page-checkout .register--content .register--field {
  margin-bottom: 0;
}
#one-page-checkout .register--login-email.form-padding-bottom {
  padding-bottom: 0;
}
#one-page-checkout .register--street {
  clear: both;
  padding-top: 0.625rem;
}
#one-page-checkout .register--zip-city {
  min-height: 3.125rem;
}
#one-page-checkout .register--shipping-country,
#one-page-checkout .register--country {
  clear: both;
  padding-top: 0;
}
#one-page-checkout .register--shipping-country.field-select,
#one-page-checkout .register--country.field-select {
  clear: both;
  padding-top: 0;
}
#one-page-checkout .more--shipping-payment-link {
  float: right;
  display: none;
}
#one-page-checkout .payment--method-headline.panel--title,
#one-page-checkout h2.panel--title,
#one-page-checkout .panel--title.is--underline {
  font-size: 0.875rem;
  padding-bottom: 0;
  text-align: left;
}
#one-page-checkout .additional--features .feature--user-comment textarea {
  height: 80px;
}
#one-page-checkout .product--table .content--title {
  font-size: 0.875rem;
}
#one-page-checkout .product--table .content {
  font-size: 0.75rem;
}
#one-page-checkout .product--table .delivery--information {
  font-size: 0.75rem;
}
#one-page-checkout h2 {
  margin-top: 1.125rem;
  margin-bottom: 0;
}
#one-page-checkout h3.payment--method-headline {
  padding-top: 1.25rem;
  line-height: 1.125rem;
}
#one-page-checkout .panel--body.is--wide {
  padding-left: 0;
}
#one-page-checkout .shipping-payment--information .payment--method-list {
  width: 100% !important;
  margin-bottom: 0;
}
#one-page-checkout .shipping-payment--information .payment--method-list .panel--body.is--wide {
  padding-bottom: 0;
}
#one-page-checkout .register--content .register--privacy input[type="checkbox"] {
  margin: 0;
}
#one-page-checkout .bonus--basket-slider {
  height: 22.1875rem;
}
@media screen and (min-width: 30em) {
  #one-page-checkout {
    width: 100%;
  }
}
#one-page-checkout .register--login {
  margin-top: 0;
  width: 100%;
}
#one-page-checkout .register--content {
  display: block;
  width: 100%;
  margin-top: 0;
}
#one-page-checkout .register--content .field--select {
  width: 100%;
}
#one-page-checkout .register--content .register--privacy {
  border: none;
}
#one-page-checkout .agb--on-top {
  width: 100%;
  margin-bottom: 1.25rem;
  padding: 0rem 1.25rem 1.25rem 1.25rem;
}
@media screen and (min-width: 78.75em) {
  #one-page-checkout .agb--on-top {
    width: 70.125rem;
  }
}
#one-page-checkout .agb--on-top .column--checkbox {
  margin-right: 0.75rem;
  width: auto;
}
#one-page-checkout .agb--on-top .column--label {
  display: block;
  font-weight: normal;
  text-align: left;
  width: 90%;
}
@media screen and (min-width: 78.75em) {
  #one-page-checkout .agb--on-top.two--top-boxes {
    width: 34.75rem;
    min-height: 13.75rem;
    float: left;
  }
}
#one-page-checkout .voucher--on-top {
  width: 100%;
  margin-bottom: 1.25rem;
  padding: 0rem 1.25rem 1.25rem 1.25rem;
}
@media screen and (min-width: 78.75em) {
  #one-page-checkout .voucher--on-top {
    width: 70.125rem;
  }
}
@media screen and (min-width: 78.75em) {
  #one-page-checkout .voucher--on-top.two--top-boxes {
    width: 34.75rem;
    min-height: 13.75rem;
    margin-right: 0.625rem;
    float: left;
  }
}
#one-page-checkout .two--top-boxes-clear {
  clear: both;
}
#one-page-checkout .bpy-checkout-container.bpy {
  margin-left: 0 !important;
}
#one-page-checkout .bpy-checkout-container.bpy .row.header-row {
  margin-left: 0 !important;
}
#one-page-checkout .bpy-checkout-container.bpy .terms-of-service-row.bpy-val.fv-form-bootstrap {
  padding-left: 0 !important;
}
#one-page-checkout .bpy-checkout-container.bpy .terms-of-service-row.bpy-val.fv-form-bootstrap .col-lg-11.col-md-11.col-sm-11.col-xs-12 {
  padding-left: 0 !important;
}
#one-page-checkout #opc-change-payment-area .confirm--actions {
  display: none;
}
#one-page-checkout .step-icon {
  background-clip: padding-box;
  background-color: #7e8083;
  background-image: linear-gradient(to bottom, #7e8083 0%, #6b6d6f 100%);
  border-radius: 22px;
  color: #fff;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 0.625rem 1rem;
  text-align: center;
  width: 2.875rem;
  margin-right: 10px;
}
#one-page-checkout .not-logged-in::after {
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}
#one-page-checkout .sidebar-main {
  display: none;
}
#one-page-checkout #opc-login .alert {
  margin-top: 0;
  margin-bottom: 1.25rem;
}
#one-page-checkout #opc-login-link {
  margin-top: 0;
  cursor: pointer;
}
#one-page-checkout #opc-login-link::after {
  color: inherit;
  content: "";
  font-family: "shopware";
  font-size: 0.375rem;
  font-weight: normal;
  height: 1rem;
  line-height: 1rem;
  width: 1rem;
  float: right;
}
#one-page-checkout #opc-login-link.is--active::after {
  content: "";
}
#one-page-checkout .register--personal .panel--body {
  padding-bottom: 0;
}
#one-page-checkout .register--personal #opc-register-link {
  margin-top: 0;
  cursor: pointer;
}
#one-page-checkout .register--personal #opc-register-link::after {
  color: inherit;
  content: "";
  font-family: "shopware";
  font-size: 0.375rem;
  font-weight: normal;
  height: 1rem;
  line-height: 1rem;
  width: 1rem;
  float: right;
}
#one-page-checkout .register--personal #opc-register-link.is--active::after {
  content: "";
}
#one-page-checkout .register--personal .register-btn {
  margin-bottom: 1.25rem;
}
#one-page-checkout .register--address {
  clear: both;
}
#one-page-checkout .register--address .panel--body,
#one-page-checkout .register--shipping .panel--body,
#one-page-checkout .change-shipping-form .panel--body {
  padding-top: 0;
}
#one-page-checkout .register--address .panel--body .register--field-zipcode,
#one-page-checkout .register--shipping .panel--body .register--field-zipcode,
#one-page-checkout .change-shipping-form .panel--body .register--field-zipcode {
  width: 28%;
}
#one-page-checkout .register--address .panel--body .register--field-city,
#one-page-checkout .register--shipping .panel--body .register--field-city,
#one-page-checkout .change-shipping-form .panel--body .register--field-city {
  width: 70%;
}
#one-page-checkout .register--personal-data .panel--actions {
  padding-left: 0;
}
#one-page-checkout .panel--title.is--underline {
  margin-left: 0;
}
#one-page-checkout .panel--body.is--wide {
  margin-left: 1.25rem;
}
@media screen and (min-width: 30em) {
  #one-page-checkout .panel--body.is--wide {
    margin-left: 0;
  }
}
#one-page-checkout .form-padding-bottom {
  padding-bottom: 0.625rem;
}
#one-page-checkout .register--personal-data {
  position: relative;
  width: 100%;
  float: left;
  display: table;
  padding-left: 1.25rem;
  margin-right: 0.625rem;
}
@media screen and (min-width: 78.75em) {
  #one-page-checkout .register--personal-data {
    width: 32%;
  }
}
#one-page-checkout .register--personal-data h3 {
  margin-bottom: 0;
  margin-top: 0.875rem;
}
#one-page-checkout .register--personal-data .select-billing-form {
  padding-top: 0;
}
#one-page-checkout .register--personal-data .select-shipping-form {
  padding-top: 0;
}
#one-page-checkout .register--shipment-and-payment {
  padding-left: 1.25rem;
  margin-right: 0.625rem;
  width: 100%;
  float: left;
  display: table;
  position: relative;
}
@media screen and (min-width: 78.75em) {
  #one-page-checkout .register--shipment-and-payment {
    width: 32%;
  }
}
#one-page-checkout .register--shipment-and-payment .payment--method-list.has--border {
  border: none;
}
#one-page-checkout .register--shipment-and-payment .dispatch--method-list.has--border {
  border: none;
}
#one-page-checkout .register--shipment-and-payment .dispatch--method-list .dispatch--method-headline {
  border-top: 1px solid #000000;
}
#one-page-checkout .add-voucher--form .add-voucher--field {
  margin-bottom: 0.625rem;
}
#one-page-checkout .add-voucher--form .add-voucher--button {
  padding-left: 0.875rem;
}
#one-page-checkout .register--overview {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
  float: left;
  display: table;
  position: relative;
}
@media screen and (min-width: 78.75em) {
  #one-page-checkout .register--overview {
    width: 31%;
  }
}
#one-page-checkout .register--overview .product--essential-features {
  overflow: hidden;
  width: 100%;
}
#one-page-checkout .register--overview .product--table {
  margin-top: 0rem;
}
#one-page-checkout .register--overview .product--table .basket--badge {
  display: none;
}
#one-page-checkout .register--overview .product--table .product--delivery {
  width: 100%;
}
#one-page-checkout .register--overview .product--table .column--label {
  display: block;
}
#one-page-checkout .register--overview .product--table .column--unit-price {
  margin-left: 22%;
  width: 78%;
  padding-top: 0;
  line-height: 1.375rem;
}
@media screen and (min-width: 30em) {
  #one-page-checkout .register--overview .product--table .column--unit-price {
    width: 30%;
    margin-left: 0;
  }
}
#one-page-checkout .register--overview .product--table .column--tax-price {
  display: none;
  width: 46%;
  padding-top: 0;
  line-height: 1.375rem;
}
#one-page-checkout .register--overview .product--table .column--product {
  width: 100%;
}
#one-page-checkout .register--overview .product--table .column--product .column--image {
  width: 20%;
}
#one-page-checkout .register--overview .product--table .column--product .table--content {
  width: 218px;
}
@media screen and (min-width: 30em) {
  #one-page-checkout .register--overview .product--table .column--product .table--content {
    width: 246px;
  }
}
#one-page-checkout .register--overview .product--table .column--quantity {
  padding-top: 0;
}
#one-page-checkout .register--overview .product--table .column--quantity .field--select {
  float: left;
}
@media screen and (min-width: 30em) {
  #one-page-checkout .register--overview .product--table .column--quantity {
    width: 32%;
  }
}
#one-page-checkout .register--overview .product--table .column--total-price {
  /*width: 26%;*/
  padding-top: 0;
  margin-left: 22%;
  width: 78%;
  line-height: 1.375rem;
  /**.column--label {
          width: 68%;
        }

        .column--label:after {
          content: ": ";
        }*/
}
@media screen and (min-width: 30em) {
  #one-page-checkout .register--overview .product--table .column--total-price {
    margin-left: 0;
    width: 32%;
    float: right;
  }
}
#one-page-checkout .register--overview .product--table .column--actions {
  padding-top: 0.625rem;
  position: absolute;
  right: 0rem;
}
@media screen and (min-width: 78.75em) {
  #one-page-checkout .register--overview .product--table .column--actions {
    right: 1rem;
  }
}
@media screen and (min-width: 78.75em) {
  #one-page-checkout .register--overview .product--table .column--actions {
    padding-top: 0;
  }
}
#one-page-checkout .register--overview .product--table .row--product.is--last-row {
  border-bottom: 0;
}
#one-page-checkout .register--overview .product--table .table--aggregation {
  display: none;
}
#one-page-checkout .register--overview .product--table .aggregation--list {
  width: 100%;
  padding-right: 0.875rem;
  padding-left: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin: 0rem;
}
@media screen and (min-width: 48em) {
  #one-page-checkout .register--overview .product--table .aggregation--list {
    padding-right: 0.875rem;
    padding-left: 1.25rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
#one-page-checkout .register--overview .product--table .table--actions {
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 30em) {
  #one-page-checkout .register--overview .product--table .table--actions {
    padding-bottom: 0rem;
  }
}
@media screen and (min-width: 78.75em) {
  #one-page-checkout .register--overview .product--table {
    margin-top: 1.625rem;
  }
}
#one-page-checkout .register--overview .feature--user-comment {
  margin-bottom: 0.625rem;
  width: 100%;
  margin-left: 0;
}
#one-page-checkout .register--overview .user-comment--field {
  width: 100%;
}
#one-page-checkout .register--overview .agb-and-revocation .panel--title {
  margin-bottom: 0.875rem;
  margin-top: 0.875rem;
}
#one-page-checkout .register--overview .agb-and-revocation #confirm--form .column--checkbox {
  margin-right: 0.75rem;
  width: auto;
}
#one-page-checkout .register--overview .agb-and-revocation #confirm--form .column--label {
  display: block;
  width: 90%;
  font-weight: normal;
  text-align: left;
}
#one-page-checkout .register--overview .agb-and-revocation .row--tos {
  margin-bottom: 0.875rem;
}
#one-page-checkout .register--overview .product--table .agb-and-revocation .body--revocation {
  font-weight: normal;
}
#one-page-checkout .register--overview .product--table .agb-and-revocation .column--label {
  float: left;
  text-align: left;
  font-weight: normal;
}
#one-page-checkout .choose-different-address {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 78.75em) {
  #one-page-checkout.only-vertical .register--personal-data,
  #one-page-checkout.only-vertical .register--shipment-and-payment,
  #one-page-checkout.only-vertical .register--overview {
    width: 100%;
  }
}
#one-page-checkout.only-vertical .agb--on-top {
  width: 100%;
}
#one-page-checkout.only-vertical .voucher--on-top {
  width: 100%;
}
#one-page-checkout.only-vertical .two--top-boxes {
  width: 100%;
  float: none;
}
/* Mobil Optimierung Artikelauflistung */
@media screen and (max-width: 48em) {
  #one-page-checkout .product--table .column--quantity .select-field {
    float: none;
  }
}
#one-page-checkout .product--table .column--quantity {
  margin-left: 22%;
  width: 78%;
}
@media screen and (min-width: 30em) {
  #one-page-checkout .product--table .column--quantity {
    margin-left: 0;
  }
}
/* Fix für /shippingPayment Mobile View */
.is--ctl-checkout.is--act-shippingpayment #one-page-checkout .register--shipment-and-payment {
  display: block;
  padding-bottom: 1.25rem;
}
.is--ctl-checkout.is--act-shippingpayment #one-page-checkout .register--shipment-and-payment .confirm--actions.table--actions {
  padding-right: 1.25rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-checkout.is--act-shippingpayment #one-page-checkout .register--shipment-and-payment {
    padding-bottom: 0;
    display: table;
  }
  .is--ctl-checkout.is--act-shippingpayment #one-page-checkout .register--shipment-and-payment .confirm--actions.table--actions {
    padding-right: 0;
  }
}
@media screen and (min-width: 48em) {
  .is--ctl-storelocator .sidebar-main {
    display: none;
  }
  .is--ctl-storelocator .sidebar-main + .content--wrapper {
    margin: 0;
  }
}
/* Allgemein */
#storeLocator {
  display: inline-block;
  width: 100%;
  margin: 10px 0 0 0;
  /* Search / Filter */
  /* Store wrap */
  /* Map wrap */
}
#storeLocator #searchWrap {
  width: 100%;
  height: auto;
  margin: 0 0 10px;
  /* Search */
  /* Filter */
}
#storeLocator #searchWrap input.initial {
  color: gray;
  font-style: italic;
}
#storeLocator #searchWrap #searchOptions {
  width: 100%;
  height: auto;
  position: relative;
  float: left;
  border: 1px solid #dadae5;
  padding: 10px;
}
#storeLocator #searchWrap #searchOptions #radiusSelect {
  float: left;
  width: 100%;
}
#storeLocator #searchWrap #searchOptions #radiusSelect .js--fancy-select {
  width: 100%;
}
#storeLocator #searchWrap #searchOptions #countrySelect {
  float: left;
  width: 100%;
}
#storeLocator #searchWrap #searchOptions #countrySelect .js--fancy-select {
  width: 100%;
}
#storeLocator #searchWrap #searchOptions #storeSelect {
  position: relative;
  float: left;
  width: 100%;
}
#storeLocator #searchWrap #searchOptions #storeSelect .saveadd {
  width: 100%;
}
#storeLocator #searchWrap #searchOptions #storeSelect #orText {
  display: none;
}
#storeLocator #searchWrap #searchOptions #storeSelect input#autocomplete {
  padding-left: 23px;
}
#storeLocator #searchWrap #searchOptions #storeSelect img#storelocator-getgeolocation {
  position: absolute;
  top: 13px;
  left: 5px;
  cursor: pointer;
  display: none;
}
#storeLocator #searchWrap #searchOptions input {
  width: 100%;
  margin-bottom: 5px;
}
#storeLocator #searchWrap #storeFilter {
  width: 100%;
  height: auto;
  position: relative;
  float: left;
  margin: 10px 0 10px 0;
  border: 1px solid #dadae5;
  padding: 10px;
}
#storeLocator #searchWrap #storeFilter .js--fancy-select {
  width: 16.125rem;
}
#storeLocator #searchWrap #storeFilter .input_wrapper {
  width: 50%;
  float: left;
}
#storeLocator #searchWrap #storeFilter .filter_headline {
  font-weight: bold;
  width: 100%;
  margin-bottom: 5px;
}
#storeLocator #searchWrap #storeFilter .filter_wrapper {
  margin: 10px 0 10px 0;
}
#storeLocator #searchWrap #storeFilter input {
  margin-right: 2px;
}
#storeLocator .filterWrap .hlWrap h3 {
  margin: 0;
  padding: 0;
}
#storeLocator .filterWrap.is--supplier .itemsWrap .itemWrap {
  display: inline-block;
  width: 181px;
  height: 100px;
  margin: 0 10px 10px 0;
  padding: 10px;
  border: 1px solid #dadae5;
  cursor: pointer;
}
#storeLocator .filterWrap.is--supplier .itemsWrap .itemWrap.act {
  border-color: #2a3d38;
}
#storeLocator .filterWrap.is--supplier .itemsWrap .itemWrap .cElement {
  height: 100%;
  width: 100%;
  background: no-repeat center;
  background-size: contain;
  text-indent: -1000px;
  overflow: hidden;
}
#storeLocator .filterWrap.is--supplier .itemsWrap .itemWrap.active {
  border-color: #2a3d38;
}
#storeLocator #storeWrap {
  display: inline-block;
  height: auto;
  vertical-align: top;
  width: 100%;
  /* Breite für normale Ansicht */
}
#storeLocator #storeWrap.storelocator--50 {
  width: 49% !important;
}
#storeLocator #storeWrap .innerRight,
#storeLocator #storeWrap .innerLeft {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}
#storeLocator #storeWrap #itemsWrap {
  width: 100%;
  margin-bottom: 10px;
  display: inline-block;
}
#storeLocator #storeWrap #itemsWrap .itemWrap {
  padding: 15px;
  margin: 0 0 10px 0;
  /* Supplier in store detail */
}
#storeLocator #storeWrap #itemsWrap .itemWrap .innerRight,
#storeLocator #storeWrap #itemsWrap .itemWrap .innerLeft {
  width: 100%;
}
#storeLocator #storeWrap #itemsWrap .itemWrap .btn {
  margin-bottom: 10px;
}
#storeLocator #storeWrap #itemsWrap .itemWrap .btn i {
  font-size: 16px;
}
#storeLocator #storeWrap #itemsWrap .itemWrap .btn.NetiStoreLocatorContact i {
  font-size: 11px;
}
#storeLocator #storeWrap #itemsWrap .itemWrap .is--title {
  margin: 0 0 1em 0;
}
#storeLocator #storeWrap #itemsWrap .itemWrap .store-details p {
  margin: 0 0 0.5em;
}
#storeLocator #storeWrap #itemsWrap .itemWrap.featured {
  border-color: #2a3d38;
}
#storeLocator #storeWrap #itemsWrap .itemWrap.alwaysdisplay {
  border-width: 1px;
}
#storeLocator #storeWrap #itemsWrap .itemWrap .contactForm {
  display: none;
}
#storeLocator #storeWrap #itemsWrap .itemWrap .contactForm #storeLocatorBasicForm {
  display: block;
  padding: 10px 0;
}
#storeLocator #storeWrap #itemsWrap .itemWrap .contactForm #storeLocatorBasicForm div .js--fancy-select,
#storeLocator #storeWrap #itemsWrap .itemWrap .contactForm #storeLocatorBasicForm div input,
#storeLocator #storeWrap #itemsWrap .itemWrap .contactForm #storeLocatorBasicForm div textarea,
#storeLocator #storeWrap #itemsWrap .itemWrap .contactForm #storeLocatorBasicForm div button {
  width: 100%;
}
#storeLocator #storeWrap #itemsWrap .itemWrap .contactForm #storeLocatorBasicForm div input[type="checkbox"],
#storeLocator #storeWrap #itemsWrap .itemWrap .contactForm #storeLocatorBasicForm div input[type="radio"] {
  width: auto;
}
#storeLocator #storeWrap #itemsWrap .itemWrap .contactForm #storeLocatorBasicForm div input {
  margin-bottom: 5px;
}
#storeLocator #storeWrap #itemsWrap .itemWrap .distance p {
  text-align: right;
  color: lightGrey;
  margin: 0 0 0;
}
#storeLocator #storeWrap #itemsWrap .itemWrap .is--supplier {
  margin-bottom: 10px;
}
#storeLocator #storeWrap #itemsWrap .itemWrap .is--supplier .itemsWrap .itemWrap {
  display: inline-block;
  width: 130px;
  height: 70px;
  margin: 0 10px 10px 0;
  padding: 10px;
  border: 1px solid #dadae5;
}
#storeLocator #storeWrap #itemsWrap .itemWrap .is--supplier .itemsWrap .itemWrap .item {
  height: 100%;
  width: 100%;
  background: no-repeat center;
  background-size: contain;
  text-indent: -1000px;
  overflow: hidden;
}
#storeLocator #mapWrap {
  display: inline-block;
  height: 350px;
  vertical-align: top;
  width: 100%;
  float: right;
  margin-bottom: 10px;
}
#storeLocator #mapWrap #NetiStoreLocatorMap {
  height: 100%;
  width: 100%;
}
#storeLocator #mapWrap #NetiStoreLocatorMap .gm-style img {
  max-width: none;
  max-height: none;
}
#storeLocator #mapWrap #NetiStoreLocatorMap .storeLocator-mapItem {
  margin: 0;
  float: none;
  width: auto;
}
#storeLocator .mapFixed {
  margin-left: 23px;
  margin-top: 15px;
  position: fixed;
  top: 0;
}
#storeLocator .mapBottom {
  padding-bottom: 10px;
  vertical-align: bottom;
  float: none;
  margin: 0 0 0 19px;
}
#supplier--filter.input_wrapper {
  float: left;
  width: auto !important;
  margin: 0.1em;
}
#supplier--filter.input_wrapper input {
  float: left;
}
#supplier--filter.input_wrapper .storelocator--supplier--img {
  max-width: 100px;
  max-height: 50px;
  float: left;
}
/* StoreBusinessHours */
.netiShowAllBusinessHours {
  width: 222px;
  cursor: pointer;
  line-height: normal;
}
.netiBusinessHours.label_weekday {
  width: 25px;
  float: left;
  margin-right: 5px;
  display: inline-block;
}
.netiBusinessHours.label_weekday.wide {
  width: 100%;
  margin-top: 5px;
}
.netiBusinessHours.time_weekday {
  float: left;
  display: inline-block;
}
.storebusinesshours-modal .modal-dialog {
  width: 990px;
}
.netiStoreBusinessHours_modal {
  padding: 15px;
}
.netiStoreBusinessHours_modal .netiStoreBusinessHours_modal_weekdayswrapper {
  margin-top: 20px;
}
.netiStoreBusinessHours_modal .netiStoreBusinessHours_modal_left {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.netiStoreBusinessHours_modal .netiStoreBusinessHours_modal_right {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.netiStoreBusinessHours_modal .netiStoreBusinessHours_modal_right .holidays_wrapper {
  width: 100%;
  columns: 1;
  float: none;
}
.netiStoreBusinessHours_modal .netiStoreBusinessHours_modal_right .holidays_wrapper > div {
  margin-bottom: 10px;
}
/* Route */
.netiStoreLocator_route {
  margin: 10px;
  padding: 10px;
  border: 1px solid #dadae5;
}
.netiStoreLocator_route #netiStoreLocatorNaviInformations {
  height: auto;
}
.netiStoreLocator_route .route-row {
  padding-bottom: 10px;
  padding-left: 25px;
}
.netiStoreLocator_route .route-row span {
  display: inline-block;
  width: 25px;
  margin-left: -25px;
}
.netiStoreLocator_route h2 {
  margin: 0 0 10px 0;
}
.netiStoreLocator_route_waypoints {
  margin: 10px 0 10px 0;
  border-top: 1px solid #dadae5;
  padding: 10px;
}
.netiStoreLocator_route_information {
  width: 49%;
  display: inline-table;
}
.netiStoreLocator_route_information .netiStoreLocator_label_span {
  color: #AAA;
  font-size: 90%;
}
@media screen and (min-width: 30em) {
  #storeLocator .innerRight,
  #storeLocator .innerLeft {
    width: 49%;
  }
}
/* 768px */
@media screen and (min-width: 48em) {
  #storeLocator #storeWrap #itemsWrap .itemWrap .innerRight,
  #storeLocator #storeWrap #itemsWrap .itemWrap .innerLeft {
    width: 49%;
  }
  .netiBusinessHours.label_weekday.wide {
    margin-top: 0;
  }
  .netiStoreBusinessHours_modal .netiStoreBusinessHours_modal_left {
    width: 33%;
  }
  .netiStoreBusinessHours_modal .netiStoreBusinessHours_modal_right {
    width: 66%;
    padding-left: 10px;
  }
}
/* 1024px */
@media screen and (min-width: 64em) {
  #storeLocator #mapWrap {
    width: 49%;
    height: 500px;
    margin-bottom: 0;
  }
  #storeLocator .mapBottom {
    float: none !important;
    vertical-align: none !important;
  }
  #storeLocator #searchWrap #searchOptions #radiusSelect {
    width: auto;
  }
  #storeLocator #searchWrap #searchOptions #radiusSelect .js--fancy-select {
    width: 8em;
  }
  #storeLocator #searchWrap #searchOptions #countrySelect {
    width: auto;
    margin-left: 10px;
  }
  #storeLocator #searchWrap #searchOptions #countrySelect .js--fancy-select {
    width: 10em;
  }
  #storeLocator #searchWrap #searchOptions #storeSelect {
    position: relative;
    float: right;
    width: auto;
  }
  #storeLocator #searchWrap #searchOptions #storeSelect #orText {
    display: inline-block;
    float: none;
    margin-left: 5px;
  }
  #storeLocator #searchWrap #searchOptions #storeSelect .saveadd {
    width: auto;
  }
  #storeLocator #searchWrap #searchOptions input {
    width: 18.5em;
    margin-bottom: 0;
  }
  .netiBusinessHours.label_weekday.wide {
    margin-top: 5px;
  }
}
/* 1260px px */
@media screen and (min-width: 78.75em) {
  #storeLocator #mapWrap {
    width: 49%;
    height: 500px;
    margin-bottom: 0;
  }
  #storeLocator .mapBottom {
    float: none !important;
    vertical-align: bottom !important;
  }
  #storeLocator #searchWrap {
    height: auto;
    width: 100%;
    margin: 0 0 10px;
  }
  #storeLocator #searchWrap #searchOptions #countrySelect .js--fancy-select {
    width: 13em;
  }
  #storeLocator #searchWrap #searchOptions input {
    width: 24em;
  }
  #storeLocator #storeWrap #itemsWrap {
    height: auto;
    width: 100%;
  }
  .netiBusinessHours.label_weekday.wide {
    margin-top: 0;
  }
  .netiStoreBusinessHours_modal .netiStoreBusinessHours_modal_storewrapper {
    width: 50%;
    float: left;
  }
  .netiStoreBusinessHours_modal .netiStoreBusinessHours_modal_weekdayswrapper {
    width: 50%;
    float: left;
  }
  .netiStoreBusinessHours_modal .netiStoreBusinessHours_modal_right .holidays_wrapper {
    columns: 2;
  }
  .netiStoreBusinessHours_modal .netiStoreBusinessHours_modal_right .holidays_wrapper > div {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
  }
  .netiStoreBusinessHours_modal .netiStoreBusinessHours_modal_right .heading {
    background: none;
  }
  .netiStoreBusinessHours_modal .netiStoreBusinessHours_modal_right .heading h2 {
    padding-left: 0;
  }
}
/* StoreDetails */
@media screen and (min-width: 48em) {
  .is--ctl-storedetails .sidebar-main {
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .is--ctl-storedetails .sidebar-main + .content--wrapper {
    margin: 0;
  }
}
.storeLocatorDetails--content {
  padding-top: 30px;
}
.storeLocatorDetails--content .storeLocatorDetails--headline .is--title {
  width: 100%;
  margin: 15px 0px 5px 0px;
  font-size: 28px;
  line-height: 30px;
  float: left;
  border: 0 none;
}
.storeLocatorDetails--content .storeLocatorDetails--headline .is--storeImage {
  height: 50px;
  width: 100%;
  float: right;
  text-align: right;
  margin: 0;
}
.storeLocatorDetails--content .storeLocatorDetails--headline .is--storeImage img {
  display: inline-block;
}
.storeLocatorDetails--content .storeLocatorDetails--headline:after {
  content: '';
  clear: both;
  display: block;
}
.storeLocatorDetails--content .col-50-50 {
  margin-bottom: 30px;
}
.storeLocatorDetails--content .form--title,
.storeLocatorDetails--content .businesshoures--title {
  font-size: 18px;
  margin: 10px 0px 10px 0px;
  font-weight: bold;
}
.storeLocatorDetails--content .storeLocatorDetails--map {
  margin-bottom: 30px;
}
.storeLocatorDetails--content .storeLocatorBasicForm .contact-form-row textarea,
.storeLocatorDetails--content .storeLocatorBasicForm .contact-form-row input[type="text"],
.storeLocatorDetails--content .storeLocatorBasicForm .contact-form-row input[type="search"],
.storeLocatorDetails--content .storeLocatorBasicForm .contact-form-row input[type="password"],
.storeLocatorDetails--content .storeLocatorBasicForm .contact-form-row input[type="number"],
.storeLocatorDetails--content .storeLocatorBasicForm .contact-form-row input[type="email"],
.storeLocatorDetails--content .storeLocatorBasicForm .contact-form-row input[type="tel"] {
  width: 100%;
  margin-bottom: 10px;
}
.storeLocatorDetails--content .storeLocatorBasicForm .contact-form-row .js--fancy-select {
  width: 100%;
  margin-bottom: 3px;
}
.storeLocatorDetails--content .storeLocatorBasicForm .contact-form-row.field--copy {
  margin-bottom: 10px;
}
.storeLocatorDetails--content .storeLocatorBasicForm:after {
  content: '';
  display: block;
  clear: both;
}
.storeLocatorDetails--content .businessHours--details .collapse--header.is--active {
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8fa 100%);
  box-shadow: 0 1px 1px 0 rgba(236, 238, 241, 0.8);
  color: #2a3d38;
  border: 1px solid #2a3d38;
}
.storeLocatorDetails--content .businessHours--details .collapse--header span {
  font-size: 14px;
  font-weight: bold;
}
.storeLocatorDetails--content .businessHours--details .collapse--content {
  border: none;
  box-shadow: none;
  padding: 15px 0 0 20px;
}
.storeLocatorDetails--content .businessHours--details .collapse--content .netiStoreBusinessHours-weekdayswrapper .netiStoreBusinessHours-weekday--title {
  font-weight: bold;
  margin-bottom: 10px;
}
.storeLocatorDetails--content .is--supplier .itemsWrap .itemWrap {
  display: inline-block;
  width: 130px;
  height: 70px;
  margin: 0 10px 10px 0;
  padding: 10px;
  border: 1px solid #dadae5;
}
.storeLocatorDetails--content .is--supplier .itemsWrap .itemWrap .item {
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: contain;
  text-indent: -9999px;
  background-repeat: no-repeat;
}
.storeLocatorDetails--content .reference--panel {
  width: 100%;
}
.storeLocatorDetails--content .reference--panel .reference--content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.storeLocatorDetails--content .reference--panel .reference--content .product--box {
  float: none;
  padding: 0;
  width: 100%;
}
.storeLocatorDetails--content .reference--panel .reference--content .product--box .box--content {
  border: none;
}
@media screen and (min-width: 30em) {
  .storeLocatorDetails--content .reference--panel .reference--content .product--box {
    width: 50%;
  }
}
@media screen and (min-width: 48em) {
  .storeLocatorDetails--content .storeLocatorDetails--headline .is--title {
    width: 80%;
    margin: 34px 0px 20px 0px;
  }
  .storeLocatorDetails--content .storeLocatorDetails--headline .is--storeImage {
    height: 70px;
    width: 20%;
  }
  .storeLocatorDetails--content .storeLocatorDetails--content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .storeLocatorDetails--content .col-50-50 {
    width: 50%;
    padding: 0 10px;
  }
  .storeLocatorDetails--content .reference--panel .reference--content .product--box {
    width: 33.333%;
  }
}
@media screen and (min-width: 64em) {
  .storeLocatorDetails--content .reference--panel .reference--content .product--box {
    width: 25%;
  }
}
.is--ctl-storeconsent.is--act-index .sidebar--categories-navigation {
  display: none;
}
.is--ctl-storeconsent.is--act-index .store-locator-consent form {
  margin: -10px -5px;
}
.is--ctl-storeconsent.is--act-index .store-locator-consent form button {
  margin: 10px 5px;
}
/**
 * Shopware
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the NEW BSD license
 * that is bundled with this package in the file LICENSE.
 * It is also available through the world-wide-web at this URL:
 * <http://opensource.org/licenses/BSD-3-Clause>
 *
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to info@shopware.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or modify the file if you wish to upgrade Shopware to a newer
 * version. If you wish to customize the storefront template of Shopware please
 * refer to http://wiki.shopware.com for more information.
 *
 * @category    design
 * @copyright   Copyright (c) 2014 shopware AG (http://www.shopware.com)
 * @license     http://opensource.org/licenses/BSD-3-Clause  New BSD
 */
.sidebar-main.off-canvas.is--active .bonussystem--accordion-container,
.is--ctl-account .bonussystem--accordion-container {
  display: none;
}
.sidebar-main.off-canvas.is--active .bonussystem--accordion-container,
.is--ctl-account .bonussystem--accordion-container,
.is--ctl-BonusSystem .bonussystem--accordion-container,
.is--ctl-bonussystem .bonussystem--accordion-container {
  display: none;
}
.accordion-container--body {
  padding: 0.625rem 1.25rem 0rem 1.25rem;
  height: 32.5rem;
  margin: 0rem 0rem 0.625rem 0rem;
  text-align: center;
}
.accordion-container--body .accordion-container--item-details {
  height: 5rem;
}
.accordion-container--body .accordion-container--item-image {
  height: 7.5rem;
}
.accordion-container--body .accordion-container--item-image .accordion-container--image {
  margin: 0 auto;
}
.accordion-container--body .accordion-container--item-details {
  position: absolute;
  bottom: 0;
  background-color: #fff;
  width: 100%;
}
.accordion-container--body .accordion-container--item {
  height: 5rem;
  border-bottom: 1px solid #dadae5;
  position: relative;
  overflow: hidden;
}
.accordion-container--body .accordion-container--item:first-child {
  height: 12.5rem;
}
.accordion-container--body .accordion-container--item-points {
  color: #1f302f;
}
.accordion-container--body .accordion-container--name {
  color: #666666;
}
.accordion-container--body .accordion-container--name:hover {
  color: #2a3d38;
}
.accordion-container--footer {
  margin: 0rem 1.25rem 0rem 1.25rem;
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  text-align: center;
}
.accordion-container--footer .accordion-container--footer-link {
  color: #666666;
}
.accordion-container--footer .accordion-container--footer-link:hover {
  color: #2a3d38;
}
.bonussystem--slider {
  margin: 0rem 0rem 1.25rem 0rem;
}
.bonussystem--slider:after {
  content: "";
  display: table;
  clear: both;
}
.bonussystem--slider:before {
  content: " ";
  display: table;
}
.bonussystem--slider:after {
  content: " ";
  display: table;
  clear: both;
}
.bonussystem--slider .bonussystem--slider-content {
  height: 22.5rem;
}
.bonussystem--slider .bonussystem--slider-product {
  text-align: center;
}
.bonussystem--slider .bonussystem--slider-number {
  margin: 0rem 0rem 0.3125rem 0rem;
}
.bonussystem--slider-points-container {
  margin: 0.625rem 0rem 0.625rem 0rem;
}
@media screen and (min-width: 48em) {
  .bonussystem--slider .bonussystem--slider-content {
    height: 15rem;
  }
}
@media screen and (min-width: 78.75em) {
  .bonussystem--slider .bonussystem--slider-content {
    height: 13.125rem;
  }
}
.has--cssanimations .bonus--loading-indicator {
  padding: 0.0625rem;
}
.has--cssanimations .bonus--loading-indicator .icon--default:before,
.has--cssanimations .bonus--loading-indicator .icon--default::before {
  width: 0.8125rem;
  height: 0.8125rem;
  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 #dadae5;
  border-top: 2px solid #1f302f;
}
.bonussystem--points {
  color: #1f302f;
}
.bonussystem--slider-points {
  margin-top: 0.3125rem;
  display: inline-block;
}
.bonussystem--icon {
  width: 1.5625rem;
  height: 1.5625rem;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  background: #3b5b59;
  border: 2px solid #fff;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-weight: bold;
}
.bonussystem--column {
  width: 100%;
  text-align: left;
}
.bonussystem--orders-table .orders--table-header,
.bonussystem--changes-table .orders--table-header {
  display: none;
}
.bonussystem--orders-table .panel--td,
.bonussystem--changes-table .panel--td {
  padding: 0.3125rem 0.625rem 0.3125rem 0.625rem;
  float: none;
  display: block;
}
.bonussystem--orders-table .column--label,
.bonussystem--changes-table .column--label,
.bonussystem--orders-table .column--value,
.bonussystem--changes-table .column--value {
  width: 50%;
  float: left;
}
.bonussystem--orders-table .column--label,
.bonussystem--changes-table .column--label {
  font-weight: 600;
}
.bonussystem--orders-table .bonussystem--space,
.bonussystem--changes-table .bonussystem--space {
  padding: 0;
}
.bonus--cat-text {
  padding: 1.25rem;
  margin: 1.25rem 0rem 1.25rem 0rem;
  border: 1px solid #dadae5;
}
.bonussystem--price-container {
  color: #1f302f;
}
.bonussystem--price-container.bonussystem--not-enough {
  color: #ff7349;
}
.bonussystem--price-container .bonussystem--price {
  font-size: 1.125rem;
  top: 0.0625rem;
  position: relative;
  display: inline-block;
}
.bonus--content {
  margin: 1.875rem 0rem 1.875rem 0rem;
}
.bonus--not-active-warning {
  padding-top: 0.9375rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-BonusSystem .sidebar-main,
  .is--ctl-bonussystem .sidebar-main {
    display: block;
  }
  .bonussystem--orders-table .orders--table-header,
  .bonussystem--changes-table .orders--table-header {
    display: block;
  }
  .bonussystem--orders-table .panel--td,
  .bonussystem--changes-table .panel--td {
    padding: 0.625rem;
    float: left;
    display: inline-block;
  }
  .bonussystem--orders-table .column--label,
  .bonussystem--changes-table .column--label,
  .bonussystem--orders-table .column--value,
  .bonussystem--changes-table .column--value {
    width: 100%;
    float: none;
  }
  .bonussystem--orders-table .column--label,
  .bonussystem--changes-table .column--label {
    font-weight: normal;
  }
  .bonussystem--column-date,
  .bonussystem--column-amount {
    width: 15%;
  }
  .bonussystem--column-number,
  .bonussystem--column-status,
  .bonussystem--column-time,
  .bonussystem--column-type {
    width: 20%;
  }
  .bonussystem--column-reason {
    width: 30%;
  }
  .bonussystem--column-spending,
  .bonussystem--column-earning,
  .bonussystem--column-amount {
    width: 15%;
    text-align: right;
  }
  .bonus--not-active-warning {
    padding-top: 1.875rem;
  }
}
@media screen and (min-width: 78.75em) {
  .bonus--not-active-warning {
    padding-top: 2.8125rem;
  }
}
.bonussystem--inner-content {
  margin-left: 1.125rem;
}
.bonussystem--inner-content .ui-slider {
  margin: 0.9375rem 0rem 0.9375rem 0rem;
  background-color: #deddf0;
}
.bonussystem--inner-content .ui-slider .ui-slider-handle {
  width: 1.875rem;
  height: 1.875rem;
  top: -0.625rem;
  background-color: #8594a5;
  background-image: linear-gradient(to bottom, #8594a5 0%, #5f7285 100%);
  border-radius: 100%;
}
.bonussystem--inner-content .is--primary {
  margin: 1.25rem 0rem 0.9375rem 0rem;
  width: 14.375rem;
  float: right;
}
.bonussystem--inner-content .icon--arrow-right {
  font-size: 0.5rem;
  margin-top: 0.5rem;
  margin-right: 0.3125rem;
  float: right;
}
.is--ctl-checkout .bonussystem--info-orb {
  font-size: 1.375rem;
  height: 2.5625rem;
  width: 2.5625rem;
  line-height: 2.25rem;
}
.is--ctl-checkout .bonussystem--tooltip {
  width: 12.5rem;
  top: 1.875rem;
  /** Half of the parent container (200 / 2 = 100) - half of the slider handle (20 / 2 = 10) + 2px for the border = 100-10+2 = 92px */
  left: -5.75rem;
  padding: 0.125rem 0.125rem 0.1875rem 0.125rem;
  background-color: #fff;
  display: block;
  position: absolute;
  cursor: move;
}
.is--ctl-checkout .bonussystem--tooltip:before {
  width: 0.5rem;
  height: 0.5rem;
  top: -0.3125rem;
  left: 6rem;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  content: "";
  display: block;
  position: absolute;
  background: #FFF;
  border-color: #dadae5;
  border-width: 0 0 1px 1px;
  border-style: solid;
}
.is--ctl-checkout .bonussystem--tooltip .sidebar--bonus-header {
  font-size: 1rem;
  margin-bottom: 0;
}
.is--ctl-checkout .bonussystem--tooltip .sidebar--bonus-menu .bonussystem--points-link {
  cursor: pointer;
}
.is--ctl-checkout .bonussystem--tooltip .sidebar--bonus-menu .bonussystem--points-link .icon--arrow-right {
  top: -0.125rem;
}
.bonussystem--add-voucher-form:after {
  content: "";
  display: table;
  clear: both;
}
.bonussystem--add-voucher-form:before {
  content: " ";
  display: table;
}
.bonussystem--add-voucher-form:after {
  content: " ";
  display: table;
  clear: both;
}
.bonussystem--info-segment {
  margin-right: 3.125rem;
}
.bonussystem--info .bonussystem--no-float {
  float: none;
}
.bonussystem--info.bonussystem--no-float {
  margin-bottom: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  float: none;
  text-align: center;
  width: 75%;
}
.bonussystem--info.bonussystem--cart {
  font-size: 0.875rem;
  line-height: 2.5rem;
  float: left;
  position: relative;
  width: 100%;
  margin: 0;
}
.bonussystem--info.bonussystem--cart .bonussystem--info-text {
  text-align: center;
  float: none;
}
.bonussystem--info.bonussystem--cart .bonussystem--info-text:after {
  content: "";
  display: table;
  clear: both;
}
.bonussystem--info.bonussystem--cart .bonussystem--info-text:before {
  content: " ";
  display: table;
}
.bonussystem--info.bonussystem--cart .bonussystem--info-text:after {
  content: " ";
  display: table;
  clear: both;
}
.bonussystem--info.bonussystem--cart .bonussystem--info-orb {
  position: absolute;
}
.bonussystem--info-segment-last {
  margin-right: 0.625rem;
  top: 0.25rem;
  position: relative;
  float: right;
  display: none;
}
.bonussystem--headline {
  margin: 3.125rem 0rem 1.5625rem 0rem;
  font-size: 1rem;
}
.bonussystem--bonus-text {
  display: none;
}
.product--table .table--actions .main--actions .is--secondary {
  float: none;
}
.bonussystem--current-points {
  display: none;
}
.bonussystem--bonus-image-article {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  background-clip: padding-box;
  font-size: 0.8125rem;
  letter-spacing: 0.0625rem;
  left: -0.0625rem;
  top: -0.0625rem;
  width: 1.25rem;
  background-color: #3b5b59;
  border: 1px solid #3b5b59;
  box-sizing: content-box;
  color: #fff;
  display: block;
  height: 100%;
  font-family: arial;
  font-weight: 700;
  position: absolute;
  text-align: center;
  z-index: 100;
}
.bonussystem--bonus-image-article .bonus-image-article--text {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  position: absolute;
  left: 50%;
  top: 50%;
}
.table--media {
  position: relative;
}
.bonussystem--slider-info-bottom {
  border-radius: 0.25rem;
  top: 0.125rem;
  width: 8.625rem;
  padding: 0.3125rem 0.3125rem 0.3125rem 0.3125rem;
  left: -0.9375rem;
  background-color: #333333;
  color: #FFFFFF;
  display: inline-block;
  position: relative;
}
.slider-info-bottom--triangle {
  top: -0.3125rem;
  left: 0.9375rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #333333;
  position: absolute;
}
.bonussystem--slider-info {
  display: none;
}
.bonussystem--basket-points {
  padding: 0.9375rem;
  text-align: center;
}
.bonussystem--basket-points-left,
.bonussystem--basket-points-right {
  float: none;
}
.bonussystem--spending-bottom,
.bonussystem--spending-points {
  color: #ff7349;
}
.bonussystem--earning-bottom,
.bonussystem--earning-points {
  color: #4a9361;
}
.bonussystem--earning-bottom,
.bonussystem--spending-bottom {
  font-weight: 700;
}
.bonussystem--basket-points p {
  margin-bottom: 0.5rem;
}
.bonussystem--cart-text {
  color: #1f302f;
}
.bonussystem--cart-container {
  padding: 0.1875rem 0rem 0.1875rem 0rem;
}
.bonussystem--cart-container.bonussystem--first-container {
  padding-top: 0.625rem;
}
.bonussystem--cart-info-container {
  padding: 0rem 0rem 0.9375rem 1.25rem;
}
.bonussystem--left-points {
  font-size: 0.75rem;
  margin-left: 0.9375rem;
}
.bonussystem--coin {
  width: 1.25rem;
  height: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  background: #3b5b59;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
  position: relative;
  font-weight: bold;
}
.bonussystem--coin.bonussystem--coin-accordion {
  margin-left: 0;
}
.bonussystem--space {
  padding: 0rem 0.3125rem 0rem 0.3125rem;
  display: inline-block;
}
.bonussystem--add-voucher-form .slider.noUi-horizontal {
  height: 0.75rem;
}
.bonussystem--add-voucher-form .slider.noUi-background {
  background-color: #EAE9F1;
}
.bonussystem--add-voucher-form .slider.noUi-target {
  border-radius: 10px;
  background-clip: padding-box;
  margin: 0rem 5rem 0rem 5rem;
  border: 1px solid #dadae5;
}
.bonussystem--add-voucher-form .slider .noUi-origin .noUi-handle {
  width: 1.25rem;
  height: 1.25rem;
  top: -0.3125rem;
  box-shadow: none;
  cursor: move;
}
.bonussystem--add-voucher-form .slider .noUi-origin .noUi-handle:before,
.bonussystem--add-voucher-form .slider .noUi-origin .noUi-handle:after {
  width: 0;
}
.bonus--basket-slider {
  height: 17.1875rem;
  position: relative;
}
.bonus--basket-slider .bonussystem--redeem-points {
  bottom: 0.625rem;
  position: absolute;
}
.bonussystem-voucher-badge {
  height: 3rem;
  width: 3rem;
  line-height: 3rem;
  font-size: 1.875rem;
  margin: 0 auto;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  background: #3b5b59;
}
.is--ctl-BonusSystem.is--act-points .categories--headline,
.is--ctl-bonussystem.is--act-points .categories--headline,
.is--ctl-BonusSystem.is--act-points .categories--navigation,
.is--ctl-bonussystem.is--act-points .categories--navigation,
.is--ctl-BonusSystem.is--act-points .shop-sites--container,
.is--ctl-bonussystem.is--act-points .shop-sites--container {
  display: none;
}
.product--table .panel.bonussystem--slider-panel {
  margin-top: 1.25rem;
}
.product--table .panel.bonussystem--slider-panel.has--border {
  border: 1px solid #dadae5;
}
.product--table .panel.bonussystem--slider-panel.has--border {
  border: 1px solid #dadae5;
}
.product--table .panel--body.bonussystem--slider-content {
  border: 0 none;
}
@media screen and (min-width: 30em) {
  .bonussystem--info.bonussystem--cart {
    margin-top: 0.9375rem;
    width: 11.875rem;
    float: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 48em) {
  .is--ctl-BonusSystem .sidebar-main + .content--wrapper,
  .is--ctl-bonussystem .sidebar-main + .content--wrapper {
    margin-left: 16.25rem;
  }
  .bonussystem--account {
    display: block;
  }
  .bonussystem--basket-points-left {
    float: left;
  }
  .bonussystem--basket-points-right {
    float: right;
  }
  .bonussystem--slider-info {
    position: absolute;
    display: block;
  }
  .bonussystem--info.bonussystem--no-float {
    width: 80%;
  }
  .bonussystem--current-points {
    display: inline;
  }
  .product--table .table--actions .main--actions .is--secondary {
    float: left;
  }
  .bonussystem--info.bonussystem--cart {
    margin-top: 0rem;
    position: absolute;
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 64em) {
  .bonussystem--info.bonussystem--no-float {
    margin: 0rem 0rem 1.25rem 0rem;
    width: 100%;
    text-align: left;
  }
  .bonussystem--info-segment-last {
    display: inline;
  }
  .bonussystem--bonus-text {
    display: inline;
  }
  .bonussystem--info.bonussystem--cart {
    width: 26.25rem;
  }
}
.bonussystem--info {
  border-radius: 0.1875rem;
  line-height: 2rem;
  height: 2.5rem;
  margin: 0rem 0rem 0.9375rem 1.25rem;
  background: #aebebd;
  display: table;
  float: left;
}
.bonussystem--info-orb {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.4375rem;
  left: -1.25rem;
  line-height: 2.1875rem;
  background: #3b5b59;
  float: left;
  border-radius: 100%;
  text-align: center;
  display: block;
  color: #fff;
  border: 2px solid #fff;
  position: relative;
  font-weight: bold;
}
.mobile--switches .top-bar--bonuspoints {
  display: none;
}
/* To overwrite existing selectors */
.top-bar--navigation .top-bar--bonuspoints .bonussystem--info-container {
  line-height: 1.375rem;
}
.top-bar--navigation .top-bar--bonuspoints .bonussystem--header-entry {
  padding: 0.375rem;
  margin-bottom: 0.625rem;
  background-color: #aebebd;
  color: #1f302f;
  cursor: auto;
  text-align: center;
  z-index: 1000;
}
.top-bar--navigation .top-bar--bonuspoints .bonussystem--header-entry .header-entry--points {
  font-size: 1.4375rem;
  font-weight: 700;
}
.top-bar--navigation .top-bar--bonuspoints.entry--service:after {
  color: #1f302f;
  position: absolute;
  top: 0;
  right: 0;
}
.top-bar--navigation .top-bar--bonuspoints .service--list {
  padding: 0.125rem;
  width: 11.5rem;
}
.top-bar--navigation .top-bar--bonuspoints .service--list .service--entry:after {
  content: "";
  display: table;
  clear: both;
}
.top-bar--navigation .top-bar--bonuspoints .service--list .service--entry:before {
  content: " ";
  display: table;
}
.top-bar--navigation .top-bar--bonuspoints .service--list .service--entry:after {
  content: " ";
  display: table;
  clear: both;
}
.top-bar--navigation .top-bar--bonuspoints .service--list .icon--arrow-right {
  font-size: 0.625rem;
  top: 0.25rem;
  position: relative;
}
.top-bar--navigation .top-bar--bonuspoints .service--list .service--link {
  border-top: 0;
}
.top-bar--navigation .top-bar--bonuspoints .bonussystem--info-container {
  padding: 0.0625rem 0.8125rem 0.0625rem 0.8125rem;
  background-color: #aebebd;
  display: inline-block;
  position: relative;
}
.top-bar--navigation .top-bar--bonuspoints .icon--arrow-down {
  font-size: 0.25rem;
  color: #1f302f;
}
.top-bar--navigation .top-bar--bonuspoints .bonussystem--info-orb-navigation {
  width: 1.5625rem;
  height: 1.5625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  left: -1.125rem;
  top: -0.0625rem;
  background: #3b5b59;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
  border: 2px solid #fff;
  position: absolute;
  font-weight: bold;
}
.top-bar--navigation .top-bar--bonuspoints .bonussystem--navigation {
  color: #1f302f;
  font-weight: 700;
}
.bonussystem--info-text {
  padding-right: 1.25rem;
  float: left;
  color: #1f302f;
}
.bonussystem--info-text a {
  color: #1f302f;
}
.bonussystem--info-text a:hover {
  color: #131d1c;
}
.bonussystem--earning {
  font-size: 1.4375rem;
  top: 0.1875rem;
  margin: 0rem 0.3125rem 0rem 0.3125rem;
  font-weight: 700;
  position: relative;
}
.quick-view--view .bonussystem--info-text {
  margin-top: 0.25rem;
  left: -0.9375rem;
  position: relative;
  padding-right: 0;
}
.quick-view--view .bonussystem--info-text-beginning {
  display: none;
}
.quick-view--view .bonussystem--earning {
  font-size: 1rem;
  top: 0;
  margin: 0;
}
.bonussystem--radio-item {
  cursor: pointer;
  position: relative;
}
.bonussystem--radio-item:hover {
  color: #2a3d38;
}
.bonussystem--radio-item:hover .bonussystem--radio-container {
  border-color: #2a3d38;
}
.bonussystem--radio-item:hover .bonussystem--radio-description {
  cursor: pointer;
  color: #2a3d38;
}
.bonussystem--radio-item .bonussystem--buyfor-radio {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
}
.bonussystem--radio-item .bonussystem--radio-container {
  width: 1rem;
  height: 1rem;
  top: 0.125rem;
  border: 1px solid #dadae5;
  position: absolute;
  border-radius: 100%;
  display: inline-block;
}
.bonussystem--radio-item .bonussystem--radio-container.js--radio-is-active:before {
  width: 0.75rem;
  height: 0.75rem;
  background-color: #3f655b;
  background-image: linear-gradient(to bottom, #3f655b 0%, #2a3d38 100%);
  top: 0.0625rem;
  left: 0.0625rem;
  content: '';
  display: block;
  border-radius: 100%;
  position: absolute;
}
.bonussystem--radio-item .bonussystem--radio-description {
  padding: 0rem 0.25rem 0.25rem 1.5625rem;
  width: 100%;
  display: block;
}
.bonussystem--buyfor .bonussystem--radio-item {
  margin-top: 0.375rem;
}
.bonussystem--buyfor .bonussystem--last-radio-item {
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 30em) {
  .quick-view--view .bonussystem--info-text {
    margin-top: 0.25rem;
    padding-right: 1.25rem;
    left: 0;
  }
  .quick-view--view .bonussystem--info-text-beginning {
    display: inline;
  }
  .quick-view--view .bonussystem--earning {
    font-size: 1rem;
    margin: 0rem;
  }
}
.is--ctl-account .bonussystem--sidebar,
.is--ctl-BonusSystem.is--act-points .bonussystem--sidebar,
.is--ctl-bonussystem.is--act-points .bonussystem--sidebar {
  display: none;
}
.is--ctl-account .bonussystem--sidebar.bonussystem--account,
.is--ctl-BonusSystem.is--act-points .bonussystem--sidebar.bonussystem--account,
.is--ctl-bonussystem.is--act-points .bonussystem--sidebar.bonussystem--account {
  display: block;
}
.bonussystem--sidebar {
  display: none;
  padding: 0.125rem 0.125rem 0.625rem 0.125rem;
  margin-bottom: 0.625rem;
  border: 1px solid #dadae5;
  background-color: #FFFFFF;
}
.bonussystem--sidebar .sidebar--bonus-header {
  margin-bottom: 0.625rem;
  padding: 0.3125rem 0.3125rem 0.625rem 0.3125rem;
  background-color: #aebebd;
  color: #1f302f;
  text-align: center;
}
.bonussystem--sidebar .sidebar--bonus-header .bonus-header--points {
  font-size: 1.375rem;
  font-weight: 700;
}
.bonussystem--sidebar .sidebar--bonus-menu {
  color: #666666;
  cursor: pointer;
  position: relative;
}
.bonussystem--sidebar .sidebar--bonus-menu .bonussystem--points-link,
.bonussystem--sidebar .sidebar--bonus-menu .bonussystem--bonus-articles {
  padding: 0.3125rem 0.5rem 0.3125rem 0.5rem;
  color: #666666;
  display: block;
}
.bonussystem--sidebar .sidebar--bonus-menu .bonussystem--points-link:hover,
.bonussystem--sidebar .sidebar--bonus-menu .bonussystem--bonus-articles:hover {
  color: #2a3d38;
  background-color: #f5f5f8;
}
.bonussystem--sidebar .sidebar--bonus-menu .bonussystem--points-link.is--active,
.bonussystem--sidebar .sidebar--bonus-menu .bonussystem--bonus-articles.is--active {
  color: #2a3d38;
  font-weight: bold;
}
.bonussystem--sidebar .sidebar--bonus-menu .bonussystem--points-link .icon--arrow-right,
.bonussystem--sidebar .sidebar--bonus-menu .bonussystem--bonus-articles .icon--arrow-right {
  font-size: 0.625rem;
  top: 0.25rem;
  position: relative;
}
.bonussystem--sidebar .sidebar--bonus-menu.bonus--products {
  display: none;
}
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
}
.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10;
}
.noUi-stacking + .noUi-origin {
  /* Fix stacking order in IE7, which incorrectly
   creates a new context for the origins. */
  *z-index: -1;
}
.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
/* Styling; */
.noUi-background {
  background: #FAFAFA;
  box-shadow: inset 0 1px 1px #f0f0f0;
}
.noUi-connect {
  background: #3FB8AF;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms;
}
.noUi-origin {
  border-radius: 2px;
}
.noUi-target {
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbbbbb;
}
.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #bbbbbb;
}
/* Handles and cursors; */
.noUi-dragable {
  cursor: w-resize;
}
.noUi-vertical .noUi-dragable {
  cursor: n-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #ffffff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbbbbb;
}
.noUi-active {
  box-shadow: inset 0 0 1px #ffffff, inset 0 1px 7px #dddddd, 0 3px 6px -3px #bbbbbb;
}
/* Handle stripes; */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;  */
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/*! jQuery UI - v1.12.1 - 2018-07-03
* http://jqueryui.com
* Includes: core.css, accordion.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  /* support: IE8 */
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}
/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}
.ui-widget-content a {
  color: #333333;
}
.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}
.ui-widget-header a {
  color: #333333;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  /* support: IE8 */
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  /* support: IE8 */
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* support: IE8 - See #6059 */
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-caret-1-n {
  background-position: 0 0;
}
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}
.ui-icon-caret-1-e {
  background-position: -32px 0;
}
.ui-icon-caret-1-se {
  background-position: -48px 0;
}
.ui-icon-caret-1-s {
  background-position: -65px 0;
}
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}
.ui-icon-caret-1-w {
  background-position: -96px 0;
}
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}
/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: alpha(opacity=30);
  /* support: IE8 */
}
.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}
/** Customizable proxy variables for custom products */
/** Customizable proxy variables for custom products */
/**
 * Trumbowyg v2.15.2 - A lightweight WYSIWYG editor
 * Default stylesheet for Trumbowyg editor
 * ------------------------
 * @link http://alex-d.github.io/Trumbowyg
 * @license MIT
 * @author Alexandre Demode (Alex-D)
 *         Twitter : @AlexandreDemode
 *         Website : alex-d.fr
 */
#trumbowyg-icons {
  overflow: hidden;
  visibility: hidden;
  height: 0;
  width: 0;
}
#trumbowyg-icons svg {
  height: 0;
  width: 0;
}
.trumbowyg-box *,
.trumbowyg-box *::before,
.trumbowyg-box *::after,
.trumbowyg-modal *,
.trumbowyg-modal *::before,
.trumbowyg-modal *::after {
  box-sizing: border-box;
}
.trumbowyg-box svg,
.trumbowyg-modal svg {
  width: 17px;
  height: 100%;
  fill: #222;
}
.trumbowyg-box,
.trumbowyg-editor {
  display: block;
  position: relative;
  border: 1px solid #DDD;
  width: 100%;
  min-height: 300px;
  margin: 17px auto;
}
.trumbowyg-box .trumbowyg-editor {
  margin: 0 auto;
}
.trumbowyg-box.trumbowyg-fullscreen {
  background: #FEFEFE;
  border: none !important;
}
.trumbowyg-editor,
.trumbowyg-textarea {
  position: relative;
  box-sizing: border-box;
  padding: 20px;
  min-height: 300px;
  width: 100%;
  border-style: none;
  resize: none;
  outline: none;
  overflow: auto;
}
.trumbowyg-editor.trumbowyg-autogrow-on-enter,
.trumbowyg-textarea.trumbowyg-autogrow-on-enter {
  transition: height 300ms ease-out;
}
.trumbowyg-box-blur .trumbowyg-editor *,
.trumbowyg-box-blur .trumbowyg-editor::before {
  color: transparent !important;
  text-shadow: 0 0 7px #333;
}
@media screen and (min-width: 0) {
  .trumbowyg-box-blur .trumbowyg-editor *,
  .trumbowyg-box-blur .trumbowyg-editor::before {
    color: rgba(200, 200, 200, 0.6) !important;
  }
}
@supports (-ms-accelerator: true) {
  .trumbowyg-box-blur .trumbowyg-editor *,
  .trumbowyg-box-blur .trumbowyg-editor::before {
    color: rgba(200, 200, 200, 0.6) !important;
  }
}
.trumbowyg-box-blur .trumbowyg-editor img,
.trumbowyg-box-blur .trumbowyg-editor hr {
  opacity: 0.2;
}
.trumbowyg-textarea {
  position: relative;
  display: block;
  overflow: auto;
  border: none;
  font-size: 14px;
  font-family: "Inconsolata", "Consolas", "Courier", "Courier New", sans-serif;
  line-height: 18px;
}
.trumbowyg-box.trumbowyg-editor-visible .trumbowyg-textarea {
  height: 1px !important;
  width: 25%;
  min-height: 0 !important;
  padding: 0 !important;
  background: none;
  opacity: 0 !important;
}
.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-textarea {
  display: block;
}
.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-editor {
  display: none;
}
.trumbowyg-box.trumbowyg-disabled .trumbowyg-textarea {
  opacity: 0.8;
  background: none;
}
.trumbowyg-editor[contenteditable=true]:empty:not(:focus)::before {
  content: attr(placeholder);
  color: #999;
  pointer-events: none;
}
.trumbowyg-button-pane {
  width: 100%;
  min-height: 36px;
  background: #ecf0f1;
  border-bottom: 1px solid #d7e0e2;
  margin: 0;
  padding: 0 5px;
  position: relative;
  list-style-type: none;
  line-height: 10px;
  backface-visibility: hidden;
  z-index: 11;
}
.trumbowyg-button-pane::after {
  content: " ";
  display: block;
  position: absolute;
  top: 36px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #d7e0e2;
}
.trumbowyg-button-pane .trumbowyg-button-group {
  display: inline-block;
}
.trumbowyg-button-pane .trumbowyg-button-group .trumbowyg-fullscreen-button svg {
  color: transparent;
}
.trumbowyg-button-pane .trumbowyg-button-group::after {
  content: " ";
  display: inline-block;
  width: 1px;
  background: #d7e0e2;
  margin: 0 5px;
  height: 35px;
  vertical-align: top;
}
.trumbowyg-button-pane .trumbowyg-button-group:last-child::after {
  content: none;
}
.trumbowyg-button-pane button {
  display: inline-block;
  position: relative;
  width: 35px;
  height: 35px;
  padding: 1px 6px !important;
  margin-bottom: 1px;
  overflow: hidden;
  border: none;
  cursor: pointer;
  background: none;
  vertical-align: middle;
  transition: background-color 150ms, opacity 150ms;
}
.trumbowyg-button-pane button.trumbowyg-textual-button {
  width: auto;
  line-height: 35px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.trumbowyg-button-pane.trumbowyg-disable button:not(.trumbowyg-not-disable):not(.trumbowyg-active),
.trumbowyg-button-pane button.trumbowyg-disable,
.trumbowyg-disabled .trumbowyg-button-pane button:not(.trumbowyg-not-disable):not(.trumbowyg-viewHTML-button) {
  opacity: 0.2;
  cursor: default;
}
.trumbowyg-button-pane.trumbowyg-disable .trumbowyg-button-group::before,
.trumbowyg-disabled .trumbowyg-button-pane .trumbowyg-button-group::before {
  background: #e3e9eb;
}
.trumbowyg-button-pane button:not(.trumbowyg-disable):hover,
.trumbowyg-button-pane button:not(.trumbowyg-disable):focus,
.trumbowyg-button-pane button.trumbowyg-active {
  background-color: #FFF;
  outline: none;
}
.trumbowyg-button-pane .trumbowyg-open-dropdown::after {
  display: block;
  content: " ";
  position: absolute;
  top: 25px;
  right: 3px;
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-top-color: #555;
}
.trumbowyg-button-pane .trumbowyg-open-dropdown.trumbowyg-textual-button {
  padding-left: 10px !important;
  padding-right: 18px !important;
}
.trumbowyg-button-pane .trumbowyg-open-dropdown.trumbowyg-textual-button::after {
  top: 17px;
  right: 7px;
}
.trumbowyg-button-pane .trumbowyg-right {
  float: right;
}
.trumbowyg-dropdown {
  width: 200px;
  border: 1px solid #ecf0f1;
  padding: 5px 0;
  border-top: none;
  background: #FFF;
  margin-left: -1px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 3px;
  z-index: 12;
}
.trumbowyg-dropdown button {
  display: block;
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-decoration: none;
  background: #FFF;
  padding: 0 10px;
  color: #333 !important;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 15px;
  transition: all 150ms;
}
.trumbowyg-dropdown button:hover,
.trumbowyg-dropdown button:focus {
  background: #ecf0f1;
}
.trumbowyg-dropdown button svg {
  float: left;
  margin-right: 14px;
}
/* Modal box */
.trumbowyg-modal {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 520px;
  width: 100%;
  height: 350px;
  z-index: 12;
  overflow: hidden;
  backface-visibility: hidden;
}
.trumbowyg-modal-box {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 500px;
  width: calc(80%);
  padding-bottom: 45px;
  z-index: 1;
  background-color: #FFF;
  text-align: center;
  font-size: 14px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 3px;
  backface-visibility: hidden;
}
.trumbowyg-modal-box .trumbowyg-modal-title {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 20px;
  padding: 15px 0 13px;
  display: block;
  border-bottom: 1px solid #EEE;
  color: #333;
  background: #fbfcfc;
}
.trumbowyg-modal-box .trumbowyg-progress {
  width: 100%;
  height: 3px;
  position: absolute;
  top: 58px;
}
.trumbowyg-modal-box .trumbowyg-progress .trumbowyg-progress-bar {
  background: #2BC06A;
  width: 0;
  height: 100%;
  transition: width 150ms linear;
}
.trumbowyg-modal-box label {
  display: block;
  position: relative;
  margin: 15px 12px;
  height: 29px;
  line-height: 29px;
  overflow: hidden;
}
.trumbowyg-modal-box label .trumbowyg-input-infos {
  display: block;
  text-align: left;
  height: 25px;
  line-height: 25px;
  transition: all 150ms;
}
.trumbowyg-modal-box label .trumbowyg-input-infos span {
  display: block;
  color: #69878f;
  background-color: #fbfcfc;
  border: 1px solid #DEDEDE;
  padding: 0 7px;
  width: 150px;
}
.trumbowyg-modal-box label .trumbowyg-input-infos span.trumbowyg-msg-error {
  color: #e74c3c;
}
.trumbowyg-modal-box label.trumbowyg-input-error input,
.trumbowyg-modal-box label.trumbowyg-input-error textarea {
  border: 1px solid #e74c3c;
}
.trumbowyg-modal-box label.trumbowyg-input-error .trumbowyg-input-infos {
  margin-top: -27px;
}
.trumbowyg-modal-box label input {
  position: absolute;
  top: 0;
  right: 0;
  height: 27px;
  line-height: 27px;
  border: 1px solid #DEDEDE;
  background: #fff;
  font-size: 14px;
  max-width: 330px;
  width: 70%;
  padding: 0 7px;
  transition: all 150ms;
}
.trumbowyg-modal-box label input:hover,
.trumbowyg-modal-box label input:focus {
  outline: none;
  border: 1px solid #95a5a6;
}
.trumbowyg-modal-box label input:focus {
  background: #fbfcfc;
}
.trumbowyg-modal-box label input[type="checkbox"] {
  left: 5px;
  top: 5px;
  right: auto;
}
.trumbowyg-modal-box label input[type="checkbox"] + .trumbowyg-input-infos span {
  width: auto;
  padding-left: 25px;
}
.trumbowyg-modal-box .error {
  margin-top: 25px;
  display: block;
  color: red;
}
.trumbowyg-modal-box .trumbowyg-modal-button {
  position: absolute;
  bottom: 10px;
  right: 0;
  text-decoration: none;
  color: #FFF;
  display: block;
  width: 100px;
  height: 35px;
  line-height: 33px;
  margin: 0 10px;
  background-color: #333;
  border: none;
  cursor: pointer;
  font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
  font-size: 16px;
  transition: all 150ms;
}
.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit {
  right: 110px;
  background: #2bc06a;
}
.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:hover,
.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:focus {
  background: #40d47e;
  outline: none;
}
.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:active {
  background: #25a25a;
}
.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset {
  color: #555;
  background: #e6e6e6;
}
.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:hover,
.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:focus {
  background: #fbfbfb;
  outline: none;
}
.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:active {
  background: #d5d5d5;
}
.trumbowyg-overlay {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 100%;
  left: 0;
  display: none;
  top: 0;
  z-index: 10;
}
/**
 * Fullscreen
 */
body.trumbowyg-body-fullscreen {
  overflow: hidden;
}
.trumbowyg-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 99999;
}
.trumbowyg-fullscreen.trumbowyg-box,
.trumbowyg-fullscreen .trumbowyg-editor {
  border: none;
}
.trumbowyg-fullscreen .trumbowyg-editor,
.trumbowyg-fullscreen .trumbowyg-textarea {
  height: calc(63%) !important;
  overflow: auto;
}
.trumbowyg-fullscreen .trumbowyg-overlay {
  height: 100% !important;
}
.trumbowyg-fullscreen .trumbowyg-button-group .trumbowyg-fullscreen-button svg {
  color: #222;
  fill: transparent;
}
.trumbowyg-editor {
  /*
     * lset for resetCss option
     */
}
.trumbowyg-editor object,
.trumbowyg-editor embed,
.trumbowyg-editor video,
.trumbowyg-editor img {
  max-width: 100%;
}
.trumbowyg-editor video,
.trumbowyg-editor img {
  height: auto;
}
.trumbowyg-editor img {
  cursor: move;
}
.trumbowyg-editor.trumbowyg-reset-css {
  background: #FEFEFE !important;
  font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.45em !important;
  color: #333;
}
.trumbowyg-editor.trumbowyg-reset-css a {
  color: #15c !important;
  text-decoration: underline !important;
}
.trumbowyg-editor.trumbowyg-reset-css div,
.trumbowyg-editor.trumbowyg-reset-css p,
.trumbowyg-editor.trumbowyg-reset-css ul,
.trumbowyg-editor.trumbowyg-reset-css ol,
.trumbowyg-editor.trumbowyg-reset-css blockquote {
  box-shadow: none !important;
  background: none !important;
  margin: 0 !important;
  margin-bottom: 15px !important;
  line-height: 1.4em !important;
  font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif !important;
  font-size: 14px !important;
  border: none;
}
.trumbowyg-editor.trumbowyg-reset-css iframe,
.trumbowyg-editor.trumbowyg-reset-css object,
.trumbowyg-editor.trumbowyg-reset-css hr {
  margin-bottom: 15px !important;
}
.trumbowyg-editor.trumbowyg-reset-css blockquote {
  margin-left: 32px !important;
  font-style: italic !important;
  color: #555;
}
.trumbowyg-editor.trumbowyg-reset-css ul {
  list-style: disc;
}
.trumbowyg-editor.trumbowyg-reset-css ul,
.trumbowyg-editor.trumbowyg-reset-css ol {
  padding-left: 20px !important;
}
.trumbowyg-editor.trumbowyg-reset-css ul ul,
.trumbowyg-editor.trumbowyg-reset-css ol ol,
.trumbowyg-editor.trumbowyg-reset-css ul ol,
.trumbowyg-editor.trumbowyg-reset-css ol ul {
  border: none;
  margin: 2px !important;
  padding: 0 !important;
  padding-left: 24px !important;
}
.trumbowyg-editor.trumbowyg-reset-css hr {
  display: block;
  height: 1px;
  border: none;
  border-top: 1px solid #CCC;
}
.trumbowyg-editor.trumbowyg-reset-css h1,
.trumbowyg-editor.trumbowyg-reset-css h2,
.trumbowyg-editor.trumbowyg-reset-css h3,
.trumbowyg-editor.trumbowyg-reset-css h4 {
  color: #111;
  background: none;
  margin: 0 !important;
  padding: 0 !important;
  font-weight: bold;
}
.trumbowyg-editor.trumbowyg-reset-css h1 {
  font-size: 32px !important;
  line-height: 38px !important;
  margin-bottom: 20px !important;
}
.trumbowyg-editor.trumbowyg-reset-css h2 {
  font-size: 26px !important;
  line-height: 34px !important;
  margin-bottom: 15px !important;
}
.trumbowyg-editor.trumbowyg-reset-css h3 {
  font-size: 22px !important;
  line-height: 28px !important;
  margin-bottom: 7px !important;
}
.trumbowyg-editor.trumbowyg-reset-css h4 {
  font-size: 16px !important;
  line-height: 22px !important;
  margin-bottom: 7px !important;
}
/** Component: Text field, textarea and select */
.custom-products--textfield input,
.custom-products--textarea textarea,
.custom-products--select .js--fancy-select,
.custom-products--multiselect select,
.custom-products--numberfield input,
.custom-products--date input,
.custom-products--time input {
  width: 100%;
}
/** Component: Multiselect */
.custom-products--multiselect select {
  -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;
  padding: 0.625rem 0.625rem 0.5625rem 0.625rem;
  box-shadow: inset 0 1px 1px #dadae5;
  background: #f8f8fa;
  border: 1px solid #dadae5;
  border-top-color: #cbcbdb;
  color: #8c8c8c;
}
.custom-products--multiselect select:focus {
  box-shadow: 0 0 0 transparent;
  outline: none;
  border-color: #2a3d38;
  background: #fff;
  color: #666666;
}
.custom-products--multiselect select.has--error {
  color: #ff7349;
  background: #ffffff;
  border-color: #ff7349;
}
/** Component: Radio */
.custom-products--radio .custom-products--radio-label {
  margin-bottom: 0.5rem;
  position: relative;
  display: inline-block;
}
.custom-products--radio .filter-panel--radio {
  -webkit-transform: translate(0, -8px);
  transform: translate(0, -8px);
  position: absolute;
  top: 50%;
}
.custom-products--radio .custom-products--radio-inline-label {
  padding-left: 1.75rem;
  display: block;
}
/** Component: Textarea */
.custom-products--textarea textarea {
  min-height: 4.6875rem;
  max-height: 10.9375rem;
  overflow-x: hidden;
}
/** Component: WYSIWYG */
.custom-products--wysiwyg .trumbowyg-box,
.custom-products--wysiwyg .trumbowyg-editor {
  min-height: 7.8125rem;
  border-color: #dadae5;
  margin: 0;
}
.custom-products--wysiwyg .trumbowyg-box.trumbowyg-reset-css,
.custom-products--wysiwyg .trumbowyg-editor.trumbowyg-reset-css {
  background: #fff !important;
}
.custom-products--wysiwyg .trumbowyg-button-pane {
  background-color: #f8f8fa;
  border-color: #cbcbdb;
}
.custom-products--color-selection-wrapper {
  margin: -0.3125rem;
}
.custom-products--color-selection {
  width: 100%;
  cursor: pointer;
}
.custom-products--color-selection .custom-products--color-selection-label {
  border-radius: 3px;
  background-clip: padding-box;
  padding: 0.3125rem;
  margin: 0.3125rem;
  height: 9.0625rem;
  cursor: pointer;
  display: block;
  border: 1px solid #dadae5;
}
.custom-products--color-selection .custom-products--color-selection-label:hover {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  border-color: #2a3d38;
}
.custom-products--color-selection .custom-products--color-selection-display {
  position: relative;
  text-align: center;
}
.custom-products--color-selection .custom-products--color-selection-display .color-selection-display--image {
  margin: 0 auto;
}
.custom-products--color-selection input:checked ~ .custom-products--color-selection-label {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  border-color: #2a3d38;
}
.custom-products--color-selection input:checked ~ .custom-products--color-selection-label .custom-products--color-selection-overlay {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.custom-products--color-selection input:checked ~ .custom-products--color-selection-label .custom-products--color-selection-overlay:before {
  height: 1.875rem;
  width: 1.875rem;
  line-height: 1.875rem;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  border-radius: 100%;
  color: #418256;
  display: block;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
.is--wizard .custom-products--image-selection-label {
  height: auto;
}
.custom-products--color-selection-display {
  height: 3.75rem;
  text-align: center;
}
.custom-products--color-selection-display .color-selection-display--image {
  margin: 0 auto;
}
.custom-products--image-selection-display {
  height: 8.75rem;
}
.custom-products--color-selection-description {
  padding: 0.3125rem 0rem 0.3125rem 0rem;
  font-size: 0.75rem;
  height: 3.125rem;
  overflow: hidden;
  text-align: center;
}
.custom-products--color-selection-price {
  font-size: 0.75rem;
  font-weight: 600;
  text-align: center;
}
.custom-products--image-selection-description,
.custom-products--image-selection-price {
  height: 1.5625rem;
}
@media screen and (min-width: 30em) {
  .custom-products--color-selection {
    width: 50%;
  }
}
.custom-products--overview-list {
  margin: 0rem 0.625rem 0rem 0.625rem;
}
.custom-products--overview-list.custom-products--list-once {
  margin-right: 0.625rem;
}
.custom-products--overview-list li {
  margin-left: 0.625rem;
  position: relative;
  list-style: none;
}
.custom-products--overview-list li.custom-products--overview-base,
.custom-products--overview-list li.custom-products--overview-total,
.custom-products--overview-list li.custom-products--overview-once {
  margin-left: 0;
}
.custom-products--overview-list li.custom-products--overview-total {
  font-weight: bold;
}
.custom-products--overview-list li .custom-products--overview-price {
  width: 9.375rem;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  text-align: right;
}
.custom-products--overview-list li .custom-products--overview-name {
  display: block;
  max-width: 70%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.custom-products--overview-list li .custom-products--overview-plus {
  width: 0.9375rem;
  float: left;
  display: block;
}
.custom-product--option-wrapper .alert {
  margin-bottom: 1.5625rem;
}
.custom-products--label.has--validation-error {
  color: #ff7349;
}
.custom-products--global-error-overview {
  padding-top: 1.25rem;
  display: none;
}
.custom-products--error-list {
  margin-left: 0.625rem;
}
.custom-products--error-list .error-list--item {
  line-height: 1.3125rem;
  margin-left: 0.9375rem;
  margin-bottom: 0.625rem;
  list-style: disc outside;
}
.custom-products--error-list .error-list--item:last-child {
  margin-bottom: 0;
}
.custom-products--wizard-container:after {
  content: "";
  display: table;
  clear: both;
}
.custom-products--wizard-container:before {
  content: " ";
  display: table;
}
.custom-products--wizard-container:after {
  content: " ";
  display: table;
  clear: both;
}
.custom-products--wizard-container .wizard-container--header {
  margin-top: 0;
}
.custom-products--wizard-container .wizard-container--content {
  padding: 0.625rem 1.25rem 1.25rem 1.25rem;
  height: 85%;
  overflow-x: hidden;
  overflow-y: auto;
}
.custom-products--wizard-container .wizard-container--content:after {
  content: "";
  display: table;
  clear: both;
}
.custom-products--wizard-container .wizard-container--content:before {
  content: " ";
  display: table;
}
.custom-products--wizard-container .wizard-container--content:after {
  content: " ";
  display: table;
  clear: both;
}
.custom-products--wizard-container .wizard-container--content .wizard-container--surcharges {
  width: 100%;
}
.custom-products--wizard-container .wizard-container--content .custom-products--global-calculation-overview {
  padding-top: 1.25rem;
  display: none;
}
.custom-products--wizard-container .wizard-container--take-configuration {
  margin-top: 0.625rem;
  float: none;
  width: 100%;
}
.custom-products--wizard-container .wizard-container--take-configuration .take-configuration {
  width: 100%;
}
.custom-products--wizard-container .wizard-container--navigation {
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  width: 100%;
  float: none;
  text-align: center;
  border-top: 1px solid #dadae5;
}
.custom-products--wizard-container .wizard-container--navigation:after {
  content: "";
  display: table;
  clear: both;
}
.custom-products--wizard-container .wizard-container--navigation:before {
  content: " ";
  display: table;
}
.custom-products--wizard-container .wizard-container--navigation:after {
  content: " ";
  display: table;
  clear: both;
}
.custom-products--wizard-container .wizard-container--navigation .navigation--container {
  float: none;
  width: 100%;
}
.custom-products--wizard-container .wizard-container--navigation .navigation--container:after {
  content: "";
  display: table;
  clear: both;
}
.custom-products--wizard-container .wizard-container--navigation .navigation--container:before {
  content: " ";
  display: table;
}
.custom-products--wizard-container .wizard-container--navigation .navigation--container:after {
  content: " ";
  display: table;
  clear: both;
}
.custom-products--wizard-container .wizard-container--navigation button {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.custom-products--wizard-container .wizard-container--navigation .custom-products-navigation--btn-left {
  float: left;
}
.custom-products--wizard-container .wizard-container--navigation .custom-products-navigation--btn-right {
  margin-left: 0.625rem;
  float: right;
}
.custom-products--wizard-container .wizard-container--navigation .wizard--select-container {
  margin: 0.625rem 0rem 0rem 0rem;
  width: 100%;
  float: left;
}
.custom-products--wizard-container .wizard-container--navigation .navigation--select {
  width: 100%;
}
.wizard-container--required-label {
  padding: 0rem 1.25rem 0rem 1.25rem;
}
.custom-products--wizard-container .wizard-container--content .wizard-container--options {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}
.custom-products--wizard-container .wizard-container--content .wizard-container--options .wizard--input {
  margin-right: 1.25rem;
}
.custom-products--wizard-container .wizard-container--content .wizard-container--options textarea.wizard--input {
  min-height: 6.25rem;
}
.custom-products--wizard-container .wizard-container--content .wizard-container--options h5 {
  margin-top: 0;
}
.custom-products--wizard-container .wizard-container--content .wizard-container--options h5,
.custom-products--wizard-container .wizard-container--content .wizard-container--options .option--description {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.custom-products--wizard-container .wizard-container--content .wizard-container--options .is--wizard {
  padding-right: 1.25rem;
  z-index: -1;
  background: #fff;
  border: none;
}
.custom-products--wizard-container .wizard-container--content .wizard-container--options .is--wizard.is--last {
  border-bottom: 0;
}
.custom-products--wizard-container .wizard-container--content .wizard-container--options .is--wizard.is--active {
  z-index: 999;
}
@media screen and (min-width: 30em) {
  .custom-products--wizard-container .wizard-container--navigation .custom-products-navigation--btn-left {
    max-width: 7.5rem;
    width: 23%;
    margin-right: 2%;
  }
  .custom-products--wizard-container .wizard-container--navigation .custom-products-navigation--btn-right {
    max-width: 7.5rem;
    width: 23%;
    margin-left: 2%;
  }
  .custom-products--wizard-container .wizard-container--navigation .wizard--select-container {
    margin: 0 auto;
    width: 50%;
    float: none;
  }
}
@media screen and (min-width: 48em) {
  .custom-products--wizard-container .wizard-container--take-configuration {
    margin-top: 0;
    float: right;
    width: auto;
  }
  .custom-products--wizard-container .wizard-container--content .wizard-container--surcharges {
    float: right;
    width: 40%;
  }
  .custom-products--wizard-container .wizard-container--content .custom-products--global-calculation-overview {
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-products--wizard-container .wizard-container--navigation {
    padding: 0.625rem 1.25rem 0rem 1.25rem;
    position: relative;
    width: 100%;
  }
  .custom-products--wizard-container .wizard-container--navigation .custom-products-navigation--btn-right {
    float: right;
  }
  .custom-products--wizard-container .wizard-container--navigation .navigation--container {
    float: left;
    width: 60%;
  }
  .custom-products--wizard-container .wizard-container--content .wizard-container--options {
    height: 100%;
    border: none;
    float: left;
    width: 60%;
  }
}
.custom-products--upload-wrapper {
  padding: 0.9375rem 0.9375rem 0.9375rem 0.9375rem;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  box-shadow: inset 0 1px 1px #dadae5;
  background: #f8f8fa;
  border: 1px solid #dadae5;
  border-top-color: #cbcbdb;
  text-align: center;
  position: relative;
}
.custom-products--upload-wrapper.is--dragover {
  border-color: #2a3d38;
  background: #fff;
}
.custom-products--upload-wrapper.is--failure {
  border-color: #ff7349;
}
.custom-products--upload-wrapper.is--success {
  border-color: #4a9361;
  background: #fff;
}
.custom-products--upload-wrapper .upload--field {
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.custom-products--upload-wrapper .custom-products--upload-label {
  display: block;
}
.custom-products--upload-wrapper .upload--divider {
  display: block;
}
.custom-products--upload-wrapper .upload-btn--select {
  font-weight: normal;
}
.custom-product--option-wrapper-wizard .alert {
  margin: 0rem 0rem 0.9375rem 0rem;
}
.custom-product--option-wrapper-wizard .custom-products--upload-wrapper {
  padding: 1.875rem 1.875rem 1.875rem 1.875rem;
  height: 140px;
}
.uploading--is-required {
  font-size: 0.75rem;
  margin-top: 0.125rem;
  margin-bottom: -0.3125rem;
  display: block;
}
.uploading--panel {
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #f8f8fa;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  display: none;
}
.uploading--panel .uploading--icon {
  margin: 1.25rem 0rem 1.25rem 0rem;
  font-size: 2rem;
  display: block;
}
.uploading--panel .information--loading-indicator {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  background-clip: padding-box;
  -webkit-animation: keyframe--spin 1s linear infinite;
  animation: keyframe--spin 1s linear infinite;
  border: 4px solid #dadae5;
  border-top: 4px solid #2a3d38;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.custom-products--uploading-success {
  color: #30603f;
  background: #d5ded8;
}
.custom-products--uploading-failure {
  color: #ff7349;
  background: #ffffff;
}
.custom-products--uploading-failure .uploading--text {
  display: none;
}
.custom-products--upload-list {
  margin: 0.625rem 0rem 0.625rem 0rem;
}
.custom-products--upload-list .upload--list {
  list-style: none;
}
.custom-products--upload-list .upload--item {
  border-radius: 3px;
  background-clip: padding-box;
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  line-height: 1.75rem;
  margin: 0rem 0rem 0.625rem 0rem;
  vertical-align: middle;
  position: relative;
  border: 1px solid #dadae5;
}
.custom-products--upload-list .upload--item:after {
  content: "";
  display: table;
  clear: both;
}
.custom-products--upload-list .upload--item:before {
  content: " ";
  display: table;
}
.custom-products--upload-list .upload--item:after {
  content: " ";
  display: table;
  clear: both;
}
.custom-products--upload-list .has--error {
  border: 1px solid #ff7349;
  color: #ff7349;
}
.custom-products--upload-list .icon--paperclip {
  font-size: 1.125rem;
  margin-top: 0.25rem;
  display: inline-block;
  float: left;
}
.custom-products--upload-list .upload--title {
  margin: 0rem 0.625rem 0rem 0.625rem;
  max-width: 65%;
  float: left;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.custom-products--upload-list .is--uploaded {
  margin-top: 0.375rem;
  color: #4a9361;
  float: right;
}
.custom-products--upload-list .upload--btn-delete {
  padding: 0rem 0.625rem 0rem 0.625rem;
  float: right;
}
.upload-preview-image {
  max-width: 3.125rem;
  max-height: 1.5625rem;
  display: block;
  float: left;
}
.upload-btn--send-request {
  position: relative;
}
.upload-btn--send-request .js--loading {
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 100%;
  background-clip: padding-box;
  right: 0.375rem;
  top: 0.0625rem;
  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 #dadae5;
  border-top: 2px solid #4f4f71;
  display: none;
  position: absolute;
}
.upload-btn--send-request.is--uploading {
  padding-right: 2.375rem;
}
.upload-btn--send-request.is--uploading .js--loading {
  display: block;
}
.container--ajax-cart .ajax--cart .custom-product--cart-item .cart--item {
  border: none;
}
.container--ajax-cart .ajax--cart .item--container > div:last-child {
  border-bottom: 0;
}
.custom-products--basket-overview {
  top: -0.0625rem;
  position: relative;
  float: none;
  clear: both;
  border-top: 1px solid #fff;
  padding-left: 25%;
}
.custom-products--basket-overview:after {
  content: "";
  display: table;
  clear: both;
}
.custom-products--basket-overview:before {
  content: " ";
  display: table;
}
.custom-products--basket-overview:after {
  content: " ";
  display: table;
  clear: both;
}
.is--act-finish .custom-products--basket-overview {
  padding-left: 27%;
}
.product--table .custom-products--basket-overview {
  border-bottom: 1px solid #dadae5;
}
.confirm--content .product--table .row--product.is--last-row + .custom-products--basket-overview,
.finish--content .product--table .row--product.is--last-row + .custom-products--basket-overview {
  border-bottom: none;
}
.custom-product--cart-item {
  border-bottom: 1px solid #dadae5;
}
.custom-product--overview-title {
  font-size: 0.875rem;
  padding-top: 0.625rem;
  border-top: 1px solid #dadae5;
  color: #666666;
  margin: 0;
  position: relative;
}
.custom-product--overview-title .custom-product--price-surcharges {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  top: 0.75rem;
  display: block;
  position: absolute;
  right: 0;
}
.is--act-finish .custom-product--overview-title .custom-product--price-surcharges {
  right: 4%;
}
.custom-product--overview-list {
  font-size: 0.75rem;
  line-height: 1.125rem;
  margin-bottom: 1.25rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #dadae5;
}
.custom-product--overview-list-item {
  margin-bottom: 0.625rem;
  display: block;
  list-style: none;
}
.custom-product--overview-option-name {
  display: block;
}
.custom-products--surcharges-total {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  margin-bottom: 1.25rem;
  width: 100%;
  font-weight: bold;
  color: #314c49;
  text-align: right;
}
.custom-products--surcharges-total .surcharges-total--display {
  color: #666666;
}
.is--act-finish .custom-products--surcharges-total {
  padding-right: 4%;
}
/** Load configuration link */
.custom-product--action-open-config {
  margin-bottom: 1.25rem;
  width: 100%;
}
.custom-product--action-open-config .custom-product--action-open-config-link:hover {
  text-decoration: underline;
}
.custom-product--action-open-config .icon--arrow-right {
  font-size: 0.625rem;
}
.custom-product--value-list {
  list-style-type: none;
}
.ajax--cart .custom-products--basket-overview {
  padding-left: 12%;
}
.ajax--cart .custom-product--overview-title .custom-product--price-surcharges {
  right: 8%;
}
.ajax--cart .custom-products--surcharges-total {
  padding-right: 8%;
  width: 100%;
}
div[data-displaymode="offcanvas"] .ajax--cart .custom-products--basket-overview {
  padding-left: 18%;
}
div[data-displaymode="offcanvas"] .ajax--cart .custom-product--overview-title .custom-product--price-surcharges {
  right: 0;
}
div[data-displaymode="offcanvas"] .ajax--cart .custom-products--surcharges-total {
  padding-right: 0;
  width: 100%;
}
.modal--checkout-add-article .custom-products--basket-overview {
  padding-left: 7.1875rem;
  padding-right: 5rem;
  margin-top: -0.9375rem;
}
.modal--checkout-add-article .custom-products--basket-overview .custom-products--surcharges-total.block {
  width: 100%;
}
@media screen and (min-width: 30em) {
  .custom-products--basket-overview {
    padding-left: 16%;
  }
  .is--act-finish .custom-products--basket-overview {
    padding-left: 15%;
  }
  .custom-product--overview-title .custom-product--price-surcharges {
    right: 2%;
  }
  .is--act-finish .custom-product--overview-title .custom-product--price-surcharges {
    right: 2.5%;
  }
  .custom-products--surcharges-total {
    padding-right: 2%;
  }
  .is--act-finish .custom-products--surcharges-total {
    padding-right: 2.5%;
    width: 100%;
  }
}
@media screen and (min-width: 48em) {
  .custom-products--basket-overview {
    padding-left: 12%;
  }
  .is--act-confirm .custom-products--basket-overview {
    padding-left: 11%;
  }
  .is--act-finish .custom-products--basket-overview {
    padding-left: 12%;
  }
  .custom-product--overview-title .custom-product--price-surcharges {
    right: 10%;
  }
  .is--act-finish .custom-product--overview-title .custom-product--price-surcharges {
    right: 0;
  }
  .custom-products--surcharges-total {
    padding-right: 10%;
  }
  .is--act-finish .custom-products--surcharges-total {
    padding-right: 0;
    width: 100%;
  }
  .custom-products--surcharges-total,
  .custom-product--action-open-config {
    width: 50%;
  }
}
@media screen and (min-width: 64em) {
  .custom-products--basket-overview {
    padding-left: 12%;
  }
  .is--act-confirm .custom-products--basket-overview {
    padding-left: 8.5%;
  }
  .is--act-finish .custom-products--basket-overview {
    padding-left: 10%;
  }
}
@media screen and (min-width: 78.75em) {
  .custom-products--basket-overview {
    padding-left: 8.5%;
  }
  .is--act-confirm .custom-products--basket-overview {
    padding-left: 7.5%;
  }
  .is--act-finish .custom-products--basket-overview {
    padding-left: 8.5%;
  }
  .custom-product--overview-title .custom-product--price-surcharges {
    right: 6%;
  }
  .is--act-confirm .custom-product--overview-title .custom-product--price-surcharges {
    right: 9.5%;
  }
  .custom-products--surcharges-total {
    padding-right: 6%;
  }
  .is--act-confirm .custom-products--surcharges-total {
    padding-right: 9.5%;
  }
}
.custom-products--color-selection .custom-products--image-selection-label {
  height: 12.5rem;
}
.custom-products--data-wrapper {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.custom-products--data-wrapper .panel--footer {
  padding: 1.25rem;
  background: #f5f5f8;
  border-top: 1px solid #dadae5;
}
.custom-products--data-wrapper .panel--footer .custom-products--checkbox-label {
  font-size: 0.75rem;
}
.custom-products--data-wrapper .panel--footer .checkbox {
  background: #fff;
}
.is--firefox .custom-products--image-selection-display {
  pointer-events: auto;
}
.custom-products--image-selection-display {
  pointer-events: none;
}
.custom-products--checkbox-label,
.custom-products--radio-label {
  cursor: pointer;
}
.custom-products--checkbox-label:hover,
.custom-products--radio-label:hover {
  color: #2a3d38;
}
.custom-products--checkbox-label:hover .checkbox,
.custom-products--radio-label:hover .checkbox {
  border-color: #2a3d38;
}
.custom-products--checkbox-label:hover .filter-panel--radio,
.custom-products--radio-label:hover .filter-panel--radio {
  border-color: #2a3d38;
}
.custom-products--checkbox-value {
  line-height: 1.5rem;
}
.custom-product--modal-content {
  padding: 1.25rem;
}
.custom-products--label {
  padding-right: 1.25rem;
  font-weight: bold;
  display: block;
  cursor: pointer;
  overflow-wrap: break-word;
  word-wrap: break-word;
  /** We don't have a mixin for this */
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.custom-products--checkbox-label .checkbox {
  margin-right: 0.5rem;
}
.custom-products--template-picture img {
  margin: 0.625rem 0rem 0.625rem 0rem;
  width: 100%;
  max-height: none;
}
.custom-products--required-field-info {
  margin: 0.3125rem 0rem 0rem 0rem;
}
.custom-products--actions .btn {
  display: block;
  width: 100%;
  text-align: center;
}
.custom-products--required-field-info {
  font-size: 0.75rem;
}
.custom-products--options {
  border-top: 0 none;
}
.custom-products--description + .custom-products--options {
  border-top: 1px solid #dadae5;
}
/** Option wrapper */
.custom-products--option {
  padding: 0.625rem 0rem 0.625rem 0rem;
  border-top: 1px solid #dadae5;
  position: relative;
}
.custom-products--option.is--first {
  border-top: 0 none;
}
.custom-products--option.is--last {
  border-bottom: 1px solid #dadae5;
}
.custom-products--option .custom-product--option-wrapper {
  margin: 0.9375rem 0rem 0.625rem 0rem;
  display: none;
}
.custom-products--option .custom-products--toggle-btn {
  top: 0.75rem;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  font-size: 7px;
  color: #666666;
  position: absolute;
  right: 0;
}
.custom-products--option.is--active .custom-products--toggle-btn {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/** Option actions */
.custom-products--option-actions {
  float: left;
}
.custom-products--option-reset-all {
  margin-top: 1.25rem;
}
.custom-products--option-reset-all:after {
  content: "";
  display: table;
  clear: both;
}
.custom-products--option-reset-all:before {
  content: " ";
  display: table;
}
.custom-products--option-reset-all:after {
  content: " ";
  display: table;
  clear: both;
}
.custom-products--option-actions .filter--active,
.custom-products--option-reset-all .filter--active {
  margin-bottom: 0;
  cursor: pointer;
}
.custom-products--option-actions .custom-products--option-surcharges,
.custom-products--option-reset-all .custom-products--option-surcharges {
  font-size: 0.8125rem;
  line-height: 1.625rem;
  cursor: pointer;
  color: #2a3d38;
  display: block;
  float: right;
}
.custom-products--option-actions .custom-products--option-surcharges .icon--help,
.custom-products--option-reset-all .custom-products--option-surcharges .icon--help {
  margin-left: 0.3125rem;
  vertical-align: middle;
}
.custom-products--option-description {
  padding: 0.9375rem;
}
.custom-products--option-description-link {
  color: #2a3d38;
  cursor: pointer;
  float: right;
}
.custom-product--interactive-bar {
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
}
.custom-product--interactive-bar:after {
  content: "";
  display: table;
  clear: both;
}
.custom-product--interactive-bar:before {
  content: " ";
  display: table;
}
.custom-product--interactive-bar:after {
  content: " ";
  display: table;
  clear: both;
}
/** Reset button */
.custom-products--global-reset {
  color: #2a3d38;
  border-color: #2a3d38;
}
.custom-products--global-reset .filter--active-icon {
  color: #2a3d38;
}
/* hint if custom products needs configuration */
.custom-products--configuration-hint {
  margin-top: 1.25rem;
}
.quick-view--custom-product-hint {
  margin-top: 0.625rem;
  float: left;
  width: 100%;
}
.quick-view--custom-product-hint .alert.is--info {
  margin: 0;
}
.compare--group-list .entry--custom-products {
  text-align: center;
}
.compare--group-list .entry--custom-products .icon {
  font-size: 9px;
}
.order--details .custom-product--action-open-config {
  margin-bottom: 0;
}
.order--details .custom-product-panel--tr {
  border-bottom: 0 none;
  margin-top: 0;
}
.order--details .custom-product-panel--tr .panel--td {
  padding: 0rem 1.875rem 0rem 1.875rem;
  float: none;
  width: 100%;
}
.order--details .custom-product-panel--tr.custom-product-mode--2 {
  margin-top: 0.625rem;
}
.order--details .custom-product-panel--tr.custom-product-mode--2 + .custom-product-mode--2 {
  margin-top: 0;
}
.order--details .custom-product-panel--tr + .panel--tr,
.order--details .custom-product-panel--tr + .panel--tr {
  margin-top: 1.875rem;
  border-top: 1px solid #dadae5;
}
.cover {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
}
.cover--canvas {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.emotion--digital-publishing,
.emotion--digital-publishing-slider {
  width: 100%;
  height: 100%;
}
.emotion--digital-publishing .image-slider--container,
.emotion--digital-publishing-slider .image-slider--container {
  position: static;
}
.emotion--mode-rows .emotion--digital-publishing .bg--color,
.emotion--mode-rows .emotion--digital-publishing-slider .bg--color,
.emotion--mode-rows .emotion--digital-publishing .bg--pattern,
.emotion--mode-rows .emotion--digital-publishing-slider .bg--pattern {
  min-height: 22.5rem;
  position: relative;
}
.emotion--mode-rows .emotion--digital-publishing .image-slider--item,
.emotion--mode-rows .emotion--digital-publishing-slider .image-slider--item {
  vertical-align: middle;
}
.dig-pub--preview {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%;
}
.dig-pub--preview a,
.dig-pub--preview .btn {
  pointer-events: none !important;
}
.dig-pub {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}
.dig-pub .bg--color,
.dig-pub .bg--image,
.dig-pub .bg--pattern {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
.dig-pub .bg--pattern {
  background: 0 0 repeat transparent;
}
.dig-pub--link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
.dig-pub--layer {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  white-space: nowrap;
  pointer-events: none;
}
.dig-pub--layer.left {
  text-align: left;
}
.dig-pub--layer.right {
  text-align: right;
}
.dig-pub--layer.top .layer--wrapper {
  vertical-align: top;
}
.dig-pub--layer.bottom .layer--wrapper {
  vertical-align: bottom;
}
.dig-pub--layer:before {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: -0.25em;
}
.dig-pub--layer .layer--wrapper {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.dig-pub--layer .layer--content {
  height: 100%;
  background-clip: padding-box;
  position: relative;
  overflow: hidden;
  pointer-events: all;
}
.dig-pub--text {
  display: block;
  position: relative;
  max-width: 100%;
  max-height: 100%;
}
.dig-pub--text h1,
.dig-pub--text h2,
.dig-pub--text h3,
.dig-pub--text h4,
.dig-pub--text h5,
.dig-pub--text h6,
.dig-pub--text p,
.dig-pub--text blockquote {
  margin: 0;
  padding: 0;
  font-weight: normal;
  white-space: initial;
  word-break: break-word;
  line-height: 1;
}
.dig-pub--image {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.dig-pub--image .dig-pub--img-wrapper {
  display: inline-block;
  max-width: 100%;
  width: 100%;
}
.dig-pub--image .dig-pub--img {
  display: inline-block;
}
.dig-pub--button {
  display: block;
}
.dig-pub--button .btn {
  max-width: 100%;
  word-break: break-word;
  white-space: normal;
  pointer-events: all;
}
/*
Structure
================================
The variables define the widths for the different QuickView viewports.

**Structure**<br/>
`@quickViewPhoneLandscapeViewportWidth` - QuickView modal box has the width of the default phone-landscape width (see @phoneLandscapeViewportWidth)<br/>
`@quickViewTabletViewportWidth` - QuickView modal box has the width of the default tablet width (see @tabletViewportWidth)<br/>
`@quickViewTabletLandscapeViewportWidth` - QuickView modal box has the width of the default tablet-landscape width (see @tabletLandscapeViewportWidth)<br/>
`@quickViewDesktopViewportWidth` - QuickView modal box has the width of the default desktop width (see @desktopViewportWidth)<br/>
*/
.is--invisible {
  visibility: hidden !important;
}
html.is--storytelling,
body.is--storytelling {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
html.is--storytelling.is--hardware-accelerated,
body.is--storytelling.is--hardware-accelerated {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.emotion-storytelling {
  position: relative;
  top: 0;
  left: 0;
}
.emotion-storytelling .emotion--video {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.emotion-storytelling .image-slider,
.emotion-storytelling .image-slider--slide,
.emotion-storytelling .image-slider--item {
  -webkit-transform-style: initial;
  transform-style: initial;
  -webkit-backface-visibility: initial;
  backface-visibility: initial;
}
.emotion-storytelling .image-slider--container {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.emotion--section-nav {
  width: 2.5rem;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  position: fixed;
  top: 50%;
  left: 0;
  background: #ffffff;
  border: 1px solid #f8f8fa;
  z-index: 1500;
}
.emotion--section-nav .section-nav--link {
  padding: 0.3125rem 0.625rem 0.3125rem 0.625rem;
  line-height: 1.125rem;
  font-size: 0.9375rem;
  display: block;
  text-align: center;
  color: #666666;
}
.emotion--section-nav .section-nav--link.is--active {
  color: #3b5b59;
}
.emotion--section-nav .link--section {
  display: none;
}
.emotion--section-nav .link--prev,
.emotion--section-nav .link--next {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  font-size: 0.625rem;
}
.emotion--section-nav .link--start {
  font-size: 1rem;
}
@media screen and (min-width: 48em) {
  .emotion--section-nav {
    left: 1.875rem;
    border-radius: 3px;
    background-clip: padding-box;
  }
  .emotion--section-nav .link--section {
    display: block;
  }
}
@media screen and (min-width: 78.75em) {
  .emotion--section-nav .section-nav--link:hover {
    color: #3b5b59;
  }
}
.quick-view {
  -webkit-transition: opacity 0.4s cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 0.4s cubic-bezier(0, 0, 0.25, 1);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.quick-view.is--active {
  opacity: 1;
  z-index: 4000;
}
.quick-view--overlay {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4100;
  background: rgba(0, 0, 0, 0.6);
}
.quick-view--view {
  max-width: 78.75rem;
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transform: scale(1.2) translate(-50%, -50%);
  transform: scale(1.2) translate(-50%, -50%);
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 80%;
  min-height: 50%;
  max-height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4200;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
}
.quick-view--view .view--content {
  display: none;
}
.quick-view--view[data-view="left"],
.quick-view--view[data-view="right"] {
  -webkit-transform: scale(0.3) translate(-50%, -50%);
  transform: scale(0.3) translate(-50%, -50%);
  opacity: 0;
}
.quick-view--view[data-view="left"] {
  left: -20%;
}
.quick-view--view[data-view="right"] {
  left: 120%;
}
.quick-view--view[data-view="prev"],
.quick-view--view[data-view="next"] {
  -webkit-transition: all 0.4s cubic-bezier(0, 0, 0.25, 1);
  transition: all 0.4s cubic-bezier(0, 0, 0.25, 1);
  opacity: 1;
  cursor: pointer;
  z-index: 4300;
  visibility: visible;
}
.quick-view--view[data-view="prev"]:after,
.quick-view--view[data-view="next"]:after {
  width: 6.25rem;
  height: 25rem;
  font-size: 8.75rem;
  margin-top: -12.5rem;
  -webkit-transition: opacity 0.4s 0.3s cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 0.4s 0.3s cubic-bezier(0, 0, 0.25, 1);
  display: block;
  position: absolute;
  top: 50%;
  font-family: 'shopware';
  font-weight: normal;
  text-align: center;
  opacity: 1;
  vertical-align: middle;
  line-height: 400px;
  color: #ffffff;
}
.quick-view--view[data-view="prev"] {
  -webkit-transform: scale(0.3) translate(-100%, -50%);
  transform: scale(0.3) translate(-100%, -50%);
  left: 0;
}
.quick-view--view[data-view="prev"]:after {
  right: -6.25rem;
  content: "\f053";
}
.quick-view--view[data-view="next"] {
  -webkit-transform: scale(0.3) translate(0, -50%);
  transform: scale(0.3) translate(0, -50%);
  left: 100%;
}
.quick-view--view[data-view="next"]:after {
  left: -6.25rem;
  content: "\f054";
}
.quick-view--view[data-view="main"] {
  -webkit-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
  -webkit-transition: all 0.4s cubic-bezier(0, 0, 0.25, 1);
  transition: all 0.4s cubic-bezier(0, 0, 0.25, 1);
  left: 50%;
  z-index: 4400;
  opacity: 1;
  visibility: visible;
  overflow-y: auto;
}
.quick-view--view[data-view="main"]:after {
  display: block;
  content: "";
  opacity: 0;
}
.quick-view--view[data-view="main"] .view--content {
  display: block;
}
.view--content {
  padding: 0rem 0.625rem 0.625rem 0.625rem;
  width: 100%;
  height: 100%;
}
.view--content .product--details .configurator--form .select-field {
  height: 2.625rem;
  max-width: 100%;
}
.view--content .product--details .configurator--form .select-field select {
  line-height: 2.5rem;
}
.view--content .product--details .configurator--form .select-field:after {
  height: 2.5rem;
}
.view--content .product--details .configurator--form,
.view--content .product--details .buybox--form {
  width: 100%;
}
.view--content .product--details .link--publish-comment {
  display: none;
}
.view--content .product--details .product--short-description {
  margin-bottom: 1.25rem;
  display: inline-block;
}
.view--content .product--link {
  color: #314c49;
}
.quick-view--loader {
  width: 1.875rem;
  height: 1.875rem;
  margin: -0.9375rem 0rem 0rem -0.9375rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: content-box;
}
.quick-view--loader:before {
  border-radius: 100%;
  background-clip: padding-box;
  -webkit-animation: keyframe--spin 1s linear infinite;
  animation: keyframe--spin 1s linear infinite;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: block;
  content: "";
  border: 2px solid #cccccc;
  border-top-color: #2a3d38;
}
.quick-view--product-detail-button {
  margin-top: 0.5rem;
}
@media screen and (min-width: 37.5em) {
  .quick-view--view .product--details .product--header {
    padding: 0.625rem 0rem 0.625rem 0rem;
  }
  .quick-view--view .product--details .product--header .product--title {
    font-size: 1.3125rem;
    line-height: 1.75rem;
  }
  .quick-view--view .product--details .product--supplier {
    height: 2.1875rem;
    width: 50%;
  }
  .quick-view--view .product--details .product--supplier .product--supplier-link {
    height: 2.1875rem;
  }
  .quick-view--view .product--details .product--rating-container {
    width: 50%;
  }
  .quick-view--view .product--details .configurator--form .select-field {
    height: 2.375rem;
    max-width: 80%;
  }
  .quick-view--view .product--details .configurator--form .select-field select {
    line-height: 2.25rem;
  }
  .quick-view--view .product--details .configurator--form .select-field:after {
    height: 2.25rem;
  }
  .quick-view--view .product--details .configurator--form,
  .quick-view--view .product--details .buybox--form {
    width: 80%;
  }
  .quick-view--view .product--details .product--image-container .image-slider--container {
    height: 12.5rem;
  }
  .quick-view--view .product--details .product--image-container .image-slider--container .arrow {
    display: none;
  }
  .quick-view--view .product--details .block-prices--container {
    margin-top: 0rem;
  }
}
@media screen and (min-width: 48em) {
  .quick-view--view[data-view="prev"] {
    -webkit-transform: scale(0.3) translate(-90%, -50%);
    transform: scale(0.3) translate(-90%, -50%);
  }
  .quick-view--view[data-view="next"] {
    -webkit-transform: scale(0.3) translate(-10%, -50%);
    transform: scale(0.3) translate(-10%, -50%);
  }
}
@media screen and (min-width: 60em) {
  .view--content {
    padding: 0rem 1.875rem 0.625rem 1.875rem;
  }
  .quick-view--view .product--details .product--header {
    padding: 1.875rem 0rem 1.25rem 0rem;
  }
  .quick-view--view .product--details .product--header .product--title {
    font-size: 1.75rem;
    line-height: 1.875rem;
    width: 80%;
    float: left;
    border: 0 none;
  }
  .quick-view--view .product--details .product--supplier {
    height: 4.375rem;
    width: 20%;
    float: right;
  }
  .quick-view--view .product--details .product--supplier .product--supplier-link {
    height: 4.375rem;
  }
  .quick-view--view .product--details .product--rating-container {
    width: 80%;
    float: left;
  }
  .quick-view--view .product--details .product--image-container {
    width: 100%;
  }
  .quick-view--view .product--details .product--image-container .image-slider--container {
    height: 25rem;
  }
  .quick-view--view .product--details .product--image-container .image-slider--container .arrow {
    display: block;
  }
  .quick-view--view .product--details .block-prices--container {
    margin-top: 0.75rem;
  }
}
@media screen and (min-width: 64em) {
  .quick-view--view .product--details .product--image-container {
    width: 100%;
    margin-right: 0;
    float: left;
  }
  .quick-view--view .product--details .product--image-container .image--thumbnails {
    display: none;
  }
  .quick-view--view .product--details .product--image-container .image-slider--container {
    margin-bottom: 0;
  }
  .quick-view--view .product--details .product--image-container .image--dots {
    top: 0;
    position: relative;
  }
  .quick-view--view .product--details .product--buybox {
    width: 100%;
  }
  .quick-view--view .product--details .configurator--form,
  .quick-view--view .product--details .buybox--form {
    width: 80%;
  }
  .quick-view--view .product--details .buybox--inner {
    width: 100%;
    float: none;
  }
  .quick-view--view .product--details .product--base-info {
    margin: 0.625rem 0rem 0.625rem 0rem;
  }
  .quick-view--view .product--details .action--link {
    margin-right: 2.1875rem;
  }
  .quick-view--view .product--details .product--actions {
    padding: 0rem 0rem 0.625rem 0rem;
  }
}
@media screen and (min-width: 78.75em) {
  .quick-view--view[data-view="prev"] {
    -webkit-transform: scale(0.3) translate(-80%, -50%);
    transform: scale(0.3) translate(-80%, -50%);
  }
  .quick-view--view[data-view="prev"]:hover {
    -webkit-transform: scale(0.3) translate(-70%, -50%);
    transform: scale(0.3) translate(-70%, -50%);
  }
  .quick-view--view[data-view="next"] {
    -webkit-transform: scale(0.3) translate(-20%, -50%);
    transform: scale(0.3) translate(-20%, -50%);
  }
  .quick-view--view[data-view="next"]:hover {
    -webkit-transform: scale(0.3) translate(-30%, -50%);
    transform: scale(0.3) translate(-30%, -50%);
  }
}
@media screen and (min-width: 80em) {
  .quick-view--view .product--details .product--image-container {
    width: 58%;
    margin-right: 4%;
    float: left;
  }
  .quick-view--view .product--details .product--image-container .image-slider--thumbnails {
    height: 4.375rem;
    top: 27.5rem;
    width: 100%;
    position: absolute;
    float: none;
    margin: 0;
    display: block;
  }
  .quick-view--view .product--details .product--image-container .image-slider--thumbnails .thumbnail--link {
    margin: 0rem 0.625rem 0rem 0rem;
    display: inline-block;
  }
  .quick-view--view .product--details .product--image-container .image-slider--container {
    margin-bottom: 6.875rem;
  }
  .quick-view--view .product--details .product--image-container .image-slider--container.no--thumbnails {
    margin-bottom: 0;
  }
  .quick-view--view .product--details .product--image-container .image-slider--container.no--image .image-slider--item {
    cursor: default;
  }
  .quick-view--view .product--details .product--image-container .image-slider--dots {
    top: 25.3125rem;
    position: absolute;
    width: 100%;
  }
  .quick-view--view .product--details .product--buybox {
    width: 38%;
  }
  .quick-view--view .product--details .configurator--form,
  .quick-view--view .product--details .buybox--form {
    width: 100%;
  }
  .quick-view--view .product--details .buybox--inner {
    width: 100%;
    float: none;
  }
  .quick-view--view .product--details .product--base-info {
    margin: 0.625rem 0rem 1.25rem 0rem;
    padding: 0;
    width: 100%;
    float: none;
  }
  .quick-view--view .product--details .action--link {
    margin-right: 1.5625rem;
  }
  .quick-view--view .product--details .product--actions {
    padding: 0rem 0rem 0.3125rem 0rem;
    border-bottom: 1px solid #dadae5;
  }
}
@media screen and (min-width: 98.4375em) {
  .quick-view--view .product--details .product--image-container .image-slider--container {
    height: 26.875rem;
    margin-bottom: 0;
  }
  .quick-view--view .product--details .product--image-container .image-slider--thumbnails {
    width: 4.375rem;
    height: 26.875rem;
    margin: 0rem 1.25rem 0rem 0rem;
    position: relative;
    top: 0;
    left: 0;
    float: left;
  }
  .quick-view--view .product--details .product--image-container .image-slider--thumbnails .thumbnail--link {
    margin: 0rem 0rem 1.25rem 0rem;
    display: block;
  }
  .quick-view--view .product--details .product--image-container .image-slider--dots {
    padding: 0.625rem 0rem 0.625rem 5.625rem;
    position: relative;
    top: auto;
    display: block;
  }
}
.emotion--side-view {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.emotion--side-view .side-view--banner {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 800;
  cursor: pointer;
}
.emotion--side-view .side-view--banner.left.top {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  left: 0;
  top: 0;
}
.emotion--side-view .side-view--banner.left.center {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  top: 50%;
}
.emotion--side-view .side-view--banner.left.bottom {
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  left: 0;
  top: 100%;
}
.emotion--side-view .side-view--banner.center.top {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  top: 0;
}
.emotion--side-view .side-view--banner.center.bottom {
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  left: 50%;
  top: 100%;
}
.emotion--side-view .side-view--banner.right.top {
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  left: 100%;
  top: 0;
}
.emotion--side-view .side-view--banner.right.center {
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  left: 100%;
  top: 50%;
}
.emotion--side-view .side-view--banner.right.bottom {
  -webkit-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
  left: 100%;
  top: 100%;
}
.emotion--side-view .banner--image {
  width: 100%;
}
.emotion--mode-rows .emotion--side-view {
  height: auto;
}
.emotion--mode-rows .emotion--side-view .side-view--banner,
.emotion--mode-rows .emotion--side-view .side-view--banner.left.top,
.emotion--mode-rows .emotion--side-view .side-view--banner.left.center,
.emotion--mode-rows .emotion--side-view .side-view--banner.left.bottom,
.emotion--mode-rows .emotion--side-view .side-view--banner.center.top,
.emotion--mode-rows .emotion--side-view .side-view--banner.center.bottom,
.emotion--mode-rows .emotion--side-view .side-view--banner.right.top,
.emotion--mode-rows .emotion--side-view .side-view--banner.right.center,
.emotion--mode-rows .emotion--side-view .side-view--banner.right.bottom {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  left: 0;
  top: 0;
}
.emotion--side-view .side-view--view {
  -webkit-transition: all 0.4s cubic-bezier(0, 0, 0.25, 1);
  transition: all 0.4s cubic-bezier(0, 0, 0.25, 1);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 900;
  background: #ffffff;
}
.emotion--side-view .side-view--view.view--bottom {
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  bottom: 0;
  left: 0;
}
.emotion--side-view .side-view--view.view--bottom.view--halfsize {
  max-height: 15.625rem;
}
.emotion--side-view .side-view--view.view--bottom.view--fullsize .product-slider {
  padding: 1.875rem 1.25rem 1.875rem 1.25rem;
}
.emotion--side-view .side-view--view.view--bottom.is--active .trigger--icon:before,
.emotion--side-view .side-view--view.view--bottom.is--active .closer--icon:before {
  content: "\f078";
}
.emotion--side-view .side-view--view.view--bottom .side-view--trigger,
.emotion--side-view .side-view--view.view--bottom .side-view--closer {
  left: 50%;
  text-align: center;
}
.emotion--side-view .side-view--view.view--bottom .side-view--trigger {
  padding: 0.375rem 1.25rem 1rem 1.25rem;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  top: 0.625rem;
}
.emotion--side-view .side-view--view.view--bottom .side-view--closer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.emotion--side-view .side-view--view.view--bottom .trigger--icon,
.emotion--side-view .side-view--view.view--bottom .closer--icon {
  font-size: 0.4375rem;
  top: -0.1875rem;
  position: relative;
}
.emotion--side-view .side-view--view.view--bottom .trigger--icon:before,
.emotion--side-view .side-view--view.view--bottom .closer--icon:before {
  content: "\f077";
}
.emotion--side-view .side-view--view.view--right {
  padding: 1.875rem 0rem 1.875rem 0rem;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  top: 0;
  right: 0;
}
.emotion--side-view .side-view--view.view--right.view--halfsize {
  max-width: 13.75rem;
}
.emotion--side-view .side-view--view.view--right.is--active .trigger--icon:before,
.emotion--side-view .side-view--view.view--right.is--active .closer--icon:before {
  content: "\f054";
}
.emotion--side-view .side-view--view.view--right .arrow--next {
  bottom: -1.875rem;
}
.emotion--side-view .side-view--view.view--right .arrow--prev {
  top: -1.875rem;
}
.emotion--side-view .side-view--view.view--right .side-view--trigger {
  padding: 0.375rem 1.875rem 0.375rem 1.25rem;
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  top: 3.125rem;
  left: 0.625rem;
}
.emotion--side-view .side-view--view.view--right .side-view--closer {
  top: 3.125rem;
}
.emotion--side-view .side-view--view.view--right .trigger--icon:before,
.emotion--side-view .side-view--view.view--right .closer--icon:before {
  content: "\f053";
}
.emotion--side-view .side-view--view.is--active {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  z-index: 901;
}
.emotion--side-view .side-view--view .product-slider {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 800;
  background: #ffffff;
}
.emotion--side-view .side-view--trigger,
.emotion--side-view .side-view--closer {
  padding: 0.375rem 1.25rem 0.375rem 1.25rem;
  -webkit-transition: all 0.4s cubic-bezier(0, 0, 0.25, 1);
  transition: all 0.4s cubic-bezier(0, 0, 0.25, 1);
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: block;
  position: absolute;
  z-index: 600;
  font-weight: 600;
  color: #666666;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.8);
}
.emotion--side-view .side-view--trigger .trigger--icon,
.emotion--side-view .side-view--closer .trigger--icon,
.emotion--side-view .side-view--trigger .closer--icon,
.emotion--side-view .side-view--closer .closer--icon {
  margin: 0rem 0.3125rem 0rem 0rem;
  font-size: 0.6875rem;
  font-family: 'shopware';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.emotion--side-view .side-view--closer {
  z-index: 900;
  border: 1px solid #e0e0e0;
}
.emotion--side-view .box--emotion {
  width: 100%;
  height: 100%;
  padding: 0;
  text-align: center;
}
.emotion--side-view .box--emotion .box--content {
  padding: 0;
  border: 0 none;
}
.emotion--side-view .box--emotion .product--info {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.emotion--side-view .box--emotion .product--image {
  height: 60%;
  margin: 0 auto;
}
.emotion--side-view .box--emotion .product--details {
  max-height: 38%;
  width: 100%;
  margin-top: 2%;
}
.emotion--side-view .box--emotion .product--title {
  font-size: 0.875rem;
  font-weight: normal;
  white-space: normal;
}
.emotion--side-view .box--emotion .product--price-info .price--unit {
  height: 0.9375rem;
  font-size: 0.625rem;
}
.emotion--side-view .box--emotion .product--price .price--default {
  font-size: 0.875rem;
}
@media screen and (min-width: 78.75em) {
  .side-view--trigger:hover,
  .side-view--closer:hover {
    color: #2a3d38;
    border-color: #2a3d38;
  }
  .view--right .side-view--trigger:hover {
    left: 0.125rem;
  }
  .view--bottom .side-view--trigger:hover {
    top: 0.125rem;
  }
}
.emotion--banner .banner--mapping-icon {
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  font-size: 2.125rem;
  border-radius: 50%;
  background-clip: padding-box;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.8);
  font-family: 'shopware';
  text-align: center;
  color: #666666;
}
.emotion--banner .banner--mapping-icon:before {
  content: "\f067";
}
@media screen and (min-width: 78.75em) {
  .emotion--banner .banner--mapping-icon:hover {
    color: #2a3d38;
    background: #ffffff;
  }
}
.quick-view--view .view--content .buy-btn--cart-text {
  display: none;
}
.quick-view--view .view--content .icon--basket {
  left: 0.125rem;
  top: 0.0625rem;
  font-size: 0.875rem;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 30em) {
  .quick-view--view .view--content .buy-btn--cart-text {
    display: inline-block;
  }
  .quick-view--view .view--content .buybox--button-container .icon--basket {
    display: none;
  }
}
/*
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.
*/
.advisor--content-inner.advisor--wizard-listing-content {
  /* Necessary to fix too much whitespace on the left side due to the article-boxes always having a padding of 2% */
  margin-left: -2%;
}
.advisor--content-inner.advisor--wizard-listing-content.advisor--error-content {
  margin-left: 0;
}
.advisor--content:after {
  content: "";
  display: table;
  clear: both;
}
.advisor--content:before {
  content: " ";
  display: table;
}
.advisor--content:after {
  content: " ";
  display: table;
  clear: both;
}
.advisor--content .advisor--content-padding {
  padding-top: 2.8125rem;
}
.advisor--content .content-inner--advisor-teaser {
  text-align: center;
}
.advisor--content .content-inner--advisor-teaser .advisor-teaser--ct {
  display: inline-block;
  max-width: 100%;
}
.advisor--content .advisor--content-inner .content-inner--main {
  word-wrap: break-word;
}
.advisor--content .advisor-start--button {
  padding-left: 1.25rem;
}
.advisor--content .listing-ct--advisor-result:after {
  content: "";
  display: table;
  clear: both;
}
.advisor--content .listing-ct--advisor-result:before {
  content: " ";
  display: table;
}
.advisor--content .listing-ct--advisor-result:after {
  content: " ";
  display: table;
  clear: both;
}
.advisor--content .advisor--tophit-ct {
  margin-bottom: 1.875rem;
}
.advisor--content .advisor--tophit-ct .advisor--listing-title {
  font-size: 1.125rem;
}
.advisor--content .box--advisor-tophit {
  float: none;
}
.advisor--content .box--advisor-tophit:after {
  clear: inherit;
  display: inherit;
  content: inherit;
}
.advisor--listing-title {
  color: #314c49;
  font-weight: 700;
}
.advisor--listing-title:not(.advisor--others-title) {
  padding-bottom: 0.3125rem;
  margin-left: 2%;
  border-bottom: 1px solid #dadae5;
}
.advisor--listing-title.advisor--others-title {
  margin-top: 1.875rem;
  padding-left: 2%;
  width: 100%;
  float: left;
}
.advisor--listing-title.advisor--others-title .others-title--inner {
  border-bottom: 1px solid #dadae5;
}
.box--show_matches,
.box--show_matches_and_misses,
.box--advisor-tophit {
  width: 100%;
}
.box--show_matches .box--content,
.box--show_matches_and_misses .box--content,
.box--advisor-tophit .box--content {
  padding: 1.25rem 0.625rem 1.25rem 0.625rem;
}
.box--show_matches .product--info,
.box--show_matches_and_misses .product--info,
.box--advisor-tophit .product--info {
  position: relative;
}
.box--advisor-tophit .box--content {
  border: 1px solid #4a9361;
}
.advisor--hits-ct {
  margin-bottom: 2.1875rem;
  overflow: hidden;
}
.advisor--hits-ct .hits-ct--matches {
  padding-right: 1.25rem;
}
.advisor--hits-ct .hits-ct--matches,
.advisor--hits-ct .hits-ct--misses {
  float: left;
  width: 50%;
}
.advisor--list {
  list-style: none;
}
.advisor--list .list--single-property {
  font-weight: 600;
}
.advisor--list .list--single-property .advisor--icon {
  font-size: 0.6875rem;
  margin-top: 0.3125rem;
  float: left;
}
.advisor--list .list--single-property .single-property--text {
  margin-left: 1.25rem;
}
.advisor--list .matches-list--single-match {
  color: #4a9361;
}
.advisor--list .misses-list--single-miss {
  color: #999999;
}
.question-ct--filter,
.question-name--arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.advisor--sidebar-content {
  margin-bottom: 1.25rem;
  width: 100%;
}
.is--ctl-advisor .sidebar-main:not(.is--open) {
  display: none;
}
.advisor--listing-ct .listing--actions {
  margin-top: 1.25rem;
  margin-left: 2%;
  margin-bottom: 0;
  padding-top: 0;
}
.advisor--listing {
  float: left;
  width: 100%;
}
.advisor--content-inner:after {
  content: "";
  display: table;
  clear: both;
}
.advisor--content-inner:before {
  content: " ";
  display: table;
}
.advisor--content-inner:after {
  content: " ";
  display: table;
  clear: both;
}
/* We're not using the default hidden-class because we may not have an !important here */
.advisor--is-hidden {
  display: none;
}
.advisor--listing-ct .infinite--actions {
  margin-top: 1.25rem;
}
.badge--tophit {
  background-color: #4a9361;
  color: #fff;
}
.advisor--tophit-buy {
  margin-top: 0.625rem;
}
.advisor--last-question {
  margin-top: 1.25rem;
}
.advisor--no-results-title {
  font-size: 1.5625rem;
  margin-bottom: 0.625rem;
  font-weight: 700;
  color: #314c49;
}
@media screen and (min-width: 30em) {
  .box--show_matches .product--info,
  .box--show_matches_and_misses .product--info,
  .box--advisor-tophit .product--info {
    padding-left: 11.875rem;
  }
  .box--show_matches .product--image,
  .box--show_matches_and_misses .product--image,
  .box--advisor-tophit .product--image {
    width: 10.625rem;
    height: 100%;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
}
@media screen and (min-width: 48em) {
  .advisor--sidebar-content {
    margin-left: 16.875rem;
    width: auto;
  }
  .advisor--content .advisor--content-inner .content-inner--main {
    margin: 0rem 1.5625rem 0rem 1.5625rem;
  }
}
@media screen and (min-width: 64em) {
  .advisor--content .box--advisor-tophit .product--image {
    width: 25rem;
  }
  .advisor--content .box--advisor-tophit .product--info {
    padding-left: 26.25rem;
  }
}
/**
Creates the styles for the different column-layouts.
@n is the number of columns being used.
*/
.advisor-grid--ct {
  margin: 0rem -0.9375rem 0rem -0.9375rem;
}
.advisor-grid--ct .advisor-grid--row1 {
  margin: 0.9375rem 0rem 0.9375rem 0rem;
}
.advisor-grid--ct .advisor-grid--row1:after {
  content: "";
  display: table;
  clear: both;
}
.advisor-grid--ct .advisor-grid--row1:before {
  content: " ";
  display: table;
}
.advisor-grid--ct .advisor-grid--row1:after {
  content: " ";
  display: table;
  clear: both;
}
.advisor-grid--ct .advisor-grid--row1 .advisor-grid--advisor-cell {
  margin-bottom: 0.625rem;
  height: 100%;
  width: 100%;
  float: left;
}
@media screen and (min-width: 30em) {
  .advisor-grid--ct .advisor-grid--row1 .advisor-grid--advisor-cell {
    width: 50%;
  }
}
@media screen and (min-width: 48em) {
  .advisor-grid--ct .advisor-grid--row1 .advisor-grid--advisor-cell {
    width: 100%;
  }
}
.advisor-grid--ct .col-1 {
  width: 100%;
}
.advisor-grid--ct .start-col-1 {
  left: 0%;
}
.advisor-grid--ct .advisor-grid--row2 {
  margin: 0.9375rem 0rem 0.9375rem 0rem;
}
.advisor-grid--ct .advisor-grid--row2:after {
  content: "";
  display: table;
  clear: both;
}
.advisor-grid--ct .advisor-grid--row2:before {
  content: " ";
  display: table;
}
.advisor-grid--ct .advisor-grid--row2:after {
  content: " ";
  display: table;
  clear: both;
}
.advisor-grid--ct .advisor-grid--row2 .advisor-grid--advisor-cell {
  margin-bottom: 0.625rem;
  height: 100%;
  width: 100%;
  float: left;
}
@media screen and (min-width: 30em) {
  .advisor-grid--ct .advisor-grid--row2 .advisor-grid--advisor-cell {
    width: 50%;
  }
}
@media screen and (min-width: 48em) {
  .advisor-grid--ct .advisor-grid--row2 .advisor-grid--advisor-cell {
    width: 50%;
  }
}
.advisor-grid--ct .col-1 {
  width: 50%;
}
.advisor-grid--ct .start-col-1 {
  left: 0%;
}
.advisor-grid--ct .col-2 {
  width: 100%;
}
.advisor-grid--ct .start-col-2 {
  left: 50%;
}
.advisor-grid--ct .advisor-grid--row3 {
  margin: 0.9375rem 0rem 0.9375rem 0rem;
}
.advisor-grid--ct .advisor-grid--row3:after {
  content: "";
  display: table;
  clear: both;
}
.advisor-grid--ct .advisor-grid--row3:before {
  content: " ";
  display: table;
}
.advisor-grid--ct .advisor-grid--row3:after {
  content: " ";
  display: table;
  clear: both;
}
.advisor-grid--ct .advisor-grid--row3 .advisor-grid--advisor-cell {
  margin-bottom: 0.625rem;
  height: 100%;
  width: 100%;
  float: left;
}
@media screen and (min-width: 30em) {
  .advisor-grid--ct .advisor-grid--row3 .advisor-grid--advisor-cell {
    width: 50%;
  }
}
@media screen and (min-width: 48em) {
  .advisor-grid--ct .advisor-grid--row3 .advisor-grid--advisor-cell {
    width: 33.33333333%;
  }
}
.advisor-grid--ct .col-1 {
  width: 33.33333333%;
}
.advisor-grid--ct .start-col-1 {
  left: 0%;
}
.advisor-grid--ct .col-2 {
  width: 66.66666667%;
}
.advisor-grid--ct .start-col-2 {
  left: 33.33333333%;
}
.advisor-grid--ct .col-3 {
  width: 100%;
}
.advisor-grid--ct .start-col-3 {
  left: 66.66666667%;
}
.advisor-grid--ct .advisor-grid--row4 {
  margin: 0.9375rem 0rem 0.9375rem 0rem;
}
.advisor-grid--ct .advisor-grid--row4:after {
  content: "";
  display: table;
  clear: both;
}
.advisor-grid--ct .advisor-grid--row4:before {
  content: " ";
  display: table;
}
.advisor-grid--ct .advisor-grid--row4:after {
  content: " ";
  display: table;
  clear: both;
}
.advisor-grid--ct .advisor-grid--row4 .advisor-grid--advisor-cell {
  margin-bottom: 0.625rem;
  height: 100%;
  width: 100%;
  float: left;
}
@media screen and (min-width: 30em) {
  .advisor-grid--ct .advisor-grid--row4 .advisor-grid--advisor-cell {
    width: 50%;
  }
}
@media screen and (min-width: 48em) {
  .advisor-grid--ct .advisor-grid--row4 .advisor-grid--advisor-cell {
    width: 25%;
  }
}
.advisor-grid--ct .col-1 {
  width: 25%;
}
.advisor-grid--ct .start-col-1 {
  left: 0%;
}
.advisor-grid--ct .col-2 {
  width: 50%;
}
.advisor-grid--ct .start-col-2 {
  left: 25%;
}
.advisor-grid--ct .col-3 {
  width: 75%;
}
.advisor-grid--ct .start-col-3 {
  left: 50%;
}
.advisor-grid--ct .col-4 {
  width: 100%;
}
.advisor-grid--ct .start-col-4 {
  left: 75%;
}
.advisor-grid--ct .advisor-grid--row5 {
  margin: 0.9375rem 0rem 0.9375rem 0rem;
}
.advisor-grid--ct .advisor-grid--row5:after {
  content: "";
  display: table;
  clear: both;
}
.advisor-grid--ct .advisor-grid--row5:before {
  content: " ";
  display: table;
}
.advisor-grid--ct .advisor-grid--row5:after {
  content: " ";
  display: table;
  clear: both;
}
.advisor-grid--ct .advisor-grid--row5 .advisor-grid--advisor-cell {
  margin-bottom: 0.625rem;
  height: 100%;
  width: 100%;
  float: left;
}
@media screen and (min-width: 30em) {
  .advisor-grid--ct .advisor-grid--row5 .advisor-grid--advisor-cell {
    width: 50%;
  }
}
@media screen and (min-width: 48em) {
  .advisor-grid--ct .advisor-grid--row5 .advisor-grid--advisor-cell {
    width: 20%;
  }
}
.advisor-grid--ct .col-1 {
  width: 20%;
}
.advisor-grid--ct .start-col-1 {
  left: 0%;
}
.advisor-grid--ct .col-2 {
  width: 40%;
}
.advisor-grid--ct .start-col-2 {
  left: 20%;
}
.advisor-grid--ct .col-3 {
  width: 60%;
}
.advisor-grid--ct .start-col-3 {
  left: 40%;
}
.advisor-grid--ct .col-4 {
  width: 80%;
}
.advisor-grid--ct .start-col-4 {
  left: 60%;
}
.advisor-grid--ct .col-5 {
  width: 100%;
}
.advisor-grid--ct .start-col-5 {
  left: 80%;
}
.advisor-grid--ct .advisor-grid--row6 {
  margin: 0.9375rem 0rem 0.9375rem 0rem;
}
.advisor-grid--ct .advisor-grid--row6:after {
  content: "";
  display: table;
  clear: both;
}
.advisor-grid--ct .advisor-grid--row6:before {
  content: " ";
  display: table;
}
.advisor-grid--ct .advisor-grid--row6:after {
  content: " ";
  display: table;
  clear: both;
}
.advisor-grid--ct .advisor-grid--row6 .advisor-grid--advisor-cell {
  margin-bottom: 0.625rem;
  height: 100%;
  width: 100%;
  float: left;
}
@media screen and (min-width: 30em) {
  .advisor-grid--ct .advisor-grid--row6 .advisor-grid--advisor-cell {
    width: 50%;
  }
}
@media screen and (min-width: 48em) {
  .advisor-grid--ct .advisor-grid--row6 .advisor-grid--advisor-cell {
    width: 16.66666667%;
  }
}
.advisor-grid--ct .col-1 {
  width: 16.66666667%;
}
.advisor-grid--ct .start-col-1 {
  left: 0%;
}
.advisor-grid--ct .col-2 {
  width: 33.33333333%;
}
.advisor-grid--ct .start-col-2 {
  left: 16.66666667%;
}
.advisor-grid--ct .col-3 {
  width: 50%;
}
.advisor-grid--ct .start-col-3 {
  left: 33.33333333%;
}
.advisor-grid--ct .col-4 {
  width: 66.66666667%;
}
.advisor-grid--ct .start-col-4 {
  left: 50%;
}
.advisor-grid--ct .col-5 {
  width: 83.33333333%;
}
.advisor-grid--ct .start-col-5 {
  left: 66.66666667%;
}
.advisor-grid--ct .col-6 {
  width: 100%;
}
.advisor-grid--ct .start-col-6 {
  left: 83.33333333%;
}
.advisor-grid--ct .advisor-cell--inner {
  margin: 0rem 0.9375rem 0rem 0.9375rem;
  height: 100%;
}
.advisor-grid--ct .advisor-cell--inner.advisor-cell--filled {
  cursor: pointer;
}
.advisor-cell--image-text {
  margin: 0.625rem 0rem 0.3125rem 0rem;
  padding: 0rem 0.625rem 0rem 0.625rem;
  text-align: center;
}
.advisor-cell--image-ct {
  margin: 0.3125rem;
  position: relative;
  overflow: hidden;
}
.advisor-cell--empty {
  display: none;
}
@media screen and (min-width: 48em) {
  .advisor-cell--empty {
    display: block;
  }
}
.advisor--content-sidebar {
  width: 100%;
}
.advisor--content-sidebar .advisor--sidebar {
  border-radius: 3px;
  background-clip: padding-box;
}
.sidebar-main.is--open .advisor--content-sidebar {
  width: 100%;
}
.advisor--sidebar-header {
  margin: 0rem 0.625rem 0rem 0.625rem;
  color: #314c49;
  font-weight: 700;
}
.advisor--sidebar-header .sidebar-header--advisor-title {
  padding: 0.625rem;
}
.advisor--sidebar-header,
.advisor--question-ct,
.advisor--sidebar-buttons {
  margin: 0rem 0.625rem 0rem 0.625rem;
}
.advisor--sidebar-header,
.advisor--question-ct {
  border-bottom: 1px solid #dadae5;
}
.advisor--question-ct .question-ct--answer-ct:after {
  content: "";
  display: table;
  clear: both;
}
.advisor--question-ct .question-ct--answer-ct:before {
  content: " ";
  display: table;
}
.advisor--question-ct .question-ct--answer-ct:after {
  content: " ";
  display: table;
  clear: both;
}
.advisor--question-ct.advisor--price-ct .question-ct--answers {
  margin: 0rem 0.625rem 0rem 0.625rem;
}
.advisor--question-ct .question-ct--question-name {
  padding: 0.9375rem 0rem 0.9375rem 0rem;
  cursor: pointer;
  position: relative;
}
.advisor--question-ct .question-name--name {
  font-weight: 700;
  width: 85%;
}
.advisor--question-ct .question-name--arrow {
  font-size: 0.4375rem;
  right: 0;
}
.advisor--question-ct .question-ct--additional-info {
  font-size: 0.6875rem;
  margin-bottom: 0.625rem;
  color: #2a3d38;
  cursor: pointer;
  display: inline-block;
}
.question-ct--filter-ct {
  margin: 0.3125rem 0rem 0.3125rem 0rem;
  cursor: pointer;
  position: relative;
}
.question-ct--filter-ct:after {
  content: "";
  display: table;
  clear: both;
}
.question-ct--filter-ct:before {
  content: " ";
  display: table;
}
.question-ct--filter-ct:after {
  content: " ";
  display: table;
  clear: both;
}
.question-ct--filter-ct:first-child {
  margin-top: 0;
}
.question-ct--filter {
  float: left;
}
.question-ct--answers {
  margin: 0rem 0rem 0.9375rem 0rem;
}
.question-ct--answers .js--fancy-select {
  margin-top: 0.3125rem;
  width: 100%;
}
.question-ct--answers .js--fancy-select .advisor--empty-text {
  color: #808080;
}
.question-ct--answers .advisor--range-slider {
  padding-top: 0.625rem;
  text-align: center;
}
.question-ct--answers .advisor--range-slider .range-slider--container {
  display: inline-block;
  width: 90%;
}
.advisor--turn-arrow .advisor--icon-arrow {
  display: inline-block;
  transform: rotate(180deg);
}
.advisor--sidebar-buttons {
  padding: 0.625rem 0rem 0.625rem 0rem;
}
.advisor--sidebar-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.advisor--sidebar-buttons:before {
  content: " ";
  display: table;
}
.advisor--sidebar-buttons:after {
  content: " ";
  display: table;
  clear: both;
}
.advisor--sidebar-buttons .advisor--reset-advisor-btn {
  margin-top: 0.625rem;
  text-align: center;
  width: 100%;
}
.advisor--reset-btn {
  display: none;
  text-align: center;
  width: 100%;
}
.question-ct--label {
  padding-left: 1.875rem;
  cursor: pointer;
  display: block;
}
.question-ct--off-canvas-info {
  display: none;
}
.question-ct--off-canvas-info.is--open {
  display: block;
}
.question-ct--off-canvas-info .content--title {
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
  font-weight: 700;
  color: #314c49;
}
.question-ct--off-canvas-info .content--description {
  padding: 1.25rem;
}
.question-ct--info-modal .content {
  padding: 1.25rem;
}
.question-ct--hidden {
  display: none;
}
.advisor--content-sidebar {
  margin-top: 2.8125rem;
  float: none;
  width: 100%;
}
.advisor--content-sidebar.advisor--state-start.content-sidebar--position-upper {
  display: none;
}
.advisor--content-sidebar.advisor--state-start.content-sidebar--position-lower {
  display: block;
}
.advisor--required-info {
  font-size: 0.75rem;
  margin: 0.9375rem 0.625rem 0.625rem 0.625rem;
}
.sidebar-buttons--warning {
  margin-bottom: 0.625rem;
}
.sidebar-buttons--warning .alert--icon,
.sidebar-buttons--warning .icon--element {
  width: 20%;
}
.sidebar-buttons--warning .alert--content {
  width: 80%;
}
@media screen and (min-width: 48em) {
  .advisor--content-sidebar {
    width: 14.375rem;
    float: left;
  }
  .advisor--content-sidebar.advisor--state-start.content-sidebar--position-upper {
    display: block;
  }
  .advisor--content-sidebar.advisor--state-start.content-sidebar--position-lower {
    display: none;
  }
  .question-ct--filter-ct:hover .question-ct--label {
    color: #2a3d38;
  }
  .question-ct--filter-ct:hover .question-ct--filter {
    border-color: #2a3d38;
  }
  .advisor--sidebar-content .box--advisor-tophit .product--info {
    padding-left: 10.9375rem;
  }
}
@media screen and (min-width: 64em) {
  .advisor--sidebar-content .box--advisor-tophit .product--info {
    padding-left: 26.25rem;
  }
}
.advisor--wizard-title {
  padding-bottom: 0.3125rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #dadae5;
  color: #314c49;
  font-weight: 700;
}
.advisor--wizard-progress {
  margin-bottom: 2.5rem;
  text-align: center;
}
.wizard-actions--next-button,
.wizard-actions--back-button {
  margin-bottom: 0.625rem;
  width: 100%;
}
.wizard-actions--next-button .next-button--btn,
.wizard-actions--back-button .next-button--btn,
.wizard-actions--next-button .advisor--wizard-back,
.wizard-actions--back-button .advisor--wizard-back {
  width: 100%;
}
.wizard-actions--question-select {
  height: 2.375rem;
  max-width: 100%;
}
.wizard-progress--current-step {
  font-size: 1rem;
  margin-bottom: 0.3125rem;
  font-weight: 700;
}
.wizard-progress--progress-bar {
  height: 0.4375rem;
  border-radius: 10px;
  background-clip: padding-box;
  overflow: hidden;
  border: 1px solid #dadae5;
}
.wizard-progress--progress-bar .progress-bar--status {
  background-color: #666666;
  height: 100%;
}
.advisor--wizard-question .wizard-question--title {
  font-size: 1.0625rem;
  margin-bottom: 0.9375rem;
  font-weight: 700;
}
.advisor--wizard-actions {
  margin-top: 1.25rem;
}
.advisor--wizard-actions:after {
  content: "";
  display: table;
  clear: both;
}
.advisor--wizard-actions:before {
  content: " ";
  display: table;
}
.advisor--wizard-actions:after {
  content: " ";
  display: table;
  clear: both;
}
.wizard-question--info:after {
  content: "";
  display: table;
  clear: both;
}
.wizard-question--info:before {
  content: " ";
  display: table;
}
.wizard-question--info:after {
  content: " ";
  display: table;
  clear: both;
}
.wizard-question--info-ct {
  margin-bottom: 1.25rem;
}
.wizard-question--content {
  text-align: center;
}
.wizard-question--content .question-ct--label {
  border-radius: 3px;
  background-clip: padding-box;
  border: 1px solid #dadae5;
  font-weight: 600;
  height: 100%;
  padding-left: 0;
}
.wizard-question--content .question-ct--filter-ct {
  overflow: hidden;
}
.wizard-question--content .question-ct--filter-ct .question-ct--label {
  padding: 0.625rem;
  overflow: hidden;
  text-align: center;
  word-wrap: break-word;
}
.wizard-question--content .question-ct--filter-ct input:checked ~ .question-ct--label {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  border-color: #2a3d38;
  color: #2a3d38;
}
.wizard-question--content .question-ct--filter-ct input:checked ~ .question-ct--label:before {
  height: 1.875rem;
  width: 1.875rem;
  line-height: 1.875rem;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  border-radius: 100%;
  color: #39714b;
  display: block;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  right: 0.625rem;
  line-height: 1.5625rem;
  height: 1.5625rem;
  width: 1.5625rem;
  box-shadow: none;
  left: auto;
  transform: translate(0, -50%);
}
.wizard-question--content .advisor--range-slider {
  text-align: center;
}
.wizard-question--content .advisor--range-slider .range-slider--container {
  display: inline-block;
  width: 85%;
}
.advisor--hide-input {
  display: none;
}
.advisor-cell--filled .advisor-cell--wrapper-ct {
  display: inline-block;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.advisor-cell--filled input:checked ~ .question-ct--label .advisor-cell--image-ct:before {
  height: 1.875rem;
  width: 1.875rem;
  line-height: 1.875rem;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  border-radius: 100%;
  color: #39714b;
  display: block;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}
.advisor-cell--filled input:checked ~ .question-ct--label .advisor-cell--image-ct:after {
  background-color: #000000;
  content: '';
  opacity: .4;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.advisor-cell--filled .image-ct--img-element {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
  pointer-events: none;
  vertical-align: middle;
  z-index: 500;
}
.wizard-content--ct {
  display: inline-block;
  width: 50%;
}
.wizard-content--ct.content--wizard-range_slider {
  width: 70%;
}
.advisor--wizard img[src=""] {
  display: none;
}
.advisor--listing-wizard-actions {
  margin-bottom: 1.25rem;
  margin-left: 2%;
}
.advisor--listing-wizard-actions:after {
  content: "";
  display: table;
  clear: both;
}
.advisor--listing-wizard-actions:before {
  content: " ";
  display: table;
}
.advisor--listing-wizard-actions:after {
  content: " ";
  display: table;
  clear: both;
}
.listing-wizard-actions--reset-btn {
  margin-top: 0.625rem;
}
.wizard-actions--back-button {
  margin-right: 0.625rem;
}
.listing-wizard-actions--back-btn {
  margin-right: 0.625rem;
}
.reset-button--wizard-question {
  margin-top: 0.625rem;
  float: left;
  display: block;
  width: 100%;
}
.reset-button--wizard-question .advisor--reset-advisor-btn {
  width: 100%;
}
.wizard-actions--question-js-select {
  margin-top: 0.625rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  float: left;
  width: 100%;
}
.wizard-actions--question-js-select .js--fancy-select-text {
  font-weight: 700;
}
.wizard-actions--question-js-select .advisor--empty-text {
  display: none;
}
.advisor-wizard--warning-ul {
  margin-top: 0.625rem;
}
.advisor-wizard--warning-ul a {
  color: #1f302f;
}
.advisor-wizard--warning-ul a:hover {
  text-decoration: underline;
}
.advisor-wizard--warning-li {
  margin-left: 1.25rem;
}
.wizard--required {
  margin-top: 0.625rem;
}
.wizard--warning-ct {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 30em) {
  .wizard-actions--next-button {
    width: auto;
  }
  .wizard-actions--next-button .next-button--btn {
    width: auto;
  }
  .wizard-actions--question-select {
    max-width: 15.625rem;
  }
}
@media screen and (min-width: 48em) {
  .wizard-question--content .question-ct--label:hover {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    border-color: #2a3d38;
    color: #2a3d38;
  }
  .reset-button--wizard-question {
    float: left;
    margin-top: 0;
    width: auto;
  }
  .listing-wizard-actions--reset-btn {
    margin-top: 0;
  }
  .listing-wizard-actions--back-btn,
  .listing-wizard-actions--reset-btn {
    float: left;
  }
  .wizard-actions--question-js-select {
    margin-right: 0.625rem;
    float: right;
    margin-top: 0;
    width: auto;
  }
  .wizard-actions--skip-wrapper {
    text-align: center;
  }
  .wizard-actions--back-button {
    margin-right: 0.625rem;
    width: auto;
  }
  .wizard-actions--back-button .advisor--wizard-back {
    width: auto;
  }
}
.promotion--show {
  height: inherit !important;
}
.promotion-handle-rotate {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
}
.promotion-message-spacer {
  margin: 0.625rem;
}
.promotion--outer {
  height: 1.875rem;
  padding: 0.625rem 0.125rem 0rem 0.125rem;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  z-index: 800;
  -webkit-transition: height 0.8s ease;
  -moz-transition: height 0.8s ease;
  -o-transition: height 0.8s ease;
  transition: height 0.8s ease;
}
.promotion--inner {
  background-color: #f8f8fa;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid #dadae5;
}
.promotion-handle {
  line-height: 0.375rem;
  height: 1.25rem;
  width: 5rem;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  top: 0.0625rem;
  font-size: 1.0625rem;
  padding: 0.0625rem;
  position: relative;
  float: right;
  cursor: pointer;
  text-align: center;
  border: 1px solid #dadae5;
  border-bottom-color: #f8f8fa;
  background-color: #f8f8fa;
}
.buy-button--both-button-container {
  margin-top: 0.4375rem;
}
.buy-button--both-button-container:after {
  content: "";
  display: table;
  clear: both;
}
.buy-button--both-button-container:before {
  content: " ";
  display: table;
}
.buy-button--both-button-container:after {
  content: " ";
  display: table;
  clear: both;
}
.buy-button--both-button-container .btn {
  width: 100%;
}
.buy-button--both-button-container .both-button-container--left-button {
  width: 3.125rem;
  padding-right: 0.3125rem;
  float: left;
}
.buy-button--both-button-container .both-button-container--right-button {
  margin-left: 3.4375rem;
}
.buy-button--both-button-container .both-button-container--right-button .btn.is--icon-right {
  padding-right: 0.75rem;
}
.free_goods-product,
.container--product {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
  margin: 0.3125rem;
  border: 1px solid lightgray;
  position: relative;
}
.free_goods-product .nav {
  padding: 0.75rem;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
  top: 7.5rem;
  border: 1px solid lightgray;
  position: absolute;
  cursor: pointer;
  background: white;
}
.free_goods-product .free_goods-product--toLeft {
  border-left: 0;
  left: 0;
}
.free_goods-product .free_goods-product--toRight {
  right: 0;
  border-right: 0;
}
.free_goods-product .free_goods-product--toRight:after {
  content: "";
  display: table;
  clear: both;
}
.free_goods-product .free_goods-product--toRight:before {
  content: " ";
  display: table;
}
.free_goods-product .free_goods-product--toRight:after {
  content: " ";
  display: table;
  clear: both;
}
#promotion-free-goods > .premium-product--content.product-slider.free-goods-bundle {
  height: 22.5rem;
}
.free_goods-product .free_goods-product--content .product-slider--container {
  white-space: normal;
}
.free_goods-product .free_goods-product--content .product-slider--container .container--product {
  border: 0;
}
.free_goods-product .free_goods-product--content .product-slider--container .container--product .free_goods-product--variant .js--fancy-select {
  border-top-left-radius: 3px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
  width: 85%;
  float: left;
  border-right: 0;
}
.free_goods-product .free_goods-product--content .product-slider--container .container--product .product--inner .item--title {
  padding: 0.9375rem 0.3125rem 0.9375rem 0.3125rem;
  text-align: center;
  overflow: hidden;
}
.free_goods-product .free_goods-product--content .product-slider--container .container--product .product--inner img {
  margin-bottom: 0.625rem;
  height: 8.75rem;
  margin: 0 auto;
}
.free_goods-product .free_goods-product--content .product-slider--container .container--product .product--inner .hundred-percent {
  width: 100%;
}
.free_goods-product .free_goods-product--content .product-slider--container .container--product .product--inner .ten-percent {
  width: 15%;
  border-top-left-radius: 0px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0px;
  background-clip: padding-box;
}
.free_goods-product .free_goods-product--content .product-slider--container .container--product .product--inner .btn {
  height: 2.625rem;
}
.promotion--free-goods-block {
  padding: 0rem 1.25rem 1.25rem 1.25rem;
}
.promotion--free-goods-image {
  width: 5rem;
  height: 3rem;
  float: left;
}
.promotion--badge {
  line-height: 3rem;
  font-size: 1rem;
  border-radius: 128px;
  background-clip: padding-box;
  width: 3rem;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  background: #666666;
  color: #ffffff;
}
.promotion--free-goods-hint-box {
  margin-left: 5rem;
}
.promotion--free-goods-hint {
  float: left;
  width: 100%;
}
.promotion--free-goods-hint-inner {
  margin-left: 0.9375rem;
  line-height: 1.1875rem;
  font-weight: bold;
}
.promotion--link-to-free-goods {
  float: left;
  width: 100%;
}
.promotion--link-to-free-goods-inner {
  margin-left: 0.9375rem;
  margin-top: 0.9375rem;
  line-height: 1.1875rem;
  font-weight: bold;
}
.promotion--link-to-free-goods-inner .icon--arrow-right {
  font-size: 0.625rem;
  margin-left: 0.3125rem;
}
@media screen and (min-width: 48em) {
  .promotion--free-goods-hint {
    width: 75%;
  }
  .promotion--free-goods-hint-inner {
    line-height: 3rem;
  }
  .promotion--link-to-free-goods {
    float: right;
    width: 25%;
  }
  .promotion--link-to-free-goods-inner {
    line-height: 3rem;
    margin-left: 0rem;
    margin-top: 0rem;
  }
}
.promotion--description-box {
  cursor: pointer;
}
.promotion--description {
  width: 90%;
}
.promotion--description p:last-of-type {
  display: inline;
}
.promotion--index {
  margin-left: 0.3125rem;
}
.promotion--is-right {
  right: 1.25rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.promotion--detail-modal .header {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.promotion--detail-modal .content {
  padding: 1.25rem 2.5rem 1.25rem 2.5rem;
}
.promotion--detail-offcanvas {
  display: none;
}
.promotion--detail-offcanvas .is--open {
  display: block;
}
.alert.is--promotion {
  color: #208e4e;
  background: #def2e7;
}
.alert.is--promotion .alert--icon {
  background: #2ecc71;
}
.promotion--footnote-index {
  color: #30603f;
}
.promotion--content-description {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
}
.promotion--content-title {
  font-size: 1.125rem;
  font-weight: 700;
}
.container--ajax-cart .free_goods-product--content .product-slider--item {
  width: 100%;
}
/*!
 * Font Awesome Pro 5.6.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
/*!
 * Font Awesome Pro 5.6.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.fab,
.product--rating i.icon--star:before,
.product--rating i.icon--star-half:before,
.product--rating i.icon--star-empty:before,
.product--rating i.icon--star-half:after,
.product--rating i.icon--star-half:before,
.is--ctl-index .product--details .product--attributes .product--rating .icon--star,
.is--ctl-index .product--details .product--rating-container .product--rating .icon--star,
.is--ctl-index .product--details .product--attributes .product--rating .icon--star-half,
.is--ctl-index .product--details .product--rating-container .product--rating .icon--star-half,
.is--ctl-index .product--details .product--attributes .product--rating .rating--count-wrapper,
.is--ctl-index .product--details .product--rating-container .product--rating .rating--count-wrapper {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}
.fa-xs {
  font-size: .75em;
}
.fa-sm {
  font-size: .875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border-radius: .1em;
  border: solid 0.08em #eeeeee;
  padding: .2em .25em .15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.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: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}
.fa-abacus:before {
  content: "\f640";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-acorn:before {
  content: "\f6ae";
}
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}
.fa-ad:before {
  content: "\f641";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adobe:before {
  content: "\f778";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-air-freshener:before {
  content: "\f5d0";
}
.fa-alarm-clock:before {
  content: "\f34e";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-alicorn:before {
  content: "\f6b0";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-allergies:before {
  content: "\f461";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-analytics:before {
  content: "\f643";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angel:before {
  content: "\f779";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angry:before {
  content: "\f556";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-alt:before {
  content: "\f5d1";
}
.fa-apple-crate:before {
  content: "\f6b1";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-archway:before {
  content: "\f557";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-alt-down:before {
  content: "\f354";
}
.fa-arrow-alt-from-bottom:before {
  content: "\f346";
}
.fa-arrow-alt-from-left:before {
  content: "\f347";
}
.fa-arrow-alt-from-right:before {
  content: "\f348";
}
.fa-arrow-alt-from-top:before {
  content: "\f349";
}
.fa-arrow-alt-left:before {
  content: "\f355";
}
.fa-arrow-alt-right:before {
  content: "\f356";
}
.fa-arrow-alt-square-down:before {
  content: "\f350";
}
.fa-arrow-alt-square-left:before {
  content: "\f351";
}
.fa-arrow-alt-square-right:before {
  content: "\f352";
}
.fa-arrow-alt-square-up:before {
  content: "\f353";
}
.fa-arrow-alt-to-bottom:before {
  content: "\f34a";
}
.fa-arrow-alt-to-left:before {
  content: "\f34b";
}
.fa-arrow-alt-to-right:before {
  content: "\f34c";
}
.fa-arrow-alt-to-top:before {
  content: "\f34d";
}
.fa-arrow-alt-up:before {
  content: "\f357";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-from-bottom:before {
  content: "\f342";
}
.fa-arrow-from-left:before {
  content: "\f343";
}
.fa-arrow-from-right:before {
  content: "\f344";
}
.fa-arrow-from-top:before {
  content: "\f345";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-square-down:before {
  content: "\f339";
}
.fa-arrow-square-left:before {
  content: "\f33a";
}
.fa-arrow-square-right:before {
  content: "\f33b";
}
.fa-arrow-square-up:before {
  content: "\f33c";
}
.fa-arrow-to-bottom:before {
  content: "\f33d";
}
.fa-arrow-to-left:before {
  content: "\f33e";
}
.fa-arrow-to-right:before {
  content: "\f340";
}
.fa-arrow-to-top:before {
  content: "\f341";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-artstation:before {
  content: "\f77a";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-atlas:before {
  content: "\f558";
}
.fa-atlassian:before {
  content: "\f77b";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-atom-alt:before {
  content: "\f5d3";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-award:before {
  content: "\f559";
}
.fa-aws:before {
  content: "\f375";
}
.fa-axe:before {
  content: "\f6b2";
}
.fa-axe-battle:before {
  content: "\f6b3";
}
.fa-baby:before {
  content: "\f77c";
}
.fa-baby-carriage:before {
  content: "\f77d";
}
.fa-backpack:before {
  content: "\f5d4";
}
.fa-backspace:before {
  content: "\f55a";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-badge:before {
  content: "\f335";
}
.fa-badge-check:before {
  content: "\f336";
}
.fa-badge-dollar:before {
  content: "\f645";
}
.fa-badge-percent:before {
  content: "\f646";
}
.fa-badger-honey:before {
  content: "\f6b4";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-balance-scale-left:before {
  content: "\f515";
}
.fa-balance-scale-right:before {
  content: "\f516";
}
.fa-ball-pile:before {
  content: "\f77e";
}
.fa-ballot:before {
  content: "\f732";
}
.fa-ballot-check:before {
  content: "\f733";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-band-aid:before {
  content: "\f462";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-barcode-alt:before {
  content: "\f463";
}
.fa-barcode-read:before {
  content: "\f464";
}
.fa-barcode-scan:before {
  content: "\f465";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball:before {
  content: "\f432";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-basketball-hoop:before {
  content: "\f435";
}
.fa-bat:before {
  content: "\f6b5";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-bolt:before {
  content: "\f376";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-slash:before {
  content: "\f377";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-bed:before {
  content: "\f236";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-school:before {
  content: "\f5d5";
}
.fa-bell-school-slash:before {
  content: "\f5d6";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bells:before {
  content: "\f77f";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bible:before {
  content: "\f647";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-biohazard:before {
  content: "\f780";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blanket:before {
  content: "\f498";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blender-phone:before {
  content: "\f6b6";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blog:before {
  content: "\f781";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-bone-break:before {
  content: "\f5d8";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-book-alt:before {
  content: "\f5d9";
}
.fa-book-dead:before {
  content: "\f6b7";
}
.fa-book-heart:before {
  content: "\f499";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-reader:before {
  content: "\f5da";
}
.fa-book-spells:before {
  content: "\f6b8";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-books:before {
  content: "\f5db";
}
.fa-boot:before {
  content: "\f782";
}
.fa-booth-curtain:before {
  content: "\f734";
}
.fa-bow-arrow:before {
  content: "\f6b9";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-bowling-pins:before {
  content: "\f437";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-alt:before {
  content: "\f49a";
}
.fa-box-ballot:before {
  content: "\f735";
}
.fa-box-check:before {
  content: "\f467";
}
.fa-box-fragile:before {
  content: "\f49b";
}
.fa-box-full:before {
  content: "\f49c";
}
.fa-box-heart:before {
  content: "\f49d";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-box-up:before {
  content: "\f49f";
}
.fa-box-usd:before {
  content: "\f4a0";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-boxes-alt:before {
  content: "\f4a1";
}
.fa-boxing-glove:before {
  content: "\f438";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-broadcast-tower:before {
  content: "\f519";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-browser:before {
  content: "\f37e";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-bullseye-arrow:before {
  content: "\f648";
}
.fa-bullseye-pointer:before {
  content: "\f649";
}
.fa-burn:before {
  content: "\f46a";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-bus:before {
  content: "\f207";
}
.fa-bus-alt:before {
  content: "\f55e";
}
.fa-bus-school:before {
  content: "\f5dd";
}
.fa-business-time:before {
  content: "\f64a";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-cabinet-filing:before {
  content: "\f64b";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calculator-alt:before {
  content: "\f64c";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-day:before {
  content: "\f783";
}
.fa-calendar-edit:before {
  content: "\f333";
}
.fa-calendar-exclamation:before {
  content: "\f334";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-star:before {
  content: "\f736";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-calendar-week:before {
  content: "\f784";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-alt:before {
  content: "\f332";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-campfire:before {
  content: "\f6ba";
}
.fa-campground:before {
  content: "\f6bb";
}
.fa-canadian-maple-leaf:before {
  content: "\f785";
}
.fa-candle-holder:before {
  content: "\f6bc";
}
.fa-candy-cane:before {
  content: "\f786";
}
.fa-candy-corn:before {
  content: "\f6bd";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-car-alt:before {
  content: "\f5de";
}
.fa-car-battery:before {
  content: "\f5df";
}
.fa-car-bump:before {
  content: "\f5e0";
}
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-car-garage:before {
  content: "\f5e2";
}
.fa-car-mechanic:before {
  content: "\f5e3";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-car-tilt:before {
  content: "\f5e5";
}
.fa-car-wash:before {
  content: "\f5e6";
}
.fa-caret-circle-down:before {
  content: "\f32d";
}
.fa-caret-circle-left:before {
  content: "\f32e";
}
.fa-caret-circle-right:before {
  content: "\f330";
}
.fa-caret-circle-up:before {
  content: "\f331";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-carrot:before {
  content: "\f787";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cash-register:before {
  content: "\f788";
}
.fa-cat:before {
  content: "\f6be";
}
.fa-cauldron:before {
  content: "\f6bf";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-centos:before {
  content: "\f789";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chair:before {
  content: "\f6c0";
}
.fa-chair-office:before {
  content: "\f6c1";
}
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before {
  content: "\f51c";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-line-down:before {
  content: "\f64d";
}
.fa-chart-network:before {
  content: "\f78a";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-chart-pie-alt:before {
  content: "\f64e";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-bishop-alt:before {
  content: "\f43b";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-clock:before {
  content: "\f43d";
}
.fa-chess-clock-alt:before {
  content: "\f43e";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-king-alt:before {
  content: "\f440";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-knight-alt:before {
  content: "\f442";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-pawn-alt:before {
  content: "\f444";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-queen-alt:before {
  content: "\f446";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chess-rook-alt:before {
  content: "\f448";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-double-down:before {
  content: "\f322";
}
.fa-chevron-double-left:before {
  content: "\f323";
}
.fa-chevron-double-right:before {
  content: "\f324";
}
.fa-chevron-double-up:before {
  content: "\f325";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-square-down:before {
  content: "\f329";
}
.fa-chevron-square-left:before {
  content: "\f32a";
}
.fa-chevron-square-right:before {
  content: "\f32b";
}
.fa-chevron-square-up:before {
  content: "\f32c";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chimney:before {
  content: "\f78b";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-city:before {
  content: "\f64f";
}
.fa-claw-marks:before {
  content: "\f6c2";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clipboard-list-check:before {
  content: "\f737";
}
.fa-clipboard-prescription:before {
  content: "\f5e8";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-drizzle:before {
  content: "\f738";
}
.fa-cloud-hail:before {
  content: "\f739";
}
.fa-cloud-hail-mixed:before {
  content: "\f73a";
}
.fa-cloud-meatball:before {
  content: "\f73b";
}
.fa-cloud-moon:before {
  content: "\f6c3";
}
.fa-cloud-moon-rain:before {
  content: "\f73c";
}
.fa-cloud-rain:before {
  content: "\f73d";
}
.fa-cloud-rainbow:before {
  content: "\f73e";
}
.fa-cloud-showers:before {
  content: "\f73f";
}
.fa-cloud-showers-heavy:before {
  content: "\f740";
}
.fa-cloud-sleet:before {
  content: "\f741";
}
.fa-cloud-snow:before {
  content: "\f742";
}
.fa-cloud-sun:before {
  content: "\f6c4";
}
.fa-cloud-sun-rain:before {
  content: "\f743";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-clouds:before {
  content: "\f744";
}
.fa-clouds-moon:before {
  content: "\f745";
}
.fa-clouds-sun:before {
  content: "\f746";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-club:before {
  content: "\f327";
}
.fa-cocktail:before {
  content: "\f561";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-code-commit:before {
  content: "\f386";
}
.fa-code-merge:before {
  content: "\f387";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-coffee-togo:before {
  content: "\f6c5";
}
.fa-coffin:before {
  content: "\f6c6";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comment-alt-check:before {
  content: "\f4a2";
}
.fa-comment-alt-dollar:before {
  content: "\f650";
}
.fa-comment-alt-dots:before {
  content: "\f4a3";
}
.fa-comment-alt-edit:before {
  content: "\f4a4";
}
.fa-comment-alt-exclamation:before {
  content: "\f4a5";
}
.fa-comment-alt-lines:before {
  content: "\f4a6";
}
.fa-comment-alt-minus:before {
  content: "\f4a7";
}
.fa-comment-alt-plus:before {
  content: "\f4a8";
}
.fa-comment-alt-slash:before {
  content: "\f4a9";
}
.fa-comment-alt-smile:before {
  content: "\f4aa";
}
.fa-comment-alt-times:before {
  content: "\f4ab";
}
.fa-comment-check:before {
  content: "\f4ac";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-comment-dots:before {
  content: "\f4ad";
}
.fa-comment-edit:before {
  content: "\f4ae";
}
.fa-comment-exclamation:before {
  content: "\f4af";
}
.fa-comment-lines:before {
  content: "\f4b0";
}
.fa-comment-minus:before {
  content: "\f4b1";
}
.fa-comment-plus:before {
  content: "\f4b2";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comment-smile:before {
  content: "\f4b4";
}
.fa-comment-times:before {
  content: "\f4b5";
}
.fa-comments:before {
  content: "\f086";
}
.fa-comments-alt:before {
  content: "\f4b6";
}
.fa-comments-alt-dollar:before {
  content: "\f652";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compass-slash:before {
  content: "\f5e9";
}
.fa-compress:before {
  content: "\f066";
}
.fa-compress-alt:before {
  content: "\f422";
}
.fa-compress-arrows-alt:before {
  content: "\f78c";
}
.fa-compress-wide:before {
  content: "\f326";
}
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-confluence:before {
  content: "\f78d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-container-storage:before {
  content: "\f4b7";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-conveyor-belt:before {
  content: "\f46e";
}
.fa-conveyor-belt-alt:before {
  content: "\f46f";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-corn:before {
  content: "\f6c7";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cow:before {
  content: "\f6c8";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-credit-card-blank:before {
  content: "\f389";
}
.fa-credit-card-front:before {
  content: "\f38a";
}
.fa-cricket:before {
  content: "\f449";
}
.fa-critical-role:before {
  content: "\f6c9";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crop-alt:before {
  content: "\f565";
}
.fa-cross:before {
  content: "\f654";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-crow:before {
  content: "\f520";
}
.fa-crown:before {
  content: "\f521";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-curling:before {
  content: "\f44a";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-dagger:before {
  content: "\f6cb";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-deer:before {
  content: "\f78e";
}
.fa-deer-rudolph:before {
  content: "\f78f";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-democrat:before {
  content: "\f747";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-desktop-alt:before {
  content: "\f390";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-dewpoint:before {
  content: "\f748";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-dhl:before {
  content: "\f790";
}
.fa-diagnoses:before {
  content: "\f470";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-diaspora:before {
  content: "\f791";
}
.fa-dice:before {
  content: "\f522";
}
.fa-dice-d10:before {
  content: "\f6cd";
}
.fa-dice-d12:before {
  content: "\f6ce";
}
.fa-dice-d20:before {
  content: "\f6cf";
}
.fa-dice-d4:before {
  content: "\f6d0";
}
.fa-dice-d6:before {
  content: "\f6d1";
}
.fa-dice-d8:before {
  content: "\f6d2";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-digital-tachograph:before {
  content: "\f566";
}
.fa-diploma:before {
  content: "\f5ea";
}
.fa-directions:before {
  content: "\f5eb";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dizzy:before {
  content: "\f567";
}
.fa-dna:before {
  content: "\f471";
}
.fa-do-not-enter:before {
  content: "\f5ec";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dog:before {
  content: "\f6d3";
}
.fa-dog-leashed:before {
  content: "\f6d4";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dolly:before {
  content: "\f472";
}
.fa-dolly-empty:before {
  content: "\f473";
}
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-dolly-flatbed-alt:before {
  content: "\f475";
}
.fa-dolly-flatbed-empty:before {
  content: "\f476";
}
.fa-donate:before {
  content: "\f4b9";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-dragon:before {
  content: "\f6d5";
}
.fa-draw-circle:before {
  content: "\f5ed";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-draw-square:before {
  content: "\f5ef";
}
.fa-dreidel:before {
  content: "\f792";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drum:before {
  content: "\f569";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-drumstick:before {
  content: "\f6d6";
}
.fa-drumstick-bite:before {
  content: "\f6d7";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-duck:before {
  content: "\f6d8";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dumpster:before {
  content: "\f793";
}
.fa-dumpster-fire:before {
  content: "\f794";
}
.fa-dungeon:before {
  content: "\f6d9";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-ear:before {
  content: "\f5f0";
}
.fa-ear-muffs:before {
  content: "\f795";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-eclipse:before {
  content: "\f749";
}
.fa-eclipse-alt:before {
  content: "\f74a";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edit:before {
  content: "\f044";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-elephant:before {
  content: "\f6da";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-h-alt:before {
  content: "\f39b";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ellipsis-v-alt:before {
  content: "\f39c";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-empty-set:before {
  content: "\f656";
}
.fa-engine-warning:before {
  content: "\f5f2";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-dollar:before {
  content: "\f657";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-equals:before {
  content: "\f52c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-ethernet:before {
  content: "\f796";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-square:before {
  content: "\f321";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-alt:before {
  content: "\f424";
}
.fa-expand-arrows:before {
  content: "\f31d";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expand-wide:before {
  content: "\f320";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-evil:before {
  content: "\f6db";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-feather-alt:before {
  content: "\f56b";
}
.fa-fedex:before {
  content: "\f797";
}
.fa-fedora:before {
  content: "\f798";
}
.fa-female:before {
  content: "\f182";
}
.fa-field-hockey:before {
  content: "\f44c";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-figma:before {
  content: "\f799";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-certificate:before {
  content: "\f5f3";
}
.fa-file-chart-line:before {
  content: "\f659";
}
.fa-file-chart-pie:before {
  content: "\f65a";
}
.fa-file-check:before {
  content: "\f316";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-file-csv:before {
  content: "\f6dd";
}
.fa-file-download:before {
  content: "\f56d";
}
.fa-file-edit:before {
  content: "\f31c";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-exclamation:before {
  content: "\f31a";
}
.fa-file-export:before {
  content: "\f56e";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-import:before {
  content: "\f56f";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-medical-alt:before {
  content: "\f478";
}
.fa-file-minus:before {
  content: "\f318";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-plus:before {
  content: "\f319";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-file-spreadsheet:before {
  content: "\f65b";
}
.fa-file-times:before {
  content: "\f317";
}
.fa-file-upload:before {
  content: "\f574";
}
.fa-file-user:before {
  content: "\f65c";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-fill:before {
  content: "\f575";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-film:before {
  content: "\f008";
}
.fa-film-alt:before {
  content: "\f3a0";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-fire-smoke:before {
  content: "\f74b";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-fireplace:before {
  content: "\f79a";
}
.fa-first-aid:before {
  content: "\f479";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-fish:before {
  content: "\f578";
}
.fa-fist-raised:before {
  content: "\f6de";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-alt:before {
  content: "\f74c";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flag-usa:before {
  content: "\f74d";
}
.fa-flame:before {
  content: "\f6df";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flask-poison:before {
  content: "\f6e0";
}
.fa-flask-potion:before {
  content: "\f6e1";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-flushed:before {
  content: "\f579";
}
.fa-fly:before {
  content: "\f417";
}
.fa-fog:before {
  content: "\f74e";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-folder-times:before {
  content: "\f65f";
}
.fa-folders:before {
  content: "\f660";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-football-helmet:before {
  content: "\f44f";
}
.fa-forklift:before {
  content: "\f47a";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-fragile:before {
  content: "\f4bb";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-frosty-head:before {
  content: "\f79b";
}
.fa-frown:before {
  content: "\f119";
}
.fa-frown-open:before {
  content: "\f57a";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-function:before {
  content: "\f661";
}
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-gas-pump-slash:before {
  content: "\f5f4";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-ghost:before {
  content: "\f6e2";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-gift-card:before {
  content: "\f663";
}
.fa-gifts:before {
  content: "\f79c";
}
.fa-gingerbread-man:before {
  content: "\f79d";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass-champagne:before {
  content: "\f79e";
}
.fa-glass-cheers:before {
  content: "\f79f";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glass-martini-alt:before {
  content: "\f57b";
}
.fa-glass-whiskey:before {
  content: "\f7a0";
}
.fa-glass-whiskey-rocks:before {
  content: "\f7a1";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-glasses-alt:before {
  content: "\f5f5";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-globe-europe:before {
  content: "\f7a2";
}
.fa-globe-snow:before {
  content: "\f7a3";
}
.fa-globe-stand:before {
  content: "\f5f6";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-golf-club:before {
  content: "\f451";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-greater-than:before {
  content: "\f531";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-grimace:before {
  content: "\f57f";
}
.fa-grin:before {
  content: "\f580";
}
.fa-grin-alt:before {
  content: "\f581";
}
.fa-grin-beam:before {
  content: "\f582";
}
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-grin-squint:before {
  content: "\f585";
}
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-grin-stars:before {
  content: "\f587";
}
.fa-grin-tears:before {
  content: "\f588";
}
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-grip-horizontal:before {
  content: "\f58d";
}
.fa-grip-lines:before {
  content: "\f7a4";
}
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-guitar:before {
  content: "\f7a6";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-h1:before {
  content: "\f313";
}
.fa-h2:before {
  content: "\f314";
}
.fa-h3:before {
  content: "\f315";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-hammer:before {
  content: "\f6e3";
}
.fa-hammer-war:before {
  content: "\f6e4";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-hand-heart:before {
  content: "\f4bc";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-box:before {
  content: "\f47b";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-magic:before {
  content: "\f6e5";
}
.fa-hand-holding-seedling:before {
  content: "\f4bf";
}
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-holding-water:before {
  content: "\f4c1";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-receiving:before {
  content: "\f47c";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-heart:before {
  content: "\f4c3";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-hands-usd:before {
  content: "\f4c5";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-handshake-alt:before {
  content: "\f4c6";
}
.fa-hanukiah:before {
  content: "\f6e6";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-hat-santa:before {
  content: "\f7a7";
}
.fa-hat-winter:before {
  content: "\f7a8";
}
.fa-hat-witch:before {
  content: "\f6e7";
}
.fa-hat-wizard:before {
  content: "\f6e8";
}
.fa-haykal:before {
  content: "\f666";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-head-side:before {
  content: "\f6e9";
}
.fa-head-vr:before {
  content: "\f6ea";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-headphones-alt:before {
  content: "\f58f";
}
.fa-headset:before {
  content: "\f590";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heart-broken:before {
  content: "\f7a9";
}
.fa-heart-circle:before {
  content: "\f4c7";
}
.fa-heart-rate:before {
  content: "\f5f8";
}
.fa-heart-square:before {
  content: "\f4c8";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-helmet-battle:before {
  content: "\f6eb";
}
.fa-hexagon:before {
  content: "\f312";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-hiking:before {
  content: "\f6ec";
}
.fa-hippo:before {
  content: "\f6ed";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hockey-mask:before {
  content: "\f6ee";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-hockey-sticks:before {
  content: "\f454";
}
.fa-holly-berry:before {
  content: "\f7aa";
}
.fa-home:before {
  content: "\f015";
}
.fa-home-heart:before {
  content: "\f4c9";
}
.fa-hood-cloak:before {
  content: "\f6ef";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-horse:before {
  content: "\f6f0";
}
.fa-horse-head:before {
  content: "\f7ab";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-alt:before {
  content: "\f47d";
}
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-hot-tub:before {
  content: "\f593";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-house-damage:before {
  content: "\f6f1";
}
.fa-house-flood:before {
  content: "\f74f";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-hryvnia:before {
  content: "\f6f2";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-humidity:before {
  content: "\f750";
}
.fa-hurricane:before {
  content: "\f751";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-ice-skate:before {
  content: "\f7ac";
}
.fa-icicles:before {
  content: "\f7ad";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before {
  content: "\f47f";
}
.fa-igloo:before {
  content: "\f7ae";
}
.fa-image:before {
  content: "\f03e";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-inbox-in:before {
  content: "\f310";
}
.fa-inbox-out:before {
  content: "\f311";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-industry-alt:before {
  content: "\f3b3";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-info-square:before {
  content: "\f30f";
}
.fa-inhaler:before {
  content: "\f5f9";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-integral:before {
  content: "\f667";
}
.fa-intercom:before {
  content: "\f7af";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-intersection:before {
  content: "\f668";
}
.fa-inventory:before {
  content: "\f480";
}
.fa-invision:before {
  content: "\f7b0";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-jack-o-lantern:before {
  content: "\f30e";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-jira:before {
  content: "\f7b1";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joint:before {
  content: "\f595";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-key:before {
  content: "\f084";
}
.fa-key-skeleton:before {
  content: "\f6f3";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-keynote:before {
  content: "\f66c";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-kidneys:before {
  content: "\f5fb";
}
.fa-kiss:before {
  content: "\f596";
}
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-kite:before {
  content: "\f6f4";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-knife-kitchen:before {
  content: "\f6f5";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-lambda:before {
  content: "\f66e";
}
.fa-lamp:before {
  content: "\f4ca";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-landmark-alt:before {
  content: "\f752";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-laugh:before {
  content: "\f599";
}
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-layer-minus:before {
  content: "\f5fe";
}
.fa-layer-plus:before {
  content: "\f5ff";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leaf-heart:before {
  content: "\f4cb";
}
.fa-leaf-maple:before {
  content: "\f6f6";
}
.fa-leaf-oak:before {
  content: "\f6f7";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-less-than:before {
  content: "\f536";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-lightbulb-dollar:before {
  content: "\f670";
}
.fa-lightbulb-exclamation:before {
  content: "\f671";
}
.fa-lightbulb-on:before {
  content: "\f672";
}
.fa-lightbulb-slash:before {
  content: "\f673";
}
.fa-lights-holiday:before {
  content: "\f7b2";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lips:before {
  content: "\f600";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location:before {
  content: "\f601";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-location-circle:before {
  content: "\f602";
}
.fa-location-slash:before {
  content: "\f603";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-alt:before {
  content: "\f30d";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-lock-open-alt:before {
  content: "\f3c2";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-loveseat:before {
  content: "\f4cc";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-luchador:before {
  content: "\f455";
}
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-lungs:before {
  content: "\f604";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-mace:before {
  content: "\f6f8";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-male:before {
  content: "\f183";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-mandolin:before {
  content: "\f6f9";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marked:before {
  content: "\f59f";
}
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-marker-alt-slash:before {
  content: "\f605";
}
.fa-map-marker-check:before {
  content: "\f606";
}
.fa-map-marker-edit:before {
  content: "\f607";
}
.fa-map-marker-exclamation:before {
  content: "\f608";
}
.fa-map-marker-minus:before {
  content: "\f609";
}
.fa-map-marker-plus:before {
  content: "\f60a";
}
.fa-map-marker-question:before {
  content: "\f60b";
}
.fa-map-marker-slash:before {
  content: "\f60c";
}
.fa-map-marker-smile:before {
  content: "\f60d";
}
.fa-map-marker-times:before {
  content: "\f60e";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mask:before {
  content: "\f6fa";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-megaphone:before {
  content: "\f675";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-memory:before {
  content: "\f538";
}
.fa-mendeley:before {
  content: "\f7b3";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-meteor:before {
  content: "\f753";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-mind-share:before {
  content: "\f677";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-hexagon:before {
  content: "\f307";
}
.fa-minus-octagon:before {
  content: "\f308";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mistletoe:before {
  content: "\f7b4";
}
.fa-mitten:before {
  content: "\f7b5";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-mobile-android:before {
  content: "\f3ce";
}
.fa-mobile-android-alt:before {
  content: "\f3cf";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before {
  content: "\f53d";
}
.fa-monitor-heart-rate:before {
  content: "\f611";
}
.fa-monkey:before {
  content: "\f6fb";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-moon:before {
  content: "\f186";
}
.fa-moon-cloud:before {
  content: "\f754";
}
.fa-moon-stars:before {
  content: "\f755";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mountain:before {
  content: "\f6fc";
}
.fa-mountains:before {
  content: "\f6fd";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-mug-hot:before {
  content: "\f7b6";
}
.fa-mug-marshmallows:before {
  content: "\f7b7";
}
.fa-music:before {
  content: "\f001";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-narwhal:before {
  content: "\f6fe";
}
.fa-neos:before {
  content: "\f612";
}
.fa-network-wired:before {
  content: "\f6ff";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-nintendo-switch:before {
  content: "\f418";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-octagon:before {
  content: "\f306";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-oil-temp:before {
  content: "\f614";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-om:before {
  content: "\f679";
}
.fa-omega:before {
  content: "\f67a";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-ornament:before {
  content: "\f7b8";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-otter:before {
  content: "\f700";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-paint-brush-alt:before {
  content: "\f5a9";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-pallet-alt:before {
  content: "\f483";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-parking:before {
  content: "\f540";
}
.fa-parking-circle:before {
  content: "\f615";
}
.fa-parking-circle-slash:before {
  content: "\f616";
}
.fa-parking-slash:before {
  content: "\f617";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-pastafarianism:before {
  content: "\f67b";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paw-alt:before {
  content: "\f701";
}
.fa-paw-claws:before {
  content: "\f702";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-pegasus:before {
  content: "\f703";
}
.fa-pen:before {
  content: "\f304";
}
.fa-pen-alt:before {
  content: "\f305";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-pencil-paintbrush:before {
  content: "\f618";
}
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-pennant:before {
  content: "\f456";
}
.fa-penny-arcade:before {
  content: "\f704";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-percent:before {
  content: "\f295";
}
.fa-percentage:before {
  content: "\f541";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-person-booth:before {
  content: "\f756";
}
.fa-person-carry:before {
  content: "\f4cf";
}
.fa-person-dolly:before {
  content: "\f4d0";
}
.fa-person-dolly-empty:before {
  content: "\f4d1";
}
.fa-person-sign:before {
  content: "\f757";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-office:before {
  content: "\f67d";
}
.fa-phone-plus:before {
  content: "\f4d2";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-php:before {
  content: "\f457";
}
.fa-pi:before {
  content: "\f67e";
}
.fa-pie:before {
  content: "\f705";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pig:before {
  content: "\f706";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-plane:before {
  content: "\f072";
}
.fa-plane-alt:before {
  content: "\f3de";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-hexagon:before {
  content: "\f300";
}
.fa-plus-octagon:before {
  content: "\f301";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-podium:before {
  content: "\f680";
}
.fa-podium-star:before {
  content: "\f758";
}
.fa-poll:before {
  content: "\f681";
}
.fa-poll-h:before {
  content: "\f682";
}
.fa-poll-people:before {
  content: "\f759";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-poo-storm:before {
  content: "\f75a";
}
.fa-poop:before {
  content: "\f619";
}
.fa-portrait:before {
  content: "\f3e0";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-pray:before {
  content: "\f683";
}
.fa-praying-hands:before {
  content: "\f684";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before {
  content: "\f486";
}
.fa-presentation:before {
  content: "\f685";
}
.fa-print:before {
  content: "\f02f";
}
.fa-print-slash:before {
  content: "\f686";
}
.fa-procedures:before {
  content: "\f487";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-project-diagram:before {
  content: "\f542";
}
.fa-pumpkin:before {
  content: "\f707";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-question-square:before {
  content: "\f2fd";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-quran:before {
  content: "\f687";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-rabbit:before {
  content: "\f708";
}
.fa-rabbit-fast:before {
  content: "\f709";
}
.fa-racquet:before {
  content: "\f45a";
}
.fa-radiation:before {
  content: "\f7b9";
}
.fa-radiation-alt:before {
  content: "\f7ba";
}
.fa-rainbow:before {
  content: "\f75b";
}
.fa-raindrops:before {
  content: "\f75c";
}
.fa-ram:before {
  content: "\f70a";
}
.fa-ramp-loading:before {
  content: "\f4d4";
}
.fa-random:before {
  content: "\f074";
}
.fa-raspberry-pi:before {
  content: "\f7bb";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-reacteurope:before {
  content: "\f75d";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-rectangle-landscape:before {
  content: "\f2fa";
}
.fa-rectangle-portrait:before {
  content: "\f2fb";
}
.fa-rectangle-wide:before {
  content: "\f2fc";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redhat:before {
  content: "\f7bc";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-repeat:before {
  content: "\f363";
}
.fa-repeat-1:before {
  content: "\f365";
}
.fa-repeat-1-alt:before {
  content: "\f366";
}
.fa-repeat-alt:before {
  content: "\f364";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-republican:before {
  content: "\f75e";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-restroom:before {
  content: "\f7bd";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-retweet-alt:before {
  content: "\f361";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-ring:before {
  content: "\f70b";
}
.fa-road:before {
  content: "\f018";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-route-highway:before {
  content: "\f61a";
}
.fa-route-interstate:before {
  content: "\f61b";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-ruler-triangle:before {
  content: "\f61c";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-running:before {
  content: "\f70c";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-rv:before {
  content: "\f7be";
}
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-safari:before {
  content: "\f267";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-satellite:before {
  content: "\f7bf";
}
.fa-satellite-dish:before {
  content: "\f7c0";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-scalpel:before {
  content: "\f61d";
}
.fa-scalpel-path:before {
  content: "\f61e";
}
.fa-scanner:before {
  content: "\f488";
}
.fa-scanner-keyboard:before {
  content: "\f489";
}
.fa-scanner-touchscreen:before {
  content: "\f48a";
}
.fa-scarecrow:before {
  content: "\f70d";
}
.fa-scarf:before {
  content: "\f7c1";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-school:before {
  content: "\f549";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-scroll:before {
  content: "\f70e";
}
.fa-scroll-old:before {
  content: "\f70f";
}
.fa-scrubber:before {
  content: "\f2f8";
}
.fa-scythe:before {
  content: "\f710";
}
.fa-sd-card:before {
  content: "\f7c2";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-dollar:before {
  content: "\f688";
}
.fa-search-location:before {
  content: "\f689";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-seedling:before {
  content: "\f4d8";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-shapes:before {
  content: "\f61f";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-all:before {
  content: "\f367";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-sheep:before {
  content: "\f711";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield:before {
  content: "\f132";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-shield-check:before {
  content: "\f2f7";
}
.fa-shield-cross:before {
  content: "\f712";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shipping-timed:before {
  content: "\f48c";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-shovel:before {
  content: "\f713";
}
.fa-shovel-snow:before {
  content: "\f7c3";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-shredder:before {
  content: "\f68a";
}
.fa-shuttle-van:before {
  content: "\f5b6";
}
.fa-shuttlecock:before {
  content: "\f45b";
}
.fa-sigma:before {
  content: "\f68b";
}
.fa-sign:before {
  content: "\f4d9";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-signal-1:before {
  content: "\f68c";
}
.fa-signal-2:before {
  content: "\f68d";
}
.fa-signal-3:before {
  content: "\f68e";
}
.fa-signal-4:before {
  content: "\f68f";
}
.fa-signal-alt:before {
  content: "\f690";
}
.fa-signal-alt-1:before {
  content: "\f691";
}
.fa-signal-alt-2:before {
  content: "\f692";
}
.fa-signal-alt-3:before {
  content: "\f693";
}
.fa-signal-alt-slash:before {
  content: "\f694";
}
.fa-signal-slash:before {
  content: "\f695";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-sim-card:before {
  content: "\f7c4";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-sith:before {
  content: "\f512";
}
.fa-skating:before {
  content: "\f7c5";
}
.fa-skeleton:before {
  content: "\f620";
}
.fa-sketch:before {
  content: "\f7c6";
}
.fa-ski-jump:before {
  content: "\f7c7";
}
.fa-ski-lift:before {
  content: "\f7c8";
}
.fa-skiing:before {
  content: "\f7c9";
}
.fa-skiing-nordic:before {
  content: "\f7ca";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skull-crossbones:before {
  content: "\f714";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-slash:before {
  content: "\f715";
}
.fa-sledding:before {
  content: "\f7cb";
}
.fa-sleigh:before {
  content: "\f7cc";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-sliders-h-square:before {
  content: "\f3f0";
}
.fa-sliders-v:before {
  content: "\f3f1";
}
.fa-sliders-v-square:before {
  content: "\f3f2";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-smile-plus:before {
  content: "\f5b9";
}
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-smog:before {
  content: "\f75f";
}
.fa-smoke:before {
  content: "\f760";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-sms:before {
  content: "\f7cd";
}
.fa-snake:before {
  content: "\f716";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snow-blowing:before {
  content: "\f761";
}
.fa-snowboarding:before {
  content: "\f7ce";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-snowflakes:before {
  content: "\f7cf";
}
.fa-snowman:before {
  content: "\f7d0";
}
.fa-snowmobile:before {
  content: "\f7d1";
}
.fa-snowplow:before {
  content: "\f7d2";
}
.fa-socks:before {
  content: "\f696";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-sourcetree:before {
  content: "\f7d3";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-spade:before {
  content: "\f2f4";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-spider:before {
  content: "\f717";
}
.fa-spider-black-widow:before {
  content: "\f718";
}
.fa-spider-web:before {
  content: "\f719";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-spinner-third:before {
  content: "\f3f4";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-square-root:before {
  content: "\f697";
}
.fa-square-root-alt:before {
  content: "\f698";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-squirrel:before {
  content: "\f71a";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-staff:before {
  content: "\f71b";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-star-christmas:before {
  content: "\f7d4";
}
.fa-star-exclamation:before {
  content: "\f2f3";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-star-half-alt:before {
  content: "\f5c0";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-stars:before {
  content: "\f762";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-steering-wheel:before {
  content: "\f622";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stocking:before {
  content: "\f7d5";
}
.fa-stomach:before {
  content: "\f623";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-alt:before {
  content: "\f54f";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stream:before {
  content: "\f550";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-sun:before {
  content: "\f185";
}
.fa-sun-cloud:before {
  content: "\f763";
}
.fa-sun-dust:before {
  content: "\f764";
}
.fa-sun-haze:before {
  content: "\f765";
}
.fa-sunrise:before {
  content: "\f766";
}
.fa-sunset:before {
  content: "\f767";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-surprise:before {
  content: "\f5c2";
}
.fa-suse:before {
  content: "\f7d6";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-swimming-pool:before {
  content: "\f5c5";
}
.fa-sword:before {
  content: "\f71c";
}
.fa-swords:before {
  content: "\f71d";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tablet-android:before {
  content: "\f3fb";
}
.fa-tablet-android-alt:before {
  content: "\f3fc";
}
.fa-tablet-rugged:before {
  content: "\f48f";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tachometer-alt-average:before {
  content: "\f624";
}
.fa-tachometer-alt-fast:before {
  content: "\f625";
}
.fa-tachometer-alt-fastest:before {
  content: "\f626";
}
.fa-tachometer-alt-slow:before {
  content: "\f627";
}
.fa-tachometer-alt-slowest:before {
  content: "\f628";
}
.fa-tachometer-average:before {
  content: "\f629";
}
.fa-tachometer-fast:before {
  content: "\f62a";
}
.fa-tachometer-fastest:before {
  content: "\f62b";
}
.fa-tachometer-slow:before {
  content: "\f62c";
}
.fa-tachometer-slowest:before {
  content: "\f62d";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tally:before {
  content: "\f69c";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-temperature-frigid:before {
  content: "\f768";
}
.fa-temperature-high:before {
  content: "\f769";
}
.fa-temperature-hot:before {
  content: "\f76a";
}
.fa-temperature-low:before {
  content: "\f76b";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-tenge:before {
  content: "\f7d7";
}
.fa-tennis-ball:before {
  content: "\f45e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-theater-masks:before {
  content: "\f630";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-theta:before {
  content: "\f69e";
}
.fa-think-peaks:before {
  content: "\f731";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-thunderstorm:before {
  content: "\f76c";
}
.fa-thunderstorm-moon:before {
  content: "\f76d";
}
.fa-thunderstorm-sun:before {
  content: "\f76e";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-tilde:before {
  content: "\f69f";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-times-hexagon:before {
  content: "\f2ee";
}
.fa-times-octagon:before {
  content: "\f2f0";
}
.fa-times-square:before {
  content: "\f2d3";
}
.fa-tint:before {
  content: "\f043";
}
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-tire:before {
  content: "\f631";
}
.fa-tire-flat:before {
  content: "\f632";
}
.fa-tire-pressure-warning:before {
  content: "\f633";
}
.fa-tire-rugged:before {
  content: "\f634";
}
.fa-tired:before {
  content: "\f5c8";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-toilet:before {
  content: "\f7d8";
}
.fa-toilet-paper:before {
  content: "\f71e";
}
.fa-toilet-paper-alt:before {
  content: "\f71f";
}
.fa-tombstone:before {
  content: "\f720";
}
.fa-tombstone-alt:before {
  content: "\f721";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-tools:before {
  content: "\f7d9";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-toothbrush:before {
  content: "\f635";
}
.fa-torah:before {
  content: "\f6a0";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-tornado:before {
  content: "\f76f";
}
.fa-tractor:before {
  content: "\f722";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-traffic-cone:before {
  content: "\f636";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-traffic-light-go:before {
  content: "\f638";
}
.fa-traffic-light-slow:before {
  content: "\f639";
}
.fa-traffic-light-stop:before {
  content: "\f63a";
}
.fa-train:before {
  content: "\f238";
}
.fa-tram:before {
  content: "\f7da";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-treasure-chest:before {
  content: "\f723";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-tree-alt:before {
  content: "\f400";
}
.fa-tree-christmas:before {
  content: "\f7db";
}
.fa-tree-decorated:before {
  content: "\f7dc";
}
.fa-tree-large:before {
  content: "\f7dd";
}
.fa-trees:before {
  content: "\f724";
}
.fa-trello:before {
  content: "\f181";
}
.fa-triangle:before {
  content: "\f2ec";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-trophy-alt:before {
  content: "\f2eb";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-container:before {
  content: "\f4dc";
}
.fa-truck-couch:before {
  content: "\f4dd";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-truck-plow:before {
  content: "\f7de";
}
.fa-truck-ramp:before {
  content: "\f4e0";
}
.fa-tshirt:before {
  content: "\f553";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-turkey:before {
  content: "\f725";
}
.fa-turtle:before {
  content: "\f726";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-tv-retro:before {
  content: "\f401";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-ubuntu:before {
  content: "\f7df";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-unicorn:before {
  content: "\f727";
}
.fa-union:before {
  content: "\f6a2";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-ups:before {
  content: "\f7e0";
}
.fa-usb:before {
  content: "\f287";
}
.fa-usd-circle:before {
  content: "\f2e8";
}
.fa-usd-square:before {
  content: "\f2e9";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-alt:before {
  content: "\f406";
}
.fa-user-alt-slash:before {
  content: "\f4fa";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-chart:before {
  content: "\f6a3";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-cog:before {
  content: "\f4fe";
}
.fa-user-crown:before {
  content: "\f6a4";
}
.fa-user-edit:before {
  content: "\f4ff";
}
.fa-user-friends:before {
  content: "\f500";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-injured:before {
  content: "\f728";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-class:before {
  content: "\f63d";
}
.fa-users-cog:before {
  content: "\f509";
}
.fa-users-crown:before {
  content: "\f6a5";
}
.fa-usps:before {
  content: "\f7e1";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-fork:before {
  content: "\f2e3";
}
.fa-utensil-knife:before {
  content: "\f2e4";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-utensils-alt:before {
  content: "\f2e6";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-value-absolute:before {
  content: "\f6a6";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-video-plus:before {
  content: "\f4e1";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-volcano:before {
  content: "\f770";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume:before {
  content: "\f6a8";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-mute:before {
  content: "\f6a9";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-slash:before {
  content: "\f2e2";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vote-nay:before {
  content: "\f771";
}
.fa-vote-yea:before {
  content: "\f772";
}
.fa-vr-cardboard:before {
  content: "\f729";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-walking:before {
  content: "\f554";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-wand:before {
  content: "\f72a";
}
.fa-wand-magic:before {
  content: "\f72b";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-warehouse-alt:before {
  content: "\f495";
}
.fa-watch:before {
  content: "\f2e1";
}
.fa-watch-fitness:before {
  content: "\f63e";
}
.fa-water:before {
  content: "\f773";
}
.fa-water-lower:before {
  content: "\f774";
}
.fa-water-rise:before {
  content: "\f775";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weight:before {
  content: "\f496";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whale:before {
  content: "\f72c";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheat:before {
  content: "\f72d";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whistle:before {
  content: "\f460";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wifi-1:before {
  content: "\f6aa";
}
.fa-wifi-2:before {
  content: "\f6ab";
}
.fa-wifi-slash:before {
  content: "\f6ac";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-wind:before {
  content: "\f72e";
}
.fa-wind-warning:before {
  content: "\f776";
}
.fa-window:before {
  content: "\f40e";
}
.fa-window-alt:before {
  content: "\f40f";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-windsock:before {
  content: "\f777";
}
.fa-wine-bottle:before {
  content: "\f72f";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wine-glass-alt:before {
  content: "\f5ce";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wpressr:before {
  content: "\f3e4";
}
.fa-wreath:before {
  content: "\f7e2";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yarn:before {
  content: "\f7e3";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-zhihu:before {
  content: "\f63f";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*!
 * Font Awesome Pro 5.6.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url('../../custom/plugins/ZeoBase/Resources/frontend/webfonts/fa-brands-400.eot');
  src: url('../../custom/plugins/ZeoBase/Resources/frontend/webfonts/fa-brands-400.eot?#iefix') format('embedded-opentype'), url('../../custom/plugins/ZeoBase/Resources/frontend/webfonts/fa-brands-400.woff2') format('woff2'), url('../../custom/plugins/ZeoBase/Resources/frontend/webfonts/fa-brands-400.woff') format('woff'), url('../../custom/plugins/ZeoBase/Resources/frontend/webfonts/fa-brands-400.ttf') format('truetype'), url('../../custom/plugins/ZeoBase/Resources/frontend/webfonts/fa-brands-400.svg#fontawesome') format('svg');
}
.fab {
  font-family: 'Font Awesome 5 Brands';
}
/*!
 * Font Awesome Pro 5.6.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  src: url('../../custom/plugins/ZeoBase/Resources/frontend/webfonts/fa-light-300.eot');
  src: url('../../custom/plugins/ZeoBase/Resources/frontend/webfonts/fa-light-300.eot?#iefix') format('embedded-opentype'), url('../../custom/plugins/ZeoBase/Resources/frontend/webfonts/fa-light-300.woff2') format('woff2'), url('../../custom/plugins/ZeoBase/Resources/frontend/webfonts/fa-light-300.woff') format('woff'), url('../../custom/plugins/ZeoBase/Resources/frontend/webfonts/fa-light-300.ttf') format('truetype'), url('../../custom/plugins/ZeoBase/Resources/frontend/webfonts/fa-light-300.svg#fontawesome') format('svg');
}
.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}
/*!
 * Font Awesome Pro 5.6.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../../custom/plugins/ZeoBase/Resources/frontend/webfonts/fa-regular-400.eot');
  src: url('../../custom/plugins/ZeoBase/Resources/frontend/webfonts/fa-regular-400.eot?#iefix') format('embedded-opentype'), url('../../custom/plugins/ZeoBase/Resources/frontend/webfonts/fa-regular-400.woff2') format('woff2'), url('../../custom/plugins/ZeoBase/Resources/frontend/webfonts/fa-regular-400.woff') format('woff'), url('../../custom/plugins/ZeoBase/Resources/frontend/webfonts/fa-regular-400.ttf') format('truetype'), url('../../custom/plugins/ZeoBase/Resources/frontend/webfonts/fa-regular-400.svg#fontawesome') format('svg');
}
.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
/*!
 * Font Awesome Pro 5.6.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  src: url('../../custom/plugins/ZeoBase/Resources/frontend/webfonts/fa-solid-900.eot');
  src: url('../../custom/plugins/ZeoBase/Resources/frontend/webfonts/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('../../custom/plugins/ZeoBase/Resources/frontend/webfonts/fa-solid-900.woff2') format('woff2'), url('../../custom/plugins/ZeoBase/Resources/frontend/webfonts/fa-solid-900.woff') format('woff'), url('../../custom/plugins/ZeoBase/Resources/frontend/webfonts/fa-solid-900.ttf') format('truetype'), url('../../custom/plugins/ZeoBase/Resources/frontend/webfonts/fa-solid-900.svg#fontawesome') format('svg');
}
.fa,
.fas,
.mapping-link--expand:before,
.product--rating i.icon--star:before,
.product--rating i.icon--star-half:before,
.product--rating i.icon--star-empty:before,
.product--rating i.icon--star-half:after,
.product--rating i.icon--star-half:before,
.is--ctl-index .product--details .product--attributes .product--rating .icon--star,
.is--ctl-index .product--details .product--rating-container .product--rating .icon--star,
.is--ctl-index .product--details .product--attributes .product--rating .icon--star-half,
.is--ctl-index .product--details .product--rating-container .product--rating .icon--star-half,
.is--ctl-index .product--details .product--attributes .product--rating .rating--count-wrapper,
.is--ctl-index .product--details .product--rating-container .product--rating .rating--count-wrapper {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}
/*!
 * Font Awesome Pro 5.6.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa.fa-glass:before {
  content: "\f000";
}
.fa.fa-meetup {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-star-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-star-o:before {
  content: "\f005";
}
.fa.fa-remove:before {
  content: "\f00d";
}
.fa.fa-close:before {
  content: "\f00d";
}
.fa.fa-gear:before {
  content: "\f013";
}
.fa.fa-trash-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-trash-o:before {
  content: "\f2ed";
}
.fa.fa-file-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-file-o:before {
  content: "\f15b";
}
.fa.fa-clock-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-clock-o:before {
  content: "\f017";
}
.fa.fa-arrow-circle-o-down {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-arrow-circle-o-down:before {
  content: "\f358";
}
.fa.fa-arrow-circle-o-up {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-arrow-circle-o-up:before {
  content: "\f35b";
}
.fa.fa-play-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-play-circle-o:before {
  content: "\f144";
}
.fa.fa-repeat:before {
  content: "\f01e";
}
.fa.fa-rotate-right:before {
  content: "\f01e";
}
.fa.fa-refresh:before {
  content: "\f021";
}
.fa.fa-list-alt {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-dedent:before {
  content: "\f03b";
}
.fa.fa-video-camera:before {
  content: "\f03d";
}
.fa.fa-picture-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-picture-o:before {
  content: "\f03e";
}
.fa.fa-photo {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-photo:before {
  content: "\f03e";
}
.fa.fa-image {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-image:before {
  content: "\f03e";
}
.fa.fa-pencil:before {
  content: "\f303";
}
.fa.fa-map-marker:before {
  content: "\f3c5";
}
.fa.fa-pencil-square-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-pencil-square-o:before {
  content: "\f044";
}
.fa.fa-share-square-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-share-square-o:before {
  content: "\f14d";
}
.fa.fa-check-square-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-check-square-o:before {
  content: "\f14a";
}
.fa.fa-arrows:before {
  content: "\f0b2";
}
.fa.fa-times-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-times-circle-o:before {
  content: "\f057";
}
.fa.fa-check-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-check-circle-o:before {
  content: "\f058";
}
.fa.fa-mail-forward:before {
  content: "\f064";
}
.fa.fa-eye {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-eye-slash {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-warning:before {
  content: "\f071";
}
.fa.fa-calendar:before {
  content: "\f073";
}
.fa.fa-arrows-v:before {
  content: "\f338";
}
.fa.fa-arrows-h:before {
  content: "\f337";
}
.fa.fa-bar-chart {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-bar-chart:before {
  content: "\f080";
}
.fa.fa-bar-chart-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-bar-chart-o:before {
  content: "\f080";
}
.fa.fa-twitter-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-facebook-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-gears:before {
  content: "\f085";
}
.fa.fa-thumbs-o-up {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-thumbs-o-up:before {
  content: "\f164";
}
.fa.fa-thumbs-o-down {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-thumbs-o-down:before {
  content: "\f165";
}
.fa.fa-heart-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-heart-o:before {
  content: "\f004";
}
.fa.fa-sign-out:before {
  content: "\f2f5";
}
.fa.fa-linkedin-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-linkedin-square:before {
  content: "\f08c";
}
.fa.fa-thumb-tack:before {
  content: "\f08d";
}
.fa.fa-external-link:before {
  content: "\f35d";
}
.fa.fa-sign-in:before {
  content: "\f2f6";
}
.fa.fa-github-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-lemon-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-lemon-o:before {
  content: "\f094";
}
.fa.fa-square-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-square-o:before {
  content: "\f0c8";
}
.fa.fa-bookmark-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-bookmark-o:before {
  content: "\f02e";
}
.fa.fa-twitter {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-facebook {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-facebook:before {
  content: "\f39e";
}
.fa.fa-facebook-f {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-facebook-f:before {
  content: "\f39e";
}
.fa.fa-github {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-credit-card {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-feed:before {
  content: "\f09e";
}
.fa.fa-hdd-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hdd-o:before {
  content: "\f0a0";
}
.fa.fa-hand-o-right {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa.fa-hand-o-left {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa.fa-hand-o-up {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa.fa-hand-o-down {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa.fa-arrows-alt:before {
  content: "\f31e";
}
.fa.fa-group:before {
  content: "\f0c0";
}
.fa.fa-chain:before {
  content: "\f0c1";
}
.fa.fa-scissors:before {
  content: "\f0c4";
}
.fa.fa-files-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-files-o:before {
  content: "\f0c5";
}
.fa.fa-floppy-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-floppy-o:before {
  content: "\f0c7";
}
.fa.fa-navicon:before {
  content: "\f0c9";
}
.fa.fa-reorder:before {
  content: "\f0c9";
}
.fa.fa-pinterest {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-pinterest-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-google-plus-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-google-plus {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-google-plus:before {
  content: "\f0d5";
}
.fa.fa-money {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-money:before {
  content: "\f3d1";
}
.fa.fa-unsorted:before {
  content: "\f0dc";
}
.fa.fa-sort-desc:before {
  content: "\f0dd";
}
.fa.fa-sort-asc:before {
  content: "\f0de";
}
.fa.fa-linkedin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-linkedin:before {
  content: "\f0e1";
}
.fa.fa-rotate-left:before {
  content: "\f0e2";
}
.fa.fa-legal:before {
  content: "\f0e3";
}
.fa.fa-tachometer:before {
  content: "\f3fd";
}
.fa.fa-dashboard:before {
  content: "\f3fd";
}
.fa.fa-comment-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-comment-o:before {
  content: "\f075";
}
.fa.fa-comments-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-comments-o:before {
  content: "\f086";
}
.fa.fa-flash:before {
  content: "\f0e7";
}
.fa.fa-clipboard {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-paste {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-paste:before {
  content: "\f328";
}
.fa.fa-lightbulb-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa.fa-exchange:before {
  content: "\f362";
}
.fa.fa-cloud-download:before {
  content: "\f381";
}
.fa.fa-cloud-upload:before {
  content: "\f382";
}
.fa.fa-bell-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-bell-o:before {
  content: "\f0f3";
}
.fa.fa-cutlery:before {
  content: "\f2e7";
}
.fa.fa-file-text-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-file-text-o:before {
  content: "\f15c";
}
.fa.fa-building-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-building-o:before {
  content: "\f1ad";
}
.fa.fa-hospital-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hospital-o:before {
  content: "\f0f8";
}
.fa.fa-tablet:before {
  content: "\f3fa";
}
.fa.fa-mobile:before {
  content: "\f3cd";
}
.fa.fa-mobile-phone:before {
  content: "\f3cd";
}
.fa.fa-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-circle-o:before {
  content: "\f111";
}
.fa.fa-mail-reply:before {
  content: "\f3e5";
}
.fa.fa-github-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-folder-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-folder-o:before {
  content: "\f07b";
}
.fa.fa-folder-open-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-folder-open-o:before {
  content: "\f07c";
}
.fa.fa-smile-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-smile-o:before {
  content: "\f118";
}
.fa.fa-frown-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-frown-o:before {
  content: "\f119";
}
.fa.fa-meh-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-meh-o:before {
  content: "\f11a";
}
.fa.fa-keyboard-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-keyboard-o:before {
  content: "\f11c";
}
.fa.fa-flag-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-flag-o:before {
  content: "\f024";
}
.fa.fa-mail-reply-all:before {
  content: "\f122";
}
.fa.fa-star-half-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-star-half-o:before {
  content: "\f089";
}
.fa.fa-star-half-empty {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-star-half-empty:before {
  content: "\f089";
}
.fa.fa-star-half-full {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-star-half-full:before {
  content: "\f089";
}
.fa.fa-code-fork:before {
  content: "\f126";
}
.fa.fa-chain-broken:before {
  content: "\f127";
}
.fa.fa-shield:before {
  content: "\f3ed";
}
.fa.fa-calendar-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-calendar-o:before {
  content: "\f133";
}
.fa.fa-maxcdn {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-html5 {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-css3 {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-ticket:before {
  content: "\f3ff";
}
.fa.fa-minus-square-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-minus-square-o:before {
  content: "\f146";
}
.fa.fa-level-up:before {
  content: "\f3bf";
}
.fa.fa-level-down:before {
  content: "\f3be";
}
.fa.fa-pencil-square:before {
  content: "\f14b";
}
.fa.fa-external-link-square:before {
  content: "\f360";
}
.fa.fa-compass {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-caret-square-o-down {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa.fa-toggle-down {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-toggle-down:before {
  content: "\f150";
}
.fa.fa-caret-square-o-up {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa.fa-toggle-up {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-toggle-up:before {
  content: "\f151";
}
.fa.fa-caret-square-o-right {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa.fa-toggle-right {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-toggle-right:before {
  content: "\f152";
}
.fa.fa-eur:before {
  content: "\f153";
}
.fa.fa-euro:before {
  content: "\f153";
}
.fa.fa-gbp:before {
  content: "\f154";
}
.fa.fa-usd:before {
  content: "\f155";
}
.fa.fa-dollar:before {
  content: "\f155";
}
.fa.fa-inr:before {
  content: "\f156";
}
.fa.fa-rupee:before {
  content: "\f156";
}
.fa.fa-jpy:before {
  content: "\f157";
}
.fa.fa-cny:before {
  content: "\f157";
}
.fa.fa-rmb:before {
  content: "\f157";
}
.fa.fa-yen:before {
  content: "\f157";
}
.fa.fa-rub:before {
  content: "\f158";
}
.fa.fa-ruble:before {
  content: "\f158";
}
.fa.fa-rouble:before {
  content: "\f158";
}
.fa.fa-krw:before {
  content: "\f159";
}
.fa.fa-won:before {
  content: "\f159";
}
.fa.fa-btc {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-bitcoin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-bitcoin:before {
  content: "\f15a";
}
.fa.fa-file-text:before {
  content: "\f15c";
}
.fa.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa.fa-youtube-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-youtube {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-xing {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-xing-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-youtube-play {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-youtube-play:before {
  content: "\f167";
}
.fa.fa-dropbox {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-stack-overflow {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-instagram {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-flickr {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-adn {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-bitbucket {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-bitbucket-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-bitbucket-square:before {
  content: "\f171";
}
.fa.fa-tumblr {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-tumblr-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-long-arrow-down:before {
  content: "\f309";
}
.fa.fa-long-arrow-up:before {
  content: "\f30c";
}
.fa.fa-long-arrow-left:before {
  content: "\f30a";
}
.fa.fa-long-arrow-right:before {
  content: "\f30b";
}
.fa.fa-apple {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-windows {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-android {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-linux {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-dribbble {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-skype {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-foursquare {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-trello {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-gratipay {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-gittip {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-gittip:before {
  content: "\f184";
}
.fa.fa-sun-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-sun-o:before {
  content: "\f185";
}
.fa.fa-moon-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-moon-o:before {
  content: "\f186";
}
.fa.fa-vk {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-weibo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-renren {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-pagelines {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-stack-exchange {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-arrow-circle-o-right {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-arrow-circle-o-right:before {
  content: "\f35a";
}
.fa.fa-arrow-circle-o-left {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-arrow-circle-o-left:before {
  content: "\f359";
}
.fa.fa-caret-square-o-left {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa.fa-toggle-left {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-toggle-left:before {
  content: "\f191";
}
.fa.fa-dot-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-dot-circle-o:before {
  content: "\f192";
}
.fa.fa-vimeo-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-try:before {
  content: "\f195";
}
.fa.fa-turkish-lira:before {
  content: "\f195";
}
.fa.fa-plus-square-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-plus-square-o:before {
  content: "\f0fe";
}
.fa.fa-slack {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-wordpress {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-openid {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-institution:before {
  content: "\f19c";
}
.fa.fa-bank:before {
  content: "\f19c";
}
.fa.fa-mortar-board:before {
  content: "\f19d";
}
.fa.fa-yahoo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-google {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-reddit {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-reddit-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-stumbleupon-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-stumbleupon {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-delicious {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-digg {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-pied-piper-pp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-pied-piper-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-drupal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-joomla {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-spoon:before {
  content: "\f2e5";
}
.fa.fa-behance {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-behance-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-steam {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-steam-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-automobile:before {
  content: "\f1b9";
}
.fa.fa-cab:before {
  content: "\f1ba";
}
.fa.fa-envelope-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-envelope-o:before {
  content: "\f0e0";
}
.fa.fa-deviantart {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-soundcloud {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-file-pdf-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa.fa-file-word-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-file-word-o:before {
  content: "\f1c2";
}
.fa.fa-file-excel-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa.fa-file-powerpoint-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa.fa-file-image-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-file-image-o:before {
  content: "\f1c5";
}
.fa.fa-file-photo-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-file-photo-o:before {
  content: "\f1c5";
}
.fa.fa-file-picture-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-file-picture-o:before {
  content: "\f1c5";
}
.fa.fa-file-archive-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa.fa-file-zip-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-file-zip-o:before {
  content: "\f1c6";
}
.fa.fa-file-audio-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa.fa-file-sound-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-file-sound-o:before {
  content: "\f1c7";
}
.fa.fa-file-video-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-file-video-o:before {
  content: "\f1c8";
}
.fa.fa-file-movie-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-file-movie-o:before {
  content: "\f1c8";
}
.fa.fa-file-code-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-file-code-o:before {
  content: "\f1c9";
}
.fa.fa-vine {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-codepen {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-jsfiddle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-life-ring {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-life-bouy {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-life-bouy:before {
  content: "\f1cd";
}
.fa.fa-life-buoy {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-life-buoy:before {
  content: "\f1cd";
}
.fa.fa-life-saver {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-life-saver:before {
  content: "\f1cd";
}
.fa.fa-support {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-support:before {
  content: "\f1cd";
}
.fa.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa.fa-rebel {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-ra {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-ra:before {
  content: "\f1d0";
}
.fa.fa-resistance {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-resistance:before {
  content: "\f1d0";
}
.fa.fa-empire {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-ge {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-ge:before {
  content: "\f1d1";
}
.fa.fa-git-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-git {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-hacker-news {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-y-combinator-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-y-combinator-square:before {
  content: "\f1d4";
}
.fa.fa-yc-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-yc-square:before {
  content: "\f1d4";
}
.fa.fa-tencent-weibo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-qq {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-weixin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-wechat {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-wechat:before {
  content: "\f1d7";
}
.fa.fa-send:before {
  content: "\f1d8";
}
.fa.fa-paper-plane-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-paper-plane-o:before {
  content: "\f1d8";
}
.fa.fa-send-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-send-o:before {
  content: "\f1d8";
}
.fa.fa-circle-thin {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-circle-thin:before {
  content: "\f111";
}
.fa.fa-header:before {
  content: "\f1dc";
}
.fa.fa-sliders:before {
  content: "\f1de";
}
.fa.fa-futbol-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-futbol-o:before {
  content: "\f1e3";
}
.fa.fa-soccer-ball-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-soccer-ball-o:before {
  content: "\f1e3";
}
.fa.fa-slideshare {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-twitch {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-yelp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-newspaper-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa.fa-paypal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-google-wallet {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-cc-visa {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-cc-mastercard {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-cc-discover {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-cc-amex {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-cc-paypal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-cc-stripe {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-bell-slash-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-bell-slash-o:before {
  content: "\f1f6";
}
.fa.fa-trash:before {
  content: "\f2ed";
}
.fa.fa-copyright {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-eyedropper:before {
  content: "\f1fb";
}
.fa.fa-area-chart:before {
  content: "\f1fe";
}
.fa.fa-pie-chart:before {
  content: "\f200";
}
.fa.fa-line-chart:before {
  content: "\f201";
}
.fa.fa-lastfm {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-lastfm-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-ioxhost {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-angellist {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-cc {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-cc:before {
  content: "\f20a";
}
.fa.fa-ils:before {
  content: "\f20b";
}
.fa.fa-shekel:before {
  content: "\f20b";
}
.fa.fa-sheqel:before {
  content: "\f20b";
}
.fa.fa-meanpath {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-meanpath:before {
  content: "\f2b4";
}
.fa.fa-buysellads {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-connectdevelop {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-dashcube {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-forumbee {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-leanpub {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-sellsy {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-shirtsinbulk {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-simplybuilt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-skyatlas {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-diamond {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-diamond:before {
  content: "\f3a5";
}
.fa.fa-intersex:before {
  content: "\f224";
}
.fa.fa-facebook-official {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-facebook-official:before {
  content: "\f09a";
}
.fa.fa-pinterest-p {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-whatsapp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-hotel:before {
  content: "\f236";
}
.fa.fa-viacoin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-medium {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-y-combinator {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-yc {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-yc:before {
  content: "\f23b";
}
.fa.fa-optin-monster {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-opencart {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-expeditedssl {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-battery-4:before {
  content: "\f240";
}
.fa.fa-battery:before {
  content: "\f240";
}
.fa.fa-battery-3:before {
  content: "\f241";
}
.fa.fa-battery-2:before {
  content: "\f242";
}
.fa.fa-battery-1:before {
  content: "\f243";
}
.fa.fa-battery-0:before {
  content: "\f244";
}
.fa.fa-object-group {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-object-ungroup {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-sticky-note-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-sticky-note-o:before {
  content: "\f249";
}
.fa.fa-cc-jcb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-cc-diners-club {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-clone {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hourglass-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hourglass-o:before {
  content: "\f254";
}
.fa.fa-hourglass-1:before {
  content: "\f251";
}
.fa.fa-hourglass-2:before {
  content: "\f252";
}
.fa.fa-hourglass-3:before {
  content: "\f253";
}
.fa.fa-hand-rock-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hand-rock-o:before {
  content: "\f255";
}
.fa.fa-hand-grab-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hand-grab-o:before {
  content: "\f255";
}
.fa.fa-hand-paper-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hand-paper-o:before {
  content: "\f256";
}
.fa.fa-hand-stop-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hand-stop-o:before {
  content: "\f256";
}
.fa.fa-hand-scissors-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa.fa-hand-lizard-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa.fa-hand-spock-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hand-spock-o:before {
  content: "\f259";
}
.fa.fa-hand-pointer-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa.fa-hand-peace-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa.fa-registered {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-creative-commons {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-gg {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-gg-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-tripadvisor {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-odnoklassniki {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-odnoklassniki-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-get-pocket {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-wikipedia-w {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-safari {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-chrome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-firefox {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-opera {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-internet-explorer {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-television:before {
  content: "\f26c";
}
.fa.fa-contao {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-500px {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-amazon {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-calendar-plus-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa.fa-calendar-minus-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa.fa-calendar-times-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-calendar-times-o:before {
  content: "\f273";
}
.fa.fa-calendar-check-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-calendar-check-o:before {
  content: "\f274";
}
.fa.fa-map-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-map-o:before {
  content: "\f279";
}
.fa.fa-commenting:before {
  content: "\f4ad";
}
.fa.fa-commenting-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-commenting-o:before {
  content: "\f4ad";
}
.fa.fa-houzz {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-vimeo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-vimeo:before {
  content: "\f27d";
}
.fa.fa-black-tie {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-fonticons {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-reddit-alien {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-edge {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-credit-card-alt:before {
  content: "\f09d";
}
.fa.fa-codiepie {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-modx {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-fort-awesome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-usb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-product-hunt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-mixcloud {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-scribd {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-pause-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-pause-circle-o:before {
  content: "\f28b";
}
.fa.fa-stop-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-stop-circle-o:before {
  content: "\f28d";
}
.fa.fa-bluetooth {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-bluetooth-b {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-gitlab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-wpbeginner {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-wpforms {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-envira {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-wheelchair-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-wheelchair-alt:before {
  content: "\f368";
}
.fa.fa-question-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-question-circle-o:before {
  content: "\f059";
}
.fa.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa.fa-asl-interpreting:before {
  content: "\f2a3";
}
.fa.fa-deafness:before {
  content: "\f2a4";
}
.fa.fa-hard-of-hearing:before {
  content: "\f2a4";
}
.fa.fa-glide {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-glide-g {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-signing:before {
  content: "\f2a7";
}
.fa.fa-viadeo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-viadeo-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-snapchat {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-snapchat-ghost {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-snapchat-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-pied-piper {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-first-order {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-yoast {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-themeisle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-google-plus-official {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa.fa-google-plus-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-google-plus-circle:before {
  content: "\f2b3";
}
.fa.fa-font-awesome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-fa {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-fa:before {
  content: "\f2b4";
}
.fa.fa-handshake-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-handshake-o:before {
  content: "\f2b5";
}
.fa.fa-envelope-open-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-envelope-open-o:before {
  content: "\f2b6";
}
.fa.fa-linode {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-address-book-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-address-book-o:before {
  content: "\f2b9";
}
.fa.fa-vcard:before {
  content: "\f2bb";
}
.fa.fa-address-card-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-address-card-o:before {
  content: "\f2bb";
}
.fa.fa-vcard-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-vcard-o:before {
  content: "\f2bb";
}
.fa.fa-user-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-user-circle-o:before {
  content: "\f2bd";
}
.fa.fa-user-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-user-o:before {
  content: "\f007";
}
.fa.fa-id-badge {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-drivers-license:before {
  content: "\f2c2";
}
.fa.fa-id-card-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-id-card-o:before {
  content: "\f2c2";
}
.fa.fa-drivers-license-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-drivers-license-o:before {
  content: "\f2c2";
}
.fa.fa-quora {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-free-code-camp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-telegram {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-thermometer-4:before {
  content: "\f2c7";
}
.fa.fa-thermometer:before {
  content: "\f2c7";
}
.fa.fa-thermometer-3:before {
  content: "\f2c8";
}
.fa.fa-thermometer-2:before {
  content: "\f2c9";
}
.fa.fa-thermometer-1:before {
  content: "\f2ca";
}
.fa.fa-thermometer-0:before {
  content: "\f2cb";
}
.fa.fa-bathtub:before {
  content: "\f2cd";
}
.fa.fa-s15:before {
  content: "\f2cd";
}
.fa.fa-window-maximize {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-window-restore {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-times-rectangle:before {
  content: "\f410";
}
.fa.fa-window-close-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-window-close-o:before {
  content: "\f410";
}
.fa.fa-times-rectangle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-times-rectangle-o:before {
  content: "\f410";
}
.fa.fa-bandcamp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-grav {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-etsy {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-imdb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-ravelry {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-eercast {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-eercast:before {
  content: "\f2da";
}
.fa.fa-snowflake-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa.fa-superpowers {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-wpexplorer {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-spotify {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
/*
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);`
*/
.call-to-action {
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
}
.call-to-action--title {
  color: #2a3d38;
}
.coffee-machine--input-label {
  padding: 0.3125rem 0rem 0.3125rem 0rem;
}
.coffee-machine--input-label label {
  font-size: 1rem;
}
.favorite-store--input .select-field select {
  border-bottom: 1px solid #e0e0e0;
  font: inherit;
  color: #666666;
}
.sidebar--categories-wrapper div.shop-faq--container {
  border: none;
}
.sidebar--categories-wrapper div.shop-faq--container .navigation--entry {
  border-bottom: none;
}
.faq-sidebar-container {
  display: block;
  padding: 1.25rem 1.25rem 0rem 1.25rem;
}
.faq-sidebar-wrapper .shop-faq--container {
  display: none;
}
@media screen and (min-width: 78.75em) {
  .faq-sidebar-container {
    display: none;
  }
  .faq-sidebar-wrapper .shop-faq--container {
    display: block;
  }
}
:not(img).lazy,
:not(img).lazyloading {
  background-image: url(data:image/svg+xml;base64,PCEtLSBCeSBTYW0gSGVyYmVydCAoQHNoZXJiKSwgZm9yIGV2ZXJ5b25lLiBNb3JlIEAgaHR0cDovL2dvby5nbC83QUp6YkwgLS0+DQo8c3ZnIHdpZHRoPSI1NSIgaGVpZ2h0PSI4MCIgdmlld0JveD0iMCAwIDU1IDgwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiMwMDAiPg0KICAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDAgODApIj4NCiAgICAgICAgPHJlY3Qgd2lkdGg9IjEwIiBoZWlnaHQ9IjIwIiByeD0iMyI+DQogICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJoZWlnaHQiDQogICAgICAgICAgICAgICAgIGJlZ2luPSIwcyIgZHVyPSI0LjNzIg0KICAgICAgICAgICAgICAgICB2YWx1ZXM9IjIwOzQ1OzU3OzgwOzY0OzMyOzY2OzQ1OzY0OzIzOzY2OzEzOzY0OzU2OzM0OzM0OzI7MjM7NzY7Nzk7MjAiIGNhbGNNb2RlPSJsaW5lYXIiDQogICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPg0KICAgICAgICA8L3JlY3Q+DQogICAgICAgIDxyZWN0IHg9IjE1IiB3aWR0aD0iMTAiIGhlaWdodD0iODAiIHJ4PSIzIj4NCiAgICAgICAgICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImhlaWdodCINCiAgICAgICAgICAgICAgICAgYmVnaW49IjBzIiBkdXI9IjJzIg0KICAgICAgICAgICAgICAgICB2YWx1ZXM9IjgwOzU1OzMzOzU7NzU7MjM7NzM7MzM7MTI7MTQ7NjA7ODAiIGNhbGNNb2RlPSJsaW5lYXIiDQogICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPg0KICAgICAgICA8L3JlY3Q+DQogICAgICAgIDxyZWN0IHg9IjMwIiB3aWR0aD0iMTAiIGhlaWdodD0iNTAiIHJ4PSIzIj4NCiAgICAgICAgICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImhlaWdodCINCiAgICAgICAgICAgICAgICAgYmVnaW49IjBzIiBkdXI9IjEuNHMiDQogICAgICAgICAgICAgICAgIHZhbHVlcz0iNTA7MzQ7Nzg7MjM7NTY7MjM7MzQ7NzY7ODA7NTQ7MjE7NTAiIGNhbGNNb2RlPSJsaW5lYXIiDQogICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPg0KICAgICAgICA8L3JlY3Q+DQogICAgICAgIDxyZWN0IHg9IjQ1IiB3aWR0aD0iMTAiIGhlaWdodD0iMzAiIHJ4PSIzIj4NCiAgICAgICAgICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImhlaWdodCINCiAgICAgICAgICAgICAgICAgYmVnaW49IjBzIiBkdXI9IjJzIg0KICAgICAgICAgICAgICAgICB2YWx1ZXM9IjMwOzQ1OzEzOzgwOzU2OzcyOzQ1Ozc2OzM0OzIzOzY3OzMwIiBjYWxjTW9kZT0ibGluZWFyIg0KICAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4NCiAgICAgICAgPC9yZWN0Pg0KICAgIDwvZz4NCjwvc3ZnPg0K) !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  background-size: 20% !important;
}
.register--form .panel--body {
  display: flex;
  flex-direction: row;
  align-content: stretch;
  flex-wrap: wrap;
}
.register--form .panel--body > * {
  width: 100%;
  max-width: 100%;
}
.register--form .panel--body .register--field-zipcode {
  width: 49%;
}
.register--form .panel--body .register--additional-line1 {
  width: 49%;
  margin-left: 2%;
}
@media screen and (min-width: 78.75em) {
  .register--form .panel--body .register--additional-line1 {
    width: 29%;
  }
}
.register--form .panel--body .register--country.field--select.select-field {
  margin-right: calc( 100% - 18.125rem );
}
@media screen and (min-width: 48em) {
  .register--form .panel--body .register--country.field--select.select-field {
    max-width: unset;
    width: 49%;
    margin-right: 50%;
  }
}
.register--form .panel--body input[type="text"].is--disabled {
  color: #aaaaaa;
}
.is--maintenance {
  text-align: center;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 0.01%;
  -moz-flex: 1 1 0.01%;
  -ms-flex: 1 1 0.01%;
  flex: 1 1 0.01%;
  -ms-flex-positive: 1;
  -ms-flex-negative: 1;
  -ms-flex-preferred-size: 0.01%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  min-height: 0;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.is--maintenance header {
  padding: 20px;
}
.is--maintenance header .top-bar--language {
  text-align: left;
}
.is--maintenance header .logo--shop {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 0.01%;
  -moz-flex: 1 1 0.01%;
  -ms-flex: 1 1 0.01%;
  flex: 1 1 0.01%;
  -ms-flex-positive: 1;
  -ms-flex-negative: 1;
  -ms-flex-preferred-size: 0.01%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  top: 10px;
}
.is--maintenance article {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 0.01%;
  -moz-flex: 1 1 0.01%;
  -ms-flex: 1 1 0.01%;
  flex: 1 1 0.01%;
  -ms-flex-positive: 1;
  -ms-flex-negative: 1;
  -ms-flex-preferred-size: 0.01%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  min-height: 0;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-lines: multiple;
  -moz-box-lines: mulitple;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 20px;
  width: 80%;
}
.is--maintenance article h1 {
  font-size: 50px;
}
.is--maintenance article p {
  font-size: 20px;
}
.emotion--shop-the-look .shop-the-look--title {
  font-size: 1.25rem;
  padding: 0.625rem 1.875rem 0.625rem 1.875rem;
  left: 0;
  bottom: 0;
  top: unset;
  right: 0;
  width: 100%;
  font-weight: 600;
  text-transform: uppercase;
  background: #9e998f;
}
.emotion--shop-the-look .shop-the-look--title .icon--arrow-left,
.emotion--shop-the-look .shop-the-look--title .icon--arrow-right {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  color: #fff;
  cursor: pointer;
  width: 1.875rem;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.emotion--shop-the-look .shop-the-look--title .icon--arrow-left {
  left: 0;
}
.emotion--shop-the-look .shop-the-look--title .icon--arrow-right {
  right: 0;
}
.emotion--shop-the-look .shop-the-look--banner-slide {
  height: 100%;
  width: 100%;
}
.emotion--shop-the-look .shop-the-look--sidebar {
  z-index: calc(5001);
  position: absolute;
  right: 0;
  left: unset;
  top: 0;
  bottom: 0;
  height: 100%;
  background: #fff;
  transform: translateX(100%);
  transition: transform linear 200ms;
  width: 17.5rem;
}
.emotion--shop-the-look .shop-the-look--sidebar .sidebar--toggle {
  position: absolute;
  right: 100%;
  top: 50%;
  margin: auto;
  z-index: calc(5001);
  background: #fff;
  text-transform: uppercase;
  color: #000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding: 0rem 0.625rem 0rem 0.625rem;
  font-size: 1.125rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 2.5rem;
  line-height: 2.5rem;
}
.emotion--shop-the-look .shop-the-look--sidebar .sidebar--toggle .icon--arrow-left {
  position: absolute;
  height: 100%;
  background: #2a3d38;
  color: #fff;
  top: 0;
  left: -1.5625rem;
  width: 1.5625rem;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.125rem;
  height: 2.5rem;
}
.emotion--shop-the-look .shop-the-look--sidebar .sidebar--toggle .icon--arrow-left:before {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.emotion--shop-the-look .shop-the-look--sidebar .product--box {
  order: 2;
}
.emotion--shop-the-look .shop-the-look--sidebar .product--box.is--active {
  order: 1;
}
.emotion--shop-the-look .shop-the-look--sidebar .product--box.is--active .box--content {
  border-color: #666666;
}
.emotion--shop-the-look .shop-the-look--sidebar.off-canvas {
  overflow: visible;
}
.emotion--shop-the-look .shop-the-look--sidebar.off-canvas .sidebar--products {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  min-height: 0;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow-y: scroll;
  height: 100%;
}
.emotion--shop-the-look .shop-the-look--sidebar.is--open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.emotion--shop-the-look .shop-the-look--sidebar.is--open .sidebar--toggle {
  width: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 0;
  pointer-events: none;
}
.emotion--shop-the-look .shop-the-look--sidebar.is--open .sidebar--toggle .icon--arrow-left:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.emotion--shop-the-look .shop-the-look--sidebar .product--box {
  width: 100%;
}
.banner-slider {
  cursor: auto;
}
.banner-slider--mapping-link {
  position: absolute;
}
.banner--mapping-link {
  position: absolute;
}
.mapping-link--expand {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.mapping-link--expand:before {
  content: "\f067";
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 24px;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #000;
}
@media screen and (min-width: 48em) {
  .emotion--shop-the-look .shop-the-look--title {
    font-size: 2.5rem;
    padding: 0.9375rem 3.75rem 0.9375rem 3.75rem;
    left: 0;
    bottom: 0;
    right: unset;
    width: auto;
  }
  .emotion--shop-the-look .shop-the-look--title .icon--arrow-left,
  .emotion--shop-the-look .shop-the-look--title .icon--arrow-right {
    width: 3.75rem;
  }
}
.recipe {
  color: #2a3d38;
}
.recipe .blog--detail .blog--detail-header {
  margin-bottom: 0;
}
.recipe .blog--detail .blog--detail-header--content {
  text-align: center;
  padding: 0;
}
.recipe .blog--detail .blog--detail-header--content .blog--detail-headline {
  text-align: center;
}
@media screen and (min-width: 64em) {
  .recipe .blog--detail .blog--detail-header--content .blog--detail-image-container .blog--image {
    border-radius: 30px;
  }
}
.recipe .blog--detail .blog--detail-header--content .blog--detail-description {
  margin: 0 auto;
  padding: 0;
}
.recipe .blog--detail .blog--detail-header--content .blog--detail-description-text {
  font-size: 1.3rem;
}
.recipe .blog--detail .blog--detail-header--content .blog--detail-properties {
  font-size: 1.15rem;
  list-style-type: none;
  display: flex;
  justify-content: center;
  margin: 1.875rem 0rem 1.875rem 0rem;
}
@media screen and (max-width: 64em) {
  .recipe .blog--detail .blog--detail-header--content .blog--detail-properties {
    font-size: 1rem;
    flex-direction: column;
  }
}
.recipe .blog--detail .blog--detail-header--content .blog--detail-properties-property:not(:last-child):after {
  text-align: center;
  content: "—";
  margin: 0 10px;
}
@media screen and (max-width: 64em) {
  .recipe .blog--detail .blog--detail-header--content .blog--detail-properties-property:not(:last-child):after {
    margin: 0;
    width: 100%;
    display: block;
  }
}
.recipe .blog--detail .blog--detail-header--content .blog--detail-image-container {
  padding: 0;
}
.recipe .blog--detail .blog--detail-header--content .blog-video,
.recipe .blog--detail .blog--detail-header--content .blog--image {
  width: 100%;
  height: 360px;
  max-height: unset;
}
@media screen and (min-width: 64em) {
  .recipe .blog--detail .blog--detail-header--content .blog-video,
  .recipe .blog--detail .blog--detail-header--content .blog--image {
    border-radius: 30px;
    height: 500px;
  }
}
.recipe .blog--detail .blog--detail-header--content .blog--image {
  object-fit: cover;
}
.recipe .blog--detail .blog--detail-header--content .blog-video {
  background: #000;
  object-fit: cover;
}
.recipe .blog--detail .blog--detail-header--content .blog-video.is-playing {
  object-fit: contain;
}
.recipe .blog--detail .blog--detail-box {
  background: #f9f4ee;
}
.recipe .blog--detail .blog--detail-box .blog--detail-box-body {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 64em) {
  .recipe .blog--detail .blog--detail-box .blog--detail-box-body {
    flex-direction: row;
  }
}
.recipe .blog--detail .blog--detail-box .blog--detail-box-body .blog--detail-box-suggestions {
  margin: 20px;
}
.recipe .blog--detail .blog--detail-box .blog--detail-box-body .blog--detail-description {
  margin: 0 auto;
}
.recipe .blog--detail .blog--detail-box .blog--detail-recipe-ingredients {
  margin-bottom: 2.5rem;
}
.recipe .blog--detail .blog--detail-box ul {
  padding: 0;
  list-style-type: none;
}
.recipe .blog--detail .blog--detail-box ul > li:before {
  content: "-";
}
.recipe .blog--detail .blog--detail-box .recipe--suggestions {
  border: 1px solid #ccc;
  border-radius: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 20px;
}
.recipe .blog--detail .blog--detail-box .recipe--suggestions-title {
  position: relative;
  top: -22px;
  z-index: 2;
  background: #f7f6f2;
}
.recipe .blog--detail .blog--detail-box .recipe--suggestions-items {
  display: flex;
  flex-direction: column;
}
.recipe .blog--detail .blog--detail-box .recipe--suggestions-items .product-slider--item {
  width: 100%;
}
.recipe .emotion--blog .blog--entry .blog--image {
  border-radius: 20px;
}
.recipes .blog--header {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 0 auto;
  background: transparent;
  z-index: 100;
}
.recipes .blog--header .banner--content h1 {
  color: white;
  font-size: 3rem;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .recipes .blog--header .banner--content h1 {
    font-size: 4rem;
    margin-bottom: 50px;
  }
}
.recipes .blog--header .banner--content .blog--search-label {
  display: flex;
  align-items: center;
}
.recipes .blog--header .banner--content .blog--search-label .blog--search {
  width: 100%;
  background: white;
  border-radius: 20px 0 0 20px;
  border: none;
}
.recipes .blog--header .banner--content .blog--search-label .blog--searcher {
  position: unset;
  background: white;
  min-height: unset !important;
  right: 4px;
  height: 100%;
  padding: 9px 9px 10px 9px;
  border: none;
  border-radius: 0 20px 20px 0;
}
.recipes .blog--listing--container {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 4.375rem;
}
@media screen and (max-width: 64em) {
  .recipes .blog--listing--container {
    margin-bottom: 10px;
  }
}
.recipes .blog--listing--container .blog--intro--image {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
}
.recipes .blog--listing--container .blog--intro--image .banner--img,
.recipes .blog--listing--container .blog--intro--image picture {
  width: 100%;
  height: 360px;
  object-fit: cover;
  max-height: unset;
  border-radius: 0;
}
@media screen and (min-width: 64em) {
  .recipes .blog--listing--container .blog--intro--image .banner--img,
  .recipes .blog--listing--container .blog--intro--image picture {
    height: 500px;
    border-radius: 30px;
  }
}
.recipes .blog--listing--container .recipe-link {
  position: absolute;
  bottom: 20px;
  right: 25px;
}
.recipes .blog--content {
  background: #f7f6f2;
}
.recipes-listing .row {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 64em) {
  .recipes-listing .row {
    margin: 0 -25px;
    width: calc(100% + 50px);
  }
}
.recipes-listing__recipe {
  width: 100%;
  padding: 25px;
}
@media screen and (min-width: 64em) {
  .recipes-listing__recipe {
    width: 25%;
  }
}
.recipes-listing__recipe-picture .recipe--box-picture img {
  width: 100%;
  border-radius: 20px;
}
.recipes-listing__recipe-title.panel--title {
  margin: 0;
  padding: 0;
  font-size: 1.3rem;
}
@media screen and (min-width: 64em) {
  .recipes-listing__recipe-title.panel--title {
    font-size: 1.4rem;
  }
}
.recipes .recipes-filters {
  display: flex;
  align-items: flex-start;
  color: #2a3d38;
  flex-direction: column;
  padding: 10px 25px;
}
@media screen and (min-width: 64em) {
  .recipes .recipes-filters {
    padding: 10px 0;
    flex-direction: row;
    align-items: center;
  }
}
.recipes .recipes-filters__label {
  font-size: 15pt;
  margin-right: 10px;
}
@media screen and (min-width: 64em) {
  .recipes .recipes-filters__label .icon--arrow-down {
    display: none;
  }
}
@media screen and (max-width: 64em) {
  .recipes .recipes-filters__label .colon {
    display: none;
  }
}
.recipes .recipes-filters__content {
  display: none;
  flex-wrap: wrap;
}
@media screen and (min-width: 64em) {
  .recipes .recipes-filters__content {
    display: flex;
  }
}
.recipes .recipes-filters__content.collapsed {
  display: flex;
}
.recipes .recipes-filters__content-link {
  color: #2a3d38;
  border: 1px solid #2a3d38;
  border-radius: 20px;
  padding: 5px 20px;
  margin: 3px;
}
.specialty-shop {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  min-height: 100%;
  padding: 16px;
  border-radius: 16px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 48em) {
  .specialty-shop {
    padding: 40px;
  }
}
.specialty-shop > div {
  flex: 1;
}
.specialty-shop--top {
  display: flex;
  justify-content: space-between;
  align-self: flex-start;
  width: 100%;
}
.specialty-shop--top .opening-hours {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 24px;
  max-height: 32px;
  padding: 4px 12px;
  border-radius: 4px;
  background: #C9DFD0;
  color: #2A3D38;
}
.specialty-shop--top .logo-white {
  display: none;
  width: 96px;
  height: 96px;
}
@media screen and (min-width: 48em) {
  .specialty-shop--top .logo-white {
    display: inline-flex;
  }
}
.specialty-shop--bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
}
.specialty-shop--bottom .title {
  color: #FFFFFF;
  font-style: italic;
}
.specialty-shop--bottom-link {
  margin-top: 15px;
}
.specialty-shop--bottom-link .all-shops-link {
  font-size: 1.125rem;
  border-radius: 1.75rem;
  padding: 1.0625rem 2.5rem 1.0625rem 2.5rem;
  background: #FFFFFF;
  color: #2a3d38;
  display: inline-block;
}
@media screen and (max-width: 48em) {
  .specialty-shop--bottom-link .all-shops-link {
    padding-top: 0.8125rem;
    padding-bottom: 0.8125rem;
    border-radius: 1.5rem;
  }
}
.specialty-shop--bottom-link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.specialty-shop--bottom-link .all-shops-link {
  margin-right: 10px;
}
.specialty-shop--bottom-link .all-shops-link-white {
  color: white;
  padding: 8px 0;
}
.js--modal.zeo-retailers {
  top: 35px !important;
  overflow: hidden;
  padding-bottom: 40px;
  box-shadow: unset;
}
div.zeo-retailers div.content {
  display: flex;
  flex-direction: column;
}
div.zeo-retailers div.content .address {
  padding: 0.1875rem 2.1875rem 0.1875rem 2.1875rem;
}
div.zeo-retailers div.content .address .btn {
  width: 100%;
}
div.zeo-retailers div.content.no--scroll {
  overflow: hidden;
}
div.zeo-retailers div.content.no--scroll .vingino-retailer .retailer {
  overflow-y: scroll;
}
div.zeo-retailers div.content .vingino-retailer {
  display: flex;
  flex-direction: column-reverse;
}
div.zeo-retailers div.content .vingino-retailer .retailer {
  width: 100%;
  height: 66.666666vh;
  padding-bottom: 45px;
}
div.zeo-retailers div.content .vingino-retailer .retailer--product {
  display: flex;
  border-bottom: 1px solid #2a3d38;
  padding: 0.625rem 0rem 0.625rem 0rem;
}
div.zeo-retailers div.content .vingino-retailer .retailer--product .retailer--product-img {
  max-height: 120px;
}
div.zeo-retailers div.content .vingino-retailer .retailer--product .retailer--product-img img {
  max-height: 120px;
  height: 100%;
}
div.zeo-retailers div.content .vingino-retailer .retailer--info {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  border-bottom: 1px dashed #666666;
}
div.zeo-retailers div.content .vingino-retailer .retailer--stores .store {
  border-bottom: 1px dashed #666666;
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
}
div.zeo-retailers div.content .vingino-retailer .retailer--stores .store .store-info h1 {
  margin: 0.625rem 0rem 0.625rem 0rem;
}
div.zeo-retailers div.content .vingino-retailer .retailer--stores .store:last-child {
  border-bottom: none;
}
div.zeo-retailers div.content .vingino-retailer .retailer--stores .store .btn [class^="icon--"] {
  font-size: 0.875rem;
}
div.zeo-retailers div.content .vingino-retailer .retailer-maps {
  width: 100%;
  height: 33.333333vh;
}
@media screen and (min-width: 64em) {
  div.zeo-retailers div.content {
    flex-direction: column;
    overflow: hidden;
  }
  div.zeo-retailers div.content .address {
    display: flex;
    justify-content: flex-end;
  }
  div.zeo-retailers div.content .address .input {
    margin-right: 3px;
  }
  div.zeo-retailers div.content .address .btn {
    width: auto;
  }
  div.zeo-retailers div.content .vingino-retailer {
    flex-direction: row;
  }
  div.zeo-retailers div.content .vingino-retailer .retailer {
    overflow-y: scroll;
    width: 40%;
    height: 100%;
    padding-bottom: 5px;
  }
  div.zeo-retailers div.content .vingino-retailer .retailer-maps {
    width: 60%;
    height: 100%;
  }
}
.product--details .product--detail-upper .product--buybox .buybox--inner .buybox--form .buybox--button-container {
  align-items: flex-start;
}
.product--details .product--detail-upper .product--buybox .buybox--inner .buybox--form .buybox--button-container button.buybox--button {
  margin: 0rem 0rem 0.3125rem 0rem;
  width: 100%;
}
.product--details .product--detail-upper .product--buybox .buybox--inner .buybox--form .buybox--button-container button.retailer--button {
  height: 3rem;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  border-radius: 0;
  background-image: none;
  width: 100%;
  font-weight: 600;
  font-size: 1.75rem;
}
.product--details .product--detail-upper .product--buybox .buybox--inner .buybox--form .buybox--button-container button.retailer--button i {
  margin: 0rem 0.3125rem 0rem 0rem;
  font-size: 1.5625rem;
}
.product--details .product--detail-upper .product--buybox .buybox--inner .buybox--form .buybox--button-container .mark-heart-wrapper {
  margin: 0.3125rem 0rem 0rem 0rem;
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .product--details .product--detail-upper .product--buybox .buybox--inner .buybox--form .buybox--button-container {
    width: 100% !important;
  }
  .product--details .product--detail-upper .product--buybox .buybox--inner .buybox--form .buybox--button-container .button-set {
    display: flex;
  }
  .product--details .product--detail-upper .product--buybox .buybox--inner .buybox--form .buybox--button-container .button-set button.buybox--button {
    margin: 0rem 0.3125rem 0rem 0rem;
  }
}
@media screen and (min-width: 78.75em) {
  .product--details .product--detail-upper .product--buybox .buybox--inner .buybox--form .buybox--button-container {
    width: 100% !important;
  }
  .product--details .product--detail-upper .product--buybox .buybox--inner .buybox--form .buybox--button-container .button-set {
    display: flex;
  }
  .product--details .product--detail-upper .product--buybox .buybox--inner .buybox--form .buybox--button-container .button-set button.buybox--button {
    margin: 0rem 0.3125rem 0rem 0rem;
  }
}
.zeo-store-pickup--shipping-method {
  padding: 1.25rem 2.5rem 1.25rem 2.5rem;
}
@media screen and (max-width: 64em) {
  .is--act-favstore .panel--actions.is--wide {
    padding: 1rem 0rem 0rem 0rem;
  }
  .is--act-favstore .panel--actions.is--wide .btn {
    width: 100%;
  }
}
.is--ctl-checkout .content-main--inner .product--table .row--product {
  min-height: 11.25rem;
  margin-bottom: 1.125rem;
}
.is--ctl-checkout .content-main--inner .product--table .row--product .tonur_article_as_gift_wrapper_cart {
  pointer-events: all;
  height: 1.5rem;
  margin-top: 0.375rem;
  position: absolute;
  bottom: -6px;
  left: 0;
  display: flex;
  align-items: center;
}
.is--ctl-checkout .content-main--inner .product--table .row--product .tonur_article_as_gift_wrapper_cart .tonur_gift_options_checkbox_label {
  margin-left: 0.5rem;
}
@media screen and (min-width: 78.75em) {
  .is--ctl-checkout .content-main--inner .product--table .row--product {
    min-height: 9.625rem;
    margin-bottom: 1.375rem;
  }
  .is--ctl-checkout .content-main--inner .product--table .row--product .tonur_article_as_gift_wrapper_cart {
    bottom: -18px;
  }
}
.is--ctl-checkout .content-main--inner .product--table .tonur_article_as_gift_wrapper_cart_basket {
  margin-top: 1.25rem;
}
.is--ctl-checkout.is--act-confirm .content-main--inner .product--table .row--product .tonur_article_as_gift_wrapper_cart {
  pointer-events: all;
  bottom: -14px;
}
.is--ctl-checkout.is--act-confirm .content-main--inner .list--checkbox .block-group.row--tos {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 78.75em) {
  .is--ctl-checkout.is--act-confirm .content-main--inner .list--checkbox .block-group.row--tos {
    width: 100%;
  }
  .is--ctl-checkout.is--act-confirm .content-main--inner .list--checkbox .block-group.row--tos #sTonurNoInvoice {
    position: absolute;
    right: 0;
    bottom: 6px;
  }
}
.is--ctl-checkout.is--act-confirm .content-main--inner .list--checkbox .block-group.row--tos.list--group {
  flex-direction: column;
}
@media screen and (min-width: 78.75em) {
  .is--ctl-checkout.is--act-confirm .content-main--inner .list--checkbox .block-group.row--tos.list--group {
    align-items: flex-start;
  }
}
.container--ajax-cart .ajax--cart .item--container .cart--item {
  min-height: 6.25rem;
}
.container--ajax-cart .ajax--cart .item--container .cart--item .tonur_article_as_gift_wrapper_ajax_cart {
  pointer-events: all;
  position: relative;
  left: 20%;
  display: flex;
  width: 100%;
  align-items: center;
}
.container--ajax-cart .ajax--cart .item--container .cart--item .tonur_article_as_gift_wrapper_ajax_cart .tonur_gift_options_checkbox_label {
  margin-top: 0;
}
#greeting_card_add {
  float: none;
  width: 100%;
}
#greeting_card_add .btn--checkout-add-greeting-card {
  background-color: #3b5b59;
  width: 100%;
}
@media screen and (min-width: 78.75em) {
  #greeting_card_add {
    float: right;
    width: 100%;
  }
  #greeting_card_add .btn--checkout-add-greeting-card {
    width: 25%;
    float: right;
  }
}
/* 3 May, 2023*/
.product--origin--information--right > a {
  color: #2a3d38;
}
.product--brewing--advice {
  padding: 1.875rem 0rem 1.875rem 0rem !important;
}
.product--brewing--advice .product--brewing--advice--header {
  width: 100%;
}
@media (max-width: 1366px) {
  .product--brewing--advice .product--brewing--advice--right {
    width: 50% !important;
  }
}
@media (max-width: 1024px) {
  .product--brewing--advice .product--brewing--advice--right {
    width: 100% !important;
    padding: 0;
  }
}
.product--brewing--advice .product--brewing--advice--right iframe {
  border-radius: 15px;
}
.product--brewing--advice .product--brewing--advice--right video {
  width: 100%;
  border-radius: 15px;
}
.product--brewing--advice .product--brewing--advice--right iframe {
  height: 100%;
}
.product--brewing--advice .product--brewing--advice--title {
  text-align: center;
}
.product--brewing--advice .container {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product--brewing--advice .product--brewing--advice--left {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1366px) {
  .product--brewing--advice .product--brewing--advice--left {
    width: 50% !important;
  }
}
@media (max-width: 1024px) {
  .product--brewing--advice .product--brewing--advice--left {
    width: 100% !important;
    padding: 0;
  }
}
.product--brewing--advice .product--brewing--advice--left .brewing-title {
  margin-bottom: 30px;
}
.product--brewing--advice .product--brewing--advice--left .brewing-title span {
  text-transform: uppercase;
  color: #2a3d38;
}
.product--brewing--advice .product--brewing--advice--left .brewing-title .js--fancy-select.select-field {
  margin-top: 10px;
}
.product--brewing--advice .product--brewing--advice--left .brewing-title .js--fancy-select.select-field select {
  color: #2a3d38;
  border-color: #2a3d38;
  padding-bottom: 4px;
}
.product--brewing--advice .product--brewing--advice--left .brewing-description span {
  text-transform: uppercase;
  color: #2a3d38;
}
.product--brewing--advice .product--brewing--advice--left .brewing-description h3 {
  margin: 0;
  padding: 17px 0;
  color: #2a3d38;
}
.product--brewing--advice .product--brewing--advice--left .brewing-description p {
  color: #2a3d38;
}
.reviews.tab-menu--product {
  width: 100%;
}
.brewing-content {
  display: none;
}
.js--fancy-select {
  position: relative;
}
.js--fancy-select:after {
  position: absolute;
  right: 8px;
  top: 6px;
  font-family: 'Font Awesome 5 Pro' !important;
  content: "\f175";
}
.dasmenu--container.only--mobile ~ .sidebar--navigation {
  display: none;
}
.dasmenu-navigation .navigation--main {
  overflow: visible;
}
.dasmenu-navigation .navigation--main .navigation--sub {
  width: 250px;
  padding-bottom: 5px;
  margin-top: 30px;
  top: 100%;
  left: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 99999;
  box-shadow: 2px 5px 12px -6px #000000;
  transition: 300ms all ease;
  transition-delay: 300ms;
}
.dasmenu-navigation .navigation--main .navigation--sub .navigation--sub {
  margin-top: 0;
  margin-left: 30px;
  top: 0;
  left: 100%;
}
.dasmenu-navigation .navigation--main .navigation--sub .navigation--entry {
  display: block;
}
.dasmenu-navigation .navigation--main .navigation--sub .navigation--entry:hover > .navigation--sub {
  margin-left: 0;
  opacity: 1;
  visibility: visible;
}
.dasmenu-navigation .navigation--main .navigation--sub .has--sub-navigation:after {
  content: "\e60f";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  font-family: 'Shopware';
  font-size: smaller;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.dasmenu-navigation .navigation--main .navigation--entry {
  position: relative;
}
.dasmenu-navigation .navigation--main .navigation--entry:hover > .navigation--sub {
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.dasmenu--container li.navigation--entry {
  border-bottom: 0;
}
.dasmenu--container li.navigation--entry.has--sub-categories ul {
  padding: 0.125rem 0.625rem 0.625rem 0.9375rem;
  display: none;
  border: none;
}
.dasmenu--container li.navigation--entry.has--sub-categories a .is--icon-right {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.dasmenu--container li.navigation--entry.has--sub-categories.is--active ul {
  display: none;
}
.dasmenu--container li.navigation--entry.has--sub-categories.is--active > ul {
  display: block;
}
.dasmenu--container li.navigation--entry.has--sub-categories.is--active > ul li.is--active > a {
  color: #2a3d38;
}
.dasmenu--container li.navigation--entry.has--sub-categories.is--active > a .is--icon-right {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (min-width: 48em) {
  .navigation-main .dasmenu-navigation .is--active > .navigation--link {
    background-color: #3f655b;
    background-image: linear-gradient(to bottom, #3f655b 0%, #2a3d38 100%);
  }
  .navigation-main .dasmenu-navigation .is--active > ul .navigation--link {
    background-color: transparent;
    background-image: none;
    font-weight: 400;
    color: #666666;
  }
  .navigation-main .dasmenu-navigation .is--active > ul .navigation--link.is--active {
    color: #3f655b;
    font-weight: 700;
  }
  .is--ctl-account .dasmenu--container li.navigation--entry.has--sub-categories ul {
    display: none !important;
  }
  .is--ctl-account .dasmenu--container li.navigation--entry.has--sub-categories.is--active > ul {
    display: block !important;
  }
}
@media (min-width: 48em) {
  .dasmenu--container.only--mobile {
    display: none;
  }
  .dasmenu--container.only--mobile ~ .sidebar--navigation {
    display: block;
  }
}
a.navigation--link .icon--arrow-right:before {
  padding: 12px 12px 12px 6px;
}
img.lazy,
img.lazyloading {
  min-width: 80%;
  color: transparent;
}
img.lazyloaded {
  opacity: 0;
}
.product--image-container img.lazy,
.product--image-container img.lazyloading {
  min-height: 100%;
}
.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: #8c8c8c;
  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;
}
/*
All.less
======================================
The `all.less` file imports all style components that will display on the page.
*/
.is--ctl-detail .bulk-stock-block-prices--container {
  margin: 0rem 0rem 0.75rem 0rem;
  display: block;
}
.is--ctl-detail .bulk-stock-block-prices--container .bulk-stock-block-prices--table {
  width: 100%;
}
.is--ctl-detail .bulk-stock-block-prices--container .bulk-stock-block-prices--table td,
.is--ctl-detail .bulk-stock-block-prices--container .bulk-stock-block-prices--table th {
  padding: 0.25rem 0.625rem 0.25rem 0.625rem;
}
.is--ctl-detail .bulk-stock-block-prices--container .bulk-stock-block-prices--table th {
  color: #fff;
  text-align: left;
}
.is--ctl-detail .bulk-stock-input {
  margin-top: 0.9375rem;
  margin-bottom: 0.625rem;
}
.is--ctl-detail .bulk-stock-input .subdivision-input {
  width: 35%;
}
.is--ctl-detail .bulk-stock-input .subdivision-unit-description {
  font-weight: 700;
}
.is--ctl-detail .bulk-stock-input .subdivision-input {
  margin-right: 0.3125rem;
}
.is--ctl-detail .bulk-stock-input .subdivision-input.is-error {
  background: #ffffff;
}
.is--ctl-detail .bulk-stock-input .bulk-stock-input-divider {
  margin: 15px 0;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.is--ctl-detail .bulk-stock-input .bulk-stock-input-divider:before {
  border-top: 2px solid #dadae5;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
.is--ctl-detail .bulk-stock-input .bulk-stock-input-divider span {
  background: #fff;
  padding: 0 15px;
}
.is--ctl-detail .bulk-stock-input .fixed-subdivision-select {
  max-width: none;
}
.is--ctl-detail .bulk-stock-attributes ul {
  list-style-type: none;
}
.is--ctl-detail .bulk-stock-attributes .bulk-stock-attribute {
  padding: 0.25rem;
}
.is--ctl-detail .bulk-stock-attributes .bulk-stock-attribute span {
  padding-left: 0.25rem;
}
.is--ctl-detail .bulk-stock-price-container {
  margin-bottom: 0.625rem;
}
.is--ctl-detail .bulk-stock-price-container .bulk-stock-price {
  font-size: 1.75rem;
  white-space: nowrap;
  color: #3f4c58;
  font-weight: 700;
  display: inline-block;
  line-height: 1;
}
.is--ctl-detail .bulk-stock-price-container .bulk-stock-base-price {
  margin-left: 0.9375rem;
}
.ajax--cart .bulk-stock-attributes {
  font-weight: normal;
}
.is--ctl-account .order--bulkStock-attributes {
  display: none;
}
@media screen and (min-width: 48em) {
  .is--ctl-account .order--bulkStock-attributes {
    display: block !important;
  }
}
.icon-heart-fill {
  font-family: "shopware";
  font-size: 1.5rem;
  font-style: normal;
}
.icon-heart-fill:before {
  content: "\e60a";
}
.product--box .icon-heart-fill,
.product--box .icon--heart {
  position: absolute;
  top: 0;
  right: 0;
}
body .product--details .link--notepad.js--is-saved,
body .product--box .action--note.js--is-saved {
  color: #f1b766;
}
body .product--box .icon-heart-fill {
  font-size: 1rem;
  margin: 0rem 0.3125rem 0rem 0rem;
}
body button.btn.is--icon.link--notepad.js--is-saved:hover {
  background: transparent;
}
@media (max-width: 1259px) {
  html.no--scroll body {
    position: fixed !important;
  }
}
.tonur_article_as_gift_wrapper_ajax_cart {
  margin-top: 0.5em;
  margin-left: 0.5em;
}
.tonur_article_as_gift_wrapper_ajax_cart .tonur_gift_options_checkbox,
.tonur_article_as_gift_wrapper_ajax_cart .tonur_gift_options_checkbox_label {
  float: none;
}
.tonur_article_as_gift_wrapper_ajax_cart_basket .tonur_gift_options_checkbox_basket,
.tonur_article_as_gift_wrapper_ajax_cart_basket .tonur_gift_options_checkbox_basket_label {
  float: none;
  margin-left: 0.125em;
}
.tonur_gift_options_warning {
  padding: .625rem;
}
.tonur_article_actions_container {
  height: 20px;
  margin-left: 270px;
  margin-top: 10px;
  position: absolute;
  width: 250px;
}
#gift_options .table_head {
  display: table;
  padding: 0;
}
.tonur_gift_options_select .table_head {
  display: table;
  padding: 0;
}
.tonur_gift_options_caption {
  font-weight: bold;
  margin-top: 0.8em;
}
.tonur_gift_options_text {
  font-weight: normal;
  padding: 0.8em 0;
}
.tonur_gift_options_checkbox_label,
.tonur_gift_options_checkbox_basket_label {
  cursor: pointer;
}
.tonur_gift_options_checkbox_label {
  margin-left: 5px;
  margin-top: 5px;
}
.tonur_gift_options_checkbox_container {
  margin-left: 92px;
  margin-top: 15px;
  width: 280px;
}
.tonur_ajax_select_gift_option_form {
  padding: 0.8em;
}
.tonur_gift_options_slider_container {
  overflow: hidden;
}
.tonur_gift_options_slider,
.tonur_gift_options_slider_container {
  margin-top: 0.8em;
  width: 100%;
}
.tonur_gift_option_details {
  min-height: 156px;
  padding: 1rem 2rem;
}
.tonur_gift_option_details_text {
  margin-left: 0;
  padding-left: 60px;
}
.tonur_gift_option_details_text_title {
  font-weight: bold;
  margin-bottom: 8px;
}
.tonur_gift_option_details_text_description {
  width: 100%;
}
.tonur_gift_option_details_text_price {
  font-weight: bold;
  margin-top: 0.8rem;
}
.tonur_space_separator {
  border-top: 1px solid #EFEFEF;
  height: 10px;
}
.tonur_gift_options_additional_settings {
  padding: 0.8em;
}
.tonur_gift_options_additional_settings_quantity {
  margin: 0 0 0 10px;
}
.tonur_gift_options_select_buttons {
  border-top: 1px solid #EFEFEF;
  position: relative;
  padding: 0.8em;
  margin-top: 0.8em;
  height: 3.85em;
}
.tonur_gift_options_free_card_text {
  height: 100px;
  margin-bottom: 0;
  margin-top: 10px;
  width: 100%;
}
.tonur_gift_options_quantity {
  margin-top: 10px;
}
.tonur_gift_options_quantity_select {
  margin-left: 0.5em;
  text-align: center;
  width: 50px;
}
.gift_option_article_details_image {
  margin: 10px;
}
.gift_option_article_details_description {
  margin-top: 10px;
}
.gift_option_article_details_description_orderno {
  color: #B5B5B5;
  font-size: 12px;
  margin: 0;
}
.tonur_gift_options_article_details {
  border: 1px solid #EFEFEF;
  margin-top: 0.8em;
  overflow: hidden;
  padding: 0.8em;
}
#gift_option_article_details .nomargin {
  margin: 0;
}
#gift_option_article_details .no-left-margin {
  margin-left: 0;
}
#gift_option_article_details .no-right-margin {
  margin-right: 0;
}
#gift_option_article_details .no-top-margin {
  margin-top: 0;
}
#gift_option_article_details .no-bottom-margin {
  margin-bottom: 0;
}
#tonur_gift_option_checkbox {
  font-size: 15px;
  margin-bottom: 8px;
  display: inline-block;
}
#tonur_gift_option_checkbox input {
  float: left;
  padding-right: 24px;
  margin-right: 10px;
  margin-left: 10px;
}
#tonur_gift_option_checkbox label {
  float: left;
  width: 200px;
}
div.tonur_individualise {
  width: 215px;
  margin: 0;
  text-align: center;
  font-size: 16px;
}
.tonur_button_container_right {
  position: relative;
  float: right;
  width: 175px;
}
.tonur_button_right {
  position: relative !important;
  float: right !important;
  width: 175px;
}
.sliderX {
  border: 1px solid;
  margin: 0 auto;
  position: relative;
}
.sliderX .leftArrow,
.sliderX .rightArrow {
  background: url("../../custom/project/TonurGiftOption5/Resources/views/frontend/_public/src/images/arrow_icons.png") no-repeat scroll rgba(255, 255, 255, 0.5);
  display: block;
  height: 82px;
  margin-top: -41px;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 26px;
  z-index: 2;
}
.sliderX .leftArrow {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-position: 0 0;
  border-color: -moz-use-text-color;
  border-image: none;
  border-style: solid solid solid none;
  border-width: 1px 1px 1px 0;
  left: 0;
}
.sliderX .leftArrow:hover {
  background-position: -26px 0;
}
.sliderX .rightArrow {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-position: -79px 0 !important;
  border-color: -moz-use-text-color;
  border-image: none;
  border-style: solid none solid solid;
  border-width: 1px 0 1px 1px;
  right: 0;
}
.sliderX .rightArrow:hover {
  background-position: -53px 0 !important;
}
.sliderX .sliding_container .slide {
  display: block;
  float: left;
  position: relative;
}
.sliderX {
  background-color: #FFFFFF;
  border-color: #DFDFDF;
}
.sliderX .leftArrow,
.sliderX .rightArrow {
  border-color: #DFDFDF;
}
.grid_12,
.grid_10,
.grid_2 {
  display: inline-block;
}
.grid_12 {
  width: 100%;
}
.grid_10 {
  width: 83.333333333333333333333333333333%;
}
.grid_2 {
  width: 16.666666666666666666666666666667%;
}
.tonur-right {
  float: right;
}
.js--modal {
  z-index: 8001;
  -webkit-overflow-scrolling: touch;
}
.tonur-article-details {
  padding-left: 0.8em;
}
.tonur-gift-option-select-quantity-container {
  margin-top: 0.8em;
}
table.tonur_gift_option_text_cart tr:nth-child(even) td {
  background: none;
}
table.tonur_gift_option_text_cart tr td:first-of-type {
  width: 1em;
}
.tonur_gift_option_free_card_text {
  display: inline-block;
}
table.tonur_gift_option_text_cart td {
  padding: 0;
}
.tonur_gift_option_free_card_text {
  font-style: italic;
}
.product--delivery {
  width: 100%;
}
.repertus_custom_overlay.gift-option {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5001;
}
.tonur_cart_as_gift_panel_wrapper {
  padding: .625rem .5rem 0 .5rem;
}
label.tonur_gift_options_warning_label {
  font-size: 80%;
}
.tonur_article_as_gift_wrapper_ajax_cart_basket {
  border-top: 1px solid #dadae5;
}
.is--act-cart .tonur_gift_options_checkbox_basket_label {
  padding-left: 5px;
}
.tonur_article_as_gift_wrapper_ajax_cart.tonur_not_wrappable {
  margin-left: 0;
}
.repertus-gift-option--info-wrapper {
  padding: 1rem 0;
  position: relative;
}
.repertus-gift-option--info {
  border-radius: .1875rem;
  line-height: 1.5rem;
  margin: 0 0 .9375rem 0;
  background: #d6edfd;
  display: block;
  padding: .575rem 1rem .575rem 2.25rem;
  position: relative;
}
.repertus-gift-option--info-orb {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.4375rem !important;
  left: -1.25rem;
  top: 0;
  line-height: 2.1875rem !important;
  background-color: #60afe2;
  border-radius: 100%;
  text-align: center;
  display: block;
  color: #fff;
  border: 2px solid #fff;
  position: absolute;
  font-weight: bold;
}
.repertus-gift-option--info-text {
  padding-right: 1.25rem;
}
.repertus-gift-option--info-text p {
  margin: 0;
  padding: 0.5rem 0;
}
.repertus-gift-option--info-text label {
  font-weight: 600;
  color: #343867;
}
.tonur--gift-options-wrap-as-gift-checkbox {
  margin-right: 0.275rem;
}
.repertus-gift-option--info-header {
  font-weight: bold;
  color: #343867;
}
.tonur_article_as_gift_wrapper_ajax_add_article {
  padding: .5rem 0 0 .9375rem;
  float: left;
}
.tonur_gift_option_details_image {
  border: 1px solid #EFEFEF;
  float: right;
  width: auto;
  max-width: 60px;
  height: 60px;
  object-fit: cover;
  margin-right: 1rem;
}
.tonur_gift_option_details_image-wrapper {
  width: 60px;
  height: 60px;
  float: left;
  display: block;
}
@media screen and (min-width: 30em) {
  .tonur_gift_option_details_image-wrapper {
    width: 120px;
    height: 120px;
    position: absolute;
    left: 1.2rem;
  }
  .tonur_gift_option_details_image {
    max-width: 120px;
    height: 120px;
    display: block;
    margin-right: 0;
  }
  .tonur_gift_option_details_text {
    margin-left: 0;
    padding-left: 30%;
  }
}
@media screen and (max-width: 48em) {
  .repertus-gift-option--info-orb {
    left: -8px;
    top: -3px;
  }
}
.repertus-gift-option--icon::before {
  content: close-quote;
  display: inline-block;
  background-image: url("../../custom/project/TonurGiftOption5/Resources/views/frontend/_public/src/images/gift-solid.svg");
  background-repeat: no-repeat;
  height: 1rem;
  width: 1rem;
}
.js--modal.sizing--content {
  z-index: 10000;
  -webkit-overflow-scrolling: touch;
}
#greeting_card_add {
  display: inline-block;
  margin: .9375rem 0rem 1.25rem 0rem;
}
table.tonur_greeting_card_text_cart {
  border-spacing: 0;
  margin-top: 1em;
}
table.tonur_greeting_card_text_cart td {
  vertical-align: top;
  padding: 0;
}
table.tonur_greeting_card_text_cart td:first-child {
  width: 10%;
  min-width: 2em;
}
table.tonur_greeting_card_text_cart td:last-child {
  font-style: italic;
}
#greeeting_cards_advertise {
  margin-bottom: 1em;
}
#greeting_card_max_letter {
  position: relative;
  height: 1.5em;
  text-align: right;
}
#greeting_card_max_letter input {
  border: none;
  width: 18%;
  text-align: right;
}
#greeting_card_text {
  margin-top: 0.5em;
}
.tonur_greeting_cards_select {
  margin-bottom: 2em;
}
.tonur_greeting_cards_caption {
  font-weight: bold;
}
.tonur_greeting_cards_text {
  font-weight: normal;
  margin: 0.5em 0;
}
.tonur_ajax_select_greeting_card_form {
  padding: 1.5rem 1.5rem 0 1.5rem;
}
.tonur_select_greeting_card_info_head {
  margin-bottom: 1em;
}
.tonur_greeting_cards_slider_container {
  overflow: hidden;
}
.tonur_greeting_cards_slider,
.tonur_greeting_cards_slider_container {
  width: 100%;
}
.tonur_greeting_card_details {
  padding: 1rem 2rem;
}
.tonur_greeting_card_details_text {
  margin-left: 0;
  padding-left: 60px;
}
.tonur_greeting_card_details_text_title {
  font-weight: bold;
  margin-bottom: 8px;
}
.tonur_greeting_card_details_text_description {
  min-height: 6em;
  width: 100%;
}
.tonur_greeting_card_details_text_price {
  font-weight: bold;
  margin-top: 0.8rem;
}
.tonur_greeting_cards_additional_settings {
  margin: 2em 0 0 0;
}
.tonur_greeting_cards_select_buttons {
  border-top: 1px solid #EFEFEF;
  margin-top: 1em;
  padding: .625rem 0;
  position: relative;
}
.tonur_greeting_card_text {
  height: 7em;
  margin-bottom: 0;
  margin-top: 0.8em;
  width: 100%;
}
.greeting_card_article_details_description {
  margin-top: 10px;
}
.greeting_card_article_details_description_orderno {
  color: #B5B5B5;
  font-size: 12px;
  margin: 0;
}
.tonur_greeting_cards_article_details {
  border: 1px solid #EFEFEF;
  margin: 10px 12px 10px 10px;
  overflow: hidden;
  padding-top: 10px;
}
.tonur_greeting_cards_slider .sliderX {
  border: 1px solid;
  margin: 0 auto;
  position: relative;
}
.tonur_greeting_cards_slider .sliderX .leftArrow,
.sliderX .rightArrow {
  background: url("../../custom/project/TonurGreetingCardOption5/Resources/views/frontend/_public/src/images/arrow_icons.png") no-repeat scroll rgba(255, 255, 255, 0.5);
  display: block;
  height: 6em;
  margin-top: -3em;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 2em;
  z-index: 2;
}
.tonur_greeting_cards_slider .sliderX .leftArrow {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-position: 0 0;
  border-color: -moz-use-text-color;
  border-image: none;
  border-style: solid solid solid none;
  border-width: 1px 1px 1px 0;
  left: 0;
}
.tonur_greeting_cards_slider .sliderX .leftArrow:hover {
  background-position: -26px 0;
}
.tonur_greeting_cards_slider .sliderX .rightArrow {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-position: -79px 0 !important;
  border-color: -moz-use-text-color;
  border-image: none;
  border-style: solid none solid solid;
  border-width: 1px 0 1px 1px;
  right: 0;
}
.tonur_greeting_cards_slider .sliderX .rightArrow:hover {
  background-position: -53px 0 !important;
}
.tonur_greeting_cards_slider .sliderX .sliding_container .slide {
  display: block;
  float: left;
  position: relative;
}
.tonur_greeting_cards_slider .sliderX {
  background-color: #FFFFFF;
  border-color: #DFDFDF;
}
#tonur_greeting_cards_select_confirm.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.repertus_custom_overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5001;
}
.invalid {
  font-weight: bold;
  color: red;
}
.tonur--greeting-cards-deny-article-list {
  margin-left: 2rem;
}
a#tonur_choose_greeting_card {
  margin-top: .625rem;
  float: right;
}
.tonur_greeting_card_details_image {
  border: 1px solid #EFEFEF;
  width: auto;
  max-width: 60px;
  height: 60px;
  object-fit: cover;
  margin-right: 1rem;
}
.tonur_greeting_card_details_image-wrapper {
  width: 60px;
  height: 60px;
  float: left;
  display: block;
}
.tonur_greeting_cards_select_buttons::after {
  content: "";
  clear: both;
  display: table;
}
@media screen and (min-width: 30em) {
  .tonur_greeting_cards_select_buttons {
    padding: .625rem;
  }
  .tonur_greeting_card_details_image-wrapper {
    width: 120px;
    height: 120px;
    position: absolute;
    left: 1.2rem;
  }
  .tonur_greeting_card_details_image {
    max-width: 120px;
    height: 120px;
    display: block;
    margin: 0 auto;
  }
  .tonur_greeting_card_details_text {
    margin-left: 0;
    padding-left: 120px;
  }
}
.tonur_ajax_select_greetung_card_large_preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  max-width: 250px;
  display: none;
}
@media screen and (min-width: 30em) {
  .tonur_ajax_select_greeting_card_form.selection-template-large_preview .tonur_ajax_select_greeting_card_form_data_wrapper {
    margin-left: 250px;
  }
  .tonur_ajax_select_greetung_card_large_preview {
    display: block;
  }
  .tonur_ajax_select_greeting_card_form_wrapper {
    position: relative;
    padding: 1.5rem;
  }
  .tonur_ajax_select_greeting_card_form {
    padding: 0;
  }
  .tonur_greeting_cards_select_buttons {
    margin-top: 0;
  }
}
@media screen and (min-width: 48em) {
  .tonur_ajax_select_greetung_card_large_preview {
    max-width: 330px;
  }
  .tonur_ajax_select_greeting_card_form.selection-template-large_preview .tonur_ajax_select_greeting_card_form_data_wrapper {
    margin-left: 330px;
  }
}
@media screen and (min-width: 55em) {
  .tonur_ajax_select_greetung_card_large_preview {
    max-width: 400px;
  }
  .tonur_ajax_select_greeting_card_form.selection-template-large_preview .tonur_ajax_select_greeting_card_form_data_wrapper {
    margin-left: 400px;
  }
}
.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: .625em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 0.625em #d9d9d9;
}
.swal2-popup.swal2-toast .swal2-header {
  flex-direction: row;
  padding: 0;
}
.swal2-popup.swal2-toast .swal2-title {
  flex-grow: 1;
  justify-content: flex-start;
  margin: 0 .6em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-footer {
  margin: .5em 0 0;
  padding: .5em 0 0;
  font-size: .8em;
}
.swal2-popup.swal2-toast .swal2-close {
  position: static;
  width: .8em;
  height: .8em;
  line-height: .8;
}
.swal2-popup.swal2-toast .swal2-content {
  justify-content: flex-start;
  padding: 0;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-icon {
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0;
}
.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: 700;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
    font-size: .25em;
  }
}
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: .875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: .3125em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: .3125em;
}
.swal2-popup.swal2-toast .swal2-actions {
  flex-basis: auto !important;
  width: auto;
  height: auto;
  margin: 0 0.3125em;
}
.swal2-popup.swal2-toast .swal2-styled {
  margin: 0 .3125em;
  padding: .3125em .625em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-styled:focus {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px rgba(50, 100, 150, 0.4);
}
.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -.8em;
  left: -.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -.25em;
  left: .9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: .4375em;
  width: .4375em;
  height: 2.6875em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: .3125em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: .1875em;
  width: .75em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: .9375em;
  right: .1875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
  -webkit-animation: swal2-toast-animate-success-line-tip 0.75s;
  animation: swal2-toast-animate-success-line-tip 0.75s;
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
  -webkit-animation: swal2-toast-animate-success-line-long 0.75s;
  animation: swal2-toast-animate-success-line-long 0.75s;
}
.swal2-popup.swal2-toast.swal2-show {
  -webkit-animation: swal2-toast-show 0.5s;
  animation: swal2-toast-show 0.5s;
}
.swal2-popup.swal2-toast.swal2-hide {
  -webkit-animation: swal2-toast-hide 0.1s forwards;
  animation: swal2-toast-hide 0.1s forwards;
}
.swal2-container {
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: .625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch;
}
.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
  background: rgba(0, 0, 0, 0.4);
}
.swal2-container.swal2-backdrop-hide {
  background: 0 0 !important;
}
.swal2-container.swal2-top {
  align-items: flex-start;
}
.swal2-container.swal2-top-left,
.swal2-container.swal2-top-start {
  align-items: flex-start;
  justify-content: flex-start;
}
.swal2-container.swal2-top-end,
.swal2-container.swal2-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}
.swal2-container.swal2-center {
  align-items: center;
}
.swal2-container.swal2-center-left,
.swal2-container.swal2-center-start {
  align-items: center;
  justify-content: flex-start;
}
.swal2-container.swal2-center-end,
.swal2-container.swal2-center-right {
  align-items: center;
  justify-content: flex-end;
}
.swal2-container.swal2-bottom {
  align-items: flex-end;
}
.swal2-container.swal2-bottom-left,
.swal2-container.swal2-bottom-start {
  align-items: flex-end;
  justify-content: flex-start;
}
.swal2-container.swal2-bottom-end,
.swal2-container.swal2-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}
.swal2-container.swal2-bottom-end > :first-child,
.swal2-container.swal2-bottom-left > :first-child,
.swal2-container.swal2-bottom-right > :first-child,
.swal2-container.swal2-bottom-start > :first-child,
.swal2-container.swal2-bottom > :first-child {
  margin-top: auto;
}
.swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-self: stretch;
  justify-content: center;
}
.swal2-container.swal2-grow-row > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}
.swal2-container.swal2-grow-column {
  flex: 1;
  flex-direction: column;
}
.swal2-container.swal2-grow-column.swal2-bottom,
.swal2-container.swal2-grow-column.swal2-center,
.swal2-container.swal2-grow-column.swal2-top {
  align-items: center;
}
.swal2-container.swal2-grow-column.swal2-bottom-left,
.swal2-container.swal2-grow-column.swal2-bottom-start,
.swal2-container.swal2-grow-column.swal2-center-left,
.swal2-container.swal2-grow-column.swal2-center-start,
.swal2-container.swal2-grow-column.swal2-top-left,
.swal2-container.swal2-grow-column.swal2-top-start {
  align-items: flex-start;
}
.swal2-container.swal2-grow-column.swal2-bottom-end,
.swal2-container.swal2-grow-column.swal2-bottom-right,
.swal2-container.swal2-grow-column.swal2-center-end,
.swal2-container.swal2-grow-column.swal2-center-right,
.swal2-container.swal2-grow-column.swal2-top-end,
.swal2-container.swal2-grow-column.swal2-top-right {
  align-items: flex-end;
}
.swal2-container.swal2-grow-column > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}
.swal2-container.swal2-no-transition {
  transition: none !important;
}
.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
  margin: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-container .swal2-modal {
    margin: 0 !important;
  }
}
.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: .3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
}
.swal2-popup:focus {
  outline: 0;
}
.swal2-popup.swal2-loading {
  overflow-y: hidden;
}
.swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.8em;
}
.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 .4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}
.swal2-actions {
  display: flex;
  z-index: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0;
}
.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: .4;
}
.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  box-sizing: border-box;
  width: 2.5em;
  height: 2.5em;
  margin: .46875em;
  padding: 0;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: .25em solid transparent;
  border-radius: 100%;
  border-color: transparent;
  background-color: transparent !important;
  color: transparent !important;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
  margin-right: 30px;
  margin-left: 30px;
}
.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 3px solid #999;
  border-radius: 50%;
  border-right-color: transparent;
  box-shadow: 1px 1px 1px #ffffff;
}
.swal2-styled {
  margin: .3125em;
  padding: .625em 2em;
  box-shadow: none;
  font-weight: 500;
}
.swal2-styled:not([disabled]) {
  cursor: pointer;
}
.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: .25em;
  background: initial;
  background-color: #3085d6;
  color: #fff;
  font-size: 1.0625em;
}
.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: .25em;
  background: initial;
  background-color: #aaa;
  color: #fff;
  font-size: 1.0625em;
}
.swal2-styled:focus {
  outline: 0;
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px rgba(50, 100, 150, 0.4);
}
.swal2-styled::-moz-focus-inner {
  border: 0;
}
.swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em;
}
.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: .25em;
  overflow: hidden;
  border-bottom-right-radius: .3125em;
  border-bottom-left-radius: .3125em;
}
.swal2-timer-progress-bar {
  width: 100%;
  height: .25em;
  background: rgba(0, 0, 0, 0.2);
}
.swal2-image {
  max-width: 100%;
  margin: 1.25em auto;
}
.swal2-close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  background: 0 0;
  color: #ccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer;
}
.swal2-close:hover {
  transform: none;
  background: 0 0;
  color: #f27474;
}
.swal2-close::-moz-focus-inner {
  border: 0;
}
.swal2-content {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 0 1.6em;
  color: #545454;
  font-size: 1.125em;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
}
.swal2-checkbox,
.swal2-file,
.swal2-input,
.swal2-radio,
.swal2-select,
.swal2-textarea {
  margin: 1em auto;
}
.swal2-file,
.swal2-input,
.swal2-textarea {
  box-sizing: border-box;
  width: 100%;
  transition: border-color 0.3s, box-shadow 0.3s;
  border: 1px solid #d9d9d9;
  border-radius: .1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  color: inherit;
  font-size: 1.125em;
}
.swal2-file.swal2-inputerror,
.swal2-input.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}
.swal2-file:focus,
.swal2-input:focus,
.swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: 0;
  box-shadow: 0 0 3px #c4e6f5;
}
.swal2-file::-moz-placeholder,
.swal2-input::-moz-placeholder,
.swal2-textarea::-moz-placeholder {
  color: #ccc;
}
.swal2-file:-ms-input-placeholder,
.swal2-input:-ms-input-placeholder,
.swal2-textarea:-ms-input-placeholder {
  color: #ccc;
}
.swal2-file::-ms-input-placeholder,
.swal2-input::-ms-input-placeholder,
.swal2-textarea::-ms-input-placeholder {
  color: #ccc;
}
.swal2-file::placeholder,
.swal2-input::placeholder,
.swal2-textarea::placeholder {
  color: #ccc;
}
.swal2-range {
  margin: 1em auto;
  background: #fff;
}
.swal2-range input {
  width: 80%;
}
.swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}
.swal2-range input,
.swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}
.swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}
.swal2-input[type=number] {
  max-width: 10em;
}
.swal2-file {
  background: inherit;
  font-size: 1.125em;
}
.swal2-textarea {
  height: 6.75em;
  padding: .75em;
}
.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: .375em .625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em;
}
.swal2-checkbox,
.swal2-radio {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit;
}
.swal2-checkbox label,
.swal2-radio label {
  margin: 0 .6em;
  font-size: 1.125em;
}
.swal2-checkbox input,
.swal2-radio input {
  margin: 0 0.4em;
}
.swal2-validation-message {
  display: none;
  align-items: center;
  justify-content: center;
  padding: .625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666;
  font-size: 1em;
  font-weight: 300;
}
.swal2-validation-message::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 .625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}
.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: .25em solid transparent;
  border-radius: 50%;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}
.swal2-icon.swal2-error {
  border-color: #f27474;
  color: #f27474;
}
.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: .3125em;
  border-radius: .125em;
  background-color: #f27474;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-error.swal2-icon-show {
  -webkit-animation: swal2-animate-error-icon 0.5s;
  animation: swal2-animate-error-icon 0.5s;
}
.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
  -webkit-animation: swal2-animate-error-x-mark 0.5s;
  animation: swal2-animate-error-x-mark 0.5s;
}
.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}
.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}
.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}
.swal2-icon.swal2-success {
  border-color: #a5dc86;
  color: #a5dc86;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}
.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -.25em;
  left: -.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}
.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: .5em;
  left: 1.625em;
  width: .4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: .3125em;
  border-radius: .125em;
  background-color: #a5dc86;
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: .8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: .5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
  -webkit-animation: swal2-animate-success-line-tip 0.75s;
  animation: swal2-animate-success-line-tip 0.75s;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
  -webkit-animation: swal2-animate-success-line-long 0.75s;
  animation: swal2-animate-success-line-long 0.75s;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}
.swal2-progress-steps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600;
}
.swal2-progress-steps li {
  display: inline-block;
  position: relative;
}
.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #3085d6;
  color: #fff;
  line-height: 2em;
  text-align: center;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #3085d6;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #add8e6;
}
.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  width: 2.5em;
  height: .4em;
  margin: 0 -1px;
  background: #3085d6;
}
[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}
.swal2-show {
  -webkit-animation: swal2-show 0.3s;
  animation: swal2-show 0.3s;
}
.swal2-hide {
  -webkit-animation: swal2-hide 0.15s forwards;
  animation: swal2-hide 0.15s forwards;
}
.swal2-noanimation {
  transition: none;
}
.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.swal2-rtl .swal2-close {
  right: auto;
  left: 0;
}
.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto;
}
@supports (-ms-accelerator:true) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
@-moz-document url-prefix() {
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4);
  }
}
@-webkit-keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0);
  }
}
@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0);
  }
}
@-webkit-keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@-webkit-keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0;
  }
  54% {
    top: .125em;
    left: .125em;
    width: 0;
  }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em;
  }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em;
  }
}
@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0;
  }
  54% {
    top: .125em;
    left: .125em;
    width: 0;
  }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em;
  }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em;
  }
}
@-webkit-keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0;
  }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em;
  }
}
@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0;
  }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em;
  }
}
@-webkit-keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@-webkit-keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em;
  }
}
@-webkit-keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
  }
}
@-webkit-keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@-webkit-keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}
body.swal2-height-auto {
  height: auto !important;
}
body.swal2-no-backdrop .swal2-container {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: calc(98.75%);
  background-color: transparent !important;
}
body.swal2-no-backdrop .swal2-container > .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
body.swal2-no-backdrop .swal2-container.swal2-top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-no-backdrop .swal2-container.swal2-top-left,
body.swal2-no-backdrop .swal2-container.swal2-top-start {
  top: 0;
  left: 0;
}
body.swal2-no-backdrop .swal2-container.swal2-top-end,
body.swal2-no-backdrop .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
}
body.swal2-no-backdrop .swal2-container.swal2-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.swal2-no-backdrop .swal2-container.swal2-center-left,
body.swal2-no-backdrop .swal2-container.swal2-center-start {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body.swal2-no-backdrop .swal2-container.swal2-center-end,
body.swal2-no-backdrop .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
body.swal2-no-backdrop .swal2-container.swal2-bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-no-backdrop .swal2-container.swal2-bottom-left,
body.swal2-no-backdrop .swal2-container.swal2-bottom-start {
  bottom: 0;
  left: 0;
}
body.swal2-no-backdrop .swal2-container.swal2-bottom-end,
body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
  right: 0;
  bottom: 0;
}
@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}
body.swal2-toast-shown .swal2-container {
  background-color: transparent;
}
body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-top-end,
body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
body.swal2-toast-shown .swal2-container.swal2-top-left,
body.swal2-toast-shown .swal2-container.swal2-top-start {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-center-left,
body.swal2-toast-shown .swal2-container.swal2-center-start {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.swal2-toast-shown .swal2-container.swal2-center-end,
body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-left,
body.swal2-toast-shown .swal2-container.swal2-bottom-start {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-end,
body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}
body.swal2-toast-column .swal2-toast {
  flex-direction: column;
  align-items: stretch;
}
body.swal2-toast-column .swal2-toast .swal2-actions {
  flex: 1;
  align-self: stretch;
  height: 2.2em;
  margin-top: .3125em;
}
body.swal2-toast-column .swal2-toast .swal2-loading {
  justify-content: center;
}
body.swal2-toast-column .swal2-toast .swal2-input {
  height: 2em;
  margin: .3125em auto;
  font-size: 1em;
}
body.swal2-toast-column .swal2-toast .swal2-validation-message {
  font-size: 1em;
}
/*
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%;
}
.row--newsletter {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
@media screen and (min-width: 48em) {
  .row--newsletter {
    width: 25%;
  }
  .row--newsletter .column--label label {
    width: 100% !important;
  }
}
@font-face {
  font-family: 'CeraProRegular';
  src: url('../../themes/Frontend/ZeoSimonBase/frontend/_public/src/fonts/CeraPro/CeraPro.woff2') format('woff2'), url('../../themes/Frontend/ZeoSimonBase/frontend/_public/src/fonts/CeraPro/CeraPro.woff') format('woff'), url('../../themes/Frontend/ZeoSimonBase/frontend/_public/src/fonts/CeraPro/CeraPro.otf') format('otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CeraProRegular';
  src: url('../../themes/Frontend/ZeoSimonBase/frontend/_public/src/fonts/CeraPro/CeraPro-RegularItalic.woff2') format('woff2'), url('../../themes/Frontend/ZeoSimonBase/frontend/_public/src/fonts/CeraPro/CeraPro-RegularItalic.woff') format('woff'), url('../../themes/Frontend/ZeoSimonBase/frontend/_public/src/fonts/CeraPro/CeraPro-RegularItalic.otf') format('otf');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'CeraProMedium';
  src: url('../../themes/Frontend/ZeoSimonBase/frontend/_public/src/fonts/CeraPro/CeraPro-Medium.woff2') format('woff2'), url('../../themes/Frontend/ZeoSimonBase/frontend/_public/src/fonts/CeraPro/CeraPro-Medium.woff') format('woff'), url('../../themes/Frontend/ZeoSimonBase/frontend/_public/src/fonts/CeraPro/CeraPro-Medium.otf') format('otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CeraProMedium';
  src: url('../../themes/Frontend/ZeoSimonBase/frontend/_public/src/fonts/CeraPro/CeraPro-MediumItalic.woff2') format('woff2'), url('../../themes/Frontend/ZeoSimonBase/frontend/_public/src/fonts/CeraPro/CeraPro-MediumItalic.woff') format('woff'), url('../../themes/Frontend/ZeoSimonBase/frontend/_public/src/fonts/CeraPro/CeraPro-MediumItalic.otf') format('otf');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'CeraProBold';
  src: url('../../themes/Frontend/ZeoSimonBase/frontend/_public/src/fonts/CeraPro/CeraProBold.woff2') format('woff2'), url('../../themes/Frontend/ZeoSimonBase/frontend/_public/src/fonts/CeraPro/CeraProBold.woff') format('woff');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'ParnasoSmall';
  src: url('../../themes/Frontend/ZeoSimonBase/frontend/_public/src/fonts/ParnasoSmall/ParnasoSmall-Regular.woff2') format('woff2'), url('../../themes/Frontend/ZeoSimonBase/frontend/_public/src/fonts/ParnasoSmall/ParnasoSmall-Regular.woff') format('woff'), url('../../themes/Frontend/ZeoSimonBase/frontend/_public/src/fonts/ParnasoSmall/ParnasoSmall-Regular.otf') format('otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ParnasoSmall';
  src: url('../../themes/Frontend/ZeoSimonBase/frontend/_public/src/fonts/ParnasoSmall/ParnasoSmall-RegularItalic.woff2') format('woff2'), url('../../themes/Frontend/ZeoSimonBase/frontend/_public/src/fonts/ParnasoSmall/ParnasoSmall-RegularItalic.woff') format('woff'), url('../../themes/Frontend/ZeoSimonBase/frontend/_public/src/fonts/ParnasoSmall/ParnasoSmall-RegularItalic.otf') format('otf');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'ParnasoSmallM';
  src: url('../../themes/Frontend/ZeoSimonBase/frontend/_public/src/fonts/ParnasoSmall/ParnasoSmall-MediumItalic.woff2') format('woff2'), url('../../themes/Frontend/ZeoSimonBase/frontend/_public/src/fonts/ParnasoSmall/ParnasoSmall-MediumItalic.woff') format('woff'), url('../../themes/Frontend/ZeoSimonBase/frontend/_public/src/fonts/ParnasoSmall/ParnasoSmall-MediumItalic.otf') format('otf');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'ParnasoSmallM';
  src: url('../../themes/Frontend/ZeoSimonBase/frontend/_public/src/fonts/ParnasoSmall/ParnasoSmall-Medium.woff2') format('woff2'), url('../../themes/Frontend/ZeoSimonBase/frontend/_public/src/fonts/ParnasoSmall/ParnasoSmall-Medium.woff') format('woff'), url('../../themes/Frontend/ZeoSimonBase/frontend/_public/src/fonts/ParnasoSmall/ParnasoSmall-Medium.otf') format('otf');
  font-weight: 400;
  font-style: normal;
}
/*
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.
*/
/* background color - helper classes */
.bg-base-1 {
  background: #f9f4ee;
}
.bg-base-2 {
  background: #f9f9f9;
}
.bg-base-3 {
  background: #314c49;
}
.bg-base-5 {
  background: #edece8;
}
.bg-base-7 {
  background: #666666;
}
.bg-base-8 {
  background: #555555;
}
.bg-base-9 {
  background: #444444;
}
/*
*
* This file containers helper classes
*
 */
.bg-white {
  background: #f9f4ee !important;
}
/*
Icons
================================
These variables define the character for each icon.

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

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

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

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

For an overview of available variables, visit the
<a href="https://developers.shopware.com/styletile/components.html#icon-set">docs on available icons</a>.
*/
.shop--navigation .navigation--entry .account--link.account--user-loggedin:after,
[class^="icon--"],
[class*=" icon--"],
.custom-products--color-selection input:checked ~ .custom-products--color-selection-label .custom-products--color-selection-overlay:before,
.custom-products--color-selection input:checked ~ .custom-products--color-selection-label .custom-products--color-selection-overlay:before,
.wizard-question--content .question-ct--filter-ct input:checked ~ .question-ct--label:before,
.wizard-question--content .question-ct--filter-ct input:checked ~ .question-ct--label:before,
.advisor-cell--filled input:checked ~ .question-ct--label .advisor-cell--image-ct:before,
.advisor-cell--filled input:checked ~ .question-ct--label .advisor-cell--image-ct:before {
  font-family: 'Font Awesome 5 Pro' !important;
  position: static;
}
.navigation--list .entry--account .account--link,
.navigation--list .entry--cart .cart--link {
  padding-left: 0px;
}
/*
unorder/ordered list icon fix
 */
.list--unordered {
  padding-left: 20px;
  padding-left: 1.25rem;
  list-style-type: none;
}
.list--unordered li {
  position: relative;
  line-height: 24px;
  line-height: 1.5rem;
}
.list--unordered li:before {
  width: 20px;
  width: 1.25rem;
  font-size: 10px;
  font-size: .625rem;
  left: -20px;
  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: 20px;
  width: 1.25rem;
  font-size: 10px;
  font-size: .625rem;
  left: -20px;
  left: -1.25rem;
  font-family: 'shopware';
  content: "\e656";
  position: absolute;
  top: 0;
}
.list--unordered.is--checked li:before {
  width: 20px;
  width: 1.25rem;
  font-size: 10px;
  font-size: .625rem;
  left: -20px;
  left: -1.25rem;
  font-family: 'shopware';
  content: "\e60c" !important;
  position: absolute;
  top: 0;
}
.list--unordered.is--arrow-right li {
  position: relative;
}
.list--unordered.is--arrow-right li:before {
  width: 20px;
  width: 1.25rem;
  font-size: 10px;
  font-size: .625rem;
  left: -20px;
  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: 20px;
  width: 1.25rem;
  font-size: 10px;
  font-size: .625rem;
  left: -20px;
  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: .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: 20px;
  width: 1.25rem;
  font-size: 10px;
  font-size: .625rem;
  left: -20px;
  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: 20px;
  width: 1.25rem;
  font-size: 10px;
  font-size: .625rem;
  left: -20px;
  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--unordered.is--checked li:before {
  width: 20px;
  width: 1.25rem;
  font-size: 10px;
  font-size: .625rem;
  left: -20px;
  left: -1.25rem;
  font-family: 'shopware';
  content: "\e60c";
  position: absolute;
  top: 0;
}
/*
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/>
*/
/*
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/>

*/
/*
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: 1rem 2.5rem 1rem 2.5rem;
  line-height: 1.5rem;
  font-size: 1.125rem;
  border-radius: 1.75rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  font-family: "CeraProMedium", sans-serif;
  width: auto;
  -webkit-font-smoothing: inherit;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #e0e0e0;
  color: #666666;
  text-align: center;
  white-space: nowrap;
  letter-spacing: -0.04125rem;
  /** 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: Button with 100% width */
  /** State: Button with text align center */
}
@media screen and (max-width: 48em) {
  .btn {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-radius: 1.5rem;
  }
}
.btn [class^="icon--"] {
  font-size: 0.625rem;
}
.btn.is--icon-right {
  padding-right: 2.25rem;
}
.btn.is--icon-right [class^="icon--"] {
  height: 1rem;
  line-height: 2rem;
  margin: -1rem 0rem 0rem 0rem;
  right: 0.75rem;
  font-weight: 400;
  display: block;
  position: absolute;
  top: 50%;
  text-align: right;
}
.btn.is--icon-left {
  padding-left: 2.25rem;
}
.btn.is--icon-left [class^="icon--"] {
  height: 1rem;
  line-height: 2rem;
  margin: -1rem 0rem 0rem 0rem;
  left: 0.75rem;
  font-weight: 400;
  display: block;
  position: absolute;
  top: 50%;
}
.btn:disabled,
.btn:disabled:hover,
.btn.is--disabled,
.btn.is--disabled:hover {
  opacity: 0.5;
  border: 1px solid #e0e0e0;
  color: #666666;
  cursor: not-allowed;
}
.btn:hover {
  background: #ffffff;
  color: #2a3d38;
  border-color: #2a3d38;
}
.btn:focus {
  outline: none;
}
.btn.is--small {
  line-height: 1.75rem;
}
.btn.is--medium {
  line-height: 2rem;
  height: 2.375rem;
}
.btn.is--full {
  display: block;
}
.btn.is--center {
  text-align: center;
}
/*
######Button type class

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

<button class="btn is--secondary">
    Secondary
</button>
```
*/
.is--primary {
  background-color: #2a3d38;
  border: 0 none;
  color: #FFFFFF;
  /** State: Small button */
}
.is--primary:hover {
  background: #3c5750;
  color: #FFFFFF;
}
.is--primary:active {
  background: #192421;
  color: #FFFFFF;
}
.is--primary.is--small {
  line-height: 1.875rem;
}
.is--secondary {
  background-color: #ffffff;
  border: 0 none;
  color: #2a3d38;
  /** State: Small button */
}
.is--secondary:hover {
  background: #e9ebeb;
  color: #2a3d38;
}
.is--secondary.is--small {
  line-height: 1.875rem;
}
.video--play-icon.icon--play {
  font-family: Shopware !important;
}
.is--link {
  line-height: 2.125rem;
  border: 0 none;
  background: transparent;
  color: #666666;
  padding: 0;
  /** State: Small button */
}
.is--link:after {
  display: none;
}
@media screen and (min-width: 48em) {
  .is--link:after {
    display: inline;
  }
}
@media screen and (min-width: 64em) {
  .is--link {
    padding: 0.125rem 0.75rem 0.125rem 0.75rem;
  }
}
.is--link:hover {
  color: #2a3d38;
}
.is--link.is--small {
  line-height: 1.875rem;
}
.is--outline {
  line-height: 2.125rem;
  border: 1px solid #2a3d38;
  background: transparent;
  color: #2a3d38;
  /** State: Small button */
}
.is--outline:hover {
  background: #2a3d38;
  border-color: #2a3d38;
  color: #fff;
}
.is--outline:active {
  background: #2a3d38;
  border-color: #2a3d38;
  color: #fff;
}
.is--outline.is--small {
  line-height: 1.875rem;
}
.is--icon {
  padding: 0rem 0rem 0rem 0rem;
  height: 3.5rem;
  width: 3.5rem;
  background: transparent;
  border: 0;
  color: #2a3d38;
}
@media screen and (max-width: 48em) {
  .is--icon {
    height: 3rem;
    width: 3rem;
  }
}
.is--icon [class^="icon--"] {
  font-size: 1.5rem;
}
.is--icon:hover {
  background: #ffb866;
}
.is--icon:active {
  background: #f0a856;
}
.is--full-width-mobile {
  width: 100%;
}
@media screen and (min-width: 48em) {
  .is--full-width-mobile {
    width: auto;
  }
}
button.btn.is--text-only {
  border: 0;
  background: transparent;
}
button.btn.is--text-only:hover {
  text-decoration: underline;
}
/* Blog widget home */
.is--transparent .btn {
  background: transparent;
  border: none;
  /* chevron next to transparent btn link */
}
.is--transparent .btn:after {
  content: "\f054" !important;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  margin-left: 10px;
}
.is--outline .btn {
  text-transform: inherit;
  font-weight: 100;
  font-family: "CeraProRegular", sans-serif;
}
.mt-0 {
  margin-top: 0;
}
.ml-0 {
  margin-left: 0;
}
.mr-0 {
  margin-right: 0;
}
.mb-0 {
  margin-bottom: 0;
}
.mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.pt-0 {
  padding-top: 0;
}
.pl-0 {
  padding-left: 0;
}
.pr-0 {
  padding-right: 0;
}
.pb-0 {
  padding-bottom: 0;
}
.px-0 {
  padding-left: 0;
  padding-right: 0;
}
.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
/*
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,
#storeLocator #storeWrap,
#headerWrap .headerContainer,
.storeLocatorDetails--content {
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
  max-width: 113rem;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}
.container:before {
  content: " ";
  display: table;
}
.container:after {
  content: " ";
  display: table;
  clear: both;
}
@media screen and (min-width: 48em) {
  .container,
  #storeLocator #storeWrap,
  #headerWrap .headerContainer,
  .storeLocatorDetails--content {
    padding: 0 40px;
  }
}
@media screen and (min-width: 64em) {
  .container,
  #storeLocator #storeWrap,
  #headerWrap .headerContainer,
  .storeLocatorDetails--content {
    padding: 0 48px;
  }
}
@media screen and (min-width: 78.75em) {
  .container,
  #storeLocator #storeWrap,
  #headerWrap .headerContainer,
  .storeLocatorDetails--content {
    padding: 0 56px;
  }
}
.container-fluid {
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}
.container-fluid:after {
  content: "";
  display: table;
  clear: both;
}
.container-fluid:before {
  content: " ";
  display: table;
}
.container-fluid:after {
  content: " ";
  display: table;
  clear: both;
}
@media screen and (min-width: 48em) {
  .container-fluid {
    padding: 0 40px;
  }
}
@media screen and (min-width: 64em) {
  .container-fluid {
    padding: 0 48px;
  }
}
@media screen and (min-width: 78.75em) {
  .container-fluid {
    padding: 0 56px;
  }
}
.content-main {
  box-shadow: none;
  background: #f9f4ee !important;
}
.content-main .content-main--inner.is--fullscreen {
  box-shadow: none;
  max-width: none;
  padding: 0;
  margin: 0;
}
.content-main .content-main--inner .content--wrapper .content--home {
  padding-top: 0;
}
.content-main .custom-page--content {
  padding: 2.5rem 2.5rem 2.5rem 2.5rem;
}
/* Theme specific container fixes for /kontactformular etc.. 'shoppages' */
.container.content.block {
  float: none;
}
.is--ctl-detail .content-main .container {
  max-width: 83rem;
}
/*
Delivery information
=========================================
Defines the delivery status for products (e.g. detail page, note).

The styling includes the base styling and the delivery states.


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

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

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

<div class="product--delivery">
    <p class="delivery--information">
        <span class="delivery--text delivery--text-not-available">
            <i class="delivery--status-icon delivery--status-not-available"></i>
            delivery--text-not-available
        </span>
    </p>
</div>
```
*/
.product--delivery {
  font-size: 0.875rem;
}
.product--delivery p {
  margin: 0;
}
.product--delivery .delivery--status-icon {
  border-radius: 0.5625rem;
  background-clip: padding-box;
  margin: 0rem 0.3125rem 0rem 0rem;
  width: 0.5625rem;
  height: 0.5625rem;
  line-height: 0.625rem;
  display: inline-block;
  position: relative;
}
.product--delivery .delivery--status-shipping-free {
  background: #3b5b59;
}
.product--delivery .delivery--text-shipping-free {
  color: #3b5b59;
}
.product--delivery .delivery--status-available {
  background: #4a9361;
}
.product--delivery .delivery--text-available {
  color: #4a9361;
}
.product--delivery .delivery--status-more-is-coming {
  background: #4a9361;
}
.product--delivery .delivery--text-more-is-coming {
  color: #4a9361;
}
.product--delivery .delivery--status-not-available {
  background: #ff7349;
}
.product--delivery .delivery--text-not-available {
  color: #ff7349;
}
.product--delivery .delivery--text {
  margin: 0;
  display: block;
}
.product--box.decision-box {
  background: #D9E4DD;
  border: none;
  border-radius: 16px;
  color: #2a3d38;
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .product--box.decision-box {
    width: calc(50% - 24px) !important;
  }
}
@media screen and (max-width: 64em) {
  .product--box.decision-box {
    padding: 16px;
  }
}
.product--box.decision-box .product--image {
  margin-bottom: 15px;
  height: 150px;
}
@media screen and (min-width: 48em) {
  .product--box.decision-box .product--image {
    height: 200px !important;
    margin-bottom: 42px;
  }
}
.product--box.decision-box .product--title p {
  font-size: 1rem;
  margin: 0;
}
@media screen and (min-width: 48em) {
  .product--box.decision-box .product--title p {
    font-weight: 600;
  }
}
.product--box.decision-box .product--title p.product--title_headline {
  font-size: 1.3125rem;
  font-weight: 400;
  margin-bottom: 20px;
}
@media screen and (min-width: 48em) {
  .product--box.decision-box .product--title p.product--title_headline {
    font-size: 1.75rem;
  }
}
.product--box.decision-box .product--title .fa-arrow-right {
  margin-left: 2px;
}
@media screen and (max-width: 48em) {
  .product--box.decision-box .product--title .fa-arrow-right {
    font-weight: 400;
  }
}
.product--box.decision-box:hover {
  border: none;
  background: #D9E4DD !important;
}
/*
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 .tagcloud--content,
.content-main.is--fullscreen .last-seen-products {
  display: none;
}
.emotion--overlay {
  width: 3.125rem;
  height: 3.125rem;
  top: 3.125rem;
  border-radius: 3px;
  background-clip: padding-box;
  margin: 0 auto;
  position: relative;
  left: 0;
  z-index: 1000;
}
.emotion--overlay .emotion--loading-indicator {
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.emotion--overlay ~ .content-main {
  min-height: 125rem;
  visibility: hidden;
}
.emotion--loading-indicator {
  width: 1.3125rem;
  height: 1.3125rem;
  padding: 3.125rem 0rem 3.125rem 0rem;
  margin: 0 auto;
  display: block;
  position: relative;
  box-sizing: content-box;
}
.emotion--loading-indicator:before {
  border-radius: 100%;
  background-clip: padding-box;
  -webkit-animation: keyframe--spin 1s linear infinite;
  animation: keyframe--spin 1s linear infinite;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: block;
  content: "";
  border-width: 2px;
  border-style: solid;
  border-color: #333 #CCC #CCC #CCC;
}
.content--emotions {
  display: block;
  background: #f9f4ee;
}
body.emotion--preview {
  background: #f9f4ee;
}
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: none;
  overflow: hidden;
}
.emotion--wrapper > div {
  background: #f9f4ee !important;
}
.emotion--wrapper.is--fullscreen {
  max-width: none;
}
.is--ctl-listing .emotion--wrapper .emotion--element .emotion--html {
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
}
.emotion--container {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  background: transparent;
}
.emotion--container:after {
  content: "";
  display: table;
  clear: both;
}
.emotion--container:before {
  content: " ";
  display: table;
}
.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--mode-rows .emotion--row:before {
  content: " ";
  display: table;
}
.emotion--container.emotion--mode-rows .emotion--row:after {
  content: " ";
  display: table;
  clear: both;
}
.emotion--container.emotion--column-1 .advisor-grid--row1 {
  margin: 0.9375rem 0rem 0.9375rem 0rem;
}
.emotion--container.emotion--column-1 .advisor-grid--row1:after {
  content: "";
  display: table;
  clear: both;
}
.emotion--container.emotion--column-1 .advisor-grid--row1:before {
  content: " ";
  display: table;
}
.emotion--container.emotion--column-1 .advisor-grid--row1:after {
  content: " ";
  display: table;
  clear: both;
}
.emotion--container.emotion--column-1 .advisor-grid--row1 .advisor-grid--advisor-cell {
  margin-bottom: 0.625rem;
  height: 100%;
  width: 100%;
  float: left;
}
@media screen and (min-width: 30em) {
  .emotion--container.emotion--column-1 .advisor-grid--row1 .advisor-grid--advisor-cell {
    width: 50%;
  }
}
@media screen and (min-width: 48em) {
  .emotion--container.emotion--column-1 .advisor-grid--row1 .advisor-grid--advisor-cell {
    width: 100%;
  }
}
.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 .advisor-grid--row2 {
  margin: 0.9375rem 0rem 0.9375rem 0rem;
}
.emotion--container.emotion--column-2 .advisor-grid--row2:after {
  content: "";
  display: table;
  clear: both;
}
.emotion--container.emotion--column-2 .advisor-grid--row2:before {
  content: " ";
  display: table;
}
.emotion--container.emotion--column-2 .advisor-grid--row2:after {
  content: " ";
  display: table;
  clear: both;
}
.emotion--container.emotion--column-2 .advisor-grid--row2 .advisor-grid--advisor-cell {
  margin-bottom: 0.625rem;
  height: 100%;
  width: 100%;
  float: left;
}
@media screen and (min-width: 30em) {
  .emotion--container.emotion--column-2 .advisor-grid--row2 .advisor-grid--advisor-cell {
    width: 50%;
  }
}
@media screen and (min-width: 48em) {
  .emotion--container.emotion--column-2 .advisor-grid--row2 .advisor-grid--advisor-cell {
    width: 50%;
  }
}
.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 .advisor-grid--row3 {
  margin: 0.9375rem 0rem 0.9375rem 0rem;
}
.emotion--container.emotion--column-3 .advisor-grid--row3:after {
  content: "";
  display: table;
  clear: both;
}
.emotion--container.emotion--column-3 .advisor-grid--row3:before {
  content: " ";
  display: table;
}
.emotion--container.emotion--column-3 .advisor-grid--row3:after {
  content: " ";
  display: table;
  clear: both;
}
.emotion--container.emotion--column-3 .advisor-grid--row3 .advisor-grid--advisor-cell {
  margin-bottom: 0.625rem;
  height: 100%;
  width: 100%;
  float: left;
}
@media screen and (min-width: 30em) {
  .emotion--container.emotion--column-3 .advisor-grid--row3 .advisor-grid--advisor-cell {
    width: 50%;
  }
}
@media screen and (min-width: 48em) {
  .emotion--container.emotion--column-3 .advisor-grid--row3 .advisor-grid--advisor-cell {
    width: 33.33333333%;
  }
}
.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 .advisor-grid--row4 {
  margin: 0.9375rem 0rem 0.9375rem 0rem;
}
.emotion--container.emotion--column-4 .advisor-grid--row4:after {
  content: "";
  display: table;
  clear: both;
}
.emotion--container.emotion--column-4 .advisor-grid--row4:before {
  content: " ";
  display: table;
}
.emotion--container.emotion--column-4 .advisor-grid--row4:after {
  content: " ";
  display: table;
  clear: both;
}
.emotion--container.emotion--column-4 .advisor-grid--row4 .advisor-grid--advisor-cell {
  margin-bottom: 0.625rem;
  height: 100%;
  width: 100%;
  float: left;
}
@media screen and (min-width: 30em) {
  .emotion--container.emotion--column-4 .advisor-grid--row4 .advisor-grid--advisor-cell {
    width: 50%;
  }
}
@media screen and (min-width: 48em) {
  .emotion--container.emotion--column-4 .advisor-grid--row4 .advisor-grid--advisor-cell {
    width: 25%;
  }
}
.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 .advisor-grid--row5 {
  margin: 0.9375rem 0rem 0.9375rem 0rem;
}
.emotion--container.emotion--column-5 .advisor-grid--row5:after {
  content: "";
  display: table;
  clear: both;
}
.emotion--container.emotion--column-5 .advisor-grid--row5:before {
  content: " ";
  display: table;
}
.emotion--container.emotion--column-5 .advisor-grid--row5:after {
  content: " ";
  display: table;
  clear: both;
}
.emotion--container.emotion--column-5 .advisor-grid--row5 .advisor-grid--advisor-cell {
  margin-bottom: 0.625rem;
  height: 100%;
  width: 100%;
  float: left;
}
@media screen and (min-width: 30em) {
  .emotion--container.emotion--column-5 .advisor-grid--row5 .advisor-grid--advisor-cell {
    width: 50%;
  }
}
@media screen and (min-width: 48em) {
  .emotion--container.emotion--column-5 .advisor-grid--row5 .advisor-grid--advisor-cell {
    width: 20%;
  }
}
.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 .advisor-grid--row6 {
  margin: 0.9375rem 0rem 0.9375rem 0rem;
}
.emotion--container.emotion--column-6 .advisor-grid--row6:after {
  content: "";
  display: table;
  clear: both;
}
.emotion--container.emotion--column-6 .advisor-grid--row6:before {
  content: " ";
  display: table;
}
.emotion--container.emotion--column-6 .advisor-grid--row6:after {
  content: " ";
  display: table;
  clear: both;
}
.emotion--container.emotion--column-6 .advisor-grid--row6 .advisor-grid--advisor-cell {
  margin-bottom: 0.625rem;
  height: 100%;
  width: 100%;
  float: left;
}
@media screen and (min-width: 30em) {
  .emotion--container.emotion--column-6 .advisor-grid--row6 .advisor-grid--advisor-cell {
    width: 50%;
  }
}
@media screen and (min-width: 48em) {
  .emotion--container.emotion--column-6 .advisor-grid--row6 .advisor-grid--advisor-cell {
    width: 16.66666667%;
  }
}
.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 .advisor-grid--row7 {
  margin: 0.9375rem 0rem 0.9375rem 0rem;
}
.emotion--container.emotion--column-7 .advisor-grid--row7:after {
  content: "";
  display: table;
  clear: both;
}
.emotion--container.emotion--column-7 .advisor-grid--row7:before {
  content: " ";
  display: table;
}
.emotion--container.emotion--column-7 .advisor-grid--row7:after {
  content: " ";
  display: table;
  clear: both;
}
.emotion--container.emotion--column-7 .advisor-grid--row7 .advisor-grid--advisor-cell {
  margin-bottom: 0.625rem;
  height: 100%;
  width: 100%;
  float: left;
}
@media screen and (min-width: 30em) {
  .emotion--container.emotion--column-7 .advisor-grid--row7 .advisor-grid--advisor-cell {
    width: 50%;
  }
}
@media screen and (min-width: 48em) {
  .emotion--container.emotion--column-7 .advisor-grid--row7 .advisor-grid--advisor-cell {
    width: 14.28571429%;
  }
}
.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 .advisor-grid--row8 {
  margin: 0.9375rem 0rem 0.9375rem 0rem;
}
.emotion--container.emotion--column-8 .advisor-grid--row8:after {
  content: "";
  display: table;
  clear: both;
}
.emotion--container.emotion--column-8 .advisor-grid--row8:before {
  content: " ";
  display: table;
}
.emotion--container.emotion--column-8 .advisor-grid--row8:after {
  content: " ";
  display: table;
  clear: both;
}
.emotion--container.emotion--column-8 .advisor-grid--row8 .advisor-grid--advisor-cell {
  margin-bottom: 0.625rem;
  height: 100%;
  width: 100%;
  float: left;
}
@media screen and (min-width: 30em) {
  .emotion--container.emotion--column-8 .advisor-grid--row8 .advisor-grid--advisor-cell {
    width: 50%;
  }
}
@media screen and (min-width: 48em) {
  .emotion--container.emotion--column-8 .advisor-grid--row8 .advisor-grid--advisor-cell {
    width: 12.5%;
  }
}
.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 .advisor-grid--row9 {
  margin: 0.9375rem 0rem 0.9375rem 0rem;
}
.emotion--container.emotion--column-9 .advisor-grid--row9:after {
  content: "";
  display: table;
  clear: both;
}
.emotion--container.emotion--column-9 .advisor-grid--row9:before {
  content: " ";
  display: table;
}
.emotion--container.emotion--column-9 .advisor-grid--row9:after {
  content: " ";
  display: table;
  clear: both;
}
.emotion--container.emotion--column-9 .advisor-grid--row9 .advisor-grid--advisor-cell {
  margin-bottom: 0.625rem;
  height: 100%;
  width: 100%;
  float: left;
}
@media screen and (min-width: 30em) {
  .emotion--container.emotion--column-9 .advisor-grid--row9 .advisor-grid--advisor-cell {
    width: 50%;
  }
}
@media screen and (min-width: 48em) {
  .emotion--container.emotion--column-9 .advisor-grid--row9 .advisor-grid--advisor-cell {
    width: 11.11111111%;
  }
}
.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 .advisor-grid--row10 {
  margin: 0.9375rem 0rem 0.9375rem 0rem;
}
.emotion--container.emotion--column-10 .advisor-grid--row10:after {
  content: "";
  display: table;
  clear: both;
}
.emotion--container.emotion--column-10 .advisor-grid--row10:before {
  content: " ";
  display: table;
}
.emotion--container.emotion--column-10 .advisor-grid--row10:after {
  content: " ";
  display: table;
  clear: both;
}
.emotion--container.emotion--column-10 .advisor-grid--row10 .advisor-grid--advisor-cell {
  margin-bottom: 0.625rem;
  height: 100%;
  width: 100%;
  float: left;
}
@media screen and (min-width: 30em) {
  .emotion--container.emotion--column-10 .advisor-grid--row10 .advisor-grid--advisor-cell {
    width: 50%;
  }
}
@media screen and (min-width: 48em) {
  .emotion--container.emotion--column-10 .advisor-grid--row10 .advisor-grid--advisor-cell {
    width: 10%;
  }
}
.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 .advisor-grid--row11 {
  margin: 0.9375rem 0rem 0.9375rem 0rem;
}
.emotion--container.emotion--column-11 .advisor-grid--row11:after {
  content: "";
  display: table;
  clear: both;
}
.emotion--container.emotion--column-11 .advisor-grid--row11:before {
  content: " ";
  display: table;
}
.emotion--container.emotion--column-11 .advisor-grid--row11:after {
  content: " ";
  display: table;
  clear: both;
}
.emotion--container.emotion--column-11 .advisor-grid--row11 .advisor-grid--advisor-cell {
  margin-bottom: 0.625rem;
  height: 100%;
  width: 100%;
  float: left;
}
@media screen and (min-width: 30em) {
  .emotion--container.emotion--column-11 .advisor-grid--row11 .advisor-grid--advisor-cell {
    width: 50%;
  }
}
@media screen and (min-width: 48em) {
  .emotion--container.emotion--column-11 .advisor-grid--row11 .advisor-grid--advisor-cell {
    width: 9.09090909%;
  }
}
.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 .advisor-grid--row12 {
  margin: 0.9375rem 0rem 0.9375rem 0rem;
}
.emotion--container.emotion--column-12 .advisor-grid--row12:after {
  content: "";
  display: table;
  clear: both;
}
.emotion--container.emotion--column-12 .advisor-grid--row12:before {
  content: " ";
  display: table;
}
.emotion--container.emotion--column-12 .advisor-grid--row12:after {
  content: " ";
  display: table;
  clear: both;
}
.emotion--container.emotion--column-12 .advisor-grid--row12 .advisor-grid--advisor-cell {
  margin-bottom: 0.625rem;
  height: 100%;
  width: 100%;
  float: left;
}
@media screen and (min-width: 30em) {
  .emotion--container.emotion--column-12 .advisor-grid--row12 .advisor-grid--advisor-cell {
    width: 50%;
  }
}
@media screen and (min-width: 48em) {
  .emotion--container.emotion--column-12 .advisor-grid--row12 .advisor-grid--advisor-cell {
    width: 8.33333333%;
  }
}
.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;
  border-radius: 16px;
}
.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: #f9f4ee;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.5);
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
}
.emotion--banner-slider .banner-slider--container,
.emotion--banner-slider .banner-slider--slide {
  width: 100%;
  height: 100%;
}
.emotion--banner-slider .banner-slider--container .arrow {
  display: block;
}
.emotion--banner-slider .banner-slider--item {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.emotion--banner-slider .banner-slider--banner {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
}
.emotion--banner-slider .banner-slider--image {
  width: 100%;
}
.emotion--banner-slider .banner-slider--link {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
.emotion--banner-slider .image-slider--dots {
  display: none;
}
.emotion--product-slider {
  width: 100%;
  height: 100%;
  position: relative;
}
.emotion--product-slider .product-slider--title {
  height: 3.4375rem;
  position: relative;
  top: 0;
  left: 0;
  z-index: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.emotion--product-slider .product-slider--content {
  width: 100%;
  z-index: 400;
}
.emotion--product-slider .product-slider--arrow.arrow--next {
  border-right: 0 none;
}
.emotion--product-slider .product-slider--arrow.arrow--prev {
  border-left: 0 none;
}
.emotion--product-slider .box--emotion {
  width: 100%;
  height: 100%;
  padding: 0;
  text-align: center;
}
.emotion--product-slider .box--emotion .box--content {
  padding: 0;
  border: 0 none;
}
.emotion--product-slider .box--emotion .product--info {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.emotion--product-slider .box--emotion .product--image {
  height: 60%;
  margin: 0 auto;
}
.emotion--product-slider .box--emotion .product--details {
  max-height: 35%;
  width: 100%;
  margin-top: 5%;
}
.emotion--product-slider .box--emotion .product--title {
  font-size: 0.875rem;
  font-weight: 400;
  white-space: normal;
}
.emotion--product-slider .box--emotion .product--price-info .price--unit {
  height: 0.9375rem;
  font-size: 0.625rem;
}
.emotion--product-slider .box--emotion .product--price .price--default {
  font-size: 0.875rem;
}
.emotion--product {
  width: 100%;
  height: 100%;
}
.emotion--mode-rows .emotion--product {
  height: 22.5rem;
}
.emotion--product.is--no-border .box--content {
  border: 0 none;
}
.emotion--product .product--box {
  width: 100%;
  height: 100%;
  padding: 0;
  float: none;
}
.emotion--product .product--box .box--content {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
}
.emotion--product .product--box .product--info {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.emotion--product .product--box .product--image {
  height: 70%;
  margin: 0 auto;
}
.emotion--product .product--box .product--image.is--large {
  height: 100%;
}
.emotion--product .product--box .product--details {
  max-height: 30%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.emotion--product .product--box .product--title {
  text-overflow: ellipsis;
}
.emotion--category-teaser {
  width: 100%;
  height: 100%;
}
.emotion--mode-rows .emotion--category-teaser {
  height: 22.5rem;
}
.emotion--category-teaser .category-teaser--link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
}
.emotion--category-teaser .category-teaser--title {
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #f9f4ee;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.5);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.emotion--manufacturer {
  width: 100%;
  height: 100%;
  position: relative;
}
.emotion--mode-rows .emotion--manufacturer {
  height: 16.25rem;
}
.emotion--manufacturer .manufacturer--title {
  height: 3.4375rem;
  position: relative;
  top: 0;
  left: 0;
  z-index: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.emotion--manufacturer .manufacturer--content {
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 400;
}
.emotion--manufacturer .manufacturer--title ~ .manufacturer--content {
  padding-top: 4.0625rem;
}
.emotion--manufacturer .manufacturer--slider {
  height: 100%;
}
.emotion--manufacturer .manufacturer--slider .arrow--next {
  right: -1.25rem;
  border-right: 0 none;
}
.emotion--manufacturer .manufacturer--slider .arrow--prev {
  left: -1.25rem;
  border-left: 0 none;
}
.emotion--manufacturer .manufacturer--item {
  padding: 0.625rem 0.9375rem 0.625rem 0.9375rem;
  text-align: center;
  vertical-align: middle;
}
.emotion--manufacturer .manufacturer--link {
  font-size: 1.125rem;
  display: block;
  width: 100%;
  height: 100%;
  color: #666666;
  font-weight: 700;
  position: relative;
}
.emotion--manufacturer .manufacturer--link:hover {
  color: #3b5b59;
}
.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: #000000;
  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: #000000;
  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: #f9f4ee;
}
.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: #f9f4ee;
  border: 2px solid #f9f4ee;
  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: #f9f4ee;
  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--blog .blog--container.block-group::-webkit-scrollbar {
  height: 2px !important;
}
.emotion--blog .blog--container.block-group::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #c3cccc !important;
  border-radius: 0px !important;
  width: auto !important;
  margin-left: 50px !important;
  margin-right: 50px !important;
}
.emotion--blog .blog--container.block-group::-webkit-scrollbar-thumb {
  border-radius: 0 !important;
  border: 0 !important;
  background: #000 !important;
}
.emotion--mode-rows .emotion--blog {
  height: auto;
}
.emotion--mode-rows .emotion--blog .blog--image {
  height: 10rem;
}
.emotion--blog .blog--container {
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.emotion--blog .blog--entry {
  height: 100%;
  padding: 12px 50px;
  flex: 0 0 auto;
}
@media screen and (min-width: 48em) {
  .emotion--blog .blog--entry {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 78.75em) {
  .emotion--blog .blog--entry {
    flex: auto;
  }
}
.emotion--blog .blog--entry a {
  font-size: 1rem;
  font-weight: bold;
}
.emotion--blog .blog--entry .blog--title {
  display: none;
}
.emotion--blog .blog--image {
  height: 100%;
  min-height: 220px;
  width: 100%;
  max-height: 100px;
  display: block;
  background-position: center center;
  background-size: cover;
  margin-bottom: 15px;
  border-radius: 16px;
}
@media screen and (min-width: 48em) {
  .emotion--blog .blog--image {
    min-height: 250px;
  }
}
.emotion--blog .blog--title {
  font-size: 0.875rem;
  display: block;
  font-weight: 700;
  color: #314c49;
  margin-bottom: 2%;
}
.emotion--blog .blog--title:hover {
  color: #3b5b59;
}
.emotion--blog .blog--description {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #666666;
  height: auto;
  max-height: 60%;
}
.emotion--blog .blog--container.block-group {
  overflow-y: auto;
  width: 100%;
  line-height: 1em;
}
.emotion--blog .blog--container.block-group::-webkit-scrollbar {
  height: 12px;
  width: 6px;
}
.emotion--blog .blog--container.block-group::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white;
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 48em) {
  .is--ctl-index .emotion--blog .blog--entry {
    margin-bottom: 0;
  }
}
.is--ctl-index .emotion--blog .blog--image {
  margin-bottom: 12px;
}
@media screen and (min-width: 48em) {
  .is--ctl-index .emotion--blog .blog--image {
    margin-bottom: 15px;
  }
}
.is--ctl-index .emotion--banner .banner--mapping-link {
  display: flex;
}
.is--ctl-index .emotion--banner .banner--mapping-link:after {
  content: "+";
  display: flex;
  background: #f9f4ee;
  color: #666666;
  border-radius: 100%;
  font-size: 20px;
  width: 26px;
  height: 26px;
  margin: auto;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
}
.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;
}
.emotion--banner-slider .icon--arrow-left,
.emotion--banner-slider .icon--arrow-right {
  position: absolute;
  color: #000;
  bottom: 0;
  width: 34px;
  height: 3.75rem;
  top: 50%;
  font-size: 22px;
  display: flex;
  z-index: 999;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  background: #ffffff70;
  transform: translate(0, -50%);
}
.emotion--banner-slider .icon--arrow-right {
  right: 0;
}
.emotion--banner-slider .image-slider--dots {
  max-width: unset;
}
@media screen and (min-width: 48em) {
  .emotion--blog {
    overflow: hidden;
  }
  .is--ctl-index .blog--container {
    display: flex;
  }
  .is--ctl-index .emotion--banner .banner--mapping-link:after {
    font-size: 30px;
    width: 45px;
    height: 45px;
  }
}
@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: #404040;
    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: #2a3d38;
    background-clip: padding-box;
  }
}
/* TODO: refactor below to above */
.emotion--banner .banner--mapping-link {
  display: flex;
}
.emotion--banner .banner--mapping-link:after {
  content: "+";
  display: flex;
  background: #f9f4ee;
  color: #666666;
  border-radius: 100%;
  font-size: 35px;
  width: 60px;
  height: 60px;
  margin: auto;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
}
.emotion--banner .banner--link-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 16px;
  background: linear-gradient(360deg, #22342d 0%, rgba(34, 52, 45, 0) 29.92%);
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (min-width: 30em) {
  .emotion--banner .banner--link-title {
    padding: 24px;
  }
}
.emotion--banner .banner--link-title-span {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.025em;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 64em) {
  .emotion--banner .banner--link-title-span {
    font-size: 28px;
    line-height: 32px;
  }
}
.emotion--banner .banner--link-title-icon {
  height: 24px;
  min-width: 24px;
  width: 24px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.emotion--banner .banner--link-title-icon svg {
  height: 12px;
  width: 12px;
  min-width: 12px;
}
@media screen and (min-width: 78.75em) {
  .emotion--banner .banner--link-title-icon {
    height: 32px;
    min-width: 32px;
    width: 32px;
    line-height: 38px;
  }
  .emotion--banner .banner--link-title-icon svg {
    height: 16px;
    width: 16px;
    min-width: 16px;
  }
}
.quickfilter .emotion--banner {
  padding-bottom: 10px;
  background: #f0e2d0;
}
.quickfilter .emotion--banner .banner--link-title {
  background: none;
}
@media screen and (min-width: 78.75em) {
  .quickfilter .emotion--banner .banner--link-title {
    padding: 24px;
  }
}
.quickfilter .emotion--banner .banner--link-title-span {
  color: #2a3d38;
  font-size: 14px;
  line-height: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 30em) {
  .quickfilter .emotion--banner .banner--link-title-span {
    font-size: 18px;
    line-height: 18px;
  }
}
@media screen and (min-width: 48em) {
  .quickfilter .emotion--banner .banner--link-title-span {
    font-size: 15px;
    line-height: 17px;
  }
}
@media screen and (min-width: 78.75em) {
  .quickfilter .emotion--banner .banner--link-title-span {
    font-size: 24px;
    line-height: 32px;
  }
}
.quickfilter .emotion--banner .banner--link-title-icon {
  border: 1px solid #2a3d38;
  height: 18px;
  min-width: 18px;
  width: 18px;
  margin-left: 1px;
}
@media screen and (min-width: 48em) {
  .quickfilter .emotion--banner .banner--link-title-icon {
    height: 20px;
    min-width: 20px;
    width: 20px;
    line-height: 39px;
  }
}
@media screen and (min-width: 64em) {
  .quickfilter .emotion--banner .banner--link-title-icon {
    height: 26px;
    min-width: 26px;
    width: 26px;
  }
}
@media screen and (min-width: 78.75em) {
  .quickfilter .emotion--banner .banner--link-title-icon {
    height: 32px;
    min-width: 32px;
    width: 32px;
  }
}
.quickfilter .emotion--banner .banner--link-title-icon svg path {
  fill: #2a3d38;
}
.without-gradient .emotion--banner .banner--link-title {
  background: none;
}
.emotion--element.cream,
.cream {
  background: #f7f6f2;
}
.is--transparent .panel {
  background: transparent;
}
.emotion--row {
  padding: 2% 0;
}
.emotion--row .emotion--element {
  padding-bottom: 0 !important;
}
.is--ctl-campaign .content.content--home .banner--content.center {
  width: 100% !important;
}
.dig-pub {
  border-radius: 16px;
}
.dig-pub:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(0deg, rgba(42, 61, 56, 0.8) 0%, rgba(42, 61, 56, 0) 100%);
}
@media screen and (min-width: 64em) {
  .dig-pub:before {
    background: linear-gradient(96.45deg, rgba(0, 0, 0, 0.5) 20.27%, rgba(0, 0, 0, 0) 56.62%);
  }
}
.dig-pub .cover--canvas {
  border-radius: 16px;
}
.dig-pub .banner--image-src {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.without-gradient .dig-pub:before {
  content: unset;
}
/*
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>
```
*/
::-moz-placeholder,
::-webkit-input-placeholder,
:-ms-input-placeholder {
  color: #c5cbc9;
}
textarea,
input[type="text"],
input[type="search"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  line-height: 1.1875rem;
  font-size: 1rem;
  width: 18.125rem;
  padding: 0.625rem 0rem 0.625rem 0rem;
  background: #f9f4ee;
  border: none;
  border-bottom: 1px solid #e0e0e0;
  color: #444444;
  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;
  background: #f9f4ee;
  color: #444444;
}
textarea.has--error,
input[type="text"].has--error,
input[type="search"].has--error,
input[type="password"].has--error,
input[type="number"].has--error,
input[type="email"].has--error,
input[type="tel"].has--error {
  color: #ff7349;
  background: #ffffff;
  border-color: #ff7349;
}
textarea.has--error ::-moz-placeholder,
input[type="text"].has--error ::-moz-placeholder,
input[type="search"].has--error ::-moz-placeholder,
input[type="password"].has--error ::-moz-placeholder,
input[type="number"].has--error ::-moz-placeholder,
input[type="email"].has--error ::-moz-placeholder,
input[type="tel"].has--error ::-moz-placeholder,
textarea.has--error ::-webkit-input-placeholder,
input[type="text"].has--error ::-webkit-input-placeholder,
input[type="search"].has--error ::-webkit-input-placeholder,
input[type="password"].has--error ::-webkit-input-placeholder,
input[type="number"].has--error ::-webkit-input-placeholder,
input[type="email"].has--error ::-webkit-input-placeholder,
input[type="tel"].has--error ::-webkit-input-placeholder,
textarea.has--error :-ms-input-placeholder,
input[type="text"].has--error :-ms-input-placeholder,
input[type="search"].has--error :-ms-input-placeholder,
input[type="password"].has--error :-ms-input-placeholder,
input[type="number"].has--error :-ms-input-placeholder,
input[type="email"].has--error :-ms-input-placeholder,
input[type="tel"].has--error :-ms-input-placeholder {
  color: #ff7349;
}
textarea.input--field,
input[type="text"].input--field,
input[type="search"].input--field,
input[type="password"].input--field,
input[type="number"].input--field,
input[type="email"].input--field,
input[type="tel"].input--field {
  margin-bottom: 0.625rem;
  width: 100%;
}
textarea.input--field.input--field-zipcode,
input[type="text"].input--field.input--field-zipcode,
input[type="search"].input--field.input--field-zipcode,
input[type="password"].input--field.input--field-zipcode,
input[type="number"].input--field.input--field-zipcode,
input[type="email"].input--field.input--field-zipcode,
input[type="tel"].input--field.input--field-zipcode {
  width: 30%;
  float: left;
}
textarea.input--field.input--field-city,
input[type="text"].input--field.input--field-city,
input[type="search"].input--field.input--field-city,
input[type="password"].input--field.input--field-city,
input[type="number"].input--field.input--field-city,
input[type="email"].input--field.input--field-city,
input[type="tel"].input--field.input--field-city {
  width: 68%;
  float: left;
}
textarea.input--field.input--spacer,
input[type="text"].input--field.input--spacer,
input[type="search"].input--field.input--spacer,
input[type="password"].input--field.input--spacer,
input[type="number"].input--field.input--spacer,
input[type="email"].input--field.input--spacer,
input[type="tel"].input--field.input--spacer {
  margin-right: 2%;
}
textarea.is--small,
input[type="text"].is--small,
input[type="search"].is--small,
input[type="password"].is--small,
input[type="number"].is--small,
input[type="email"].is--small,
input[type="tel"].is--small {
  height: 2.125rem;
}
textarea.is--medium,
input[type="text"].is--medium,
input[type="search"].is--medium,
input[type="password"].is--medium,
input[type="number"].is--medium,
input[type="email"].is--medium,
input[type="tel"].is--medium {
  height: 2.375rem;
}
textarea.is--large,
input[type="text"].is--large,
input[type="search"].is--large,
input[type="password"].is--large,
input[type="number"].is--large,
input[type="email"].is--large,
input[type="tel"].is--large {
  height: 2.625rem;
}
textarea {
  resize: vertical;
}
label {
  font-size: 0.75rem;
  color: #666666;
}
label.add-voucher--label {
  font-size: 0.875rem;
}
label.has--error {
  color: #ff7349;
  background: #ffffff;
}
/*
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 {
  height: 2rem;
  width: 100%;
  display: inline-block;
  position: relative;
}
.select-field:hover,
.js--fancy-select:hover {
  color: #555555;
}
.select-field select,
.js--fancy-select select {
  padding: 0rem 1.75rem 0rem 0rem;
  font-size: 1rem;
  height: 100%;
  width: 100%;
  display: block;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  border-width: 0;
  border-bottom: 1px solid #2a3d38;
  background: transparent;
  font-family: "CeraProMedium", sans-serif;
  color: #2a3d38;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select-field select option,
.js--fancy-select select option {
  padding: 0.25rem 0.5rem 0.25rem 0.5rem;
  color: #2a3d38;
  background: #f9f4ee;
}
.select-field select::-ms-expand,
.js--fancy-select select::-ms-expand {
  display: none;
}
.select-field select:hover,
.js--fancy-select select:hover {
  color: #2a3d38;
  background: #f9f4ee;
}
.select-field select:focus,
.js--fancy-select select:focus {
  outline: none;
  color: #2a3d38;
}
.select-field select:focus::-ms-value,
.js--fancy-select select:focus::-ms-value {
  color: #2a3d38;
  background: none;
}
.select-field select:disabled,
.js--fancy-select select:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.select-field select.has--error,
.js--fancy-select select.has--error {
  color: #ff7349;
  border-color: #ff7349;
  background: #ffffff;
}
.select-field select.has--error ::-moz-placeholder,
.js--fancy-select select.has--error ::-moz-placeholder,
.select-field select.has--error ::-webkit-input-placeholder,
.js--fancy-select select.has--error ::-webkit-input-placeholder,
.select-field select.has--error :-ms-input-placeholder,
.js--fancy-select select.has--error :-ms-input-placeholder {
  color: #ff7349;
}
.select-field.is--disabled,
.js--fancy-select.is--disabled {
  opacity: 0.4;
}
.select-field.has--error select,
.js--fancy-select.has--error select {
  color: #ff7349;
  border-color: #ff7349;
  background: #ffffff;
}
.select-field.has--error select ::-moz-placeholder,
.js--fancy-select.has--error select ::-moz-placeholder,
.select-field.has--error select ::-webkit-input-placeholder,
.js--fancy-select.has--error select ::-webkit-input-placeholder,
.select-field.has--error select :-ms-input-placeholder,
.js--fancy-select.has--error select :-ms-input-placeholder {
  color: #ff7349;
}
.select-field.has--error:after,
.js--fancy-select.has--error:after {
  color: #ff7349;
  border-color: #ff7349;
}
.is--ctl-detail .custom-products--data-wrapper {
  padding: 0.625rem 0.625rem 0.625rem 0rem;
}
.is--ctl-detail form.configurator--form.upprice--form .select-field {
  margin-right: 10px;
}
.is--ctl-detail form.configurator--form.upprice--form .select-field:before {
  content: "\f078";
  display: block;
  font-family: 'Font Awesome 5 Pro' !important;
  position: relative;
  right: 0;
  left: auto;
  margin-left: auto;
  margin-right: 0;
  position: absolute;
  top: 15px;
  right: 11px;
  pointer-events: none;
}
.is--act-cart .select-field select,
.is--act-cart .js--fancy-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0rem 2rem 0rem 0rem;
  height: 100%;
  width: 100%;
  display: block;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  border-width: 0;
  border-bottom: 1px solid #e0e0e0;
  background: #f9f4ee;
}
@media screen and (min-width: 48em) {
  /* Standard input fields. */
  .input--field {
    margin-bottom: 0.9375rem;
  }
  .input--field .input--field-zipcode {
    margin-right: 2%;
    width: 20%;
  }
  .input--field .input--field-city {
    width: 78%;
  }
}
@media screen and (min-width: 78.75em) {
  .input--field {
    margin-bottom: 0.9375rem;
  }
}
/*
Icon set
============================================
######Shopware Icon set elements

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

            <td><i class="icon--youtube2"></i><br/>
                icon--youtube2
            </td>
        </tr>
    </tbody>
</table>
```
*/
@font-face {
  font-family: 'shopware';
  font-display: block;
  src: url('../../themes/Frontend/ZeoSimonBase/frontend/_public/src/fonts//shopware.woff2?#c239b06195a05b10750f914b4cdc8f16') format('woff2'), url('../../themes/Frontend/ZeoSimonBase/frontend/_public/src/fonts//shopware.woff?c239b06195a05b10750f914b4cdc8f16') format('woff'), url('../../themes/Frontend/ZeoSimonBase/frontend/_public/src/fonts//shopware.ttf?c239b06195a05b10750f914b4cdc8f16') format('truetype'), url('../../themes/Frontend/ZeoSimonBase/frontend/_public/src/fonts//shopware.svg?c239b06195a05b10750f914b4cdc8f16') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon--"],
[class*=" icon--"],
.custom-products--color-selection input:checked ~ .custom-products--color-selection-label .custom-products--color-selection-overlay:before,
.custom-products--color-selection input:checked ~ .custom-products--color-selection-label .custom-products--color-selection-overlay:before,
.wizard-question--content .question-ct--filter-ct input:checked ~ .question-ct--label:before,
.wizard-question--content .question-ct--filter-ct input:checked ~ .question-ct--label:before,
.advisor-cell--filled input:checked ~ .question-ct--label .advisor-cell--image-ct:before,
.advisor-cell--filled input:checked ~ .question-ct--label .advisor-cell--image-ct:before {
  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: "\f295";
}
.icon--percent:before {
  content: "\e722";
}
.icon--coupon:before {
  content: "\e71c";
}
.icon--truck:before {
  content: "\e71d";
}
.icon--logout:before {
  content: "\f08b";
}
.icon--grid:before {
  content: "\e615";
}
.icon--filter:before {
  content: "\f0b0";
}
.icon--clock:before {
  content: "\e617";
}
.icon--arrow-up:before {
  content: "\f077";
}
.icon--arrow-right:before {
  content: "\f054";
}
.icon--arrow-left:before {
  content: "\f053";
}
.icon--arrow-down:before {
  content: "\f078";
}
.icon--star:before {
  content: "\f005";
}
.icon--star-half:before {
  content: "\f089";
}
.icon--star-empty:before {
  content: "\f005";
}
.icon--shopware:before {
  content: "\e602";
}
.icon--service:before {
  content: "\e603";
}
.icon--search:before {
  content: "\f002";
}
.icon--numbered-list:before {
  content: "\e605";
}
.icon--menu:before {
  content: "\f0c9";
}
.icon--mail:before {
  content: "\f1d8";
}
.icon--list:before {
  content: "\e608";
}
.icon--layout:before {
  content: "\e609";
}
.icon--heart:before {
  content: "\f004";
}
.icon--cross:before {
  content: "\f00d";
}
.icon--compare:before {
  content: "\f362";
}
.icon--check:before,
.custom-products--color-selection input:checked ~ .custom-products--color-selection-label .custom-products--color-selection-overlay:before,
.wizard-question--content .question-ct--filter-ct input:checked ~ .question-ct--label:before,
.advisor-cell--filled input:checked ~ .question-ct--label .advisor-cell--image-ct:before {
  content: "\f00c";
}
.icon--basket:before {
  content: "\f291";
}
.icon--account:before {
  content: "\f007";
}
.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: "\f3c5";
}
.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: "\f015";
}
.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: "\f068";
}
.icon--plus3:before {
  content: "\f067";
}
.icon--erase:before {
  content: "\e690";
}
.icon--blocked:before {
  content: "\e691";
}
.icon--info:before {
  content: "\f129";
}
.icon--info2:before {
  content: "\e692";
}
.icon--question:before {
  content: "\e693";
}
.icon--help:before {
  content: "\e694";
}
.icon--warning:before {
  content: "\f06a";
}
.icon--cycle:before {
  content: "\f054";
}
.icon--cw:before {
  content: "\f2f1";
}
.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: "\f111";
}
.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: "\f424";
}
.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: "\f177";
}
.icon--arrow-down3:before {
  content: "\f175";
}
.icon--arrow-up2:before {
  content: "\e6cf";
}
.icon--arrow-right3:before {
  content: "\f178";
}
.icon--arrow-left4:before {
  content: "\e6d1";
}
.icon--arrow-down4:before {
  content: "\e6d2";
}
.icon--arrow-up3:before {
  content: "\f176";
}
.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: "\f099";
}
.icon--facebook:before {
  content: "\e6f6";
}
.icon--facebook2:before {
  content: "\f09a";
}
.icon--facebook3:before {
  content: "\e6f8";
}
.icon--googleplus:before {
  content: "\e6f9";
}
.icon--googleplus2:before {
  content: "\e6fa";
}
.icon--pinterest:before {
  content: "\e6fb";
}
.icon--pinterest2:before {
  content: "\e6fc";
}
.icon--tumblr:before {
  content: "\e6fd";
}
.icon--tumblr2:before {
  content: "\e6fe";
}
.icon--linkedin:before {
  content: "\e6ff";
}
.icon--linkedin2:before {
  content: "\e700";
}
.icon--dribbble:before {
  content: "\e701";
}
.icon--dribbble2:before {
  content: "\e702";
}
.icon--stumbleupon:before {
  content: "\e703";
}
.icon--stumbleupon2:before {
  content: "\e704";
}
.icon--lastfm:before {
  content: "\e705";
}
.icon--lastfm2:before {
  content: "\e706";
}
.icon--rdio:before {
  content: "\e707";
}
.icon--rdio2:before {
  content: "\e708";
}
.icon--spotify:before {
  content: "\e709";
}
.icon--spotify2:before {
  content: "\e70a";
}
.icon--qq:before {
  content: "\e70b";
}
.icon--instagram3:before {
  content: "\e70c";
}
.icon--dropbox:before {
  content: "\e70d";
}
.icon--evernote:before {
  content: "\e70e";
}
.icon--flattr:before {
  content: "\e70f";
}
.icon--skype:before {
  content: "\e710";
}
.icon--skype2:before {
  content: "\e711";
}
.icon--renren:before {
  content: "\e712";
}
.icon--sina-weibo:before {
  content: "\e713";
}
.icon--paypal:before {
  content: "\e714";
}
.icon--picasa:before {
  content: "\e715";
}
.icon--soundcloud:before {
  content: "\e716";
}
.icon--mixi:before {
  content: "\e717";
}
.icon--behance:before {
  content: "\e718";
}
.icon--circles:before {
  content: "\e719";
}
.icon--vk:before {
  content: "\e71a";
}
.icon--smashing:before {
  content: "\e71b";
}
.icon--feed:before {
  content: "\e71f";
}
.icon--feed2:before {
  content: "\e720";
}
.icon--instagram:before {
  content: "\e903";
}
.icon--instagram2:before {
  content: "\e902";
}
.icon--xing:before {
  content: "\e901";
}
.icon--xing2:before {
  content: "\e900";
}
.icon--youtube:before {
  content: "\e905";
}
.icon--youtube2:before {
  content: "\e904";
}
[class*=" icon--"].fas {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900 !important;
}
/*
Navigation list styling
=========================================
Defines a global component for navigation lists.

Navigation lists can be extended by custom styling declarations.

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

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

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

The functionality is provided by the `jquery.off-canvas-menu.js` file.
*/
.off-canvas {
  -webkit-transition: all 0.45s cubic-bezier(0.3, 0, 0.15, 1);
  transition: all 0.45s cubic-bezier(0.3, 0, 0.15, 1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 17.5rem;
  background: #f9f4ee;
  position: fixed;
  top: 0;
  bottom: 0;
  display: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 8000;
}
.off-canvas.is--left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  left: 0;
}
.off-canvas.is--right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  right: 0;
}
.off-canvas.is--active {
  display: block;
}
.off-canvas.is--open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.off-canvas.is--full-screen {
  width: 100%;
}
.off-canvas.no--transitions {
  -webkit-transition: none;
  transition: none;
}
.off-canvas .buttons--off-canvas {
  display: block;
}
.off-canvas .close--off-canvas {
  padding: 0.125rem 0.625rem 0.125rem 0.625rem;
  line-height: 2.375rem;
  background-color: #666666;
  background-image: linear-gradient(to bottom, #666666 0%, #404040 100%);
  display: block;
  color: #f9f4ee;
  font-weight: 700;
  cursor: pointer;
}
.off-canvas .close--off-canvas:after {
  content: "";
  display: table;
  clear: both;
}
.off-canvas .close--off-canvas:before {
  content: " ";
  display: table;
}
.off-canvas .close--off-canvas:after {
  content: " ";
  display: table;
  clear: both;
}
.off-canvas .close--off-canvas .icon--arrow-left {
  margin: 0rem 0.625rem 0rem 0rem;
  font-size: 0.6875rem;
}
.off-canvas .link--go-main {
  font-size: 1rem;
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  height: 2.625rem;
  font-weight: 700;
  display: block;
  width: 100%;
}
.off-canvas .link--go-main .icon--menu {
  font-size: 1.25rem;
  margin-right: 0.625rem;
  float: left;
}
.off-canvas .sidebar--navigation .navigation--link {
  padding: 0.125rem 0.625rem 0.125rem 0.625rem;
  line-height: 2.375rem;
}
.off-canvas .sidebar--navigation .navigation--link .is--icon-right {
  margin-top: 0;
}
.off-canvas .sidebar--navigation .navigation--link .is--icon-right .icon--arrow-right {
  font-weight: 600;
}
.off-canvas .sidebar--navigation .navigation--link .is--icon-left {
  margin: 0rem 0.625rem 0rem 0rem;
  float: left;
}
.buttons--off-canvas {
  display: none;
}
.page-wrap {
  -webkit-transition: left 400ms cubic-bezier(0.16, 0.04, 0.14, 1);
  transition: left 400ms cubic-bezier(0.16, 0.04, 0.14, 1);
  position: relative;
  left: 0;
}
.navigation--smartphone .navigation--entry {
  padding: 0.75rem 0.625rem 0.75rem 0.625rem;
  background: #f9f4ee;
}
.navigation--smartphone .navigation--link {
  display: block;
}
.navigation--smartphone .entry--close-off-canvas {
  padding: 0.125rem 0.625rem 0.125rem 0.625rem;
  line-height: 2.375rem;
  background-color: #f9f4ee;
  background-image: none;
}
.navigation--smartphone .entry--close-off-canvas .navigation--link {
  font-size: 0.875rem;
  color: #2a3d38;
  font-weight: 400;
  text-align: center;
  border-bottom: 1px solid #dadae5;
}
.navigation--smartphone .entry--close-off-canvas .navigation--link:after {
  content: "";
  display: table;
  clear: both;
}
.navigation--smartphone .entry--close-off-canvas .navigation--link:before {
  content: " ";
  display: table;
}
.navigation--smartphone .entry--close-off-canvas .navigation--link:after {
  content: " ";
  display: table;
  clear: both;
}
.navigation--smartphone .entry--close-off-canvas .navigation--link:active {
  color: #2a3d38;
}
.navigation--smartphone .entry--close-off-canvas .is--icon-right {
  float: right;
}
.navigation--smartphone .entry--close-off-canvas .is--icon-left {
  float: left;
}
.navigation--smartphone .entry--close-off-canvas .is--icon-left,
.navigation--smartphone .entry--close-off-canvas .is--icon-right {
  display: inline-block;
  line-height: 1;
  margin-top: 0.625rem;
  font-size: 1.25rem;
}
.is--ctl-index .is--icon-left .fa-chevron-left {
  display: none;
}
.navigation--headline {
  line-height: 1.625rem;
  color: #314c49;
  font-weight: 700;
  font-size: 1em;
}
.sidebar--navigation {
  border-radius: 3px;
  background-clip: padding-box;
  background: #f9f4ee;
}
.sidebar--navigation .navigation--entry {
  border-bottom: 1px solid #dadae5;
}
.sidebar--navigation .navigation--entry:last-child {
  border-bottom: 0 none;
}
.sidebar--navigation .navigation--link {
  color: #2a3d38;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 48em) {
  .off-canvas {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: none;
    transition: none;
    display: block;
    background: transparent;
    position: relative;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  .off-canvas .sidebar--navigation .navigation--link {
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
    line-height: inherit;
  }
  .off-canvas .account--menu .navigation--link {
    padding: 0.3125rem 0rem 0.3125rem 0rem;
    line-height: inherit;
  }
  .sidebar-main .entry--close-off-canvas {
    display: none;
  }
  .sidebar-main .icon--arrow-right,
  .sidebar-main .icon--arrow-left {
    display: none;
  }
}
.dasmenu--container li.navigation--entry.has--sub-children ul {
  padding: 0;
}
aside.sidebar-main.off-canvas.is--active.is--open {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  padding: 0.125rem 1.25rem 0.125rem 1.25rem;
}
.off-canvas .close--off-canvas {
  background: #f9f4ee;
  background-color: #f9f4ee;
  background-image: #f9f4ee;
  color: #2a3d38;
}
.js--overlay.is--open {
  opacity: .2;
}
li.navigation--entry.has--sub-categories.has--sub-children.is--active a.navigation--link.is--active {
  font-weight: 900;
}
/*
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: none;
}
.panel {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
}
/*
<h6>A header box for a panel.</h6>
<p>Can be used by adding the `panel--header`-element and `primary` or `secondary` classes.</p>
```
<div class="panel">
    <div class="panel--header primary">Panel header primary</div>
    <div class="panel--header secondary">Panel header secondary</div>
    <div class="panel--body">
        Panel body
    </div>
</div>
```
*/
.panel--header {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  font-size: 0.875rem;
  background: #f8f8fa;
  display: block;
  margin: 0;
  font-weight: 700;
  color: #666666;
  border-bottom: 1px solid #dadae5;
}
.panel--header.secondary {
  color: #666666;
  background: #f9f4ee;
}
.panel--header.primary {
  color: #2a3d38;
  background: #f9f4ee;
}
/*
<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: 0.125rem 0.625rem 0.125rem 0.625rem;
  font-size: 1.6875rem;
  display: block;
  font-weight: 300;
  color: #314c49;
}
.panel--title.is--underline {
  padding: 1.25rem 0rem 0.625rem 0rem;
  text-decoration: none !important;
}
.panel--title.is--secondary {
  color: #666666;
}
.panel--title.is--primary {
  color: #2a3d38;
}
.is--ctl-index .emotion--product-slider .panel--title.is--underline {
  padding: 0.625rem 0rem 1.25rem 0rem;
  text-align: center;
}
/*
<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 {
  font-size: 0.875rem;
  line-height: 1.5rem;
  display: block;
  position: relative;
}
.panel--body.is--slim {
  padding: 0.3125rem 0.3125rem 0.3125rem 0.3125rem;
}
.panel--body.is--flat {
  background: #f5f5f8;
}
.panel--body.is--embossed {
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
  background: #f5f5f8;
}
/*
######A container for action elements
```
<div class="panel--actions">
    <a href="" class="btn">Action Link</a>
    <a href="" class="btn">Action Link</a>
</div>
```
*/
.panel--actions {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  line-height: 2.5rem;
  display: block;
}
.panel--actions.has--border {
  margin: 0.625rem 0rem 0rem 0rem;
  padding: 0.625rem 0rem 0rem 0rem;
  border-top: 1px solid #dadae5;
}
.panel--actions.is--slim {
  padding: 0.3125rem 0.3125rem 0.3125rem 0.3125rem;
}
.panel--actions.is--wide {
  padding: 0rem 0rem 0rem 0rem;
}
.panel--actions .btn {
  margin: 0rem 0.375rem 0rem 0rem;
  width: 50%;
}
/*
######A table inside a panel.
```
<div class="panel panel--table">
    <div class="panel--tr">
        <div class="panel--th">Column 1</div>
        <div class="panel--th">Column 2</div>
        <div class="panel--th">Column 3</div>
    </div>
    <div class="panel--tr">
        <div class="panel--td">Value 1</div>
        <div class="panel--td">Value 2</div>
        <div class="panel--td">Value 3</div>
    </div>
</div>
```
*/
.panel--table {
  width: 100%;
  display: block;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
.panel--table:after {
  content: "";
  display: table;
  clear: both;
}
.panel--table:before {
  content: " ";
  display: table;
}
.panel--table:after {
  content: " ";
  display: table;
  clear: both;
}
.panel--table.has--border {
  border: 1px solid #dadae5;
}
.panel--tr {
  display: block;
  width: 100%;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #dadae5;
}
.panel--tr:after {
  content: "";
  display: table;
  clear: both;
}
.panel--tr:before {
  content: " ";
  display: table;
}
.panel--tr:after {
  content: " ";
  display: table;
  clear: both;
}
.panel--tr:last-child {
  border-width: 0;
}
.panel--tr.is--primary {
  color: #2a3d38;
}
.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:before,
.panel--td:before {
  content: " ";
  display: table;
}
.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: #dadae5;
}
.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: 300;
  color: #314c49;
}
/*
######A small dot navigation for example for a slider panel.

```
<div class="panel--dot-nav">
    <a href=""></a>
    <a href="" class="is--active"></a>
    <a href=""></a>
</div>
```
*/
.panel--dot-nav {
  height: 0.6875rem;
  position: relative;
}
.panel--dot-nav .dot--link,
.panel--dot-nav a {
  border-radius: 11px;
  background-clip: padding-box;
  margin: 0rem 0.3125rem 0rem 0.3125rem;
  width: 0.6875rem;
  height: 0.6875rem;
  display: inline-block;
  border: 1px solid #dadae5;
}
.panel--dot-nav .dot--link.is--active,
.panel--dot-nav a.is--active {
  border-color: #2a3d38;
  background: #2a3d38;
}
.mijn-account-menu {
  float: left;
  padding-right: 85px;
}
/*
Form
============================

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

The fieldset padding size is defined with the unitize mixin.

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

*/
form {
  display: block;
}
form table {
  width: 100%;
}
form table td {
  padding: 10px;
}
fieldset {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  border: 1px solid #dadae5;
}
.fixed-subdivision-select option:disabled {
  background: #CCCCCC !important;
  color: #FFFFFF !important;
}
/*
Alerts
===================================================================
######Displays an alert box for status messages to the user.

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

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

<div class="alert is--warning is--rounded">
    <div class="alert--icon">
    <i class="icon--element icon--warning"></i>
    </div>
    <div class="alert--content">
    Warning message with Icon
    </div>
</div>
```
*/
}
.alert:after {
  content: "";
  display: table;
  clear: both;
}
.alert:before {
  content: " ";
  display: table;
}
.alert:after {
  content: " ";
  display: table;
  clear: both;
}
.alert.is--success {
  color: #4a9361;
  background: #d5ded8;
}
.alert.is--success .alert--icon {
  color: #4a9361;
}
.alert.is--info {
  color: #3b5b59;
  background: #a6a8a8;
}
.alert.is--info .alert--icon {
  color: #2a3d38;
}
.alert.is--warning {
  color: #3b5b59;
  background: #aebebd;
}
.alert.is--warning .alert--icon {
  color: #3b5b59;
}
.alert.is--error {
  color: #ff7349;
  background: #ffffff;
}
.alert.is--error .alert--icon {
  color: #ff7349;
  display: none;
}
.alert.no--cookies {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
}
.alert.no--cookies a.close--alert {
  float: right;
}
.alert.no--cookies a.close--alert:hover {
  cursor: pointer;
  text-decoration: underline;
}
.alert .icon--element {
  position: absolute;
  top: 50%;
  left: 0;
  width: 15%;
  margin-top: -9px;
}
.alert .alert--icon,
.alert .alert--content {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  float: left;
}
.alert .alert--icon p,
.alert .alert--content p {
  margin-bottom: 0rem;
}
.alert .alert--icon {
  font-size: 1.125rem;
  line-height: 1.625rem;
  width: 15%;
  text-align: center;
  color: #f9f4ee;
  padding-bottom: 9999em;
  margin-bottom: -9999em;
}
.alert .alert--content {
  width: 85%;
}
.alert .alert--content.is--strong {
  font-weight: 700;
}
.alert .alert--list {
  list-style: none;
}
.alert .list--entry {
  display: block;
}
@media screen and (min-width: 48em) {
  .alert .alert--icon,
  .alert .icon--element {
    width: 8%;
  }
  .alert .alert--content {
    width: 92%;
  }
}
/*
Counter Badges
==========================================
######Creates a badge to display counts.

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

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


```
<p><span class="badge is--primary">1</span> Primary Badge</p>
<p><span class="badge is--secondary">2</span> Secondary Badge</p>
<p><span class="badge is--minimal">3</span> Minimal Badge</p>
```
*/
.badge {
  padding: 0rem 0.3125rem 0rem 0.3125rem;
  margin: 0rem 0.3125rem 0rem 0.3125rem;
  height: 1.25rem;
  min-width: 0.625rem;
  line-height: 1.25rem;
  font-size: 0.75rem;
  border-radius: 50px;
  background-clip: padding-box;
  box-sizing: content-box;
  display: inline-block;
  white-space: nowrap;
  z-index: 500;
  font-weight: 700;
  text-align: center;
  background: #f9f4ee;
  color: #2a3d38;
  border: 1px solid #dadae5;
}
.badge.is--primary {
  color: #314c49;
  border-color: #f9f4ee;
}
.badge.is--primary:hover {
  color: #f9f4ee;
}
.badge.is--secondary {
  color: #f9f4ee;
  border-color: #f9f4ee;
}
.badge.is--minimal {
  border: 0 none;
}
/*
Labels
===================================================================
######Creates a label for displaying a status.

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

Options: `success`, `info`, `warning`, `error`.
```
<span class="label success">Success!</span>
<span class="label info">Info!</span>
<span class="label warning">Warning!</span>
<span class="label error">Error!</span>
```
*/
.label {
  padding: 0.1875rem 0.5rem 0.1875rem 0.5rem;
  margin: 0rem 0.3125rem 0rem 0.3125rem;
  font-size: 0.75rem;
  line-height: 1.125rem;
  border-radius: 3px;
  background-clip: padding-box;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  color: #666666;
  background: #666666;
}
.label.success {
  background: #4a9361;
}
.label.info {
  background: #3b5b59;
}
.label.warning {
  background: #3b5b59;
}
.label.error {
  background: #ff7349;
}
/*
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: #f9f4ee;
  background-image: linear-gradient(to bottom, #f9f4ee 0%, #f8f8fa 100%);
  border-radius: 3px;
  background-clip: padding-box;
  box-shadow: 0 1px 1px 0 rgba(236, 238, 241, 0.8);
  display: block;
  position: relative;
  z-index: 1100;
  border: 1px solid #dadae5;
  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: 400;
  font-family: 'shopware';
}
.collapse--header .collapse--toggler:before {
  content: "\f078";
}
.collapse--header:hover {
  color: #2a3d38;
}
.collapse--header.is--active {
  background-color: #666666;
  background-image: linear-gradient(to bottom, #666666 0%, #404040 100%);
  box-shadow: 0 1px 3px 0 rgba(95, 114, 133, 0.5);
  color: #f9f4ee;
  font-weight: 700;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #adadc6;
  z-index: 1300;
}
.collapse--header.is--active .collapse--toggler:before {
  content: "\f077";
}
.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: #f9f4ee;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #dadae5;
}
.collapse--content.is--collapsed {
  display: block;
  z-index: 1200;
}
.js--collapse-target {
  display: none;
}
.js--collapse-target.is--collapsed {
  display: block;
}
.tab-menu--cross-selling .js--collapse-target {
  display: block;
}
.product--rating {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.product--rating i.icon--star,
.product--rating i.icon--star-half,
.product--rating i.icon--star-empty {
  font-size: 0.75rem;
  margin-right: 0.25rem;
  position: relative;
}
.product--rating i.icon--star:before,
.product--rating i.icon--star-half:before,
.product--rating i.icon--star-empty:before {
  content: "\f005";
  color: #ffb866;
}
.product--rating i.icon--star-half:after {
  content: "\f089";
  color: #ffb866;
  position: relative;
}
.product--rating i.icon--star-half:before {
  color: #2A3D38;
  opacity: 0.1;
  position: absolute;
  top: 1px;
  left: 0;
}
.product--rating i.icon--star-empty:before {
  color: #2A3D38;
  opacity: 0.1;
}
.product--rating-link {
  display: inline-block;
}
.rating--average {
  font-family: "CeraProRegular", sans-serif;
  font-size: 2.25rem;
  margin-right: 1.5rem;
}
.rating--stars {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.rating--count-wrapper {
  color: #2a3d38;
  font-size: 1rem;
  margin-left: 0.25rem;
  text-decoration: underline;
  font-family: "CeraProMedium", sans-serif;
}
/*
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: inline-grid;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
}
.product-slider--container {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: mulitple;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  font-size: 0;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.product-slider--container:after {
  content: "";
  display: table;
  clear: both;
}
.product-slider--container:before {
  content: " ";
  display: table;
}
.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;
}
.is--ie .product-slider--container,
.is--firefox .product-slider--container,
.product-slider--container.is--no-scroll {
  overflow-y: hidden;
  overflow-x: hidden;
}
.emotion--product-slider.has--border .product-slider--content {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.emotion--product-slider.has--border .product-slider--container {
  padding: 3rem 1.5rem 0.5rem 1.5rem !important;
  border-radius: 1rem;
  border: 1px solid #dadae5;
}
@media screen and (max-width: 48em) {
  .emotion--product-slider.has--border .product-slider--container {
    padding: 0rem 0rem 0rem 0rem !important;
  }
}
.emotion--product-slider.has--border .product-slider--title {
  top: 1.875rem;
  left: 6.25rem;
  font-size: 2.25rem;
  padding: 0rem 1.25rem 0rem 1.25rem !important;
  font-family: "ParnasoSmall";
  height: auto;
  position: absolute;
  background: #faf4ee;
}
@media screen and (max-width: 48em) {
  .emotion--product-slider.has--border .product-slider--title {
    top: 2.375rem;
    left: 1.5rem;
    font-size: 1.5rem;
  }
}
.product-slider--item {
  padding: 1rem 1rem 1rem 1rem;
  font-size: 1rem;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  text-align: center;
  width: calc(49.5%);
}
.product-slider--item .product--info .product--attributes .highlight {
  white-space: normal;
}
.product-slider--arrow {
  width: 1.875rem;
  height: 3.75rem;
  margin: -1.875rem 0rem 0rem 0rem;
  line-height: 3.75rem;
  font-size: 0.75rem;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #314c49;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 750;
  font-family: 'Font Awesome 5 Pro';
  text-align: center;
  color: #f9f4ee;
  cursor: pointer;
}
.product-slider--arrow.arrow--prev {
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  left: 0;
}
.product-slider--arrow.arrow--prev:before,
.product-slider--arrow.arrow--prev::before {
  content: "\f053";
}
.product-slider--arrow.arrow--next {
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
  right: 0;
}
.product-slider--arrow.arrow--next:before {
  content: "\f054";
}
.product-slider--arrow:hover {
  color: #f9f4ee;
  border-color: #2a3d38;
  background: #314c49;
}
.product-slider--arrow.is--vertical {
  width: 3.75rem;
  height: 1.875rem;
  margin: 0rem 0rem 0rem -1.875rem;
  line-height: 1.875rem;
  font-size: 0.375rem;
  left: 50%;
  top: auto;
}
.product-slider--arrow.is--vertical.arrow--prev {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
  top: 0;
}
.product-slider--arrow.is--vertical.arrow--prev:before,
.product-slider--arrow.is--vertical.arrow--prev::before {
  content: "\f077";
}
.product-slider--arrow.is--vertical.arrow--next {
  bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
}
.product-slider--arrow.is--vertical.arrow--next:before {
  content: "\f078";
}
.is--ctl-index .emotion--product-slider .product-slider {
  background: transparent !important;
}
.is--ctl-index .emotion--product-slider .product-slider .product--details {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.is--ctl-index .emotion--product-slider .product-slider .product--details .product--title,
.is--ctl-index .emotion--product-slider .product-slider .product--details .product--price-info {
  width: 74%;
}
.is--ctl-index .emotion--product-slider .product-slider .product--details .product--title .product--price,
.is--ctl-index .emotion--product-slider .product-slider .product--details .product--price-info .product--price {
  width: 46%;
}
.is--ctl-index .emotion--product-slider .product-slider .product--details .product--price-info {
  display: flex;
  align-items: center;
}
.is--ctl-index .product--details .product--attributes,
.is--ctl-index .product--details .product--rating-container {
  width: 74%;
  margin: 0;
}
.is--ctl-index .product--details .product--attributes .product--rating .product--rating i[class^=icon],
.is--ctl-index .product--details .product--rating-container .product--rating .product--rating i[class^=icon] {
  background: #666666;
}
.is--ctl-index .product--details .product--attributes .product--rating .icon--star,
.is--ctl-index .product--details .product--rating-container .product--rating .icon--star,
.is--ctl-index .product--details .product--attributes .product--rating .icon--star-half,
.is--ctl-index .product--details .product--rating-container .product--rating .icon--star-half,
.is--ctl-index .product--details .product--attributes .product--rating .rating--count-wrapper,
.is--ctl-index .product--details .product--rating-container .product--rating .rating--count-wrapper {
  font-size: 10px;
  font-weight: 900 !important;
}
.is--ctl-index .product--details .product--attributes .product--rating .icon--star-empty,
.is--ctl-index .product--details .product--rating-container .product--rating .icon--star-empty {
  font-size: 10px;
}
@media screen and (min-width: 64em) {
  .product-slider--item {
    width: calc(24.75%) !important;
  }
  .is--ctl-index .emotion--product-slider .product-slider {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F7F6F2;
    padding: 0;
  }
  .is--ctl-index .emotion--product-slider .product-slider .product--details {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .is--ctl-index .emotion--product-slider .product-slider .product--details .product--price-info {
    width: 54%;
    margin: 0;
    display: flex;
    align-items: center;
  }
  .is--ctl-index .emotion--product-slider .product-slider .product--details .product--price-info .product--price {
    width: 46%;
  }
  .is--ctl-index .emotion--product-slider .product-slider .product--details .product--title {
    height: auto;
    width: 54%;
    margin: 0;
  }
  .is--ctl-index .emotion--product-slider .product-slider .product--details .product--attributes,
  .is--ctl-index .emotion--product-slider .product-slider .product--details .product--rating-container {
    width: 54%;
    margin: 0;
  }
  .is--ctl-index .emotion--product-slider .product-slider .product--details .product--attributes .product--rating .product--rating i[class^=icon],
  .is--ctl-index .emotion--product-slider .product-slider .product--details .product--rating-container .product--rating .product--rating i[class^=icon] {
    background: #666666;
  }
  .is--ctl-index .emotion--product-slider .product-slider .product--details .product--attributes .product--rating .icon--star,
  .is--ctl-index .emotion--product-slider .product-slider .product--details .product--rating-container .product--rating .icon--star,
  .is--ctl-index .emotion--product-slider .product-slider .product--details .product--attributes .product--rating .icon--star-half,
  .is--ctl-index .emotion--product-slider .product-slider .product--details .product--rating-container .product--rating .icon--star-half,
  .is--ctl-index .emotion--product-slider .product-slider .product--details .product--attributes .product--rating .rating--count-wrapper,
  .is--ctl-index .emotion--product-slider .product-slider .product--details .product--rating-container .product--rating .rating--count-wrapper {
    font-size: 10px;
    font-weight: 900 !important;
  }
  .is--ctl-index .emotion--product-slider .product-slider .product--details .product--attributes .product--rating .icon--star-empty,
  .is--ctl-index .emotion--product-slider .product-slider .product--details .product--rating-container .product--rating .icon--star-empty {
    font-size: 10px;
  }
  .is--ctl-index .box--minimal .product--price-info .product--price-outer .product--price {
    margin-top: 0rem;
  }
  .is--ctl-detail .similar--content .product-slider--item,
  .is--ctl-detail .bought--content .product-slider--item,
  .is--ctl-detail .viewed--content .product-slider--item {
    width: calc(24.75%) !important;
  }
  .is--ctl-detail .similar--content .product-slider--item .product--info,
  .is--ctl-detail .bought--content .product-slider--item .product--info,
  .is--ctl-detail .viewed--content .product-slider--item .product--info {
    display: flex;
    flex-direction: column;
  }
  .is--ctl-detail .similar--content .product-slider--item .product--info .product--title,
  .is--ctl-detail .bought--content .product-slider--item .product--info .product--title,
  .is--ctl-detail .viewed--content .product-slider--item .product--info .product--title {
    width: 100%;
    display: flex;
    align-self: center;
  }
  .is--ctl-detail .similar--content .product-slider--item .product--info .product--footer,
  .is--ctl-detail .bought--content .product-slider--item .product--info .product--footer,
  .is--ctl-detail .viewed--content .product-slider--item .product--info .product--footer {
    width: 100%;
    display: flex;
    align-self: center;
  }
  .is--ctl-detail .similar--content .product-slider,
  .is--ctl-detail .bought--content .product-slider,
  .is--ctl-detail .viewed--content .product-slider {
    display: flex;
    justify-content: center;
  }
}
.recipe--suggestions-items {
  -webkit-box-orient: horizontal !important;
  -moz-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -moz-box-direction: normal !important;
  min-width: 0 !important;
  -moz-flex-direction: row !important;
  -ms-flex-direction: row !important;
  -webkit-flex-direction: row !important;
  flex-direction: row !important;
  -webkit-box-lines: multiple;
  -moz-box-lines: mulitple;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.recipe--suggestions-items .product-slider--item {
  width: 100% !important;
}
@media screen and (min-width: 30em) {
  .recipe--suggestions-items .product-slider--item {
    width: calc(49.5%) !important;
  }
}
@media screen and (min-width: 48em) {
  .recipe--suggestions-items .product-slider--item {
    width: calc(33%) !important;
  }
}
@media screen and (min-width: 64em) {
  .recipe--suggestions-items .product-slider--item {
    width: 100% !important;
  }
}
@media screen and (min-width: 78.75em) {
  .product-slider--container.is--horizontal,
  .product-slider--container.is--vertical {
    overflow: hidden;
  }
}
.product-slider.crossselling--content.panel--body {
  display: revert;
}
/*
Modalbox
==============================================
Creates a transitioned fixed modalbox overlay that displays above all other elements.

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

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

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

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

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

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

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

The functionality is provided by the `jquery.loading-indicator.js` file.
*/
.js--is-loading {
  position: relative;
}
.js--loading-indicator {
  position: absolute;
  display: none;
  z-index: 6000;
  top: 50%;
  left: 50%;
}
body > .js--loading-indicator {
  position: fixed;
}
.js--loading-indicator.indicator--relative {
  width: 1.875rem;
  height: 1.875rem;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  background: none;
  position: relative;
  display: block;
  left: 50%;
  top: auto;
  border: 0 none;
}
.js--loading-indicator.indicator--absolute {
  width: 1.875rem;
  height: 1.875rem;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  background: none;
  position: relative;
  display: block;
  left: 50%;
  top: auto;
  border: 0 none;
  position: absolute;
  padding: 0;
  top: 50%;
}
.js--loading-indicator.indicator--absolute.js--loading-indicator {
  margin: -0.9375rem 0rem 0rem -0.9375rem;
}
.has--cssanimations .js--loading-indicator {
  margin: -0.8125rem 0rem 0rem -0.8125rem;
}
.has--cssanimations .js--loading-indicator div[class^="icon--"] {
  width: 1.625rem;
  height: 1.625rem;
  display: block;
}
.has--cssanimations .js--loading-indicator .icon--default:before,
.has--cssanimations .js--loading-indicator .icon--default::before {
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 100%;
  background-clip: padding-box;
  -webkit-animation: keyframe--spin 1s linear infinite;
  animation: keyframe--spin 1s linear infinite;
  display: block;
  content: "";
  border: 2px solid #dadae5;
  border-top: 2px solid #8f8fb1;
}
.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/ZeoSimonBase/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 {
  -webkit-transition: opacity 0.45s cubic-bezier(.3,0,.15,1), visibility 0.45s linear;
  transition: opacity 0.45s cubic-bezier(.3,0,.15,1), visibility 0.45s linear;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 0.01;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5000;
  visibility: hidden;
}
.js--overlay.theme--dark {
  background: rgba(0, 0, 0, 0.7);
}
.js--overlay.theme--light {
  background: rgba(249, 244, 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;
}
.listing--wrapper .js--overlay,
.is--ctl-listing .js--overlay {
  z-index: initial;
}
.listing--wrapper .js--overlay.theme--dark,
.is--ctl-listing .js--overlay.theme--dark,
.listing--wrapper .js--overlay.theme--light,
.is--ctl-listing .js--overlay.theme--light {
  background: #f9f4ee;
}
/*
Language Flags
==================================================
Displays a country flag the size of 14px x 11px used for language selections purposes.

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

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

The slider contains a title element and a product box with the article-image and price.
*/
.last-seen-products {
  margin: 0.625rem 0rem 0rem 0rem;
  clear: both;
}
.last-seen-products:after {
  content: "";
  display: table;
  clear: both;
}
.last-seen-products:before {
  content: " ";
  display: table;
}
.last-seen-products:after {
  content: " ";
  display: table;
  clear: both;
}
.last-seen-products--slider {
  border-radius: 3px;
  background-clip: padding-box;
  height: auto;
}
.last-seen-products--slider .product--box .product--title {
  text-align: center;
  margin: 0;
  padding: 0;
}
.last-seen-products--slider,
.last-seen-products--container {
  position: relative;
  overflow: hidden;
}
.last-seen-products--container {
  padding: 0.625rem 0rem 0.625rem 0rem;
}
.last-seen-products-item--image {
  line-height: 7.5rem;
  display: block;
}
.last-seen-products--item {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
}
.lazyloading {
  animation: rotation 2s infinite linear;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/*
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: #f9f4ee;
  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: "\f111";
  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: "\f00c";
  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: "\f054";
  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: "\f005";
  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: "\f00d";
  position: absolute;
  top: 0;
}
.list--unordered.is--tag li {
  position: relative;
}
.list--unordered.is--tag li:before {
  width: 1.25rem;
  font-size: 0.625rem;
  left: -1.25rem;
  font-family: 'shopware';
  content: "\e640";
  position: absolute;
  top: 0;
}
.list--unordered.is--plus li {
  position: relative;
}
.list--unordered.is--plus li:before {
  width: 1.25rem;
  font-size: 0.625rem;
  left: -1.25rem;
  font-family: 'shopware';
  content: "\e689";
  position: absolute;
  top: 0;
}
.list--unstyled {
  list-style: none;
}
.list--inline {
  list-style: none;
}
.list--inline li {
  display: inline;
}
/*
Image slider element
============================================
Defines the styles for the image slider element that is a part of the basic Shopware 5 shopping world elements.

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

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

It contains the viewport specific styles inside media queries.
*/
.image-slider {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  z-index: 1000;
  position: relative;
}
.image-slider:after {
  content: "";
  display: table;
  clear: both;
}
.image-slider:before {
  content: " ";
  display: table;
}
.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;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}
.image-slider--container .arrow {
  width: 1.875rem;
  height: 4.375rem;
  margin-top: -2.1875rem;
  line-height: 4.25rem;
  font-size: 1rem;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: transparent;
  border: none;
  position: absolute;
  top: 50%;
  z-index: 1000;
  font-family: 'shopware';
  text-align: center;
  color: #3b5b59;
  cursor: pointer;
  display: none;
}
.image-slider--container .arrow.is--left {
  left: 0rem;
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
}
.image-slider--container .arrow.is--left:before,
.image-slider--container .arrow.is--left::before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f053";
}
.image-slider--container .arrow.is--right {
  right: 0rem;
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
}
.image-slider--container .arrow.is--right:before {
  content: "\f054";
  font-family: 'Font Awesome 5 Pro';
}
.image-slider--container .arrow:hover {
  color: #2a3d38;
  border-color: rgba(42, 61, 56, 0.5);
}
.image-slider--container.is--dragging .image-slider--item {
  cursor: move;
}
.image-slider--slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  white-space: nowrap;
  font-size: 0;
  -ms-touch-action: pan-y;
}
.image-slider--slide:after {
  content: "";
  display: table;
  clear: both;
}
.image-slider--slide:before {
  content: " ";
  display: table;
}
.image-slider--slide:after {
  content: " ";
  display: table;
  clear: both;
}
.image-slider--item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: inline-block;
  height: 100%;
  width: 100%;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.image-slider--item .image--element {
  display: inline-block;
  max-width: 100%;
  height: 100%;
}
.image-slider--item .image--media {
  margin: 0 auto;
  text-align: center;
  display: block;
  height: 100%;
  float: left;
}
.image-slider--item .image--media img {
  position: relative;
  top: 50%;
  transform: translateY(-50%) !important;
}
.image-slider--dots {
  padding: 0.625rem 0rem 0.625rem 0rem;
  text-align: center;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  max-width: 15rem;
  margin: auto;
  padding-top: 12px;
}
@media screen and (min-width: 48em) {
  .image-slider--dots {
    max-width: 18.75rem;
  }
}
.image-slider--dots .dot--link {
  height: 0.125rem;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 0.01%;
  -moz-flex: 1 1 0.01%;
  -ms-flex: 1 1 0.01%;
  flex: 1 1 0.01%;
  -ms-flex-positive: 1;
  -ms-flex-negative: 1;
  -ms-flex-preferred-size: 0.01%;
  box-sizing: border-box;
  margin: 0;
  border-radius: 0;
}
.image-slider--thumbnails {
  height: 4.375rem;
  top: 27.5rem;
  display: none;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: 0;
}
.image-slider--thumbnails .image-slider--thumbnails-slide {
  position: absolute;
  top: 0;
  left: 0;
}
.image-slider--thumbnails .thumbnail--link {
  width: 4.375rem;
  height: 4.375rem;
  padding: 0.3125rem 0.3125rem 0.3125rem 0.3125rem;
  margin: 0rem 0.625rem 0rem 0rem;
  line-height: 3.5625rem;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: inline-block;
  text-align: center;
  border: 1px solid #dadae5;
}
.image-slider--thumbnails .thumbnail--link.is--active {
  border-color: #2a3d38;
}
.image-slider--thumbnails .thumbnail--image {
  display: inline;
  vertical-align: middle;
}
.image-slider--thumbnails .thumbnails--arrow {
  width: 1.25rem;
  height: 4.375rem;
  line-height: 4.375rem;
  font-size: 0.875rem;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #f9f4ee;
  background-image: linear-gradient(to bottom, #f9f4ee 0%, #f8f8fa 100%);
  display: none;
  position: absolute;
  z-index: 1000;
  font-family: 'shopware';
  text-align: center;
  color: #666666;
  border: 1px solid rgba(255, 255, 255, 0.85);
  cursor: pointer;
  background: rgba(255, 255, 255, 0.85);
}
.image-slider--thumbnails .thumbnails--arrow:hover {
  color: #2a3d38;
  border-color: rgba(42, 61, 56, 0.85);
}
.image-slider--thumbnails .thumbnails--arrow.is--top,
.image-slider--thumbnails .thumbnails--arrow.is--bottom {
  font-size: 0.5rem;
  width: 4.375rem;
  height: 1.5rem;
  padding: 0.125rem 0rem 0rem 0rem;
  line-height: 1.125rem;
  left: 0;
}
.image-slider--thumbnails .thumbnails--arrow.is--top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
  top: 0;
}
.image-slider--thumbnails .thumbnails--arrow.is--top::before {
  content: "\f077";
}
.image-slider--thumbnails .thumbnails--arrow.is--bottom {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  bottom: 0;
}
.image-slider--thumbnails .thumbnails--arrow.is--bottom::before {
  content: "\f078";
}
.image-slider--thumbnails .thumbnails--arrow.is--left {
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  width: 1.5rem;
  top: 0;
  left: 0;
}
.image-slider--thumbnails .thumbnails--arrow.is--left::before {
  content: "\f053";
}
.image-slider--thumbnails .thumbnails--arrow.is--right {
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
  width: 1.5rem;
  top: 0;
  right: 0;
}
.image-slider--thumbnails .thumbnails--arrow.is--right::before {
  content: "\f054";
}
.image-slider--thumbnails .thumbnails--arrow.is--active {
  display: block;
}
.is--ctl-detail .image-slider--container {
  height: 17.5rem;
}
@media screen and (min-width: 48em) {
  .image-slider--container {
    height: 25rem;
  }
  .image-slider--container .arrow {
    display: block;
  }
  .is--ctl-detail .image-slider--container {
    height: 25rem;
  }
}
@media screen and (min-width: 64em) {
  .image-slider--thumbnails {
    display: block;
  }
  .image-slider--container {
    height: 25rem;
    margin-bottom: 6.875rem;
  }
  .image-slider--container.no--thumbnails {
    margin-bottom: 0;
  }
  .image-slider--container.no--image .image-slider--item {
    cursor: default;
  }
  .image-slider--dots {
    top: 25.3125rem;
    position: absolute;
    width: 100%;
  }
}
@media screen and (min-width: 78.75em) {
  .image-slider--container {
    height: 26.875rem;
    margin-bottom: 0;
  }
  .image-slider--thumbnails {
    width: 4.375rem;
    height: 26.875rem;
    margin: 0rem 1.25rem 0rem 0rem;
    position: relative;
    top: 0;
    left: 0;
    float: left;
  }
  .image-slider--thumbnails .thumbnail--link {
    margin: 0rem 0rem 1.25rem 0rem;
    display: block;
  }
  .image-slider--dots {
    position: relative;
    top: auto;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
}
/*
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 #dadae5;
  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: #f9f4ee;
  border: 1px solid #dadae5;
}
.js--img-zoom--title {
  padding: 0.3125rem 1.25rem 0.3125rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1rem;
  background-color: #666666;
  background-image: linear-gradient(to bottom, #666666 0%, #404040 100%);
  color: #f9f4ee;
  font-weight: 700;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}
/*
Menu scroller
==================================
Some styling rules can also be found in the hacks.less!
*/
.js--menu-scroller {
  position: relative;
}
.navigation--list-wrapper {
  position: relative;
}
.js--menu-scroller--list {
  max-width: none;
  overflow-x: scroll;
  position: relative;
  white-space: nowrap;
  left: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.js--menu-scroller--list::-webkit-scrollbar {
  display: none;
}
.js--menu-scroller--arrow {
  width: 1.375rem;
  height: 2.3125rem;
  line-height: 2.25rem;
  font-size: 0.75rem;
  background: #f7f6f2;
  top: 0.0625rem;
  position: absolute;
  font-family: 'shopware';
  text-align: center;
  color: #666666;
  cursor: pointer;
  z-index: 750;
  display: none;
  margin: 1.6875rem 0rem 0rem 0rem;
}
.js--menu-scroller--arrow:hover,
.js--menu-scroller--arrow:active {
  color: #2a3d38;
  border-color: #2a3d38;
  background: #f7f6f2;
}
.js--menu-scroller--arrow.left--arrow {
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  border-left: 0 none;
  left: 0;
}
.js--menu-scroller--arrow.right--arrow {
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
  border-right: 0 none;
  right: 0;
}
@media screen and (min-width: 78.75em) {
  .js--menu-scroller--arrow.left--arrow {
    border-radius: 3px;
    background-clip: padding-box;
    left: 0;
  }
  .js--menu-scroller--arrow.left--arrow:hover {
    border-color: #2a3d38;
  }
  .js--menu-scroller--arrow.right--arrow {
    border-radius: 3px;
    background-clip: padding-box;
    right: 0;
  }
  .js--menu-scroller--arrow.right--arrow:hover {
    border-color: #2a3d38;
  }
}
@media screen and (min-width: 64em) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .entry--action-icons {
    width: 400px;
  }
}
/*
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 {
  margin: 0rem 0rem 0.5rem 0rem;
  position: relative;
}
@media screen and (min-width: 48em) {
  .filter-panel {
    margin: 0rem 1.5rem 1.5rem 0rem;
    height: 2.5rem;
  }
}
@media screen and (min-width: 48em) {
  .filter-panel.facet--hidden {
    display: none;
  }
}
.filter-panel.filter-more {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 1rem;
  color: #2a3d38;
  font-family: "CeraProMedium", sans-serif;
  cursor: pointer;
  display: none;
}
@media screen and (min-width: 48em) {
  .filter-panel.filter-more {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
}
.filter-panel.filter-more .filter-more-text {
  margin-left: 0.5rem;
  text-decoration: underline;
}
.filter-panel:hover .filter-panel--icon,
.filter-panel:hover .filter-panel--title {
  color: #2a3d38;
}
.filter-panel.is--disabled {
  opacity: 0.5;
}
.filter-panel.is--collapsed .filter-panel--flyout {
  height: auto;
  z-index: 9;
}
.filter-panel.is--collapsed .filter-panel--content {
  display: block;
}
.filter-panel.is--collapsed .filter-panel--title {
  color: #2a3d38;
}
.filter-panel.is--collapsed .filter-panel--icon:before {
  color: #2a3d38;
  content: "\f077";
}
.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%;
}
@media screen and (min-width: 48em) {
  .filter-panel--flyout {
    border-radius: 1.25rem;
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
    border: 1px solid #2a3d38;
    color: #2a3d38;
    display: block;
    background: #f9f4ee;
  }
}
@media screen and (min-width: 48em) {
  .filter-panel--flyout .icon--arrow-down {
    color: #2a3d38;
  }
}
@media screen and (min-width: 48em) {
  .filter-panel--flyout:hover {
    background: #f9f4ee;
  }
}
.filter-panel--title {
  padding: 0.5625rem 2.5rem 0.5625rem 0rem;
  font-size: 1rem;
  cursor: pointer;
  display: block;
  color: #2a3d38;
  z-index: 1;
}
@media screen and (min-width: 48em) {
  .filter-panel--title {
    padding-left: 1rem;
  }
}
.filter-panel--icon {
  width: 1rem;
  height: 1rem;
  top: 0.75rem;
  right: 0rem;
  font-size: 0.75rem;
  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: 'Font Awesome 5 Pro';
  text-align: center;
  cursor: pointer;
  pointer-events: none;
}
@media screen and (min-width: 48em) {
  .filter-panel--icon {
    right: 0.75rem;
  }
}
.filter-panel--icon:before {
  content: "\f078";
}
.filter-panel--content {
  display: none;
}
@media screen and (min-width: 48em) {
  .filter-panel--content {
    padding: 0rem 1rem 0.5rem 1rem;
  }
}
.facet--immediate_delivery,
.facet--custom_products {
  display: none;
}
.filter-panel--option-list {
  padding-bottom: 0.3125rem;
  list-style: none;
  overflow-y: auto;
  max-height: 300px;
}
.filter-panel--option-list.sub-level {
  margin: 0rem 0rem 0rem 0.5rem;
  padding: 0rem 0rem 0rem 1.125rem;
  border-left: 1px solid #dadae5;
}
.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;
  font-size: 0.875rem;
  -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: #314c49;
  font-weight: 700;
}
.filter--date .input-type--date .filter-panel--input {
  display: block;
  width: 100%;
}
.filter-panel--checkbox,
.filter-panel--radio {
  width: 1rem;
  height: 1rem;
  padding: 0.0625rem 0.0625rem 0.0625rem 0.0625rem;
  display: inline-block;
  border: 1px solid #dadae5;
  cursor: pointer;
  position: relative;
  vertical-align: top;
}
.filter-panel--checkbox:hover,
.filter-panel--radio:hover {
  border-color: #2a3d38;
}
.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: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.8125rem;
  font-size: 0.625rem;
  display: block;
  font-weight: 400;
  text-align: center;
  color: #000000;
  content: "\f00d";
}
.filter-panel--checkbox input[type="checkbox"]:checked ~ .filter-panel--label,
.filter-panel--radio input[type="checkbox"]:checked ~ .filter-panel--label {
  color: #2a3d38;
  font-weight: 700;
}
.filter-panel--checkbox input[type="checkbox"]:disabled ~ .input--state,
.filter-panel--radio input[type="checkbox"]:disabled ~ .input--state,
.filter-panel--checkbox input[type="checkbox"]:disabled ~ .checkbox--state,
.filter-panel--radio input[type="checkbox"]:disabled ~ .checkbox--state {
  background: #f9f4ee;
}
.filter-panel--checkbox input[type="checkbox"]:disabled ~ .filter-panel--label,
.filter-panel--radio input[type="checkbox"]:disabled ~ .filter-panel--label {
  color: #8c8c8c;
}
.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;
  font-family: 'Font Awesome 5 Pro';
}
.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: #3f655b;
  background-image: linear-gradient(to bottom, #3f655b 0%, #2a3d38 100%);
}
.filter-panel--checkbox input[type="radio"]:checked ~ .filter-panel--label,
.filter-panel--radio input[type="radio"]:checked ~ .filter-panel--label {
  color: #2a3d38;
  font-weight: 700;
}
.filter-panel--checkbox input[type="radio"]:disabled .input--state,
.filter-panel--radio input[type="radio"]:disabled .input--state,
.filter-panel--checkbox input[type="radio"]:disabled .radio--state,
.filter-panel--radio input[type="radio"]:disabled .radio--state {
  background: #f9f4ee;
}
.filter-panel--checkbox input[type="radio"]:disabled .filter-panel--label,
.filter-panel--radio input[type="radio"]:disabled .filter-panel--label {
  color: #666666;
}
.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:before {
  content: " ";
  display: table;
}
.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: #2a3d38;
}
.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: #2a3d38;
}
.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: #3f655b;
  background-image: linear-gradient(to bottom, #3f655b 0%, #2a3d38 100%);
  border-radius: 8px;
  background-clip: padding-box;
  display: block;
  position: absolute;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  text-align: center;
  color: #f9f4ee;
  content: "\f00c";
}
.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: #2a3d38;
}
.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: #2a3d38;
}
.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: #dadae5;
}
.filter--multi-selection .filter-panel--checkbox,
.filter--value .filter-panel--checkbox,
.filter--value-tree .filter-panel--checkbox,
.filter--multi-selection .filter-panel--radio,
.filter--value .filter-panel--radio,
.filter--value-tree .filter-panel--radio {
  top: 0.3125rem;
  left: 0rem;
  position: absolute;
}
.filter--multi-selection .filter-panel--checkbox.is--disabled ~ .filter-panel--label,
.filter--value .filter-panel--checkbox.is--disabled ~ .filter-panel--label,
.filter--value-tree .filter-panel--checkbox.is--disabled ~ .filter-panel--label,
.filter--multi-selection .filter-panel--radio.is--disabled ~ .filter-panel--label,
.filter--value .filter-panel--radio.is--disabled ~ .filter-panel--label,
.filter--value-tree .filter-panel--radio.is--disabled ~ .filter-panel--label {
  color: #dadae5;
}
.filter--multi-selection .filter-panel--checkbox.is--disabled:hover,
.filter--value .filter-panel--checkbox.is--disabled:hover,
.filter--value-tree .filter-panel--checkbox.is--disabled:hover,
.filter--multi-selection .filter-panel--radio.is--disabled:hover,
.filter--value .filter-panel--radio.is--disabled:hover,
.filter--value-tree .filter-panel--radio.is--disabled:hover {
  border-color: #dadae5;
}
.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:before {
  content: " ";
  display: table;
}
.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:before {
  content: " ";
  display: table;
}
.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: #3b5b59;
}
.filter-panel--star-rating .rating-star--outer-container .icon--star-empty {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #dadae5;
}
.filter-panel--star-rating .rating-star--outer-container .rating-star--suffix {
  margin-left: 0.3125rem;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.filter-panel--star-rating .rating-star--outer-container.is--active .icon--star-empty {
  color: #666666;
}
.filter-panel--star-rating .rating-star--outer-container.is--active .rating-star--suffix {
  font-weight: 700;
}
.filter-panel--star-rating .rating-star--outer-container.is--disabled {
  opacity: 0.3;
}
.filter-panel--star-rating .rating-star--outer-container:hover .icon--star-empty {
  color: #666666;
}
.filter-panel--star-rating .rating-star--outer-container:hover .rating-star--suffix {
  color: #2a3d38;
}
.filter-panel--star-rating .rating-star--outer-container:hover .is--disabled ~ .icon--star-empty {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #dadae5;
}
.filter-panel--star-rating .rating-star--outer-container:hover .is--disabled ~ .rating-star--suffix {
  color: #666666;
}
.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 #dadae5;
  clear: both;
}
.filter--value {
  background: #f9f4ee;
}
.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: #dadae5;
}
.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;
  display: inline-block;
  border: 1px solid #dadae5;
  color: #666666;
  background: #f9f4ee;
  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.875rem;
  top: 0.125rem;
  position: relative;
  font-family: 'Font Awesome 5 Pro';
  color: #666666;
}
.filter--active .filter--active-icon:before {
  content: "\f00d";
}
.filter--active .icon--star {
  color: #3b5b59;
}
.filter--active .icon--star-empty {
  color: #666666;
}
.filter--active:hover,
.filter--active[data-filter-param="reset"] {
  color: #2a3d38;
  border-color: #2a3d38;
}
.filter--active:hover .filter--active-icon,
.filter--active[data-filter-param="reset"] .filter--active-icon {
  color: #2a3d38;
}
.action--filter-options.off-canvas.is--open .filter--active {
  max-width: 100%;
}
.filter--actions {
  padding: 0.625rem 0rem 0.625rem 0rem;
  margin-bottom: 0.625rem;
  clear: both;
}
.filter--btn-apply {
  position: relative;
  font-weight: 700;
  width: 100%;
}
.filter--btn-apply.is--icon-right [class^="icon--"] {
  font-size: 0.875rem;
  line-height: 1rem;
  margin: -0.5rem 0rem 0rem 0rem;
}
.filter--btn-apply.is--loading [class^="icon--"] {
  -webkit-animation: keyframe--spin-reverse 1s linear infinite;
  animation: keyframe--spin-reverse 1s linear infinite;
}
.filter--btn-apply .filter--count {
  font-weight: 700;
}
.action--filter-options.is--active-filter .filter--active-container {
  display: block;
}
.filter--active-container {
  display: none;
}
.listing--wrapper {
  width: 100%;
}
.listing--wrapper .filter--actions.filter--actions-top {
  margin: 0;
}
.action--filter-options.off-canvas .filter--close-btn.off-canvas-btn-close {
  font-size: 0.875rem;
  line-height: 30px;
}
.close--off-canvas-filter-btn.btn.is--outline {
  border-color: #2a3d38;
}
@media screen and (min-width: 48em) {
  .filter-panel .flatpickr-wrapper {
    position: static;
  }
  .filter-panel .flatpickr-wrapper .flatpickr-calendar.static {
    top: 100%;
  }
  .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: #666666;
    border-color: #dadae5;
    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: #666666;
  }
  .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: "\f00d";
  }
  .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;
  }
}
@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;
  }
}
/*
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: #f9f4ee;
  box-shadow: inset 0 1px 1px #f0f0f0;
  border: 1px solid #dadae5;
  -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 #283b36;
  height: 100%;
  width: 100%;
  position: relative;
  background: #2a3d38;
}
.range-slider--handle {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 3px;
  background-clip: padding-box;
  background: #f9f4ee;
  -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 #dadae5;
  cursor: pointer;
  margin-top: -1px;
}
.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: #2a3d38;
}
.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: #f9f4ee;
  box-shadow: 1px 0 0 #dadae5, -1px 0 0 #dadae5, 0 1px 0 #dadae5, 0 -1px 0 #dadae5, 0 3px 13px rgba(0, 0, 0, 0.2);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  max-height: 40rem;
  opacity: 1;
  visibility: visible;
  overflow: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  animation: flatpickrFadeInDown 300ms cubic-bezier(0, 1, 0.5, 1);
  z-index: 8100;
}
.flatpickr-calendar.inline {
  top: 0.125rem;
  display: block;
  position: relative;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(102%);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.hasWeeks {
  width: auto;
}
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 2.5rem;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  left: 1.375rem;
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
  right: 1.375rem;
  left: auto;
}
.flatpickr-calendar:before {
  margin: 0rem -0.3125rem 0rem -0.3125rem;
  border-width: 5px;
}
.flatpickr-calendar:after {
  margin: 0rem -0.25rem 0rem -0.25rem;
  border-width: 4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #f9f4ee;
}
.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: #f9f4ee;
}
.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: 400;
  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: 400;
  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: #666666;
  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: #f5f5f8;
  border-color: #f5f5f8;
}
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #f5f5f8;
  border-color: #f5f5f8;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #f9f4ee;
}
.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: #2a3d38;
  color: #f9f4ee;
  border-color: #2a3d38;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 3px;
  background-clip: padding-box;
}
.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #f5f5f8, 5px 0 0 #f5f5f8;
}
.flatpickr-day.inRange.endRange {
  box-shadow: -5px 0 0 #f5f5f8;
}
.flatpickr-day.inRange.startRange {
  box-shadow: 5px 0 0 #f5f5f8;
}
.flatpickr-day.disabled,
.flatpickr-day.disabled:hover {
  pointer-events: none;
}
.flatpickr-day.disabled,
.flatpickr-day.disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
span.flatpickr-weekday {
  line-height: 1.5rem;
  cursor: default;
  font-size: 90%;
  color: #314c49;
  height: 27.333333333333332px;
  margin: 0;
  background: transparent;
  text-align: center;
  display: block;
  float: left;
  width: 14.28%;
  font-weight: 700;
  padding-top: 3.333333333333333px;
}
.rangeMode .flatpickr-day {
  margin-top: 0.0625rem;
}
.flatpickr-weekwrapper {
  display: inline-block;
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0.0625rem 0.75rem 0rem 0.75rem;
  box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
}
.flatpickr-weekwrapper span.flatpickr-day {
  display: block;
  width: 100%;
  max-width: none;
}
.flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}
.flatpickr-time {
  line-height: 2.5rem;
  max-height: 2.5rem;
  -webkit-transition: height 0.33s cubic-bezier(0, 1, 0.5, 1);
  transition: height 0.33s cubic-bezier(0, 1, 0.5, 1);
  display: block;
  display: flex;
  text-align: center;
  outline: 0;
  height: 0;
  box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  height: 2.5rem;
  flex: 1;
  width: 40%;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #666666;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #666666;
}
.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: #666666;
  position: relative;
  box-sizing: border-box;
  text-align: center;
}
.flatpickr-time input::-ms-clear,
.flatpickr-time input::-ms-expand {
  display: none;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: 700;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 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: #666666;
  font-weight: 700;
  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: 3.125rem;
  margin-right: 0.625rem;
  padding: 0.9375rem 0rem 0rem 0rem;
  position: absolute;
  text-align: left;
  right: 0;
  z-index: 3000;
  display: none;
}
.container--ajax-cart.off-canvas {
  width: 20rem;
  -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: #f9f4ee;
  z-index: 8000;
}
.container--ajax-cart.off-canvas .icon--loading-indicator {
  width: 2.375rem;
  height: 2.375rem;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.container--ajax-cart .icon--loading-indicator {
  width: 1.3125rem;
  height: 1.3125rem;
  padding: 1.25rem 0rem 1.25rem 0rem;
  margin: 0 auto;
  display: block;
  position: relative;
  box-sizing: content-box;
}
.container--ajax-cart .icon--loading-indicator:before {
  border-radius: 100%;
  background-clip: padding-box;
  -webkit-animation: keyframe--spin 1s linear infinite;
  animation: keyframe--spin 1s linear infinite;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: block;
  content: "";
  border: 2px solid #CCC;
  border-top: 2px solid #333;
}
.container--ajax-cart .product--essential-features {
  margin-left: 3rem;
}
.ajax--cart {
  width: 28.125rem;
  border-radius: 3px;
  background-clip: padding-box;
  font-size: 0.875rem;
  border: 1px solid #dadae5;
  position: relative;
  background: #f9f4ee;
}
.ajax--cart .close--off-canvas {
  font-weight: 300;
}
.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: #f9f4ee;
}
.ajax--cart:before {
  border-width: 0.625rem;
  border-bottom-color: #dadae5;
}
.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: 0.125rem 0.625rem 0.125rem 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: #3b5b59;
  background: #b5b7b7;
}
.ajax--cart .alert .alert--icon .is--success,
.ajax--cart .alert .icon--element .is--success {
  color: #4a9361;
  background: #d5ded8;
}
.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 #dadae5;
  overflow: hidden;
}
.ajax--cart .cart--item:last-child {
  border: 0 none;
}
.ajax--cart .cart--item.is--empty {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  padding-bottom: 0;
}
.ajax--cart .cart--item .thumbnail--container {
  margin: 0rem 0.625rem 0rem 0rem;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 3px;
  background-clip: padding-box;
  float: left;
  position: relative;
}
.ajax--cart .cart--item .thumbnail--container.has--image {
  background: #f9f4ee;
}
.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: #2a3d38;
}
.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: #f9f4ee;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  display: block;
  position: absolute;
  padding: 0;
  margin: 0;
  top: 0;
  bottom: 0;
}
.ajax--cart .cart--item .thumbnail--container .basket--badge {
  line-height: 2.3125rem;
  font-size: 0.75rem;
  border-radius: 100%;
  background-clip: padding-box;
  height: 2.1875rem;
  width: 2.1875rem;
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
  background: #666666;
  color: #f9f4ee;
}
.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: #666666;
}
.ajax--cart .cart--item .item--quantity {
  margin: 0rem 0.3125rem 0rem 0rem;
  font-weight: 700;
}
.ajax--cart .cart--item .item--price {
  font-weight: 700;
  float: right;
  margin: 0.625rem 0rem 0rem 0rem;
}
.ajax--cart .cart--item .action--container {
  width: 1.3125rem;
  height: 1.3125rem;
  margin: 0.625rem 0rem 0rem 0.625rem;
  line-height: 1;
  float: right;
}
.ajax--cart .cart--item .action--container .btn {
  height: 1.3125rem;
  width: 1.3125rem;
  padding: 0.25rem 0.3125rem 0.25rem 0.3125rem;
  font-size: 0.5rem;
  line-height: 0.875rem;
  background: transparent;
  border: none;
}
.ajax--cart .cart--item .action--container *[class*="icon--"] {
  margin: 0;
  padding: 0;
}
.ajax--cart .prices--container {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  border-top: 1px solid #dadae5;
}
.ajax--cart .prices--container .prices--articles-amount {
  float: right;
}
.ajax--cart .prices--container .prices--articles {
  color: #314c49;
  font-weight: 700;
  padding: 0.625rem 0rem 0rem 0rem;
}
.ajax--cart .prices--container .prices--tax {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0;
}
.ajax--cart .prices--container .prices--articles-amount,
.ajax--cart .prices--container .small--prices {
  min-width: 6.25rem;
  text-align: right;
}
.ajax--cart .button--container {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  overflow: hidden;
}
.ajax--cart .button--container *[class*="button--"] {
  width: 13.125rem;
  border-radius: 3px;
  background-clip: padding-box;
  text-align: center;
}
.ajax--cart .button--container .button--checkout {
  float: right;
}
.ajax--cart .button--container .button--open-basket *[class^="icon--"] {
  display: none;
}
.ajax--cart .small--information {
  font-size: 0.75rem;
}
.ajax--cart .small--information .small--prices {
  float: right;
}
.ajax--cart .context--shipping-costs {
  margin-left: 0.625rem;
}
.ajax--cart .table--shipping-costs-trigger {
  font-size: 0.75rem;
  margin: 0rem 0rem 0.3125rem 0rem;
  font-weight: 300;
}
.ajax--cart .table--shipping-costs {
  font-size: 0.75rem;
}
.ajax--cart .table--shipping-costs .select-field {
  max-height: 2.5rem;
  margin: 0.3125rem 0.625rem 0.3125rem 0rem;
}
.ajax--cart .table--shipping-costs label {
  font-size: 0.75rem;
  font-weight: 700;
  margin: 0.3125rem 6.25rem 0rem 0rem;
  float: left;
}
.ajax--cart .bulk-stock-attributes {
  float: left;
  margin-left: 0.4375rem;
  order: 2;
}
.ajax--cart a.item--link {
  width: calc( 100% - 6.2rem ) !important;
}
.ajax--cart a.item--link * {
  display: flex;
  align-items: flex-start;
  width: auto !important;
  float: left;
}
.ajax--cart a.item--link .item--quantity {
  order: 1;
}
.ajax--cart a.item--link .item--name {
  order: 2;
}
.ajax--cart a.item--link .bulk-stock-attributes {
  order: 3;
}
.ajax--cart a.item--link .item--price {
  order: 4;
}
.off-canvas .ajax--cart {
  font-size: 0.875rem;
  background: #f9f4ee;
  width: auto;
  position: absolute;
  left: 0;
  right: 0;
  border: 0 none;
  min-height: 100%;
}
.off-canvas .ajax--cart .item--container {
  max-height: none;
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
}
.off-canvas .ajax--cart .cart--item {
  line-height: 1.1875rem;
  margin-top: 0.125rem;
  background: #f9f4ee;
}
.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: #f9f4ee;
  border-bottom: 0 none;
}
.off-canvas .ajax--cart .prices--container .small--information {
  margin: 0.25rem 0rem 0.25rem 0rem;
}
.off-canvas .ajax--cart .action--container,
.off-canvas .ajax--cart .action--container .action--remove {
  width: 2.375rem;
  height: 2.375rem;
}
.off-canvas .ajax--cart .action--container {
  margin: 0;
}
.off-canvas .ajax--cart .action--container .action--remove {
  font-size: 0.875rem;
  text-align: center;
  vertical-align: middle;
}
.off-canvas .ajax--cart .action--container .icon--loading-indicator {
  width: 1.3125rem;
  height: 1.3125rem;
  margin: 0.5625rem 0rem 0rem 0rem;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.off-canvas .ajax--cart .action--container *[class*="icon--"] {
  line-height: 1.75rem;
  margin: 0;
  padding: 0;
}
.off-canvas .ajax--cart .button--container {
  text-align: left;
}
.off-canvas .ajax--cart .button--container *[class*="button--"] {
  margin: 0.625rem 0rem 0rem 0rem;
  width: 100%;
}
.off-canvas .ajax--cart .button--container .button--checkout {
  margin: 0;
}
.off-canvas .ajax--cart .button--container .button--open-basket {
  border: 0px;
  padding-right: 1.875rem;
}
.off-canvas .ajax--cart .button--container .button--open-basket:hover {
  background: transparent;
  border: 0px;
  text-decoration: underline;
}
.off-canvas .ajax--cart .button--container .button--open-basket *[class^="icon--"] {
  display: block;
  right: 0.625rem;
}
.off-canvas .ajax--cart .product--essential-features {
  margin-top: 0.3125rem;
}
.off-canvas .ajax--cart .cart--item .item--price {
  margin: 0 !important;
  display: block !important;
  width: 100% !important;
  float: left !important;
}
.off-canvas .ajax--cart .custom-product--overview-list {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
div[data-displaymode="offcanvas"] .ajax--cart .custom-products--basket-overview {
  padding-left: 4rem !important;
}
.product--essential-features {
  line-height: 1.125rem;
  font-size: 0.75rem;
}
@media screen and (min-width: 48em) {
  .container--ajax-cart.is--shown {
    display: block;
  }
}
@media screen and (min-width: 78.75em) {
  .container--ajax-cart {
    margin-right: 0;
  }
}
/*
Table
=========================
Defines the basic table styles.
```
<table>
 <th>
    <tr>
        <th>Heading</th>
        <th>Heading</th>
        <th>Heading</th>
        <th>Heading</th>
    </tr>
 </th>
 <tb>
    <tr>
        <td>Table Content</td>
        <td>Table Content</td>
        <td>Table Content</td>
        <td>Table Content</td>
    </tr>
    <tr>
        <td>Table Content</td>
        <td>Table Content</td>
        <td>Table Content</td>
        <td>Table Content</td>
    </tr>
 </tb>
</table>
```
*/
table {
  border-collapse: separate;
  border-spacing: 1px;
}
table th,
table thead td {
  color: #ffffff;
  text-align: center;
}
table td {
  background: #ffffff;
  color: #666666;
  border: 1px solid #ffffff;
  vertical-align: top;
}
/*
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)
*/
.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 #dadae5;
  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: #3f655b;
  background-image: linear-gradient(to bottom, #3f655b 0%, #2a3d38 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: 400;
  text-align: center;
  vertical-align: top;
  color: #f9f4ee;
  content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled ~ .checkbox--state {
  background: #f9f4ee;
}
.checkbox.is--active .checkbox--state,
a:hover .checkbox .checkbox--state {
  background-color: #3f655b;
  background-image: linear-gradient(to bottom, #3f655b 0%, #2a3d38 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: 400;
  text-align: center;
  vertical-align: top;
  color: #f9f4ee;
  content: "\f00c";
}
.custom-add-voucher--label {
  padding-left: 5px;
}
.add-voucher--checkbox {
  margin-top: 1.875rem;
}
.add-voucher--label {
  display: block;
  position: relative;
  padding-left: 2.1875rem;
  margin-bottom: 0.75rem;
  cursor: pointer;
  font-size: 1.375rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 1.875rem;
}
.add-voucher--label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #eee;
  border-radius: 4px;
}
.add-voucher--label:hover input ~ .checkmark {
  border-color: #ccc;
}
.add-voucher--label input:checked ~ .checkmark {
  background-color: #314c49;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.add-voucher--label input:checked ~ .checkmark:after {
  display: block;
}
.add-voucher--label .checkmark:after {
  left: 8px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*
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>
*/
.tab--header h2 {
  font-size: 21px;
  font-weight: 400;
  padding: 0 8px;
  margin: 0;
  background-color: #f9f4ee;
  position: absolute;
  left: 24px;
  top: -26px;
}
@media screen and (min-width: 48em) {
  .tab--header h2 {
    font-size: 36px;
    padding: 0 24px;
    left: 64px;
  }
}
.js--tab-menu .tab--navigation {
  list-style: none;
}
.js--tab-menu .tab--link {
  padding: 0.625rem 0.9375rem 0.625rem 0.9375rem;
  margin: 0rem 0.3125rem 0rem 0rem;
  line-height: 1.5rem;
  font-size: 0.875rem;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  top: 0.0625rem;
  display: none;
  position: relative;
  font-weight: 700;
  text-align: center;
  color: #666666;
  border: 1px solid #dadae5;
  white-space: nowrap;
}
.js--tab-menu .tab--link:hover {
  color: #3b5b59;
  background: #f9f4ee;
}
.js--tab-menu .tab--link:focus {
  outline: none;
}
.js--tab-menu .tab--link.is--active {
  color: #314c49;
  border-bottom-color: #f9f4ee;
  background: #f9f4ee;
}
.js--tab-menu .tab--link.is--active:hover {
  color: #314c49;
}
.js--tab-menu .tab--link.has--content {
  display: inline-block;
}
.js--tab-menu.js--menu-scroller .tab--navigation {
  overflow: hidden;
}
.js--tab-menu.js--menu-scroller .tab--navigation .js--menu-scroller--item {
  top: 0;
}
.js--tab-menu.js--menu-scroller .js--menu-scroller--arrow {
  line-height: 2.875rem;
  height: 2.875rem;
  border-radius: 3px;
  background-clip: padding-box;
  border: 1px solid #e0e0e0;
}
.js--tab-menu.js--menu-scroller .js--menu-scroller--arrow:hover {
  border-color: #2a3d38;
}
.js--tab-menu .tab--container-list .tab--container {
  border: 1px solid #dadae5;
  border-radius: 25px;
  display: none;
}
.js--tab-menu .tab--container-list .tab--container.has--content.is--active {
  display: block;
}
/*
Image gallery element
====================================================
Defines the styles for the image gallery element that shows thumbnails of the product pictures in a slim slider element.

It is displayed on the product detail page.
*/
.image--gallery .image-slider--container {
  bottom: 5.625rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  margin: 0;
}
.image--gallery.no--thumbnails .image-slider--container {
  bottom: 0;
}
.image--gallery .image-slider--item {
  display: inline-block;
  height: 100%;
  width: 100%;
  position: relative;
  text-align: center;
  cursor: default;
}
.image--gallery .image-slider--item .image--element {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
}
.image--gallery .image-slider--item .image--media,
.image--gallery .image-slider--item img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.image--gallery .image-slider--thumbnails {
  padding: 0.625rem 0rem 0.625rem 0rem;
  height: 5.625rem;
  background: #f9f4ee;
  top: auto;
  bottom: 0;
  width: 100%;
  margin: 0;
  position: absolute;
  display: block;
}
.image--gallery .image-slider--thumbnails .thumbnails--arrow {
  top: 0.625rem;
}
.image--gallery .image-slider--thumbnails .thumbnails--arrow.is--left {
  border-left: 0 none;
}
.image--gallery .image-slider--thumbnails .thumbnails--arrow.is--right {
  border-right: 0 none;
}
.image--gallery .image-slider--thumbnails-slide {
  margin: 0rem 0.625rem 0rem 0.625rem;
  left: auto;
  top: auto;
}
.image--gallery .thumbnail--link {
  margin: 0rem 0.625rem 0rem 0rem;
  display: inline-block;
}
.image--gallery .button--zoom-in,
.image--gallery .button--zoom-out,
.image--gallery .button--zoom-reset {
  top: 0.625rem;
  left: 0.625rem;
  font-size: 1.25rem;
  padding: 0.125rem 0.375rem 0.125rem 0.375rem;
  position: absolute;
}
.image--gallery .button--zoom-in:hover,
.image--gallery .button--zoom-out:hover,
.image--gallery .button--zoom-reset:hover {
  z-index: 1;
}
.image--gallery .button--zoom-out {
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
}
.image--gallery .button--zoom-reset {
  left: 2.6875rem;
  border-radius: 0;
}
.image--gallery .button--zoom-in {
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  left: 4.75rem;
}
.image-gallery--modal .modal--close {
  top: 0.625rem;
  width: 2.125rem;
  height: 2.125rem;
  line-height: 2rem;
}
@media screen and (min-width: 78.75em) {
  .js--image-gallery {
    width: 80%;
    height: 80%;
  }
}
.orbitvu-gallery-product-views {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.orbitvu-gallery-product-views ul.orbitvu-image-thumbs li.orbitvu-gallery-item {
  border: none !important;
}
.orbitvu-gallery-product-views ul.orbitvu-image-thumbs li.orbitvu-gallery-item a.orbitvu-gallery-item-link {
  display: block !important;
  cursor: pointer;
}
.orbitvu-gallery-product-views ul.orbitvu-image-thumbs li.orbitvu-gallery-item a.orbitvu-gallery-item-link:before {
  background: #2a3d38 !important;
  opacity: .2;
  top: calc(50% - 1px) !important;
  bottom: calc(50% - 1px) !important;
}
.orbitvu-gallery-product-views ul.orbitvu-image-thumbs li.orbitvu-gallery-item a.orbitvu-gallery-item-link.orbitvu-active:before {
  opacity: 1;
}
.orbitvu-lightbox-zoomed img,
.orbitvu-lightbox-slide-inner img,
.orbitvu-lightbox-thumbs ul li img {
  box-shadow: none !important;
}
.product-origin {
  width: 100%;
  margin-top: 4.5rem;
}
@media screen and (min-width: 64em) {
  .product-origin {
    margin-top: 6rem;
  }
}
.product-origin__banner {
  margin: 0rem 0rem 0.75rem 0rem;
}
@media screen and (min-width: 64em) {
  .product-origin__banner {
    margin: 0rem 0.9375rem 0rem 0rem;
  }
}
.product-origin__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-origin__info {
  background: #f0e2d0;
  padding: 2rem 1.5rem 2rem 1.5rem;
  border-radius: 16px;
  color: #2a3d38;
}
.product-origin__info-continent {
  text-transform: uppercase;
}
.product-origin__info-content {
  font-family: 'CeraProRegular';
}
.product-origin__info-content-title {
  font-size: 28px;
  font-family: 'ParnasoSmall';
}
@media screen and (min-width: 64em) {
  .product-origin {
    display: flex;
  }
  .product-origin__banner {
    width: calc(100% / 3 * 2);
  }
  .product-origin__info {
    width: calc(100% / 3);
  }
}
/*
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 #dadae5;
  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: #404040;
  display: block;
  font-weight: 700;
}
.product--quick-view .quick-view--title:hover {
  color: #2a3d38;
}
.product--quick-view .quick-view--supplier {
  font-size: 0.875rem;
  padding: 0.625rem 0rem 0.3125rem 0rem;
  font-weight: 700;
}
.product--quick-view .quick-view--description-title {
  font-size: 1rem;
  padding-bottom: 0.3125rem;
  margin-top: 0.9375rem;
  color: #404040;
  border-bottom: 1px solid #dadae5;
  font-weight: 700;
  clear: both;
}
.product--quick-view .quick-view--description {
  font-size: 0.875rem;
  padding-top: 0.625rem;
  color: #666666;
}
.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;
}
.custom-products--data-wrapper {
  width: 30%;
  min-width: 160px;
}
@media only screen and (min-width: 48em) {
  .custom-products--data-wrapper {
    min-width: 200px;
  }
}
.custom-products--data-wrapper.panel {
  background: transparent;
}
.custom-products--option {
  padding: 0;
  border: none;
}
.custom-products--option .custom-product--option-wrapper {
  margin: 0;
  border: none;
  display: flex;
}
.custom-products--option .custom-product--option-wrapper .alert {
  position: absolute;
  height: calc(100% + 2px);
  width: calc(100% + 2px);
  left: -1px;
  top: -1px;
  background: #F44336 !important;
}
.custom-products--global-error-overview {
  display: none !important;
}
.custom-product--overview-list-item .custom-product--overview-option-name {
  display: inline-block;
  margin-right: 5px;
}
.custom-product--overview-list-item .custom-product--overview-option-value {
  display: inline-block;
}
.is--ctl-detail .custom-products--data-wrapper {
  width: 50%;
}
.is--ctl-detail .product--details .product--detail-upper .product--buybox .buybox--inner .buybox--form .buybox--button-container {
  width: 34% !important;
}
.is--ctl-detail .product--details .product--detail-upper .product--buybox .buybox--inner .buybox--form .buybox--button-container .buybox--quantity {
  width: 100%;
}
.wizard-progress--progress-bar {
  height: 10px;
  border: none;
  background: #efefef;
}
.wizard-progress--progress-bar .progress-bar--status {
  background-color: #2a3d38;
}
.nieuwsbrief #CNT1115 {
  background: white;
  float: right;
  width: 35%;
  margin-top: -69px;
}
#CNT1109 .mpFormField {
  float: left !important;
  width: 100%;
}
.nieuwsbrief table#CNT1109 input[type="text"] {
  border: 1px solid #E0E0E0;
  width: 100%;
  display: block;
  margin-bottom: 28px;
}
.nieuwsbrief table label,
.nieuwsbrief table td {
  width: 100%;
  display: block;
}
.nieuwbrief form table td {
  padding: 0px 30px;
}
table#CNT1115 {
  float: right;
  width: 35%;
}
.nieuwsbrief form table td {
  padding: 0;
  border: 0;
}
.nieuwsbrief #CNT1115 input[type="submit"] {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid #E0E0E0;
  border-left: 0;
  background: white;
  min-height: 41px;
  margin-left: -1px;
}
td.submitCellSpacer {
  display: none;
}
td.submitCell {
  margin: 0;
}
.nieuwsbrief table {
  border-spacing: 0 !important;
}
table#CNT1109 {
  top: 0;
  position: relative;
  width: 65%;
}
.nieuwsbrief table.mpFormTable.mpTwoColumnLayout {
  margin-bottom: 25px;
}
.sublabel {
  /* margin-top: 10px; */
}
.banner--container {
  display: flex;
  margin: auto;
  max-width: 1280px;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px 30px;
  flex-direction: column;
}
@media screen and (min-width: 48em) {
  .banner--container {
    flex-direction: row;
  }
}
.banner--container .banner--content {
  width: 50%;
  min-width: 300px;
  padding-right: 10%;
}
.banner--container .banner--image {
  order: -1;
  margin-left: -15px;
  width: calc(100% + 44px);
  max-width: unset;
}
@media screen and (min-width: 48em) {
  .banner--container .banner--image {
    order: 0;
    margin: unset;
    max-width: 100%;
    width: 50%;
  }
}
.banner--container.banner--center {
  justify-content: center;
}
.banner--container.banner--center .banner--content {
  padding: 0;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .banner--img {
    max-height: 400px;
  }
}
.paging {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin: 1rem 0rem 1rem 0rem;
  position: relative;
  z-index: 1;
}
.paging .paging--link {
  height: 2rem;
  width: 2rem;
  border-radius: 1rem;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  border-width: 0.0625rem;
  border-color: #2a3d38;
  border-style: solid;
  color: #2a3d38;
}
.paging .paging--link [class^="icon--"] {
  font-size: 0.75rem;
}
.paging .paging--display {
  margin: 0rem 1rem 0rem 1rem;
  font-size: 1rem;
  color: #000000;
}
.paging .paging--display.paging--display--first {
  padding-left: 2rem;
}
.paging .paging--display.paging--display--last {
  padding-right: 2rem;
}
.action--sort {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-left: 1rem;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .action--sort {
    margin-left: 0;
    width: auto;
  }
}
.sort--label {
  font-size: 1rem;
  margin-right: 0.5rem;
  color: #2a3d38;
  font-family: "CeraProRegular", sans-serif;
  display: none;
}
@media screen and (min-width: 48em) {
  .sort--label {
    display: block;
  }
}
.sort--select {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .sort--select {
    width: auto;
  }
}
.sort--select .icon--arrow-down {
  right: 1rem;
  font-size: 0.75rem;
  position: absolute;
  color: #2a3d38;
}
.sort--field {
  padding: 0.6875rem 2.25rem 0.6875rem 1rem;
  font-size: 1rem;
  border-radius: 1.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
  border: 1px solid #2a3d38;
  color: #2a3d38;
  font-weight: normal;
  font-family: "CeraProRegular", sans-serif;
  position: relative;
  background: transparent;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .sort--field {
    width: auto;
  }
}
.flavor-profiles {
  margin-top: 2.5rem;
}
.flavor-profiles__title {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 48em) {
  .flavor-profiles__title {
    margin-bottom: 1.5rem;
  }
}
.flavor-profiles__content {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 32px);
  margin-left: -1rem;
  margin-top: 2.5rem;
}
.flavor-profiles__content-profile {
  width: calc(100% / 3);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media screen and (min-width: 30em) {
  .flavor-profiles__content-profile {
    width: 80px;
    margin: 0rem 1rem 0rem 1rem;
  }
}
.flavor-profiles__content-profile-icon {
  display: flex;
  justify-content: center;
}
.flavor-profiles__content-profile-icon img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}
.flavor-profiles__content-profile-label {
  line-height: 20px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 7px;
}
.property-scores {
  margin-top: 2.5rem;
}
.property-scores__item {
  display: grid;
  grid-template-columns: 110px calc(100% - 110px);
  margin-top: 1.25rem;
}
@media only screen and (min-width: 30em) {
  .property-scores__item {
    grid-template-columns: 140px calc(100% - 140px);
  }
}
.property-scores__item-label {
  text-transform: uppercase;
}
.property-scores__item-value {
  display: flex;
  width: 100%;
}
.property-scores__item-value__bars {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.property-scores__item-value__bars-bar {
  width: calc(20% - 4px);
  height: 2px;
  border-radius: 4px;
  background: #2a3d38;
}
.property-scores__item-value__bars-bar.bar-active {
  background: #FF7349;
}
.property-scores__item-value-score {
  padding-left: 20px;
}
.property-scores__item:first-child {
  margin-top: 0;
}
.storelocator-search {
  width: 100%;
  border: 1px solid rgba(42, 61, 56, 0.2);
  border-radius: 8px;
  padding: 1rem 1rem 1rem 1rem;
  display: flex;
  flex-direction: column;
}
.storelocator-search__label {
  text-align: center;
  font-size: 18px;
  margin-bottom: 0.5rem;
  color: #2a3d38;
}
.storelocator-search__form {
  position: relative;
}
.storelocator-search__form-input {
  width: 100% !important;
  background: #FFF !important;
  border: none !important;
  padding-left: 12px !important;
  padding-right: 36px !important;
  border-radius: 4px;
}
.storelocator-search__form-input::placeholder {
  color: #2a3d38;
  opacity: 0.5;
}
.storelocator-search__form-submit {
  background: transparent;
  box-shadow: none;
  border: 0;
  min-height: 40px !important;
  position: absolute;
  top: -1px;
  right: 0;
  height: 41px;
  padding: 10px;
  text-align: center;
  color: #2a3d38;
  opacity: 0.5;
}
.storelocator-search__map {
  display: none;
}
.storelocator-search.focus {
  background: #d9e4dd;
  border-color: #d9e4dd;
}
.storelocator-search-result {
  width: 100%;
  position: absolute;
  z-index: 100;
  margin-top: 8px;
  padding: 16px;
  background: white;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.storelocator-search-result__entry {
  width: 100%;
  padding: 8px 0;
}
.storelocator-search-result__entry:not(:last-child) {
  border-bottom: 1px solid rgba(42, 61, 56, 0.2);
}
.storelocator-search-result__entry-link {
  display: flex;
  justify-content: space-between;
}
.storelocator-search-result__entry-name {
  color: #2a3d38;
  font-weight: 500;
  font-size: 16px;
}
.storelocator-search-result__entry-distance {
  color: rgba(42, 61, 56, 0.7);
}
.storelocator-search-result__entry-distance:after {
  content: "\f054";
  font-family: 'Font Awesome 5 Pro';
  font-weight: bold;
  font-size: 10px;
  margin-left: 9px;
}
@media screen and (min-width: 64em) {
  .storelocator-search {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .storelocator-search__label {
    margin-bottom: 0;
  }
  .storelocator-search__form {
    min-width: 425px;
  }
  .storelocator-search__map {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.66px;
    text-decoration-line: underline;
    color: #2a3d38;
  }
}
.reviews {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: mulitple;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 4.5rem;
}
@media screen and (min-width: 64em) {
  .reviews {
    margin-top: 6rem;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.reviews .alert {
  width: 100%;
  margin: 1rem 0rem 0rem 0rem !important;
}
.reviews--heading {
  width: 100%;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.reviews--title {
  font-family: "ParnasoSmall";
  color: #2a3d38;
  font-size: 2.25rem;
}
.reviews--publish {
  height: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.reviews--rating {
  color: #2a3d38;
  padding-top: 1rem;
}
.reviews--rating .rating--count-wrapper {
  font-family: "CeraProRegular", sans-serif;
  text-decoration: none;
  font-size: 1.25rem;
}
.reviews--sorting {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 1.5rem;
}
.reviews--sorting--title {
  color: #2a3d38;
  font-size: 1rem;
  margin-right: 0.5rem;
  font-family: "CeraProMedium", sans-serif;
}
.reviews--sorting--select {
  width: unset;
  height: unset;
}
.reviews--sorting--select:after {
  content: "\f078";
  font-family: 'Font Awesome 5 Pro';
  font-size: 0.75rem;
  position: absolute;
  height: 100%;
  top: 0;
  color: #2a3d38;
  right: 1rem;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.reviews--sorting--select select {
  width: unset;
  height: 2.5rem;
  color: #2a3d38;
  font-size: 1rem;
  padding-left: 1rem;
  padding-right: 2.25rem;
  border-radius: 1.25rem;
  font-family: "CeraProMedium", sans-serif;
  border: 1px solid #2a3d38;
}
.reviews--left {
  width: 100%;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  min-height: 0;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
@media screen and (min-width: 64em) {
  .reviews--left {
    margin-right: 3rem;
  }
}
.reviews--left .alert {
  background: white !important;
}
.reviews--right {
  width: 100%;
  background: #f9f4ee !important;
}
.reviews--right textarea,
.reviews--right input[type="text"],
.reviews--right input[type="search"],
.reviews--right input[type="password"],
.reviews--right input[type="number"],
.reviews--right input[type="email"],
.reviews--right input[type="tel"] {
  background: transparent;
  font-size: 0.75rem;
  margin-bottom: 1.5625rem;
}
.reviews--right .tab-menu--cross-selling .tab--container {
  margin-top: 5rem;
}
@media screen and (min-width: 64em) {
  .reviews--right .tab-menu--cross-selling .tab--container {
    margin-top: 1rem;
  }
}
.reviews--form {
  margin: 1.25rem 0rem 1.5625rem 0rem;
}
.reviews--form .js--fancy-select {
  display: block;
  margin: 15px 0;
}
.reviews--form .js--fancy-select select {
  background: #f9f9f9;
}
.reviews--form .review--notice {
  font-size: 0.75rem;
}
.reviews--form-container {
  margin: 1.25rem 0rem 1.25rem 0rem;
}
.reviews--more {
  width: 100%;
  cursor: pointer;
  color: #2a3d38;
  font-size: 1rem;
  margin-top: 2rem;
  padding-top: 2rem;
  font-family: "CeraProMedium", sans-serif;
  border-top: 1px solid rgba(42, 61, 56, 0.2);
}
.reviews--more i {
  margin-left: 0.5rem;
  font-size: 0.75rem;
}
.review--author {
  color: #2a3d38;
  font-size: 1rem;
  margin-top: 0.5rem;
}
.review--title {
  color: #2a3d38;
  font-family: "ParnasoSmall";
  font-size: 1.75rem;
  margin-top: 1rem;
  margin-bottom: 0rem;
}
.review--content {
  color: #2a3d38;
  line-height: 1.5;
  font-size: 1rem;
  margin-top: 1rem;
  margin-bottom: 0rem;
}
.review--entry {
  width: 100%;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(42, 61, 56, 0.2);
}
.review--entry.is--answer {
  padding-top: 0rem;
  padding-left: 1.5rem;
  border: 0;
}
.review--entry.is--answer p:last-child {
  margin-bottom: 0;
}
.review--entry .entry--header {
  color: #2a3d38;
}
@media screen and (min-width: 64em) {
  .review--entry .entry--content {
    max-width: 31.25rem;
  }
}
.review--form-container {
  padding: 2rem 2rem 2rem 2rem;
}
.review--form-container .alert {
  margin: 1rem 0rem 0rem 0rem;
}
.review--form-container .alert--icon {
  display: none;
}
.review--form-container .alert--content {
  padding: 0;
  font-size: 1rem;
}
.review--form-container .content--title {
  margin: 0;
  font-size: 2rem;
  font-family: "ParnasoSmall";
}
.review--notice,
.review--privacy {
  margin: 1rem 0rem 0rem 0rem;
}
.review--actions {
  margin: 2rem 0rem 0rem 0rem;
}
.review--field {
  width: 100% !important;
  margin: 1rem 0rem 0rem 0rem;
}
/*
Modules
==================================================
The `modules.less` file contains the imports to all module elements of Shopware.

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

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

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

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

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

`.is--dark` - changes color to @text-color-dark<br/>
`.is--light` - changes color to darken(@gray-dark, 20%)<br/>
`.is--soft` - changes color to @gray-dark<br/>
*/
.visible::after {
  content: '';
}
* {
  box-sizing: border-box;
}
html {
  width: 100%;
  height: 100%;
}
html.no--scroll {
  position: relative;
  overflow: hidden;
}
html.no--scroll body {
  overflow: hidden;
}
body {
  font-size: 1rem;
  font-family: "CeraProRegular", sans-serif;
  font-weight: 400;
  color: #666666;
  background: #f9f4ee !important;
}
img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  border-radius: 16px;
}
a {
  color: #3b5b59;
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
}
.product--rating i[class^=icon] {
  color: #314c49;
}
.product--rating i.icon--star-empty {
  color: #dadae5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.625rem;
  margin: 1.75rem 0rem 0.625rem 0rem;
  font-family: "ParnasoSmall";
  font-weight: 400;
  color: #314c49;
}
h1,
h1.call-to-action--title,
.buybox--inner .product--title,
.product--brewing--advice--title,
.content--title {
  color: #314c49;
  font-size: 3rem;
  margin: 2.125rem 0rem 1.25rem 0rem;
  line-height: 3rem;
  letter-spacing: -0.06em;
  text-align: left;
}
@media screen and (min-width: 48em) {
  h1,
  h1.call-to-action--title,
  .buybox--inner .product--title,
  .product--brewing--advice--title,
  .content--title {
    font-size: 3rem;
    line-height: 3rem;
  }
}
@media screen and (min-width: 78.75em) {
  h1,
  h1.call-to-action--title,
  .buybox--inner .product--title,
  .product--brewing--advice--title,
  .content--title {
    font-size: 4rem;
  }
}
h2 {
  color: #314c49;
  font-size: 2.25rem;
  line-height: 2.25rem;
  margin: 2.125rem 0rem 1.25rem 0rem;
  line-height: 48px;
  letter-spacing: -0.045em;
}
@media screen and (min-width: 48em) {
  h2 {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
@media screen and (min-width: 78.75em) {
  h2 {
    font-size: 3rem;
  }
}
h3 {
  font-size: 1.75rem;
  line-height: 40px;
  letter-spacing: -0.045em;
}
@media screen and (min-width: 78.75em) {
  h3 {
    font-size: 2.25rem;
  }
}
h4 {
  font-size: 1.3125rem;
}
@media screen and (min-width: 78.75em) {
  h4 {
    font-size: 1.75rem;
  }
}
h5 {
  font-size: 1.125rem;
  line-height: 32px;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 78.75em) {
  h5 {
    font-size: 1.3125rem;
  }
}
h6 {
  font-size: 1.125rem;
}
@media screen and (min-width: 78.75em) {
  h6 {
    font-size: 1.25rem;
  }
}
p,
.call-to-action--description p {
  font-family: "CeraProRegular", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0rem 0rem 1.25rem 0rem;
}
p.large-paragraph {
  font-family: "CeraProRegular", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin: 0rem 0rem 1.25rem 0rem;
}
blockquote {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  border-radius: 3px;
  background-clip: padding-box;
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
  background: #f5f5f8;
  text-align: left;
  margin: 0;
}
.navigation-main .navigation--link span {
  font-family: "CeraProMedium", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
}
.logo-main source,
.logo-main img {
  border-radius: 0;
}
.ajax-loader {
  display: none;
}
.is--rounded {
  border-radius: 3px;
  background-clip: padding-box;
}
.is--block {
  display: block !important;
}
.is--inline {
  display: inline !important;
}
.is--inline-block {
  display: inline-block !important;
}
.is--hidden {
  display: none !important;
}
.is--invisible {
  visibility: hidden !important;
}
.is--align-left {
  text-align: left !important;
}
.is--align-right {
  text-align: right !important;
}
.is--align-center {
  text-align: center !important;
}
.is--underline {
  text-decoration: underline !important;
}
.is--line-through {
  text-decoration: line-through !important;
}
.is--uppercase {
  text-transform: uppercase !important;
}
.is--strong {
  font-weight: 700 !important;
}
.is--bold {
  font-weight: 700 !important;
}
.is--italic {
  font-style: italic;
}
.is--nowrap {
  white-space: nowrap !important;
}
.is--dark {
  color: #314c49 !important;
}
.is--light {
  color: #9e9ebb !important;
}
.is--soft {
  color: #dadae5 !important;
}
.is--fluid {
  width: 100% !important;
}
.left {
  float: left;
}
.right {
  float: right;
}
.page-wrap {
  min-width: 20rem;
}
.content-main:after,
.content--wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.content-main:before,
.content--wrapper:before {
  content: " ";
  display: table;
}
.content-main:after,
.content--wrapper:after {
  content: " ";
  display: table;
  clear: both;
}
.content-main--inner:after {
  content: "";
  display: table;
  clear: both;
}
.content-main--inner:before {
  content: " ";
  display: table;
}
.content-main--inner:after {
  content: " ";
  display: table;
  clear: both;
}
.content {
  width: 100%;
  float: left;
}
body {
  padding: 5.9375rem 0rem 0rem 0rem;
}
@media screen and (min-width: 64em) {
  body {
    padding: 10.9375rem 0rem 0rem 0rem;
  }
}
@media screen and (min-width: 48em) {
  .content-main:not(.is--small) {
    min-height: 46.875rem;
  }
  .content-main--inner {
    width: 100%;
  }
}
@media screen and (min-width: 78.75em) {
  .content-main {
    margin-bottom: 2.8125rem;
  }
  .content-main:not(.is--small) {
    min-height: 43.75rem;
  }
}
/*
* Changing background-color site-wide
 */
body,
.content-main,
.panel {
  background: #f9f4ee;
}
table td {
  background: #f9f4ee;
  border-color: #f9f4ee;
}
.hidden {
  display: none !important;
}
.ajax--cart * {
  font-size: 12px !important;
}
.is--ctl-detail .select-field select,
.is--ctl-index .select-field select,
.is--ctl-listing .select-field select,
.is--ctl-register .select-field select,
.is--ctl-search .select-field select,
.is--ctl-checkout .select-field select,
.is--ctl-detail .js--fancy-select select,
.is--ctl-index .js--fancy-select select,
.is--ctl-listing .js--fancy-select select,
.is--ctl-register .js--fancy-select select,
.is--ctl-search .js--fancy-select select,
.is--ctl-checkout .js--fancy-select select {
  font-size: 1rem !important;
}
@media screen and (min-width: 78.75em) {
  .is--ctl-detail .select-field select,
  .is--ctl-index .select-field select,
  .is--ctl-listing .select-field select,
  .is--ctl-register .select-field select,
  .is--ctl-search .select-field select,
  .is--ctl-checkout .select-field select,
  .is--ctl-detail .js--fancy-select select,
  .is--ctl-index .js--fancy-select select,
  .is--ctl-listing .js--fancy-select select,
  .is--ctl-register .js--fancy-select select,
  .is--ctl-search .js--fancy-select select,
  .is--ctl-checkout .js--fancy-select select {
    font-size: 0.875rem !important;
  }
}
.has--border {
  border: 1px solid #dadae5;
  border-radius: 30px;
}
/*
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 {
  position: fixed;
  width: 100%;
  z-index: 5000;
  top: 0;
  border-bottom: 0;
  background: #f9f4ee;
}
@media screen and (min-width: 64em) {
  .header-main.scrolled .logo-main .logo--link img {
    height: 44px;
  }
  .header-main.scrolled .navigation-main .navigation--list .navigation--entry .navigation--link {
    height: 40px;
  }
}
.header-main .logo-main {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  z-index: 100;
}
.header-main .logo-main .logo--link {
  display: inline-block;
  max-width: 100%;
}
.header-main .logo-main .logo--link img {
  width: 120px;
  height: auto;
  max-height: unset;
}
@media screen and (min-width: 64em) {
  .header-main .logo-main .logo--link img {
    object-fit: cover;
    object-position: top;
    width: 143px;
    height: 52px;
    transition: height 0.2s ease-in;
  }
}
.header-main .logo-main .logo--shop {
  height: 2.1875rem;
  width: 50%;
}
.header-main .logo-main .logo--supportinfo {
  display: none;
}
.header-main .header--navigation {
  position: relative;
  padding: 0.25rem 0rem 0.25rem 0rem;
}
@media screen and (min-width: 64em) {
  .header-main .header--navigation {
    padding: 0;
  }
}
.header-main .mobile-navigation {
  display: none;
  height: calc(100vh - 85px);
  overflow: scroll;
}
.header-main .mobile-navigation.collapsed {
  display: block;
}
@media screen and (min-width: 64em) {
  .header-main .mobile-navigation.collapsed {
    display: none;
  }
}
.header-main .mobile-navigation__categories .sidebar--categories-navigation .sidebar--navigation {
  background: transparent;
  display: flex;
  flex-direction: column;
}
.header-main .mobile-navigation__categories .sidebar--categories-navigation .sidebar--navigation .navigation--entry {
  margin: 0 auto;
  border-top: 1px solid rgba(42, 61, 56, 0.2);
  width: 100%;
}
.header-main .mobile-navigation__categories .sidebar--categories-navigation .sidebar--navigation .navigation--entry .navigation--link {
  padding: 0.9375rem 0rem 0.9375rem 0rem;
  display: flex;
  align-items: center;
}
.header-main .mobile-navigation__categories .sidebar--categories-navigation .sidebar--navigation .navigation--entry .navigation--link-icon {
  margin-right: 10px;
}
@media screen and (min-width: 30em) {
  .header-main .mobile-navigation__categories .sidebar--categories-navigation .sidebar--navigation .navigation--entry .navigation--link-icon {
    height: 40px;
    margin-bottom: 10px;
  }
}
.header-main .mobile-navigation__categories .sidebar--categories-navigation .sidebar--navigation .navigation--entry .navigation--link-arrow {
  margin-left: 5px;
}
.header-main .mobile-navigation__categories .sidebar--categories-navigation .sidebar--navigation .navigation--entry .navigation--link-arrow .fa-arrow-right {
  font-weight: 500;
  font-size: 10pt;
}
.header-main .mobile-navigation__categories .sidebar--categories-navigation .sidebar--navigation .navigation--entry.has--sub-children .is--icon-down {
  margin: 0 0 0 5px;
  font-size: 8pt;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.header-main .mobile-navigation__categories .sidebar--categories-navigation .sidebar--navigation .navigation--entry.has--sub-children .is--icon-down .fas.fa-arrow-down {
  font-weight: 500;
}
.header-main .mobile-navigation__categories .sidebar--categories-navigation .sidebar--navigation .navigation--entry.has--sub-children.is--active .is--icon-down {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header-main .mobile-navigation__categories .sidebar--categories-navigation .sidebar--navigation.is--level1 {
  display: none;
}
.header-main .mobile-navigation__categories .sidebar--categories-navigation .sidebar--navigation.is--level1 .navigation--entry {
  border-top: none;
  width: 100%;
}
.header-main .mobile-navigation__categories .sidebar--categories-navigation .sidebar--navigation.is--level1 .navigation--entry .navigation--link {
  padding: 0.625rem 0rem 0.625rem 0rem;
}
@media screen and (min-width: 540px) {
  .header-main .mobile-navigation__categories .sidebar--categories-navigation .sidebar--navigation.is--level1 {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .header-main .mobile-navigation__categories .sidebar--categories-navigation .sidebar--navigation.is--level1 .navigation--entry {
    width: calc(100%/3);
    border-top: none;
    margin: unset;
    display: flex;
    justify-content: center;
  }
  .header-main .mobile-navigation__categories .sidebar--categories-navigation .sidebar--navigation.is--level1 .navigation--entry.is--parent-link {
    width: 100%;
  }
  .header-main .mobile-navigation__categories .sidebar--categories-navigation .sidebar--navigation.is--level1 .navigation--entry .navigation--link {
    justify-content: center;
    flex-direction: column;
  }
  .header-main .mobile-navigation__categories .sidebar--categories-navigation .sidebar--navigation.is--level1 .is--parent-link .navigation--link {
    flex-direction: row;
  }
}
@media screen and (min-width: 800px) {
  .header-main .mobile-navigation__categories .sidebar--categories-navigation .sidebar--navigation.is--level1 .navigation--entry {
    width: calc(100%/6);
  }
  .header-main .mobile-navigation__categories .sidebar--categories-navigation .sidebar--navigation.is--level1 .navigation--entry.is--parent-link {
    width: 100%;
  }
}
.is--ctl-checkout.is--minimal-header .header-main,
.is--ctl-register.is--minimal-header .header-main,
.is--ctl-register.is--minimal-header.is--target-checkout .header-main {
  background: #f9f4ee;
}
.is--ctl-checkout.is--minimal-header .header-main .logo-main,
.is--ctl-register.is--minimal-header .header-main .logo-main,
.is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo-main {
  width: 100%;
}
.is--ctl-checkout.is--minimal-header .header-main .logo--shop,
.is--ctl-register.is--minimal-header .header-main .logo--shop,
.is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo--shop {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.is--ctl-checkout.is--minimal-header .header-main .logo--link,
.is--ctl-register.is--minimal-header .header-main .logo--link,
.is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo--link {
  margin-top: 0.625rem;
}
.is--ctl-checkout.is--minimal-header .header-main .logo--supportinfo,
.is--ctl-register.is--minimal-header .header-main .logo--supportinfo,
.is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo--supportinfo,
.is--ctl-checkout.is--minimal-header .header-main .btn--back-top-shop,
.is--ctl-register.is--minimal-header .header-main .btn--back-top-shop,
.is--ctl-register.is--minimal-header.is--target-checkout .header-main .btn--back-top-shop {
  display: none;
}
.is--ctl-checkout.is--minimal-header .header-main .btn--back-top-shop,
.is--ctl-register.is--minimal-header .header-main .btn--back-top-shop,
.is--ctl-register.is--minimal-header.is--target-checkout .header-main .btn--back-top-shop {
  margin-top: 0.625rem;
  width: 40%;
  float: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 64em) {
  .is--active-searchfield .shop--navigation .navigation--entry.entry--search-close {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
}
.shop--navigation {
  width: 100%;
  position: relative;
}
.shop--navigation .navigation--list {
  width: 100%;
  text-align: right;
}
.shop--navigation .navigation--entry {
  margin-right: 0.3125rem;
  display: inline-block;
}
.shop--navigation .navigation--entry .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.entry--search-close {
  display: none;
}
.shop--navigation .navigation--entry .icon--cross {
  font-size: 24pt;
  font-weight: 200;
  vertical-align: middle;
}
.shop--navigation .navigation--entry .icon--search {
  font-size: 1.375rem;
  vertical-align: middle;
}
.shop--navigation .cart--quantity,
.shop--navigation .notes--quantity {
  position: absolute;
  border: 1px solid #dadae5 !important;
  margin: 0;
  left: unset;
  right: -0.625rem;
  top: -0.625rem;
}
.shop--navigation .entry--link {
  text-align: center;
  text-decoration: none;
}
.shop--navigation .main-search--form,
.shop--navigation .account--display,
.shop--navigation .cart--display,
.shop--navigation .cart--amount,
.shop--navigation .search--display {
  display: none;
}
.shop--navigation .entry--search .is--active.btn {
  background: #ffffff;
  color: #2a3d38;
  border-color: #2a3d38;
}
.shop--navigation .entry--search.is--active {
  position: absolute !important;
  left: 0 !important;
  width: 100vw !important;
}
.shop--navigation .entry--account {
  position: relative;
}
.shop--navigation .entry--cart {
  margin-right: 0.75rem;
  position: relative;
}
.shop--navigation .entry--menu-left {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  font-weight: 700;
  text-align: left;
}
.shop--navigation .entry--menu-left .btn {
  padding-left: 3rem;
  line-height: 2.1875rem;
  font-size: 1.0625rem;
  height: 2.5rem;
  color: #666666;
  width: auto;
  background: 0 none;
  border: 0 none;
}
.shop--navigation .entry--menu-left .icon--menu {
  font-size: 1.5rem;
  font-size: 24px;
}
.icon--menu {
  font-size: 1.5rem;
  font-size: 24px;
  color: #2a3d38;
}
.is--ctl-error .header-main .main-logo-container,
.is--ctl-checkout .header-main .main-logo-container {
  height: 100%;
  display: flex;
  justify-content: center;
}
.is--ctl-error .header-main .main-logo-container .logo--shop.block,
.is--ctl-checkout .header-main .main-logo-container .logo--shop.block {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.is--ctl-error .header-main .main-logo-container .logo--shop.block .logo--link,
.is--ctl-checkout .header-main .main-logo-container .logo--shop.block .logo--link {
  height: 2.5rem;
  width: auto;
}
.is--ctl-error .header-main .main-logo-container .logo-main.block-group .logo--supportinfo.block,
.is--ctl-checkout .header-main .main-logo-container .logo-main.block-group .logo--supportinfo.block,
.is--ctl-error .header-main .main-logo-container .logo-main.block-group .btn.btn--back-top-shop,
.is--ctl-checkout .header-main .main-logo-container .logo-main.block-group .btn.btn--back-top-shop {
  display: none;
}
.main-search--form {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 3000;
}
.main-search--form .main-search--field {
  padding: 0.5625rem 0.5625rem 0.5625rem 0.5625rem;
  height: 2.5rem;
  background: #f9f4ee;
  vertical-align: middle;
  width: 100%;
  position: relative;
}
.main-search--form .main-search--button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  top: 0.625rem;
  bottom: 0.625rem;
  right: 0.625rem;
  font-size: 1.25rem;
  padding: 0rem 0.625rem 0rem 0.625rem;
  line-height: 1;
  position: absolute;
  z-index: 2;
  border: 0 none;
  background: transparent;
  color: #666666;
  outline: none;
}
.main-search--form .main-search--text {
  display: none;
}
.account--menu.is--personalized .navigation--logout-personalized {
  display: inline-block;
}
.account--menu.is--personalized .navigation--logout {
  display: block;
}
.account--menu.is--personalized .navigation--link.navigation--personalized {
  padding-top: 0.5625rem;
  padding-left: 1.4375rem;
  padding-bottom: 0.5625rem;
  line-height: 1.25rem;
  position: relative;
  color: #666666;
  font-weight: 400;
}
.account--menu.is--personalized .navigation--link.navigation--personalized:before,
.account--menu.is--personalized .navigation--link.navigation--personalized::before {
  width: 1rem;
  height: 1rem;
  left: 0.125rem;
  content: "\f08b";
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
}
.account--menu.is--personalized .navigation--link.navigation--personalized [class^="icon--"] {
  margin: 0rem 0.3125rem 0rem 0rem;
  display: inline-block;
}
.account--menu.is--personalized .navigation--link.navigation--personalized .icon--logout {
  position: relative;
  top: 0.625rem;
}
.account--menu.is--personalized .navigation--link.navigation--personalized:hover {
  color: #2a3d38;
}
.off-canvas .account--menu.is--personalized .navigation--signin {
  border-bottom: none;
}
.account--dropdown-navigation {
  display: none;
  text-align: left;
}
.account--dropdown-navigation .panel--title {
  background: #f9f4ee;
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  margin: 0rem 0rem 0rem 0rem;
}
.account--dropdown-navigation .navigation--logout-personalized {
  display: inline-block;
}
.account--dropdown-navigation .navigation--logout {
  display: block;
}
.account--dropdown-navigation .navigation--signin {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  margin-top: 0.4375rem;
  border-bottom: 1px solid #dadae5;
  display: block;
  text-align: center;
}
.account--dropdown-navigation .navigation--signin .navigation--signin-btn.btn {
  margin-bottom: 0.3125rem;
  width: 95%;
  text-align: center;
  color: #f9f4ee;
}
.account--dropdown-navigation .navigation--register {
  font-size: 0.8125rem;
}
.account--dropdown-navigation .navigation--link.link--logout.navigation--personalized {
  line-height: 1.25rem;
  padding-left: 2.0625rem;
  color: #666666;
  font-weight: 400;
}
.account--dropdown-navigation .navigation--link.link--logout.navigation--personalized:before,
.account--dropdown-navigation .navigation--link.link--logout.navigation--personalized::before {
  left: 0.625rem;
}
.account--dropdown-navigation .navigation--link.link--logout.navigation--personalized:hover {
  color: #2a3d38;
}
.account--dropdown-navigation.off-canvas {
  background: #f9f4ee;
}
.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: #f9f4ee;
  font-weight: 700;
}
.account--dropdown-navigation.off-canvas .account--close-off-canvas .icon--arrow-right {
  margin-left: 0.375rem;
}
.has--csstransforms .entry--search .entry--trigger.is--active::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 0.9375rem;
  height: 0.9375rem;
  margin-top: 0.5rem;
  margin-left: 0.0625rem;
  background: #efeff4;
  content: '';
  display: block;
}
.entry--search.is--active {
  margin-top: 95px;
}
.entry--search.is--active .main-search--form {
  top: 3.125rem;
  background: #efeff4;
  left: 0;
  display: block;
  position: absolute;
}
.header-main.is--active-searchfield {
  margin-bottom: 70px;
}
.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 #dadae5;
  border-top: 2px solid #4f4f71;
  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/ZeoSimonBase/frontend/_public/src/img/icons/loading-indicator.gif');
}
.main-search--results {
  top: 6.875rem;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: left;
  z-index: 3500;
  display: none;
}
.main-search--results:after {
  content: "";
  display: table;
  clear: both;
}
.main-search--results:before {
  content: " ";
  display: table;
}
.main-search--results:after {
  content: " ";
  display: table;
  clear: both;
}
.main-search--results.es-suggest {
  display: none;
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.3);
}
.main-search--results .search-result--link img {
  border-radius: 0;
}
.results--list {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  box-shadow: 0 10px 25px -15px #000000;
  border-top: 1px solid #dadae5;
  border-bottom: 1px solid #dadae5;
  background: #f9f4ee;
  -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: none;
  position: absolute;
  background: #f9f4ee;
  left: 48%;
  border: 1px solid #dadae5;
  border-top: 0 none;
  border-right: 0 none;
}
.results--list .list--entry,
.results--list .entry--all-results {
  display: block;
}
.results--list .entry--all-results.is--active {
  font-weight: 700;
}
.results--list .entry--all-results.is--active .entry--all-results-number {
  font-weight: 700;
}
.results--list .list--entry {
  line-height: 1.875rem;
  border-bottom: 1px solid #dadae5;
}
.results--list .list--entry:last-child {
  border: 0 none;
}
.results--list .entry--no-results {
  width: 100%;
  text-align: center;
  list-style: none;
  font-weight: 400;
}
.results--list .is--active,
.results--list .list--entry:hover {
  color: #3b5b59;
}
.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: #3b5b59;
}
.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 .search-result--link:before {
  content: " ";
  display: table;
}
.results--list .search-result--link:after {
  content: " ";
  display: table;
  clear: both;
}
.results--list .entry--name,
.results--list .entry--all-results-link,
.results--list .entry--all-results-number {
  height: 1.875rem;
  line-height: 1.875rem;
  display: block;
}
.results--list .price--unit {
  font-size: 0.6875rem;
  line-height: 1.125rem;
  float: right;
}
.results--list .entry--media {
  height: 1.875rem;
  width: 10%;
  min-width: 10%;
  position: relative;
  text-align: center;
}
.results--list .entry--media .media--image {
  display: inline-block;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.results--list .entry--name {
  padding-left: 0.625rem;
  width: 60%;
  color: #666666;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.results--list .entry--price,
.results--list .entry--all-results-number {
  width: 30%;
  text-align: right;
  color: #666666;
  white-space: nowrap;
}
.results--list .entry--all-results {
  padding: 0.375rem 0.3125rem 0.375rem 0.3125rem;
  font-weight: 400;
}
.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: 400;
  color: #3b5b59;
}
.off-canvas .mobile--switches .navigation--entry {
  padding: 0;
  border: none;
  background: none;
}
.is--act-shippingpayment .content-main--inner .confirm--outer-container .btn--back-top-shop,
.is--act-confirm .content-main--inner .confirm--outer-container .btn--back-top-shop {
  border: none;
  margin-bottom: 1.25rem;
}
.is--act-shippingpayment .content-main--inner .confirm--content .btn--back-top-shop,
.is--act-confirm .content-main--inner .confirm--content .btn--back-top-shop {
  border: none;
  margin-bottom: 0.875rem;
}
@media screen and (min-width: 78.75em) {
  .main-search--form .main-search--button {
    padding: 0rem 0.625rem 0rem 0.625rem;
    height: 2.5rem;
  }
}
@media screen and (min-width: 64em) {
  .entry--trigger {
    display: none;
  }
  .main-search--form {
    box-shadow: 0 0 0 transparent;
    border-bottom: 0 none;
    padding: 0;
    display: inline-block;
    position: relative;
  }
  .main-search--form .main-search--field {
    background: #f8f8fa;
  }
  .main-search--form .main-search--field:focus {
    background: #f9f4ee;
  }
  .main-search--form .main-search--button {
    top: 0rem;
    bottom: 0rem;
    padding: 0rem 0.4375rem 0rem 0.4375rem;
    height: 100%;
    right: auto !important;
    left: 0;
  }
}
@media screen and (min-width: 30em) {
  .is--ctl-checkout.is--minimal-header .header-main .btn--back-top-shop,
  .is--ctl-register.is--minimal-header .header-main .btn--back-top-shop,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main .btn--back-top-shop {
    width: auto;
  }
  .entry--search {
    display: inline-block;
    position: absolute;
    left: 26%;
    width: 40%;
  }
  .entry--search.is--active .main-search--form {
    top: 0;
    display: inline-block;
  }
  .main-search--results {
    top: 3.125rem;
    width: 28.125rem;
    margin-left: -6.875rem;
  }
  .main-search--results:after {
    content: "";
    display: table;
    clear: both;
  }
  .main-search--results:before {
    content: " ";
    display: table;
  }
  .main-search--results:after {
    content: " ";
    display: table;
    clear: both;
  }
  .results--list {
    border-radius: 3px;
    background-clip: padding-box;
    border: 1px solid #dadae5;
    background: #f9f4ee;
  }
  .header-main.is--active-searchfield {
    padding-bottom: 0.625rem;
  }
  .has--cssanimations .form--ajax-loader {
    top: 0.625rem;
    right: 2.8125rem;
    position: absolute;
  }
  .has--no-cssanimations .form--ajax-loader {
    top: 0.875rem;
    right: 2.8125rem;
    position: absolute;
  }
}
@media screen and (min-width: 64em) {
  .is--act-shippingpayment .content-main--inner .confirm--outer-container .btn--back-top-shop {
    margin-bottom: 0rem;
  }
  .header-main.is--active-searchfield {
    padding-bottom: 0;
  }
  .header-main {
    padding-bottom: 0;
    border-bottom: 0 none;
  }
  .header-main .container:after {
    content: "";
    display: table;
    clear: both;
  }
  .header-main .container:before {
    content: " ";
    display: table;
  }
  .header-main .container:after {
    content: " ";
    display: table;
    clear: both;
  }
  .header-main .top-bar {
    display: block;
  }
  .header-main .top-bar--navigation {
    width: auto;
  }
  .header-main .top-bar--navigation .navigation--entry {
    line-height: 1.5625rem;
    display: block;
  }
  .header-main .top-bar--navigation .navigation--entry li {
    line-height: normal;
  }
  .header-main .top-bar--navigation .navigation--entry,
  .header-main .top-bar--navigation .navigation--link {
    color: #666666;
    cursor: pointer;
  }
  .header-main .top-bar--navigation .navigation--entry:hover,
  .header-main .top-bar--navigation .navigation--link:hover {
    color: #2a3d38;
  }
  .header-main .top-bar--navigation .field--select {
    position: relative;
  }
  .header-main .top-bar--navigation .select-field {
    height: 1.5625rem;
  }
  .header-main .top-bar--navigation .select-field select {
    border-radius: 0;
    padding: 0rem 1.125rem 0rem 0rem;
    line-height: 1.5625rem;
    background: none;
    border: 0 none;
  }
  .header-main .top-bar--navigation .select-field:after {
    height: 1.5625rem;
    line-height: 1.5rem;
    width: auto;
    border: 0 none;
  }
  .header-main .top-bar--navigation .top-bar--language .select-field {
    width: 2rem;
  }
  .header-main .top-bar--navigation .top-bar--language .select-field select {
    text-indent: -9999px;
  }
  .header-main .top-bar--navigation .entry--service {
    position: relative;
  }
  .header-main .top-bar--navigation .entry--service:after,
  .header-main .top-bar--navigation .entry--service::after {
    top: -0.1875rem;
    margin-left: 0.3125rem;
    content: "\f078";
    font-family: 'shopware';
    position: relative;
  }
  .header-main .top-bar--navigation .entry--service.js--is--dropdown-active {
    color: #2a3d38;
  }
  .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: #f9f4ee;
    z-index: 3500;
    border: 1px solid #dadae5;
  }
  .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: #f9f4ee;
    border-color: #dadae5;
    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: #666666;
  }
  .header-main .top-bar--navigation .service--list .service--link:hover {
    color: #2a3d38;
  }
  .header-main .top-bar--navigation .js--is--dropdown-active .service--list {
    display: block;
  }
  .header-main .logo-main {
    width: 35%;
  }
  .header-main .logo-main .logo--link {
    height: 3.125rem;
  }
  .header-main .logo-main .logo--shop {
    height: 3.125rem;
    width: 82%;
  }
  .is--ctl-checkout.is--minimal-header .header-main,
  .is--ctl-register.is--minimal-header .header-main,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main {
    box-shadow: 0 1px 2px 0 #dadae5;
  }
  .is--ctl-checkout.is--minimal-header .header-main .logo-main,
  .is--ctl-register.is--minimal-header .header-main .logo-main,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo-main {
    padding-right: 0.625rem;
    width: 100%;
  }
  .is--ctl-checkout.is--minimal-header .header-main .logo--shop,
  .is--ctl-register.is--minimal-header .header-main .logo--shop,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo--shop {
    width: 35%;
  }
  .is--ctl-checkout.is--minimal-header .header-main .logo--link,
  .is--ctl-register.is--minimal-header .header-main .logo--link,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo--link {
    margin-top: 0;
    width: 80%;
  }
  .is--ctl-checkout.is--minimal-header .header-main .logo--supportinfo,
  .is--ctl-register.is--minimal-header .header-main .logo--supportinfo,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo--supportinfo {
    padding: 0.3125rem 0rem 0.3125rem 0rem;
    display: block;
    width: 35%;
  }
  .logo-main,
  .shop--navigation {
    float: left;
  }
  .shop--navigation .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: 400;
  }
  .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: 13.125rem;
    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: #f9f4ee;
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
    border: 1px solid #dadae5;
  }
  .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: #f9f4ee;
    border-color: #dadae5;
    border-width: 0 0 1px 1px;
    border-style: solid;
    top: 0;
  }
  .account--dropdown-navigation .account--menu .sidebar--navigation {
    text-align: left;
  }
  .account--dropdown-navigation .account--menu .sidebar--navigation .navigation--entry {
    display: block;
  }
  .account--dropdown-navigation .account--menu .sidebar--navigation .navigation--link {
    padding: 0.1875rem 0rem 0.1875rem 0rem;
  }
  .account--dropdown-navigation .account--menu .sidebar--navigation .link--logout {
    padding: 0.625rem 0rem 0rem 1.4375rem;
  }
  .account--dropdown-navigation .account--menu .sidebar--navigation .link--logout:before {
    left: 0.125rem;
  }
  .account--dropdown-navigation .account--menu .sidebar--navigation .link--abort {
    padding-top: 0rem;
    margin-top: 0rem;
    border-top: 0 none;
    white-space: nowrap;
  }
  .main-search--results {
    width: 28.125rem;
    margin-left: -14.0625rem;
    top: 3.4375rem;
    left: 50%;
  }
  .main-search--results:after {
    content: "";
    display: table;
    clear: both;
  }
  .main-search--results:before {
    content: " ";
    display: table;
  }
  .main-search--results:after {
    content: " ";
    display: table;
    clear: both;
  }
}
@media screen and (min-width: 64em) and screen and (min-width: 48em) {
  .account--dropdown-navigation .account--menu {
    padding: 0;
  }
}
@media screen and (min-width: 64em) {
  .header-main .logo-main {
    width: 30%;
  }
  .shop--navigation .entry--search {
    width: 40%;
    margin-right: 8%;
  }
  .is--ctl-checkout.is--minimal-header .header-main,
  .is--ctl-register.is--minimal-header .header-main,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main {
    box-shadow: 0 1px 2px 0 #dadae5;
  }
  .is--ctl-checkout.is--minimal-header .header-main .logo--shop,
  .is--ctl-register.is--minimal-header .header-main .logo--shop,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo--shop {
    width: 30%;
  }
  .is--ctl-checkout.is--minimal-header .header-main .logo--supportinfo,
  .is--ctl-register.is--minimal-header .header-main .logo--supportinfo,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo--supportinfo {
    width: 35%;
  }
  .is--ctl-checkout.is--minimal-header .header-main .btn--back-top-shop,
  .is--ctl-register.is--minimal-header .header-main .btn--back-top-shop,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main .btn--back-top-shop {
    display: inline-block;
    float: right;
  }
  .navigation--list .navigation--entry .btn {
    width: auto;
  }
  .navigation--list .entry--cart .cart--link .cart--quantity {
    display: inline-block;
  }
  .navigation--list .entry--cart .cart--link .cart--amount {
    display: inline-block;
    color: #2a3d38;
    font-weight: 700;
  }
  .navigation--list .entry--cart .icon--basket {
    left: 0.5rem;
    display: block;
    position: absolute;
    top: 50%;
  }
  .navigation--list .entry--account .account--link.account--user-loggedin:after {
    content: none;
    display: none;
  }
  .navigation--list .entry--account .icon--account {
    left: 0.5rem;
    display: block;
    position: absolute;
    top: 50%;
  }
  .navigation--list .account--display {
    display: inline-block;
  }
  .navigation--list .account--display.navigation--personalized {
    line-height: 1rem;
    font-size: 0.75rem;
    max-width: 5.625rem;
    margin-top: 0.125rem;
    text-align: left;
  }
  .navigation--list .account--display.navigation--personalized .account--display-greeting {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 700;
  }
}
.advanced-menu {
  border-radius: 30px;
}
.advanced-menu .menu--list.columns--6 {
  -webkit-column-count: 6;
  column-count: 6;
}
.advanced-menu .menu--list .menu--list-item-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.advanced-menu .menu--list .menu--list-item-link img {
  margin-top: 10px;
  max-height: 65px;
  max-width: 65px;
}
.advanced-menu .main-category {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 20px;
}
.advanced-menu .main-category__link {
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.advanced-menu .main-category__link-icon {
  margin-left: 4px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 78.75em) {
  .header-main .logo--shop {
    width: 75%;
  }
  .header-main .advanced-menu {
    top: 10.9375rem;
    width: 80%;
    left: 10%;
  }
  .header-main.scrolled .advanced-menu {
    top: 7.8125rem;
  }
  .is--ctl-checkout.is--minimal-header .header-main,
  .is--ctl-register.is--minimal-header .header-main,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main {
    box-shadow: 0 1px 2px 0 #dadae5;
  }
  .is--ctl-checkout.is--minimal-header .header-main .logo--shop,
  .is--ctl-register.is--minimal-header .header-main .logo--shop,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo--shop {
    width: 30%;
  }
  .is--ctl-checkout.is--minimal-header .header-main .logo--supportinfo,
  .is--ctl-register.is--minimal-header .header-main .logo--supportinfo,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo--supportinfo {
    width: 35%;
  }
  .is--ctl-checkout.is--minimal-header .header-main .btn--back-top-shop,
  .is--ctl-register.is--minimal-header .header-main .btn--back-top-shop,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main .btn--back-top-shop {
    display: inline-block;
    float: right;
  }
  .shop--navigation .navigation--link {
    padding: 0.5rem 1rem 1rem 1rem;
  }
  .shop--navigation .entry--trigger {
    margin-right: 0.875rem;
  }
  .shop--navigation .entry--search {
    width: 40%;
  }
  .shop--navigation .entry--cart {
    margin-right: 0;
  }
  .account--menu.is--personalized .navigation--link.navigation--personalized {
    padding-bottom: 0;
  }
  .header-main .top-bar--navigation .service--list {
    right: 0;
  }
  .header-main .top-bar--navigation .navigation--entry:last-child {
    padding-right: 0;
  }
  .cart--display {
    margin: 0rem 1.5625rem 0rem 0.3125rem;
    font-weight: 700;
    color: #666666;
  }
  .advanced-menu {
    top: 10.9375rem;
  }
  .shop--navigation .navigation--entry,
  .navigation-main .navigation--entry {
    margin-right: 0;
  }
  .shop--navigation .navigation--entry .navigation--link,
  .navigation-main .navigation--entry .navigation--link {
    padding-left: 0;
    padding-right: 60px;
  }
}
/* todo refactor */
.header-main .header--navigation {
  width: 100%;
}
.header-main .category-navigation .navigation--list:not(.sidebar--navigation) {
  justify-content: center;
}
.header-main .navigation--list:not(.sidebar--navigation) {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
}
.header-main .navigation--list:not(.sidebar--navigation) .navigation--entry .navigation--link {
  align-items: center;
}
.header-main .navigation--list:not(.sidebar--navigation) .navigation--entry .navigation--link .fa-chevron-down {
  margin-left: 5px;
  font-size: 10pt;
  transition: all 300ms ease;
}
.header-main .navigation--list:not(.sidebar--navigation) .navigation--entry.is--hovered .navigation--link > .fa-chevron-down {
  transform: rotate(180deg);
}
.header-main .navigation--list:not(.sidebar--navigation) a.top--level-element.entry--link.entry--trigger.is--icon-left.hidden--m.hidden--l.hidden--xl {
  order: 1;
}
.header-main .navigation--list:not(.sidebar--navigation) .navigation-main {
  order: 2;
}
.header-main .navigation--list:not(.sidebar--navigation) .logo-main.block-group {
  width: 100% !important;
  order: 3;
}
@media screen and (min-width: 64em) {
  .header-main .navigation--list:not(.sidebar--navigation) .logo-main.block-group {
    width: 20% !important;
  }
}
.header-main .navigation--list:not(.sidebar--navigation) .entry--search {
  position: relative;
  float: none;
  left: 0;
  order: 1;
}
@media screen and (min-width: 30em) {
  .header-main .navigation--list:not(.sidebar--navigation) .entry--search {
    order: 1;
  }
  .header-main .navigation--list:not(.sidebar--navigation) .entry--search .icon--search {
    position: relative;
  }
}
@media screen and (min-width: 64em) {
  .header-main .navigation--list:not(.sidebar--navigation) .entry--search {
    order: 1;
  }
  .header-main .navigation--list:not(.sidebar--navigation) .entry--search .icon--search {
    top: 0rem;
    position: initial;
  }
}
.header-main .navigation--list:not(.sidebar--navigation) .entry--action-icons {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: end;
  -moz-justify-content: end;
  -ms-justify-content: end;
  justify-content: end;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  order: 3;
  z-index: 100;
}
@media screen and (min-width: 64em) {
  .header-main .navigation--list:not(.sidebar--navigation) .entry--action-icons {
    width: 40%;
  }
}
.header-main .navigation--list:not(.sidebar--navigation) .entry--action-icons .navigation--entry {
  margin-right: 0;
}
.header-main .navigation--list:not(.sidebar--navigation) li.navigation--entry.entry--notepad {
  order: 4;
}
.header-main .navigation--list:not(.sidebar--navigation) li.navigation--entry.entry--account {
  order: 3;
}
.header-main .navigation--list:not(.sidebar--navigation) li.navigation--entry.entry--cart {
  order: 5;
}
.header-main .navigation--list:not(.sidebar--navigation) li.navigation--entry.entry--navigation {
  order: 6;
  width: 50px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.header-main .navigation--list:not(.sidebar--navigation) li.navigation--entry.entry--notepad,
.header-main .navigation--list:not(.sidebar--navigation) li.navigation--entry.entry--account,
.header-main .navigation--list:not(.sidebar--navigation) li.navigation--entry.entry--cart {
  font-size: 1.5rem;
  width: 50px !important;
}
.header-main .navigation--list:not(.sidebar--navigation) .top--level-element {
  width: 50px;
  min-width: 50px;
  margin-right: 0;
  color: #666666;
}
.header-main .navigation--list:not(.sidebar--navigation) .top--level-element.entry--trigger,
.header-main .navigation--list:not(.sidebar--navigation) .top--level-element.entry--search {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
@media screen and (min-width: 64em) {
  .header-main .navigation--list:not(.sidebar--navigation) .top--level-element {
    width: 200px;
  }
}
@media screen and (min-width: 78.75em) {
  .header-main .navigation--list:not(.sidebar--navigation) .top--level-element {
    width: 220px;
  }
}
.header-main .navigation--list:not(.sidebar--navigation) .logo-main {
  width: 100%;
}
@media screen and (min-width: 30em) {
  .header-main .navigation--list:not(.sidebar--navigation) .logo-main {
    width: 60%;
  }
}
@media screen and (min-width: 64em) {
  .header-main .navigation--list:not(.sidebar--navigation) .logo-main {
    width: 20%;
  }
}
.header-main .navigation--list:not(.sidebar--navigation) .logo-main .logo--shop {
  float: none;
  margin: 0 auto;
}
.header-main .navigation--list:not(.sidebar--navigation) a.menu--list-item-link {
  text-align: left;
}
.header-main .navigation--list:not(.sidebar--navigation) .logo-main .logo--shop {
  max-height: 2.5rem;
  width: 100%;
}
.header-main .navigation--list:not(.sidebar--navigation) .logo-main__image {
  height: 100%;
}
.header-main .shop--navigation .entry--menu-left .btn {
  color: #f9f4ee;
}
.header-main .shop--navigation .navigation-main,
.header-main .shop--navigation .right-wrapper {
  width: 40%;
}
.header-main form.main-search--form {
  width: 100vw;
  /* left: -32px; */
  right: 0;
}
@media screen and (min-width: 64em) {
  .header-main form.main-search--form {
    width: 100%;
    max-width: 180px;
  }
}
@media screen and (min-width: 78.75em) {
  .header-main form.main-search--form {
    max-width: 236px;
  }
}
.header-main input.main-search--field {
  padding: 0rem 0rem 0rem 0.5625rem;
  padding: 0rem 0rem 0rem -9.4375rem;
  font-size: small;
}
.header-main .entry--search.is--active .main-search--form {
  top: -17px;
  background: #f9f4ee;
}
.header-main .entry--search.is--active .main-search--form input {
  box-shadow: none;
  padding: 0rem 0rem 0rem 1.875rem;
  font-size: 1rem;
}
@media screen and (max-width: 64em) {
  .header-main .entry--search.is--active .main-search--form input {
    padding: 0.65rem;
  }
}
.header-main .entry--search .main-search--form .main-search--field {
  background: transparent;
  box-shadow: none;
  padding: 0rem 0rem 0rem 4rem;
  margin: 0rem 0rem 0rem 0.0625rem;
  width: 100%;
  transition: all 0.5s ease-out;
}
.header-main .entry--notepad,
.header-main .entry--account,
.header-main .entry--cart {
  min-width: 3%;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
@media screen and (min-width: 64em) {
  .header-main .entry--notepad,
  .header-main .entry--account,
  .header-main .entry--cart {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
.header-main .entry--notepad > a,
.header-main .entry--account > a,
.header-main .entry--cart > a {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}
.account--dropdown-navigation {
  display: none;
  text-align: left;
}
.account--dropdown-navigation .navigation--logout-personalized {
  display: inline-block;
}
.account--dropdown-navigation .navigation--logout {
  display: block;
}
.account--dropdown-navigation .navigation--signin {
  display: block;
  text-align: center;
}
.account--dropdown-navigation .navigation--signin .navigation--signin-btn.btn {
  margin-bottom: 0.3125rem;
  width: 95%;
  text-align: center;
}
.account--dropdown-navigation .navigation--register {
  font-size: 0.8125rem;
}
.account--dropdown-navigation .navigation--link.link--logout.navigation--personalized {
  line-height: 1.25rem;
  padding-left: 2.0625rem;
  color: #666666;
  font-weight: 400;
}
.account--dropdown-navigation .navigation--link.link--logout.navigation--personalized:before,
.account--dropdown-navigation .navigation--link.link--logout.navigation--personalized::before {
  left: 0.625rem;
}
.account--dropdown-navigation .navigation--link.link--logout.navigation--personalized:hover {
  color: #2a3d38;
}
.account--dropdown-navigation.off-canvas {
  background: #f9f4ee;
}
.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: #000000;
  font-weight: 700;
}
.is--ctl-checkout.is--minimal-header .header-main .btn--back-top-shop,
.is--ctl-register.is--minimal-header .header-main .btn--back-top-shop,
.is--ctl-register.is--minimal-header.is--target-checkout .header-main .btn--back-top-shop {
  margin-top: 0.25rem;
}
.main-search--form {
  height: 50px;
}
@media screen and (min-width: 64em) {
  .main-search--form {
    background: white;
    border-radius: 16px;
    height: 35px;
    margin-right: 10px;
  }
}
.main-search--form .main-search--field {
  padding: 0rem 0rem 0rem 0.5625rem;
}
.shop--navigation .entry--menu-left .btn {
  color: #f9f4ee;
}
.shop--navigation .navigation--entry .icon--search:before {
  font-size: 24px;
}
@media screen and (min-width: 64em) {
  .shop--navigation .navigation--entry .icon--search:before {
    font-size: 12px;
    color: rgba(42, 61, 56, 0.4);
  }
}
@media screen and (min-width: 78.75em) {
  .shop--navigation .navigation--entry .icon--search:before {
    font-size: 12px;
  }
}
.main-search--form {
  width: 100vw;
  right: 0;
}
.main-search--form ::placeholder {
  color: rgba(42, 61, 56, 0.4);
}
.main-search--form :-ms-input-placeholder {
  color: rgba(42, 61, 56, 0.4);
}
.main-search--form ::-ms-input-placeholder {
  color: rgba(42, 61, 56, 0.4);
}
@media screen and (max-width: 48em) {
  .main-search--form {
    padding: 0.65rem;
  }
}
.main-search--form .main-search--field {
  padding: 0rem 0rem 0rem 0.5625rem;
  border: none;
  font-size: 14px;
  border-radius: 16px;
  height: 2rem;
  padding-left: 2.1875rem !important;
}
@media screen and (min-width: 30em) {
  .main-search--form .main-search--field {
    height: 2.375rem;
  }
}
@media screen and (min-width: 64em) and (max-width: 78.75em) {
  .main-search--form .main-search--field {
    font-size: 8pt !important;
  }
}
@media screen and (max-width: 48em) {
  .main-search--form .main-search--button {
    display: none;
  }
}
.main-search--form .main-search--button .icon--search {
  font-size: 15px;
  margin-top: -3px;
  outline: none;
  margin-left: 0;
}
.main-search--form .main-search--button .icon--search:before {
  color: rgba(42, 61, 56, 0.4);
}
.entry--search.is--mobile .main-search--results {
  padding: 0rem 1.875rem 0rem 1.875rem;
  margin-left: 0;
}
.entry--search.is--mobile .results--list {
  border-left: 1px solid #dadae5;
  border-right: 1px solid #dadae5;
}
.entry--search.is--mobile .results--list .entry--all-results {
  padding-bottom: 0;
}
.entry--search.is--mobile .results--list .entry--name {
  font-weight: normal;
}
.entry--search.is--mobile .results--list::after {
  left: 15%;
}
.entry--search.is--desktop .main-search--results {
  margin-left: 0;
  max-width: 450px;
  right: 0;
  left: unset;
  top: 75px;
  display: none;
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 48em) and (max-width: 780px) {
  .entry--search.is--desktop .main-search--results {
    transform: translate(-265px, 0);
  }
}
@media screen and (min-width: 780px) and (max-width: 64em) {
  .entry--search.is--desktop .main-search--results {
    transform: translate(-277px, 0);
  }
}
.entry--search.is--desktop .main-search--results.is--active {
  display: block;
}
.entry--search.is--desktop .results--list {
  border-left: 1px solid #dadae5;
  border-right: 1px solid #dadae5;
  border-radius: 0;
}
.entry--search.is--desktop .results--list .entry--all-results {
  padding-bottom: 0;
}
.entry--search.is--desktop .results--list .entry--name {
  font-weight: normal;
}
.entry--search.is--desktop .results--list::after {
  left: 50%;
}
.main-search--results {
  display: block;
  top: 138px;
  width: 100%;
  position: fixed;
}
@media screen and (min-width: 30em) and (max-width: 48em) {
  .main-search--results {
    top: 100px;
  }
}
@media screen and (min-width: 48em) {
  .main-search--results {
    top: 95px;
    left: 0;
    margin: 0;
  }
}
.navigation-main .navigation--list .navigation--entry .navigation--link {
  transition: padding 0.2s ease-in;
  height: 90px;
  display: flex;
}
.container.header--navigation {
  padding: 0px;
}
.navigation--list-wrapper ul.navigation--list li.navigation--entry a span {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 78.75em) {
  .navigation--list-wrapper ul.navigation--list li.navigation--entry a span {
    justify-content: space-around;
  }
}
@media screen and (min-width: 48em) {
  .is--ctl-checkout .header-main .logo--main {
    display: flex;
    justify-content: center;
  }
  .is--ctl-checkout .header-main .header--navigation {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .is--ctl-checkout .header-main .header--navigation .steps--container,
  .is--ctl-checkout .header-main .header--navigation .logo--supportinfo,
  .is--ctl-checkout .header-main .header--navigation .btn--back-top-shop {
    display: none;
  }
  .is--ctl-checkout .header-main .header--navigation .logo--shop {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .is--ctl-checkout .header-main .header--navigation .logo--link {
    display: flex;
    justify-content: center;
  }
  .is--act-cart .header-main .header--navigation .logo--link {
    display: flex;
    justify-content: center;
  }
}
.language--flag.nl_NL {
  background-size: contain;
}
.language--flag.nl_BE {
  background-position: 0 0;
  background-image: linear-gradient(to right, #000000 33.333%, #fdda24 33.33% 66.666%, #ef3340 66.666%);
}
.language--select {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.language--select .language--flag {
  height: 1.125rem;
  width: 1.5rem;
  cursor: pointer;
}
.language--select .language--icon {
  font-size: 0.9375rem;
}
.language--select .language--icon:first-child {
  margin-right: 0.9375rem;
}
.language--select .language--icon:last-child {
  margin-left: 0.9375rem;
}
.language--dropdown-navigation {
  padding: 0.3125rem 0rem 0.3125rem 0rem;
  top: 1.5625rem;
  min-width: 0;
  max-width: 100%;
  display: none;
  position: absolute;
  z-index: 3500;
  text-align: left;
  left: 0;
  right: 0;
}
.js--is--dropdown-active .language--dropdown-navigation {
  display: block;
}
.language--dropdown-navigation .sidebar--navigation {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  border: 1px solid #dadae5;
}
.language--dropdown-navigation .language--flag {
  height: 0.9375rem;
  width: 1.25rem;
  display: block;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
}
.language--dropdown-navigation .language--flag:last-child {
  margin-right: 0;
}
.language--dropdown-navigation .language--input {
  display: none;
}
.language--dropdown-navigation .language--label {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
.language--dropdown-navigation::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 0.625rem;
  height: 0.625rem;
  top: 0rem;
  left: 0rem;
  right: 0rem;
  margin: auto;
  content: '';
  display: block;
  position: absolute;
  background: #fff;
  border-color: #dadae5;
  border-width: 0 0 1px 1px;
  border-style: solid;
}
.language--menu {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: relative;
}
.language--menu.js--is--dropdown-active + .language--dropdown-navigation {
  display: block;
}
.mobile--switches .top-bar--language .language--flag {
  margin-top: 0rem;
  position: relative;
  top: unset;
  left: unset;
}
.top-bar--language {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.language--select--sidebar {
  padding: 20px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
/*
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: #f9f4ee;
  display: none;
}
@media screen and (min-width: 64em) {
  .navigation-main {
    border-bottom: 1px solid #2a3d38;
    display: block;
  }
  .navigation-main .navigation--list {
    margin: 0;
    position: relative;
    white-space: nowrap;
  }
  .navigation-main .navigation--list:after {
    content: "";
    display: table;
    clear: both;
  }
  .navigation-main .navigation--list:before {
    content: " ";
    display: table;
  }
  .navigation-main .navigation--list:after {
    content: " ";
    display: table;
    clear: both;
  }
  .navigation-main .navigation--entry {
    display: inline-block;
    -ms-touch-action: none;
  }
  .navigation-main .navigation--link {
    -webkit-transition: none;
    transition: none;
    padding: 0.5rem 0.875rem 0.5rem 0.875rem;
    font-size: 1rem;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-clip: padding-box;
    margin: 0;
    display: block;
    cursor: pointer;
    color: #666666;
    font-weight: 300;
  }
  .navigation-main .navigation--link:hover {
    color: #2a3d38;
  }
  .navigation-main .is--active .navigation--link {
    background-color: #3f655b;
    background-image: linear-gradient(to bottom, #3f655b 0%, #2a3d38 100%);
    font-weight: 700;
    color: #f9f4ee;
  }
  .navigation-main .is--active .navigation--link:hover {
    color: #f9f4ee;
  }
}
@media screen and (min-width: 78.75em) {
  .navigation-main .navigation--list {
    padding: 0;
    padding-left: 3.75rem;
  }
}
/* todo refactor */
/*
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: #f9f4ee;
  border-bottom: 0px;
}
.navigation-main .navigation--list .navigation--entry .navigation--link {
  padding-right: 12px;
  font-size: 14px;
}
@media screen and (min-width: 78.75em) {
  .navigation-main .navigation--list .navigation--entry .navigation--link {
    padding-right: 60px;
  }
}
.navigation-main .navigation--list .navigation--entry.is--hovered .navigation--link {
  background: #f7f6f2;
  color: #2a3d38;
}
li.navigation--entry a {
  color: #2a3d38;
}
.navigation--list .entry--account .icon--account,
.navigation--list .entry--cart .icon--basket {
  top: 0;
}
.navigation--list .entry--cart .cart--link .cart--amount {
  color: #2a3d38;
}
@media screen and (min-width: 48em) {
  .navigation-main .navigation--entry:first-child .navigation--link {
    padding-left: 0;
  }
  .navigation-main .navigation--link {
    color: #2a3d38;
  }
  .navigation-main .navigation--link:hover {
    color: #2a3d38;
  }
  .navigation-main .is--active .navigation--link {
    background-color: transparent;
    background-image: none;
    color: #2a3d38;
  }
  .navigation-main .is--active .navigation--link:hover {
    color: #2a3d38;
  }
}
/*
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 {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  float: none;
  border-bottom: none;
  background: #f9f4ee;
}
.content--breadcrumb:after {
  content: "";
  display: table;
  clear: both;
}
.content--breadcrumb:before {
  content: " ";
  display: table;
}
.content--breadcrumb:after {
  content: " ";
  display: table;
  clear: both;
}
.content--breadcrumb .breadcrumb--list {
  overflow: hidden;
}
.content--breadcrumb .breadcrumb--entry,
.content--breadcrumb .breadcrumb--separator {
  display: none;
  float: left;
  list-style: none;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.25rem;
}
.content--breadcrumb .breadcrumb--entry.is--mobile-active,
.content--breadcrumb .breadcrumb--separator.is--mobile-active {
  display: flex;
}
@media screen and (max-width: 64em) {
  .content--breadcrumb .breadcrumb--entry.is--mobile-active .breadcrumb--link,
  .content--breadcrumb .breadcrumb--separator.is--mobile-active .breadcrumb--link {
    color: #000000;
  }
}
.content--breadcrumb .breadcrumb--entry.is--mobile-active::before,
.content--breadcrumb .breadcrumb--separator.is--mobile-active::before {
  font-family: 'Font Awesome 5 Pro';
  content: '\f060';
  margin-right: 4px;
  line-height: 1.25rem;
}
@media screen and (min-width: 64em) {
  .content--breadcrumb .breadcrumb--entry.is--mobile-active::before,
  .content--breadcrumb .breadcrumb--separator.is--mobile-active::before {
    content: unset;
  }
}
.content--breadcrumb .breadcrumb--separator {
  padding: 0rem 0.25rem 0rem 0.25rem;
  font-size: 0.9375rem;
}
.content--breadcrumb .breadcrumb--link {
  display: block;
  color: #666666;
  font-family: "CeraProRegular", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
}
.content--breadcrumb .breadcrumb--link:hover {
  color: #3b5b59;
}
.content--breadcrumb .is--active .breadcrumb--link {
  color: #000000;
}
.content--breadcrumb .breadcrumb--button {
  padding: 0.625rem 0rem 0.625rem 0.625rem;
  display: inline-block;
  float: left;
  list-style: none;
}
.content--breadcrumb .breadcrumb--button .breadcrumb--title {
  padding-right: 1.25rem;
  border-right: 1px solid #dadae5;
}
.content--breadcrumb .breadcrumb--button .icon--arrow-left {
  font-size: 0.5625rem;
  margin-right: 0.625rem;
}
@media screen and (min-width: 64em) {
  .content--breadcrumb .breadcrumb--list {
    display: flex;
  }
  .content--breadcrumb .breadcrumb--entry,
  .content--breadcrumb .breadcrumb--separator {
    display: list-item;
  }
  .content--breadcrumb .breadcrumb--button {
    margin-right: 0.625rem;
    padding: 0.625rem 1.875rem 0.625rem 0.625rem;
  }
  .content--breadcrumb .breadcrumb--button .breadcrumb--title {
    padding-right: 0rem;
    border-right: 0 none;
  }
}
/*
Detail
=======================================
Defines the styling for the Shopware 5 detail page elements.

It contains the product actions, the product information such as pictures and details and the user ratings of the product.
*/
.product--detail-upper.block-group .bg-base-1 {
  padding: 0rem 0rem 2.5rem 0rem;
}
.is--ctl-detail .bulk-stock-input {
  width: 62%;
  order: -1;
  margin: 0rem 0.5rem 0rem 0rem;
}
.bulk-stock-price-container .bulk-stock-price.price--discount {
  color: #ec6231;
}
@media (min-width: 1299px) {
  .product--details .product--buybox .product--actions .buybox--button {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (min-width: 1299px) {
  .product--details .product--buybox .product--actions button.btn.is--icon {
    width: 2.5rem;
  }
}
.product--details .product--cart-details {
  margin: 2rem 0rem 2rem 0rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 64em) {
  .product--details .product--cart-details {
    padding-top: 1.5rem;
    border-top-width: 0.0625rem;
    border-top-color: rgba(42, 61, 56, 0.1);
    border-top-style: solid;
  }
}
.product--details .product--cart-details .upprice--form {
  margin-right: 0rem;
}
.product--details .product--cart-details .product--configurator {
  display: block;
  flex: 0 0 100%;
}
@media screen and (min-width: 48em) {
  .product--details .product--cart-details .product--configurator {
    flex: 0 0 calc( 50% - .5rem );
  }
}
@media screen and (min-width: 48em) {
  .product--details .product--cart-details .product--configurator,
  .product--details .product--cart-details .custom-products--container {
    margin-right: .5rem;
  }
}
.product--details .product--cart-details .custom-products--data-wrapper {
  flex: 0 0 100%;
  padding: 0 !important;
}
@media screen and (min-width: 48em) {
  .product--details .product--cart-details .custom-products--data-wrapper {
    flex: unset;
    width: calc( 50% - .5rem );
  }
}
.product--details .product--cart-details .block-group.bulk-stock-input {
  flex: 0 0 calc( 100% - .25rem );
}
@media screen and (min-width: 48em) {
  .product--details .product--cart-details .block-group.bulk-stock-input {
    flex: unset;
  }
}
.product--details .product--cart-details .buybox--button-container {
  flex: 0 0 calc( 100% - .25rem );
}
@media screen and (min-width: 48em) {
  .product--details .product--cart-details .buybox--button-container {
    flex: unset;
  }
}
.product--details label.custom-products--radio-label {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 1rem;
  padding-right: 0.5rem;
  position: absolute;
  pointer-events: none;
  right: 0;
  z-index: 2;
  height: 100%;
}
.product--details label.custom-products--radio-label [class^="icon--"] {
  color: #2a3d38;
}
.product--details .product--actions {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: mulitple;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product--details .product--header {
  padding: 0.625rem 0rem 0rem 0rem;
  min-height: 4.375rem;
  box-sizing: content-box;
}
.product--details .product--header:after {
  content: "";
  display: table;
  clear: both;
}
.product--details .product--header:before {
  content: " ";
  display: table;
}
.product--details .product--header:after {
  content: " ";
  display: table;
  clear: both;
}
.product--details .product--supplier {
  height: 2.1875rem;
  text-align: right;
  float: right;
  margin: 0;
}
.product--details .product--supplier .product--supplier-link {
  height: 2.1875rem;
  display: inline-block;
  max-width: 100%;
}
.product--details .product--image-container {
  margin: 0rem 0rem 1.25rem 0rem;
  width: 100%;
}
.product--details .product--image-container .image-slider--slide {
  margin-right: -0.5px;
}
.product--details .alert {
  margin: 0rem 0rem 0.625rem 0rem;
}
.product--details .product--tax {
  font-size: 0.75rem;
  margin: 0;
}
.product--details .product--buybox {
  width: 100%;
}
.product--details .product--buybox .product--price {
  margin: 0 0 15px;
}
.product--details .product--buybox .price--label {
  font-weight: 400;
}
.product--details .product--buybox .price--line-through {
  text-decoration: line-through;
}
.product--details .product--buybox .price--discount .price--content {
  color: #f36c3d;
}
.product--details .product--buybox .price--content {
  font-size: 2.25rem;
  color: #2a3d38;
  font-weight: normal;
  white-space: nowrap;
  display: inline-block;
  line-height: 1;
}
.product--details .product--buybox .content--discount {
  font-size: 0.875rem;
  padding: 0.25rem 0rem 0.25rem 0rem;
  white-space: nowrap;
  display: inline-block;
}
.product--details .product--buybox .price--discount-icon {
  padding: 0.375rem 0.4375rem 0.375rem 0.4375rem;
  margin: 0rem 0.3125rem 0rem 0.3125rem;
  font-size: 0.8125rem;
  border-radius: 0.1875rem;
  display: inline-block;
  position: relative;
  background: #f36c3d;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  vertical-align: top;
}
.product--details .product--buybox .quick-links {
  padding: 0rem 2.5rem 0rem 2.5rem;
}
@media only screen and (min-width: 48em) {
  .product--details .product--buybox .quick-links {
    padding: 0;
  }
}
.product--details .product--buybox .product--actions button {
  margin: 6px 0;
}
.product--details .product--buybox .product--actions .action--form .btn.is--outline {
  width: auto;
}
.product--details .product--buybox .product--actions .action--form .btn.is--outline .action--text {
  margin-left: 25px;
}
.product--details .product--configurator .reset--configuration {
  margin: 0rem 0rem 1.25rem 0rem;
  white-space: nowrap;
}
.product--details .product--configurator .alert {
  margin: 0.625rem 0rem 0rem 0rem;
}
.product--details .buybox--form {
  padding: 0.625rem 0rem 0.625rem 0rem;
}
.product--details .buybox--quantity {
  margin: 0 2% 0 0;
}
.product--details .buybox--quantity .select-field select {
  font-size: 1.25rem;
  font-family: "CeraProMedium", sans-serif;
}
.product--details .btn.is--outline {
  text-transform: initial;
  font-weight: 100 !important;
  font-family: "CeraProRegular", sans-serif;
}
@media only screen and (max-width: 48em) {
  .product--details .btn.is--outline {
    font-size: 10pt;
    font-weight: 900 !important;
  }
}
.product--details .btn.is--outline [class^="icon--"] {
  font-size: 1.25rem;
}
.product--details .product--base-info {
  margin: 0.625rem 0rem 0.625rem 0rem;
  font-size: 0.875rem;
}
.product--details .product--base-info .entry--label {
  margin: 0rem 0.5rem 0rem 0rem;
  width: 35%;
  display: inline-block;
}
.product--details .content--description,
.product--details .content--product-reviews,
.product--details .content--related-products,
.product--details .content--similar-products {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
}
.product--details .product--properties {
  margin: 0rem 0rem 0.625rem 0rem;
}
.product--details .product--properties .product--properties-table {
  width: 100%;
  background: #ffffff;
}
.product--details .product--properties td {
  padding: 0.3125rem 0.625rem 0.3125rem 0.625rem;
  width: 50%;
  border: 0 none;
}
.product--details .product--properties tr:nth-child(even) td {
  background: #f5f5f5;
}
.product--details .content--title {
  font-size: 1.125rem;
  margin: 0.625rem 0rem 0.3125rem 0rem;
  font-weight: 700;
  color: #314c49;
}
.product--details .content--title.title--description-supplier {
  margin-top: 1.5625rem;
}
.product--details .content--link [class^=icon] {
  font-size: 0.625rem;
  margin: -0.125rem 0.5rem 0rem 0rem;
}
.product--details .block-prices--container {
  margin: 0rem 0rem 0.75rem 0rem;
  display: block;
}
.product--details .block-prices--container .block-prices--table {
  width: 100%;
}
.product--details .block-prices--container .block-prices--table td,
.product--details .block-prices--container .block-prices--table th {
  padding: 0.25rem 0.625rem 0.25rem 0.625rem;
}
.product--details .block-prices--container .block-prices--table th {
  color: #f9f4ee;
  text-align: left;
}
.product--details .listing .product--box .panel--body {
  border-left: 1px solid #dadae5;
  border-right: 1px solid #dadae5;
}
.product--details .action--form {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.product--details .action--link {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  margin: 0rem 2.1875rem 0.3125rem 0rem;
  color: #666666;
  white-space: nowrap;
}
.product--details .action--link.action--compare {
  display: none;
}
.product--details .action--link:last-child {
  margin-right: 0;
}
.product--details .action--link:hover {
  color: #2a3d38;
}
.product--details .action--link *[class^="icon"] {
  font-size: 0.75rem;
  margin: 0rem 0.3125rem 0rem 0rem;
}
.product--details .action--link *[class="icon--star"] {
  font-size: 0.875rem;
  margin: 0rem 0.3125rem 0rem 0rem;
}
.product--details .action--compare {
  display: none;
}
.product--details .link--notepad:focus {
  outline: none;
}
.product--details .link--notepad.js--is-saved {
  color: #4a9361;
}
.product--details .price--unit {
  font-size: 0.9375rem;
}
.product--details .delivery--text {
  font-size: 0.875rem;
}
.product--details .similar--content .product-slider,
.product--details .viewed--content .product-slider,
.product--details .bought--content .product-slider,
.product--details .related--content .product-slider,
.product--details .product-streams--content .product-slider {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  min-height: 16.875rem;
  width: 100%;
}
.product--details .similar--content .product-slider--arrow.arrow--prev,
.product--details .viewed--content .product-slider--arrow.arrow--prev,
.product--details .bought--content .product-slider--arrow.arrow--prev,
.product--details .related--content .product-slider--arrow.arrow--prev,
.product--details .product-streams--content .product-slider--arrow.arrow--prev {
  border-left: 0 none;
}
.product--details .similar--content .product-slider--arrow.arrow--next,
.product--details .viewed--content .product-slider--arrow.arrow--next,
.product--details .bought--content .product-slider--arrow.arrow--next,
.product--details .related--content .product-slider--arrow.arrow--next,
.product--details .product-streams--content .product-slider--arrow.arrow--next {
  border-right: 0 none;
}
.product--details .product-streams--content .product-slider--item {
  width: calc(49.5%) !important;
}
.product--origin {
  margin-top: 6rem;
  width: 100%;
  background-repeat: no-repeat;
  background-position: right;
}
@media screen and (min-width: 48em) {
  .product--origin--left {
    width: 50%;
  }
}
.product--origin--title {
  color: #2a3d38;
}
.product--origin--content--title {
  font-size: 36px;
  font-weight: 400;
}
.product--origin--content--text {
  color: #2a3d38;
}
.product--origin--right {
  background: #D9E4DD !important;
  border-radius: 16px;
  margin-top: 2vh;
  padding: 0.9375rem 0.9375rem 0.9375rem 0.9375rem;
}
@media screen and (min-width: 48em) {
  .product--origin--right {
    background: #F0E2D0 !important;
    margin-top: 0;
    margin-left: 1vw;
  }
}
.product--origin--information {
  width: 100%;
  background-repeat: no-repeat;
  background-position: right;
  display: flex;
  flex-direction: column;
  margin-top: 5.5rem;
  border-top: 1px solid #2a3d38;
  border-bottom: 1px solid #2a3d38;
}
@media screen and (min-width: 48em) {
  .product--origin--information {
    flex-direction: row;
    padding: 1rem 0rem 1rem 0rem;
    margin-top: 6.25rem;
  }
}
.product--origin--information--left,
.product--origin--information--right {
  padding: 1.5rem 0rem 1.5rem 0rem;
}
@media screen and (min-width: 48em) {
  .product--origin--information--left,
  .product--origin--information--right {
    padding: 1rem 1rem 1rem 1rem;
  }
}
.product--origin--information--left {
  width: 100%;
  order: 1;
}
@media screen and (min-width: 64em) {
  .product--origin--information--left-content {
    max-width: 90%;
  }
}
.product--origin--information--left-content .morelink {
  color: #2a3d38;
  font-weight: 600;
  text-decoration-line: underline;
}
@media screen and (min-width: 48em) {
  .product--origin--information--left {
    order: 1;
    width: 50%;
    padding-right: 40px;
  }
}
.product--origin--information--right {
  width: 100%;
  order: 2;
  border-top: 1px solid #2a3d38;
}
@media only screen and (min-width: 48em) {
  .product--origin--information--right {
    border-top: none;
    border-left: 1px solid #2a3d38;
    padding-left: 1.5rem;
  }
}
.product--origin--information--right table {
  font-size: 0.875rem;
}
@media screen and (min-width: 48em) {
  .product--origin--information--right table {
    font-size: 1rem;
  }
}
.product--origin--information--right table th,
.product--origin--information--right table td {
  padding: 0.5rem 0rem 0.5rem 0rem;
  vertical-align: top;
  color: #2a3d38;
  text-align: left;
  border: 0;
}
.product--origin--information--right table th {
  padding-right: 1rem;
  font-family: "CeraProMedium", sans-serif;
  font-weight: normal;
}
@media screen and (min-width: 48em) {
  .product--origin--information--right table th {
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 48em) {
  .product--origin--information--right {
    width: 50%;
  }
}
.product--origin--information--title {
  font-family: "ParnasoSmall";
  font-size: 2.25rem;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
  color: #2a3d38;
}
.product--brewing--advice {
  width: 100%;
  float: left;
  background: #f9f4ee !important;
  padding: 1.875rem 1.875rem 1.875rem 1.875rem;
}
@media screen and (min-width: 48em) {
  .product--brewing--advice {
    padding: 4.375rem 1.875rem 4.375rem 1.875rem;
  }
}
.product--brewing--advice--header {
  text-align: center;
}
.product--brewing--advice--title {
  color: #2a3d38;
}
.product--brewing--advice--left {
  width: 100%;
  float: left;
  padding: 1.875rem 1.875rem 1.875rem 1.875rem;
}
@media screen and (min-width: 48em) {
  .product--brewing--advice--left {
    width: 30%;
  }
}
.product--brewing--advice--left img {
  margin: 0 auto;
  display: block;
}
.product--brewing--advice--right {
  width: 100%;
  float: left;
  padding: 1.875rem 1.875rem 1.875rem 1.875rem;
}
@media screen and (min-width: 48em) {
  .product--brewing--advice--right {
    width: 70%;
  }
}
.product--actions .alert {
  margin: 0;
  width: 100%;
}
.product--actions .alert .alert--content {
  margin-bottom: 1rem;
  padding: 0;
}
.product--promotions .alert {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  align-items: start;
  margin: 1rem 0rem 1rem 0rem;
  background: #f9f4ee !important;
}
.product--promotions .alert .alert--icon {
  font-size: 1rem;
  border-radius: 0.125rem;
  padding: 0.25rem 0.5rem 0.25rem 0.5rem;
  margin: 0rem 1rem 0rem 0rem;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  font-family: "CeraProMedium", sans-serif;
  color: #FFFFFF;
  background: #ff7349;
  display: block;
  float: none;
  width: auto;
}
.product--promotions .alert .alert--icon .icon--element {
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  margin-top: 0;
}
.product--promotions .alert .alert--content {
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.25rem 0rem 0rem 0rem;
  float: none;
  color: #f36c3d;
}
.product--promotions .alert .alert--content p {
  font-family: "CeraProMedium", sans-serif;
}
.product--detail-upper .product--supplier-link {
  font-family: "CeraProRegular", sans-serif;
  font-weight: 400;
  color: #2a3d38;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  display: none;
}
@media screen and (min-width: 48em) {
  .product--detail-upper .product--supplier-link {
    display: block;
  }
}
.product--detail-upper .product--title {
  color: #314c49;
  font-size: 2.25rem;
  line-height: 2.25rem;
  margin: 2.125rem 0rem 1.25rem 0rem;
  line-height: 48px;
  letter-spacing: -0.045em;
  margin-top: 0.625rem;
  margin-bottom: 1.5rem;
  padding: 0;
}
@media screen and (min-width: 48em) {
  .product--detail-upper .product--title {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
@media screen and (min-width: 78.75em) {
  .product--detail-upper .product--title {
    font-size: 3rem;
  }
}
.buybox--inner {
  padding: 0;
}
.buybox--inner .product--short--description {
  font-size: 0.9375rem;
  margin-bottom: 1.875rem;
}
.product--navigation {
  display: none;
}
.simple-rating i {
  color: #3f655b;
  display: inline-block;
  padding: 1px 2px;
  cursor: pointer;
}
.simple-rating.star-rating {
  margin: 0.9375rem 0rem 1.5625rem 0rem;
}
.product--description {
  margin: 1rem 0rem 1.5rem 0rem;
  padding: 2rem 0rem 2rem 0rem;
  border-width: 0.0625rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: normal;
  border-top-style: solid;
  border-bottom-style: solid;
  border-color: rgba(42, 61, 56, 0.1);
  color: #2a3d38;
}
@media screen and (max-width: 64em) {
  .product--description {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
}
.product--description ol,
.product--description ul {
  margin: 0rem 1rem 1rem 1rem;
  padding: 0;
}
.product--description ol li,
.product--description ul li {
  margin: 0rem 0rem 0rem 0.375rem;
}
.product--description p:last-child {
  margin-bottom: 0;
}
.product--notification {
  margin: 0rem 0rem 1rem 0rem;
}
.product--notification .alert {
  margin: 0rem 0rem 0.5rem 0rem;
  word-wrap: break-word;
}
.product--notification .notification--field {
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
  margin: 0rem 0rem 0.625rem 0rem;
  position: relative;
  width: 80%;
}
.product--notification .notification--field:focus {
  z-index: 1;
}
.product--notification .notification--button {
  padding: 0.1875rem 0.625rem 0.1875rem 0.625rem;
  margin: 0rem 0rem 0.625rem 0rem;
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  margin-left: -0.0625rem;
  position: relative;
  width: 20%;
}
.product--notification .notification--button .icon--mail {
  font-size: 0.75rem;
}
.product--notification .privacy-information {
  margin: 0rem 0rem 0rem 0rem;
}
.configurator--form .select-field {
  max-width: 100%;
  min-width: 100px;
}
@media only screen and (min-width: 48em) {
  .configurator--form .select-field {
    min-width: 150px;
  }
}
.configurator--label {
  margin: 0.375rem 0rem 0.25rem 0rem;
  font-size: 0.875rem;
  font-weight: 700;
}
.is--ctl-detail .content-main--inner {
  position: relative;
  padding: 0;
}
.is--ctl-detail .product--buybox .product--cart-details .buybox--form {
  width: 50%;
  display: flex;
}
.is--ctl-detail .product--buybox .product--cart-details .buybox--form .custom-products--data-wrapper {
  width: 100%;
  min-width: unset;
  flex: 0 0 100%;
}
.is--ctl-detail .product--buybox .product--cart-details .buybox--form .custom-products--options {
  height: 2.625rem;
}
.is--ctl-detail .product--buybox .product--cart-details .buybox--form .buybox--quantity {
  width: 34%;
  order: 1;
}
.is--ctl-detail .product--buybox .product--cart-details .buybox--form .buybox--quantity .select-label {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 1rem;
  padding-right: 0.5rem;
  position: absolute;
  pointer-events: none;
  right: 0;
  z-index: 2;
  height: 100%;
  line-height: 2;
}
.is--ctl-detail .product--buybox .product--cart-details .buybox--form .buybox--quantity .select-label [class^="icon--"] {
  color: #2a3d38;
}
.is--ctl-detail .product--buybox .product--cart-details .buybox--form .fixed-subdivision-select:after {
  right: 0rem;
  font-size: 1rem;
  padding-right: 0.5rem;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  content: "\f175" !important;
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  top: 0;
  pointer-events: none;
  z-index: 2;
  height: 100%;
  color: #2a3d38;
}
.is--ctl-detail .product--detail-upper .product--actions {
  margin: 0rem 0rem 0rem 0rem;
}
.is--ctl-detail .product--origin--information--left table {
  width: 100%;
}
@media only screen and (min-width: 48em) {
  .is--ctl-detail .product--origin--information--left table {
    width: 70%;
  }
}
@media only screen and (min-width: 48em) {
  .is--ctl-detail .tab-menu--cross-selling .tab--container-list .product-slider {
    padding: 3rem 1.5rem 0.5rem 1.5rem;
  }
}
.is--ctl-detail .tab-menu--cross-selling .tab--container {
  padding: 0;
}
.is--ctl-detail .tab-menu--cross-selling .tab--container .content--also-viewed {
  display: block;
}
.is--ctl-detail .tab-menu--cross-selling .tab--container .tab--header {
  text-align: center;
}
@media screen and (min-width: 48em) {
  .is--ctl-detail .tab-menu--cross-selling .tab--container .viewed--content .product-slider--item,
  .is--ctl-detail .tab-menu--cross-selling .tab--container .bought--content .product-slider--item {
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  }
}
.is--ctl-detail .tab-menu--cross-selling .tab--container .viewed--content .product-slider--item .product--title,
.is--ctl-detail .tab-menu--cross-selling .tab--container .bought--content .product-slider--item .product--title,
.is--ctl-detail .tab-menu--cross-selling .tab--container .viewed--content .product-slider--item .product--footer,
.is--ctl-detail .tab-menu--cross-selling .tab--container .bought--content .product-slider--item .product--footer {
  white-space: normal;
  min-height: 2.5rem;
}
.is--ctl-detail .tab-menu--cross-selling .tab--container .viewed--content .product-slider--item .product--title .product--price-info,
.is--ctl-detail .tab-menu--cross-selling .tab--container .bought--content .product-slider--item .product--title .product--price-info,
.is--ctl-detail .tab-menu--cross-selling .tab--container .viewed--content .product-slider--item .product--footer .product--price-info,
.is--ctl-detail .tab-menu--cross-selling .tab--container .bought--content .product-slider--item .product--footer .product--price-info {
  margin: 0.375rem 0rem 0rem 0rem;
}
.is--ctl-detail .tab-menu--cross-selling .tab--container .viewed--content .product-slider--item .product--rating-container,
.is--ctl-detail .tab-menu--cross-selling .tab--container .bought--content .product-slider--item .product--rating-container {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.is--ctl-detail .tab-menu--cross-selling .tab--container .viewed--content .product-slider--item .product--attributes,
.is--ctl-detail .tab-menu--cross-selling .tab--container .bought--content .product-slider--item .product--attributes {
  min-height: 1.25rem;
}
.is--ctl-detail .tab-menu--cross-selling .tab--container[data-tab-id="alsobought"] {
  display: none;
}
.is--ctl-detail .bulk-stock-price-container .bulk-stock-price {
  font-size: 1.75rem;
  font-weight: normal;
}
.is--ctl-detail .link--next .image--wrapper .navigation--product-title,
.is--ctl-detail .link--prev .image--wrapper .navigation--product-title {
  display: flex;
  height: 100%;
  width: 100%;
  position: absolute;
  align-items: center;
}
.is--ctl-detail .link--next .image--wrapper .navigation--product-title-inner,
.is--ctl-detail .link--prev .image--wrapper .navigation--product-title-inner {
  width: 50%;
  float: right;
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 1.875rem;
}
.is--ctl-detail .link--next .image--wrapper .navigation--product-title-inner {
  padding-left: 0.5rem;
}
.is--ctl-detail .link--prev .image--wrapper .navigation--product-title {
  justify-content: flex-end;
  position: absolute;
  align-items: center;
}
.is--ctl-detail .link--prev .image--wrapper .navigation--product-title-inner {
  justify-content: flex-end;
}
.link--prev-button,
.link--next-button {
  display: none;
}
.base-info--entry {
  margin: 0rem 0rem 0.3125rem 0rem;
}
.tab--navigation {
  display: none;
}
.tab--title {
  color: #666666;
  font-weight: 700;
}
.tab--title:hover {
  color: #3b5b59;
}
.tab--title:after {
  right: 0.625rem;
  font-size: 1.125rem;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  content: "";
  font-family: 'Font Awesome 5 Pro';
}
.tab-menu--cross-selling {
  width: 100%;
}
.tab-menu--cross-selling .tab--container-list {
  background-color: #f9f4ee;
}
.tab-menu--cross-selling .tab--container {
  display: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  position: relative;
  margin-top: 5.5rem;
}
@media screen and (min-width: 48em) {
  .tab-menu--cross-selling .tab--container {
    margin-top: 7.5rem;
  }
}
.tab-menu--cross-selling .tab--container.has--content {
  display: block;
}
.tab-menu--cross-selling .tab--container.has--content .tab--header {
  text-align: center;
  display: block;
}
@media screen and (min-width: 64em) {
  .tab-menu--cross-selling .tab--container.has--content .tab--header {
    text-align: left;
    margin-left: 4rem;
  }
}
.tab-menu--cross-selling .tab--container.has--content .tab--header h2 {
  padding-bottom: 20px;
}
.tab-menu--cross-selling .tab--header.is--active .tab--title:after {
  content: "\f068";
}
.tab-menu--cross-selling .tab--title {
  padding: 0.625rem 2.375rem 0.625rem 0.625rem;
  line-height: 1.25rem;
  position: relative;
  display: block;
}
.tab-menu--cross-selling .tab--title:after {
  content: "\f067";
}
@media screen and (min-width: 30em) {
  .product--details .configurator--form .select-field select {
    line-height: 2.25rem;
  }
  .product--details .configurator--form .select-field:after {
    height: 2.25rem;
  }
  .product--details .configurator--form,
  .product--details .buybox--form {
    width: 100%;
  }
}
@media screen and (min-width: 48em) {
  .product--details .product--header {
    padding: 1.875rem 0rem 0rem 0rem;
  }
  .product--details .product--header .product--title {
    width: 100%;
    border: 0 none;
  }
  .product--details .product--supplier {
    height: 4.375rem;
    width: 100%;
    float: right;
  }
  .product--details .product--supplier .product--supplier-link {
    height: 4.375rem;
  }
  .product--details .action--link.action--compare {
    display: inline-block;
  }
  .product--details .product--image-container {
    width: 100%;
  }
  .product--details .product--base-info .entry--label {
    margin: 0rem 0.5rem 0rem 0rem;
  }
  .product--details .content--description,
  .product--details .content--product-reviews {
    padding: 1.875rem 1.875rem 1.875rem 1.875rem;
  }
  .product--details .content--related-products,
  .product--details .content--similar-products {
    padding: 1.25rem 2.1875rem 1.25rem 2.1875rem;
  }
  .product--details .product--properties {
    margin: 0rem 0rem 1.25rem 0rem;
  }
  .product--details .block-prices--container {
    margin-top: 0.75rem;
  }
  .product--details .tab--navigation {
    display: block;
  }
  .product--details .tab--header,
  .product--details .tab--preview {
    display: none;
  }
}
@media screen and (min-width: 64em) {
  .product--details .product--image-container {
    padding-right: 2.5rem;
  }
  .product--details .product--header {
    padding-left: 2.5rem;
  }
  .product--details .product--buybox {
    padding-left: 2.5rem;
  }
  .product--details .configurator--form {
    padding: 0.625rem 0rem 0.625rem 0rem;
  }
  .product--details .buybox--inner {
    width: 100%;
    float: none;
  }
  .product--details .product--base-info {
    margin: 0.625rem 0rem 1.25rem 0rem;
    padding: 0;
    width: 100%;
    float: none;
  }
  .product--details .product--properties {
    width: 50%;
  }
  .product--details .action--link {
    margin-right: 1.5625rem;
  }
  .product--details .product--actions {
    padding: 0rem 0rem 0rem 0rem;
  }
  .product--details .product--buybox {
    border-bottom: 0 none;
  }
  .is--ctl-detail .content--breadcrumb {
    display: block;
  }
  .is--ctl-detail .bulk-stock-price-container .bulk-stock-price {
    font-size: 2.25rem;
    color: #2a3d38;
    font-weight: normal;
  }
}
@media screen and (min-width: 78.75em) {
  .product--details .product--header {
    padding-top: 2.8125rem;
  }
  .product--navigation {
    display: block;
    position: relative;
  }
  .product--navigation .navigation--link {
    top: 8.75rem;
    display: none;
    position: absolute;
    z-index: 999;
  }
  .product--navigation .link--prev-button,
  .product--navigation .link--next-button {
    width: 2.5rem;
    font-size: 1rem;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    background: transparent;
    text-align: center;
    color: #3f655b;
    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 {
    width: 12.5rem;
    height: 5rem;
    background: #f9f4ee;
    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);
    background-size: 3.75rem;
    width: 100%;
    height: 100%;
    background-position: right;
    background-repeat: no-repeat;
    position: relative;
  }
  .product--navigation .link--prev .image--container {
    background-position: left;
  }
  .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;
    top: 1.875rem;
    position: relative;
    z-index: 999;
  }
  .product--navigation .link--prev-button:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f053";
  }
  .product--navigation .link--next-button {
    top: 1.875rem;
    position: relative;
    z-index: 999;
    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: 'Font Awesome 5 Pro';
    content: "\f054";
  }
  .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 {
    left: 0;
  }
  .product--navigation .link--prev:hover .image--wrapper {
    visibility: visible;
    opacity: 1;
    width: 11.25rem;
    height: 5rem;
    transition: right 0s, opacity 0.5s linear;
  }
  .product--navigation .link--prev:hover .link--prev-button {
    left: 3.75rem;
    opacity: 1;
  }
  .product--navigation .link--prev .image--wrapper {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    width: 0;
  }
  .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: 0;
  }
  .product--navigation .link--next:hover .image--wrapper {
    visibility: visible;
    opacity: 1;
    width: 11.25rem;
    height: 5rem;
    transition: right 0s, opacity 0.5s linear;
  }
  .product--navigation .link--next:hover .link--next-button {
    right: 3.75rem;
    opacity: 1;
  }
  .product--navigation .link--next .image--wrapper {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    width: 0;
  }
  .product--navigation .link--next .image--container {
    right: 0rem;
  }
  .product--navigation .link--next.can--slide:hover {
    right: -8.75rem;
  }
  .product--navigation .link--next.can--slide:hover .image--container {
    right: 0;
  }
  .product--supplier {
    height: 4.375rem;
  }
  .product--supplier .product--supplier-link {
    height: 4.375rem;
  }
  .content--description,
  .content--product-reviews {
    padding: 0.625rem 2.8125rem 2.8125rem 2.8125rem;
  }
  .content--related-products,
  .content--similar-products {
    padding: 1.875rem 2.8125rem 1.25rem 2.8125rem;
  }
  .product--notification {
    margin: 0rem 0rem 1.25rem 0rem;
  }
  .product--notification .alert {
    margin: 0rem 0rem 0.625rem 0rem;
  }
}
.quick-links {
  padding: 1.25rem 0rem 1.25rem 0rem;
  list-style: none;
}
.quick-links--item {
  border-bottom: 1px solid #dadae5;
  padding: 0.9375rem 0.625rem 0.9375rem 0.625rem;
  position: relative;
}
.quick-links--item:first-child {
  border-top: 1px solid #dadae5;
}
.quick-links--item .icon--right {
  position: absolute;
  font-family: 'Font Awesome 5 Pro';
  top: 0.9375rem;
  right: 1.25rem;
}
.quick-links--item a {
  display: block;
  color: #2a3d38;
}
.custom-products--data-wrapper {
  margin: 0;
}
#brand {
  background: #f9f4ee;
}
.product--details .block-prices--container .block-prices--table th {
  color: #314c49;
}
.is--ctl-detail .bulk-stock-price-container .bulk-stock-base-price {
  margin-left: 0.5rem;
  font-size: 1rem;
  color: #2a3d38;
}
.is--ctl-detail .product--delivery {
  margin: 1rem 0rem 1rem 0rem;
}
@media screen and (max-width: 48em) {
  .buybox--button {
    width: calc(100% - 64px);
  }
}
@media screen and (min-width: 48em) {
  .product--detail-upper {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 0px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 0px 1fr;
    grid-template-rows: auto 1fr;
    grid-auto-flow: row dense;
    gap: 0px 0px;
    grid-template-areas: "Image Header" "Image Content";
  }
  .product--detail-upper .product--header {
    grid-area: Header;
  }
  .product--detail-upper .product--image-container {
    grid-area: Image;
  }
  .product--detail-upper .product--buybox {
    grid-area: Content;
  }
}
.promotion--description {
  float: left;
}
/*
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 {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
}
.footer-main .container footer {
  border-top: 1px solid #9d9d9d;
  padding-top: 50px;
}
@media screen and (min-width: 48em) {
  .footer-main {
    padding: 0px;
  }
}
.footer-main .footer--phone-link {
  font-size: 1.1875rem;
  font-weight: 700;
  color: #666666;
}
.footer-main .footer--column {
  padding: 0rem 0.625rem 0rem 0.625rem;
  border-top: 1px solid #dadae5;
}
.footer-main .footer--column.is--last {
  border-bottom: 0;
}
.footer-main .column--headline {
  -webkit-user-select: none;
  user-select: none;
  padding: 0.5rem 0rem 0.5rem 0rem;
  margin: 0;
  font-family: "CeraProMedium", sans-serif;
  font-weight: 300;
  color: #2a3d38;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.625rem;
}
.footer-main .column--headline.is--active::after {
  content: "\f068";
}
.footer-main .column--headline::after {
  font-size: 1.125rem;
  font-family: 'shopware';
  color: #666666;
  font-weight: 700;
  content: "\f067";
  float: right;
}
.footer-main .column--content {
  font-size: 0.875rem;
}
.footer-main .column--content p.column--desc {
  font-size: 0.875rem;
}
.footer-main .column--content.is--active {
  display: block;
}
.footer-main .footer--bottom {
  font-size: 0.75rem;
  padding: 1.33333333rem 1rem 0rem 1rem;
  text-align: center;
}
.footer-main .footer--copyright {
  font-size: 0.8125rem;
}
.footer-main .footer--logo {
  font-size: 1.75rem;
  color: #009fe3;
}
.footer-main .navigation--list {
  padding: 0rem 0rem 1rem 0rem;
}
.footer-main .navigation--list .is--level1 {
  margin-bottom: 0;
  padding-bottom: 0.625rem;
}
.footer-main .navigation--link {
  padding: 0.625rem 0rem 0.625rem 0rem;
  display: block;
  color: #666666;
}
.footer-main .navigation--link:hover {
  color: #2a3d38;
}
.footer-main .newsletter--form {
  padding: 0rem 0rem 1rem 0rem;
}
.footer-main .newsletter--form:after {
  content: "";
  display: table;
  clear: both;
}
.footer-main .newsletter--form:before {
  content: " ";
  display: table;
}
.footer-main .newsletter--form:after {
  content: " ";
  display: table;
  clear: both;
}
.footer-main .newsletter--field {
  margin: 0rem 0rem 0.625rem 0rem;
  position: relative;
  width: 87.5%;
  float: left;
  border: 1px solid #e0e0e0;
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
}
.footer-main .newsletter--field:focus {
  z-index: 1;
}
.footer-main .newsletter--button {
  box-shadow: 0 0 0 transparent;
  padding: 0.2575rem 0.3125rem 0.1875rem 0.3125rem;
  margin-left: -0.0625rem;
  position: relative;
  width: 12.5%;
  text-align: center;
  float: left;
  border-radius: 0;
}
.footer-main .newsletter--button .icon--mail {
  font-size: 0.875rem;
  margin-right: 0rem;
}
.footer-main .newsletter--button .button--text {
  display: none;
}
.footer-main .footer--logo {
  padding: 0.625rem 0rem 0.625rem 0rem;
}
.footer-main .navigation-social {
  width: 100%;
  display: flex;
  justify-content: start;
}
.footer-main .navigation-social .navigation-social--wrapper {
  width: 80%;
  display: flex;
  justify-content: space-between;
  list-style: none;
}
.footer-main .navigation-social .navigation-social--wrapper .navigation-social--entry i {
  font-size: 1.25rem;
  width: 2.375rem;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  border: 1px solid #eeeeee;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-main .newsletter--form .content {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
}
@media (max-width: 1024px) {
  .footer-main .newsletter--form .content {
    flex-wrap: wrap;
  }
}
.footer-main .newsletter--form .content .newsletter--field {
  border: 0;
  border-bottom: 1px solid #dadae5;
  width: 100%;
  font-size: 0.875rem;
}
.footer-main .newsletter--form .content .newsletter--field::placeholder {
  color: #314C49;
}
.footer-main .newsletter--form .content .newsletter--button {
  background: #314C49;
  font-size: 0.875rem;
  padding: 5px 24px;
  border-radius: 26px;
  width: auto;
  color: #fff;
  text-transform: capitalize;
}
.footer-main .newsletter--form .content .newsletter--button span {
  display: block;
}
.footer-vat {
  margin-top: 0.625rem;
  padding: 0rem 0.3125rem 0rem 0.3125rem;
  background: transparent;
}
.footer--vat-info .vat-info--text {
  font-size: 0.75rem;
  margin-bottom: 0.625rem;
  text-align: center;
}
.footer-minimal {
  font-size: 0.8125rem;
  padding: 2.5rem 0.625rem 1.25rem 0.625rem;
  background: transparent;
  text-align: center;
}
.footer-main .footer-minimal {
  padding: 0;
}
.footer-minimal .footer--service-menu .service--list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer-minimal .footer--service-menu .service--list .service--link {
  padding: 0.5rem 0.125rem 0.5rem 0.125rem;
  display: inline-block;
}
.footer-minimal .footer--service-menu .service--list .service--entry {
  display: inline-block;
}
.footer-minimal .footer--service-menu .service--list .service--entry:after {
  height: 0.625rem;
  width: 0.0625rem;
  margin: 0rem 0.3125rem 0rem 0.3125rem;
  border-left: 1px solid #bcbcd0;
  display: inline-block;
  content: '';
}
.footer-minimal .footer--service-menu .service--list .service--entry:last-child:after {
  display: none;
}
.footer-minimal .footer--vat-info {
  margin: 0.9375rem 0rem 0.625rem 0rem;
}
.footer-minimal .footer--vat-info .vat-info--text {
  line-height: 1.125rem;
  margin: 0;
}
@media screen and (min-width: 48em) {
  .footer-main .footer-minimal {
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .footer-main .column--headline {
    margin: 1.75rem 0rem 0.625rem 0rem;
    padding: 0;
    cursor: text;
    font-size: 1rem;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #314c49;
  }
  .footer-main .column--headline::after {
    display: none;
  }
  .footer-main .footer--column {
    padding: 0rem 0.625rem 0rem 0rem;
    width: 25%;
    border: 0 none;
  }
  .footer-main .footer--column.is--last {
    padding-right: 0;
    border-bottom: 0 none;
  }
  .footer-main .footer--columns {
    padding: 0rem 1.875rem 0rem 1.875rem;
    border-bottom: 1px solid #dadae5;
  }
  .footer-main column--headline .column--content {
    display: block;
  }
  .footer-main column--headline .column--content .column--desc {
    font-size: 0.875rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #555555;
  }
  .footer-main .navigation--list .is--level1 {
    display: none;
  }
  .footer-main .navigation--entry {
    padding: 0;
  }
  .footer-main .navigation--link {
    line-height: 1.7;
    padding: 0;
  }
  .footer-main .newsletter--field {
    width: 80%;
  }
  .footer-main .newsletter--button {
    width: 20%;
    background: #f9f4ee;
  }
  .footer-main .newsletter--button .icon--mail {
    font-size: 0.75rem;
  }
  .footer-vat {
    padding: 0;
  }
  .footer--vat-info .vat-info--text {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 78.75em) {
  .footer-main .footer--columns {
    padding: 0rem 0rem 1.25rem 0rem;
  }
  .footer-main .footer--bottom {
    font-size: 0.9375rem;
  }
  .footer-minimal {
    padding-top: 0;
  }
}
/* todo refactor */
.footer-main {
  padding-bottom: 3.125rem;
}
.footer-main .footer--columns {
  border-bottom: 0;
}
@media screen and (min-width: 48em) {
  .footer-main .footer--columns .footer--column-group {
    width: 25%;
  }
}
.footer-main .footer--columns .footer--column-group .footer--column-no-collapse,
.footer-main .footer--columns .footer--column-group .footer--column {
  width: 100%;
}
.footer-main .footer--columns .footer--column-no-collapse {
  padding: 0 10px;
}
.footer-main .footer--columns .footer--column-no-collapse.is--last {
  margin-top: 0rem;
}
@media screen and (min-width: 48em) {
  .footer-main .footer--columns .footer--column-no-collapse.is--last {
    margin-top: 1.875rem;
    margin-top: 0;
  }
}
.footer-main .footer--columns .footer--column-no-collapse .column--headline.is--active::after {
  content: none;
}
.footer-main .footer--columns .footer--column-no-collapse .column--headline::after {
  content: none;
}
.footer-main .footer--columns .footer--column-no-collapse .column--content {
  display: block !important;
}
@media screen and (min-width: 48em) {
  .footer-main .footer--columns .footer--column-no-collapse {
    padding: 0;
    width: 25%;
  }
}
.footer-main .footer--columns .column--headline.is--active::after {
  content: "\f077";
}
.footer-main .footer--columns .column--headline::after {
  font-size: 0.5rem;
  font-family: 'Font Awesome 5 Pro';
  color: #666666;
  font-weight: 700;
  content: "\f078";
  float: right;
}
.footer-main .footer--logo .logo-main {
  float: none;
  display: flex;
  justify-content: center;
}
.footer-main .footer--logo .logo-main a img {
  margin: 0 auto;
}
.footer-main .footer--logo .logo-main .logo--shop {
  float: none;
  display: block;
}
.footer-main .footer--logo .logo-main .logo--shop picture img {
  margin: auto;
}
.footer-main .footer--logo .footer-logo--shop {
  max-height: 4.375rem;
  max-width: 10.625rem;
}
.footer-main .footer--kiyoh {
  margin-top: 30px;
  width: 100%;
  display: flex;
  justify-content: start;
}
.footer-main .footer--kiyoh iframe {
  width: 70%;
  border: none;
}
@media screen and (min-width: 48em) {
  .footer-main .footer--kiyoh {
    text-align: left;
    transform-origin: top left;
  }
}
/*
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: #dadae5;
}
body > .sidebar-main:after {
  content: "";
  display: table;
  clear: both;
}
body > .sidebar-main:before {
  content: " ";
  display: table;
}
body > .sidebar-main:after {
  content: " ";
  display: table;
  clear: both;
}
.sidebar-main.off-canvas {
  background: #f9f4ee;
}
.mobile--switches {
  padding: 0.375rem 0.625rem 0.375rem 0.625rem;
  height: 2.6875rem;
  display: block;
}
.mobile--switches:after {
  content: "";
  display: table;
  clear: both;
}
.mobile--switches:before {
  content: " ";
  display: table;
}
.mobile--switches:after {
  content: " ";
  display: table;
  clear: both;
}
.mobile--switches .navigation--entry {
  margin-right: 1.25rem;
  float: left;
}
.mobile--switches .field--select,
.mobile--switches .navigation--entry {
  height: 1.875rem;
}
.mobile--switches .field--select {
  position: relative;
}
.mobile--switches .select-field {
  height: 1.875rem;
}
.mobile--switches .select-field select {
  border-radius: 0;
  padding: 0rem 1.125rem 0rem 0rem;
  line-height: 1.75rem;
  font-size: 1rem;
  background: none;
  border: 0 none;
}
.mobile--switches .select-field:after {
  height: 1.5625rem;
  line-height: 1.75rem;
  width: auto;
  border: 0 none;
}
.mobile--switches .top-bar--language .select-field {
  width: 2rem;
}
.mobile--switches .top-bar--language .select-field select {
  text-indent: -9999px;
}
.mobile--switches .top-bar--language .language--flag {
  margin-top: -0.375rem;
  position: absolute;
  z-index: 900;
  top: 50%;
  left: 0;
  pointer-events: none;
}
.campaign--box {
  display: none;
}
.sidebar--navigation {
  border-radius: 0;
  margin: 0;
  border-left: 0 none;
  border-right: 0 none;
}
.sidebar--navigation .navigation--entry {
  position: relative;
}
.sidebar--navigation .navigation--link {
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  width: 100%;
  height: 100%;
  display: block;
}
.sidebar--navigation .navigation--link .is--icon-right {
  margin-top: 0.3125rem;
  font-size: 0.625rem;
  display: inline-block;
  float: right;
}
.sidebar--navigation .navigation--link:hover {
  color: #2a3d38;
}
.sidebar--navigation.show--active-items .navigation--link.is--active {
  color: #2a3d38;
  font-weight: 700;
}
.offcanvas--overlay {
  width: 17.5rem;
  top: 2.625rem;
  background: #f5f5f8;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  left: 0;
  padding: 0;
  z-index: 1200;
  bottom: 0;
}
.offcanvas--overlay.background {
  z-index: 1100;
}
.offcanvas--overlay .overlay--headline {
  margin-bottom: 0.625rem;
  border-bottom: 1px solid #dadae5;
  width: 100%;
  background: #f9f4ee;
}
.offcanvas--overlay .overlay--category {
  margin: 1rem 0.625rem 0.375rem 0.625rem;
  line-height: 1.625rem;
}
.offcanvas--overlay .overlay--category .category--headline {
  font-size: 0.875rem;
  color: #314c49;
  margin: 0;
  padding: 0;
  font-weight: 700;
}
.offcanvas--overlay .is--icon-left {
  margin-top: 0.3125rem;
  margin-right: 0.3125rem;
  font-size: 0.625rem;
  display: inline-block;
}
.offcanvas--overlay .is--icon-right {
  margin-top: 0.3125rem;
  font-size: 0.625rem;
  display: inline-block;
  float: right;
}
.offcanvas--overlay .is--back-button {
  font-weight: 700;
}
.offcanvas--overlay .is--display-button {
  color: #2a3d38;
  font-weight: 700;
}
.has--cssanimations .sidebar--ajax-loader {
  top: 0.75rem;
  right: 0.9375rem;
  position: absolute;
  display: none;
}
.has--cssanimations .sidebar--ajax-loader::before {
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-clip: padding-box;
  -webkit-animation: keyframe--spin 1s linear infinite;
  animation: keyframe--spin 1s linear infinite;
  display: block;
  content: "";
  border: 2px solid #dadae5;
  border-top: 2px solid #4f4f71;
}
.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 #dadae5;
  border-top: 2px solid #4f4f71;
}
.listing--sidebar {
  overflow: hidden;
  width: 0;
  height: 0;
}
.listing--sidebar .sidebar-filter .off-canvas.is--open.is--ajax-reload {
  overflow: hidden;
}
.listing--sidebar .sidebar-filter .off-canvas.is--open.is--ajax-reload .filter--container {
  overflow: auto;
  position: absolute;
  top: 43px;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
}
.listing--sidebar .sidebar-filter .off-canvas.is--open.is--ajax-reload .filter--close-btn {
  position: absolute;
  width: 100%;
  z-index: 10;
}
.listing--sidebar .sidebar-filter .filter--active {
  max-width: 100%;
}
.listing--sidebar .sidebar-filter .filter--container {
  padding: 1rem 1rem 1rem 1rem;
  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: 64em) {
  .is--ctl-forms .content-main .sidebar-main {
    display: none;
  }
  .listing--sidebar {
    width: 14.375rem;
    height: auto;
    display: block;
    float: left;
  }
  .listing--sidebar + .content--wrapper {
    margin-left: 16.25rem;
  }
  .is--no-sidebar .listing--sidebar {
    display: none;
  }
  .is--no-sidebar .listing--sidebar + .content--wrapper {
    margin: 0;
  }
  .offcanvas--overlay {
    display: none;
  }
  .sidebar-main {
    width: 14.375rem;
    margin: 0rem 0rem 0rem 0rem;
    padding-top: 1.875rem;
    float: left;
  }
  .is--ctl-blog .sidebar-main,
  .is--ctl-note .sidebar-main,
  .is--ctl-note.is--user.is--one-time-account .sidebar-main,
  .is--ctl-index .sidebar-main,
  .is--ctl-detail .sidebar-main,
  .is--ctl-search .sidebar-main,
  .is--ctl-checkout .sidebar-main,
  .is--ctl-register .sidebar-main,
  .is--ctl-campaign .sidebar-main,
  .is--ctl-account.is--act-logout .sidebar-main,
  .is--ctl-account.is--act-abort .sidebar-main,
  .is--ctl-account.is--act-password .sidebar-main,
  .is--ctl-account.is--act-resetpassword .sidebar-main,
  .is--ctl-listing.is--no-sidebar .sidebar-main,
  .is--ctl-zeoblogsearch.is--act-search .sidebar-main {
    display: none;
  }
  .is--ctl-blog .sidebar-main + .content--wrapper,
  .is--ctl-note .sidebar-main + .content--wrapper,
  .is--ctl-note.is--user.is--one-time-account .sidebar-main + .content--wrapper,
  .is--ctl-index .sidebar-main + .content--wrapper,
  .is--ctl-detail .sidebar-main + .content--wrapper,
  .is--ctl-search .sidebar-main + .content--wrapper,
  .is--ctl-checkout .sidebar-main + .content--wrapper,
  .is--ctl-register .sidebar-main + .content--wrapper,
  .is--ctl-campaign .sidebar-main + .content--wrapper,
  .is--ctl-account.is--act-logout .sidebar-main + .content--wrapper,
  .is--ctl-account.is--act-abort .sidebar-main + .content--wrapper,
  .is--ctl-account.is--act-password .sidebar-main + .content--wrapper,
  .is--ctl-account.is--act-resetpassword .sidebar-main + .content--wrapper,
  .is--ctl-listing.is--no-sidebar .sidebar-main + .content--wrapper,
  .is--ctl-zeoblogsearch.is--act-search .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 #dadae5;
  }
  .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: #2a3d38;
  }
  .sidebar--navigation .navigation--link.is--active {
    color: #2a3d38;
    font-weight: 700;
  }
  .sidebar--navigation .navigation--link .is--icon-right {
    display: none;
  }
  .sidebar--navigation .is--level1 {
    margin-bottom: 0.625rem;
    border: 0 none;
  }
  .sidebar--navigation .is--level1 .navigation--entry {
    margin: 0rem 0rem 0rem 0rem;
    border: 0 none;
  }
  .sidebar--navigation .is--level1 .navigation--link {
    padding: 0.3125rem 0.625rem 0.3125rem 0.625rem;
  }
  .sidebar--navigation .is--level1 .navigation--link.is--active {
    font-weight: 700;
    text-shadow: none;
    color: #2a3d38;
    background: transparent;
    border: 0 none;
  }
  .sidebar--navigation .is--level2 {
    font-size: 0.75rem;
  }
  .sidebar--navigation .navigation--level-high {
    border: 0 none;
  }
  .shop-sites--container {
    padding: 0.9375rem 0.625rem 0.9375rem 0.625rem;
    margin-bottom: 1.25rem;
    border: 1px solid #dadae5;
  }
  .shop-sites--container .shop-sites--headline {
    padding-bottom: 0.66666667rem;
    font-size: 1rem;
    margin-top: 0;
    border-bottom: 1px solid #dadae5;
    color: #314c49;
    font-weight: 700;
  }
  .shop-sites--container .shop-sites--navigation,
  .shop-sites--container .navigation--entry {
    border: 0 none;
  }
  .shop-sites--container .shop-sites--navigation .navigation--link,
  .shop-sites--container .navigation--entry .navigation--link {
    padding: 0.3125rem 0.625rem 0.3125rem 0.625rem;
  }
  .sidebar-filter .filter--active-container {
    margin: 0;
    padding: 0;
  }
  .sidebar-filter .is--instant-filter .filter--facet-container .filter-panel:last-child {
    margin-bottom: 0;
  }
  .sidebar-filter .filter--facet-container,
  .sidebar-filter .filter--actions-bottom,
  .sidebar-filter .filter--active-container {
    display: block;
  }
  .sidebar-filter .filter--facet-container {
    padding: 0;
  }
  .listing--sidebar .sidebar-filter .filter-panel.is--collapsed {
    height: auto;
  }
  .listing--sidebar .sidebar-filter .filter-panel.is--collapsed .filter-panel--flyout {
    position: relative;
  }
  .listing--sidebar + .search--results {
    margin-left: 16.25rem;
  }
  .listing--sidebar + .search--results .listing--wrapper {
    float: left;
  }
}
@media screen and (min-width: 48em) {
  .is--ctl-forms .sidebar-main .sidebar--categories-navigation,
  .is--ctl-custom .sidebar-main .sidebar--categories-navigation {
    display: none;
  }
  .is--ctl-forms .sidebar-main .shop-sites--container,
  .is--ctl-custom .sidebar-main .shop-sites--container {
    display: block;
  }
  .sidebar-main .shop-sites--container {
    display: none;
  }
  .sidebar-main.off-canvas {
    background: transparent;
  }
}
@media screen and (min-width: 78.75em) {
  .sidebar-main {
    padding-top: 0rem;
  }
  .sidebar-main.off-canvas {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1000;
  }
}
.dasmenu--container li.navigation--entry.has--sub-categories ul {
  padding: 0px;
}
/*
Listing
==========================================
Contains the styles of the product listing and its components.

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

It contains the viewport specific styles inside media queries.
*/
.listing--content {
  margin: 1.25rem 0rem 1.25rem 0rem;
}
.category--teaser {
  margin: 0rem 0rem 1.25rem 0rem;
}
.category--teaser .hero--text {
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
}
.category--teaser .offcanvas--content {
  padding: 1.25rem;
}
.category--teaser .offcanvas--content .content--title {
  font-size: 1.125rem;
  margin: 0.625rem 0rem 0.9375rem 0rem;
  font-weight: 700;
  color: #314c49;
}
.is--ctl-listing .category--teaser,
.is--ctl-search .category--teaser {
  margin: 0rem 0rem 0rem 0rem;
}
.is--ctl-listing .listing--actions,
.is--ctl-search .listing--actions {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  align-items: start;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.is--ctl-listing .listing--actions .container,
.is--ctl-search .listing--actions .container {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}
.vendor--info:after {
  content: "";
  display: table;
  clear: both;
}
.vendor--info:before {
  content: " ";
  display: table;
}
.vendor--info:after {
  content: " ";
  display: table;
  clear: both;
}
.vendor--info .vendor--image-wrapper {
  margin: 0rem 0rem 0.625rem 0rem;
  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;
}
.vendor--info .vendor--info-title {
  display: block;
  height: 6.25rem;
  padding: 1.25rem 0rem 1.25rem 0rem;
}
.vendor--info .vendor--info-title * {
  float: left;
}
.vendor--info .vendor--info-title:after {
  clear: both;
}
.vendor--info .vendor--info-title .vendor--image-wrapper {
  margin: 0 !important;
}
.vendor--info .vendor--info-title h1 {
  margin-right: 10px;
}
.listing--actions {
  margin: 0 auto;
  padding: 0 16px;
  max-width: 113rem;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  background: #f9f4ee;
  z-index: 1001;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.listing--actions:after {
  content: "";
  display: table;
  clear: both;
}
.listing--actions:before {
  content: " ";
  display: table;
}
.listing--actions:after {
  content: " ";
  display: table;
  clear: both;
}
@media screen and (min-width: 48em) {
  .listing--actions {
    padding: 0 40px;
  }
}
@media screen and (min-width: 64em) {
  .listing--actions {
    padding: 0 48px;
  }
}
@media screen and (min-width: 78.75em) {
  .listing--actions {
    padding: 0 56px;
  }
}
.listing--actions:after {
  content: "";
  display: table;
  clear: both;
}
.listing--actions:before {
  content: " ";
  display: table;
}
.listing--actions:after {
  content: " ";
  display: table;
  clear: both;
}
.listing--actions.static {
  position: static !important;
}
.listing--content .container {
  position: relative;
}
.listing--wrapper.js--is-loading .js--loading-indicator {
  top: 9.375rem;
}
.listing {
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  opacity: 1;
}
.listing.is--loading {
  opacity: 0;
}
.action--filter-options {
  width: 100%;
  overflow: visible;
}
.action--filter-options .filter--close-btn {
  font-size: 1rem;
  padding: 1rem 1rem 1rem 1rem;
  text-align: right;
  display: block;
  font-weight: 300;
  color: #2a3d38;
  margin-top: 0;
}
.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 #dadae5;
}
.action--filter-options .filter--entry:last-child {
  border: 0 none;
}
.action--filter-options .filter--link {
  color: #666666;
}
.action--filter-options .filter--link:hover {
  color: #2a3d38;
}
.action--filter-options.is--open {
  overflow: scroll;
}
.action--per-page {
  display: none;
}
.listing {
  padding: 2% 0;
}
.listing:after {
  content: "";
  display: table;
  clear: both;
}
.listing:before {
  content: " ";
  display: table;
}
.listing:after {
  content: " ";
  display: table;
  clear: both;
}
.infinite--actions {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.infinite--actions .js--load-more,
.infinite--actions .js--load-previous {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 48em) {
  .category--teaser .hero--headline {
    font-size: 4rem;
    padding: 2.5rem 0rem 0rem 0rem;
    margin: 0rem 2.5rem 0rem 2.5rem;
  }
  .category--teaser .hero--text {
    padding: 1.5625rem 2.5rem 0.625rem 2.5rem;
  }
  .listing--content {
    margin: 1.875rem 0rem 1.875rem 0rem;
  }
  .listing--content:after {
    content: "";
    display: table;
    clear: both;
  }
  .listing--content:before {
    content: " ";
    display: table;
  }
  .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--image {
    margin: 0;
  }
  .listing--actions {
    border-radius: 3px;
    background-clip: padding-box;
    padding-top: 0.625rem;
  }
  .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--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:after {
    content: "";
    display: table;
    clear: both;
  }
  .action--filter-options .filter--container:before {
    content: " ";
    display: table;
  }
  .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;
  }
  .action--filter-options #filter:before {
    content: " ";
    display: table;
  }
  .action--filter-options #filter:after {
    content: " ";
    display: table;
    clear: both;
  }
}
@media screen and (min-width: 78.75em) {
  .listing--content {
    padding-top: 2.8125rem;
    margin: 0rem 0rem 0rem 0rem;
  }
  .action--per-page .per-page--label {
    margin: 0rem 0.625rem 0rem 0rem;
    display: inline-block;
    font-weight: 700;
  }
}
/* todo refactor */
.content.listing--content,
.content.search--content {
  padding-top: 0;
  margin-top: 0;
}
.content.listing--content .listing,
.content.search--content .listing {
  display: flex;
  flex-wrap: wrap;
}
.content--cms {
  padding: 2.5rem 2rem 2.5rem 2rem;
  margin: 2rem 0rem 2rem 0rem;
  border-radius: 2rem;
  gap: 3rem;
  display: flex;
  flex-direction: column;
  border: 1px solid #dadae5;
}
@media screen and (min-width: 48em) {
  .content--cms {
    margin: 4rem 0rem 4rem 0rem;
    gap: 3.5rem;
    flex-direction: row;
  }
}
.content--cms-column {
  font-size: 18px;
  color: #2a3d38;
  width: 100%;
}
.content--cms-column p {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.content--cms-column p:last-child {
  margin-bottom: 0;
}
.content--cms-title {
  font-size: 36px;
}
.content--cms-heading {
  margin-top: 0;
}
@media screen and (min-width: 48em) {
  .action--filter-options .filter--container .filter--actions.filter--actions-top,
  .action--filter-options .filter--container .filter--actions.filter--actions-bottom {
    display: block;
  }
}
@media screen and (min-width: 48em) {
  .action--filter-options .filter--container .filter--facet-container {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: mulitple;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.filter--actions .btn {
  background: transparent;
  border: 1px solid #2a3d38;
  color: #2a3d38;
  width: 100%;
}
.filter--actions .btn:disabled,
.filter--actions .btn[disabled] {
  border: 1px solid #dadae5;
  color: #dadae5;
}
.call-to-action--btn-set .is--outline {
  font-weight: 100;
  font-family: "CeraProRegular", sans-serif;
  text-transform: initial;
}
.action--filter-btn {
  width: 100%;
  display: block;
}
@media screen and (min-width: 48em) {
  .action--filter-btn {
    margin-right: 0;
    display: none;
  }
}
.action--filter-btn .filter--trigger {
  -webkit-justify-content: start;
  -moz-justify-content: start;
  -ms-justify-content: start;
  justify-content: start;
  margin-right: 0.5rem;
  padding: 0.6875rem 2.25rem 0.6875rem 1rem;
  font-size: 1rem;
  border-radius: 1.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
  border: 1px solid #2a3d38;
  color: #2a3d38;
  font-weight: normal;
  font-family: "CeraProRegular", sans-serif;
  position: relative;
  background: transparent;
  width: 100%;
}
.action--filter-btn .icon--filter {
  font-size: 0.75rem;
}
.action--filter-btn-label {
  margin-left: 1rem;
}
.filter--container {
  padding: 1rem 1rem 1rem 1rem;
}
@media screen and (min-width: 48em) {
  .filter--container {
    padding: 0rem 0rem 0rem 0rem;
  }
}
/*
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.5rem 2.5rem 2.5rem 2.5rem;
  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:before {
  content: " ";
  display: table;
}
.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 #dadae5;
  position: relative;
}
.product--box .product--image {
  height: 11.25rem;
  margin: 0rem 0rem 0.3125rem 0rem;
  display: block;
  text-align: center;
}
.product--box .product--image .image--element {
  height: 100%;
  width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
}
.product--box .product--image .image--element img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  vertical-align: middle;
  z-index: 500;
}
.product--box .product--rating-container {
  height: 1.5625rem;
  display: block;
}
.product--box .product--title {
  height: 2.5rem;
  font-size: 1rem;
  line-height: 1.25rem;
  display: block;
  width: 100%;
  color: #314c49;
  font-family: "CeraProRegular", sans-serif;
  font-weight: 400;
  overflow-wrap: break-word;
}
.product--box .product--title:hover {
  color: #3b5b59;
}
.product--box .variant--description {
  height: 2.5rem;
  margin: 0rem 0rem 0.3125rem 0rem;
  font-size: 0.75rem;
  line-height: 1.25rem;
  display: block;
  width: 100%;
  color: #314c49;
  overflow: hidden;
  font-weight: 400;
}
.product--box .variant--description .variant--groupName {
  font-weight: 700;
}
.product--box .variant--description .variant--description--line {
  white-space: nowrap;
}
.product--box .product--description {
  height: 4.5rem;
  margin: 0rem 0rem 0.625rem 0rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
  display: block;
  width: 100%;
  overflow: hidden;
}
.product--box .product--price-info {
  height: 2.5rem;
}
.product--box .product--price-info .price--unit {
  height: 1.25rem;
  font-size: 0.6875rem;
  line-height: 1rem;
  display: block;
  overflow: hidden;
}
.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: #314c49;
  font-weight: 700;
}
.product--box .product--price .price--default.is--discount {
  color: #f36c3d;
}
.product--box .product--price .price--pseudo,
.product--box .product--price .price--discount {
  font-size: 1.125rem;
  display: inline-block;
  text-decoration: line-through;
  vertical-align: baseline;
  color: #2A3D38;
  opacity: 0.6;
}
.product--box .buybox--form {
  height: 2.625rem;
  margin-top: 0.4375rem;
}
.product--box .buybox--form i.icon--basket {
  display: none;
}
.product--box .product--detail-btn {
  height: 2.625rem;
  margin-top: 0.4375rem;
}
.product--box .product--actions {
  font-size: 0.875rem;
  line-height: 1.5rem;
  overflow: auto;
}
.product--box .product--actions form {
  display: inline-block;
}
.product--box .product--action {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  margin-left: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  display: inline-block;
  color: #666666;
  word-break: keep-all;
  white-space: nowrap;
}
.product--box .product--action [class^="icon--"] {
  margin: 0rem 0.3125rem 0rem 0rem;
  font-size: 1rem;
}
.product--box .product--action:hover {
  color: #3b5b59;
}
.product--box .action--compare {
  display: none;
}
.product--box .action--note:focus {
  outline: none;
}
.product--box .action--note.js--is-saved {
  color: #4a9361;
}
.product--box .product--badges {
  min-height: 2rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  z-index: 750;
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
}
@media screen and (max-width: 48em) {
  .product--box .product--badges {
    min-height: 1.5rem;
    margin-bottom: 0.5rem;
  }
}
.product--box .product--badges .product--badge {
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  margin: 0rem 0.5rem 0rem 0rem;
  font-size: 1rem;
  border-radius: 0.125rem;
  display: block;
  float: left;
  position: relative;
  clear: both;
}
@media screen and (max-width: 48em) {
  .product--box .product--badges .product--badge {
    font-size: 0.875rem;
    padding: 0.25rem 0.25rem 0.25rem 0.25rem;
  }
}
.product--box .product--badges .badge--discount {
  color: #ffffff;
  background: #f36c3d;
}
.product--box .product--badges .badge--recommend {
  color: #ffffff;
  background: #f36c3d;
}
.product--box .product--badges .badge--newcomer {
  color: #ffffff;
  background: #3f655b;
}
.product--box .product--badges .badge--esd {
  background: #3f655b;
  color: #ffffff;
}
.product--box .product--badges .badge--custom {
  background: #d9e4dd;
  color: #2a3d38;
}
.box--minimal {
  width: 50%;
  padding: 2.5rem 2.5rem 2.5rem 2.5rem;
}
.box--minimal .product--image {
  height: 7.5rem;
}
@media screen and (min-width: 48em) {
  .box--minimal .product--image {
    height: 12.5rem;
  }
}
.box--minimal .product--price-info {
  height: 4.375rem;
}
.box--minimal .product--price-info .price--unit {
  height: 1.875rem;
  font-size: 0.625rem;
  line-height: 0.875rem;
  display: block;
}
.box--minimal .product--price-outer {
  height: 2.5rem;
  position: relative;
}
.box--minimal .product--price {
  line-height: 1.25rem;
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
}
.box--minimal .product--price .price--default {
  font-size: 1rem;
  line-height: 1.25rem;
  margin: 0rem 1rem 0rem 0rem;
  vertical-align: bottom;
  float: left;
}
.box--minimal .buybox--form .buy-btn--cart-text {
  display: none;
}
.box--minimal .buybox--form i.icon--basket {
  left: 0.125rem;
  top: 0.0625rem;
  font-size: 0.875rem;
  display: inline-block;
  position: relative;
}
.box--image .product--image {
  margin: 0rem 0rem 0.3125rem 0rem;
  width: auto;
  position: relative;
  height: 12.5rem;
}
.box--image .product--info {
  padding: 0;
}
.box--slider {
  display: block;
  padding: 0;
  position: relative;
  text-align: center;
  float: none;
}
.box--slider:hover .product--title {
  color: #2a3d38;
}
.box--slider .box--content {
  border: 0 none;
  padding: 0;
}
.box--slider .product--price-info {
  height: auto;
}
.box--slider .product--price-info .price--unit {
  height: 0.875rem;
  font-size: 0.625rem;
}
.box--slider .product--price-info .price--default {
  font-size: 0.875rem;
}
.box--slider .product--price-info .is--discount {
  font-weight: 700;
}
.box--slider .product--image {
  height: 8.75rem;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin-bottom: 0.625rem;
  display: block;
  text-align: center;
  position: relative;
}
.box--slider .image--element {
  height: 100%;
  width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
}
.box--slider .image--element img {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  vertical-align: middle;
  z-index: 500;
}
.box--slider .product--title {
  font-size: 0.875rem;
  height: 2.5rem;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: block;
  color: #314c49;
  font-weight: 400;
  white-space: normal;
}
.box--list .buybox--form {
  max-width: 17.5rem;
}
.box--list .product--detail-btn {
  max-width: 17.5rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-listing .listing--container .product--box,
  .is--ctl-search .listing--container .product--box {
    padding: 2.5rem 2.5rem 2.5rem 2.5rem;
  }
}
.is--ctl-index .emotion--product-slider .product-slider--container .product-slider--item .product--info .product--title {
  width: 86%;
  white-space: normal;
  display: flex;
}
.is--ctl-index .emotion--product-slider .product-slider--container .product-slider--item .product--info .product--image {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 30em) {
  .box--basic .product--image {
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 10rem;
  }
  .box--basic .product--info {
    position: relative;
    padding: 0rem 0rem 0rem 11.25rem;
  }
  .box--minimal {
    width: 50%;
  }
  .box--image .product--image {
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
  }
  .box--image .product--info {
    position: relative;
    padding-left: 52%;
  }
  .box--image .product--price-info {
    height: 3.75rem;
    flex: 0 0 50%;
  }
  .box--image .product--price-info .price--unit {
    height: 2.5rem;
  }
  .box--list .product--image {
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 11.25rem;
  }
  .box--list .product--info {
    position: relative;
    padding: 0rem 0rem 0rem 12.5rem;
  }
}
@media screen and (min-width: 48em) {
  .product--box .action--compare {
    display: inline-block;
  }
  .box--basic .product--image {
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 10rem;
  }
  .box--basic .product--info {
    position: relative;
    padding: 0rem 0rem 0rem 11.25rem;
  }
  .box--image .product--image {
    margin: 0rem 0rem 0.3125rem 0rem;
    width: auto;
    position: relative;
    height: 15rem;
  }
  .box--image .product--info {
    padding: 0;
  }
  .box--image .product--price-info {
    height: 2.5rem;
  }
  .box--image .product--price-info .price--unit {
    height: 1.25rem;
  }
  .is--ctl-search .box--basic,
  .is--ctl-listing.is--no-sidebar .box--basic {
    width: 50%;
  }
  .is--ctl-search .box--basic .product--image,
  .is--ctl-listing.is--no-sidebar .box--basic .product--image {
    margin: 0rem 0rem 0.3125rem 0rem;
    width: auto;
    position: relative;
    height: 11.25rem;
  }
  .is--ctl-search .box--basic .product--info,
  .is--ctl-listing.is--no-sidebar .box--basic .product--info {
    padding: 0;
  }
  .is--ctl-search .box--minimal,
  .is--ctl-listing.is--no-sidebar .box--minimal {
    width: 25%;
  }
  .is--ctl-search .box--image,
  .is--ctl-listing.is--no-sidebar .box--image {
    width: 50%;
  }
  .is--ctl-search .has--sidebar-filter .box--basic,
  .is--ctl-listing.is--no-sidebar .has--sidebar-filter .box--basic {
    width: 100%;
  }
  .is--ctl-search .has--sidebar-filter .box--basic .product--image,
  .is--ctl-listing.is--no-sidebar .has--sidebar-filter .box--basic .product--image {
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 10rem;
  }
  .is--ctl-search .has--sidebar-filter .box--basic .product--info,
  .is--ctl-listing.is--no-sidebar .has--sidebar-filter .box--basic .product--info {
    position: relative;
    padding: 0rem 0rem 0rem 11.25rem;
  }
  .is--ctl-search .has--sidebar-filter .box--minimal,
  .is--ctl-listing.is--no-sidebar .has--sidebar-filter .box--minimal {
    width: 33.3%;
  }
}
@media screen and (min-width: 64em) {
  .box--basic {
    width: 50%;
  }
  .box--basic .product--image {
    margin: 0rem 0rem 0.3125rem 0rem;
    width: auto;
    position: relative;
    height: 11.25rem;
  }
  .box--basic .product--info {
    padding: 0;
  }
  .box--minimal {
    width: 25%;
  }
  .box--image {
    width: 50%;
  }
  .box--image .product--image {
    margin: 0rem 0rem 0.3125rem 0rem;
    width: auto;
    position: relative;
    height: 17.5rem;
  }
  .box--image .product--info {
    padding: 0;
  }
  .is--ctl-search .box--basic .product--image,
  .is--ctl-listing.is--no-sidebar .box--basic .product--image {
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 10.625rem;
  }
  .is--ctl-search .box--basic .product--info,
  .is--ctl-listing.is--no-sidebar .box--basic .product--info {
    position: relative;
    padding: 0rem 0rem 0rem 11.875rem;
  }
  .is--ctl-search .box--minimal,
  .is--ctl-listing.is--no-sidebar .box--minimal {
    width: 20%;
  }
  .is--ctl-search .box--image,
  .is--ctl-listing.is--no-sidebar .box--image {
    width: 33.3%;
  }
  .is--ctl-search .has--sidebar-filter .box--basic,
  .is--ctl-listing.is--no-sidebar .has--sidebar-filter .box--basic {
    width: 50%;
  }
  .is--ctl-search .has--sidebar-filter .box--basic .product--image,
  .is--ctl-listing.is--no-sidebar .has--sidebar-filter .box--basic .product--image {
    margin: 0rem 0rem 0.3125rem 0rem;
    width: auto;
    position: relative;
    height: 11.25rem;
  }
  .is--ctl-search .has--sidebar-filter .box--basic .product--info,
  .is--ctl-listing.is--no-sidebar .has--sidebar-filter .box--basic .product--info {
    padding: 0;
  }
  .is--ctl-search .has--sidebar-filter .box--minimal,
  .is--ctl-listing.is--no-sidebar .has--sidebar-filter .box--minimal {
    width: 25%;
  }
}
@media screen and (min-width: 78.75em) {
  .box--basic .product--image {
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 10.625rem;
  }
  .box--basic .product--info {
    position: relative;
    padding: 0rem 0rem 0rem 11.875rem;
  }
  .box--basic .box--content {
    padding: 1.25rem 0.625rem 1.25rem 0.625rem;
  }
  .box--minimal {
    width: 25%;
  }
  .box--minimal .buybox--form .buy-btn--cart-text {
    display: inline-block;
  }
  .box--minimal .buybox--form i.icon--basket {
    display: none;
  }
  .box--image .product--image {
    margin: 0rem 0rem 0.3125rem 0rem;
    width: auto;
    position: relative;
    height: 18.75rem;
  }
  .box--image .product--info {
    padding: 0;
  }
  .is--ctl-search .listing .box--minimal,
  .is--ctl-listing.is--no-sidebar .listing .box--minimal {
    width: 20%;
  }
  .is--ctl-search .listing .has--sidebar-filter .box--basic .product--image,
  .is--ctl-listing.is--no-sidebar .listing .has--sidebar-filter .box--basic .product--image {
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 10.625rem;
  }
  .is--ctl-search .listing .has--sidebar-filter .box--basic .product--info,
  .is--ctl-listing.is--no-sidebar .listing .has--sidebar-filter .box--basic .product--info {
    position: relative;
    padding: 0rem 0rem 0rem 11.875rem;
  }
}
/* todo refactor */
.box--minimal .box--content {
  border: none;
  padding: 0;
}
.box--minimal .product--title {
  height: auto;
  color: #314c49;
}
.box--minimal .product--title:hover {
  color: #314c49;
}
.box--minimal .product--attributes .highlight {
  color: #666666;
  display: block;
}
.box--minimal .product--price .price--default {
  font-size: 1.125rem;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #314c49;
}
.box--minimal .product--footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.3125rem;
}
.box--minimal .product--rating .product--rating i[class^=icon] {
  background: #666666;
}
.box--minimal .product--price-info {
  height: auto;
}
.box--minimal .product--price-info .product--price-outer {
  height: auto;
}
.box--minimal .product--price-info .product--price-outer .product--price {
  position: relative;
}
.box--minimal .product--price-info .product--price-outer .product--price .price--default {
  font-weight: 700;
}
.box--minimal .product--price-info .price--unit {
  display: none;
}
.box--minimal .product--rating {
  visibility: visible;
}
@media screen and (min-width: 64em) {
  .box--minimal .product--rating {
    visibility: hidden;
  }
}
.box--minimal .product--actions {
  display: block;
}
@media screen and (min-width: 78.75em) {
  .box--minimal .product--actions {
    display: none;
  }
}
.box--minimal .product--actions .action-form--note {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1000;
  opacity: 1;
}
@media screen and (min-width: 78.75em) {
  .box--minimal .product--actions .action-form--note {
    opacity: 0;
  }
}
@media screen and (min-width: 78.75em) {
  .box--minimal:hover {
    background: #edece8 !important;
  }
}
.box--minimal:hover .product--rating {
  visibility: visible;
}
.box--minimal:hover .product--actions {
  display: block;
}
.box--minimal:hover .product--actions .action-form--note {
  opacity: 1;
}
.product-slider--item .product--box {
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 64em) {
  .is--ctl-search .listing .box--basic .product--image,
  .is--ctl-listing.is--no-sidebar .listing .box--basic .product--image {
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 10.625rem;
  }
  .is--ctl-search .listing .box--basic .product--info,
  .is--ctl-listing.is--no-sidebar .listing .box--basic .product--info {
    position: relative;
    padding: 0rem 0rem 0rem 11.875rem;
  }
  .is--ctl-search .listing .box--minimal,
  .is--ctl-listing.is--no-sidebar .listing .box--minimal {
    width: 25%;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-search .listing .box--minimal,
  .is--ctl-listing.is--no-sidebar .listing .box--minimal {
    width: 25%;
  }
}
/* Temp Fix voor weergave in Topseller widget */
.product-slider--item .product--box {
  width: calc(98%) !important;
}
/*
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 .tellafriend--buttons:before {
  content: " ";
  display: table;
}
.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:before {
  content: " ";
  display: table;
}
.topseller:after {
  content: " ";
  display: table;
  clear: both;
}
.topseller .topseller--content {
  padding: 0rem 0.625rem 0rem 0.625rem;
}
.topseller .product-slider--arrow.arrow--next {
  right: -0.0625rem;
}
.topseller .product-slider--arrow.arrow--prev {
  left: -0.0625rem;
}
.topseller--product {
  text-align: center;
}
.topseller--product:hover .badge {
  background-color: #3f655b;
  background-image: linear-gradient(to bottom, #3f655b 0%, #2a3d38 100%);
  color: #f9f4ee;
  text-shadow: 0 1px 1px #AD1200;
}
.topseller--product:hover .product--title {
  color: #2a3d38;
}
.topseller--number {
  margin: 0.625rem 0rem 0.3125rem 0rem;
}
/*
Register
==========================================
Contains the styles of the registration process form and its components.

The user can see the registration steps, advantages and required information.
*/
.register--content {
  width: 100%;
  display: none;
}
.register--content:after {
  content: "";
  display: table;
  clear: both;
}
.register--content:before {
  content: " ";
  display: table;
}
.register--content:after {
  content: " ";
  display: table;
  clear: both;
}
.register--content.is--collapsed {
  display: block;
}
.register--content .alert {
  margin: 1.25rem 1.125rem 1.25rem 1.125rem;
}
.register--content .register--check {
  padding-bottom: 0.5rem;
}
.register--content .register--action {
  margin: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.register--content .register--action .register--submit {
  width: 100%;
  text-align: center;
}
.register--content .register--required-info {
  padding-bottom: 1.875rem;
  margin: 0rem 1.625rem 1rem 1.625rem;
  font-size: 0.875rem;
}
.register--content .select-field {
  margin-bottom: 0.625rem;
  max-width: 100%;
}
.register--content .register--field {
  margin-bottom: 0.625rem;
  width: 100%;
}
.register--content .register--customertype {
  display: block;
}
.register--content .register--customertype .select-field {
  display: flex;
  align-items: center;
}
.register--content .register--customertype .select-field .icon--right {
  position: absolute;
  right: 10px;
  pointer-events: none;
}
.register--content .register--country.select-field {
  display: flex;
  align-items: center;
}
.register--content .register--country.select-field .icon--right {
  position: absolute;
  right: 10px;
  pointer-events: none;
}
.register--content .register--zip-city .register--field-zipcode {
  width: 28%;
  float: left;
}
.register--content .register--zip-city .register--field-city {
  width: 70%;
  float: left;
}
.register--content .register--zip-city .register--field-city:after {
  content: "";
  display: table;
  clear: both;
}
.register--content .register--zip-city .register--field-city:before {
  content: " ";
  display: table;
}
.register--content .register--zip-city .register--field-city:after {
  content: " ";
  display: table;
  clear: both;
}
.register--content .register--zip-city .register--spacer {
  margin-right: 2%;
}
.register--content .birthday--label {
  margin: 0rem 0rem 0.3125rem 0rem;
  display: block;
  font-weight: 700;
}
.register--content .birthday--label:after {
  content: "";
  display: table;
  clear: both;
}
.register--content .birthday--label:before {
  content: " ";
  display: table;
}
.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 #dadae5;
}
.register--content .register--privacy input[type="checkbox"] {
  margin: 0rem 0.625rem 0rem 0rem;
}
.register--content .register--personal {
  padding-bottom: 0.625rem;
}
.register--content .register--personal:after {
  content: "";
  display: table;
  clear: both;
}
.register--content .register--personal:before {
  content: " ";
  display: table;
}
.register--content .register--personal:after {
  content: " ";
  display: table;
  clear: both;
}
.register--login:after {
  content: "";
  display: table;
  clear: both;
}
.register--login:before {
  content: " ";
  display: table;
}
.register--login:after {
  content: " ";
  display: table;
  clear: both;
}
.register--login .register--new-customer {
  margin: 1.25rem 0rem 1.25rem 0rem;
  display: flex;
  justify-content: center;
}
.register--login .register--new-customer .new-customer-btn {
  display: block;
  width: 86%;
  text-align: left;
  border: none;
  border-bottom: 1px solid black;
  position: relative;
  padding-bottom: 0.375rem;
  padding-left: 0;
}
.register--login .register--new-customer .new-customer-btn:after {
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  margin-top: -0.625rem;
  font-size: 1rem;
  right: 0.625rem;
  position: absolute;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  content: "\f078";
  color: inherit;
  top: 50%;
}
.register--login .register--new-customer .new-customer-btn.is--active:after {
  content: "\f077";
}
.register--login .register--existing-customer {
  padding: 0rem 1.5rem 1.5rem 1.5rem;
}
@media screen and (min-width: 48em) {
  .register--login .register--existing-customer {
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  }
}
.register--login .register--login-field {
  margin-bottom: 0.625rem;
  width: 100%;
  padding-left: 0.5rem;
}
.register--login .register--login-description {
  padding-bottom: 1.25rem;
}
.register--login .register--login-lostpassword {
  text-decoration: underline;
  padding-bottom: 1.25rem;
}
.register--login .register--login-btn {
  width: 100%;
  text-align: center;
  padding: 0.125rem 0.125rem 0.125rem 0.125rem;
}
@media screen and (min-width: 48em) {
  .register--login .register--login-btn {
    padding: 0.125rem 2.25rem 0.125rem 0.75rem;
  }
}
.register--advantages {
  display: none;
}
.password--success {
  margin: 0.625rem 0rem 1.25rem 0rem;
}
.steps--container {
  background: transparent;
}
.is--act-shippingpayment .steps--content,
.is--act-confirm .steps--content {
  padding: 1.625rem 0.625rem 0.625rem 0.625rem;
}
.is--act-shippingpayment .product--table .table--actions,
.is--act-confirm .product--table .table--actions {
  padding: 0rem 1.25rem 0rem 1.25rem;
}
.is--act-shippingpayment .product--table .table--footer,
.is--act-confirm .product--table .table--footer {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.is--act-shippingpayment .content--confirm .dispatch--method-list,
.is--act-confirm .content--confirm .dispatch--method-list,
.is--act-shippingpayment .content--confirm .payment--method-list,
.is--act-confirm .content--confirm .payment--method-list {
  padding: 0rem 1.25rem 0rem 1.25rem;
  margin: 0;
}
@media screen and (min-width: 48em) {
  .is--act-shippingpayment .content--confirm .dispatch--method-list,
  .is--act-confirm .content--confirm .dispatch--method-list,
  .is--act-shippingpayment .content--confirm .payment--method-list,
  .is--act-confirm .content--confirm .payment--method-list {
    padding: 0rem 0rem 0rem 0rem;
  }
}
.is--act-shippingpayment .confirm--inner-container .basket--footer,
.is--act-confirm .confirm--inner-container .basket--footer {
  padding: 0rem 1.25rem 0rem 1.25rem;
}
.steps--content {
  padding: 1.625rem 1.25rem 0rem 1.25rem;
  display: table;
  border-top: 1px solid #dadae5;
  width: 100%;
}
.steps--content .steps--list {
  display: table-row;
}
.steps--content .steps--list:after {
  content: "";
  display: table;
  clear: both;
}
.steps--content .steps--list:before {
  content: " ";
  display: table;
}
.steps--content .steps--list:after {
  content: " ";
  display: table;
  clear: both;
}
.steps--content .steps--entry {
  padding: 0rem 0.625rem 0rem 0.625rem;
  display: table-cell;
  list-style: none;
  vertical-align: top;
  text-align: center;
}
.steps--content .steps--spacer {
  display: none;
  vertical-align: middle;
}
.steps--content .steps--entry .icon {
  background: #f9f9f9;
  border-radius: 22px;
  background-clip: padding-box;
  padding: 0.625rem 1rem 0.625rem 1rem;
  width: 2.875rem;
  font-size: 1.25rem;
  display: inline-block;
  text-align: center;
  color: #404040;
  font-weight: 300;
  float: left;
}
.steps--content .is--active .icon {
  background: #314c49;
  color: #f9f4ee;
}
.steps--content .steps--entry .text {
  margin: 0rem 0rem 0rem 0.625rem;
  height: 3.25rem;
  position: relative;
  top: -2px;
  display: none;
  vertical-align: middle;
}
.steps--content .steps--entry .text::after {
  content: '';
  height: 100%;
}
.steps--content .is--active .text {
  color: #2a3d38;
  display: inline-block;
  font-weight: 700;
}
.steps--content .steps--entry .text--inner,
.steps--content .steps--entry .text::after {
  display: inline-block;
  vertical-align: middle;
}
.is--ctl-register .select-field select,
.is--ctl-checkout .select-field select,
.is--ctl-register .js--fancy-select select,
.is--ctl-checkout .js--fancy-select select {
  background: transparent;
}
.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 p {
  margin-bottom: 0;
}
.account--change-payment .payment--selection-label {
  width: 50%;
}
.account--change-payment .payment--content input {
  max-width: 100%;
}
.account--change-payment .payment--method.panel--tr {
  display: flex;
  flex-wrap: wrap;
}
.account--change-payment .payment--method.panel--tr .payment--selection-label label {
  font-size: 0.875rem;
}
.account--change-payment .account--change-payment .payment--selection-label {
  padding: 0 10px;
  max-width: 35%;
}
.account--change-payment .payment--content {
  flex: 1 0 100%;
  order: 5;
  max-width: 100% !important;
}
.account--change-payment .payment--selection-input {
  order: 0;
}
.account--change-payment .payment--description.panel--td {
  order: 1;
  max-width: unset;
  width: unset;
}
.account--change-payment .payment--selection-label {
  order: 3;
}
@media screen and (min-width: 48em) {
  .register--content {
    padding: 0;
    width: 64%;
    float: right;
    display: block;
  }
  .register--content .select-field {
    margin-bottom: 0.9375rem;
  }
  .register--content .select-field .register--birthday {
    margin-right: 2%;
  }
  .register--content .register--field {
    margin-bottom: 0.9375rem;
  }
  .register--content .register--check {
    padding-bottom: 0.5rem;
  }
  .register--content .select-field {
    max-width: 18.125rem;
  }
  .register--content .register--birthdate .select-field {
    width: 32%;
    margin-right: 2%;
  }
  .register--content .register--action {
    text-align: left;
    margin: 0;
  }
  .register--content .register--action .register--submit {
    width: 35%;
  }
  .steps--content {
    padding: 1.875rem 0rem 1.5rem 0rem;
    background: transparent;
    border: none;
  }
  .steps--content .steps--spacer {
    width: 5rem;
    display: table-cell;
    text-align: center;
  }
  .steps--content .steps--entry .text {
    margin: 0rem 0.625rem 0rem 0.625rem;
    display: inline-block;
    font-weight: 300;
  }
  .register--login {
    width: 34%;
    float: left;
  }
  .register--login .register--new-customer {
    display: none;
  }
  .register--login .register--login-field {
    margin-bottom: 0.9375rem;
  }
  .register--login .register--login-btn {
    width: 50%;
    text-align: left;
  }
  .register--advantages {
    display: block;
    width: 34%;
    float: left;
  }
  .register--advantages:after {
    content: "";
    display: table;
    clear: both;
  }
  .register--advantages:before {
    content: " ";
    display: table;
  }
  .register--advantages:after {
    content: " ";
    display: table;
    clear: both;
  }
  .register--advantages .panel--title {
    margin: 0rem 0rem 0.625rem 0rem;
  }
}
@media screen and (min-width: 78.75em) {
  .steps--content .steps--entry.step--payment {
    width: 30%;
  }
  .steps--content .steps--entry .text {
    margin: 0rem 0rem 0rem 0.625rem;
    width: 70%;
    text-align: left;
  }
  .steps--content .steps--spacer {
    width: 15%;
  }
}
/*
Shopping cart
==============================================
Defines the basic styling of the Shopware 5 shopping cart element.

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

**Shopping Cart options:**

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

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

*/
.ajax--cart .mini-cart-title h2 {
  margin: 0;
  font-size: 24px !important;
  padding: 0 20px;
  text-align: center;
}
.is--ctl-checkout .greeeting_cards_advertise_custom {
  margin-top: 4em;
}
.is--ctl-checkout #gift_options {
  margin-top: 50px;
}
.is--ctl-checkout #greeting_card_add {
  margin: 0;
}
.is--ctl-checkout #greeting_card_add .greeting-card-checkbox {
  background: none;
  float: none;
  width: auto;
}
.is--ctl-checkout #greeting_card_add .greeting-card-label {
  background-color: inherit;
  width: auto;
  float: none;
  padding-left: 5px;
}
.is--ctl-checkout .content-main--inner .product--table .tonur_article_as_gift_wrapper_cart_basket {
  margin: 0;
}
.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%;
}
@media screen and (min-width: 48em) {
  .is--ctl-checkout .viewed--content .product-slider--item {
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
    width: calc(24.75%) !important;
  }
}
.is--ctl-checkout .viewed--content .product-slider--item .product--title,
.is--ctl-checkout .viewed--content .product-slider--item .product--footer {
  white-space: normal;
  min-height: 2.5rem;
}
.is--ctl-checkout .viewed--content .product-slider--item .product--image {
  height: 10.625rem;
}
.is--ctl-checkout .viewed--content .product-slider--item .product--rating-container {
  display: flex;
  justify-content: center;
}
.is--ctl-checkout .viewed--content .product-slider--item .product--rating-container .product--rating {
  display: block;
}
.is--ctl-checkout .viewed--content .product-slider--item .product--attributes {
  min-height: 1.25rem;
}
.is--ctl-checkout .viewed--content .product-slider {
  display: flex;
  justify-content: center;
}
.is--ctl-checkout .table--footer {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.is--ctl-checkout .codiverse-cart-upselling.premium-product.position- {
  display: none;
}
.is--ctl-checkout .content--basket .row--product .panel--td.column--actions,
.is--ctl-checkout .confirm--content .row--product .panel--td.column--actions {
  top: 1.125rem;
  right: -0.5rem;
}
.is--ctl-checkout .content--basket .row--product .column--unit-price .price--content,
.is--ctl-checkout .confirm--content .row--product .column--unit-price .price--content,
.is--ctl-checkout .content--basket .row--product .column--total-price .price--content,
.is--ctl-checkout .confirm--content .row--product .column--total-price .price--content,
.is--ctl-checkout .content--basket .row--product .column--unit-price .price,
.is--ctl-checkout .confirm--content .row--product .column--unit-price .price,
.is--ctl-checkout .content--basket .row--product .column--total-price .price,
.is--ctl-checkout .confirm--content .row--product .column--total-price .price {
  min-width: 6.25rem;
  display: block;
}
.is--ctl-checkout .content--basket .row--rebate .column--total-price,
.is--ctl-checkout .confirm--content .row--rebate .column--total-price {
  margin-top: 0.375rem;
  display: flex;
  width: 100%;
}
@media screen and (min-width: 78.75em) {
  .is--ctl-checkout .content--basket .row--rebate .column--total-price,
  .is--ctl-checkout .confirm--content .row--rebate .column--total-price {
    width: 18%;
  }
}
.is--ctl-checkout .content--basket .row--rebate .column--total-price .total-price--label,
.is--ctl-checkout .confirm--content .row--rebate .column--total-price .total-price--label {
  width: 70% !important;
}
.is--ctl-checkout .content--basket .row--rebate .column--total-price .rebate-total-price,
.is--ctl-checkout .confirm--content .row--rebate .column--total-price .rebate-total-price {
  width: 30% !important;
}
@media screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) {
  .is--ctl-checkout .content--checkout .product--table .row--product .column--unit-price .price--content,
  .is--ctl-checkout .confirm--content .product--table .row--product .column--unit-price .price--content,
  .is--ctl-checkout .content--checkout .product--table .row--product .column--total-price .price--content,
  .is--ctl-checkout .confirm--content .product--table .row--product .column--total-price .price--content,
  .is--ctl-checkout .content--checkout .product--table .row--product .column--unit-price .price,
  .is--ctl-checkout .confirm--content .product--table .row--product .column--unit-price .price,
  .is--ctl-checkout .content--checkout .product--table .row--product .column--total-price .price,
  .is--ctl-checkout .confirm--content .product--table .row--product .column--total-price .price {
    display: block;
  }
}
.is--act-shippingpayment .add-product--form {
  display: none;
}
.is--act-shippingpayment .product--table {
  margin-top: 0;
}
.is--act-shippingpayment .payment--method-list {
  margin-top: 0.625rem;
}
.is--ctl-checkout.is--act-cart .panel {
  width: 100%;
}
.is--ctl-checkout.is--act-cart .panel--th,
.is--ctl-checkout.is--act-cart .panel--td,
.is--ctl-checkout.is--act-cart .panel--td {
  align-items: center !important;
  padding: 0 !important;
}
.is--ctl-checkout.is--act-cart .panel--td.table--content {
  display: flex !important;
  align-items: center !important;
  padding: 0 !important;
}
.product--table .column--product {
  display: flex;
}
.product--table .column--product .panel--td.table--content {
  flex: 9 100px;
  justify-content: flex-start;
}
.product--table .column--product .panel--td.table--content * {
  padding: 0rem;
  padding-right: 0.625rem;
  font-size: 0.875rem;
  float: left;
  margin: 0;
  line-height: 1;
  font-weight: 100;
}
.product--table .column--product .panel--td.column--image {
  flex: 1 100px;
}
.product--table {
  margin-top: 0.625rem;
}
.product--table .alert {
  margin-bottom: 0.625rem;
}
.product--table .panel {
  border: 0 none;
}
.product--table .panel--body {
  padding: 0;
}
.product--table .premium-product.panel {
  margin: 0.625rem 0rem 0rem 0rem;
  border: 1px solid #dadae5;
}
.product--table .delivery--status-icon {
  display: none;
}
.product--table .price--content {
  display: block;
}
.product--table .table--actions {
  margin-top: 0.625rem;
  position: relative;
}
.product--table .table--actions:after {
  content: "";
  display: table;
  clear: both;
}
.product--table .table--actions:before {
  content: " ";
  display: table;
}
.product--table .table--actions:after {
  content: " ";
  display: table;
  clear: both;
}
.product--table .table--actions .btn--checkout-proceed,
.product--table .table--actions .btn--checkout-continue {
  width: 100%;
  text-align: center;
  margin-bottom: 0.625rem;
}
.product--table .table--tr.block-group.row--product {
  display: flex;
}
.product--table .table--tr.block-group.row--product {
  flex-direction: column;
}
@media screen and (min-width: 48em) {
  .product--table .table--tr.block-group.row--product {
    flex-direction: row;
  }
}
.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;
  width: 100%;
  height: 100%;
}
.product--table .table--tr:after {
  content: "";
  display: table;
  clear: both;
}
.product--table .table--tr:before {
  content: " ";
  display: table;
}
.product--table .table--tr:after {
  content: " ";
  display: table;
  clear: both;
}
.product--table .table--media,
.product--table .table--content {
  float: left;
}
.product--table .column--product {
  padding-left: 0;
  width: 90%;
}
.product--table .column--product .column--image {
  padding: 0.625rem 0rem 0.625rem 0rem;
  float: left;
  width: 26%;
}
.product--table .table--media {
  width: 100%;
  position: relative;
}
.product--table .table--media .table--media-outer {
  border-radius: 2px;
  background-clip: padding-box;
  max-width: 4.375rem;
  max-height: 4.375rem;
  margin: 0 auto;
}
.product--table .table--media .table--media-inner {
  width: 100%;
  position: relative;
  padding-bottom: 100%;
  height: 0;
}
.product--table .table--media img {
  padding: 5%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.product--table .table--content {
  font-size: 0.75rem;
  width: 70%;
}
.product--table .delivery--status-icon {
  font-size: 0.75rem;
  margin: 0;
}
.product--table .delivery--information {
  font-size: 0.875rem;
}
.product--table .content--title {
  font-size: 1rem;
  font-weight: 700;
  color: #666666;
}
.product--table .column--actions {
  padding-right: 0;
  position: absolute;
  width: 20%;
  top: 30px;
  right: 0;
  text-align: right;
}
.product--table .column--actions .column--actions-link {
  line-height: 2.5rem;
  padding: 0rem 0.875rem 0rem 0.9375rem;
}
.product--table .column--actions .icon--cross {
  font-size: 0.75rem;
}
.product--table .column--label {
  color: #314c49;
  text-align: left;
  margin: 0%;
  float: left;
  font-weight: 300;
}
.product--table .column--label.quantity--label {
  margin-top: 0.6875rem;
}
.product--table .row--rebate .column--label,
.product--table .row--premium-product .column--label,
.product--table .row--voucher .column--label {
  margin: 0;
}
.product--table .row--rebate .table--media,
.product--table .row--premium-product .table--media,
.product--table .row--voucher .table--media {
  width: 4.375rem;
  margin: 0 auto;
  float: none;
}
.product--table .row--rebate .column--image,
.product--table .row--premium-product .column--image,
.product--table .row--voucher .column--image {
  padding: 0.625rem 0rem 0.625rem 0rem;
  width: 24%;
}
.product--table .row--rebate .table--content,
.product--table .row--premium-product .table--content {
  padding-top: 1.3125rem;
}
.product--table .column--total-price {
  font-weight: 700;
}
.product--table .column--product:after {
  content: "";
  display: table;
  clear: both;
}
.product--table .column--product:before {
  content: " ";
  display: table;
}
.product--table .column--product:after {
  content: " ";
  display: table;
  clear: both;
}
.product--table .column--product .column--image {
  float: left;
  width: 24%;
}
.product--table .column--quantity .select-field {
  min-width: 6.25rem;
  max-width: 10rem;
  width: auto;
}
.product--table .column--quantity .select-field label[for="sQuantity"] {
  position: absolute;
  top: 10px;
  right: 10px;
  pointer-events: none;
}
.product--table .column--quantity,
.product--table .column--unit-price,
.product--table .column--total-price,
.product--table .column--tax-price {
  width: 78%;
}
.product--table .column--quantity {
  padding: 0rem 0rem 0rem 0.625rem;
}
.product--table .column--unit-price {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
}
.product--table .product--delivery {
  margin: 0;
}
.product--table .cart--badge {
  border-radius: 3px 0 0 3px;
  background-clip: padding-box;
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  top: 0;
  left: 0;
  background: #2a3d38;
}
.product--table .cart--badge span {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  text-align: center;
  line-height: 20px;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  position: absolute;
  width: 70px;
  top: 0;
  bottom: 0;
}
.product--table .basket--badge {
  line-height: 3rem;
  font-size: 1rem;
  border-radius: 128px;
  background-clip: padding-box;
  height: 3rem;
  width: 3rem;
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
  background: #666666;
  color: #f9f4ee;
}
.product--table .basket--badge .icon--arrow-right {
  font-size: 0.8125rem;
}
.product--table .basket--badge .icon--coupon {
  font-size: 1.75rem;
  line-height: 3.125rem;
}
.product--table .row--premium-product .basket--badge {
  font-size: 0.6875rem;
}
.product--table .table--actions + .alert {
  margin-top: 0.625rem;
}
.product--table .content {
  font-size: 0.875rem;
  margin: 0;
}
.product--table .add-product--form {
  margin: 1.25rem 0rem 1.25rem 0rem;
}
.product--table .add-product--field,
.product--table .add-voucher--field {
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
  height: 2.375rem;
  width: 90%;
}
.product--table .add-voucher--field {
  background: #f9f4ee;
}
.product--table .add-product--button,
.product--table .add-voucher--button {
  height: 2.375rem;
  padding: 0.1875rem 0rem 0.1875rem 0rem;
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  width: 10%;
}
.product--table .add-voucher--form {
  margin: 0rem 0rem 1.5rem 0rem;
}
.product--table .add-voucher--panel {
  margin: 0.625rem 0rem 0rem 0rem;
}
.product--table .table--shipping-costs label {
  font-weight: 700;
}
.product--table .table--shipping-costs .select-field {
  height: 2.375rem;
  line-height: 2.25rem;
  max-width: 100%;
}
.product--table .table--shipping-costs-trigger {
  font-weight: 700;
}
.product--table .main--actions:after {
  content: "";
  display: table;
  clear: both;
}
.product--table .main--actions:before {
  content: " ";
  display: table;
}
.product--table .main--actions:after {
  content: " ";
  display: table;
  clear: both;
}
.product--table .table--footer {
  font-size: 0.875rem;
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
}
.product--table .table--footer .benefit--text {
  font-size: 0.875rem;
}
.product--table .benefit--headline {
  font-size: 0.875rem;
  color: #314c49;
  font-weight: 700;
}
.aggregation--list .list--entry {
  list-style: none;
}
.aggregation--list .entry--label {
  width: 60%;
}
.aggregation--list .entry--value {
  width: 40%;
  text-align: right;
}
.aggregation--list .entry--total {
  font-weight: 700;
  color: #314c49;
}
.aggregation--list .entry--totalnet,
.aggregation--list .entry--taxes {
  font-size: 0.75rem;
}
.premium-product.panel {
  margin: 0.625rem 0rem 0.625rem 0rem;
}
.premium-product--content {
  height: 20rem;
}
.premium-product--content .product-slider--container {
  padding: 0;
}
.premium-product p {
  margin: 0.625rem 0rem 0.625rem 0rem;
}
.premium-product .premium-product--difference {
  border-color: #e0e0e0;
  display: block;
}
.premium-product .premium-product--difference .difference--price {
  font-size: 0.875rem;
}
.premium-product .product-slider--arrow.arrow--next {
  right: -0.0625rem;
}
.premium-product .product-slider--arrow.arrow--prev {
  left: -0.0625rem;
}
.premium-product .product--inner {
  padding: 0.3125rem 1.875rem 0.3125rem 1.875rem;
  margin: 0rem 0rem 0.625rem 0rem;
}
.premium-product .product--inner .product--image {
  border-radius: 3px;
  background-clip: padding-box;
  height: 10.9375rem;
  margin: 0rem 0rem 0.9375rem 0rem;
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  display: block;
  border: 1px solid #dadae5;
  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: #2a3d38;
  position: absolute;
  color: #f9f4ee;
  font-weight: 700;
  z-index: 750;
}
.premium-product .product--inner .premium-product--free {
  color: #4a9361;
  font-weight: 700;
  text-align: left;
}
.premium-product .product--inner .btn {
  width: 100%;
}
.premium-product .product--inner .premium--variant:after {
  content: "";
  display: table;
  clear: both;
}
.premium-product .product--inner .premium--variant:before {
  content: " ";
  display: table;
}
.premium-product .product--inner .premium--variant:after {
  content: " ";
  display: table;
  clear: both;
}
.premium-product .product--inner .premium--variant .premium--button {
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  height: 2.375rem;
  margin-left: -0.125rem;
  width: 20%;
}
.premium-product .product--inner .premium--variant .select-field {
  margin-right: 0.125rem;
  max-width: 80%;
  float: left;
}
.premium-product .product--inner .premium--variant .select-field .premium--selection {
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
  line-height: 2.375rem;
  height: 2.375rem;
  font-weight: 700;
}
.premium-product .product--inner .premium--variant .select-field:after {
  height: 2.25rem;
}
.js--modal .modal--checkout-add-article .link--article-image .image--media {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.js--modal .modal--checkout-add-article .link--article-image .image--media img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.js--modal .modal--checkout-add-article .modal--title {
  padding: 0.625rem 2.5rem 0.625rem 1.25rem;
  font-size: 1rem;
  font-weight: 700;
  border-bottom: 1px solid #dadae5;
}
.js--modal .modal--checkout-add-article .modal--error {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.js--modal .modal--checkout-add-article .modal--article {
  padding: 1.25rem;
}
.js--modal .modal--checkout-add-article .article--info {
  margin-left: 5rem;
}
.js--modal .modal--checkout-add-article .article--info:after {
  content: "";
  display: table;
  clear: both;
}
.js--modal .modal--checkout-add-article .article--info:before {
  content: " ";
  display: table;
}
.js--modal .modal--checkout-add-article .article--info:after {
  content: " ";
  display: table;
  clear: both;
}
.js--modal .modal--checkout-add-article .article--image {
  padding: 0.3125rem;
  width: 5rem;
  height: 5rem;
  border-radius: 3px;
  background-clip: padding-box;
  float: left;
  border: 1px solid #dadae5;
}
.js--modal .modal--checkout-add-article .article--name {
  width: 100%;
}
.js--modal .modal--checkout-add-article .list--name {
  margin-left: 0.9375rem;
}
.js--modal .modal--checkout-add-article .list--name .entry--name {
  margin-bottom: 0.625rem;
}
.js--modal .modal--checkout-add-article .list--name .link--name {
  color: #666666;
  font-weight: 700;
}
.js--modal .modal--checkout-add-article .article--price {
  margin: 0.9375rem 0rem 0rem 0.9375rem;
  width: 100%;
}
.js--modal .modal--checkout-add-article .list--price .entry--price {
  margin-bottom: 0.625rem;
  color: #666666;
  font-weight: 700;
}
.js--modal .modal--checkout-add-article .modal--actions {
  margin: 0rem 0rem 1.25rem 0rem;
  padding: 0.625rem 1.25rem 0rem 1.25rem;
}
.js--modal .modal--checkout-add-article .modal--actions:after {
  content: "";
  display: table;
  clear: both;
}
.js--modal .modal--checkout-add-article .modal--actions:before {
  content: " ";
  display: table;
}
.js--modal .modal--checkout-add-article .modal--actions:after {
  content: " ";
  display: table;
  clear: both;
}
.js--modal .modal--checkout-add-article .modal--actions .btn {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.js--modal .modal--checkout-add-article .modal--actions .btn:last-child {
  margin-top: 0.625rem;
}
.js--modal .modal--checkout-add-article .modal--actions .is--left {
  padding-left: 2.1875rem;
}
.js--modal .modal--checkout-add-article .modal--cross-selling {
  padding: 0rem 1.25rem 1.25rem 1.25rem;
  margin: 0;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .product-slider--container {
  padding: 0;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .item--image {
  padding-bottom: 0.625rem;
  height: 10.625rem;
  border-bottom: 1px solid #dadae5;
  margin: 0 auto;
  text-align: center;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .link--image,
.js--modal .modal--checkout-add-article .modal--cross-selling .link--image span {
  overflow: hidden;
  display: block;
  height: 100%;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .link--image img {
  margin: 0 auto;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .image--slider-item,
.js--modal .modal--checkout-add-article .modal--cross-selling .image--no-picture {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .link--name {
  color: #314c49;
  font-weight: 700;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .item--price-unit {
  font-size: 0.6875rem;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .price--normal {
  font-size: 1.0625rem;
  color: #314c49;
  font-weight: 700;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .price--reduced {
  color: #f36c3d;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .price--pseudo {
  font-size: 0.625rem;
  text-decoration: line-through;
}
.content--confirm .alert {
  margin-top: 0.625rem;
}
.content--confirm .confirm--actions .main--actions {
  text-align: center;
  width: 100%;
}
.content--confirm .payment--method-list,
.content--confirm .dispatch--method-list {
  margin-bottom: 0.625rem;
}
.content--confirm .payment--method,
.content--confirm .dispatch--method {
  padding-bottom: 0.625rem;
  margin-bottom: 0.625rem;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.content--confirm .payment--method .method_last,
.content--confirm .dispatch--method .method_last {
  border: 0 none;
}
.content--confirm .payment--method.method_last,
.content--confirm .dispatch--method.method_last {
  border: 0 none;
}
.content--confirm .method--input {
  width: 2.5rem;
  text-align: center;
  float: left;
  display: flex;
}
.content--confirm .method--description {
  float: left;
  margin-right: 25px;
}
.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 .method--bankdata .select-field select {
  border: 1px solid #e0e0e0;
  padding: 0rem 0.625rem 0rem 0.625rem;
}
.content--confirm .table--aggregation,
.content--confirm .add-product--form,
.content--confirm .add-product--field,
.content--confirm .add-product--button {
  display: none;
}
.content--confirm .aggregation--list {
  font-size: 0.875rem;
  line-height: 1.5rem;
  border-top: 1px solid #dadae5;
}
@media screen and (min-width: 30em) {
  .product--table .column--label {
    text-align: left;
    width: 100%;
    margin: 0;
  }
  .product--table .table--tr {
    padding: 0.625rem 0rem 1.25rem 0rem;
  }
  .product--table .table--content {
    width: 85%;
  }
  .product--table .table--actions .btn--checkout-proceed,
  .product--table .table--actions .btn--checkout-continue {
    width: 49%;
    text-align: center;
    margin-bottom: 0rem;
  }
  .product--table .column--product .column--image {
    width: 15%;
  }
  .product--table .column--quantity,
  .product--table .column--total-price {
    float: left;
    width: 28.83%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .product--table .column--quantity {
    padding-right: 0.625rem;
  }
  .product--table .column--quantity .quantity--label {
    margin: 0rem 0rem 0.1875rem 0rem;
    text-align: left;
  }
  .product--table .column--quantity .select-field {
    float: left;
    font-weight: 700;
  }
  .product--table .column--unit-price {
    padding-right: 0;
    margin: 0;
  }
  .product--table .column--unit-price .unit-price--label {
    margin-bottom: 0.75rem;
  }
  .product--table .column--total-price {
    margin: 0;
  }
  .product--table .column--total-price .total-price--label {
    margin-bottom: 0.75rem;
    font-weight: 700;
  }
  .product--table .column--tax-price {
    margin: 0;
  }
  .product--table .column--tax-price .tax-price--label {
    margin-bottom: 0.75rem;
  }
  .product--table .row--rebate .column--label,
  .product--table .row--premium-product .column--label,
  .product--table .row--voucher .column--label {
    margin: 0;
  }
  .product--table .row--rebate .column--image,
  .product--table .row--premium-product .column--image,
  .product--table .row--voucher .column--image {
    width: 15%;
  }
  .product--table .row--rebate .column--total-price,
  .product--table .row--premium-product .column--total-price,
  .product--table .row--voucher .column--total-price {
    float: right;
  }
  .product--table .add-product--field {
    width: 55%;
  }
  .product--table .actions--bottom .main--actions {
    margin-bottom: 0.625rem;
  }
  .js--modal .modal--checkout-add-article .article--name {
    width: 75%;
    float: left;
  }
  .js--modal .modal--checkout-add-article .article--price {
    width: 25%;
    float: right;
    margin: 0;
  }
  .js--modal .modal--checkout-add-article .modal--actions {
    margin: 0rem 0rem 1.25rem 0rem;
    padding: 0.625rem 1.25rem 0rem 1.25rem;
  }
  .js--modal .modal--checkout-add-article .modal--actions:after {
    content: "";
    display: table;
    clear: both;
  }
  .js--modal .modal--checkout-add-article .modal--actions:before {
    content: " ";
    display: table;
  }
  .js--modal .modal--checkout-add-article .modal--actions:after {
    content: " ";
    display: table;
    clear: both;
  }
  .js--modal .modal--checkout-add-article .modal--actions .btn {
    width: 49%;
  }
  .js--modal .modal--checkout-add-article .modal--actions .btn:last-child {
    margin-top: 0;
  }
  .js--modal .modal--checkout-add-article .modal--actions .is--left {
    padding-left: 2.1875rem;
  }
}
@media screen and (min-width: 48em) {
  .is--ctl-checkout .basket--info-messages {
    margin: 1.25rem 0rem 0.25rem 0rem;
  }
  .is--ctl-checkout .account--change-billing.register--content,
  .is--ctl-checkout .account--change-shipping.register--content {
    width: 75%;
  }
  .is--ctl-checkout .table--footer {
    padding: 0rem 0rem 0rem 0rem;
  }
  .is--act-shippingpayment .product--table .table--actions {
    margin-top: 1.25rem;
  }
  .is--act-shippingpayment .payment--method-list {
    margin-top: 0;
  }
  .product--table {
    margin: 1.25rem 0rem 1.25rem 0rem;
  }
  .product--table .alert {
    margin-bottom: 1.25rem;
  }
  .product--table .row--voucher,
  .product--table .row--premium-product {
    height: 100%;
  }
  .product--table .panel--body {
    padding: 0;
  }
  .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;
    display: flex;
  }
  .product--table .table--header .table--column {
    font-size: 1rem;
    padding-bottom: 0;
    font-weight: 300;
    color: #314c49;
  }
  .product--table .table--header .panel--th {
    padding: 0.3125rem 0.625rem 0.5625rem 0.625rem;
    margin-top: 1.875rem;
    font-size: 1.5rem;
  }
  .product--table .table--header .column--product {
    padding-left: 0;
    width: 52%;
  }
  .product--table .column--product {
    float: left;
    width: 66%;
    flex: 0 0 66%;
  }
  .product--table .column--product .column--image {
    width: 8%;
  }
  .product--table .table--tr {
    padding: 0;
    padding: 3.75rem 0rem 3.75rem 0rem;
  }
  .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;
    border: none;
    max-height: 8.75rem;
    max-width: 8.75rem;
  }
  .product--table .table--content {
    width: 74%;
  }
  .product--table .column--quantity {
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
    float: left;
    width: 11%;
    margin: 0;
  }
  .product--table .column--quantity .select-field {
    float: left;
    font-weight: 700;
  }
  .product--table .column--unit-price,
  .product--table .column--total-price,
  .product--table .column--tax-price {
    width: 14.5%;
  }
  .product--table .row--product .column--quantity {
    padding-top: 1.625rem;
  }
  .product--table .row--product .column--unit-price,
  .product--table .row--product .column--total-price {
    line-height: 2.625rem;
    padding-top: 0;
    text-align: left;
  }
  .product--table .row--product .column--actions {
    padding-top: 1.625rem;
  }
  .product--table .content--title {
    font-size: 1rem;
    font-weight: 700;
    color: #666666;
  }
  .product--table .column--total-price {
    float: right;
    font-weight: 300;
  }
  .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%;
  }
  .product--table .row--rebate .column--tax-price,
  .product--table .row--premium-product .column--tax-price,
  .product--table .row--voucher .column--tax-price {
    margin: 0;
  }
  .product--table .row--rebate .column--actions,
  .product--table .row--premium-product .column--actions,
  .product--table .row--voucher .column--actions {
    padding-top: 0.8125rem;
  }
  .product--table .row--rebate .table--content,
  .product--table .row--premium-product .table--content {
    padding-top: 1.3125rem;
  }
  .product--table .row--rebate .column--total-price,
  .product--table .row--premium-product .column--total-price {
    padding-top: 1.375rem;
  }
  .product--table .row--voucher .column--total-price {
    padding-top: 1.375rem;
  }
  .product--table .row--premium-product .column--product,
  .product--table .row--rebate .column--product {
    width: 77.5%;
  }
  .product--table .row--premium-product .column--image,
  .product--table .row--rebate .column--image {
    width: 13.3%;
  }
  .product--table .row--premium-product .column--total-price,
  .product--table .row--rebate .column--total-price {
    margin-left: 0;
  }
  .product--table .add-product--form {
    margin: 0.9375rem 0rem 1.25rem 0rem;
    width: 35%;
  }
  .product--table .add-product--field {
    width: 80%;
  }
  .product--table .add-product--button {
    width: 16%;
  }
  .product--table .basket--footer:after {
    content: "";
    display: table;
    clear: both;
  }
  .product--table .basket--footer:before {
    content: " ";
    display: table;
  }
  .product--table .basket--footer:after {
    content: " ";
    display: table;
    clear: both;
  }
  .product--table .aggregation--list,
  .product--table .table--aggregation {
    border: 0 none;
    background: transparent;
    margin: 0;
    float: left;
    width: 25%;
  }
  .product--table .table--actions {
    padding: 0.625rem 0rem 0.625rem 0rem;
    padding: 10px 10px 10px 10px;
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
    margin: 0;
  }
  .product--table .table--actions .is--secondary {
    margin-right: 1.25rem;
  }
  .product--table .table--actions .btn--inquiry {
    margin-left: -8.125rem;
    width: 16.25rem;
    top: 0;
    position: absolute;
    left: 50%;
  }
  .product--table .table--actions .btn--checkout-proceed,
  .product--table .table--actions .btn--checkout-continue {
    width: 25%;
    text-align: center;
    margin-bottom: 0rem;
  }
  .product--table .actions--bottom {
    margin-top: 0;
  }
  .product--table .table--footer {
    display: block;
  }
  .footer--benefit {
    font-size: 0.875rem;
    padding: 0rem 1.25rem 0rem 0rem;
    width: 25%;
  }
  .footer--benefit.is--last {
    padding: 0;
  }
  .js--modal .modal--checkout-add-article .article--price {
    margin-top: 0;
    margin-left: 0;
  }
  .js--modal .modal--checkout-add-article .modal--actions .btn {
    width: 35%;
    margin-bottom: 0;
  }
  .js--modal .modal--checkout-add-article .modal--actions .btn:last-child {
    margin-top: 0;
  }
  .content--confirm .alert {
    margin: 0;
  }
  .content--confirm .table--aggregation {
    visibility: hidden;
    display: block;
  }
  .content--confirm .confirm--inner-container .payment--method-list,
  .content--confirm .confirm--inner-container .dispatch--method-list {
    margin-bottom: 1.25rem;
  }
  .content--confirm .confirm--inner-container .panel--body {
    border: 0 none;
  }
  .content--confirm .confirm--inner-container .basket--footer {
    border: 1px solid #dadae5;
    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;
  }
  .product--table .table--aggregation {
    width: 45%;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-checkout .basket--info-messages {
    margin: 2.8125rem 0rem 0rem 0rem;
  }
  .is--act-shippingpayment .product--table {
    margin: 0 auto;
    float: unset;
  }
  .product--table {
    margin-top: 2.8125rem;
  }
  .product--table .column--actions {
    width: 4%;
  }
  .product--table .table--header .column--product {
    width: 55%;
  }
  .product--table .column--product {
    width: 55%;
  }
  .product--table .column--product .column--image {
    width: 14%;
  }
  .product--table .column--product .table--content {
    width: 86%;
  }
  .product--table .row--rebate .column--actions,
  .product--table .row--premium-product .column--actions,
  .product--table .row--voucher .column--actions {
    padding-top: 1.3125rem;
  }
  .product--table .row--product .column--actions {
    padding-top: 2.125rem;
  }
  .product--table .table--tr .column--actions .column--actions-link {
    line-height: 1.125rem;
    padding: 0rem 0.3125rem 0.125rem 0.3125rem;
  }
  .product--table .table--tr .column--actions .icon--cross {
    font-size: 0.5625rem;
  }
  .product--table .row--premium-product .column--product,
  .product--table .row--rebate .column--product {
    width: 80.5%;
  }
  .product--table .row--premium-product .column--product .column--image,
  .product--table .row--rebate .column--product .column--image {
    width: 9.5%;
  }
}
@media screen and (max-width: 48em) {
  button.remove-from-cart.btn.is--small.column--actions-link {
    background: transparent;
    border: 0px;
  }
  button.remove-from-cart.btn.is--small.column--actions-link i {
    font-size: 1.2rem;
    font-weight: 100 !important;
  }
  .product--table.has--dispatch-info {
    display: flex;
    flex-wrap: wrap;
    padding: 0 25px;
  }
  .product--table .table--actions .btn--checkout-proceed,
  .product--table .table--actions .btn--checkout-continue,
  .table--actions,
  .left a {
    width: 100%;
  }
  .table--actions {
    padding: 0.625rem 0rem 0.625rem 0rem;
    padding: 10px 10px 10px 10px;
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  }
  .row--product .panel--td {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    width: 100% !important;
  }
  .column--label {
    width: 100% !important;
  }
  .product--table .column--quantity .select-field {
    float: right;
  }
  .panel--td.column--unit-price.is--align-left {
    text-align: right !important;
  }
}
@media screen and (max-width: 48em) and screen and (min-width: 48em) {
  .row--product .panel--td {
    width: unset;
  }
}
.column--unit-price .price--discount {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.column--unit-price .price--discount .price--content {
  color: #f36c3d;
  order: 2;
}
.column--unit-price .price--discount .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: none;
  position: relative;
  background: #f36c3d;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  vertical-align: top;
  line-height: 2;
}
.column--unit-price .price--discount .price--line-through {
  text-decoration: line-through;
  order: 1;
}
@media (min-width: 48em) {
  .column--unit-price .price--discount .price--content {
    order: 1;
  }
  .column--unit-price .price--discount .price--discount-icon {
    display: inline-block;
    order: 2;
  }
  .column--unit-price .price--discount .price--line-through {
    order: 3;
  }
}
/* New stuff */
.codiverse-cart-upselling.premium-product.position- {
  max-width: 100vw !important;
}
/*
Checkout finish
==========================================
Contains the styles for the finish page.

It is displayed after the Shopware checkout process is finished and contains the important order information, the users information and option to print the order confirmation.
*/
.is--act-finish .content-main {
  margin-top: 1.25rem;
}
.finish--content {
  padding-top: 0.625rem;
}
.finish--content .information--panel-item {
  margin-bottom: 1.25rem;
}
.finish--content .information--panel-item:after {
  content: "";
  display: table;
  clear: both;
}
.finish--content .information--panel-item:before {
  content: " ";
  display: table;
}
.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 .panel--body:before {
  content: " ";
  display: table;
}
.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 #dadae5;
}
.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 #dadae5;
}
.finish--table .is--last-row {
  border-bottom: 0 none;
}
@media screen and (min-width: 30em) {
  .finish--table .table--tr .column--quantity {
    margin-left: 42.3%;
  }
  .finish--table .table--tr .column--quantity .column--label {
    margin-bottom: 0.75rem;
    text-align: right;
  }
}
@media screen and (min-width: 48em) {
  .teaser--btn-print {
    text-align: left;
    width: auto;
  }
  .is--act-finish .content-main {
    margin-top: 2.5rem;
  }
  .finish--content {
    padding-top: 1.25rem;
  }
  .finish--content .information--panel-wrapper {
    margin: -2% 0 0 -2%;
    margin-bottom: 1.25rem;
  }
  .finish--content .information--panel-wrapper .information--panel-item.information--panel-item-billing {
    width: 50%;
  }
  .finish--content .information--panel-wrapper .information--panel-item.information--panel-item-billing .panel {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .finish--content .information--panel-wrapper .information--panel-item.information--panel-item-shipping {
    padding-left: 0;
    width: 50%;
  }
  .finish--content .information--panel-wrapper .information--panel-item.information--panel-item-shipping .panel {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .finish--content .information--panel-wrapper .information--panel {
    margin: 0;
  }
  .finish--content .information--panel-wrapper .information--panel-item {
    padding: 2% 0 0 2%;
    width: 100%;
    float: left;
    margin-bottom: 0;
  }
  .finish--content .information--panel-address .panel--body:after {
    content: "";
    display: table;
    clear: both;
  }
  .finish--content .information--panel-address .panel--body:before {
    content: " ";
    display: table;
  }
  .finish--content .information--panel-address .panel--body:after {
    content: " ";
    display: table;
    clear: both;
  }
  .finish--content .information--panel-address .panel--body .billing--panel {
    float: left;
    width: 50%;
  }
  .finish--content .information--panel-address .panel--body .shipping--panel {
    float: right;
    width: 50%;
  }
  .teaser--btn-back {
    margin: 0rem 1.25rem 0rem 0rem;
    width: auto;
  }
  .finish--table {
    margin: 1.25rem 0rem 0rem 0rem;
  }
  .finish--table .table--header .panel--th {
    padding-right: 0;
  }
  .finish--table .panel--body {
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  }
  .finish--table .column--total-price {
    width: 37%;
  }
  .finish--table .table--tr {
    padding: 0;
  }
  .finish--table .table--tr:last-child {
    border: 0 none;
  }
  .finish--table .table--tr .column--quantity {
    line-height: 2.625rem;
    margin: 0;
  }
  .finish--table .row--rebate .column--total-price,
  .finish--table .row--premium-product .column--total-price {
    width: 22.5%;
  }
  .finish--table .row--voucher .column--total-price {
    margin-left: 0;
    width: 48%;
  }
  .finish--table .table--aggregation {
    display: block;
    width: 50%;
  }
}
@media screen and (min-width: 64em) {
  .finish--content .information--panel-wrapper {
    margin-bottom: 1.25rem;
  }
  .finish--content .information--panel-wrapper .information--panel-item {
    width: 33.3%;
  }
  .finish--content .information--panel-wrapper .information--panel-item.information--panel-item-billing,
  .finish--content .information--panel-wrapper .information--panel-item.information--panel-item-shipping {
    width: 33.3%;
  }
  .finish--content .information--panel-wrapper .information--panel-item.information--panel-address {
    width: 66.6%;
  }
  .finish--content .information--panel-wrapper .information--panel-item-billing .panel {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .finish--content .information--panel-wrapper .information--panel-item-shipping {
    padding-left: 0;
  }
  .finish--content .information--panel-wrapper .information--panel-item-shipping .panel {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media screen and (min-width: 78.75em) {
  .finish--content {
    padding-top: 2.8125rem;
  }
  .finish--content .column--total-price {
    width: 34%;
  }
  .finish--content .finish--table .table--header .column--product {
    width: 55%;
  }
  .finish--content .finish--table .row--premium-product .column--total-price,
  .finish--content .finish--table .row--rebate .column--total-price {
    width: 19.5%;
  }
  .finish--content .finish--table .row--voucher .column--total-price {
    width: 45%;
  }
}
@media print {
  body {
    width: auto;
    height: auto;
    overflow: auto;
    background: #f9f4ee;
  }
  .container,
  #storeLocator #storeWrap,
  #headerWrap .headerContainer,
  .storeLocatorDetails--content {
    max-width: none;
  }
  .is--act-finish .content-main {
    margin-top: 0;
  }
  .finish--teaser,
  .navigation-main,
  .footer--columns,
  .shop--navigation,
  .top-bar,
  .btn--back-top-shop,
  .header-main .container--ajax-cart {
    display: none;
  }
  .is--ctl-checkout.is--minimal-header .header-main,
  .header-main {
    border-bottom: none;
    margin: 0;
    padding: 0;
  }
  .content-main {
    margin-bottom: 0;
  }
  .finish--table {
    clear: both;
  }
  .finish--table .table--tr {
    page-break-inside: avoid;
  }
  .finish--table .table--content {
    width: 85%;
  }
  .finish--table .column--product .column--image {
    width: 15%;
  }
  .finish--table .column--label.quantity--label {
    margin: 0;
  }
  .finish--table .column--product {
    width: 100%;
  }
  .finish--table .column--product:after {
    content: "";
    display: table;
    clear: both;
  }
  .finish--table .column--product:before {
    content: " ";
    display: table;
  }
  .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: #666666;
  }
}
/*
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--content:before,
.payment_logo_debit:before,
.account-address--container:before,
.account-info--container:before {
  content: " ";
  display: table;
}
.account--content:after,
.payment_logo_debit:after,
.account-address--container:after,
.account-info--container:after {
  content: " ";
  display: table;
  clear: both;
}
.account-info--container,
.account-address--container {
  width: 100%;
  float: left;
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
}
@media screen and (min-width: 78.75em) {
  .account-info--container,
  .account-address--container {
    width: 75%;
    float: right;
  }
}
.account--welcome {
  width: 100%;
  float: left;
  padding: 1.25rem 1.25rem 0rem 1.25rem;
}
@media screen and (min-width: 48em) {
  .account--welcome {
    min-height: 6.25rem;
    display: block;
  }
}
@media screen and (min-width: 1260px) and (max-width: 1280px) {
  .account--welcome {
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  }
}
.account--newsletter {
  width: 100%;
  float: left;
}
@media screen and (min-width: 78.75em) {
  .account--newsletter {
    width: 75%;
    float: right;
  }
  .account--newsletter.account--box .panel .panel--title {
    margin-bottom: 0.625rem;
  }
}
.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;
}
.mijn-account-menu .account--menu {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
}
@media screen and (max-width: 48em) {
  .mijn-account-menu .account--menu {
    display: none;
  }
}
.account--menu .link--logout {
  font-weight: 700;
  color: #2a3d38;
}
.account--menu .navigation--logout-personalized {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.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 .panel--body {
  padding: 0;
}
.account--welcome .panel--title {
  padding: 1.25rem 0rem 1.25rem 0rem;
  margin: 0;
}
.account--welcome .panel--actions {
  padding: 0;
}
.is--ctl-bonussystem .account-welcome {
  min-height: unset;
}
.account--error,
.account--success {
  margin: 0rem 0rem 0.625rem 0rem;
}
.register--error-msg {
  color: #ff7349;
}
.account--actions {
  margin: 0rem 1.25rem 1.25rem 1rem;
}
.account--actions:after {
  content: "";
  display: table;
  clear: both;
}
.account--actions:before {
  content: " ";
  display: table;
}
.account--actions:after {
  content: " ";
  display: table;
  clear: both;
}
.account--change-payment.register--content {
  display: block;
  width: auto;
  float: left;
}
.account--newsletter fieldset {
  border: 0;
  padding: 0;
}
.account--newsletter fieldset input[type="checkbox"] {
  margin: 0rem 0.625rem 0rem 0rem;
}
.account--orders-overview {
  float: left;
}
.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: #314c49;
}
.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 .panel--td:before {
  content: " ";
  display: table;
}
.account--orders-overview .panel--td:after {
  content: " ";
  display: table;
  clear: both;
}
.account--orders-overview .column--info-labels,
.account--orders-overview .column--info-data {
  width: 50%;
  float: left;
  text-align: left;
}
.account--orders-overview .column--info-data {
  padding: 0.3125rem 0.625rem 0rem 0rem;
}
.account--orders-overview .column--summary-labels,
.account--orders-overview .column--summary-data {
  width: 50%;
  float: left;
  text-align: left;
}
.account--orders-overview .column--summary-data {
  padding: 0.3125rem 0.625rem 0rem 0rem;
}
.account--orders-overview .column--label,
.account--orders-overview .column--value {
  width: 50%;
  float: left;
}
.account--orders-overview .column--label {
  font-weight: 700;
}
.is--act-partnerStatistic .content-main--inner {
  padding: 0rem 0rem 1rem 0rem;
}
.is--act-partnerStatistic .account--welcome {
  padding: 0rem 0rem 0rem 0.625rem;
}
.is--act-partnerStatistic .listing--actions {
  padding: 0.625rem 1.125rem 1.5rem 1.125rem;
  border-bottom: 1px solid #dadae5;
}
.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: #666666;
  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: #666666;
}
.is--act-partnerStatistic .is--odd {
  padding: 0rem 0rem 0.5625rem 0rem;
  border-bottom: 1px solid #dadae5;
}
.is--act-partnerStatistic .is--odd .column--price,
.is--act-partnerStatistic .is--odd .column--total {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  width: 100%;
}
.is--act-partnerStatistic .column--label {
  text-align: left;
}
.is--act-partnerStatistic .column--value {
  text-align: right;
}
.is--act-partnerStatistic .column--label,
.is--act-partnerStatistic .column--value {
  width: 50%;
  float: left;
}
.is--act-partnerStatistic .column--item-sum .column--label {
  display: block !important;
}
.order--status-icon {
  width: 0.5rem;
  height: 0.5rem;
  top: 0.5rem;
  display: inline-block;
  position: relative;
}
.order--status-icon.status--0,
.order--status-icon.status--1,
.order--status-icon.status--3,
.order--status-icon.status--6 {
  background: #3b5b59;
}
.order--status-icon.status--2,
.order--status-icon.status--5,
.order--status-icon.status--7 {
  background: #4a9361;
}
.order--status-icon.status--4,
.order--status-icon.status--8 {
  background: #ff7349;
}
.order--name {
  color: #314c49;
}
.order--details,
.order--price-unit,
.order--current-price {
  display: none;
}
.order--repeat {
  text-align: center;
}
.order--actions {
  text-align: center !important;
}
.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--downloads .panel--td:before {
  content: " ";
  display: table;
}
.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 {
  width: 100%;
  float: left;
  margin: 0rem;
}
@media screen and (min-width: 48em) {
  .account--profile {
    width: 75%;
  }
}
.account--profile .profile--email-password-container:after {
  content: "";
  display: table;
  clear: both;
}
.account--profile .profile--email-password-container:before {
  content: " ";
  display: table;
}
.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 #dadae5;
  border-top: 2px solid #4f4f71;
  display: inline-block;
  position: relative;
}
.account--profile .panel {
  margin-bottom: 1.25rem;
}
.account--profile .required-info {
  font-size: 0.875rem;
}
.account--profile .select-field {
  margin-bottom: 0.625rem;
  max-width: 100%;
}
.account--profile .profile--field {
  margin-bottom: 0.625rem;
  width: 100%;
}
.account--profile .profile--zip-city .profile--field-zipcode {
  width: 28%;
  float: left;
}
.account--profile .profile--zip-city .profile--field-city {
  width: 70%;
  float: left;
}
.account--profile .profile--zip-city .profile--field-city:after {
  content: "";
  display: table;
  clear: both;
}
.account--profile .profile--zip-city .profile--field-city:before {
  content: " ";
  display: table;
}
.account--profile .profile--zip-city .profile--field-city:after {
  content: " ";
  display: table;
  clear: both;
}
.account--profile .birthday--label {
  margin: 0rem 0rem 0.3125rem 0rem;
  display: block;
  font-weight: 700;
}
.account--profile .profile--birthdate:after {
  content: "";
  display: table;
  clear: both;
}
.account--profile .profile--birthdate:before {
  content: " ";
  display: table;
}
.account--profile .profile--birthdate:after {
  content: " ";
  display: table;
  clear: both;
}
.account--profile .profile--birthdate .select-field {
  margin-bottom: 0.9375rem;
  max-width: 100%;
  float: left;
}
.account--profile .profile--birthdate .profile--birthyear,
.account--profile .profile--birthdate .profile--birthyear.select-field {
  margin-right: 0rem;
}
.is--ctl-account .account--profile .panel--actions .btn {
  width: auto;
}
.is--ctl-account .account-address--container .account--billing .btn {
  margin-bottom: 0.625rem;
}
.is--ctl-account.is--act-logout .account--logout .btn {
  width: 100%;
  padding: 0;
  margin: 0.25rem 0rem 0.25rem 0rem;
}
.is--ctl-account .content-main--inner .sidebar--categories-wrapper .account--menu {
  display: none;
}
.is--ctl-account .content-main--inner .account--content .mijn-account-menu .account--menu {
  display: none;
}
@media screen and (min-width: 78.75em) {
  .is--ctl-account .content-main--inner .account--content .mijn-account-menu .account--menu {
    display: block;
  }
}
.is--ctl-account .password-reset--content {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.is--ctl-account .password-reset--content .password-reset--title {
  font-size: 1.5rem;
  padding-top: 0rem;
}
@media screen and (min-width: 78.75em) {
  .is--ctl-account .password-reset--content .password-reset--title {
    font-size: 1.75rem;
  }
}
.is--ctl-account .password-reset--content .password-reset--form {
  margin-top: 1.25rem;
  width: 100%;
}
.is--ctl-account .password-reset--content .password-reset--form .password-reset--form-content {
  margin-bottom: 1.25rem;
}
.is--ctl-account .password-reset--content .password-reset--form .password-reset--form-actions .password-reset--link {
  padding: 0.125rem 0.125rem 0.125rem 0.125rem;
}
@media screen and (min-width: 78.75em) {
  .is--ctl-account .password-reset--content .password-reset--form .password-reset--form-actions .password-reset--link {
    width: 22%;
  }
}
.is--ctl-account .account--password-reset .container {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.is--ctl-account .account--password-reset .container .btn.is--secondary {
  display: flex;
  width: 100%;
  justify-content: center;
}
@media screen and (min-width: 78.75em) {
  .is--ctl-account .account--password-reset .container .btn.is--secondary {
    width: 22%;
    display: inline-block;
  }
}
.is--ctl-account .account--change-payment .account--payment-form .account--actions .btn {
  min-width: 6.25rem;
  padding: 0;
}
.is--ctl-account .account--change-payment .account--payment-form .register--payment {
  padding: 0.625rem 0.625rem 1.875rem 0.625rem;
}
.is--ctl-account .account--change-payment .account--payment-form .register--payment .panel--body {
  padding-top: 1.25rem;
}
@media screen and (min-width: 78.75em) {
  .is--ctl-account .account--change-payment .account--payment-form .register--payment .panel--body {
    padding-top: 1.875rem;
  }
}
@media screen and (max-width: 48em) {
  .column--info-wrapper:after {
    content: "";
    display: table;
    clear: both;
  }
  .column--info-wrapper:before {
    content: " ";
    display: table;
  }
  .column--info-wrapper:after {
    content: " ";
    display: table;
    clear: both;
  }
}
@media screen and (min-width: 30em) {
  .account--password-reset {
    margin-top: 0.625rem;
  }
  .account--password-reset .password-reset--input {
    margin: 0.625rem 0rem 1.875rem 0rem;
  }
  .account--password-reset .password-reset--link {
    margin: 0rem 0rem 0.625rem 0rem;
    width: auto;
  }
  .account--password-reset .password-reset--link:first-child {
    margin: 0rem 0.625rem 0rem 0rem;
  }
  .account--password-new .password-new--submit {
    display: inline-block;
    width: auto;
  }
  .account--logout .logout-back-to-shop {
    display: inline-block;
  }
}
@media screen and (min-width: 48em) {
  .account--content.is--wide {
    width: 100%;
  }
  .account--password-reset {
    margin: 1.25rem 0rem 0rem 0rem;
  }
  .account--password-new {
    margin-top: 1.25rem;
  }
  .account--password-new .password-new--input {
    width: 20rem;
  }
  .account--menu .navigation--headline {
    margin: 0;
    font-size: 1.2rem;
  }
  .account--menu .account--menu-container {
    font-size: 0.875rem;
    line-height: 1.5rem;
    display: block;
    position: relative;
  }
  .account--menu .account--menu-container.is--slim {
    padding: 0.3125rem 0.3125rem 0.3125rem 0.3125rem;
  }
  .account--menu .account--menu-container.is--flat {
    background: #f5f5f8;
  }
  .account--menu .account--menu-container.is--embossed {
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
    background: #f5f5f8;
  }
  .account--menu .navigation--list {
    padding: 0;
    border: 0 none;
  }
  .account--menu .navigation--entry {
    margin: 0;
    border: 0 none;
  }
  .account--menu .navigation--link {
    padding: 0.3125rem 0rem 0.3125rem 0rem;
  }
  .account--menu .navigation--link.link--logout {
    margin: 0.625rem 0rem 0rem 0rem;
    padding: 0.625rem 0rem 0rem 0rem;
    border-top: 1px solid #dadae5;
    font-weight: 700;
    color: #2a3d38;
  }
  .account--menu .navigation--link.link--logout [class^="icon--"] {
    margin: 0rem 0.3125rem 0rem 0rem;
    display: inline-block;
  }
  .account--welcome .panel--title {
    font-size: 3rem;
  }
  .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: #314c49;
  }
  .account--downloads .panel--tr {
    padding: 0;
    border-width: 0 0 1px 0;
  }
  .account--downloads .panel--td {
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
    display: inline-block;
    float: left;
  }
  .account--downloads .column--date,
  .account--downloads .column--actions {
    width: 20%;
  }
  .account--downloads .column--info {
    width: 60%;
  }
  .column--label {
    display: none;
  }
  .column--date,
  .column--id,
  .column--dispatch {
    width: 20%;
  }
  .column--status {
    width: 25%;
  }
  .column--actions {
    width: 15%;
  }
  .column--name {
    width: 50%;
  }
  .column--quantity {
    width: 10%;
  }
  .column--price {
    width: 20%;
  }
  .column--total {
    width: 20%;
  }
  .column--info-labels {
    width: 20%;
  }
  .column--info-data {
    width: 40%;
  }
  .column--summary {
    width: 20%;
  }
  .account--password-reset .password-reset--input {
    width: 20rem;
  }
  .account--error,
  .account--success {
    margin: 0rem 0rem 1.25rem 0rem;
  }
  .is--act-partnerStatistic .content-main--inner {
    padding: 0rem 1.25rem 1rem 1.25rem;
  }
  .is--act-partnerStatistic .account--welcome {
    padding: 0rem 0rem 0rem 0rem;
  }
  .is--act-partnerStatistic .listing--actions {
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
    border-radius: 3px;
    background-clip: padding-box;
    border: 1px solid #dadae5;
    background: #f8f8fa;
  }
  .is--act-partnerStatistic .date-filter {
    padding: 0rem 0.625rem 0rem 0.625rem;
    width: 40%;
    float: left;
    height: auto;
  }
  .is--act-partnerStatistic .date-filter--label {
    width: 10%;
  }
  .is--act-partnerStatistic .btn--filter {
    width: 20%;
    float: left;
    height: 40px;
  }
  .is--act-partnerStatistic .chart--holder {
    text-align: center !important;
    display: block !important;
    width: 100%;
  }
  .is--act-partnerStatistic .panel--th,
  .is--act-partnerStatistic .panel--td {
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  }
  .is--act-partnerStatistic .column--item-sum {
    width: 75% !important;
  }
  .is--act-partnerStatistic .column--item-sum .column--label,
  .is--act-partnerStatistic .column--item-sum .column--value {
    float: left;
    width: 50%;
  }
  .is--act-partnerStatistic .is--odd {
    border: 0;
    padding: 0;
  }
  .is--act-partnerStatistic .is--odd .column--total {
    width: 25%;
    float: left !important;
  }
  .is--act-partnerStatistic .is--odd .column--total .column--value {
    width: 100%;
  }
  .account--profile {
    margin: 0rem;
  }
  .account--profile .select-field {
    margin-bottom: 0.9375rem;
  }
  .account--profile .profile--field {
    margin-bottom: 0.9375rem;
  }
  .account--profile .select-field {
    max-width: 18.125rem;
  }
  .account--profile .profile--birthdate .select-field {
    width: 32%;
    margin-right: 2%;
  }
  .account--box {
    margin: 0rem 0rem 1.25rem 0rem;
  }
  .sidebar-main {
    display: none;
  }
  .mijn-account-menu .sidebar-main {
    display: block;
  }
}
@media screen and (min-width: 64em) {
  .account--info,
  .account--billing {
    width: 49%;
    float: left;
  }
  .account--payment,
  .account--shipping {
    width: 49%;
    float: right;
  }
  .account--email,
  .account--password,
  .account--userdata {
    display: none;
  }
  .account--email,
  .account--password,
  .account--userdata,
  .account--newsletter {
    clear: both;
  }
  .account--password-reset {
    margin: 1.25rem 0rem 0rem 0rem;
  }
  .account--info .panel--body,
  .account--payment .panel--body {
    height: 7.5rem;
  }
  .account--profile .profile-password--container {
    float: right;
    width: 49%;
  }
  .account--profile .profile-password--container .panel--body {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .account--profile .profile-email--container {
    float: left;
    width: 49%;
    margin-right: 2%;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-account .account--content .btn {
    margin: 1.25rem 0rem 0.625rem 0rem;
  }
  .is--ctl-account .account--content .account-address--container .panel--title,
  .is--ctl-account .account--content .account-info--container .panel--title {
    margin-bottom: 1.25rem;
  }
  .is--ctl-account .account--content .mijn-account-menu {
    display: block;
  }
  .is--ctl-account.is--act-logout .account--logout .btn.is--icon-left,
  .is--ctl-account.is--act-logout .account--logout .btn.is--icon-right {
    margin: 0.25rem 0rem 0.25rem 0rem;
    padding: 0rem 0rem 0rem 0rem;
  }
  .is--ctl-account.is--act-logout .account--logout .account--welcome {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .is--ctl-account.is--act-logout .account--logout .account--welcome .panel--actions {
    width: 22%;
  }
  .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: 1rem 2.5rem 1rem 2.5rem;
  line-height: 1.5rem;
  font-size: 1.125rem;
  border-radius: 1.75rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  font-family: "CeraProMedium", sans-serif;
  width: auto;
  -webkit-font-smoothing: inherit;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #e0e0e0;
  color: #666666;
  text-align: center;
  white-space: nowrap;
  letter-spacing: -0.04125rem;
  /** 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: 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;
}
@media screen and (max-width: 48em) {
  .partner-statistic .ui-datepicker-trigger {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-radius: 1.5rem;
  }
}
.partner-statistic .ui-datepicker-trigger [class^="icon--"] {
  font-size: 0.625rem;
}
.partner-statistic .ui-datepicker-trigger.is--icon-right {
  padding-right: 2.25rem;
}
.partner-statistic .ui-datepicker-trigger.is--icon-right [class^="icon--"] {
  height: 1rem;
  line-height: 2rem;
  margin: -1rem 0rem 0rem 0rem;
  right: 0.75rem;
  font-weight: 400;
  display: block;
  position: absolute;
  top: 50%;
  text-align: right;
}
.partner-statistic .ui-datepicker-trigger.is--icon-left {
  padding-left: 2.25rem;
}
.partner-statistic .ui-datepicker-trigger.is--icon-left [class^="icon--"] {
  height: 1rem;
  line-height: 2rem;
  margin: -1rem 0rem 0rem 0rem;
  left: 0.75rem;
  font-weight: 400;
  display: block;
  position: absolute;
  top: 50%;
}
.partner-statistic .ui-datepicker-trigger:disabled,
.partner-statistic .ui-datepicker-trigger:disabled:hover,
.partner-statistic .ui-datepicker-trigger.is--disabled,
.partner-statistic .ui-datepicker-trigger.is--disabled:hover {
  opacity: 0.5;
  border: 1px solid #e0e0e0;
  color: #666666;
  cursor: not-allowed;
}
.partner-statistic .ui-datepicker-trigger:hover {
  background: #ffffff;
  color: #2a3d38;
  border-color: #2a3d38;
}
.partner-statistic .ui-datepicker-trigger:focus {
  outline: none;
}
.partner-statistic .ui-datepicker-trigger.is--small {
  line-height: 1.75rem;
}
.partner-statistic .ui-datepicker-trigger.is--medium {
  line-height: 2rem;
  height: 2.375rem;
}
.partner-statistic .ui-datepicker-trigger.is--full {
  display: block;
}
.partner-statistic .ui-datepicker-trigger.is--center {
  text-align: center;
}
h2.panel--title.is--underline {
  margin: 0;
}
@media screen and (min-width: 48em) {
  h2.panel--title.is--underline {
    padding: 0;
  }
}
.bonussystem--sidebar .sidebar--bonus-header {
  display: flex;
  justify-content: center;
  /* padding: 0 !important; */
  padding-bottom: 0;
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  margin: 0;
}
.sidebar--bonus-header * {
  font-size: 15px !important;
}
.bonussystem--sidebar .sidebar--bonus-header .bonus-header--points {
  padding: 0 4px;
  font-weight: 100;
}
.bonussystem--sidebar {
  padding: 0;
  margin-bottom: 0;
}
.is--ctl-account.is--act-payment .select-field select,
.is--ctl-account.is--act-payment .js--fancy-select select {
  background: transparent;
}
/*
Note
==============================================
Contains the styling of the note page inside Shopware 5.

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

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

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

It contains the components as: `capacha`, `description`, `required information` etc.
*/
.forms--content {
  width: 100%;
}
.forms--content.container {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.forms--content .forms--container .panel--menu {
  display: none;
}
.forms--content .forms--headline {
  margin-bottom: 1.25rem;
}
.forms--content .forms--headline .forms--title {
  margin-top: 0rem;
}
.forms--content .forms--headline .forms--text p {
  margin-bottom: 0.75rem;
}
.forms--content .alert {
  margin: 1.875rem 0rem 0rem 0rem;
}
.forms--content .forms--field {
  margin-bottom: 0.3125rem;
  width: 100%;
}
.forms--content input {
  margin-bottom: 0.625rem;
  width: 100%;
}
.forms--content input[type="checkbox"] {
  width: auto;
}
.forms--content textarea {
  margin-bottom: 0.625rem;
  width: 100%;
}
.forms--content .field--select {
  margin-bottom: 0.625rem;
}
.forms--content .btn {
  float: right;
}
.forms--content .buttons:after {
  content: "";
  display: table;
  clear: both;
}
.forms--content .buttons:before {
  content: " ";
  display: table;
}
.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 .ort:before {
  content: " ";
  display: table;
}
.forms--content .ort:after {
  content: " ";
  display: table;
  clear: both;
}
.forms--content .forms--required {
  font-size: 0.75rem;
  margin-bottom: 0.625rem;
}
.forms--content .forms--description {
  margin: -0.5rem 0rem 0.625rem 0rem;
  clear: both;
}
.forms--content .forms--captcha strong.captcha--notice {
  margin-bottom: 0.5rem;
  display: block;
}
.forms--content .forms--checkbox label {
  top: -0.125rem;
  position: relative;
}
.forms--content .forms--checkbox input[type="checkbox"] {
  width: auto;
}
@media screen and (min-width: 48em) {
  .forms--content {
    margin-top: 2.8125rem;
  }
  .forms--content .forms--container {
    display: flex;
  }
  .forms--content .forms--container .panel--menu {
    display: block;
    width: calc(20% - 30px);
    min-width: 200px;
  }
  .forms--content .forms--container .panel--menu ul {
    list-style: none;
    padding: 0;
  }
  .forms--content .forms--container .panel--menu ul li {
    margin-bottom: 5px;
  }
  .forms--content .forms--container .panel--menu ul a.active {
    font-weight: 600;
  }
  .forms--content .forms--container .panel--body {
    width: 80%;
  }
  .forms--content input {
    margin-bottom: 0.9375rem;
  }
  .forms--content textarea {
    margin-bottom: 0.9375rem;
  }
  .forms--content .forms--captcha strong.captcha--notice {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 78.75em) {
  .forms--content {
    margin-top: 2.8125rem;
  }
  .forms--content .alert {
    margin: 0rem 0rem 0rem 0rem;
  }
}
/*
Sitemap
==========================================
Contains the styles for the the Sitemap.

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

The sitemap link is located in the footer information column.
*/
.sitemap--content {
  margin-top: 0.625rem;
}
.sitemap--content .sitemap--headline {
  margin-bottom: 0.625rem;
}
.sitemap--content .sitemap--headline .sitemap--title {
  margin-top: 0;
}
.sitemap--content .sitemap--headline .sitemap--headline-text {
  margin-bottom: 0rem;
}
.sitemap--content .sitemap--category {
  padding-bottom: 0.625rem;
  margin-bottom: 1rem;
  min-height: 3.75rem;
  background-color: #f8f8fa;
}
.sitemap--content .sitemap--category .sitemap--navigation-link {
  padding: 0.25rem 0rem 0.25rem 1.25rem;
  color: #666666;
  display: block;
}
.sitemap--content .sitemap--category .sitemap--navigation-link:hover {
  color: #2a3d38;
}
.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: #666666;
}
.sitemap--content .sitemap--navigation-head .sitemap--navigation-head-link {
  color: #f9f4ee;
}
@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.
*/
.is--ctl-search .content--wrapper {
  position: relative;
}
.is--ctl-search .search--content .panel--title.is--underline {
  text-align: center;
  margin: 0rem 0rem 0.625rem 0rem;
}
.is--ctl-search .search--content .panel--elastic .panel--body {
  display: none;
}
.is--ctl-search .search--content .search--results .action--content {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 48em) {
  .is--ctl-search .search--content .search--results .action--content {
    justify-content: flex-end;
  }
}
.is--ctl-search .search--content .search--results .container {
  display: flex;
}
.is--ctl-search .search--content .search--results .listing--wrapper .container {
  display: block;
}
.is--ctl-search .search--content .search--results .listing--wrapper .listing--container .listing .box--minimal {
  width: calc(50% - 10px - 0.5px);
}
@media screen and (min-width: 48em) {
  .is--ctl-search .search--content .search--results .listing--wrapper .listing--container .listing .box--minimal {
    width: calc(25% - 24px - 0.25px);
    padding: 15px;
  }
}
.is--ctl-search .search--content .search--results .listing--wrapper .listing--container .listing {
  margin: 0rem -0.75rem 0rem -0.75rem;
  display: flex;
  flex-flow: row wrap;
}
.is--ctl-search .search--content .search--page--entry .main-search--results {
  position: absolute;
  margin: 0 auto;
  width: 60%;
}
.is--ctl-search .search--content .search--page--entry .main-search--results .results--list .search-result--link {
  display: flex;
  align-items: center;
}
.is--ctl-search .search--content .search--page--entry .main-search--results .results--list .search-result--link .entry--media {
  height: 3.875rem;
}
.search--content {
  padding: 2.5rem 0rem 0rem 0rem;
}
.search--content .alert {
  margin: auto;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}
.search--content .alert .icon--element {
  width: 3.125rem;
  position: unset;
}
.search--content .alert .alert--icon {
  font-size: 1.75rem;
  width: 3.125rem;
}
.search--content .alert .alert--content {
  width: 80%;
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
}
.search--headline {
  margin: 1.25rem 0rem 1.25rem 0rem;
  text-align: center;
}
.search--cat-filter {
  margin: 0rem 0rem 1.25rem 0rem;
}
.search--cat-filter .cat-filter--headline {
  padding: 0rem 0rem 0.3125rem 0rem;
  margin: 0rem 0rem 1.25rem 0rem;
  font-size: 1rem;
  line-height: 1.5rem;
  border-bottom: 1px solid #dadae5;
}
.search--cat-filter .cat-filter--reset {
  margin: 0rem 0rem 0.9375rem 0rem;
  line-height: 1.5rem;
  border-color: #2a3d38;
}
.search--cat-filter .cat-filter--reset [class^="icon--"] {
  top: -0.0625rem;
  margin-right: 0.625rem;
  font-size: 0.5rem;
  position: relative;
}
.search--cat-filter .cat-filter--active-path {
  margin: 0rem 0rem 1.25rem 0rem;
}
.search--cat-filter .cat-filter--label {
  margin: 0rem 0.625rem 0rem 0rem;
  font-weight: 700;
}
.search--cat-filter .cat-filter--path {
  white-space: nowrap;
}
.search--cat-filter .cat-filter--path [class^="icon--"] {
  margin: 0rem 1.25rem 0rem 1.25rem;
  font-size: 0.625rem;
}
.search--cat-filter .cat-filter--link,
.search--cat-filter .cat-filter--sub-cat {
  color: #666666;
}
.search--cat-filter .cat-filter--link:hover,
.search--cat-filter .cat-filter--sub-cat:hover {
  color: #3b5b59;
}
.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;
}
.search--page--entry {
  position: unset !important;
  max-width: 37.5rem;
  left: 0;
  width: 100%;
  margin: auto;
  margin-top: 4%;
  display: none;
}
@media screen and (min-width: 30em) {
  .search--page--entry {
    /*display: block;*/
  }
}
.search--page--entry .main-search--form {
  width: 100%;
  max-width: 6.25%rem;
}
@media screen and (min-width: 48em) {
  .search--cat-filter {
    margin: 0rem 0rem 2.5rem 0rem;
  }
}
@media screen and (min-width: 78.75em) {
  .search--content {
    padding: 0rem 0rem 0rem 0rem;
  }
}
.is--ctl-search .listing--container {
  flex: 0 0 100%;
}
.is--ctl-search.is--act-defaultsearch .listing--actions.is--rounded {
  display: none;
}
.is--ctl-search.is--act-defaultsearch .listing--wrapper.bg-base-1 {
  padding-top: 0px !important;
}
.is--ctl-search.is--act-defaultsearch .panel.has--border.is--rounded.panel--elastic {
  display: none;
}
/*
Custom pages
==============================================
Defines the layout for the custom pages.

The styling defines the basic layout of the Shopware 5 custom pages that can be created and customized for multiple purposes.
*/
.custom-page--content {
  margin-top: 0.625rem;
}
.custom-page--content ul,
.custom-page--content ol {
  padding-left: 1.25rem;
}
.custom-page--content .custom-page--tab-headline {
  margin-top: 0rem;
  font-size: 1.5rem;
}
.custom-page--content .content--custom.panel--body {
  padding: 1.25rem;
}
.custom-page--content .is--active-parent {
  display: block;
}
.ajax-modal--custom {
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}
@media screen and (min-width: 48em) {
  .custom-page--content {
    margin-top: 1.875rem;
  }
  .custom-page--content .custom-page--tab-headline {
    margin-top: 0.625rem;
  }
  .ajax-modal--custom {
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  }
}
@media screen and (min-width: 78.75em) {
  .ajax-modal--custom {
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  }
  .custom-page--content {
    margin-top: 2.8125rem;
  }
}
.is--ctl-custom .content--custom--main nav.menu {
  display: none;
}
@media screen and (min-width: 48em) {
  .is--ctl-custom .content--custom--main {
    display: flex;
  }
  .is--ctl-custom .content--custom--main nav.menu {
    display: block;
    width: calc(20% - 30px);
    min-width: 200px;
  }
  .is--ctl-custom .content--custom--main nav.menu ul {
    list-style: none;
    padding: 0;
  }
  .is--ctl-custom .content--custom--main nav.menu ul a.active {
    font-weight: 600;
  }
  .is--ctl-custom .content--custom--main .content {
    width: 80%;
  }
}
/*
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.

*/
@media screen and (max-width: 30em) {
  .is--ctl-checkout.is--act-confirm .panel--td.column--tax-price,
  .is--ctl-checkout.is--act-confirm .price {
    margin-top: 4rem;
  }
  .is--ctl-checkout.is--act-confirm .panel--td.column--total-price.is--align-right,
  .is--ctl-checkout.is--act-confirm .confirm--content .product--table .table--tr {
    padding: 0;
  }
  .is--ctl-checkout.is--act-confirm .price {
    margin-top: 0;
    right: 0;
  }
  .is--ctl-checkout.is--act-confirm .panel--td.column--total-price.is--align-right {
    padding: 0;
  }
}
.is--ctl-checkout.is--act-confirm .column--actions {
  display: none !important;
}
.is--ctl-checkout.is--act-confirm .confirm--content .product--table .column--product {
  width: 100%;
  flex: 0 0 55%;
  align-items: center;
}
.is--ctl-checkout.is--act-confirm .panel--td.column--total-price.is--align-right {
  flex-direction: row;
  padding: 0;
}
.is--ctl-checkout.is--act-confirm .column--label.total-price--label {
  margin-bottom: 0;
}
.is--ctl-checkout.is--act-confirm .product--table .panel {
  width: 100%;
}
.is--ctl-checkout.is--act-confirm .product--table .basket--footer .aggregation--list {
  border-top: 1px solid #dadae5;
}
@media screen and (min-width: 48em) {
  .is--ctl-checkout.is--act-confirm .product--table .basket--footer .aggregation--list {
    border-top: none;
  }
}
.is--ctl-checkout.is--act-confirm .address-editor--body .address-form--panel input {
  border: none;
  border-bottom: 1px solid #e0e0e0;
}
.is--ctl-checkout.is--act-confirm .address-editor--body .address-form--panel select {
  background: none;
  max-width: 9.375rem;
}
.is--ctl-checkout.is--act-confirm .address-editor--body .address-form--panel .address--zip {
  width: 60%;
  display: inline-block;
  margin-right: 0.75rem;
}
.is--ctl-checkout.is--act-confirm .address-editor--body .address-form--panel .address--additional-line1 {
  width: 35%;
  display: inline-block;
}
@media screen and (min-width: 78.75em) {
  .is--ctl-checkout.is--act-confirm .address-editor--body .address-form--panel .address--zip {
    width: 60%;
    display: inline-block;
    margin-right: 1.25rem;
  }
  .is--ctl-checkout.is--act-confirm .address-editor--body .address-form--panel .address--additional-line1 {
    width: 36%;
    display: inline-block;
  }
}
.is--ctl-checkout.is--act-cart .panel--td.column--quantity select {
  border: 1px solid #e0e0e0;
  padding: 0rem 0.625rem 0rem 0.625rem;
}
.confirm--content > .alert {
  margin: 0.5rem 0rem 0rem 0rem;
}
.confirm--content .body--revocation {
  font-weight: 700;
}
.confirm--content .panel {
  margin: 0.5rem 0rem 0.5rem 0rem;
  border-radius: 3px;
  background-clip: padding-box;
}
.confirm--content .product--table {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  padding: 0 25px;
}
.confirm--content .product--table .panel--body {
  background: #f9f4ee;
  color: #666666;
  padding-bottom: 0;
}
.confirm--content .product--table .table--tr,
.confirm--content .product--table .table--media img {
  border-color: #dadae5;
}
.confirm--content .product--table .basket--footer {
  margin: 0;
  background: transparent;
  border: 0;
}
.confirm--content .product--table .basket--footer .aggregation--list {
  margin: 0;
  background: transparent;
  border: 0;
}
.confirm--content .product--table .is--last-row {
  border-bottom: 0 none;
}
.confirm--content .table--tr .column--tax-price {
  padding: 0;
}
.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%;
}
@media screen and (min-width: 48em) {
  .confirm--content .list--checkbox {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
.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-voucher--form:before,
.confirm--content .add-product--form:before {
  content: " ";
  display: table;
}
.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 {
  padding: 0.625rem 0rem 0.625rem 0rem;
  padding: 10px 10px 10px 10px;
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
}
.confirm--content .table--actions .main--actions {
  margin: 0rem 0rem 0rem 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 .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 #dadae5;
  border-top: 2px solid #4f4f71;
  display: block;
  position: absolute;
}
.confirm--content .payment--panel .payment--description,
.confirm--content .payment--panel .shipping--description {
  white-space: nowrap;
}
.confirm--content .information--panel-item:after {
  content: "";
  display: table;
  clear: both;
}
.confirm--content .information--panel-item:before {
  content: " ";
  display: table;
}
.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--body:before {
  content: " ";
  display: table;
}
.confirm--content .information--panel-item .panel--body:after {
  content: " ";
  display: table;
  clear: both;
}
.confirm--content .information--panel-item .alert {
  margin-bottom: 0;
}
.confirm--content .information--panel-item.information--panel-address .shipping--panel {
  text-align: center;
}
.confirm--content .information--panel-item.information--panel-address .shipping--panel .btn {
  display: none;
}
.confirm--content .set-default {
  margin-top: 0.9375rem;
}
.confirm--content .choose-different-address {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 30em) {
  .confirm--content .information--panel-item .information--panel-address .shipping--panel {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
  }
  .confirm--content .information--panel-item .information--panel-address .shipping--panel .btn {
    text-align: center;
  }
  .confirm--content .information--panel-item .information--panel-address .panel--actions .choose-different-address {
    display: inline-block;
  }
  .confirm--content .information--panel-item .information--panel-address .panel--body {
    padding-bottom: 0;
  }
  .confirm--content .information--panel-item .choose-different-address {
    margin-top: 0.625rem;
  }
}
@media screen and (min-width: 30em) {
  .confirm--content .product--table .column--quantity {
    width: 26%;
  }
  .confirm--content .product--table .column--total-price {
    width: 28.5%;
  }
  .confirm--content .product--table .column--tax-price {
    float: left;
    width: 32%;
  }
  .confirm--content .product--table .row--rebate .column--tax-price,
  .confirm--content .product--table .row--premium-product .column--tax-price,
  .confirm--content .product--table .row--voucher .column--tax-price {
    margin-left: 39.5%;
  }
  .confirm--content .information--panel-address > .panel {
    margin: 0;
  }
  .confirm--content .information--panel-address > .panel .information--panel {
    width: 50%;
    float: left;
  }
}
@media screen and (min-width: 48em) {
  .is--act-confirm .panel--td.column--total-price {
    padding: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .is--act-confirm .panel--td.column--tax-price {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .is--act-confirm .product--table .table--header .column--total-price,
  .is--act-confirm .product--table .table--header .column--tax-price {
    display: flex;
    justify-content: flex-end;
  }
  .is--act-confirm .panel--td.table--content {
    display: flex !important;
    align-items: center !important;
    padding: 0 !important;
  }
  .is--act-confirm .information--panel-wrapper .information--panel-item.information--panel-item-billing {
    display: flex;
    width: 70%;
  }
  .is--act-confirm .information--panel-wrapper .information--panel-item {
    width: 30%;
  }
  .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: #f9f4ee;
    border-color: #dadae5;
  }
  .confirm--content .product--table .table--header .panel--th {
    color: #314c49;
    padding: 0 !important;
  }
  .confirm--content .product--table .column--quantity {
    width: 11%;
    flex: 0 0 11%;
  }
  .confirm--content .product--table .column--tax-price {
    width: 17%;
    flex: 0 0 17%;
  }
  .confirm--content .product--table .column--total-price {
    width: 45%;
    flex: 0 0 20%;
  }
  .confirm--content .product--table .column--actions {
    width: 7.5%;
    flex: 0 0 7.5%;
  }
  .confirm--content .product--table .is--last-row {
    border-bottom: 0 none;
  }
  .confirm--content .product--table .row--product .column--tax-price {
    line-height: 2.625rem;
    padding-top: 1.625rem;
  }
  .confirm--content .product--table .panel--body {
    padding-bottom: 1.25rem;
  }
  .confirm--content .product--table .basket--footer {
    padding: 0;
  }
  .confirm--content .product--table .row--rebate .column--tax-price,
  .confirm--content .product--table .row--premium-product .column--tax-price,
  .confirm--content .product--table .row--voucher .column--tax-price {
    padding-top: 1.3125rem;
    margin-left: 11%;
  }
  .confirm--content .product--table .row--rebate .column--total-price,
  .confirm--content .product--table .row--premium-product .column--total-price,
  .confirm--content .product--table .row--voucher .column--total-price {
    margin-left: 0;
  }
  .confirm--content .product--table .column--tax-price .tax-price--label {
    margin-bottom: 0.75rem;
    margin: 0;
  }
  .confirm--content .row--premium-product .column--product,
  .confirm--content .row--rebate .column--product {
    width: 58%;
  }
  .confirm--content .row--premium-product .column--product .column--image,
  .confirm--content .row--rebate .column--product .column--image {
    width: 16.2%;
  }
  .confirm--content .product--table .row--premium-product .column--tax-price,
  .confirm--content .product--table .row--rebate .column--tax-price {
    margin-left: 0;
  }
  .confirm--content .tos--panel {
    width: 100%;
    margin-left: 0%;
  }
  .confirm--content .tos--panel .column--checkbox {
    margin-right: 0.75rem;
    width: auto;
  }
  .confirm--content .tos--panel .column--label {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-left: 0.875rem;
  }
  .confirm--content .tos--panel .column--label label {
    width: 26%;
  }
  .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 .payment--content {
    min-height: 6rem;
  }
  .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;
    border-top: 0 none;
  }
  .confirm--content .main--actions .btn {
    width: auto;
    float: right;
  }
  .confirm--content .main--actions .btn:after {
    content: "";
    display: table;
    clear: both;
  }
  .confirm--content .main--actions .btn:before {
    content: " ";
    display: table;
  }
  .confirm--content .main--actions .btn:after {
    content: " ";
    display: table;
    clear: both;
  }
  .confirm--content .relevant--info {
    display: block;
  }
  .confirm--content .information--panel-wrapper .information--panel-item-billing {
    width: 50%;
  }
  .confirm--content .information--panel-wrapper .information--panel-item-billing .panel {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .confirm--content .information--panel-wrapper .information--panel-item-shipping {
    padding-left: 0;
    width: 50%;
  }
  .confirm--content .information--panel-wrapper .information--panel-item-shipping .panel {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .confirm--content .information--panel-item.information--panel-address .panel--actions .choose-different-address {
    display: none;
  }
  .confirm--content .information--panel-item.information--panel-address .shipping--panel .btn {
    display: inline-block;
  }
  .confirm--content .information--panel-item.information--panel-address .panel--body:after {
    content: "";
    display: table;
    clear: both;
  }
  .confirm--content .information--panel-item.information--panel-address .panel--body:before {
    content: " ";
    display: table;
  }
  .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: left;
    width: 50%;
  }
}
@media screen and (min-width: 64em) {
  .confirm--content .product--table .row--premium-product .column--image,
  .confirm--content .product--table .row--rebate .column--image {
    width: 13%;
  }
  .confirm--content .information--panel-wrapper .payment--panel .panel--actions {
    position: unset;
  }
  .confirm--content .information--panel-wrapper .payment--panel .btn--change-payment {
    bottom: 1.25rem;
    position: relative;
    width: 42%;
  }
  .confirm--content .information--panel-wrapper .information--panel-item {
    width: 50%;
  }
  .confirm--content .information--panel-wrapper .information--panel-item.information--panel-address {
    width: 100%;
  }
}
@media screen and (min-width: 78.75em) {
  .confirm--content {
    padding-top: 1.5625rem;
  }
  .confirm--content > .alert {
    margin: 2.8125rem 0rem 0rem 0rem;
  }
  .confirm--content .product--table .row--premium-product .column--product,
  .confirm--content .product--table .row--rebate .column--product {
    width: 58%;
  }
  .confirm--content .product--table .row--premium-product .column--image,
  .confirm--content .product--table .row--rebate .column--image {
    width: 11.3%;
  }
  .confirm--content .product--table .row--premium-product .column--tax-price,
  .confirm--content .product--table .row--rebate .column--tax-price {
    margin-left: 0;
  }
  .confirm--content .information--panel-wrapper .information--panel-item {
    width: 30%;
  }
  .confirm--content .information--panel-wrapper .information--panel-item.information--panel-address {
    width: 62%;
  }
  .is--act-confirm .information--panel-item .panel--body {
    display: flex;
    flex-direction: column;
  }
  .is--act-confirm .information--panel-item .panel--actions {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .is--act-confirm .information--panel-item.information--panel-address .shipping--panel .btn {
    width: 25%;
    margin: 0.25rem 0rem 0.25rem 0rem;
  }
  .is--act-confirm .information--panel-item.information--panel-address .panel--body .shipping--panel {
    display: flex;
    width: 100%;
  }
  .is--act-confirm .information--panel-item.information--panel-address .address--actions-change .btn {
    width: 25%;
    margin: 0.25rem 0rem 0.25rem 0rem;
  }
}
@media screen and (min-width: 48em) and (max-width: 78.75em) {
  .product--table .table--header * {
    font-size: 14px !important;
  }
}
.panel--td.column--tax-price.block.is--align-right {
  display: none;
}
/*
Custom Products
==========================================
Defines the styles for the custom products display.

*/
.is--ctl-checkout.is--act-cart .block.custom-product--action-open-config {
  display: none;
}
.is--ctl-checkout.is--act-cart .product--table .custom-products--basket-overview {
  border: 0 !important;
  margin-top: 1%;
  padding-left: 0;
}
@media screen and (min-width: 78.75em) {
  .is--ctl-checkout.is--act-cart .product--table .custom-products--basket-overview {
    pointer-events: none;
    margin-top: -3%;
  }
}
.is--ctl-checkout.is--act-cart .custom-product--overview-title .custom-product--price-surcharges {
  right: 0;
}
@media screen and (min-width: 78.75em) {
  .is--ctl-checkout.is--act-cart .product--table .custom-products--basket-overview {
    padding-left: 12%;
  }
  .is--ctl-checkout.is--act-cart h4.custom-product--overview-title {
    width: 86.5%;
  }
  .is--ctl-checkout.is--act-cart .custom-product--overview-title .custom-product--price-surcharges {
    right: 6%;
  }
  .is--ctl-checkout.is--act-cart .custom-products--surcharges-total.block {
    width: 93.5%;
  }
}
.is--ctl-checkout.is--act-confirm h4.custom-product--overview-title,
.is--ctl-checkout.is--act-confirm ul.custom-product--overview-list {
  border: 0;
}
.is--ctl-checkout.is--act-confirm .block.custom-product--action-open-config {
  display: none;
}
.is--ctl-checkout.is--act-confirm .product--table .custom-products--basket-overview {
  border: 0 !important;
  margin-top: -3%;
  padding-left: 0;
}
.is--ctl-checkout.is--act-confirm .custom-products--surcharges-total.block {
  padding: 0;
}
.is--ctl-checkout.is--act-confirm .custom-product--overview-title .custom-product--price-surcharges {
  right: 0;
}
@media screen and (min-width: 78.75em) {
  .is--ctl-checkout.is--act-confirm .product--table .custom-products--basket-overview {
    padding-left: 14%;
  }
  .is--ctl-checkout.is--act-confirm h4.custom-product--overview-title {
    width: 100%;
  }
  .is--ctl-checkout.is--act-confirm .custom-products--surcharges-total.block {
    width: 100%;
  }
}
.custom-product--overview-title {
  display: none;
}
h4.custom-product--overview-title,
ul.custom-product--overview-list {
  border: 0 !important;
}
/*
Newsletter
==========================================
Contains the styles of the newsletter sign-up page and the form element inside it.

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

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

More precise designations are commented inside the document.
*/
.blog--filter-btn {
  margin-bottom: 1.25rem;
}
.blog--filter-btn .filter--trigger {
  display: block;
}
.blog--header {
  background-color: #f9f4ee;
}
.blog--search-label {
  position: relative;
}
.blog--detail-description-block {
  width: 100%;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.blog--detail-description-block .blog--detail-description-text {
  font-size: .875rem;
  line-height: 1.5rem;
  margin: 0rem 0rem 1.25rem 0rem;
}
@media screen and (min-width: 48em) {
  .blog--detail-description-block {
    margin-top: 0.5rem;
    margin-bottom: 0rem;
  }
}
input[type="search"].blog--search,
.blog--search {
  background: transparent;
  border: 1px solid #c5cbc9;
  padding: 10px 15px;
}
button[type="submit"].blog--searcher {
  background: transparent;
  box-shadow: none;
  border: 0;
  color: #000000;
  min-height: 40px !important;
  position: absolute;
  top: -15px;
  right: 0;
  height: 41px;
  padding: 10px;
  text-align: center;
}
@media screen and (min-width: 48em) {
  button[type="submit"].blog--searcher {
    top: 1px;
    position: relative;
  }
}
.blog--search-icon {
  position: relative;
  top: 2px;
  right: 0;
  font-size: 1.25rem;
}
.blog--no-articles {
  display: block;
  text-align: center;
  padding: 15px;
}
.blog--filter-options {
  border-right: 1px solid #dadae5;
}
.blog--filter-options .filter--container {
  padding: 0rem 0.625rem 0rem 0.625rem;
}
.blog--filter-options .blog--filter-close-btn {
  padding: 0.75rem 0.625rem 0.75rem 0.625rem;
  background-color: #666666;
  background-image: linear-gradient(to bottom, #666666 0%, #404040 100%);
  display: block;
  color: #f9f4ee;
  font-weight: 700;
}
.blog--filter-options .blog--filter-close-btn:hover {
  color: #f9f4ee;
}
.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: #314c49;
}
.blog--filter-options .filter--entry {
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  font-size: 1rem;
  display: block;
  border-bottom: 1px solid #dadae5;
}
.blog--filter-options .filter--entry:last-child {
  border: 0 none;
}
.blog--filter-options .filter--link {
  color: #666666;
}
.blog--filter-options .filter--link:hover {
  color: #2a3d38;
}
.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: 400;
  color: #666666;
}
.blog--sidebar .blog--navigation .collapse--header:hover {
  color: #2a3d38;
}
.blog--sidebar .blog--navigation .is--active {
  color: #f9f4ee;
  font-weight: 700;
}
.blog--sidebar .blog--navigation .is--active:hover {
  color: #f9f4ee;
}
.blog--sidebar .blog--navigation .collapse--content {
  padding: 0rem 0rem 0rem 0rem;
}
.blog--sidebar .blog--navigation .collapse--content .filter--entry-link {
  color: #666666;
}
.blog--sidebar .blog--navigation .collapse--content .filter--entry-link:hover {
  color: #2a3d38;
}
.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--sidebar .blog--filter-tags:before {
  content: " ";
  display: table;
}
.blog--sidebar .blog--filter-tags:after {
  content: " ";
  display: table;
  clear: both;
}
.blog--listing .blog--picture-main img {
  margin: auto;
}
.blog--listing .box-special {
  background: #f9f4ee;
}
.blog--listing .box-special .blog--box-content {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  min-height: 0;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 48em) {
  .blog--listing .box-special .blog--box-content {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    min-width: 0;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 48em) {
  .blog--listing .box-special .blog--box-content .blog--picture-main {
    float: right;
  }
}
@media screen and (min-width: 48em) {
  .blog--listing .box-special {
    background: #f9f9f9;
  }
}
.blog--box {
  padding-bottom: 0rem;
  padding-top: 0rem;
  background: transparent;
}
.blog--box:after {
  content: "";
  display: table;
  clear: both;
}
.blog--box:before {
  content: " ";
  display: table;
}
.blog--box:after {
  content: " ";
  display: table;
  clear: both;
}
@media screen and (min-width: 48em) {
  .blog--box {
    padding-bottom: 8.75rem;
    padding-top: 7.5rem;
  }
}
.blog--box .blog--box-metadata {
  padding-bottom: 0.875rem;
  padding-top: 0.3125rem;
  font-size: 0.75rem;
  margin: 0rem 0rem 0rem 0rem;
}
.blog--box .blog--box-metadata .blog--metadata {
  margin-right: 0.25rem;
  display: inline-block;
}
.blog--box .blog--box-metadata .blog--metadata-date {
  color: #2a3d38;
  font-weight: 600;
}
.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: #666666;
}
.blog--box .blog--box-readmore .btn {
  padding: 0.125rem 1.5625rem 0.125rem 1.5625rem;
}
.blog--box .blog--box-headline {
  font-size: 1.5rem;
  font-weight: normal;
  padding: 0;
}
.blog--box .blog--box-link {
  color: #314c49;
  line-height: 1;
}
.blog--box .blog--box-link:hover {
  color: #2a3d38;
}
.blog--box .blog--box-picture {
  display: block;
  height: auto;
  width: 100%;
}
.blog--box .blog--picture-preview {
  width: 100%;
}
.blog--box .blog--box-content .blog--box-description {
  margin-top: 1rem;
  padding: 0rem 0rem 0rem 0rem;
}
.blog--box .blog--box-content .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: 0rem;
}
.blog--detail ul,
.blog--detail ol {
  padding-left: 1.875rem;
}
.blog--detail .listing {
  margin: 0;
}
.blog--detail .blog--box {
  margin-bottom: 0;
  padding-top: 0;
}
.blog--detail .blog--detail-header {
  background: #f9f4ee;
  float: left;
  width: 100%;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  min-height: 0;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  align-items: center;
}
.blog--detail .blog--detail-header .container {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  min-height: 0;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 48em) {
  .blog--detail .blog--detail-header .container {
    padding: 1.25rem 0.9375rem 1.25rem 0.9375rem;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    min-width: 0;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
.blog--detail .blog--detail-header .container .blog--detail-header--content,
.blog--detail .blog--detail-header .container .blog--detail-image-container {
  flex: 1;
}
@media screen and (min-width: 48em) {
  .blog--detail .blog--detail-header {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    min-width: 0;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin-bottom: 1.25rem;
  }
}
.blog--detail .blog--detail-header--content {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.25rem 0.9375rem 1.25rem 0.9375rem;
}
.blog--detail .blog--detail-header--content .blog--detail-headline {
  font-size: 1.5rem;
}
@media screen and (min-width: 48em) {
  .blog--detail .blog--detail-header--content .blog--detail-headline {
    font-size: 2rem;
  }
}
@media screen and (min-width: 48em) {
  .blog--detail .blog--detail-header--content {
    padding: 0rem;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.blog--detail .blog--detail-header .blog--detail-image-container {
  padding-left: 15px;
}
.blog--detail .blog--detail-header .blog--detail-image-container .blog--image {
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.blog--detail .blog--detail-header .blog--detail-image-container .blog--detail-thumbnails {
  display: none;
}
@media screen and (min-width: 48em) {
  .blog--detail .blog--detail-header .blog--detail-image-container {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.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;
  font-weight: normal;
}
.blog--detail .select-field {
  max-width: 100%;
}
.blog--detail .blog--rating-link {
  font-size: 0.875rem;
  color: #666666;
}
.blog--detail .blog--bookmarks-icons {
  margin-top: 0.625rem;
  float: left;
}
.blog--detail .navigation-social {
  width: 16%;
  display: flex;
  padding: 0rem 0.9375rem 0rem 0.9375rem;
}
.blog--detail .navigation-social .navigation-social--wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}
.blog--detail .navigation-social .navigation-social--wrapper .navigation-social--entry i {
  font-size: 1.25rem;
  width: 2.375rem;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  border: 1px solid #eeeeee;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog--detail .blog--bookmark {
  font-size: 1.375rem;
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  border: 1px solid #eee;
  width: 44px;
  height: 44px;
  text-align: center;
}
.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%;
  border-radius: 16px;
}
.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 .list--entry:before {
  content: " ";
  display: table;
}
.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 #dadae5;
}
.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: #f9f4ee;
  border: 1px solid #dadae5;
  border-left: 0 none;
  border-top: 0 none;
}
.blog--detail .blog--comments-rating {
  font-size: 1.125rem;
  color: #3b5b59;
}
.blog--detail .blog--comments-entry-right {
  padding: 1.25rem 2.5rem 1rem 2.5rem;
}
.blog--detail .blog--comments-entry-headline {
  font-size: 1rem;
  color: #314c49;
  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;
}
.blog--listing--intro {
  background: #f9f4ee;
}
.category--teaser {
  background: #f9f4ee;
  padding: 2.8125rem 2.5rem 2.8125rem 2.5rem;
}
.category--teaser .hero--headline {
  margin: 0;
  padding: 0rem 0rem 0rem 0rem;
  font-size: 1.75rem;
  font-family: "CeraProRegular", sans-serif;
  font-weight: 300;
  color: #2a3d38;
}
.category--teaser .hero--text {
  padding: 0;
  margin: 0;
}
.blog--listing--container {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  min-height: 0;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  align-items: center;
  padding-bottom: 4.375rem;
}
@media screen and (min-width: 48em) {
  .blog--listing--container {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    min-width: 0;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 48em) {
  .blog--listing--container .category--teaser {
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    -ms-flex-basis: 40%;
    flex-basis: 40%;
  }
}
@media screen and (min-width: 48em) {
  .blog--listing--container .blog--intro--image {
    -webkit-flex-basis: 60%;
    -moz-flex-basis: 60%;
    -ms-flex-basis: 60%;
    flex-basis: 60%;
  }
}
.blog--listing--container .blog--intro--image picture {
  float: right;
}
.is--ctl-blog .content--breadcrumb {
  display: none;
}
@media screen and (min-width: 48em) {
  .is--ctl-blog .content--breadcrumb {
    display: block;
  }
}
.is--ctl-blog .banner--container .banner--image .banner--img {
  min-width: 100%;
}
.is--ctl-blog .listing--actions.block-group {
  position: unset;
}
.blog--box-content {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  min-height: 0;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: center;
  padding: 2.5rem 2.5rem 0rem 2.5rem;
}
@media screen and (min-width: 48em) {
  .blog--box-content {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    min-width: 0;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 48em) {
  .blog--box-content .blog--box-picture {
    -webkit-flex-basis: 60%;
    -moz-flex-basis: 60%;
    -ms-flex-basis: 60%;
    flex-basis: 60%;
  }
}
.blog--box-content > .blog--box-description {
  padding: 0rem 1.25rem 0rem 1.25rem;
}
@media screen and (min-width: 48em) {
  .blog--box-content > .blog--box-description {
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    -ms-flex-basis: 40%;
    flex-basis: 40%;
  }
}
@media screen and (min-width: 48em) {
  .blog--listing {
    margin-top: 1rem;
  }
  .blog--listing .panel--title {
    margin: 0rem 0rem 0.625rem 0rem;
  }
  .blog--listing .panel--body {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .blog--box .blog--box-metadata {
    font-size: 0.875rem;
  }
  .blog--box .blog--box-picture {
    width: 100%;
    float: left;
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  }
  .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 {
    background: #f9f4ee;
  }
  .blog--content > .container {
    background: #f9f4ee;
  }
  .blog--content .blog--navigation {
    padding: 0rem 0rem 0rem 0rem;
  }
  .blog--content .blog--navigation .has--border {
    border: 1px solid #dadae5;
  }
  .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: #314c49;
    border-color: #dadae5;
    border-width: 0 0 1px 0;
    display: block;
    font-weight: 700;
    background: none;
    box-shadow: none;
    cursor: default;
  }
  .blog--content .blog--navigation .blog--sidebar-body {
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
    border: 0 none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .blog--content .blog--navigation .collapse--header:hover {
    color: #314c49;
  }
  .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: 100%;
    float: left;
  }
  .blog--content .blog--box .blog--box-headline {
    font-size: 1.5rem;
  }
  .blog--content .blog--box .blog--box-link {
    color: #314c49;
  }
  .blog--content .blog--box .blog--box-link:hover {
    color: #2a3d38;
  }
  .blog--content .blog--box .blog--box-metadata {
    padding-top: 0.3125rem;
  }
  .blog--content .blog--box .blog--box-content .blog--box-description {
    width: 100%;
  }
  .blog--detail {
    margin-top: 0rem;
  }
  .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:before {
    content: " ";
    display: table;
  }
  .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;
  }
}
.blog--detail .blog--detail-description {
  padding: 1.25rem 0.9375rem 1.25rem 0.9375rem;
}
.blog--detail .blog--detail-description blockquote {
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  font-style: italic;
  font-size: 1.125rem;
  color: #2a3d38;
  position: relative;
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 48em) {
  .blog--detail .blog--detail-description blockquote {
    width: 100%;
  }
}
.blog--detail .blog--detail-description blockquote::after {
  position: absolute;
  right: -1.25rem;
  bottom: 0;
  content: "\f10e";
  display: block;
  font-family: 'Font Awesome 5 Pro';
}
.blog--detail .blog--detail-description blockquote::before {
  position: absolute;
  left: -1.25rem;
  top: 0;
  content: "\f10d";
  display: block;
  font-family: 'Font Awesome 5 Pro';
}
@media screen and (min-width: 48em) {
  .blog--detail .blog--detail-description {
    padding: 6.25rem 1.25rem 6.25rem 1.25rem;
    width: 100%;
    float: none;
    margin: auto;
  }
}
.blog--detail .blog--detail-description,
.blog--detail .blog--detail-tags,
.blog--detail .blog--bookmarks,
.blog--detail .blog--crossselling-headline {
  padding: 1.25rem 0.9375rem 1.25rem 0.9375rem;
}
.blog--crossselling.block {
  border-radius: 1rem;
  position: relative;
  border: 1px solid #dadae5;
  margin-top: 60px;
}
.blog--crossselling.block .blog--crossselling.panel--body.is--wide.block {
  border: 0;
}
.blog--crossselling.block .blog--crossselling-headline {
  position: absolute;
  top: -37px;
  background: #f9f4ee;
  left: 6.25rem;
  font-size: 2.25rem;
  font-family: "ParnasoSmall";
}
@media screen and (max-width: 48em) {
  .blog--crossselling.block .blog--crossselling-headline {
    font-size: 1.2rem;
    left: 1.5rem;
  }
}
@media screen and (min-width: 78.75em) {
  .blog--listing .listing--actions {
    padding-top: 0;
    margin-bottom: 0;
  }
  .blog--detail {
    margin-top: 0rem;
  }
  .blog--detail .blog--detail-headline {
    font-size: 1.3125rem;
  }
  .blog--detail .blog--bookmarks {
    padding: 0;
  }
}
.blog--detail-header .container {
  display: flex;
}
/*
Configurator
==========================================
Defines the styles for the product configuration options element.

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

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

The user can open the tool inside the product detail section.
*/
.top-bar--navigation {
  position: relative;
}
.top-bar--navigation .entry--compare {
  padding: 0rem 0.5rem 0rem 0.5rem;
}
.top-bar--navigation .entry--compare .compare--quantity {
  margin-left: 0.3125rem;
  font-weight: 700;
  display: inline-block;
  color: #2a3d38;
}
.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: #f9f4ee;
  z-index: 4000;
  border: 1px solid #dadae5;
}
.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: #f9f4ee;
  border-color: #dadae5;
  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: #666666;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-bar--navigation .js--is--dropdown-active .compare--list .compare--link:hover {
  color: #2a3d38;
}
.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;
}
.compare--list {
  width: 80%;
  margin: 1.25rem 0rem 1.25rem 0rem;
}
@media screen and (min-width: 48em) {
  .compare--list {
    width: 75rem;
  }
}
.compare--list li {
  list-style: none;
  margin: 0.25rem 0rem 0.25rem 0rem;
}
.compare--list li .btn--compare-start {
  float: right;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 48em) {
  .compare--list li .btn--compare-start {
    margin: 0rem 0rem 0rem 0rem;
  }
}
.compare--list .compare--entry {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 3;
  margin: 0.625rem 0rem 0.625rem 0rem;
}
.compare--list .btn--compare {
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .compare--list .btn--compare {
    width: 48%;
  }
}
.compare--list .btn--item-delete {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.entry--compare {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f7f6f2;
}
.entry--compare .icon--compare {
  font-size: 1.125rem;
  margin: 0.5rem 0rem 0.5rem 0rem;
}
.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 #666666;
  letter-spacing: 0;
}
.modal--compare .modal--error {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  letter-spacing: 0;
}
.modal--compare .list--head {
  background: #f8f8fa;
  font-weight: 700;
}
.modal--compare .compare--group {
  width: 12.5rem;
  display: inline-block;
  white-space: normal;
  vertical-align: top;
  letter-spacing: 0;
}
.modal--compare .group--small {
  width: 12.5rem;
}
.modal--compare .compare--group-list {
  margin: 0;
  padding: 0;
}
.modal--compare .list--entry {
  padding: 0.625rem 1.875rem 0.625rem 0.625rem;
  color: #666666;
  border-bottom: 1px solid #dadae5;
}
.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: #314c49;
  font-weight: 700;
}
.modal--compare .entry--voting {
  height: 3.125rem;
}
.modal--compare .entry--voting .icon--star,
.modal--compare .entry--voting .icon--star-empty {
  color: #3b5b59;
}
.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: #314c49;
  font-weight: 700;
}
.modal--compare .entry--price .price--reduced {
  color: #f36c3d;
}
.modal--compare .entry--property {
  height: auto;
}
@media screen and (min-width: 78.75em) {
  .top-bar--navigation .compare--list {
    right: 0;
  }
}
/*
Home
==============================================
Defines the styling of the home-page content elements.
*/
/*
Payment
==============================================
Defines the styling of the payment-form elements.

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

The payment page is a part of the Shopware checkout process.
*/
.payment--form-group {
  margin: 0.625rem 0rem 0.625rem 0rem;
}
.payment--form-group .payment--field {
  margin-bottom: 0.625rem;
  display: block;
  width: 100%;
}
.payment--form-group .register--required-info {
  margin: 0;
}
@media screen and (min-width: 48em) {
  .payment--form-group .payment--field {
    width: 85%;
  }
}
/*
Address
================================
Defines the styles for the address pages and the modals.
*/
.address-manager--modal .header > .title {
  padding-left: 2%;
}
.address-manager--modal.address-manager--editor .address-editor--errors {
  padding: 1.25rem;
  padding-bottom: 0;
}
.address-manager--modal.address-manager--editor .address-editor--body {
  padding: 0;
}
.address-manager--modal.address-manager--selection .content:after {
  content: "";
  display: table;
  clear: both;
}
.address-manager--modal.address-manager--selection .content:before {
  content: " ";
  display: table;
}
.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:before {
  content: " ";
  display: table;
}
.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 #dadae5;
  border-top: 2px solid #4f4f71;
  display: block;
  position: absolute;
}
.account--address.account--content,
.address-manager--modal.account--content {
  margin: 0rem;
}
.account--address .address--item-body .panel--title,
.address-manager--modal .address--item-body .panel--title {
  margin: 0rem 0rem 1.25rem 0rem;
  padding-top: 0;
  font-family: "ParnasoSmall";
  line-height: 2.125rem;
  font-size: 0.875rem;
  display: inline-block;
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid #E0E0E0;
  color: #447670;
  width: 100%;
  font-weight: 100;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  padding: 0.125rem 0.75rem 0.125rem 0.75rem;
  margin-bottom: 1.25rem;
}
.account--address .address--item-body .panel--title:after,
.address-manager--modal .address--item-body .panel--title:after {
  content: "";
  display: table;
  clear: both;
}
.account--address .address--item-body .panel--title:before,
.address-manager--modal .address--item-body .panel--title:before {
  content: " ";
  display: table;
}
.account--address .address--item-body .panel--title:after,
.address-manager--modal .address--item-body .panel--title:after {
  content: " ";
  display: table;
  clear: both;
}
@media screen and (min-width: 48em) {
  .account--address .address--item-body .panel--title,
  .address-manager--modal .address--item-body .panel--title {
    text-align: left;
  }
}
.account--address .account--welcome,
.address-manager--modal .account--welcome {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  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:before,
.address-manager--modal .address--form-actions:before {
  content: " ";
  display: table;
}
.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: #666666;
}
.account--address .address--actions-set-defaults .btn:hover,
.address-manager--modal .address--actions-set-defaults .btn:hover {
  color: #2a3d38;
}
.account--address .address--required-info,
.address-manager--modal .address--required-info {
  margin: 0rem 1.625rem 1rem 1.625rem;
  font-size: 0.875rem;
}
.account--address .select-field,
.address-manager--modal .select-field {
  margin-bottom: 0.3125rem;
  max-width: 100%;
}
.account--address .address--field,
.address-manager--modal .address--field {
  margin-bottom: 0.625rem;
  width: 100%;
}
.account--address .address--customertype,
.address-manager--modal .address--customertype {
  display: block;
}
.account--address .address--zip-city .address--field-zipcode,
.address-manager--modal .address--zip-city .address--field-zipcode {
  width: 28%;
  float: left;
}
.account--address .address--zip-city .address--field-city,
.address-manager--modal .address--zip-city .address--field-city {
  width: 70%;
  float: left;
}
.account--address .address--zip-city .address--field-city:after,
.address-manager--modal .address--zip-city .address--field-city:after {
  content: "";
  display: table;
  clear: both;
}
.account--address .address--zip-city .address--field-city:before,
.address-manager--modal .address--zip-city .address--field-city:before {
  content: " ";
  display: table;
}
.account--address .address--zip-city .address--field-city:after,
.address-manager--modal .address--zip-city .address--field-city:after {
  content: " ";
  display: table;
  clear: both;
}
.account--address .address--zip-city .address--spacer,
.address-manager--modal .address--zip-city .address--spacer {
  margin-right: 2%;
}
.account--address.address--delete .panel,
.address-manager--modal.address--delete .panel {
  margin-bottom: 1.25rem;
}
.account--address .address--delete-actions .btn.is--primary,
.address-manager--modal .address--delete-actions .btn.is--primary {
  float: right;
}
.account--address .address--content:after,
.address-manager--modal .address--content:after {
  content: "";
  display: table;
  clear: both;
}
.account--address .address--content:before,
.address-manager--modal .address--content:before {
  content: " ";
  display: table;
}
.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: 0.625rem 0.625rem 0.625rem 0.625rem;
}
.account--address .address--item-content .panel,
.address-manager--modal .address--item-content .panel {
  border-bottom: 1px solid #dadae5;
}
.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,
.address-manager--modal .address--item-create {
  margin-top: 20px;
  float: right;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .account--address .address--item-create,
  .address-manager--modal .address--item-create {
    text-align: left;
  }
}
.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 #dadae5;
  border-top: 2px solid #4f4f71;
  display: inline-block;
  position: relative;
}
.is--ctl-address.is--act-create .account-container {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
}
.is--ctl-address.is--act-edit .account-container .new--address-form {
  display: block;
}
@media screen and (min-width: 78.75em) {
  .is--ctl-address.is--act-edit .account-container .new--address-form {
    display: inline-block;
  }
}
.is--ctl-address .address--delete {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.is--ctl-address .address--delete .account--welcome {
  padding: 0rem 0rem 0rem 0rem;
}
.is--ctl-address.is--act-create .account--address .address--customertype select,
.is--ctl-address.is--act-edit .account--address .address--customertype select,
.is--ctl-address.is--act-create .account--address .address--country select,
.is--ctl-address.is--act-edit .account--address .address--country select {
  background: none;
  max-width: 9.375rem;
}
.is--ctl-address.is--act-create .account--address .address--field,
.is--ctl-address.is--act-edit .account--address .address--field {
  width: 100%;
  border: none;
  border-bottom: 1px solid #e0e0e0;
}
.is--ctl-address.is--act-create .address-form--panel .address--zip,
.is--ctl-address.is--act-edit .address-form--panel .address--zip {
  width: 60%;
  display: inline-block;
  margin-right: 0.75rem;
}
.is--ctl-address.is--act-create .address-form--panel .address--additional-line1,
.is--ctl-address.is--act-edit .address-form--panel .address--additional-line1 {
  width: 35%;
  display: inline-block;
}
.is--ctl-address .content-main--inner .account--content .mijn-account-menu .bonussystem--sidebar.bonussystem--account {
  display: block;
}
@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 {
    float: left;
  }
  .account--address.account--content .address--field {
    margin-bottom: 0.9375rem;
    width: 70%;
  }
  .account--address.account--content .select-field {
    max-width: 18.125rem;
  }
  .account--address.account--content .address--form-actions:after {
    content: "";
    display: table;
    clear: both;
  }
  .account--address.account--content .address--form-actions:before {
    content: " ";
    display: table;
  }
  .account--address.account--content .address--form-actions:after {
    content: " ";
    display: table;
    clear: both;
  }
  .account--address.account--content .address--item-content {
    width: 100%;
  }
  .account--address.account--content .address--zip-city .address--field-zipcode {
    width: 18%;
    float: left;
  }
  .account--address.account--content .address--zip-city .address--field-city {
    width: 50%;
    float: left;
  }
  .account--address.account--content .address--zip-city .address--field-city:after {
    content: "";
    display: table;
    clear: both;
  }
  .account--address.account--content .address--zip-city .address--field-city:before {
    content: " ";
    display: table;
  }
  .account--address.account--content .address--zip-city .address--field-city:after {
    content: " ";
    display: table;
    clear: both;
  }
  .account--address.account--content .address--zip-city .address--spacer {
    margin-right: 2%;
  }
  .is--ctl-address .content-main--inner .sidebar--categories-wrapper .account--menu {
    display: none;
  }
}
@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%;
  }
  .is--ctl-address .content-main--inner .account--content .mijn-account-menu .account--menu {
    display: block;
  }
  .is--ctl-address .account--address-wrapper {
    width: 75%;
  }
  .is--ctl-address .account--address-wrapper .address--content {
    display: flex;
    flex-wrap: wrap;
  }
  .is--ctl-address .account--address-wrapper .address--content .address--item-not-used {
    width: 50%;
  }
  .is--ctl-address .account--address-wrapper .address--content .address--item-both {
    width: 100%;
  }
  .is--ctl-address .account--address-wrapper .address--content .address--item-one {
    width: 50%;
    margin-bottom: 1.875rem;
  }
}
.page-wrap--cookie-permission {
  padding: 0.625rem;
  z-index: 8000;
  border-top: 1px solid #dadae5;
  background: #f9f4ee;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
}
.page-wrap--cookie-permission .cookie-permission--container {
  width: 100%;
  text-align: center;
  position: relative;
}
.page-wrap--cookie-permission .cookie-permission--container:after {
  content: "";
  display: table;
  clear: both;
}
.page-wrap--cookie-permission .cookie-permission--container:before {
  content: " ";
  display: table;
}
.page-wrap--cookie-permission .cookie-permission--container:after {
  content: " ";
  display: table;
  clear: both;
}
.page-wrap--cookie-permission .cookie-permission--container .cookie-permission--button {
  margin: 0 auto;
  margin-top: 1.25rem;
}
.page-wrap--cookie-permission .cookie-permission--container .cookie-permission--decline-button {
  margin-right: 0.3125rem;
}
.cookie-removal--container {
  padding: 1.5625rem;
}
.cookie-removal--container .cookie-removal--list {
  margin-bottom: 1.25rem;
  list-style-position: inside;
}
.cookie-removal--container .cookie-removal--buttons {
  margin-top: 1.25rem;
}
.cookie-removal--container .cookie-removal--buttons .btn {
  margin-bottom: 0.375rem;
  display: inline-block;
  width: 48%;
  float: right;
}
.cookie-removal--container .cookie-removal--buttons .btn:last-child {
  margin-right: 2%;
}
@media screen and (min-width: 30em) {
  .cookie-removal--container .cookie-removal--footer:after {
    content: "";
    display: table;
    clear: both;
  }
  .cookie-removal--container .cookie-removal--footer:before {
    content: " ";
    display: table;
  }
  .cookie-removal--container .cookie-removal--footer:after {
    content: " ";
    display: table;
    clear: both;
  }
  .cookie-removal--container .cookie-removal--footer .cookie-removal--buttons {
    float: right;
  }
  .cookie-removal--container .cookie-removal--buttons {
    min-width: 16.25rem;
    margin: 0;
  }
  .cookie-removal--container .privacy--notice {
    padding-top: 0.5rem;
    display: inline-block;
  }
}
@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:before {
    content: " ";
    display: table;
  }
  .page-wrap--cookie-permission .cookie-permission--container:after {
    content: " ";
    display: table;
    clear: both;
  }
  .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--content {
    width: calc(100% - 230px);
    text-align: left;
  }
  .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--button {
    width: 15rem;
    right: 0.3125rem;
    position: absolute;
    top: calc(50% - 21px);
  }
  .page-wrap--cookie-permission .cookie-permission--container .cookie-permission--content {
    padding: 0.75rem;
    float: left;
  }
  .page-wrap--cookie-permission .cookie-permission--container .cookie-permission--button {
    margin: 0;
    float: right;
  }
}
.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: #314c49;
  z-index: 3000;
}
.advanced-menu:after {
  content: "";
  display: table;
  clear: both;
}
.advanced-menu:before {
  content: " ";
  display: table;
}
.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: #dadae5;
  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;
  border-radius: 16px;
}
.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: #3b5b59;
}
.advanced-menu .teaser--text-link:hover {
  color: #3b5b59;
}
.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: #314c49;
  display: block;
}
.advanced-menu .menu--list-item-link:hover {
  padding: 0.3125rem 0rem 0.3125rem 0.1875rem;
  color: #3b5b59;
}
.advanced-menu .button-container {
  font-size: 1rem;
  padding: 1.25rem 1.875rem 1.25rem 0rem;
  background: #f9f4ee;
  color: #ffffff;
  font-weight: 300;
}
.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: #314c49;
  position: relative;
  font-family: "CeraProRegular", sans-serif;
}
.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;
  text-align: right;
}
.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--container .button-container {
  display: none;
}
.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-family: "CeraProRegular", sans-serif;
  font-weight: 600;
}
.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: #314c49;
  display: block;
  font-weight: normal;
  font-family: "CeraProRegular", sans-serif;
}
.advanced-menu .item--level-1 .menu--list-item-link:hover {
  padding: 0.3125rem 0rem 0.3125rem 0.1875rem;
  color: #3b5b59;
}
.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: transparent;
}
.navigation-main .navigation--list .navigation--entry.is--hovered .navigation--link {
  background: transparent;
  color: #2a3d38;
}
@media screen and (min-width: 78.75em) {
  .advanced-menu .content--wrapper {
    margin: 2.5rem 2.5rem 2.5rem 2.5rem;
  }
}
.advanced-menu {
  width: 100%;
  max-width: 100%;
  position: fixed;
  left: 0;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.advanced-menu .button-container .button--category:hover {
  padding: 20px 50px 20px 55px;
  padding: 1.25rem 3.125rem;
}
.advanced-menu .item--level-0 {
  padding-bottom: 0px;
}
.advanced-menu .menu--list-item-link {
  padding: 0.3125rem 0rem 0.3125rem 0rem;
}
.advanced-menu .menu--list-item-link:hover {
  padding: 0.3125rem 0rem 0.3125rem 0rem;
  color: #2a3d38;
}
body #storeLocator div#storeWrap div#itemsWrap .container .itemWrap {
  width: 33.33%;
  padding: 10px;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  body #storeLocator div#storeWrap div#itemsWrap .container .itemWrap {
    width: 50%;
  }
}
@media (max-width: 640px) {
  body #storeLocator div#storeWrap div#itemsWrap .container .itemWrap {
    width: 100%;
  }
}
body #storeLocator div#storeWrap div#itemsWrap .container .itemWrap .store-details {
  border-radius: 16px;
  border: 1px solid #ccc;
  padding: 12px;
}
body #storeLocator div#storeWrap div#itemsWrap .container .itemWrap .store-details h3.is--title {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 24px;
  min-height: 42px;
}
@media (max-width: 640px) {
  body #storeLocator div#storeWrap div#itemsWrap .container .itemWrap .store-details h3.is--title {
    min-height: auto;
  }
}
body #storeLocator div#storeWrap div#itemsWrap .container .itemWrap .store-details .btn {
  margin-bottom: 0px;
  padding: 5px 18px;
  display: inline-block;
  color: #314c49;
  font-weight: normal;
  font-size: 16px;
  border-color: #314c49;
  margin-top: 15px;
}
body #storeLocator div#storeWrap div#itemsWrap .container .itemWrap .store-details .opening_shop_message {
  background: #c9dfd0;
  display: inline-block;
  padding: 6px 17px;
  margin-bottom: 5px;
  border-radius: 17px;
  color: #314c49;
}
#storeLocator {
  margin-top: 0;
}
#storeLocator #searchWrap #searchOptions {
  border: none;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 78.75em) {
  #storeLocator #searchWrap #searchOptions {
    width: auto;
  }
}
#storeLocator #searchWrap #searchOptions #storeSelect input#autocomplete {
  background: transparent;
  padding-left: 15px;
  padding-right: 40px;
}
#storeLocator #searchWrap #searchOptions #storeSelect .saveadd {
  background: transparent;
  border: none;
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
}
#storeLocator #searchWrap #searchOptions #storeSelect .saveadd .icon--location-arrow:before {
  content: "\f124";
}
#storeLocator #storeWrap {
  display: block;
  padding-top: 8px;
  padding: 1.875rem 1.875rem 1.875rem 1.875rem;
  background-color: #f9f4ee;
}
@media screen and (min-width: 48em) {
  #storeLocator #storeWrap {
    padding: 1.875rem 1.875rem 1.875rem 1.875rem;
    padding-top: 50px;
  }
}
#storeLocator #storeWrap .is--main-title {
  text-align: center;
  margin-bottom: 30px;
}
#storeLocator #storeWrap #itemsWrap .container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: space-between;
  justify-content: center;
}
@media screen and (min-width: 48em) {
  #storeLocator #storeWrap #itemsWrap .container {
    justify-content: flex-start;
  }
}
#storeLocator #storeWrap #itemsWrap .container .itemWrap {
  position: relative;
  padding: 10px;
  width: 50%;
  min-width: 200px;
}
@media screen and (min-width: 64em) {
  #storeLocator #storeWrap #itemsWrap .container .itemWrap {
    width: 20%;
    padding: 15px;
    min-width: 220px;
  }
}
#storeLocator #storeWrap #itemsWrap .container .itemWrap .is--overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#storeLocator #storeWrap #itemsWrap .container .itemWrap .is--storeImage img {
  height: auto;
  width: 100%;
}
#storeLocator #storeWrap #itemsWrap .container .itemWrap .is--title {
  margin: 15px 0 5px;
  font-weight: 500;
}
#headerWrap {
  background: #f9f4ee;
  padding-top: 30px;
  padding-bottom: 0;
}
@media screen and (min-width: 48em) {
  #headerWrap {
    padding: 3.125rem 3.125rem 3.125rem 3.125rem;
  }
}
#headerWrap .headerContainer {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 8px;
}
@media screen and (min-width: 48em) {
  #headerWrap .headerContainer {
    flex-direction: row;
    margin-top: 30px;
  }
}
#headerWrap .headerContainer .headerLeft {
  padding: 1.875rem 1.875rem 1.875rem 1.875rem;
  width: 100%;
}
@media screen and (min-width: 48em) {
  #headerWrap .headerContainer .headerLeft {
    width: 50%;
    padding-right: 20%;
  }
}
#headerWrap .headerContainer .headerLeft .is--store-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#headerWrap .headerContainer .headerLeft .is--store-info div {
  flex: 0 0 50%;
}
#headerWrap .headerContainer .headerLeft .openingtimes {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.5rem 0rem 0.5rem 0rem;
}
#headerWrap .headerContainer .headerLeft .openingtimes .netiBusinessHours.label_weekday,
#headerWrap .headerContainer .headerLeft .openingtimes .netiBusinessHours.label_weekday.wide {
  width: unset !important;
  margin: 0;
}
#headerWrap .headerContainer .headerLeft .openingtimes .netiBusinessHours.time_weekday {
  width: unset;
}
#headerWrap .headerContainer .headerRight {
  order: -1;
}
@media screen and (min-width: 48em) {
  #headerWrap .headerContainer .headerRight {
    order: 1;
    width: 50%;
  }
}
.is--ctl-storelocator .content--breadcrumb {
  display: flex;
  justify-content: center;
}
.is--ctl-storelocator .headerLeft {
  margin: 0rem 1.875rem 0rem 1.875rem;
}
.sub--title {
  font-weight: 800;
  margin-bottom: 10px;
}
.businesshoures.inner-content {
  margin-top: 15px;
}
.netiBusinessHours.label_weekday,
.netiBusinessHours.label_weekday.wide {
  width: 30% !important;
}
.netiBusinessHours.time_weekday {
  width: 65%;
}
.storeLocatorDetails--content {
  padding-top: 0;
}
.storeLocatorDetails--content .is--store-details {
  padding: 15px;
  margin-top: 0rem;
  margin-bottom: 80px;
}
@media screen and (min-width: 48em) {
  .storeLocatorDetails--content .is--store-details {
    margin-top: 5rem;
  }
}
body.is--ctl-storedetails .content--breadcrumb {
  display: none;
}
/* Styles that apply to all widgets, easier to work with */
.last-seen-products,
.topseller {
  padding: 5% 0;
  margin: 0;
  background: #f7f6f2;
}
.last-seen-products .topseller-products--title,
.topseller .topseller-products--title,
.last-seen-products .topseller--title,
.topseller .topseller--title,
.last-seen-products .last-seen-products--title,
.topseller .last-seen-products--title {
  padding: 2.625rem 0rem 2.625rem 0rem;
  display: block;
  text-align: center;
  font-size: 2rem !important;
  font-weight: 300;
  color: #314c49;
}
.last-seen-products .last-seen-products--item:hover,
.topseller .last-seen-products--item:hover {
  background: #edece8 !important;
}
.widget--recommendation h2 {
  text-align: center;
}
.widget--recommendation {
  background: #f9f4ee;
  padding: 2%;
}
/*
* Ordering payment/shipping methods checkout
 */
.order-container {
  width: 100%;
  float: left;
}
.is--act-confirm .order-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 0.625rem 1.25rem 0rem 1.25rem;
}
@media screen and (min-width: 48em) {
  .is--act-confirm .order-container {
    flex-direction: row;
  }
}
.is--act-confirm .order-container .btn {
  width: 100%;
}
.is--act-confirm .order-container .btn--back-top-shop {
  width: 70%;
  padding: 0.25rem 0.25rem 0.25rem 0.25rem;
}
@media screen and (min-width: 48em) {
  .is--act-confirm .order-container .btn--back-top-shop {
    width: 100%;
    padding: 0.125rem 0.625rem 0.125rem 2.25rem;
  }
}
.is--act-confirm .information--panel-item {
  padding: 0rem 1.25rem 0rem 1.25rem;
}
.is--act-confirm .information--panel-item .panel--body.is--wide {
  padding: 0;
}
.is--act-confirm .information--panel-item .panel--body.is--wide p {
  margin-bottom: 0;
}
.confirm--content .panel {
  margin: 0;
}
.confirm--content .table--footer {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.confirm--content .panel--body {
  padding: 0 !important;
}
.confirm--content .panel--body .tos--panel {
  padding: 0;
}
.confirm--content .panel--body .tos--panel .panel--body {
  padding: 0;
}
.shipping-payment--information .confirm--inner-container.block {
  width: 100%;
}
ul.aggregation--list {
  padding: 0.625rem 0rem 0.625rem 0rem;
}
.bonussystem--cart-text {
  color: #666666;
}
.panel--actions.checkout--panel {
  padding: 0;
}
@media screen and (min-width: 48em) {
  .shipping-payment--information .confirm--inner-container.block {
    width: 50%;
  }
  form#shippingPaymentForm .confirm--inner-container.block:nth-child(1) {
    width: 49%;
  }
  form#shippingPaymentForm .shipping-payment--information {
    float: right;
    width: 100%;
    display: flex;
  }
  form#shippingPaymentForm .confirm--inner-container.block:nth-child(2) {
    width: 49%;
    margin-left: 2%;
  }
  .content--confirm .confirm--inner-container .basket--footer {
    background: #f9f4ee;
    border: 0px;
  }
}
.bonussystem--info.bonussystem--no-float {
  background: unset !important;
}
.bonussystem--info.bonussystem--no-float .bonussystem--info-text {
  font-size: 1rem;
  font-weight: 700;
  color: #666666 !important;
}
.bonussystem--info-orb,
.bonussystem--info-orb-navigation,
.bonussystem--coin {
  background-color: #3f655b;
}
.bonussystem--earning {
  top: unset !important;
  font-size: 1.25rem;
  font-size: 1rem;
  position: relative;
  line-height: 40px;
  line-height: 2rem;
}
.table--actions.actions--bottom {
  display: block;
  width: 100%;
}
.tos--panel.panel.has--border {
  width: 100%;
  position: relative;
  margin: 0;
}
.product--table .table--tr {
  padding: 0;
}
.confirm--content .product--table .table--tr {
  padding: 0rem 0rem 0rem 0rem;
}
.confirm--content .product--table .column--quantity,
.confirm--content .product--table .column--tax-price,
.confirm--content .product--table .column--total-price {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0.5rem;
  padding: 0rem 0rem 0rem 0rem;
}
@media screen and (min-width: 48em) {
  .confirm--content .product--table .column--quantity,
  .confirm--content .product--table .column--tax-price,
  .confirm--content .product--table .column--total-price {
    margin-bottom: 0rem;
  }
}
.confirm--content .product--table .column--quantity label {
  display: none !important;
}
.confirm--content .product--table .column--quantity .select-field select {
  pointer-events: none;
  border-bottom: 0px !important;
  direction: rtl;
  padding: 0;
}
.zeo-store-pickup .select-field select {
  border: 1px solid #e0e0e0;
  padding: 0rem 1.625rem 0rem 0.625rem;
}
.payment--confirm-esd {
  display: none;
}
@media screen and (min-width: 78.75em) {
  .is--ctl-checkout .product--table .table--tr {
    align-items: center;
  }
  .is--ctl-checkout .block-group.row--tos {
    width: 26%;
  }
  .is--ctl-checkout .block-group.row--tos .column--label label {
    width: 100% !important;
  }
  .is--act-confirm .order-container {
    justify-content: space-between;
  }
  .is--act-confirm .order-container .btn {
    width: 25%;
  }
  .is--act-confirm .order-container .btn--back-top-shop {
    border: none;
    width: 20%;
    display: flex;
    align-items: center;
  }
  .is--act-confirm .information--panel-item {
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  }
  .is--act-confirm .information--panel-address a {
    width: 32%;
  }
  .address--actions-change {
    width: 100%;
  }
  .is--act-shippingpayment .content--confirm .btn--back-top-shop {
    border: none;
  }
}
.is--ctl-checkout.is--act-shippingpayment .confirm--actions a.btn.is--small.btn--back-top-shop.is--icon-left {
  margin: 0 auto;
  display: block;
  width: 70%;
  padding: 0.25rem 0.25rem 0.25rem 0.25rem;
  margin-bottom: 0.875rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-checkout.is--act-shippingpayment .confirm--actions a.btn.is--small.btn--back-top-shop.is--icon-left {
    width: auto;
    display: inline;
    padding: 0.125rem 0.625rem 0.125rem 2.25rem;
  }
}
.is--ctl-checkout.is--act-shippingpayment .select-field {
  margin-right: 10px;
}
.is--ctl-checkout.is--act-shippingpayment .select-field:before {
  content: "\f078";
  display: block;
  font-family: 'Font Awesome 5 Pro' !important;
  position: relative;
  right: 0;
  left: auto;
  margin-left: auto;
  margin-right: 0;
  position: absolute;
  top: 9px;
  right: 9px;
  pointer-events: none;
}
.is--ctl-checkout.is--act-shippingpayment .dispatch--method.method_last.block,
.is--ctl-checkout.is--act-shippingpayment .payment--method {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
}
.is--ctl-checkout.is--act-shippingpayment .method--bankdata {
  flex: 0 0 100%;
}
.is--ctl-checkout.is--act-shippingpayment ul.aggregation--list li .entry--value {
  text-align: left;
}
.is--ctl-checkout.is--act-shippingpayment div#zeoStorePickup {
  flex: 0 0 100%;
}
.is--ctl-checkout.is--act-shippingpayment .zeo-store-pickup--shipping-method {
  padding-right: 0;
}
@media screen and (min-width: 48em) {
  .is--ctl-checkout.is--act-shippingpayment .dispatch--method.method_last.block,
  .is--ctl-checkout.is--act-shippingpayment .payment--method {
    display: flex;
    flex-wrap: unset;
    flex: unset;
  }
  .is--ctl-checkout.is--act-shippingpayment .method--bankdata {
    flex: unset;
  }
  .is--ctl-checkout.is--act-shippingpayment ul.aggregation--list li .entry--value {
    text-align: right;
  }
  .is--ctl-checkout.is--act-shippingpayment div#zeoStorePickup {
    flex: 0 0 50%;
  }
  .is--ctl-checkout.is--act-shippingpayment .zeo-store-pickup--shipping-method {
    padding-right: unset;
  }
}
.is--ctl-checkout.is--act-cart .content--wrapper {
  max-width: 100%;
}
.is--ctl-checkout.is--act-cart .add-voucher--label input:not(:checked) ~ .checkmark {
  background: #fff;
  border: 1px solid #dadae5;
}
.is--ctl-checkout .content--wrapper {
  max-width: 83rem;
  margin: 0 auto;
  padding: 0 20px;
}
.is--ctl-checkout #one-page-checkout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.is--ctl-checkout #one-page-checkout .opc--spacer,
.is--ctl-checkout #one-page-checkout .agb--on-top {
  width: 100%;
}
.is--ctl-checkout #one-page-checkout .register--personal-data,
.is--ctl-checkout #one-page-checkout .register--shipment-and-payment,
.is--ctl-checkout #one-page-checkout .register--overview {
  width: 32%;
  display: block;
  margin: 0;
  padding: 0;
}
@media (max-width: 1199px) {
  .is--ctl-checkout #one-page-checkout .register--personal-data,
  .is--ctl-checkout #one-page-checkout .register--shipment-and-payment,
  .is--ctl-checkout #one-page-checkout .register--overview {
    width: 100%;
    margin: 0 0 25px;
  }
}
@media (min-width: 1200px) {
  .is--ctl-checkout #one-page-checkout .register--personal-data,
  .is--ctl-checkout #one-page-checkout .register--shipment-and-payment,
  .is--ctl-checkout #one-page-checkout .register--overview {
    border: 1px solid #dadae5;
    border-radius: 3px;
    padding: 10px;
  }
}
.is--ctl-checkout #one-page-checkout .register--personal-data input,
.is--ctl-checkout #one-page-checkout .register--personal-data select {
  appearance: auto;
  background: #fff;
  border: 0;
  height: 45px;
  border-radius: 6px;
  color: #314c49;
  width: 100% !important;
  float: none;
  padding: 0 15px;
}
.is--ctl-checkout #one-page-checkout .register--personal-data input:focus,
.is--ctl-checkout #one-page-checkout .register--personal-data select:focus {
  background: #fff;
  color: #314c49;
}
.is--ctl-checkout #one-page-checkout .register--personal-data input::placeholder,
.is--ctl-checkout #one-page-checkout .register--personal-data select::placeholder {
  color: #314c49;
}
.is--ctl-checkout #one-page-checkout .register--personal-data input.select--country,
.is--ctl-checkout #one-page-checkout .register--personal-data select.select--country {
  background: transparent;
  text-overflow: ellipsis;
  text-align: left;
  border-radius: 0;
  border-bottom: 1px solid #2a3d38;
  font-family: "CeraProMedium", sans-serif;
  color: #2a3d38;
}
@media (max-width: 767px) {
  .is--ctl-checkout #one-page-checkout .register--personal-data input.select--country,
  .is--ctl-checkout #one-page-checkout .register--personal-data select.select--country {
    width: auto !important;
  }
}
.is--ctl-checkout #one-page-checkout .register--personal-data .register--login-password {
  padding-bottom: 0;
}
.is--ctl-checkout #one-page-checkout .register--personal-data .register--login-lostpassword {
  text-align: center;
}
.is--ctl-checkout #one-page-checkout .register--personal-data .action .btn {
  width: 100%;
  height: 45px;
}
.is--ctl-checkout #one-page-checkout .register--personal-data .action .btn i {
  display: none;
}
.is--ctl-checkout #one-page-checkout .register--password-description {
  color: #f36c3d;
}
.is--ctl-checkout #one-page-checkout .privacy--container {
  margin-bottom: 10px;
}
.is--ctl-checkout #one-page-checkout .privacy--container .register--password-description input {
  position: relative;
  top: 2px;
  height: auto;
  width: auto !important;
}
.is--ctl-checkout #one-page-checkout .register--personal {
  margin-top: 30px;
}
.is--ctl-checkout #one-page-checkout .register--personal .register--customertype .select-field {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.is--ctl-checkout #one-page-checkout .panel.register--address h3 {
  font-size: 20px;
}
.is--ctl-checkout #one-page-checkout .panel.register--address .field--select {
  width: 100%;
  height: auto;
  max-width: 100%;
  margin-bottom: 10px;
}
.is--ctl-checkout #one-page-checkout .panel.register--address .register--street {
  padding-top: 0;
}
.is--ctl-checkout #one-page-checkout h2 {
  font-size: 2rem;
}
.is--ctl-checkout #one-page-checkout h2 .step-icon {
  width: 45px;
  height: 45px;
  line-height: 46px;
  padding: 0;
}
.is--ctl-checkout #one-page-checkout .panel--title {
  font-size: 20px;
  margin-top: 11px;
  display: block;
}
.is--ctl-checkout #one-page-checkout .panel--title:after {
  display: none;
}
.is--ctl-checkout #one-page-checkout .panel--body {
  display: block !important;
}
.is--ctl-checkout #one-page-checkout .register--address {
  padding: 0;
}
.is--ctl-checkout.is--act-confirm .register--personal-data .information--panel-item.information--panel-address .address--actions-change {
  margin-bottom: 10px;
}
.is--ctl-checkout.is--act-confirm .register--personal-data .information--panel-item.information--panel-address .address--actions-change .btn {
  width: auto;
  display: inline-block;
  padding: 10px 20px;
  margin-top: 10px;
}
.is--ctl-checkout.is--act-confirm .register--personal-data .container--logout a {
  position: relative;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #e0e0e0;
  color: #666666;
  text-align: center;
  white-space: nowrap;
  letter-spacing: -0.04125rem;
  padding: 4px 15px;
  width: auto;
  display: inline-block;
  border-radius: 1.5rem;
}
.is--ctl-checkout.is--act-confirm .register--personal-data .container--logout a:hover {
  background: #ffffff;
  color: #2a3d38;
  border-color: #2a3d38;
}
.is--ctl-checkout.is--act-confirm .register--personal-data .action .btn {
  margin-top: 15px;
}
.is--ctl-checkout.is--act-confirm .register--shipment-and-payment .confirm--inner-container.block {
  width: 100%;
}
.is--ctl-checkout.is--act-confirm .register--shipment-and-payment .confirm--inner-container.block .footer--benefit.block {
  width: 100%;
}
@media (max-width: 576px) {
  .is--ctl-checkout.is--act-confirm .register--shipment-and-payment .confirm--inner-container.block .payment--method-list {
    padding: 0;
  }
}
.is--ctl-checkout.is--act-confirm .register--shipment-and-payment form#shippingPaymentForm .shipping-payment--information {
  display: block;
}
.is--ctl-checkout.is--act-confirm .register--shipment-and-payment form#shippingPaymentForm .shipping-payment--information .confirm--inner-container.block {
  width: 100%;
}
.is--ctl-checkout.is--act-confirm .register--shipment-and-payment form#shippingPaymentForm .shipping-payment--information .dispatch--method.method_last:not(.payment--method.method_last) {
  flex-flow: wrap;
}
.is--ctl-checkout.is--act-confirm .register--shipment-and-payment form#shippingPaymentForm .shipping-payment--information .dispatch--method.method_last:not(.payment--method.method_last) .method--description {
  display: block;
  margin: 0 auto;
}
.is--ctl-checkout.is--act-confirm .register--shipment-and-payment .dispatch--method-list {
  padding: 0;
}
.is--ctl-checkout.is--act-confirm .register--shipment-and-payment .footer--benefit.block,
.is--ctl-checkout.is--act-confirm .register--shipment-and-payment .basket--footer {
  display: none;
}
.is--ctl-checkout.is--act-confirm #one-page-checkout .register--content .register--check {
  align-items: center;
  display: flex;
}
.is--ctl-checkout.is--act-confirm #one-page-checkout .register--content .register--check input#register_personal_skipLogin {
  width: 16px !important;
  height: 16px !important;
  margin-right: 10px;
}
.is--ctl-checkout.is--act-confirm #one-page-checkout .register--overview .product--table {
  padding-left: 0;
  padding-right: 0;
}
.is--ctl-checkout.is--act-confirm #one-page-checkout .register--overview .product--table .column--total-price,
.is--ctl-checkout.is--act-confirm #one-page-checkout .register--overview .product--table .column--tax-price,
.is--ctl-checkout.is--act-confirm #one-page-checkout .register--overview .product--table .column--unit-price,
.is--ctl-checkout.is--act-confirm #one-page-checkout .register--overview .product--table .column--quantity {
  width: 100%;
  margin: 0 auto;
}
.is--ctl-checkout.is--act-confirm #one-page-checkout .register--overview .product--table .table--column.column--product.block .panel--td.table--content span {
  width: 100%;
  margin: 10px 0;
}
.is--ctl-checkout.is--act-confirm #one-page-checkout .register--overview .product--table .table--tr {
  height: auto;
}
.is--ctl-checkout.is--act-confirm #one-page-checkout .register--overview .product--table .row--product {
  display: block;
  height: auto;
  min-height: revert;
}
.is--ctl-checkout.is--act-confirm #one-page-checkout .register--overview .product--table .select-field select {
  text-align: right;
}
.is--ctl-checkout.is--act-confirm #one-page-checkout .register--overview .product--table .panel {
  padding-left: 0;
}
.is--ctl-checkout.is--act-confirm #one-page-checkout .register--overview .product--table .aggregation--list {
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #dadae5;
}
.is--ctl-checkout.is--act-confirm #one-page-checkout .register--overview .product--table .aggregation--list li {
  padding-bottom: 10px;
}
.is--ctl-checkout.is--act-confirm #one-page-checkout .register--overview .product--table .table--actions {
  padding-left: 0;
  padding-right: 0;
}
.is--ctl-checkout.is--act-confirm #one-page-checkout .register--overview .product--table .additional--features .feature--group {
  width: 100%;
  margin-top: 10px;
}
.is--ctl-checkout.is--act-confirm #one-page-checkout .register--overview .product--table .content--title {
  width: 50%;
  font-weight: 700;
  font-size: 15px;
}
.is--ctl-checkout.is--act-confirm #one-page-checkout .register--overview .product--table .column--product {
  border-bottom: 0px solid #dadae5;
}
.is--ctl-checkout.is--act-confirm #one-page-checkout .register--overview .product--table .column--product .panel--td.table--content {
  flex-flow: wrap;
}
.is--ctl-checkout.is--act-confirm #one-page-checkout .register--overview .product--table .column--product .panel--td.table--content p {
  width: 100%;
  display: block;
  order: 3;
  margin-top: 10px;
}
.is--ctl-checkout.is--act-confirm #one-page-checkout .register--overview .product--table .column--product .panel--td.table--content .price {
  width: 50%;
  order: 2;
}
.is--ctl-checkout.is--act-confirm #one-page-checkout .register--overview .product--table .column--product .panel--td.table--content .rebate-total-price,
.is--ctl-checkout.is--act-confirm #one-page-checkout .register--overview .product--table .column--product .panel--td.table--content .content--title {
  display: block;
  width: 50% !important;
  line-height: normal;
}
.is--ctl-checkout.is--act-confirm #one-page-checkout .register--overview .product--table .table--tr.is--last-row {
  border-bottom: 1px solid #dadae5;
  padding-bottom: 20px;
}
.is--ctl-checkout.is--act-confirm #one-page-checkout .register--overview .product--table .add-voucher--button {
  padding: 0;
}
.is--ctl-checkout.is--act-confirm #one-page-checkout .register--overview .product--table .basket--badge {
  display: block;
}
.is--ctl-checkout.is--act-confirm #one-page-checkout .not-logged-in.register--shipment-and-payment,
.is--ctl-checkout.is--act-confirm #one-page-checkout .not-logged-in.register--overview {
  padding: 0 10px;
}
.is--ctl-checkout.is--act-confirm #one-page-checkout .panel--body {
  margin: 0 auto;
}
.is--ctl-checkout.is--act-confirm #one-page-checkout .register--personal {
  padding-left: 0;
  padding-right: 0;
}
.is--ctl-checkout.is--act-confirm #one-page-checkout .register--shipment-and-payment .add-voucher--form .add-voucher--field {
  width: 85%;
}
.is--ctl-checkout.is--act-confirm #one-page-checkout .register--shipment-and-payment .add-voucher--form .add-voucher--button {
  border-radius: 3px;
  padding: 16px 14px;
  width: 15%;
}
.is--ctl-checkout.is--act-confirm #one-page-checkout .agb--on-top {
  border: 1px solid #dadae5;
  border-radius: 3px;
  padding: 10px;
}
.is--ctl-checkout.is--act-confirm #one-page-checkout .information--panel-item {
  padding: 0;
}
.is--ctl-checkout.is--act-confirm #one-page-checkout .information--panel-item .information--panel {
  padding: 10px 0;
}
.is--ctl-checkout.is--act-confirm #one-page-checkout .confirm--outer-container.container {
  padding: 0;
}
.is--ctl-checkout.is--act-confirm #one-page-checkout .confirm--inner-container .basket--footer {
  padding: 0;
}
.is--ctl-checkout.is--act-confirm #one-page-checkout .zeo-store-pickup--shipping-method select {
  appearance: auto;
  background: #fff;
  border: 0;
  height: 45px;
  border-radius: 6px;
  color: #314c49;
  width: 100% !important;
  float: none;
  padding: 0 15px;
}
.is--ctl-checkout.is--act-confirm #one-page-checkout .zeo-store-pickup--shipping-method select:focus {
  background: #fff;
  color: #314c49;
}
.is--ctl-checkout.is--act-confirm #one-page-checkout .zeo-store-pickup--shipping-method select::placeholder {
  color: #314c49;
}
@media (max-width: 340px) {
  .is--ctl-checkout.is--act-confirm {
    overflow-x: hidden;
  }
}
.advisor--content {
  max-width: 1280px;
  padding: 0 30px;
  width: 100%;
  margin: 30px auto;
}
.advisor--wizard-title {
  font-size: 26px;
  font-weight: 300;
}
.advisor--wizard-question .wizard-question--info-ct {
  text-align: center;
}
.emotion--section-nav .section-nav--link.is--active .icon--record {
  font-weight: bold;
}
.emotion--element .emotion--html {
  display: flex;
  align-items: center;
  justify-content: center;
}
.emotion--element .emotion--html h1 {
  margin: 0;
}
@media screen and (min-width: 48em) {
  .emotion--element .emotion--html h1 {
    margin: 2.125rem 0rem 1.25rem 0rem;
  }
}
.is--ctl-blog button.btn.is--outline,
.content--emotions button.btn.is--outline,
.is--ctl-blog .btn.is--primary-o,
.content--emotions .btn.is--primary-o {
  text-transform: initial;
  font-weight: 100 !important;
  font-family: "CeraProRegular", sans-serif;
}
.emotion--box-shadow .emotion--banner,
.emotion--box-shadow .emotion--digital-publishing {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.emotion--border-radius .emotion--banner,
.emotion--border-radius .emotion--digital-publishing {
  border-radius: 12px;
  background-clip: padding-box;
}
.emotion--border-radius .emotion--digital-publishing {
  overflow: hidden;
}
.to-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #f7f6f2;
  color: #000000;
  z-index: 99999999999999999;
  display: none;
  transition: 0.3s ease-in-out;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  font-size: 1.75rem;
  height: 40px;
  width: 40px;
  line-height: 1;
  cursor: pointer;
  padding: 0.3125rem;
}
.to-top.visible {
  display: block;
}
.to-top .icon--arrow-up {
  font-size: 1.25rem;
}
.is--ctl-advisor .advisor--content {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  text-align: center;
}
.is--ctl-advisor .advisor--content .advisor--content-inner {
  padding-top: 0;
}
.is--ctl-advisor .advisor--content .advisor--content-inner .advisor--wizard-title {
  border: none;
  text-align: center;
  margin-bottom: 1.25rem;
}
.is--ctl-advisor .advisor--content .advisor--content-inner .advisor--wizard-question .wizard-content--ct {
  width: 85%;
}
.is--ctl-advisor .advisor--content .advisor--content-inner .advisor--wizard-question .wizard-content--ct .question-ct--checkbox-ct {
  margin: 0.625rem 0rem 0.625rem 0rem;
}
.is--ctl-advisor .advisor--content .advisor--content-inner .advisor--wizard-question .wizard-content--ct .question-ct--checkbox-ct label {
  font-size: 0.75rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-advisor .advisor--content .advisor--content-inner .advisor--wizard-question .wizard-content--ct .question-ct--checkbox-ct label {
    font-size: 0.875rem;
    font-weight: 400;
  }
}
.is--ctl-advisor .advisor--content .advisor--content-inner .advisor--wizard-question .wizard-content--ct .question-ct--checkbox-ct input:checked ~ .question-ct--label:before {
  display: inline;
}
.is--ctl-advisor .advisor--content .advisor--wizard-actions .wizard-actions--skip-wrapper .fal.fa-chevron-down.icon--right {
  position: absolute;
  right: 8%;
  margin-top: 0.875rem;
}
.is--ctl-advisor .advisor--content .advisor--wizard-actions .wizard-actions--skip-wrapper .wizard-actions--question-select {
  margin-bottom: 0.625rem;
  background: white;
}
.is--ctl-advisor .advisor--content .advisor--wizard-actions .wizard-actions--next-button {
  margin-bottom: 1.25rem;
}
.is--ctl-advisor .advisor--content .advisor--wizard-actions .wizard-actions--next-button .next-button--btn {
  padding: 0.25rem 0.25rem 0.25rem 0.25rem;
}
.is--ctl-advisor .advisor--content .advisor--wizard-actions .wizard-actions--back-button .advisor--wizard-back {
  padding: 0.25rem 0rem 0.25rem 0rem;
}
.is--ctl-advisor .advisor--content .advisor--wizard-actions .wizard-actions--reset-button .advisor--reset-advisor-btn {
  padding: 0.25rem 0rem 0.25rem 0rem;
}
.is--ctl-advisor .advisor--content .wizard--required {
  margin: 1.25rem 0rem 2.5rem 0rem;
}
.is--ctl-advisor .wizard-question--content .question-ct--filter-ct input:checked ~ .question-ct--label:before {
  display: inline;
}
@media screen and (min-width: 48em) {
  .is--ctl-advisor .advisor--content .advisor--content-inner .content-inner--main {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .is--ctl-advisor .advisor--content .advisor--content-inner .content-inner--main .main--advisor-start {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .is--ctl-advisor .advisor--content .advisor--content-inner .content-inner--main .main--advisor-start .advisor-start--button {
    width: 30%;
    padding: 0.25rem 0rem 0.25rem 0rem;
  }
  .is--ctl-advisor .advisor--content .advisor--content-inner .wizard-question--content .wizard-content--ct {
    width: 30%;
  }
  .is--ctl-advisor .advisor--content .advisor--content-inner .advisor--wizard-progress {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .is--ctl-advisor .advisor--content .advisor--content-inner .advisor--wizard-progress .wizard-progress--progress-bar {
    width: 70%;
  }
  .is--ctl-advisor .advisor--content .advisor--wizard-actions {
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column-reverse;
  }
  .is--ctl-advisor .advisor--content .advisor--wizard-actions .wizard-actions--skip-wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 50%;
  }
  .is--ctl-advisor .advisor--content .advisor--wizard-actions .wizard-actions--skip-wrapper .fal.fa-chevron-down.icon--right {
    position: absolute;
    right: 34%;
    margin-top: 0.875rem;
  }
  .is--ctl-advisor .advisor--content .advisor--wizard-actions .wizard-actions--skip-wrapper .wizard-actions--question-select {
    padding: 0;
  }
  .is--ctl-advisor .advisor--content .advisor--wizard-actions .wizard-actions--reset-button {
    width: 38%;
  }
  .is--ctl-advisor .advisor--content .advisor--wizard-actions .wizard-actions--next-button {
    display: flex;
    justify-content: flex-end;
    width: 30%;
    order: 2;
  }
  .is--ctl-advisor .advisor--content .advisor--wizard-actions .wizard-actions--next-button .next-button--btn {
    width: 100%;
  }
  .is--ctl-advisor .advisor--content .advisor--wizard-actions .wizard-actions--back-button {
    display: flex;
    order: 1;
    width: 100%;
    justify-content: center;
    margin: 0rem 0rem 1.25rem 0rem;
  }
  .is--ctl-advisor .advisor--content .advisor--wizard-actions .wizard-actions--back-button .advisor--wizard-back {
    width: 30%;
    padding: 0.25rem 0rem 0.25rem 0rem;
  }
  .is--ctl-advisor .advisor--content .listing-ct--advisor-result {
    display: flex;
    flex-wrap: wrap;
  }
}
.usps {
  height: 30px;
  position: relative;
  overflow: hidden;
  background-color: #2a3d38;
}
.usps__items {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  justify-content: space-evenly;
}
.usps__usp {
  font-size: 0.6875rem;
  line-height: 1.5625rem;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  animation-duration: 12s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.usps__usp--1 {
  animation-name: anim-1;
}
@media screen and (min-width: 64em) {
  .usps__usp--1 {
    text-align: left;
  }
}
.usps__usp--2 {
  animation-name: anim-2;
}
.usps__usp--3 {
  animation-name: anim-3;
}
@media screen and (min-width: 64em) {
  .usps__usp--3 {
    text-align: right;
  }
}
@keyframes anim-1 {
  0%,
  8.3% {
    left: -100%;
    opacity: 0;
  }
  8.3%,
  25% {
    left: 0;
    opacity: 1;
  }
  33.33%,
  100% {
    left: 100%;
    opacity: 0;
  }
}
@keyframes anim-2 {
  0%,
  33.33% {
    left: -100%;
    opacity: 0;
  }
  41.63%,
  58.29% {
    left: 0;
    opacity: 1;
  }
  66.66%,
  100% {
    left: 100%;
    opacity: 0;
  }
}
@keyframes anim-3 {
  0%,
  66.66% {
    left: -100%;
    opacity: 0;
  }
  74.96%,
  91.62% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
@media screen and (min-width: 64em) {
  .usps {
    height: 25px;
  }
  .usps__usp {
    position: relative;
    height: unset;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
    display: block;
  }
  .usps__usp--1,
  .usps__usp--2,
  .usps__usp--3 {
    animation-name: unset;
  }
}
.is--ctl-listing .listing--container .listing {
  margin: 0rem -0.75rem 0rem -0.75rem;
  display: flex;
  flex-flow: row wrap;
}
.is--ctl-listing .listing--container .listing .box--minimal {
  width: calc(50% - 10px - 0.5px);
  height: 100%;
}
@media screen and (min-width: 48em) {
  .is--ctl-listing .listing--container .listing .box--minimal {
    width: calc(25% - 24px - 0.25px);
    padding: 15px;
  }
}
.box--minimal {
  padding: 5px;
  margin: 32px 5px;
  border: 1px solid transparent;
}
@media screen and (min-width: 48em) {
  .box--minimal {
    padding: 15px;
    margin: 2px 12px;
  }
}
@media screen and (min-width: 64em) {
  .box--minimal:hover {
    background: none !important;
    border: 1px solid rgba(42, 61, 56, 0.1);
    border-radius: 16px;
  }
}
.box--minimal .box--content .product--info .product--image {
  display: block;
}
.box--minimal .box--content .product--info .product--title {
  font-size: 1.125rem;
  line-height: 32px;
  letter-spacing: -0.03em;
  font-family: "ParnasoSmall";
}
@media screen and (min-width: 78.75em) {
  .box--minimal .box--content .product--info .product--title {
    font-size: 1.3125rem;
  }
}
.box--minimal .box--content .product--info .product--attributes .highlight {
  line-height: 24px;
  color: #2a3d38;
}
.box--minimal .box--content .product--info .product--footer .product--price-info .price--unit .product--price-outer .product--price .price--default {
  font-family: "CeraProMedium", sans-serif;
  margin-top: 5px;
  line-height: 24px;
}
.box--minimal .box--content .product--info .product--footer .product--rating-container {
  visibility: hidden;
}
@media screen and (min-width: 64em) {
  .box--minimal .box--content .product--info .product--footer .product--rating-container {
    visibility: visible;
  }
}
.box--minimal .box--content .product--info .product--footer .product--rating-container .rating--count-wrapper {
  font-family: "CeraProRegular", sans-serif;
  text-decoration: none;
  font-size: 0.875rem;
}
.product-slider--item .box--minimal {
  min-height: 100%;
  border: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 64em) {
  .product-slider--item .box--minimal:hover {
    border: none;
  }
}
.is--ctl-listing div.product--box.category-highlight-box {
  padding: 0.5rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-listing div.product--box.category-highlight-box {
    width: calc(50%);
    height: 100%;
  }
}
.is--ctl-listing div.product--box.category-highlight-box .category-highlight-box__content {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  padding: 1rem 1rem 1rem 1rem;
  border-color: #f0e2d0;
  background: #f0e2d0;
  border-radius: 16px;
}
@media screen and (min-width: 48em) {
  .is--ctl-listing div.product--box.category-highlight-box .category-highlight-box__content {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    flex-flow: row nowrap;
  }
}
.is--ctl-listing div.product--box.category-highlight-box .category-highlight-box__content-banner {
  height: 210px;
}
@media screen and (min-width: 30em) {
  .is--ctl-listing div.product--box.category-highlight-box .category-highlight-box__content-banner {
    height: 330px;
  }
}
@media screen and (min-width: 48em) {
  .is--ctl-listing div.product--box.category-highlight-box .category-highlight-box__content-banner {
    flex: 49%;
  }
}
.is--ctl-listing div.product--box.category-highlight-box .category-highlight-box__content-banner img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.is--ctl-listing div.product--box.category-highlight-box .category-highlight-box__content-banner-info {
  margin-top: 1rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-listing div.product--box.category-highlight-box .category-highlight-box__content-banner-info {
    flex: 49%;
    margin: auto 0;
    padding-left: 1.5625rem;
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-listing div.product--box.category-highlight-box .category-highlight-box__content-banner-info {
    margin: 1rem 0rem 1rem 0rem;
  }
}
.is--ctl-listing div.product--box.category-highlight-box .category-highlight-box__content-banner-info--product-recommended {
  background: #C9DFD0;
  width: min-content;
  margin: 0 !important;
  padding: 4px 8px 3px;
  border-radius: 2px;
  color: #2a3d38;
}
.is--ctl-listing div.product--box.category-highlight-box .category-highlight-box__content-banner-info--product-title {
  line-height: 1.625rem;
  margin: 1.75rem 0rem 0.625rem 0rem;
  font-family: "ParnasoSmall";
  font-weight: 400;
  color: #314c49;
  font-size: 2.25rem;
  line-height: 2.25rem;
  margin: 2.125rem 0rem 1.25rem 0rem;
  line-height: 48px;
  letter-spacing: -0.045em;
  margin: 0.75rem 0rem 0.75rem 0rem;
  line-height: 2.5rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-listing div.product--box.category-highlight-box .category-highlight-box__content-banner-info--product-title {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-listing div.product--box.category-highlight-box .category-highlight-box__content-banner-info--product-title {
    font-size: 3rem;
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-listing div.product--box.category-highlight-box .category-highlight-box__content-banner-info--product-title {
    line-height: 3rem;
  }
}
.is--ctl-listing div.product--box.category-highlight-box .category-highlight-box__content-banner-info p {
  letter-spacing: -0.2px;
  color: #2a3d38;
  margin-bottom: 24px;
}
@media screen and (min-width: 48em) {
  .is--ctl-listing div.product--box.category-highlight-box .category-highlight-box__content-banner-info p {
    margin-bottom: 32px;
  }
}
.is--ctl-listing div.product--box.category-highlight-box .category-highlight-box__content-banner-info a {
  max-width: 145px;
}
.fa-shopping-cart:before {
  content: url(../../themes/Frontend/ZeoSimonBase/frontend/_public/src/img/icons/cart.svg);
}
.fa-heart:before {
  content: url(../../themes/Frontend/ZeoSimonBase/frontend/_public/src/img/icons/heart.svg);
}
.fa-user-circle:before {
  content: url(../../themes/Frontend/ZeoSimonBase/frontend/_public/src/img/icons/account.svg);
}
.icon--search:before {
  content: url(../../themes/Frontend/ZeoSimonBase/frontend/_public/src/img/icons/search.svg);
}
@media screen and (min-width: 64em) {
  .icon--search:before {
    display: block;
    position: relative;
    transform: scale(0.75);
  }
}
/*
Hacks
====================================
The `hacks.less` contains all dirty hacks like !important or negative margins, so you get a single place to document and set them.

More precise designations are commented inside the document.
*/
.product--tax a {
  text-decoration: none !important;
}
.product--tax a:hover {
  text-decoration: underline !important;
}
.entry--all-results-link i {
  font-size: 8px;
}
.table--shipping-costs-trigger i {
  margin: -0.25rem 0rem 0rem 0rem;
  font-size: 8px;
}
.table--footer i,
.premium-product--product .btn i,
.compare--button i,
.modal--compare .btn i {
  font-size: 8px;
}
.js--modal.sizing--auto.is--fullscreen {
  height: 100% !important;
  width: 100% !important;
}
.js--modal.sizing--fixed {
  max-height: none !important;
  max-width: none !important;
}
.is--inactive {
  overflow: hidden !important;
}
.btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.is--ie .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 .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;
  }
}
