
@-webkit-keyframes keyframe--spin {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes keyframe--spin {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes keyframe--spin {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes keyframe--spin-reverse {
    from {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
    to {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
}

@-moz-keyframes keyframe--spin-reverse {
    from {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
    to {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes keyframe--spin-reverse {
    from {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
    to {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
}

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: .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: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

.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
}

.block-group {
    zoom: 1;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.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
}

.block {
    float: left;
    width: 100%
}



.btn {
    padding: 2px 10px 2px 10px;
    padding: .125rem .625rem .125rem .625rem;
    line-height: 32px;
    line-height: 2rem;
    border-radius: 3px;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    font-size: .875rem;
    background-color: #fff;
    background-image: -ms-linear-gradient(top, #fff, #f2f2f2);
    background-image: linear-gradient(to bottom, #fff 0%, #f2f2f2 100%);
    -webkit-font-smoothing: inherit;
    display: inline-block;
    position: relative;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    cursor: pointer;
    border: 1px solid #d9d9d9;
    color: #000
}

.btn [class^="icon--"] {
    font-size: 10px;
    font-size: .625rem
}

.btn .is--large {
    font-size: 16px;
    font-size: 1rem
}

.btn.is--icon-right {
    padding-right: 36px;
    padding-right: 2.25rem
}

.btn.is--icon-right [class^="icon--"] {
    height: 16px;
    height: 1rem;
    line-height: 32px;
    line-height: 2rem;
    margin: -16px 0px 0px 0px;
    margin: -1rem 0rem 0rem 0rem;
    right: 12px;
    right: .75rem;
    font-weight: normal;
    display: block;
    position: absolute;
    top: 50%
}

.btn.is--icon-left {
    padding-left: 36px;
    padding-left: 2.25rem
}

.btn.is--icon-left [class^="icon--"] {
    height: 16px;
    height: 1rem;
    line-height: 32px;
    line-height: 2rem;
    margin: -16px 0px 0px 0px;
    margin: -1rem 0rem 0rem 0rem;
    left: 12px;
    left: .75rem;
    font-weight: normal;
    display: block;
    position: absolute;
    top: 50%
}

.btn:disabled,
.btn:disabled:hover,
.btn.is--disabled,
.btn.is--disabled:hover {
    opacity: .5;
    background-color: #fff;
    background-image: -ms-linear-gradient(top, #fff, #f2f2f2);
    background-image: linear-gradient(to bottom, #fff 0%, #f2f2f2 100%);
    border: 1px solid #d9d9d9;
    color: #000;
    cursor: not-allowed
}

.btn:hover {
    background: #fff;
    color: #0093d0;
    border-color: #0093d0
}

.btn:focus {
    outline: none
}

.btn.is--small {
    line-height: 28px;
    line-height: 1.75rem
}

.btn.is--medium {
    line-height: 32px;
    line-height: 2rem;
    height: 38px;
    height: 2.375rem
}

.btn.is--large {
    line-height: 36px;
    line-height: 2.25rem;
    height: 42px;
    height: 2.625rem
}

.btn.is--full {
    display: block
}

.btn.is--center {
    text-align: center
}

.is--primary {
    padding: 2px 12px 2px 12px;
    padding: .125rem .75rem .125rem .75rem;
    line-height: 34px;
    line-height: 2.125rem;
    background-color: #0eb8ff;
    background-image: -ms-linear-gradient(top, #0eb8ff, #0093d0);
    background-image: linear-gradient(to bottom, #0eb8ff 0%, #0093d0 100%);
    border: 0 none;
    color: #fff
}

.is--primary:hover {
    background: #0093d0;
    color: #fff
}

.is--primary.is--small {
    line-height: 30px;
    line-height: 1.875rem
}

.is--primary.is--large {
    line-height: 38px;
    line-height: 2.375rem
}

.is--secondary {
    padding: 2px 12px 2px 12px;
    padding: .125rem .75rem .125rem .75rem;
    line-height: 34px;
    line-height: 2.125rem;
    background-color: #000;
    background-image: -ms-linear-gradient(top, #000, #000);
    background-image: linear-gradient(to bottom, #000 0%, #000 100%);
    border: 0 none;
    color: #fff
}

.is--secondary:hover {
    background: #000;
    color: #fff
}

.is--secondary.is--small {
    line-height: 30px;
    line-height: 1.875rem
}

.is--secondary.is--large {
    line-height: 38px;
    line-height: 2.375rem
}

.is--link {
    padding: 2px 12px 2px 12px;
    padding: .125rem .75rem .125rem .75rem;
    line-height: 34px;
    line-height: 2.125rem;
    border: 0 none;
    background: transparent;
    color: #000
}

.is--link:hover {
    color: #0093d0
}

.is--link.is--small {
    line-height: 30px;
    line-height: 1.875rem
}

.is--link.is--large {
    line-height: 38px;
    line-height: 2.375rem
}

.container {
    max-width: 1260px;
    max-width: 78.75rem;
    background: #fff;
    margin: 0 auto;
    width: 100%
}

.container:after {
    content: "";
    display: table;
    clear: both
}

.product--delivery {
    font-size: 14px;
    font-size: .875rem
}

.product--delivery p {
    margin: 0
}

.product--delivery .delivery--status-icon {
    border-radius: .5625rem;
    background-clip: padding-box;
    margin: 0px 5px 0px 0px;
    margin: 0rem .3125rem 0rem 0rem;
    width: 9px;
    width: .5625rem;
    height: 9px;
    height: .5625rem;
    line-height: 10px;
    line-height: .625rem;
    display: inline-block;
    position: relative
}

.product--delivery .delivery--status-shipping-free {
    background: #4aa3df
}

.product--delivery .delivery--text-shipping-free {
    color: #4aa3df
}

.product--delivery .delivery--status-available {
    background: #2ecc71
}

.product--delivery .delivery--text-available {
    color: #2ecc71
}

.product--delivery .delivery--status-more-is-coming {
    background: #f9bc23
}

.product--delivery .delivery--text-more-is-coming {
    color: #f9bc23
}

.product--delivery .delivery--status-not-available {
    background: #e74c3c
}

.product--delivery .delivery--text-not-available {
    color: #e74c3c
}

.product--delivery .delivery--text {
    margin: 0;
    display: inline-block
}

.content-main.is--fullscreen {
    box-shadow: none;
    max-width: none;
    padding: 0;
    margin: 0
}

.content-main.is--fullscreen .content,
.content-main.is--fullscreen .content-main--inner {
    padding: 0;
    margin: 0 auto
}

.content-main.is--fullscreen .content--breadcrumb,
.content-main.is--fullscreen .tagcloud--content,
.content-main.is--fullscreen .last-seen-products {
    display: none
}

.content-main.is--fullscreen .listing--wrapper {
    max-width: 1160px;
    max-width: 72.5rem;
    padding: 20px 10px 20px 10px;
    padding: 1.25rem .625rem 1.25rem .625rem;
    margin: 0 auto
}

@media screen and (min-width: 48em) {
    .content-main.is--fullscreen .listing--wrapper {
        padding: 20px 30px 20px 30px;
        padding: 1.25rem 1.875rem 1.25rem 1.875rem
    }
}

@media screen and (min-width: 78.75em) {
    .content-main.is--fullscreen .listing--wrapper {
        padding: 20px 0px 20px 0px;
        padding: 1.25rem 0rem 1.25rem 0rem
    }
}

.emotion--overlay {
    width: 50px;
    width: 3.125rem;
    height: 50px;
    height: 3.125rem;
    top: 50px;
    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: 2000px;
    min-height: 125rem;
    visibility: hidden
}

.emotion--loading-indicator {
    width: 21px;
    width: 1.3125rem;
    height: 21px;
    height: 1.3125rem;
    padding: 50px 0px 50px 0px;
    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;
    -moz-animation: keyframe--spin 1s linear infinite;
    -o-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
}

.content--emotions + .listing--wrapper {
    margin: 20px 0px 0px 0px;
    margin: 1.25rem 0rem 0rem 0rem
}

body.emotion--preview {
    background: #ffffff
}

body.emotion--preview .content-main {
    box-shadow: none;
    margin: 0
}

.emotion--show-listing {
    margin: 20px 0px 20px 0px;
    margin: 1.25rem 0rem 1.25rem 0rem
}

.emotion--wrapper {
    display: block;
    margin: 0 auto;
    max-width: 1160px;
    overflow: hidden
}

.emotion--wrapper.is--fullscreen {
    max-width: none
}

.emotion--container {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    background: #fff
}

.emotion--container:after {
    content: "";
    display: table;
    clear: both
}

.emotion--container.emotion--mode-resize {
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0 0
}

.emotion--container.emotion--mode-rows .emotion--sizer,
.emotion--container.emotion--mode-rows .emotion--sizer-xs,
.emotion--container.emotion--mode-rows .emotion--sizer-s,
.emotion--container.emotion--mode-rows .emotion--sizer-m,
.emotion--container.emotion--mode-rows .emotion--sizer-l,
.emotion--container.emotion--mode-rows .emotion--sizer-xl {
    display: none
}

.emotion--container.emotion--mode-rows .emotion--row:after {
    content: "";
    display: table;
    clear: both
}

.emotion--container.emotion--column-1 .col-1 {
    width: 100%
}

.emotion--container.emotion--column-1 .start-col-1 {
    left: 0%
}

.emotion--container.emotion--column-1 .col-xs-1 {
    width: 100%
}

.emotion--container.emotion--column-1 .start-col-xs-1 {
    left: 0%
}

@media screen and (min-width: 30em) {
    .emotion--container.emotion--column-1 .col-s-1 {
        width: 100%
    }
    .emotion--container.emotion--column-1 .start-col-s-1 {
        left: 0%
    }
}

@media screen and (min-width: 48em) {
    .emotion--container.emotion--column-1 .col-m-1 {
        width: 100%
    }
    .emotion--container.emotion--column-1 .start-col-m-1 {
        left: 0%
    }
}

@media screen and (min-width: 64em) {
    .emotion--container.emotion--column-1 .col-l-1 {
        width: 100%
    }
    .emotion--container.emotion--column-1 .start-col-l-1 {
        left: 0%
    }
}

@media screen and (min-width: 78.75em) {
    .emotion--container.emotion--column-1 .col-xl-1 {
        width: 100%
    }
    .emotion--container.emotion--column-1 .start-col-xl-1 {
        left: 0%
    }
}

.emotion--container.emotion--column-2 .col-1 {
    width: 50%
}

.emotion--container.emotion--column-2 .start-col-1 {
    left: 0%
}

.emotion--container.emotion--column-2 .col-2 {
    width: 100%
}

.emotion--container.emotion--column-2 .start-col-2 {
    left: 50%
}

.emotion--container.emotion--column-2 .col-xs-1 {
    width: 50%
}

.emotion--container.emotion--column-2 .start-col-xs-1 {
    left: 0%
}

.emotion--container.emotion--column-2 .col-xs-2 {
    width: 100%
}

.emotion--container.emotion--column-2 .start-col-xs-2 {
    left: 50%
}

@media screen and (min-width: 30em) {
    .emotion--container.emotion--column-2 .col-s-1 {
        width: 50%
    }
    .emotion--container.emotion--column-2 .start-col-s-1 {
        left: 0%
    }
    .emotion--container.emotion--column-2 .col-s-2 {
        width: 100%
    }
    .emotion--container.emotion--column-2 .start-col-s-2 {
        left: 50%
    }
}

@media screen and (min-width: 48em) {
    .emotion--container.emotion--column-2 .col-m-1 {
        width: 50%
    }
    .emotion--container.emotion--column-2 .start-col-m-1 {
        left: 0%
    }
    .emotion--container.emotion--column-2 .col-m-2 {
        width: 100%
    }
    .emotion--container.emotion--column-2 .start-col-m-2 {
        left: 50%
    }
}

@media screen and (min-width: 64em) {
    .emotion--container.emotion--column-2 .col-l-1 {
        width: 50%
    }
    .emotion--container.emotion--column-2 .start-col-l-1 {
        left: 0%
    }
    .emotion--container.emotion--column-2 .col-l-2 {
        width: 100%
    }
    .emotion--container.emotion--column-2 .start-col-l-2 {
        left: 50%
    }
}

@media screen and (min-width: 78.75em) {
    .emotion--container.emotion--column-2 .col-xl-1 {
        width: 50%
    }
    .emotion--container.emotion--column-2 .start-col-xl-1 {
        left: 0%
    }
    .emotion--container.emotion--column-2 .col-xl-2 {
        width: 100%
    }
    .emotion--container.emotion--column-2 .start-col-xl-2 {
        left: 50%
    }
}

.emotion--container.emotion--column-3 .col-1 {
    width: 33.33333333%
}

.emotion--container.emotion--column-3 .start-col-1 {
    left: 0%
}

.emotion--container.emotion--column-3 .col-2 {
    width: 66.66666667%
}

.emotion--container.emotion--column-3 .start-col-2 {
    left: 33.33333333%
}

.emotion--container.emotion--column-3 .col-3 {
    width: 100%
}

.emotion--container.emotion--column-3 .start-col-3 {
    left: 66.66666667%
}

.emotion--container.emotion--column-3 .col-xs-1 {
    width: 33.33333333%
}

.emotion--container.emotion--column-3 .start-col-xs-1 {
    left: 0%
}

.emotion--container.emotion--column-3 .col-xs-2 {
    width: 66.66666667%
}

.emotion--container.emotion--column-3 .start-col-xs-2 {
    left: 33.33333333%
}

.emotion--container.emotion--column-3 .col-xs-3 {
    width: 100%
}

.emotion--container.emotion--column-3 .start-col-xs-3 {
    left: 66.66666667%
}

@media screen and (min-width: 30em) {
    .emotion--container.emotion--column-3 .col-s-1 {
        width: 33.33333333%
    }
    .emotion--container.emotion--column-3 .start-col-s-1 {
        left: 0%
    }
    .emotion--container.emotion--column-3 .col-s-2 {
        width: 66.66666667%
    }
    .emotion--container.emotion--column-3 .start-col-s-2 {
        left: 33.33333333%
    }
    .emotion--container.emotion--column-3 .col-s-3 {
        width: 100%
    }
    .emotion--container.emotion--column-3 .start-col-s-3 {
        left: 66.66666667%
    }
}

@media screen and (min-width: 48em) {
    .emotion--container.emotion--column-3 .col-m-1 {
        width: 33.33333333%
    }
    .emotion--container.emotion--column-3 .start-col-m-1 {
        left: 0%
    }
    .emotion--container.emotion--column-3 .col-m-2 {
        width: 66.66666667%
    }
    .emotion--container.emotion--column-3 .start-col-m-2 {
        left: 33.33333333%
    }
    .emotion--container.emotion--column-3 .col-m-3 {
        width: 100%
    }
    .emotion--container.emotion--column-3 .start-col-m-3 {
        left: 66.66666667%
    }
}

@media screen and (min-width: 64em) {
    .emotion--container.emotion--column-3 .col-l-1 {
        width: 33.33333333%
    }
    .emotion--container.emotion--column-3 .start-col-l-1 {
        left: 0%
    }
    .emotion--container.emotion--column-3 .col-l-2 {
        width: 66.66666667%
    }
    .emotion--container.emotion--column-3 .start-col-l-2 {
        left: 33.33333333%
    }
    .emotion--container.emotion--column-3 .col-l-3 {
        width: 100%
    }
    .emotion--container.emotion--column-3 .start-col-l-3 {
        left: 66.66666667%
    }
}

@media screen and (min-width: 78.75em) {
    .emotion--container.emotion--column-3 .col-xl-1 {
        width: 33.33333333%
    }
    .emotion--container.emotion--column-3 .start-col-xl-1 {
        left: 0%
    }
    .emotion--container.emotion--column-3 .col-xl-2 {
        width: 66.66666667%
    }
    .emotion--container.emotion--column-3 .start-col-xl-2 {
        left: 33.33333333%
    }
    .emotion--container.emotion--column-3 .col-xl-3 {
        width: 100%
    }
    .emotion--container.emotion--column-3 .start-col-xl-3 {
        left: 66.66666667%
    }
}

.emotion--container.emotion--column-4 .col-1 {
    width: 25%
}

.emotion--container.emotion--column-4 .start-col-1 {
    left: 0%
}

.emotion--container.emotion--column-4 .col-2 {
    width: 50%
}

.emotion--container.emotion--column-4 .start-col-2 {
    left: 25%
}

.emotion--container.emotion--column-4 .col-3 {
    width: 75%
}

.emotion--container.emotion--column-4 .start-col-3 {
    left: 50%
}

.emotion--container.emotion--column-4 .col-4 {
    width: 100%
}

.emotion--container.emotion--column-4 .start-col-4 {
    left: 75%
}

.emotion--container.emotion--column-4 .col-xs-1 {
    width: 25%
}

.emotion--container.emotion--column-4 .start-col-xs-1 {
    left: 0%
}

.emotion--container.emotion--column-4 .col-xs-2 {
    width: 50%
}

.emotion--container.emotion--column-4 .start-col-xs-2 {
    left: 25%
}

.emotion--container.emotion--column-4 .col-xs-3 {
    width: 75%
}

.emotion--container.emotion--column-4 .start-col-xs-3 {
    left: 50%
}

.emotion--container.emotion--column-4 .col-xs-4 {
    width: 100%
}

.emotion--container.emotion--column-4 .start-col-xs-4 {
    left: 75%
}

@media screen and (min-width: 30em) {
    .emotion--container.emotion--column-4 .col-s-1 {
        width: 25%
    }
    .emotion--container.emotion--column-4 .start-col-s-1 {
        left: 0%
    }
    .emotion--container.emotion--column-4 .col-s-2 {
        width: 50%
    }
    .emotion--container.emotion--column-4 .start-col-s-2 {
        left: 25%
    }
    .emotion--container.emotion--column-4 .col-s-3 {
        width: 75%
    }
    .emotion--container.emotion--column-4 .start-col-s-3 {
        left: 50%
    }
    .emotion--container.emotion--column-4 .col-s-4 {
        width: 100%
    }
    .emotion--container.emotion--column-4 .start-col-s-4 {
        left: 75%
    }
}

@media screen and (min-width: 48em) {
    .emotion--container.emotion--column-4 .col-m-1 {
        width: 25%
    }
    .emotion--container.emotion--column-4 .start-col-m-1 {
        left: 0%
    }
    .emotion--container.emotion--column-4 .col-m-2 {
        width: 50%
    }
    .emotion--container.emotion--column-4 .start-col-m-2 {
        left: 25%
    }
    .emotion--container.emotion--column-4 .col-m-3 {
        width: 75%
    }
    .emotion--container.emotion--column-4 .start-col-m-3 {
        left: 50%
    }
    .emotion--container.emotion--column-4 .col-m-4 {
        width: 100%
    }
    .emotion--container.emotion--column-4 .start-col-m-4 {
        left: 75%
    }
}

@media screen and (min-width: 64em) {
    .emotion--container.emotion--column-4 .col-l-1 {
        width: 25%
    }
    .emotion--container.emotion--column-4 .start-col-l-1 {
        left: 0%
    }
    .emotion--container.emotion--column-4 .col-l-2 {
        width: 50%
    }
    .emotion--container.emotion--column-4 .start-col-l-2 {
        left: 25%
    }
    .emotion--container.emotion--column-4 .col-l-3 {
        width: 75%
    }
    .emotion--container.emotion--column-4 .start-col-l-3 {
        left: 50%
    }
    .emotion--container.emotion--column-4 .col-l-4 {
        width: 100%
    }
    .emotion--container.emotion--column-4 .start-col-l-4 {
        left: 75%
    }
}

@media screen and (min-width: 78.75em) {
    .emotion--container.emotion--column-4 .col-xl-1 {
        width: 25%
    }
    .emotion--container.emotion--column-4 .start-col-xl-1 {
        left: 0%
    }
    .emotion--container.emotion--column-4 .col-xl-2 {
        width: 50%
    }
    .emotion--container.emotion--column-4 .start-col-xl-2 {
        left: 25%
    }
    .emotion--container.emotion--column-4 .col-xl-3 {
        width: 75%
    }
    .emotion--container.emotion--column-4 .start-col-xl-3 {
        left: 50%
    }
    .emotion--container.emotion--column-4 .col-xl-4 {
        width: 100%
    }
    .emotion--container.emotion--column-4 .start-col-xl-4 {
        left: 75%
    }
}

.emotion--container.emotion--column-5 .col-1 {
    width: 20%
}

.emotion--container.emotion--column-5 .start-col-1 {
    left: 0%
}

.emotion--container.emotion--column-5 .col-2 {
    width: 40%
}

.emotion--container.emotion--column-5 .start-col-2 {
    left: 20%
}

.emotion--container.emotion--column-5 .col-3 {
    width: 60%
}

.emotion--container.emotion--column-5 .start-col-3 {
    left: 40%
}

.emotion--container.emotion--column-5 .col-4 {
    width: 80%
}

.emotion--container.emotion--column-5 .start-col-4 {
    left: 60%
}

.emotion--container.emotion--column-5 .col-5 {
    width: 100%
}

.emotion--container.emotion--column-5 .start-col-5 {
    left: 80%
}

.emotion--container.emotion--column-5 .col-xs-1 {
    width: 20%
}

.emotion--container.emotion--column-5 .start-col-xs-1 {
    left: 0%
}

.emotion--container.emotion--column-5 .col-xs-2 {
    width: 40%
}

.emotion--container.emotion--column-5 .start-col-xs-2 {
    left: 20%
}

.emotion--container.emotion--column-5 .col-xs-3 {
    width: 60%
}

.emotion--container.emotion--column-5 .start-col-xs-3 {
    left: 40%
}

.emotion--container.emotion--column-5 .col-xs-4 {
    width: 80%
}

.emotion--container.emotion--column-5 .start-col-xs-4 {
    left: 60%
}

.emotion--container.emotion--column-5 .col-xs-5 {
    width: 100%
}

.emotion--container.emotion--column-5 .start-col-xs-5 {
    left: 80%
}

@media screen and (min-width: 30em) {
    .emotion--container.emotion--column-5 .col-s-1 {
        width: 20%
    }
    .emotion--container.emotion--column-5 .start-col-s-1 {
        left: 0%
    }
    .emotion--container.emotion--column-5 .col-s-2 {
        width: 40%
    }
    .emotion--container.emotion--column-5 .start-col-s-2 {
        left: 20%
    }
    .emotion--container.emotion--column-5 .col-s-3 {
        width: 60%
    }
    .emotion--container.emotion--column-5 .start-col-s-3 {
        left: 40%
    }
    .emotion--container.emotion--column-5 .col-s-4 {
        width: 80%
    }
    .emotion--container.emotion--column-5 .start-col-s-4 {
        left: 60%
    }
    .emotion--container.emotion--column-5 .col-s-5 {
        width: 100%
    }
    .emotion--container.emotion--column-5 .start-col-s-5 {
        left: 80%
    }
}

@media screen and (min-width: 48em) {
    .emotion--container.emotion--column-5 .col-m-1 {
        width: 20%
    }
    .emotion--container.emotion--column-5 .start-col-m-1 {
        left: 0%
    }
    .emotion--container.emotion--column-5 .col-m-2 {
        width: 40%
    }
    .emotion--container.emotion--column-5 .start-col-m-2 {
        left: 20%
    }
    .emotion--container.emotion--column-5 .col-m-3 {
        width: 60%
    }
    .emotion--container.emotion--column-5 .start-col-m-3 {
        left: 40%
    }
    .emotion--container.emotion--column-5 .col-m-4 {
        width: 80%
    }
    .emotion--container.emotion--column-5 .start-col-m-4 {
        left: 60%
    }
    .emotion--container.emotion--column-5 .col-m-5 {
        width: 100%
    }
    .emotion--container.emotion--column-5 .start-col-m-5 {
        left: 80%
    }
}

@media screen and (min-width: 64em) {
    .emotion--container.emotion--column-5 .col-l-1 {
        width: 20%
    }
    .emotion--container.emotion--column-5 .start-col-l-1 {
        left: 0%
    }
    .emotion--container.emotion--column-5 .col-l-2 {
        width: 40%
    }
    .emotion--container.emotion--column-5 .start-col-l-2 {
        left: 20%
    }
    .emotion--container.emotion--column-5 .col-l-3 {
        width: 60%
    }
    .emotion--container.emotion--column-5 .start-col-l-3 {
        left: 40%
    }
    .emotion--container.emotion--column-5 .col-l-4 {
        width: 80%
    }
    .emotion--container.emotion--column-5 .start-col-l-4 {
        left: 60%
    }
    .emotion--container.emotion--column-5 .col-l-5 {
        width: 100%
    }
    .emotion--container.emotion--column-5 .start-col-l-5 {
        left: 80%
    }
}

@media screen and (min-width: 78.75em) {
    .emotion--container.emotion--column-5 .col-xl-1 {
        width: 20%
    }
    .emotion--container.emotion--column-5 .start-col-xl-1 {
        left: 0%
    }
    .emotion--container.emotion--column-5 .col-xl-2 {
        width: 40%
    }
    .emotion--container.emotion--column-5 .start-col-xl-2 {
        left: 20%
    }
    .emotion--container.emotion--column-5 .col-xl-3 {
        width: 60%
    }
    .emotion--container.emotion--column-5 .start-col-xl-3 {
        left: 40%
    }
    .emotion--container.emotion--column-5 .col-xl-4 {
        width: 80%
    }
    .emotion--container.emotion--column-5 .start-col-xl-4 {
        left: 60%
    }
    .emotion--container.emotion--column-5 .col-xl-5 {
        width: 100%
    }
    .emotion--container.emotion--column-5 .start-col-xl-5 {
        left: 80%
    }
}

.emotion--container.emotion--column-6 .col-1 {
    width: 16.66666667%
}

.emotion--container.emotion--column-6 .start-col-1 {
    left: 0%
}

.emotion--container.emotion--column-6 .col-2 {
    width: 33.33333333%
}

.emotion--container.emotion--column-6 .start-col-2 {
    left: 16.66666667%
}

.emotion--container.emotion--column-6 .col-3 {
    width: 50%
}

.emotion--container.emotion--column-6 .start-col-3 {
    left: 33.33333333%
}

.emotion--container.emotion--column-6 .col-4 {
    width: 66.66666667%
}

.emotion--container.emotion--column-6 .start-col-4 {
    left: 50%
}

.emotion--container.emotion--column-6 .col-5 {
    width: 83.33333333%
}

.emotion--container.emotion--column-6 .start-col-5 {
    left: 66.66666667%
}

.emotion--container.emotion--column-6 .col-6 {
    width: 100%
}

.emotion--container.emotion--column-6 .start-col-6 {
    left: 83.33333333%
}

.emotion--container.emotion--column-6 .col-xs-1 {
    width: 16.66666667%
}

.emotion--container.emotion--column-6 .start-col-xs-1 {
    left: 0%
}

.emotion--container.emotion--column-6 .col-xs-2 {
    width: 33.33333333%
}

.emotion--container.emotion--column-6 .start-col-xs-2 {
    left: 16.66666667%
}

.emotion--container.emotion--column-6 .col-xs-3 {
    width: 50%
}

.emotion--container.emotion--column-6 .start-col-xs-3 {
    left: 33.33333333%
}

.emotion--container.emotion--column-6 .col-xs-4 {
    width: 66.66666667%
}

.emotion--container.emotion--column-6 .start-col-xs-4 {
    left: 50%
}

.emotion--container.emotion--column-6 .col-xs-5 {
    width: 83.33333333%
}

.emotion--container.emotion--column-6 .start-col-xs-5 {
    left: 66.66666667%
}

.emotion--container.emotion--column-6 .col-xs-6 {
    width: 100%
}

.emotion--container.emotion--column-6 .start-col-xs-6 {
    left: 83.33333333%
}

@media screen and (min-width: 30em) {
    .emotion--container.emotion--column-6 .col-s-1 {
        width: 16.66666667%
    }
    .emotion--container.emotion--column-6 .start-col-s-1 {
        left: 0%
    }
    .emotion--container.emotion--column-6 .col-s-2 {
        width: 33.33333333%
    }
    .emotion--container.emotion--column-6 .start-col-s-2 {
        left: 16.66666667%
    }
    .emotion--container.emotion--column-6 .col-s-3 {
        width: 50%
    }
    .emotion--container.emotion--column-6 .start-col-s-3 {
        left: 33.33333333%
    }
    .emotion--container.emotion--column-6 .col-s-4 {
        width: 66.66666667%
    }
    .emotion--container.emotion--column-6 .start-col-s-4 {
        left: 50%
    }
    .emotion--container.emotion--column-6 .col-s-5 {
        width: 83.33333333%
    }
    .emotion--container.emotion--column-6 .start-col-s-5 {
        left: 66.66666667%
    }
    .emotion--container.emotion--column-6 .col-s-6 {
        width: 100%
    }
    .emotion--container.emotion--column-6 .start-col-s-6 {
        left: 83.33333333%
    }
}

@media screen and (min-width: 48em) {
    .emotion--container.emotion--column-6 .col-m-1 {
        width: 16.66666667%
    }
    .emotion--container.emotion--column-6 .start-col-m-1 {
        left: 0%
    }
    .emotion--container.emotion--column-6 .col-m-2 {
        width: 33.33333333%
    }
    .emotion--container.emotion--column-6 .start-col-m-2 {
        left: 16.66666667%
    }
    .emotion--container.emotion--column-6 .col-m-3 {
        width: 50%
    }
    .emotion--container.emotion--column-6 .start-col-m-3 {
        left: 33.33333333%
    }
    .emotion--container.emotion--column-6 .col-m-4 {
        width: 66.66666667%
    }
    .emotion--container.emotion--column-6 .start-col-m-4 {
        left: 50%
    }
    .emotion--container.emotion--column-6 .col-m-5 {
        width: 83.33333333%
    }
    .emotion--container.emotion--column-6 .start-col-m-5 {
        left: 66.66666667%
    }
    .emotion--container.emotion--column-6 .col-m-6 {
        width: 100%
    }
    .emotion--container.emotion--column-6 .start-col-m-6 {
        left: 83.33333333%
    }
}

@media screen and (min-width: 64em) {
    .emotion--container.emotion--column-6 .col-l-1 {
        width: 16.66666667%
    }
    .emotion--container.emotion--column-6 .start-col-l-1 {
        left: 0%
    }
    .emotion--container.emotion--column-6 .col-l-2 {
        width: 33.33333333%
    }
    .emotion--container.emotion--column-6 .start-col-l-2 {
        left: 16.66666667%
    }
    .emotion--container.emotion--column-6 .col-l-3 {
        width: 50%
    }
    .emotion--container.emotion--column-6 .start-col-l-3 {
        left: 33.33333333%
    }
    .emotion--container.emotion--column-6 .col-l-4 {
        width: 66.66666667%
    }
    .emotion--container.emotion--column-6 .start-col-l-4 {
        left: 50%
    }
    .emotion--container.emotion--column-6 .col-l-5 {
        width: 83.33333333%
    }
    .emotion--container.emotion--column-6 .start-col-l-5 {
        left: 66.66666667%
    }
    .emotion--container.emotion--column-6 .col-l-6 {
        width: 100%
    }
    .emotion--container.emotion--column-6 .start-col-l-6 {
        left: 83.33333333%
    }
}

@media screen and (min-width: 78.75em) {
    .emotion--container.emotion--column-6 .col-xl-1 {
        width: 16.66666667%
    }
    .emotion--container.emotion--column-6 .start-col-xl-1 {
        left: 0%
    }
    .emotion--container.emotion--column-6 .col-xl-2 {
        width: 33.33333333%
    }
    .emotion--container.emotion--column-6 .start-col-xl-2 {
        left: 16.66666667%
    }
    .emotion--container.emotion--column-6 .col-xl-3 {
        width: 50%
    }
    .emotion--container.emotion--column-6 .start-col-xl-3 {
        left: 33.33333333%
    }
    .emotion--container.emotion--column-6 .col-xl-4 {
        width: 66.66666667%
    }
    .emotion--container.emotion--column-6 .start-col-xl-4 {
        left: 50%
    }
    .emotion--container.emotion--column-6 .col-xl-5 {
        width: 83.33333333%
    }
    .emotion--container.emotion--column-6 .start-col-xl-5 {
        left: 66.66666667%
    }
    .emotion--container.emotion--column-6 .col-xl-6 {
        width: 100%
    }
    .emotion--container.emotion--column-6 .start-col-xl-6 {
        left: 83.33333333%
    }
}

.emotion--container.emotion--column-7 .col-1 {
    width: 14.28571429%
}

.emotion--container.emotion--column-7 .start-col-1 {
    left: 0%
}

.emotion--container.emotion--column-7 .col-2 {
    width: 28.57142857%
}

.emotion--container.emotion--column-7 .start-col-2 {
    left: 14.28571429%
}

.emotion--container.emotion--column-7 .col-3 {
    width: 42.85714286%
}

.emotion--container.emotion--column-7 .start-col-3 {
    left: 28.57142857%
}

.emotion--container.emotion--column-7 .col-4 {
    width: 57.14285714%
}

.emotion--container.emotion--column-7 .start-col-4 {
    left: 42.85714286%
}

.emotion--container.emotion--column-7 .col-5 {
    width: 71.42857143000001%
}

.emotion--container.emotion--column-7 .start-col-5 {
    left: 57.14285714%
}

.emotion--container.emotion--column-7 .col-6 {
    width: 85.71428571%
}

.emotion--container.emotion--column-7 .start-col-6 {
    left: 71.42857143000001%
}

.emotion--container.emotion--column-7 .col-7 {
    width: 100%
}

.emotion--container.emotion--column-7 .start-col-7 {
    left: 85.71428571%
}

.emotion--container.emotion--column-7 .col-xs-1 {
    width: 14.28571429%
}

.emotion--container.emotion--column-7 .start-col-xs-1 {
    left: 0%
}

.emotion--container.emotion--column-7 .col-xs-2 {
    width: 28.57142857%
}

.emotion--container.emotion--column-7 .start-col-xs-2 {
    left: 14.28571429%
}

.emotion--container.emotion--column-7 .col-xs-3 {
    width: 42.85714286%
}

.emotion--container.emotion--column-7 .start-col-xs-3 {
    left: 28.57142857%
}

.emotion--container.emotion--column-7 .col-xs-4 {
    width: 57.14285714%
}

.emotion--container.emotion--column-7 .start-col-xs-4 {
    left: 42.85714286%
}

.emotion--container.emotion--column-7 .col-xs-5 {
    width: 71.42857143000001%
}

.emotion--container.emotion--column-7 .start-col-xs-5 {
    left: 57.14285714%
}

.emotion--container.emotion--column-7 .col-xs-6 {
    width: 85.71428571%
}

.emotion--container.emotion--column-7 .start-col-xs-6 {
    left: 71.42857143000001%
}

.emotion--container.emotion--column-7 .col-xs-7 {
    width: 100%
}

.emotion--container.emotion--column-7 .start-col-xs-7 {
    left: 85.71428571%
}

@media screen and (min-width: 30em) {
    .emotion--container.emotion--column-7 .col-s-1 {
        width: 14.28571429%
    }
    .emotion--container.emotion--column-7 .start-col-s-1 {
        left: 0%
    }
    .emotion--container.emotion--column-7 .col-s-2 {
        width: 28.57142857%
    }
    .emotion--container.emotion--column-7 .start-col-s-2 {
        left: 14.28571429%
    }
    .emotion--container.emotion--column-7 .col-s-3 {
        width: 42.85714286%
    }
    .emotion--container.emotion--column-7 .start-col-s-3 {
        left: 28.57142857%
    }
    .emotion--container.emotion--column-7 .col-s-4 {
        width: 57.14285714%
    }
    .emotion--container.emotion--column-7 .start-col-s-4 {
        left: 42.85714286%
    }
    .emotion--container.emotion--column-7 .col-s-5 {
        width: 71.42857143000001%
    }
    .emotion--container.emotion--column-7 .start-col-s-5 {
        left: 57.14285714%
    }
    .emotion--container.emotion--column-7 .col-s-6 {
        width: 85.71428571%
    }
    .emotion--container.emotion--column-7 .start-col-s-6 {
        left: 71.42857143000001%
    }
    .emotion--container.emotion--column-7 .col-s-7 {
        width: 100%
    }
    .emotion--container.emotion--column-7 .start-col-s-7 {
        left: 85.71428571%
    }
}

@media screen and (min-width: 48em) {
    .emotion--container.emotion--column-7 .col-m-1 {
        width: 14.28571429%
    }
    .emotion--container.emotion--column-7 .start-col-m-1 {
        left: 0%
    }
    .emotion--container.emotion--column-7 .col-m-2 {
        width: 28.57142857%
    }
    .emotion--container.emotion--column-7 .start-col-m-2 {
        left: 14.28571429%
    }
    .emotion--container.emotion--column-7 .col-m-3 {
        width: 42.85714286%
    }
    .emotion--container.emotion--column-7 .start-col-m-3 {
        left: 28.57142857%
    }
    .emotion--container.emotion--column-7 .col-m-4 {
        width: 57.14285714%
    }
    .emotion--container.emotion--column-7 .start-col-m-4 {
        left: 42.85714286%
    }
    .emotion--container.emotion--column-7 .col-m-5 {
        width: 71.42857143000001%
    }
    .emotion--container.emotion--column-7 .start-col-m-5 {
        left: 57.14285714%
    }
    .emotion--container.emotion--column-7 .col-m-6 {
        width: 85.71428571%
    }
    .emotion--container.emotion--column-7 .start-col-m-6 {
        left: 71.42857143000001%
    }
    .emotion--container.emotion--column-7 .col-m-7 {
        width: 100%
    }
    .emotion--container.emotion--column-7 .start-col-m-7 {
        left: 85.71428571%
    }
}

@media screen and (min-width: 64em) {
    .emotion--container.emotion--column-7 .col-l-1 {
        width: 14.28571429%
    }
    .emotion--container.emotion--column-7 .start-col-l-1 {
        left: 0%
    }
    .emotion--container.emotion--column-7 .col-l-2 {
        width: 28.57142857%
    }
    .emotion--container.emotion--column-7 .start-col-l-2 {
        left: 14.28571429%
    }
    .emotion--container.emotion--column-7 .col-l-3 {
        width: 42.85714286%
    }
    .emotion--container.emotion--column-7 .start-col-l-3 {
        left: 28.57142857%
    }
    .emotion--container.emotion--column-7 .col-l-4 {
        width: 57.14285714%
    }
    .emotion--container.emotion--column-7 .start-col-l-4 {
        left: 42.85714286%
    }
    .emotion--container.emotion--column-7 .col-l-5 {
        width: 71.42857143000001%
    }
    .emotion--container.emotion--column-7 .start-col-l-5 {
        left: 57.14285714%
    }
    .emotion--container.emotion--column-7 .col-l-6 {
        width: 85.71428571%
    }
    .emotion--container.emotion--column-7 .start-col-l-6 {
        left: 71.42857143000001%
    }
    .emotion--container.emotion--column-7 .col-l-7 {
        width: 100%
    }
    .emotion--container.emotion--column-7 .start-col-l-7 {
        left: 85.71428571%
    }
}

@media screen and (min-width: 78.75em) {
    .emotion--container.emotion--column-7 .col-xl-1 {
        width: 14.28571429%
    }
    .emotion--container.emotion--column-7 .start-col-xl-1 {
        left: 0%
    }
    .emotion--container.emotion--column-7 .col-xl-2 {
        width: 28.57142857%
    }
    .emotion--container.emotion--column-7 .start-col-xl-2 {
        left: 14.28571429%
    }
    .emotion--container.emotion--column-7 .col-xl-3 {
        width: 42.85714286%
    }
    .emotion--container.emotion--column-7 .start-col-xl-3 {
        left: 28.57142857%
    }
    .emotion--container.emotion--column-7 .col-xl-4 {
        width: 57.14285714%
    }
    .emotion--container.emotion--column-7 .start-col-xl-4 {
        left: 42.85714286%
    }
    .emotion--container.emotion--column-7 .col-xl-5 {
        width: 71.42857143000001%
    }
    .emotion--container.emotion--column-7 .start-col-xl-5 {
        left: 57.14285714%
    }
    .emotion--container.emotion--column-7 .col-xl-6 {
        width: 85.71428571%
    }
    .emotion--container.emotion--column-7 .start-col-xl-6 {
        left: 71.42857143000001%
    }
    .emotion--container.emotion--column-7 .col-xl-7 {
        width: 100%
    }
    .emotion--container.emotion--column-7 .start-col-xl-7 {
        left: 85.71428571%
    }
}

.emotion--container.emotion--column-8 .col-1 {
    width: 12.5%
}

.emotion--container.emotion--column-8 .start-col-1 {
    left: 0%
}

.emotion--container.emotion--column-8 .col-2 {
    width: 25%
}

.emotion--container.emotion--column-8 .start-col-2 {
    left: 12.5%
}

.emotion--container.emotion--column-8 .col-3 {
    width: 37.5%
}

.emotion--container.emotion--column-8 .start-col-3 {
    left: 25%
}

.emotion--container.emotion--column-8 .col-4 {
    width: 50%
}

.emotion--container.emotion--column-8 .start-col-4 {
    left: 37.5%
}

.emotion--container.emotion--column-8 .col-5 {
    width: 62.5%
}

.emotion--container.emotion--column-8 .start-col-5 {
    left: 50%
}

.emotion--container.emotion--column-8 .col-6 {
    width: 75%
}

.emotion--container.emotion--column-8 .start-col-6 {
    left: 62.5%
}

.emotion--container.emotion--column-8 .col-7 {
    width: 87.5%
}

.emotion--container.emotion--column-8 .start-col-7 {
    left: 75%
}

.emotion--container.emotion--column-8 .col-8 {
    width: 100%
}

.emotion--container.emotion--column-8 .start-col-8 {
    left: 87.5%
}

.emotion--container.emotion--column-8 .col-xs-1 {
    width: 12.5%
}

.emotion--container.emotion--column-8 .start-col-xs-1 {
    left: 0%
}

.emotion--container.emotion--column-8 .col-xs-2 {
    width: 25%
}

.emotion--container.emotion--column-8 .start-col-xs-2 {
    left: 12.5%
}

.emotion--container.emotion--column-8 .col-xs-3 {
    width: 37.5%
}

.emotion--container.emotion--column-8 .start-col-xs-3 {
    left: 25%
}

.emotion--container.emotion--column-8 .col-xs-4 {
    width: 50%
}

.emotion--container.emotion--column-8 .start-col-xs-4 {
    left: 37.5%
}

.emotion--container.emotion--column-8 .col-xs-5 {
    width: 62.5%
}

.emotion--container.emotion--column-8 .start-col-xs-5 {
    left: 50%
}

.emotion--container.emotion--column-8 .col-xs-6 {
    width: 75%
}

.emotion--container.emotion--column-8 .start-col-xs-6 {
    left: 62.5%
}

.emotion--container.emotion--column-8 .col-xs-7 {
    width: 87.5%
}

.emotion--container.emotion--column-8 .start-col-xs-7 {
    left: 75%
}

.emotion--container.emotion--column-8 .col-xs-8 {
    width: 100%
}

.emotion--container.emotion--column-8 .start-col-xs-8 {
    left: 87.5%
}

@media screen and (min-width: 30em) {
    .emotion--container.emotion--column-8 .col-s-1 {
        width: 12.5%
    }
    .emotion--container.emotion--column-8 .start-col-s-1 {
        left: 0%
    }
    .emotion--container.emotion--column-8 .col-s-2 {
        width: 25%
    }
    .emotion--container.emotion--column-8 .start-col-s-2 {
        left: 12.5%
    }
    .emotion--container.emotion--column-8 .col-s-3 {
        width: 37.5%
    }
    .emotion--container.emotion--column-8 .start-col-s-3 {
        left: 25%
    }
    .emotion--container.emotion--column-8 .col-s-4 {
        width: 50%
    }
    .emotion--container.emotion--column-8 .start-col-s-4 {
        left: 37.5%
    }
    .emotion--container.emotion--column-8 .col-s-5 {
        width: 62.5%
    }
    .emotion--container.emotion--column-8 .start-col-s-5 {
        left: 50%
    }
    .emotion--container.emotion--column-8 .col-s-6 {
        width: 75%
    }
    .emotion--container.emotion--column-8 .start-col-s-6 {
        left: 62.5%
    }
    .emotion--container.emotion--column-8 .col-s-7 {
        width: 87.5%
    }
    .emotion--container.emotion--column-8 .start-col-s-7 {
        left: 75%
    }
    .emotion--container.emotion--column-8 .col-s-8 {
        width: 100%
    }
    .emotion--container.emotion--column-8 .start-col-s-8 {
        left: 87.5%
    }
}

@media screen and (min-width: 48em) {
    .emotion--container.emotion--column-8 .col-m-1 {
        width: 12.5%
    }
    .emotion--container.emotion--column-8 .start-col-m-1 {
        left: 0%
    }
    .emotion--container.emotion--column-8 .col-m-2 {
        width: 25%
    }
    .emotion--container.emotion--column-8 .start-col-m-2 {
        left: 12.5%
    }
    .emotion--container.emotion--column-8 .col-m-3 {
        width: 37.5%
    }
    .emotion--container.emotion--column-8 .start-col-m-3 {
        left: 25%
    }
    .emotion--container.emotion--column-8 .col-m-4 {
        width: 50%
    }
    .emotion--container.emotion--column-8 .start-col-m-4 {
        left: 37.5%
    }
    .emotion--container.emotion--column-8 .col-m-5 {
        width: 62.5%
    }
    .emotion--container.emotion--column-8 .start-col-m-5 {
        left: 50%
    }
    .emotion--container.emotion--column-8 .col-m-6 {
        width: 75%
    }
    .emotion--container.emotion--column-8 .start-col-m-6 {
        left: 62.5%
    }
    .emotion--container.emotion--column-8 .col-m-7 {
        width: 87.5%
    }
    .emotion--container.emotion--column-8 .start-col-m-7 {
        left: 75%
    }
    .emotion--container.emotion--column-8 .col-m-8 {
        width: 100%
    }
    .emotion--container.emotion--column-8 .start-col-m-8 {
        left: 87.5%
    }
}

@media screen and (min-width: 64em) {
    .emotion--container.emotion--column-8 .col-l-1 {
        width: 12.5%
    }
    .emotion--container.emotion--column-8 .start-col-l-1 {
        left: 0%
    }
    .emotion--container.emotion--column-8 .col-l-2 {
        width: 25%
    }
    .emotion--container.emotion--column-8 .start-col-l-2 {
        left: 12.5%
    }
    .emotion--container.emotion--column-8 .col-l-3 {
        width: 37.5%
    }
    .emotion--container.emotion--column-8 .start-col-l-3 {
        left: 25%
    }
    .emotion--container.emotion--column-8 .col-l-4 {
        width: 50%
    }
    .emotion--container.emotion--column-8 .start-col-l-4 {
        left: 37.5%
    }
    .emotion--container.emotion--column-8 .col-l-5 {
        width: 62.5%
    }
    .emotion--container.emotion--column-8 .start-col-l-5 {
        left: 50%
    }
    .emotion--container.emotion--column-8 .col-l-6 {
        width: 75%
    }
    .emotion--container.emotion--column-8 .start-col-l-6 {
        left: 62.5%
    }
    .emotion--container.emotion--column-8 .col-l-7 {
        width: 87.5%
    }
    .emotion--container.emotion--column-8 .start-col-l-7 {
        left: 75%
    }
    .emotion--container.emotion--column-8 .col-l-8 {
        width: 100%
    }
    .emotion--container.emotion--column-8 .start-col-l-8 {
        left: 87.5%
    }
}

@media screen and (min-width: 78.75em) {
    .emotion--container.emotion--column-8 .col-xl-1 {
        width: 12.5%
    }
    .emotion--container.emotion--column-8 .start-col-xl-1 {
        left: 0%
    }
    .emotion--container.emotion--column-8 .col-xl-2 {
        width: 25%
    }
    .emotion--container.emotion--column-8 .start-col-xl-2 {
        left: 12.5%
    }
    .emotion--container.emotion--column-8 .col-xl-3 {
        width: 37.5%
    }
    .emotion--container.emotion--column-8 .start-col-xl-3 {
        left: 25%
    }
    .emotion--container.emotion--column-8 .col-xl-4 {
        width: 50%
    }
    .emotion--container.emotion--column-8 .start-col-xl-4 {
        left: 37.5%
    }
    .emotion--container.emotion--column-8 .col-xl-5 {
        width: 62.5%
    }
    .emotion--container.emotion--column-8 .start-col-xl-5 {
        left: 50%
    }
    .emotion--container.emotion--column-8 .col-xl-6 {
        width: 75%
    }
    .emotion--container.emotion--column-8 .start-col-xl-6 {
        left: 62.5%
    }
    .emotion--container.emotion--column-8 .col-xl-7 {
        width: 87.5%
    }
    .emotion--container.emotion--column-8 .start-col-xl-7 {
        left: 75%
    }
    .emotion--container.emotion--column-8 .col-xl-8 {
        width: 100%
    }
    .emotion--container.emotion--column-8 .start-col-xl-8 {
        left: 87.5%
    }
}

.emotion--container.emotion--column-9 .col-1 {
    width: 11.11111111%
}

.emotion--container.emotion--column-9 .start-col-1 {
    left: 0%
}

.emotion--container.emotion--column-9 .col-2 {
    width: 22.22222222%
}

.emotion--container.emotion--column-9 .start-col-2 {
    left: 11.11111111%
}

.emotion--container.emotion--column-9 .col-3 {
    width: 33.33333333%
}

.emotion--container.emotion--column-9 .start-col-3 {
    left: 22.22222222%
}

.emotion--container.emotion--column-9 .col-4 {
    width: 44.44444444%
}

.emotion--container.emotion--column-9 .start-col-4 {
    left: 33.33333333%
}

.emotion--container.emotion--column-9 .col-5 {
    width: 55.55555556%
}

.emotion--container.emotion--column-9 .start-col-5 {
    left: 44.44444444%
}

.emotion--container.emotion--column-9 .col-6 {
    width: 66.66666667%
}

.emotion--container.emotion--column-9 .start-col-6 {
    left: 55.55555556%
}

.emotion--container.emotion--column-9 .col-7 {
    width: 77.77777777999999%
}

.emotion--container.emotion--column-9 .start-col-7 {
    left: 66.66666667%
}

.emotion--container.emotion--column-9 .col-8 {
    width: 88.88888889%
}

.emotion--container.emotion--column-9 .start-col-8 {
    left: 77.77777777999999%
}

.emotion--container.emotion--column-9 .col-9 {
    width: 100%
}

.emotion--container.emotion--column-9 .start-col-9 {
    left: 88.88888889%
}

.emotion--container.emotion--column-9 .col-xs-1 {
    width: 11.11111111%
}

.emotion--container.emotion--column-9 .start-col-xs-1 {
    left: 0%
}

.emotion--container.emotion--column-9 .col-xs-2 {
    width: 22.22222222%
}

.emotion--container.emotion--column-9 .start-col-xs-2 {
    left: 11.11111111%
}

.emotion--container.emotion--column-9 .col-xs-3 {
    width: 33.33333333%
}

.emotion--container.emotion--column-9 .start-col-xs-3 {
    left: 22.22222222%
}

.emotion--container.emotion--column-9 .col-xs-4 {
    width: 44.44444444%
}

.emotion--container.emotion--column-9 .start-col-xs-4 {
    left: 33.33333333%
}

.emotion--container.emotion--column-9 .col-xs-5 {
    width: 55.55555556%
}

.emotion--container.emotion--column-9 .start-col-xs-5 {
    left: 44.44444444%
}

.emotion--container.emotion--column-9 .col-xs-6 {
    width: 66.66666667%
}

.emotion--container.emotion--column-9 .start-col-xs-6 {
    left: 55.55555556%
}

.emotion--container.emotion--column-9 .col-xs-7 {
    width: 77.77777777999999%
}

.emotion--container.emotion--column-9 .start-col-xs-7 {
    left: 66.66666667%
}

.emotion--container.emotion--column-9 .col-xs-8 {
    width: 88.88888889%
}

.emotion--container.emotion--column-9 .start-col-xs-8 {
    left: 77.77777777999999%
}

.emotion--container.emotion--column-9 .col-xs-9 {
    width: 100%
}

.emotion--container.emotion--column-9 .start-col-xs-9 {
    left: 88.88888889%
}

@media screen and (min-width: 30em) {
    .emotion--container.emotion--column-9 .col-s-1 {
        width: 11.11111111%
    }
    .emotion--container.emotion--column-9 .start-col-s-1 {
        left: 0%
    }
    .emotion--container.emotion--column-9 .col-s-2 {
        width: 22.22222222%
    }
    .emotion--container.emotion--column-9 .start-col-s-2 {
        left: 11.11111111%
    }
    .emotion--container.emotion--column-9 .col-s-3 {
        width: 33.33333333%
    }
    .emotion--container.emotion--column-9 .start-col-s-3 {
        left: 22.22222222%
    }
    .emotion--container.emotion--column-9 .col-s-4 {
        width: 44.44444444%
    }
    .emotion--container.emotion--column-9 .start-col-s-4 {
        left: 33.33333333%
    }
    .emotion--container.emotion--column-9 .col-s-5 {
        width: 55.55555556%
    }
    .emotion--container.emotion--column-9 .start-col-s-5 {
        left: 44.44444444%
    }
    .emotion--container.emotion--column-9 .col-s-6 {
        width: 66.66666667%
    }
    .emotion--container.emotion--column-9 .start-col-s-6 {
        left: 55.55555556%
    }
    .emotion--container.emotion--column-9 .col-s-7 {
        width: 77.77777777999999%
    }
    .emotion--container.emotion--column-9 .start-col-s-7 {
        left: 66.66666667%
    }
    .emotion--container.emotion--column-9 .col-s-8 {
        width: 88.88888889%
    }
    .emotion--container.emotion--column-9 .start-col-s-8 {
        left: 77.77777777999999%
    }
    .emotion--container.emotion--column-9 .col-s-9 {
        width: 100%
    }
    .emotion--container.emotion--column-9 .start-col-s-9 {
        left: 88.88888889%
    }
}

@media screen and (min-width: 48em) {
    .emotion--container.emotion--column-9 .col-m-1 {
        width: 11.11111111%
    }
    .emotion--container.emotion--column-9 .start-col-m-1 {
        left: 0%
    }
    .emotion--container.emotion--column-9 .col-m-2 {
        width: 22.22222222%
    }
    .emotion--container.emotion--column-9 .start-col-m-2 {
        left: 11.11111111%
    }
    .emotion--container.emotion--column-9 .col-m-3 {
        width: 33.33333333%
    }
    .emotion--container.emotion--column-9 .start-col-m-3 {
        left: 22.22222222%
    }
    .emotion--container.emotion--column-9 .col-m-4 {
        width: 44.44444444%
    }
    .emotion--container.emotion--column-9 .start-col-m-4 {
        left: 33.33333333%
    }
    .emotion--container.emotion--column-9 .col-m-5 {
        width: 55.55555556%
    }
    .emotion--container.emotion--column-9 .start-col-m-5 {
        left: 44.44444444%
    }
    .emotion--container.emotion--column-9 .col-m-6 {
        width: 66.66666667%
    }
    .emotion--container.emotion--column-9 .start-col-m-6 {
        left: 55.55555556%
    }
    .emotion--container.emotion--column-9 .col-m-7 {
        width: 77.77777777999999%
    }
    .emotion--container.emotion--column-9 .start-col-m-7 {
        left: 66.66666667%
    }
    .emotion--container.emotion--column-9 .col-m-8 {
        width: 88.88888889%
    }
    .emotion--container.emotion--column-9 .start-col-m-8 {
        left: 77.77777777999999%
    }
    .emotion--container.emotion--column-9 .col-m-9 {
        width: 100%
    }
    .emotion--container.emotion--column-9 .start-col-m-9 {
        left: 88.88888889%
    }
}

@media screen and (min-width: 64em) {
    .emotion--container.emotion--column-9 .col-l-1 {
        width: 11.11111111%
    }
    .emotion--container.emotion--column-9 .start-col-l-1 {
        left: 0%
    }
    .emotion--container.emotion--column-9 .col-l-2 {
        width: 22.22222222%
    }
    .emotion--container.emotion--column-9 .start-col-l-2 {
        left: 11.11111111%
    }
    .emotion--container.emotion--column-9 .col-l-3 {
        width: 33.33333333%
    }
    .emotion--container.emotion--column-9 .start-col-l-3 {
        left: 22.22222222%
    }
    .emotion--container.emotion--column-9 .col-l-4 {
        width: 44.44444444%
    }
    .emotion--container.emotion--column-9 .start-col-l-4 {
        left: 33.33333333%
    }
    .emotion--container.emotion--column-9 .col-l-5 {
        width: 55.55555556%
    }
    .emotion--container.emotion--column-9 .start-col-l-5 {
        left: 44.44444444%
    }
    .emotion--container.emotion--column-9 .col-l-6 {
        width: 66.66666667%
    }
    .emotion--container.emotion--column-9 .start-col-l-6 {
        left: 55.55555556%
    }
    .emotion--container.emotion--column-9 .col-l-7 {
        width: 77.77777777999999%
    }
    .emotion--container.emotion--column-9 .start-col-l-7 {
        left: 66.66666667%
    }
    .emotion--container.emotion--column-9 .col-l-8 {
        width: 88.88888889%
    }
    .emotion--container.emotion--column-9 .start-col-l-8 {
        left: 77.77777777999999%
    }
    .emotion--container.emotion--column-9 .col-l-9 {
        width: 100%
    }
    .emotion--container.emotion--column-9 .start-col-l-9 {
        left: 88.88888889%
    }
}

@media screen and (min-width: 78.75em) {
    .emotion--container.emotion--column-9 .col-xl-1 {
        width: 11.11111111%
    }
    .emotion--container.emotion--column-9 .start-col-xl-1 {
        left: 0%
    }
    .emotion--container.emotion--column-9 .col-xl-2 {
        width: 22.22222222%
    }
    .emotion--container.emotion--column-9 .start-col-xl-2 {
        left: 11.11111111%
    }
    .emotion--container.emotion--column-9 .col-xl-3 {
        width: 33.33333333%
    }
    .emotion--container.emotion--column-9 .start-col-xl-3 {
        left: 22.22222222%
    }
    .emotion--container.emotion--column-9 .col-xl-4 {
        width: 44.44444444%
    }
    .emotion--container.emotion--column-9 .start-col-xl-4 {
        left: 33.33333333%
    }
    .emotion--container.emotion--column-9 .col-xl-5 {
        width: 55.55555556%
    }
    .emotion--container.emotion--column-9 .start-col-xl-5 {
        left: 44.44444444%
    }
    .emotion--container.emotion--column-9 .col-xl-6 {
        width: 66.66666667%
    }
    .emotion--container.emotion--column-9 .start-col-xl-6 {
        left: 55.55555556%
    }
    .emotion--container.emotion--column-9 .col-xl-7 {
        width: 77.77777777999999%
    }
    .emotion--container.emotion--column-9 .start-col-xl-7 {
        left: 66.66666667%
    }
    .emotion--container.emotion--column-9 .col-xl-8 {
        width: 88.88888889%
    }
    .emotion--container.emotion--column-9 .start-col-xl-8 {
        left: 77.77777777999999%
    }
    .emotion--container.emotion--column-9 .col-xl-9 {
        width: 100%
    }
    .emotion--container.emotion--column-9 .start-col-xl-9 {
        left: 88.88888889%
    }
}

.emotion--container.emotion--column-10 .col-1 {
    width: 10%
}

.emotion--container.emotion--column-10 .start-col-1 {
    left: 0%
}

.emotion--container.emotion--column-10 .col-2 {
    width: 20%
}

.emotion--container.emotion--column-10 .start-col-2 {
    left: 10%
}

.emotion--container.emotion--column-10 .col-3 {
    width: 30%
}

.emotion--container.emotion--column-10 .start-col-3 {
    left: 20%
}

.emotion--container.emotion--column-10 .col-4 {
    width: 40%
}

.emotion--container.emotion--column-10 .start-col-4 {
    left: 30%
}

.emotion--container.emotion--column-10 .col-5 {
    width: 50%
}

.emotion--container.emotion--column-10 .start-col-5 {
    left: 40%
}

.emotion--container.emotion--column-10 .col-6 {
    width: 60%
}

.emotion--container.emotion--column-10 .start-col-6 {
    left: 50%
}

.emotion--container.emotion--column-10 .col-7 {
    width: 70%
}

.emotion--container.emotion--column-10 .start-col-7 {
    left: 60%
}

.emotion--container.emotion--column-10 .col-8 {
    width: 80%
}

.emotion--container.emotion--column-10 .start-col-8 {
    left: 70%
}

.emotion--container.emotion--column-10 .col-9 {
    width: 90%
}

.emotion--container.emotion--column-10 .start-col-9 {
    left: 80%
}

.emotion--container.emotion--column-10 .col-10 {
    width: 100%
}

.emotion--container.emotion--column-10 .start-col-10 {
    left: 90%
}

.emotion--container.emotion--column-10 .col-xs-1 {
    width: 10%
}

.emotion--container.emotion--column-10 .start-col-xs-1 {
    left: 0%
}

.emotion--container.emotion--column-10 .col-xs-2 {
    width: 20%
}

.emotion--container.emotion--column-10 .start-col-xs-2 {
    left: 10%
}

.emotion--container.emotion--column-10 .col-xs-3 {
    width: 30%
}

.emotion--container.emotion--column-10 .start-col-xs-3 {
    left: 20%
}

.emotion--container.emotion--column-10 .col-xs-4 {
    width: 40%
}

.emotion--container.emotion--column-10 .start-col-xs-4 {
    left: 30%
}

.emotion--container.emotion--column-10 .col-xs-5 {
    width: 50%
}

.emotion--container.emotion--column-10 .start-col-xs-5 {
    left: 40%
}

.emotion--container.emotion--column-10 .col-xs-6 {
    width: 60%
}

.emotion--container.emotion--column-10 .start-col-xs-6 {
    left: 50%
}

.emotion--container.emotion--column-10 .col-xs-7 {
    width: 70%
}

.emotion--container.emotion--column-10 .start-col-xs-7 {
    left: 60%
}

.emotion--container.emotion--column-10 .col-xs-8 {
    width: 80%
}

.emotion--container.emotion--column-10 .start-col-xs-8 {
    left: 70%
}

.emotion--container.emotion--column-10 .col-xs-9 {
    width: 90%
}

.emotion--container.emotion--column-10 .start-col-xs-9 {
    left: 80%
}

.emotion--container.emotion--column-10 .col-xs-10 {
    width: 100%
}

.emotion--container.emotion--column-10 .start-col-xs-10 {
    left: 90%
}

@media screen and (min-width: 30em) {
    .emotion--container.emotion--column-10 .col-s-1 {
        width: 10%
    }
    .emotion--container.emotion--column-10 .start-col-s-1 {
        left: 0%
    }
    .emotion--container.emotion--column-10 .col-s-2 {
        width: 20%
    }
    .emotion--container.emotion--column-10 .start-col-s-2 {
        left: 10%
    }
    .emotion--container.emotion--column-10 .col-s-3 {
        width: 30%
    }
    .emotion--container.emotion--column-10 .start-col-s-3 {
        left: 20%
    }
    .emotion--container.emotion--column-10 .col-s-4 {
        width: 40%
    }
    .emotion--container.emotion--column-10 .start-col-s-4 {
        left: 30%
    }
    .emotion--container.emotion--column-10 .col-s-5 {
        width: 50%
    }
    .emotion--container.emotion--column-10 .start-col-s-5 {
        left: 40%
    }
    .emotion--container.emotion--column-10 .col-s-6 {
        width: 60%
    }
    .emotion--container.emotion--column-10 .start-col-s-6 {
        left: 50%
    }
    .emotion--container.emotion--column-10 .col-s-7 {
        width: 70%
    }
    .emotion--container.emotion--column-10 .start-col-s-7 {
        left: 60%
    }
    .emotion--container.emotion--column-10 .col-s-8 {
        width: 80%
    }
    .emotion--container.emotion--column-10 .start-col-s-8 {
        left: 70%
    }
    .emotion--container.emotion--column-10 .col-s-9 {
        width: 90%
    }
    .emotion--container.emotion--column-10 .start-col-s-9 {
        left: 80%
    }
    .emotion--container.emotion--column-10 .col-s-10 {
        width: 100%
    }
    .emotion--container.emotion--column-10 .start-col-s-10 {
        left: 90%
    }
}

@media screen and (min-width: 48em) {
    .emotion--container.emotion--column-10 .col-m-1 {
        width: 10%
    }
    .emotion--container.emotion--column-10 .start-col-m-1 {
        left: 0%
    }
    .emotion--container.emotion--column-10 .col-m-2 {
        width: 20%
    }
    .emotion--container.emotion--column-10 .start-col-m-2 {
        left: 10%
    }
    .emotion--container.emotion--column-10 .col-m-3 {
        width: 30%
    }
    .emotion--container.emotion--column-10 .start-col-m-3 {
        left: 20%
    }
    .emotion--container.emotion--column-10 .col-m-4 {
        width: 40%
    }
    .emotion--container.emotion--column-10 .start-col-m-4 {
        left: 30%
    }
    .emotion--container.emotion--column-10 .col-m-5 {
        width: 50%
    }
    .emotion--container.emotion--column-10 .start-col-m-5 {
        left: 40%
    }
    .emotion--container.emotion--column-10 .col-m-6 {
        width: 60%
    }
    .emotion--container.emotion--column-10 .start-col-m-6 {
        left: 50%
    }
    .emotion--container.emotion--column-10 .col-m-7 {
        width: 70%
    }
    .emotion--container.emotion--column-10 .start-col-m-7 {
        left: 60%
    }
    .emotion--container.emotion--column-10 .col-m-8 {
        width: 80%
    }
    .emotion--container.emotion--column-10 .start-col-m-8 {
        left: 70%
    }
    .emotion--container.emotion--column-10 .col-m-9 {
        width: 90%
    }
    .emotion--container.emotion--column-10 .start-col-m-9 {
        left: 80%
    }
    .emotion--container.emotion--column-10 .col-m-10 {
        width: 100%
    }
    .emotion--container.emotion--column-10 .start-col-m-10 {
        left: 90%
    }
}

@media screen and (min-width: 64em) {
    .emotion--container.emotion--column-10 .col-l-1 {
        width: 10%
    }
    .emotion--container.emotion--column-10 .start-col-l-1 {
        left: 0%
    }
    .emotion--container.emotion--column-10 .col-l-2 {
        width: 20%
    }
    .emotion--container.emotion--column-10 .start-col-l-2 {
        left: 10%
    }
    .emotion--container.emotion--column-10 .col-l-3 {
        width: 30%
    }
    .emotion--container.emotion--column-10 .start-col-l-3 {
        left: 20%
    }
    .emotion--container.emotion--column-10 .col-l-4 {
        width: 40%
    }
    .emotion--container.emotion--column-10 .start-col-l-4 {
        left: 30%
    }
    .emotion--container.emotion--column-10 .col-l-5 {
        width: 50%
    }
    .emotion--container.emotion--column-10 .start-col-l-5 {
        left: 40%
    }
    .emotion--container.emotion--column-10 .col-l-6 {
        width: 60%
    }
    .emotion--container.emotion--column-10 .start-col-l-6 {
        left: 50%
    }
    .emotion--container.emotion--column-10 .col-l-7 {
        width: 70%
    }
    .emotion--container.emotion--column-10 .start-col-l-7 {
        left: 60%
    }
    .emotion--container.emotion--column-10 .col-l-8 {
        width: 80%
    }
    .emotion--container.emotion--column-10 .start-col-l-8 {
        left: 70%
    }
    .emotion--container.emotion--column-10 .col-l-9 {
        width: 90%
    }
    .emotion--container.emotion--column-10 .start-col-l-9 {
        left: 80%
    }
    .emotion--container.emotion--column-10 .col-l-10 {
        width: 100%
    }
    .emotion--container.emotion--column-10 .start-col-l-10 {
        left: 90%
    }
}

@media screen and (min-width: 78.75em) {
    .emotion--container.emotion--column-10 .col-xl-1 {
        width: 10%
    }
    .emotion--container.emotion--column-10 .start-col-xl-1 {
        left: 0%
    }
    .emotion--container.emotion--column-10 .col-xl-2 {
        width: 20%
    }
    .emotion--container.emotion--column-10 .start-col-xl-2 {
        left: 10%
    }
    .emotion--container.emotion--column-10 .col-xl-3 {
        width: 30%
    }
    .emotion--container.emotion--column-10 .start-col-xl-3 {
        left: 20%
    }
    .emotion--container.emotion--column-10 .col-xl-4 {
        width: 40%
    }
    .emotion--container.emotion--column-10 .start-col-xl-4 {
        left: 30%
    }
    .emotion--container.emotion--column-10 .col-xl-5 {
        width: 50%
    }
    .emotion--container.emotion--column-10 .start-col-xl-5 {
        left: 40%
    }
    .emotion--container.emotion--column-10 .col-xl-6 {
        width: 60%
    }
    .emotion--container.emotion--column-10 .start-col-xl-6 {
        left: 50%
    }
    .emotion--container.emotion--column-10 .col-xl-7 {
        width: 70%
    }
    .emotion--container.emotion--column-10 .start-col-xl-7 {
        left: 60%
    }
    .emotion--container.emotion--column-10 .col-xl-8 {
        width: 80%
    }
    .emotion--container.emotion--column-10 .start-col-xl-8 {
        left: 70%
    }
    .emotion--container.emotion--column-10 .col-xl-9 {
        width: 90%
    }
    .emotion--container.emotion--column-10 .start-col-xl-9 {
        left: 80%
    }
    .emotion--container.emotion--column-10 .col-xl-10 {
        width: 100%
    }
    .emotion--container.emotion--column-10 .start-col-xl-10 {
        left: 90%
    }
}

.emotion--container.emotion--column-11 .col-1 {
    width: 9.09090909%
}

.emotion--container.emotion--column-11 .start-col-1 {
    left: 0%
}

.emotion--container.emotion--column-11 .col-2 {
    width: 18.18181818%
}

.emotion--container.emotion--column-11 .start-col-2 {
    left: 9.09090909%
}

.emotion--container.emotion--column-11 .col-3 {
    width: 27.27272727%
}

.emotion--container.emotion--column-11 .start-col-3 {
    left: 18.18181818%
}

.emotion--container.emotion--column-11 .col-4 {
    width: 36.36363636%
}

.emotion--container.emotion--column-11 .start-col-4 {
    left: 27.27272727%
}

.emotion--container.emotion--column-11 .col-5 {
    width: 45.45454545%
}

.emotion--container.emotion--column-11 .start-col-5 {
    left: 36.36363636%
}

.emotion--container.emotion--column-11 .col-6 {
    width: 54.54545455%
}

.emotion--container.emotion--column-11 .start-col-6 {
    left: 45.45454545%
}

.emotion--container.emotion--column-11 .col-7 {
    width: 63.63636364%
}

.emotion--container.emotion--column-11 .start-col-7 {
    left: 54.54545455%
}

.emotion--container.emotion--column-11 .col-8 {
    width: 72.72727273%
}

.emotion--container.emotion--column-11 .start-col-8 {
    left: 63.63636364%
}

.emotion--container.emotion--column-11 .col-9 {
    width: 81.81818182000001%
}

.emotion--container.emotion--column-11 .start-col-9 {
    left: 72.72727273%
}

.emotion--container.emotion--column-11 .col-10 {
    width: 90.90909091%
}

.emotion--container.emotion--column-11 .start-col-10 {
    left: 81.81818182000001%
}

.emotion--container.emotion--column-11 .col-11 {
    width: 100%
}

.emotion--container.emotion--column-11 .start-col-11 {
    left: 90.90909091%
}

.emotion--container.emotion--column-11 .col-xs-1 {
    width: 9.09090909%
}

.emotion--container.emotion--column-11 .start-col-xs-1 {
    left: 0%
}

.emotion--container.emotion--column-11 .col-xs-2 {
    width: 18.18181818%
}

.emotion--container.emotion--column-11 .start-col-xs-2 {
    left: 9.09090909%
}

.emotion--container.emotion--column-11 .col-xs-3 {
    width: 27.27272727%
}

.emotion--container.emotion--column-11 .start-col-xs-3 {
    left: 18.18181818%
}

.emotion--container.emotion--column-11 .col-xs-4 {
    width: 36.36363636%
}

.emotion--container.emotion--column-11 .start-col-xs-4 {
    left: 27.27272727%
}

.emotion--container.emotion--column-11 .col-xs-5 {
    width: 45.45454545%
}

.emotion--container.emotion--column-11 .start-col-xs-5 {
    left: 36.36363636%
}

.emotion--container.emotion--column-11 .col-xs-6 {
    width: 54.54545455%
}

.emotion--container.emotion--column-11 .start-col-xs-6 {
    left: 45.45454545%
}

.emotion--container.emotion--column-11 .col-xs-7 {
    width: 63.63636364%
}

.emotion--container.emotion--column-11 .start-col-xs-7 {
    left: 54.54545455%
}

.emotion--container.emotion--column-11 .col-xs-8 {
    width: 72.72727273%
}

.emotion--container.emotion--column-11 .start-col-xs-8 {
    left: 63.63636364%
}

.emotion--container.emotion--column-11 .col-xs-9 {
    width: 81.81818182000001%
}

.emotion--container.emotion--column-11 .start-col-xs-9 {
    left: 72.72727273%
}

.emotion--container.emotion--column-11 .col-xs-10 {
    width: 90.90909091%
}

.emotion--container.emotion--column-11 .start-col-xs-10 {
    left: 81.81818182000001%
}

.emotion--container.emotion--column-11 .col-xs-11 {
    width: 100%
}

.emotion--container.emotion--column-11 .start-col-xs-11 {
    left: 90.90909091%
}

@media screen and (min-width: 30em) {
    .emotion--container.emotion--column-11 .col-s-1 {
        width: 9.09090909%
    }
    .emotion--container.emotion--column-11 .start-col-s-1 {
        left: 0%
    }
    .emotion--container.emotion--column-11 .col-s-2 {
        width: 18.18181818%
    }
    .emotion--container.emotion--column-11 .start-col-s-2 {
        left: 9.09090909%
    }
    .emotion--container.emotion--column-11 .col-s-3 {
        width: 27.27272727%
    }
    .emotion--container.emotion--column-11 .start-col-s-3 {
        left: 18.18181818%
    }
    .emotion--container.emotion--column-11 .col-s-4 {
        width: 36.36363636%
    }
    .emotion--container.emotion--column-11 .start-col-s-4 {
        left: 27.27272727%
    }
    .emotion--container.emotion--column-11 .col-s-5 {
        width: 45.45454545%
    }
    .emotion--container.emotion--column-11 .start-col-s-5 {
        left: 36.36363636%
    }
    .emotion--container.emotion--column-11 .col-s-6 {
        width: 54.54545455%
    }
    .emotion--container.emotion--column-11 .start-col-s-6 {
        left: 45.45454545%
    }
    .emotion--container.emotion--column-11 .col-s-7 {
        width: 63.63636364%
    }
    .emotion--container.emotion--column-11 .start-col-s-7 {
        left: 54.54545455%
    }
    .emotion--container.emotion--column-11 .col-s-8 {
        width: 72.72727273%
    }
    .emotion--container.emotion--column-11 .start-col-s-8 {
        left: 63.63636364%
    }
    .emotion--container.emotion--column-11 .col-s-9 {
        width: 81.81818182000001%
    }
    .emotion--container.emotion--column-11 .start-col-s-9 {
        left: 72.72727273%
    }
    .emotion--container.emotion--column-11 .col-s-10 {
        width: 90.90909091%
    }
    .emotion--container.emotion--column-11 .start-col-s-10 {
        left: 81.81818182000001%
    }
    .emotion--container.emotion--column-11 .col-s-11 {
        width: 100%
    }
    .emotion--container.emotion--column-11 .start-col-s-11 {
        left: 90.90909091%
    }
}

@media screen and (min-width: 48em) {
    .emotion--container.emotion--column-11 .col-m-1 {
        width: 9.09090909%
    }
    .emotion--container.emotion--column-11 .start-col-m-1 {
        left: 0%
    }
    .emotion--container.emotion--column-11 .col-m-2 {
        width: 18.18181818%
    }
    .emotion--container.emotion--column-11 .start-col-m-2 {
        left: 9.09090909%
    }
    .emotion--container.emotion--column-11 .col-m-3 {
        width: 27.27272727%
    }
    .emotion--container.emotion--column-11 .start-col-m-3 {
        left: 18.18181818%
    }
    .emotion--container.emotion--column-11 .col-m-4 {
        width: 36.36363636%
    }
    .emotion--container.emotion--column-11 .start-col-m-4 {
        left: 27.27272727%
    }
    .emotion--container.emotion--column-11 .col-m-5 {
        width: 45.45454545%
    }
    .emotion--container.emotion--column-11 .start-col-m-5 {
        left: 36.36363636%
    }
    .emotion--container.emotion--column-11 .col-m-6 {
        width: 54.54545455%
    }
    .emotion--container.emotion--column-11 .start-col-m-6 {
        left: 45.45454545%
    }
    .emotion--container.emotion--column-11 .col-m-7 {
        width: 63.63636364%
    }
    .emotion--container.emotion--column-11 .start-col-m-7 {
        left: 54.54545455%
    }
    .emotion--container.emotion--column-11 .col-m-8 {
        width: 72.72727273%
    }
    .emotion--container.emotion--column-11 .start-col-m-8 {
        left: 63.63636364%
    }
    .emotion--container.emotion--column-11 .col-m-9 {
        width: 81.81818182000001%
    }
    .emotion--container.emotion--column-11 .start-col-m-9 {
        left: 72.72727273%
    }
    .emotion--container.emotion--column-11 .col-m-10 {
        width: 90.90909091%
    }
    .emotion--container.emotion--column-11 .start-col-m-10 {
        left: 81.81818182000001%
    }
    .emotion--container.emotion--column-11 .col-m-11 {
        width: 100%
    }
    .emotion--container.emotion--column-11 .start-col-m-11 {
        left: 90.90909091%
    }
}

@media screen and (min-width: 64em) {
    .emotion--container.emotion--column-11 .col-l-1 {
        width: 9.09090909%
    }
    .emotion--container.emotion--column-11 .start-col-l-1 {
        left: 0%
    }
    .emotion--container.emotion--column-11 .col-l-2 {
        width: 18.18181818%
    }
    .emotion--container.emotion--column-11 .start-col-l-2 {
        left: 9.09090909%
    }
    .emotion--container.emotion--column-11 .col-l-3 {
        width: 27.27272727%
    }
    .emotion--container.emotion--column-11 .start-col-l-3 {
        left: 18.18181818%
    }
    .emotion--container.emotion--column-11 .col-l-4 {
        width: 36.36363636%
    }
    .emotion--container.emotion--column-11 .start-col-l-4 {
        left: 27.27272727%
    }
    .emotion--container.emotion--column-11 .col-l-5 {
        width: 45.45454545%
    }
    .emotion--container.emotion--column-11 .start-col-l-5 {
        left: 36.36363636%
    }
    .emotion--container.emotion--column-11 .col-l-6 {
        width: 54.54545455%
    }
    .emotion--container.emotion--column-11 .start-col-l-6 {
        left: 45.45454545%
    }
    .emotion--container.emotion--column-11 .col-l-7 {
        width: 63.63636364%
    }
    .emotion--container.emotion--column-11 .start-col-l-7 {
        left: 54.54545455%
    }
    .emotion--container.emotion--column-11 .col-l-8 {
        width: 72.72727273%
    }
    .emotion--container.emotion--column-11 .start-col-l-8 {
        left: 63.63636364%
    }
    .emotion--container.emotion--column-11 .col-l-9 {
        width: 81.81818182000001%
    }
    .emotion--container.emotion--column-11 .start-col-l-9 {
        left: 72.72727273%
    }
    .emotion--container.emotion--column-11 .col-l-10 {
        width: 90.90909091%
    }
    .emotion--container.emotion--column-11 .start-col-l-10 {
        left: 81.81818182000001%
    }
    .emotion--container.emotion--column-11 .col-l-11 {
        width: 100%
    }
    .emotion--container.emotion--column-11 .start-col-l-11 {
        left: 90.90909091%
    }
}

@media screen and (min-width: 78.75em) {
    .emotion--container.emotion--column-11 .col-xl-1 {
        width: 9.09090909%
    }
    .emotion--container.emotion--column-11 .start-col-xl-1 {
        left: 0%
    }
    .emotion--container.emotion--column-11 .col-xl-2 {
        width: 18.18181818%
    }
    .emotion--container.emotion--column-11 .start-col-xl-2 {
        left: 9.09090909%
    }
    .emotion--container.emotion--column-11 .col-xl-3 {
        width: 27.27272727%
    }
    .emotion--container.emotion--column-11 .start-col-xl-3 {
        left: 18.18181818%
    }
    .emotion--container.emotion--column-11 .col-xl-4 {
        width: 36.36363636%
    }
    .emotion--container.emotion--column-11 .start-col-xl-4 {
        left: 27.27272727%
    }
    .emotion--container.emotion--column-11 .col-xl-5 {
        width: 45.45454545%
    }
    .emotion--container.emotion--column-11 .start-col-xl-5 {
        left: 36.36363636%
    }
    .emotion--container.emotion--column-11 .col-xl-6 {
        width: 54.54545455%
    }
    .emotion--container.emotion--column-11 .start-col-xl-6 {
        left: 45.45454545%
    }
    .emotion--container.emotion--column-11 .col-xl-7 {
        width: 63.63636364%
    }
    .emotion--container.emotion--column-11 .start-col-xl-7 {
        left: 54.54545455%
    }
    .emotion--container.emotion--column-11 .col-xl-8 {
        width: 72.72727273%
    }
    .emotion--container.emotion--column-11 .start-col-xl-8 {
        left: 63.63636364%
    }
    .emotion--container.emotion--column-11 .col-xl-9 {
        width: 81.81818182000001%
    }
    .emotion--container.emotion--column-11 .start-col-xl-9 {
        left: 72.72727273%
    }
    .emotion--container.emotion--column-11 .col-xl-10 {
        width: 90.90909091%
    }
    .emotion--container.emotion--column-11 .start-col-xl-10 {
        left: 81.81818182000001%
    }
    .emotion--container.emotion--column-11 .col-xl-11 {
        width: 100%
    }
    .emotion--container.emotion--column-11 .start-col-xl-11 {
        left: 90.90909091%
    }
}

.emotion--container.emotion--column-12 .col-1 {
    width: 8.33333333%
}

.emotion--container.emotion--column-12 .start-col-1 {
    left: 0%
}

.emotion--container.emotion--column-12 .col-2 {
    width: 16.66666667%
}

.emotion--container.emotion--column-12 .start-col-2 {
    left: 8.33333333%
}

.emotion--container.emotion--column-12 .col-3 {
    width: 25%
}

.emotion--container.emotion--column-12 .start-col-3 {
    left: 16.66666667%
}

.emotion--container.emotion--column-12 .col-4 {
    width: 33.33333333%
}

.emotion--container.emotion--column-12 .start-col-4 {
    left: 25%
}

.emotion--container.emotion--column-12 .col-5 {
    width: 41.66666667%
}

.emotion--container.emotion--column-12 .start-col-5 {
    left: 33.33333333%
}

.emotion--container.emotion--column-12 .col-6 {
    width: 50%
}

.emotion--container.emotion--column-12 .start-col-6 {
    left: 41.66666667%
}

.emotion--container.emotion--column-12 .col-7 {
    width: 58.33333333%
}

.emotion--container.emotion--column-12 .start-col-7 {
    left: 50%
}

.emotion--container.emotion--column-12 .col-8 {
    width: 66.66666667%
}

.emotion--container.emotion--column-12 .start-col-8 {
    left: 58.33333333%
}

.emotion--container.emotion--column-12 .col-9 {
    width: 75%
}

.emotion--container.emotion--column-12 .start-col-9 {
    left: 66.66666667%
}

.emotion--container.emotion--column-12 .col-10 {
    width: 83.33333333%
}

.emotion--container.emotion--column-12 .start-col-10 {
    left: 75%
}

.emotion--container.emotion--column-12 .col-11 {
    width: 91.66666667%
}

.emotion--container.emotion--column-12 .start-col-11 {
    left: 83.33333333%
}

.emotion--container.emotion--column-12 .col-12 {
    width: 100%
}

.emotion--container.emotion--column-12 .start-col-12 {
    left: 91.66666667%
}

.emotion--container.emotion--column-12 .col-xs-1 {
    width: 8.33333333%
}

.emotion--container.emotion--column-12 .start-col-xs-1 {
    left: 0%
}

.emotion--container.emotion--column-12 .col-xs-2 {
    width: 16.66666667%
}

.emotion--container.emotion--column-12 .start-col-xs-2 {
    left: 8.33333333%
}

.emotion--container.emotion--column-12 .col-xs-3 {
    width: 25%
}

.emotion--container.emotion--column-12 .start-col-xs-3 {
    left: 16.66666667%
}

.emotion--container.emotion--column-12 .col-xs-4 {
    width: 33.33333333%
}

.emotion--container.emotion--column-12 .start-col-xs-4 {
    left: 25%
}

.emotion--container.emotion--column-12 .col-xs-5 {
    width: 41.66666667%
}

.emotion--container.emotion--column-12 .start-col-xs-5 {
    left: 33.33333333%
}

.emotion--container.emotion--column-12 .col-xs-6 {
    width: 50%
}

.emotion--container.emotion--column-12 .start-col-xs-6 {
    left: 41.66666667%
}

.emotion--container.emotion--column-12 .col-xs-7 {
    width: 58.33333333%
}

.emotion--container.emotion--column-12 .start-col-xs-7 {
    left: 50%
}

.emotion--container.emotion--column-12 .col-xs-8 {
    width: 66.66666667%
}

.emotion--container.emotion--column-12 .start-col-xs-8 {
    left: 58.33333333%
}

.emotion--container.emotion--column-12 .col-xs-9 {
    width: 75%
}

.emotion--container.emotion--column-12 .start-col-xs-9 {
    left: 66.66666667%
}

.emotion--container.emotion--column-12 .col-xs-10 {
    width: 83.33333333%
}

.emotion--container.emotion--column-12 .start-col-xs-10 {
    left: 75%
}

.emotion--container.emotion--column-12 .col-xs-11 {
    width: 91.66666667%
}

.emotion--container.emotion--column-12 .start-col-xs-11 {
    left: 83.33333333%
}

.emotion--container.emotion--column-12 .col-xs-12 {
    width: 100%
}

.emotion--container.emotion--column-12 .start-col-xs-12 {
    left: 91.66666667%
}

@media screen and (min-width: 30em) {
    .emotion--container.emotion--column-12 .col-s-1 {
        width: 8.33333333%
    }
    .emotion--container.emotion--column-12 .start-col-s-1 {
        left: 0%
    }
    .emotion--container.emotion--column-12 .col-s-2 {
        width: 16.66666667%
    }
    .emotion--container.emotion--column-12 .start-col-s-2 {
        left: 8.33333333%
    }
    .emotion--container.emotion--column-12 .col-s-3 {
        width: 25%
    }
    .emotion--container.emotion--column-12 .start-col-s-3 {
        left: 16.66666667%
    }
    .emotion--container.emotion--column-12 .col-s-4 {
        width: 33.33333333%
    }
    .emotion--container.emotion--column-12 .start-col-s-4 {
        left: 25%
    }
    .emotion--container.emotion--column-12 .col-s-5 {
        width: 41.66666667%
    }
    .emotion--container.emotion--column-12 .start-col-s-5 {
        left: 33.33333333%
    }
    .emotion--container.emotion--column-12 .col-s-6 {
        width: 50%
    }
    .emotion--container.emotion--column-12 .start-col-s-6 {
        left: 41.66666667%
    }
    .emotion--container.emotion--column-12 .col-s-7 {
        width: 58.33333333%
    }
    .emotion--container.emotion--column-12 .start-col-s-7 {
        left: 50%
    }
    .emotion--container.emotion--column-12 .col-s-8 {
        width: 66.66666667%
    }
    .emotion--container.emotion--column-12 .start-col-s-8 {
        left: 58.33333333%
    }
    .emotion--container.emotion--column-12 .col-s-9 {
        width: 75%
    }
    .emotion--container.emotion--column-12 .start-col-s-9 {
        left: 66.66666667%
    }
    .emotion--container.emotion--column-12 .col-s-10 {
        width: 83.33333333%
    }
    .emotion--container.emotion--column-12 .start-col-s-10 {
        left: 75%
    }
    .emotion--container.emotion--column-12 .col-s-11 {
        width: 91.66666667%
    }
    .emotion--container.emotion--column-12 .start-col-s-11 {
        left: 83.33333333%
    }
    .emotion--container.emotion--column-12 .col-s-12 {
        width: 100%
    }
    .emotion--container.emotion--column-12 .start-col-s-12 {
        left: 91.66666667%
    }
}

@media screen and (min-width: 48em) {
    .emotion--container.emotion--column-12 .col-m-1 {
        width: 8.33333333%
    }
    .emotion--container.emotion--column-12 .start-col-m-1 {
        left: 0%
    }
    .emotion--container.emotion--column-12 .col-m-2 {
        width: 16.66666667%
    }
    .emotion--container.emotion--column-12 .start-col-m-2 {
        left: 8.33333333%
    }
    .emotion--container.emotion--column-12 .col-m-3 {
        width: 25%
    }
    .emotion--container.emotion--column-12 .start-col-m-3 {
        left: 16.66666667%
    }
    .emotion--container.emotion--column-12 .col-m-4 {
        width: 33.33333333%
    }
    .emotion--container.emotion--column-12 .start-col-m-4 {
        left: 25%
    }
    .emotion--container.emotion--column-12 .col-m-5 {
        width: 41.66666667%
    }
    .emotion--container.emotion--column-12 .start-col-m-5 {
        left: 33.33333333%
    }
    .emotion--container.emotion--column-12 .col-m-6 {
        width: 50%
    }
    .emotion--container.emotion--column-12 .start-col-m-6 {
        left: 41.66666667%
    }
    .emotion--container.emotion--column-12 .col-m-7 {
        width: 58.33333333%
    }
    .emotion--container.emotion--column-12 .start-col-m-7 {
        left: 50%
    }
    .emotion--container.emotion--column-12 .col-m-8 {
        width: 66.66666667%
    }
    .emotion--container.emotion--column-12 .start-col-m-8 {
        left: 58.33333333%
    }
    .emotion--container.emotion--column-12 .col-m-9 {
        width: 75%
    }
    .emotion--container.emotion--column-12 .start-col-m-9 {
        left: 66.66666667%
    }
    .emotion--container.emotion--column-12 .col-m-10 {
        width: 83.33333333%
    }
    .emotion--container.emotion--column-12 .start-col-m-10 {
        left: 75%
    }
    .emotion--container.emotion--column-12 .col-m-11 {
        width: 91.66666667%
    }
    .emotion--container.emotion--column-12 .start-col-m-11 {
        left: 83.33333333%
    }
    .emotion--container.emotion--column-12 .col-m-12 {
        width: 100%
    }
    .emotion--container.emotion--column-12 .start-col-m-12 {
        left: 91.66666667%
    }
}

@media screen and (min-width: 64em) {
    .emotion--container.emotion--column-12 .col-l-1 {
        width: 8.33333333%
    }
    .emotion--container.emotion--column-12 .start-col-l-1 {
        left: 0%
    }
    .emotion--container.emotion--column-12 .col-l-2 {
        width: 16.66666667%
    }
    .emotion--container.emotion--column-12 .start-col-l-2 {
        left: 8.33333333%
    }
    .emotion--container.emotion--column-12 .col-l-3 {
        width: 25%
    }
    .emotion--container.emotion--column-12 .start-col-l-3 {
        left: 16.66666667%
    }
    .emotion--container.emotion--column-12 .col-l-4 {
        width: 33.33333333%
    }
    .emotion--container.emotion--column-12 .start-col-l-4 {
        left: 25%
    }
    .emotion--container.emotion--column-12 .col-l-5 {
        width: 41.66666667%
    }
    .emotion--container.emotion--column-12 .start-col-l-5 {
        left: 33.33333333%
    }
    .emotion--container.emotion--column-12 .col-l-6 {
        width: 50%
    }
    .emotion--container.emotion--column-12 .start-col-l-6 {
        left: 41.66666667%
    }
    .emotion--container.emotion--column-12 .col-l-7 {
        width: 58.33333333%
    }
    .emotion--container.emotion--column-12 .start-col-l-7 {
        left: 50%
    }
    .emotion--container.emotion--column-12 .col-l-8 {
        width: 66.66666667%
    }
    .emotion--container.emotion--column-12 .start-col-l-8 {
        left: 58.33333333%
    }
    .emotion--container.emotion--column-12 .col-l-9 {
        width: 75%
    }
    .emotion--container.emotion--column-12 .start-col-l-9 {
        left: 66.66666667%
    }
    .emotion--container.emotion--column-12 .col-l-10 {
        width: 83.33333333%
    }
    .emotion--container.emotion--column-12 .start-col-l-10 {
        left: 75%
    }
    .emotion--container.emotion--column-12 .col-l-11 {
        width: 91.66666667%
    }
    .emotion--container.emotion--column-12 .start-col-l-11 {
        left: 83.33333333%
    }
    .emotion--container.emotion--column-12 .col-l-12 {
        width: 100%
    }
    .emotion--container.emotion--column-12 .start-col-l-12 {
        left: 91.66666667%
    }
}

@media screen and (min-width: 78.75em) {
    .emotion--container.emotion--column-12 .col-xl-1 {
        width: 8.33333333%
    }
    .emotion--container.emotion--column-12 .start-col-xl-1 {
        left: 0%
    }
    .emotion--container.emotion--column-12 .col-xl-2 {
        width: 16.66666667%
    }
    .emotion--container.emotion--column-12 .start-col-xl-2 {
        left: 8.33333333%
    }
    .emotion--container.emotion--column-12 .col-xl-3 {
        width: 25%
    }
    .emotion--container.emotion--column-12 .start-col-xl-3 {
        left: 16.66666667%
    }
    .emotion--container.emotion--column-12 .col-xl-4 {
        width: 33.33333333%
    }
    .emotion--container.emotion--column-12 .start-col-xl-4 {
        left: 25%
    }
    .emotion--container.emotion--column-12 .col-xl-5 {
        width: 41.66666667%
    }
    .emotion--container.emotion--column-12 .start-col-xl-5 {
        left: 33.33333333%
    }
    .emotion--container.emotion--column-12 .col-xl-6 {
        width: 50%
    }
    .emotion--container.emotion--column-12 .start-col-xl-6 {
        left: 41.66666667%
    }
    .emotion--container.emotion--column-12 .col-xl-7 {
        width: 58.33333333%
    }
    .emotion--container.emotion--column-12 .start-col-xl-7 {
        left: 50%
    }
    .emotion--container.emotion--column-12 .col-xl-8 {
        width: 66.66666667%
    }
    .emotion--container.emotion--column-12 .start-col-xl-8 {
        left: 58.33333333%
    }
    .emotion--container.emotion--column-12 .col-xl-9 {
        width: 75%
    }
    .emotion--container.emotion--column-12 .start-col-xl-9 {
        left: 66.66666667%
    }
    .emotion--container.emotion--column-12 .col-xl-10 {
        width: 83.33333333%
    }
    .emotion--container.emotion--column-12 .start-col-xl-10 {
        left: 75%
    }
    .emotion--container.emotion--column-12 .col-xl-11 {
        width: 91.66666667%
    }
    .emotion--container.emotion--column-12 .start-col-xl-11 {
        left: 83.33333333%
    }
    .emotion--container.emotion--column-12 .col-xl-12 {
        width: 100%
    }
    .emotion--container.emotion--column-12 .start-col-xl-12 {
        left: 91.66666667%
    }
}

.emotion--container .is--hidden-s,
.emotion--container .is--hidden-m,
.emotion--container .is--hidden-l,
.emotion--container .is--hidden-xl {
    display: block
}

.emotion--container .is--hidden-xs {
    display: none
}

.emotion--container .emotion--sizer-s,
.emotion--container .emotion--sizer-m,
.emotion--container .emotion--sizer-l,
.emotion--container .emotion--sizer-xl {
    display: none
}

.emotion--container .emotion--sizer-xs {
    display: block
}

.emotion--container .emotion--sizer-xs ~ .emotion--sizer {
    display: none
}

@media screen and (min-width: 30em) {
    .emotion--container .is--hidden-xs,
    .emotion--container .is--hidden-m,
    .emotion--container .is--hidden-l,
    .emotion--container .is--hidden-xl {
        display: block
    }
    .emotion--container .is--hidden-s {
        display: none
    }
    .emotion--container .emotion--sizer-xs,
    .emotion--container .emotion--sizer-m,
    .emotion--container .emotion--sizer-l,
    .emotion--container .emotion--sizer-xl {
        display: none
    }
    .emotion--container .emotion--sizer-s {
        display: block
    }
    .emotion--container .emotion--sizer-s ~ .emotion--sizer {
        display: none
    }
}

@media screen and (min-width: 48em) {
    .emotion--container .is--hidden-xs,
    .emotion--container .is--hidden-s,
    .emotion--container .is--hidden-l,
    .emotion--container .is--hidden-xl {
        display: block
    }
    .emotion--container .is--hidden-m {
        display: none
    }
    .emotion--container .emotion--sizer-s,
    .emotion--container .emotion--sizer-xs,
    .emotion--container .emotion--sizer-l,
    .emotion--container .emotion--sizer-xl {
        display: none
    }
    .emotion--container .emotion--sizer-m {
        display: block
    }
    .emotion--container .emotion--sizer-m ~ .emotion--sizer {
        display: none
    }
}

@media screen and (min-width: 64em) {
    .emotion--container .is--hidden-xs,
    .emotion--container .is--hidden-s,
    .emotion--container .is--hidden-m,
    .emotion--container .is--hidden-xl {
        display: block
    }
    .emotion--container .is--hidden-l {
        display: none
    }
    .emotion--container .emotion--sizer-xs,
    .emotion--container .emotion--sizer-s,
    .emotion--container .emotion--sizer-m,
    .emotion--container .emotion--sizer-xl {
        display: none
    }
    .emotion--container .emotion--sizer-l {
        display: block
    }
    .emotion--container .emotion--sizer-l ~ .emotion--sizer {
        display: none
    }
}

@media screen and (min-width: 78.75em) {
    .emotion--container .is--hidden-xs,
    .emotion--container .is--hidden-s,
    .emotion--container .is--hidden-m,
    .emotion--container .is--hidden-l {
        display: block
    }
    .emotion--container .is--hidden-xl {
        display: none
    }
    .emotion--container .emotion--sizer-s,
    .emotion--container .emotion--sizer-xs,
    .emotion--container .emotion--sizer-m,
    .emotion--container .emotion--sizer-l {
        display: none
    }
    .emotion--container .emotion--sizer-xl {
        display: block
    }
    .emotion--container .emotion--sizer-xl ~ .emotion--sizer {
        display: none
    }
}

.emotion--element {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.emotion--container.emotion--mode-rows .emotion--element {
    position: relative;
    top: 0;
    left: 0;
    float: left;
    vertical-align: top
}

.emotion--banner {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden
}

.emotion--banner .banner--content {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-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);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    left: 0;
    top: 0
}

.emotion--banner .banner--content.left.center {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    top: 50%
}

.emotion--banner .banner--content.left.bottom {
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    left: 0;
    top: 100%
}

.emotion--banner .banner--content.center.top {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    top: 0
}

.emotion--banner .banner--content.center.bottom {
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    left: 50%;
    top: 100%
}

.emotion--banner .banner--content.right.top {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    left: 100%;
    top: 0
}

.emotion--banner .banner--content.right.center {
    -webkit-transform: translate(-100%, -50%);
    -moz-transform: translate(-100%, -50%);
    -o-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    left: 100%;
    top: 50%
}

.emotion--banner .banner--content.right.bottom {
    -webkit-transform: translate(-100%, -100%);
    -moz-transform: translate(-100%, -100%);
    -o-transform: translate(-100%, -100%);
    -ms-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);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    left: 0;
    top: 0;
    float: none
}

.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;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    position: relative;
    top: 0;
    left: 0;
    width: 100%
}

.emotion--banner-slider .banner-slider--title {
    padding: 10px 20px 10px 20px;
    padding: .625rem 1.25rem .625rem 1.25rem;
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    color: #fff;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.5);
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis
}

.emotion--banner-slider .banner-slider--container,
.emotion--banner-slider .banner-slider--slide {
    width: 100%;
    height: 100%
}

.emotion--banner-slider .banner-slider--container .arrow {
    display: block
}

.emotion--banner-slider .banner-slider--item {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.emotion--banner-slider .banner-slider--banner {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100
}

.emotion--banner-slider .banner-slider--image {
    width: 100%
}

.emotion--banner-slider .banner-slider--link {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden
}

.emotion--banner-slider .image-slider--dots {
    display: none
}

.emotion--product-slider {
    width: 100%;
    height: 100%;
    position: relative
}

.emotion--mode-rows .emotion--product-slider {
    height: 360px;
    height: 22.5rem
}

.emotion--product-slider .product-slider--title {
    height: 55px;
    height: 3.4375rem;
    position: relative;
    top: 0;
    left: 0;
    z-index: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.emotion--product-slider .product-slider--content {
    padding: 10px 10px 10px 10px;
    padding: .625rem .625rem .625rem .625rem;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 400
}

.emotion--product-slider .product-slider--title ~ .product-slider--content {
    padding-top: 65px;
    padding-top: 4.0625rem
}

.emotion--product-slider .product-slider--arrow.arrow--next {
    border-right: 0 none
}

.emotion--product-slider .product-slider--arrow.arrow--prev {
    border-left: 0 none
}

.emotion--product-slider .box--emotion {
    width: 100%;
    height: 100%;
    padding: 0;
    text-align: center
}

.emotion--product-slider .box--emotion .box--content {
    padding: 0;
    border: 0 none
}

.emotion--product-slider .box--emotion .product--info {
    height: 100%;
    position: relative;
    overflow: hidden
}

.emotion--product-slider .box--emotion .product--image {
    height: 60%;
    margin: 0 auto
}

.emotion--product-slider .box--emotion .product--details {
    max-height: 35%;
    width: 100%;
    margin-top: 5%
}

.emotion--product-slider .box--emotion .product--title {
    font-size: 14px;
    font-size: .875rem;
    font-weight: normal;
    white-space: normal
}

.emotion--product-slider .box--emotion .product--price-info .price--unit {
    height: 15px;
    height: .9375rem;
    font-size: 10px;
    font-size: .625rem
}

.emotion--product-slider .box--emotion .product--price .price--default {
    font-size: 14px;
    font-size: .875rem
}

.emotion--product {
    width: 100%;
    height: 100%
}

.emotion--mode-rows .emotion--product {
    height: 360px;
    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: 10px 10px 10px 10px;
    padding: .625rem .625rem .625rem .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: 360px;
    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: 10px 20px 10px 20px;
    padding: .625rem 1.25rem .625rem 1.25rem;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-weight: 600;
    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: 260px;
    height: 16.25rem
}

.emotion--manufacturer .manufacturer--title {
    height: 55px;
    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: 10px 20px 10px 20px;
    padding: .625rem 1.25rem .625rem 1.25rem;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 400
}

.emotion--manufacturer .manufacturer--title ~ .manufacturer--content {
    padding-top: 65px;
    padding-top: 4.0625rem
}

.emotion--manufacturer .manufacturer--slider {
    height: 100%
}

.emotion--manufacturer .manufacturer--slider .arrow--next {
    right: -20px;
    right: -1.25rem;
    border-right: 0 none
}

.emotion--manufacturer .manufacturer--slider .arrow--prev {
    left: -20px;
    left: -1.25rem;
    border-left: 0 none
}

.emotion--manufacturer .manufacturer--item {
    padding: 10px 15px 10px 15px;
    padding: .625rem .9375rem .625rem .9375rem;
    text-align: center;
    vertical-align: middle
}

.emotion--manufacturer .manufacturer--link {
    font-size: 18px;
    font-size: 1.125rem;
    display: block;
    width: 100%;
    height: 100%;
    color: #000;
    font-weight: 600;
    position: relative
}

.emotion--manufacturer .manufacturer--link:hover {
    color: #0093d0
}

.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: 360px;
    height: 22.5rem
}

.emotion--video {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative
}

.emotion--mode-rows .emotion--video {
    height: auto
}

.emotion--mode-rows .emotion--video .video--element {
    height: auto;
    position: relative
}

.emotion--video video::-moz-media-controls,
.emotion--video video::-webkit-media-controls {
    bottom: 15%
}

.emotion--video .video--element {
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000
}

.emotion--video .video--cover {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1300;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;
    text-align: center
}

.emotion--video .video--cover .video--play-icon {
    width: 100px;
    width: 6.25rem;
    height: 100px;
    height: 6.25rem;
    font-size: 100px;
    font-size: 6.25rem;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    color: #fff
}

.emotion--video .video--play-btn {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    top: 25px;
    top: 1.5625rem;
    right: 25px;
    right: 1.5625rem;
    line-height: 40px;
    line-height: 2.5rem;
    font-size: 21px;
    font-size: 1.3125rem;
    width: 42px;
    width: 2.625rem;
    height: 42px;
    height: 2.625rem;
    border-radius: 100%;
    background-clip: padding-box;
    position: absolute;
    cursor: pointer;
    color: #fff;
    border: 2px solid #fff;
    text-align: center;
    z-index: 1200
}

.emotion--video .video--text {
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1100;
    color: #fff;
    text-align: center
}

.emotion--video .video--text.no--events {
    pointer-events: none
}

.emotion--iframe {
    width: 100%;
    height: 100%
}

.emotion--mode-rows .emotion--iframe {
    height: 360px;
    height: 22.5rem
}

.emotion--blog {
    width: 100%;
    height: 100%;
    overflow: auto
}

.emotion--mode-rows .emotion--blog {
    height: auto
}

.emotion--mode-rows .emotion--blog .blog--image {
    height: 160px;
    height: 10rem
}

.emotion--blog .blog--container {
    height: 100%;
    margin: 0 0 0 -1%
}

.emotion--blog .blog--entry {
    height: 100%;
    padding-left: 1%
}

.emotion--blog .blog--image {
    height: 40%;
    width: 100%;
    display: block;
    background-position: center center;
    background-size: cover;
    margin-bottom: 2%
}

.emotion--blog .blog--title {
    font-size: 14px;
    font-size: .875rem;
    display: block;
    font-weight: bold;
    color: #000;
    margin-bottom: 2%
}

.emotion--blog .blog--title:hover {
    color: #0093d0
}

.emotion--blog .blog--description {
    font-size: 14px;
    font-size: .875rem;
    line-height: 20px;
    line-height: 1.25rem;
    color: #000;
    height: auto;
    max-height: 60%
}

.emotion--html {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: auto
}

.emotion--mode-rows .emotion--html {
    height: auto
}

.emotion--html .html--content:last-child {
    margin-bottom: 0
}

@media screen and (min-width: 48em) {
    .emotion--blog {
        overflow: hidden
    }
}

@media screen and (min-width: 78.75em) {
    .emotion--banner-slider .image-slider--dots {
        bottom: 10px;
        bottom: .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: 0px 2px 0px 2px;
        margin: 0rem .125rem 0rem .125rem;
        width: 20px;
        width: 1.25rem;
        height: 20px;
        height: 1.25rem;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        background: #000;
        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: #0093d0;
        background-clip: padding-box
    }
}

textarea,
input[type="text"],
input[type="search"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 3px;
    background-clip: padding-box;
    box-sizing: border-box;
    line-height: 19px;
    line-height: 1.1875rem;
    font-size: 14px;
    font-size: .875rem;
    width: 290px;
    width: 18.125rem;
    padding: 10px 10px 9px 10px;
    padding: .625rem .625rem .5625rem .625rem;
    box-shadow: inset 0 1px 1px #d9d9d9;
    background: #f2f2f2;
    border: 1px solid #d9d9d9;
    border-top-color: #ccc;
    color: #262626;
    text-align: left
}

textarea:focus,
input[type="text"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus {
    box-shadow: 0 0 0 transparent;
    outline: none;
    border-color: #0093d0;
    background: #fff;
    color: #000
}

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: #e74c3c;
    background: #faeceb;
    border-color: #e74c3c
}

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: 10px;
    margin-bottom: .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: 34px;
    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: 38px;
    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: 42px;
    height: 2.625rem
}

textarea {
    resize: vertical
}

label {
    font-size: 14px;
    font-size: .875rem;
    color: #000
}

label.has--error {
    color: #e74c3c;
    background: #faeceb
}

.js--fancy-select {
    border-radius: 3px;
    background-clip: padding-box;
    box-sizing: border-box;
    width: 290px;
    width: 18.125rem;
    line-height: 40px;
    line-height: 2.5rem;
    background-color: #fff;
    background-image: -ms-linear-gradient(top, #fff, #f2f2f2);
    background-image: linear-gradient(to bottom, #fff 0%, #f2f2f2 100%);
    display: inline-block;
    position: relative;
    border: 1px solid #d9d9d9;
    overflow: hidden;
    cursor: pointer;
    text-align: left
}

.js--fancy-select:after {
    content: "";
    display: table;
    clear: both
}

.js--fancy-select:hover {
    color: #0093d0;
    border-color: #0093d0;
    background: #fff
}

.js--fancy-select.js--is--focused {
    color: #0093d0;
    border-color: #0093d0
}

.js--fancy-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    display: block;
    cursor: pointer;
    z-index: 1000
}

.js--fancy-select select option {
    color: #000
}

.js--fancy-select select:focus {
    outline: none
}

.js--fancy-select .js--fancy-select-text {
    padding: 0px 40px 0px 10px;
    padding: 0rem 2.5rem 0rem .625rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.js--fancy-select .js--fancy-select-trigger {
    width: 30px;
    width: 1.875rem;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #d9d9d9;
    text-align: center;
    font-weight: bold
}

.js--fancy-select.is--disabled {
    opacity: .5
}

.js--fancy-select.is--disabled select {
    cursor: not-allowed
}

.js--fancy-select.has--error {
    color: #e74c3c;
    border-color: #e74c3c;
    background: #faeceb
}

.js--fancy-select.has--error .js--fancy-select-trigger {
    border-color: #e74c3c
}

.js--fancy-select.has--error .js--fancy-select-text {
    border-color: #fdf3f2
}

@media screen and (min-width: 48em) {
    .input--field {
        margin-bottom: 15px;
        margin-bottom: .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: 15px;
        margin-bottom: .9375rem
    }
}

@font-face {
    font-family: 'shopware';
    src: url('shopware.eot?201706221543');
    src: url('shopware.eot?#201706221543') format('embedded-opentype'), url('shopware.woff?201706221543') format('woff'), url('shopware.ttf?201706221543') format('truetype'), url('shopware.svg?201706221543') format('svg');
    font-weight: normal;
    font-style: normal
}

[class^="icon--"],
[class*=" icon--"] {
    font-family: 'shopware';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon--percent2:before {
    content: "\e723"
}

.icon--percent:before {
    content: "\e722"
}

.icon--coupon:before {
    content: "\e71c"
}

.icon--truck:before {
    content: "\e71d"
}

.icon--logout:before {
    content: "\e614"
}

.icon--grid:before {
    content: "\e615"
}

.icon--filter:before {
    content: "\e616"
}

.icon--clock:before {
    content: "\e617"
}

.icon--arrow-up:before {
    content: "\e610"
}

.icon--arrow-right:before {
    content: "\e60f"
}

.icon--arrow-left:before {
    content: "\e611"
}

.icon--arrow-down:before {
    content: "\e612"
}

.icon--star:before {
    content: "\e600"
}

.icon--star-half:before {
    content: "\e71e"
}

.icon--star-empty:before {
    content: "\e601"
}

.icon--shopware:before {
    content: "\e602"
}

.icon--service:before {
    content: "\e603"
}

.icon--search:before {
    content: "\e604"
}

.icon--numbered-list:before {
    content: "\e605"
}

.icon--menu:before {
    content: "\e606"
}

.icon--mail:before {
    content: "\e607"
}

.icon--list:before {
    content: "\e608"
}

.icon--layout:before {
    content: "\e609"
}

.icon--heart:before {
    content: "\e60a"
}

.icon--cross:before {
    content: "\e60d"
}

.icon--compare:before {
    content: "\e60b"
}

.icon--check:before {
    content: "\e60c"
}

.icon--basket:before {
    content: "\e60e"
}

.icon--account:before {
    content: "\e613"
}

.icon--chain:before {
    content: "\f0c1"
}

.icon--delicious:before {
    content: "\f1a5"
}

.icon--delicious2:before {
    content: "\e721"
}

.icon--digg:before {
    content: "\f1a6"
}

.icon--phone:before {
    content: "\e619"
}

.icon--mobile:before {
    content: "\e61d"
}

.icon--mouse:before {
    content: "\e61e"
}

.icon--directions:before {
    content: "\e61f"
}

.icon--paperplane:before {
    content: "\e620"
}

.icon--pencil:before {
    content: "\e618"
}

.icon--feather:before {
    content: "\e621"
}

.icon--paperclip:before {
    content: "\e622"
}

.icon--drawer:before {
    content: "\e623"
}

.icon--reply:before {
    content: "\e624"
}

.icon--reply-all:before {
    content: "\e625"
}

.icon--forward:before {
    content: "\e626"
}

.icon--users:before {
    content: "\e627"
}

.icon--user-add:before {
    content: "\e628"
}

.icon--vcard:before {
    content: "\e629"
}

.icon--export:before {
    content: "\e62a"
}

.icon--location:before {
    content: "\e62b"
}

.icon--map:before {
    content: "\e62c"
}

.icon--compass:before {
    content: "\e62d"
}

.icon--location2:before {
    content: "\e62e"
}

.icon--target:before {
    content: "\e62f"
}

.icon--share:before {
    content: "\e630"
}

.icon--sharable:before {
    content: "\e631"
}

.icon--thumbsup:before {
    content: "\e632"
}

.icon--thumbsdown:before {
    content: "\e633"
}

.icon--chat:before {
    content: "\e634"
}

.icon--comment:before {
    content: "\e61a"
}

.icon--quote:before {
    content: "\e635"
}

.icon--house:before {
    content: "\e636"
}

.icon--popup:before {
    content: "\e637"
}

.icon--flashlight:before {
    content: "\e638"
}

.icon--printer:before {
    content: "\e639"
}

.icon--bell:before {
    content: "\e63a"
}

.icon--link:before {
    content: "\e63b"
}

.icon--flag:before {
    content: "\e63c"
}

.icon--cog:before {
    content: "\e63d"
}

.icon--tools:before {
    content: "\e63e"
}

.icon--trophy:before {
    content: "\e63f"
}

.icon--tag:before {
    content: "\e640"
}

.icon--camera:before {
    content: "\e641"
}

.icon--megaphone:before {
    content: "\e642"
}

.icon--moon:before {
    content: "\e643"
}

.icon--palette:before {
    content: "\e644"
}

.icon--leaf:before {
    content: "\e645"
}

.icon--music:before {
    content: "\e646"
}

.icon--music2:before {
    content: "\e647"
}

.icon--new:before {
    content: "\e648"
}

.icon--graduation:before {
    content: "\e649"
}

.icon--book:before {
    content: "\e64a"
}

.icon--newspaper:before {
    content: "\e64b"
}

.icon--bag:before {
    content: "\e64c"
}

.icon--airplane:before {
    content: "\e64d"
}

.icon--lifebuoy:before {
    content: "\e64e"
}

.icon--eye:before {
    content: "\e64f"
}

.icon--clock2:before {
    content: "\e650"
}

.icon--microphone:before {
    content: "\e651"
}

.icon--calendar:before {
    content: "\e652"
}

.icon--bolt:before {
    content: "\e653"
}

.icon--thunder:before {
    content: "\e654"
}

.icon--droplet:before {
    content: "\e655"
}

.icon--cd:before {
    content: "\e656"
}

.icon--briefcase:before {
    content: "\e657"
}

.icon--air:before {
    content: "\e658"
}

.icon--hourglass:before {
    content: "\e659"
}

.icon--gauge:before {
    content: "\e65a"
}

.icon--language:before {
    content: "\e65b"
}

.icon--network:before {
    content: "\e65c"
}

.icon--key:before {
    content: "\e65d"
}

.icon--battery:before {
    content: "\e65e"
}

.icon--bucket:before {
    content: "\e65f"
}

.icon--magnet:before {
    content: "\e660"
}

.icon--drive:before {
    content: "\e661"
}

.icon--cup:before {
    content: "\e662"
}

.icon--rocket:before {
    content: "\e663"
}

.icon--brush:before {
    content: "\e664"
}

.icon--suitcase:before {
    content: "\e665"
}

.icon--cone:before {
    content: "\e666"
}

.icon--earth:before {
    content: "\e667"
}

.icon--keyboard:before {
    content: "\e668"
}

.icon--browser:before {
    content: "\e669"
}

.icon--publish:before {
    content: "\e66a"
}

.icon--progress-3:before {
    content: "\e66b"
}

.icon--progress-2:before {
    content: "\e66c"
}

.icon--progress-1:before {
    content: "\e66d"
}

.icon--brogress-1:before {
    content: "\e66d"
}

.icon--progress-0:before {
    content: "\e66e"
}

.icon--sun:before {
    content: "\e66f"
}

.icon--sun2:before {
    content: "\e670"
}

.icon--adjust:before {
    content: "\e671"
}

.icon--code:before {
    content: "\e672"
}

.icon--screen:before {
    content: "\e673"
}

.icon--infinity:before {
    content: "\e674"
}

.icon--light-bulb:before {
    content: "\e675"
}

.icon--creditcard:before {
    content: "\e676"
}

.icon--database:before {
    content: "\e677"
}

.icon--voicemail:before {
    content: "\e678"
}

.icon--clipboard:before {
    content: "\e679"
}

.icon--box:before {
    content: "\e67a"
}

.icon--ticket:before {
    content: "\e67b"
}

.icon--rss:before {
    content: "\e67c"
}

.icon--signal:before {
    content: "\e67d"
}

.icon--thermometer:before {
    content: "\e67e"
}

.icon--droplets:before {
    content: "\e67f"
}

.icon--uniE680:before {
    content: "\e680"
}

.icon--statistics:before {
    content: "\e681"
}

.icon--pie:before {
    content: "\e682"
}

.icon--bars:before {
    content: "\e683"
}

.icon--graph:before {
    content: "\e684"
}

.icon--lock:before {
    content: "\e685"
}

.icon--lock-open:before {
    content: "\e686"
}

.icon--login:before {
    content: "\e687"
}

.icon--minus:before {
    content: "\e688"
}

.icon--plus:before {
    content: "\e689"
}

.icon--cross2:before {
    content: "\e68a"
}

.icon--minus2:before {
    content: "\e68b"
}

.icon--plus2:before {
    content: "\e68c"
}

.icon--cross3:before {
    content: "\e68d"
}

.icon--minus3:before {
    content: "\e68e"
}

.icon--plus3:before {
    content: "\e68f"
}

.icon--erase:before {
    content: "\e690"
}

.icon--blocked:before {
    content: "\e691"
}

.icon--info:before {
    content: "\e61b"
}

.icon--info2:before {
    content: "\e692"
}

.icon--question:before {
    content: "\e693"
}

.icon--help:before {
    content: "\e694"
}

.icon--warning:before {
    content: "\e695"
}

.icon--cycle:before {
    content: "\e696"
}

.icon--cw:before {
    content: "\e697"
}

.icon--ccw:before {
    content: "\e698"
}

.icon--shuffle:before {
    content: "\e699"
}

.icon--arrow:before {
    content: "\e69a"
}

.icon--arrow2:before {
    content: "\e69b"
}

.icon--retweet:before {
    content: "\e69c"
}

.icon--loop:before {
    content: "\e69d"
}

.icon--history:before {
    content: "\e69e"
}

.icon--back:before {
    content: "\e69f"
}

.icon--list2:before {
    content: "\e6a0"
}

.icon--add-to-list:before {
    content: "\e6a1"
}

.icon--layout2:before {
    content: "\e6a2"
}

.icon--list3:before {
    content: "\e6a3"
}

.icon--text:before {
    content: "\e6a4"
}

.icon--text2:before {
    content: "\e6a5"
}

.icon--document:before {
    content: "\e6a6"
}

.icon--docs:before {
    content: "\e6a7"
}

.icon--landscape:before {
    content: "\e6a8"
}

.icon--pictures:before {
    content: "\e6a9"
}

.icon--video:before {
    content: "\e6aa"
}

.icon--music3:before {
    content: "\e6ab"
}

.icon--folder:before {
    content: "\e6ac"
}

.icon--archive:before {
    content: "\e6ad"
}

.icon--trash:before {
    content: "\e6ae"
}

.icon--upload:before {
    content: "\e6af"
}

.icon--download:before {
    content: "\e6b0"
}

.icon--disk:before {
    content: "\e6b1"
}

.icon--install:before {
    content: "\e61c"
}

.icon--cloud:before {
    content: "\e6b2"
}

.icon--upload2:before {
    content: "\e6b3"
}

.icon--bookmark:before {
    content: "\e6b4"
}

.icon--bookmarks:before {
    content: "\e6b5"
}

.icon--book2:before {
    content: "\e6b6"
}

.icon--play:before {
    content: "\e6b7"
}

.icon--pause:before {
    content: "\e6b8"
}

.icon--record:before {
    content: "\e6b9"
}

.icon--stop:before {
    content: "\e6ba"
}

.icon--next:before {
    content: "\e6bb"
}

.icon--previous:before {
    content: "\e6bc"
}

.icon--first:before {
    content: "\e6bd"
}

.icon--last:before {
    content: "\e6be"
}

.icon--resize-enlarge:before {
    content: "\e6bf"
}

.icon--resize-shrink:before {
    content: "\e6c0"
}

.icon--volume:before {
    content: "\e6c1"
}

.icon--sound:before {
    content: "\e6c2"
}

.icon--mute:before {
    content: "\e6c3"
}

.icon--flow-cascade:before {
    content: "\e6c4"
}

.icon--flow-branch:before {
    content: "\e6c5"
}

.icon--flow-tree:before {
    content: "\e6c6"
}

.icon--flow-line:before {
    content: "\e6c7"
}

.icon--flow-parallel:before {
    content: "\e6c8"
}

.icon--arrow-left2:before {
    content: "\e6c9"
}

.icon--arrow-down2:before {
    content: "\e6ca"
}

.icon--arrow-up-upload:before {
    content: "\e6cb"
}

.icon--arrow-right2:before {
    content: "\e6cc"
}

.icon--arrow-left3:before {
    content: "\e6cd"
}

.icon--arrow-down3:before {
    content: "\e6ce"
}

.icon--arrow-up2:before {
    content: "\e6cf"
}

.icon--arrow-right3:before {
    content: "\e6d0"
}

.icon--arrow-left4:before {
    content: "\e6d1"
}

.icon--arrow-down4:before {
    content: "\e6d2"
}

.icon--arrow-up3:before {
    content: "\e6d3"
}

.icon--arrow-right4:before {
    content: "\e6d4"
}

.icon--arrow-left5:before {
    content: "\e6d5"
}

.icon--arrow-down5:before {
    content: "\e6d6"
}

.icon--arrow-up4:before {
    content: "\e6d7"
}

.icon--arrow-right5:before {
    content: "\e6d8"
}

.icon--arrow-left6:before {
    content: "\e6d9"
}

.icon--arrow-down6:before {
    content: "\e6da"
}

.icon--arrow-up5:before {
    content: "\e6db"
}

.icon--arrow-right6:before {
    content: "\e6dc"
}

.icon--menu2:before {
    content: "\e6dd"
}

.icon--ellipsis:before {
    content: "\e6de"
}

.icon--dots:before {
    content: "\e6df"
}

.icon--dot:before {
    content: "\e6e0"
}

.icon--cc:before {
    content: "\e6e1"
}

.icon--cc-by:before {
    content: "\e6e2"
}

.icon--cc-nc:before {
    content: "\e6e3"
}

.icon--cc-nc-eu:before {
    content: "\e6e4"
}

.icon--cc-nc-jp:before {
    content: "\e6e5"
}

.icon--cc-sa:before {
    content: "\e6e6"
}

.icon--cc-nd:before {
    content: "\e6e7"
}

.icon--cc-pd:before {
    content: "\e6e8"
}

.icon--cc-zero:before {
    content: "\e6e9"
}

.icon--cc-share:before {
    content: "\e6ea"
}

.icon--cc-share2:before {
    content: "\e6eb"
}

.icon--danielbruce:before {
    content: "\e6ec"
}

.icon--danielbruce2:before {
    content: "\e6ed"
}

.icon--github:before {
    content: "\e6ee"
}

.icon--github2:before {
    content: "\e6ef"
}

.icon--flickr:before {
    content: "\e6f0"
}

.icon--flickr2:before {
    content: "\e6f1"
}

.icon--vimeo:before {
    content: "\e6f2"
}

.icon--vimeo2:before {
    content: "\e6f3"
}

.icon--twitter:before {
    content: "\e6f4"
}

.icon--twitter2:before {
    content: "\e6f5"
}

.icon--facebook:before {
    content: "\e6f6"
}

.icon--facebook2:before {
    content: "\e6f7"
}

.icon--facebook3:before {
    content: "\e6f8"
}

.icon--googleplus:before {
    content: "\e6f9"
}

.icon--googleplus2:before {
    content: "\e6fa"
}

.icon--pinterest:before {
    content: "\e6fb"
}

.icon--pinterest2:before {
    content: "\e6fc"
}

.icon--tumblr:before {
    content: "\e6fd"
}

.icon--tumblr2:before {
    content: "\e6fe"
}

.icon--linkedin:before {
    content: "\e6ff"
}

.icon--linkedin2:before {
    content: "\e700"
}

.icon--dribbble:before {
    content: "\e701"
}

.icon--dribbble2:before {
    content: "\e702"
}

.icon--stumbleupon:before {
    content: "\e703"
}

.icon--stumbleupon2:before {
    content: "\e704"
}

.icon--lastfm:before {
    content: "\e705"
}

.icon--lastfm2:before {
    content: "\e706"
}

.icon--rdio:before {
    content: "\e707"
}

.icon--rdio2:before {
    content: "\e708"
}

.icon--spotify:before {
    content: "\e709"
}

.icon--spotify2:before {
    content: "\e70a"
}

.icon--qq:before {
    content: "\e70b"
}

.icon--instagram:before {
    content: "\e70c"
}

.icon--dropbox:before {
    content: "\e70d"
}

.icon--evernote:before {
    content: "\e70e"
}

.icon--flattr:before {
    content: "\e70f"
}

.icon--skype:before {
    content: "\e710"
}

.icon--skype2:before {
    content: "\e711"
}

.icon--renren:before {
    content: "\e712"
}

.icon--sina-weibo:before {
    content: "\e713"
}

.icon--paypal:before {
    content: "\e714"
}

.icon--picasa:before {
    content: "\e715"
}

.icon--soundcloud:before {
    content: "\e716"
}

.icon--mixi:before {
    content: "\e717"
}

.icon--behance:before {
    content: "\e718"
}

.icon--circles:before {
    content: "\e719"
}

.icon--vk:before {
    content: "\e71a"
}

.icon--smashing:before {
    content: "\e71b"
}

.icon--feed:before {
    content: "\e71f"
}

.icon--feed2:before {
    content: "\e720"
}

.navigation--list {
    list-style: none
}

.off-canvas {
    -webkit-transition: all .45s cubic-bezier(.3, 0, .15, 1);
    -moz-transition: all .45s cubic-bezier(.3, 0, .15, 1);
    -ms-transition: all .45s cubic-bezier(.3, 0, .15, 1);
    -o-transition: all .45s cubic-bezier(.3, 0, .15, 1);
    transition: all .45s cubic-bezier(.3, 0, .15, 1);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 280px;
    width: 17.5rem;
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    display: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 8000
}

.off-canvas.is--left {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    left: 0
}

.off-canvas.is--right {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    right: 0
}

.off-canvas.is--active {
    display: block
}

.off-canvas.is--open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.off-canvas.is--full-screen {
    width: 100%
}

.off-canvas.no--transitions {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none
}

.off-canvas .buttons--off-canvas {
    display: block
}

.off-canvas .close--off-canvas {
    padding: 2px 10px 2px 10px;
    padding: .125rem .625rem .125rem .625rem;
    line-height: 38px;
    line-height: 2.375rem;
    background-color: #000;
    background-image: -ms-linear-gradient(top, #000, #000);
    background-image: linear-gradient(to bottom, #000 0%, #000 100%);
    display: block;
    color: #fff;
    font-weight: bold;
    cursor: pointer
}

.off-canvas .close--off-canvas:after {
    content: "";
    display: table;
    clear: both
}

.off-canvas .close--off-canvas .icon--arrow-left {
    margin: 0px 10px 0px 0px;
    margin: 0rem .625rem 0rem 0rem;
    font-size: 11px;
    font-size: .6875rem
}

.off-canvas .link--go-main {
    font-size: 16px;
    font-size: 1rem;
    padding: 10px 10px 10px 10px;
    padding: .625rem .625rem .625rem .625rem;
    height: 42px;
    height: 2.625rem;
    font-weight: 700;
    display: block;
    width: 100%
}

.off-canvas .link--go-main .icon--menu {
    font-size: 20px;
    font-size: 1.25rem;
    margin-right: 10px;
    margin-right: .625rem;
    float: left
}

.off-canvas .sidebar--navigation .navigation--link {
    padding: 2px 10px 2px 10px;
    padding: .125rem .625rem .125rem .625rem;
    line-height: 38px;
    line-height: 2.375rem
}

.off-canvas .sidebar--navigation .navigation--link .is--icon-right {
    margin-top: 0
}

.off-canvas .sidebar--navigation .navigation--link .is--icon-left {
    margin: 0px 10px 0px 0px;
    margin: 0rem .625rem 0rem 0rem;
    float: left
}

.buttons--off-canvas {
    display: none
}

.page-wrap {
    -webkit-transition: left 400ms cubic-bezier(.16, .04, .14, 1);
    -moz-transition: left 400ms cubic-bezier(.16, .04, .14, 1);
    -ms-transition: left 400ms cubic-bezier(.16, .04, .14, 1);
    -o-transition: left 400ms cubic-bezier(.16, .04, .14, 1);
    transition: left 400ms cubic-bezier(.16, .04, .14, 1);
    position: relative;
    left: 0
}

.navigation--smartphone .navigation--entry {
    padding: 12px 10px 12px 10px;
    padding: .75rem .625rem .75rem .625rem;
    background: #fff
}

.navigation--smartphone .navigation--link {
    display: block
}

.navigation--smartphone .entry--close-off-canvas {
    padding: 2px 10px 2px 10px;
    padding: .125rem .625rem .125rem .625rem;
    line-height: 38px;
    line-height: 2.375rem;
    background-color: #000;
    background-image: -ms-linear-gradient(top, #000, #000);
    background-image: linear-gradient(to bottom, #000 0%, #000 100%)
}

.navigation--smartphone .entry--close-off-canvas .navigation--link {
    font-size: 14px;
    font-size: .875rem;
    color: #f2f2f2;
    font-weight: bold
}

.navigation--smartphone .entry--close-off-canvas .navigation--link:after {
    content: "";
    display: table;
    clear: both
}

.navigation--smartphone .entry--close-off-canvas .navigation--link:active {
    color: #e5e5e5
}

.navigation--smartphone .entry--close-off-canvas .icon--arrow-right {
    margin: 12px 0px 0px 0px;
    margin: .75rem 0rem 0rem 0rem;
    font-size: 11px;
    font-size: .6875rem;
    float: right
}

.navigation--headline,
.sidebar--navigation {
    margin: 0px 10px 0px 10px;
    margin: 0rem .625rem 0rem .625rem
}

.navigation--headline {
    margin: 16px 10px 6px 10px;
    margin: 1rem .625rem .375rem .625rem;
    line-height: 26px;
    line-height: 1.625rem;
    color: #000;
    font-weight: 700;
    font-size: 1em
}

.sidebar--navigation {
    border-radius: 3px;
    background-clip: padding-box;
    background: #fff;
    border: 1px solid #d9d9d9
}

.sidebar--navigation .navigation--entry {
    border-bottom: 1px solid #d9d9d9
}

.sidebar--navigation .navigation--entry:last-child {
    border-bottom: 0 none
}

.sidebar--navigation .navigation--link {
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis
}

@media screen and (min-width: 48em) {
    .off-canvas {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-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: 10px 10px 10px 10px;
        padding: .625rem .625rem .625rem .625rem;
        line-height: inherit
    }
    .off-canvas .account--menu .navigation--link {
        padding: 5px 0px 5px 0px;
        padding: .3125rem 0rem .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
    }
}

.panel {
    display: block;
    background: #fff
}

.panel.has--shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1)
}

.panel.has--border {
    border: 1px solid #d9d9d9
}

.panel--header {
    padding: 10px 10px 10px 10px;
    padding: .625rem .625rem .625rem .625rem;
    font-size: 14px;
    font-size: .875rem;
    background: #f2f2f2;
    display: block;
    margin: 0;
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid #d9d9d9
}

.panel--header.secondary {
    color: #000;
    background: #fff
}

.panel--header.primary {
    color: #0093d0;
    background: #fff
}

.panel--title {
    padding: 20px 0px 0px 0px;
    padding: 1.25rem 0rem 0rem 0rem;
    margin: 0px 20px 0px 20px;
    margin: 0rem 1.25rem 0rem 1.25rem;
    font-size: 16px;
    font-size: 1rem;
    display: block;
    font-weight: bold;
    color: #000
}

.panel--title.is--underline {
    padding: 20px 0px 10px 0px;
    padding: 1.25rem 0rem .625rem 0rem;
    border-bottom: 1px solid #d9d9d9;
    text-decoration: none !important
}

.panel--title.is--secondary {
    color: #000
}

.panel--title.is--primary {
    color: #0093d0
}

.panel--body {
    padding: 10px 10px 10px 10px;
    padding: .625rem .625rem .625rem .625rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 24px;
    line-height: 1.5rem;
    display: block;
    position: relative
}

.panel--body.has--border {
    border: 1px solid #d9d9d9
}

.panel--body.is--slim {
    padding: 5px 5px 5px 5px;
    padding: .3125rem .3125rem .3125rem .3125rem
}

.panel--body.is--wide {
    padding: 20px 20px 20px 20px;
    padding: 1.25rem 1.25rem 1.25rem 1.25rem
}

.panel--body.is--flat {
    background: #e5e5e5
}

.panel--body.is--embossed {
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
    background: #e5e5e5
}

.panel--actions {
    padding: 10px 10px 10px 10px;
    padding: .625rem .625rem .625rem .625rem;
    line-height: 40px;
    line-height: 2.5rem;
    display: block
}

.panel--actions.has--border {
    margin: 10px 0px 0px 0px;
    margin: .625rem 0rem 0rem 0rem;
    padding: 10px 0px 0px 0px;
    padding: .625rem 0rem 0rem 0rem;
    border-top: 1px solid #d9d9d9
}

.panel--actions.is--slim {
    padding: 5px 5px 5px 5px;
    padding: .3125rem .3125rem .3125rem .3125rem
}

.panel--actions.is--wide {
    padding: 20px 20px 20px 20px;
    padding: 1.25rem 1.25rem 1.25rem 1.25rem
}

.panel--actions .btn {
    margin: 0px 6px 0px 0px;
    margin: 0rem .375rem 0rem 0rem
}

.panel--table {
    width: 100%;
    display: block;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show
}

.panel--table:after {
    content: "";
    display: table;
    clear: both
}

.panel--table.has--border {
    border: 1px solid #d9d9d9
}

.panel--tr {
    display: block;
    width: 100%;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #d9d9d9
}

.panel--tr:after {
    content: "";
    display: table;
    clear: both
}

.panel--tr:last-child {
    border-width: 0
}

.panel--tr.is--odd {
    background: #f5f5f5
}

.panel--tr.is--secondary {
    background: #f5f5f5
}

.panel--tr.is--primary {
    color: #0093d0
}

.panel--th,
.panel--td {
    padding: 10px 10px 10px 10px;
    padding: .625rem .625rem .625rem .625rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 24px;
    line-height: 1.5rem;
    display: inline-block;
    float: left
}

.panel--th:after,
.panel--td:after {
    content: "";
    display: table;
    clear: both
}

.panel--th.has--border,
.panel--td.has--border {
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #d9d9d9
}

.panel--th.has--border:last-child,
.panel--td.has--border:last-child {
    border-width: 0
}

.panel--th p,
.panel--td p {
    margin: 0
}

.panel--th {
    font-weight: bold;
    color: #000
}

.panel--list {
    list-style: none
}

.panel--list.has--border {
    border: 1px solid #d9d9d9
}

.panel--list li {
    padding: 10px 10px 10px 10px;
    padding: .625rem .625rem .625rem .625rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 24px;
    line-height: 1.5rem;
    border-bottom: 1px solid #d9d9d9
}

.panel--list li:last-child {
    border-bottom: 0 none
}

.panel--list li.is--secondary {
    background: #e5e5e5
}

.panel--list li.is--primary {
    color: #0093d0
}

.panel--arrow {
    width: 22px;
    width: 1.375rem;
    height: 30px;
    height: 1.875rem;
    margin-top: -15px;
    margin-top: -0.9375rem;
    line-height: 28px;
    line-height: 1.75rem;
    font-size: 12px;
    font-size: .75rem;
    display: none;
    position: absolute;
    top: 50%;
    z-index: 2000;
    font-family: 'shopware';
    text-align: center;
    color: #000
}

.panel--arrow.has--background {
    border-radius: 3px;
    background-clip: padding-box;
    background-color: #fff;
    background-image: -ms-linear-gradient(top, #fff, #f2f2f2);
    background-image: linear-gradient(to bottom, #fff 0%, #f2f2f2 100%);
    border: 1px solid #d9d9d9
}

.panel--arrow.left--arrow {
    left: 10px;
    left: .625rem
}

.panel--arrow.left--arrow:before,
.panel--arrow.left--arrow::before {
    content: "\e611"
}

.panel--arrow.right--arrow {
    right: 10px;
    right: .625rem
}

.panel--arrow.right--arrow:before {
    content: "\e60f"
}

.panel--arrow:hover {
    color: #0093d0
}

.panel--dot-nav {
    height: 11px;
    height: .6875rem;
    position: relative
}

.panel--dot-nav .dot--link,
.panel--dot-nav a {
    border-radius: 11px;
    background-clip: padding-box;
    margin: 0px 5px 0px 5px;
    margin: 0rem .3125rem 0rem .3125rem;
    width: 11px;
    width: .6875rem;
    height: 11px;
    height: .6875rem;
    display: inline-block;
    border: 1px solid #d9d9d9
}

.panel--dot-nav .dot--link.is--active,
.panel--dot-nav a.is--active {
    border-color: #0093d0;
    background: #0093d0
}

.panel--tab-nav {
    list-style: none
}

.panel--tab-nav .navigation--entry {
    display: inline-block
}

.panel--tab-nav .navigation--link {
    padding: 10px 15px 10px 15px;
    padding: .625rem .9375rem .625rem .9375rem;
    margin: 0px 5px 0px 0px;
    margin: 0rem .3125rem 0rem 0rem;
    line-height: 24px;
    line-height: 1.5rem;
    font-size: 14px;
    font-size: .875rem;
    background-color: #fff;
    background-image: -ms-linear-gradient(top, #fff, #f2f2f2);
    background-image: linear-gradient(to bottom, #fff 0%, #f2f2f2 100%);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-clip: padding-box;
    display: block;
    position: relative;
    z-index: 2000;
    font-weight: bold;
    text-align: center;
    color: #000;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #d9d9d9;
    white-space: nowrap
}

.panel--tab-nav .navigation--link.is--active {
    top: 1px;
    top: .0625rem;
    color: #000;
    background: #fff
}

.panel--tab-nav .navigation--link.is--active:hover {
    color: #000
}

.panel--tab-nav .navigation--link:hover {
    color: #0093d0
}

.panel--paging {
    line-height: 32px;
    line-height: 2rem;
    display: inline-block
}

.panel--paging .paging--link {
    padding: 0px 10px 0px 10px;
    padding: 0rem .625rem 0rem .625rem;
    margin: 0px 1px 0px 1px;
    margin: 0rem .0625rem 0rem .0625rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 30px;
    line-height: 1.875rem;
    border-radius: 3px;
    background-clip: padding-box;
    background-color: #fff;
    background-image: -ms-linear-gradient(top, #fff, #f2f2f2);
    background-image: linear-gradient(to bottom, #fff 0%, #f2f2f2 100%);
    display: inline-block;
    font-weight: normal;
    text-align: center;
    border: 1px solid #d9d9d9;
    color: #000
}

.panel--paging .paging--link [class^="icon--"] {
    font-size: 10px;
    font-size: .625rem
}

.panel--paging .paging--link.is--active,
.panel--paging .paging--link.is--active:hover {
    line-height: 32px;
    line-height: 2rem;
    background-color: #0eb8ff;
    background-image: -ms-linear-gradient(top, #0eb8ff, #0093d0);
    background-image: linear-gradient(to bottom, #0eb8ff 0%, #0093d0 100%);
    color: #fff;
    border: 0 none;
    font-weight: bold;
    cursor: default
}

.panel--paging .paging--link:hover {
    background: #fff;
    color: #0093d0;
    border-color: #0093d0
}

.panel--filter-btn {
    padding: 0px 10px 0px 10px;
    padding: 0rem .625rem 0rem .625rem;
    margin: 0px 10px 0px 10px;
    margin: 0rem .625rem 0rem .625rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 26px;
    line-height: 1.625rem;
    border-radius: 3px;
    background-clip: padding-box;
    background-color: #fff;
    background-image: -ms-linear-gradient(top, #fff, #f2f2f2);
    background-image: linear-gradient(to bottom, #fff 0%, #f2f2f2 100%);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
    display: inline-block;
    color: #000;
    font-weight: normal;
    text-align: center;
    border: 1px solid #c7cfda
}

.panel--filter-btn i {
    margin: 0px 10px 0px 0px;
    margin: 0rem .625rem 0rem 0rem;
    font-size: 10px;
    font-size: .625rem
}

.panel--filter-btn:hover {
    color: #0093d0
}

.panel--filter-select {
    width: 160px;
    width: 10rem;
    height: 28px;
    height: 1.75rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 26px;
    line-height: 1.625rem;
    border-radius: 3px;
    background-clip: padding-box;
    box-sizing: border-box;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
    background-color: #fff;
    background-image: -ms-linear-gradient(top, #fff, #f2f2f2);
    background-image: linear-gradient(to bottom, #fff 0%, #f2f2f2 100%);
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    border: 1px solid #d9d9d9;
    overflow: hidden
}

.panel--filter-select .arrow {
    width: 34px;
    width: 2.125rem;
    font-size: 6px;
    font-size: .375rem;
    line-height: 28px;
    line-height: 1.75rem;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #d9d9d9;
    font-family: 'shopware';
    text-align: center
}

.panel--filter-select .arrow:before,
.panel--filter-select .arrow::before {
    content: "\e612"
}

.panel--filter-select select {
    width: 180px;
    width: 11.25rem;
    padding: 0px 0px 0px 10px;
    padding: 0rem 0rem 0rem .625rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 26px;
    line-height: 1.625rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #000;
    background: transparent;
    border: 0 none
}

.panel--filter-select option {
    padding: 0px 10px 0px 10px;
    padding: 0rem .625rem 0rem .625rem;
    display: block;
    border: 0 none;
    background: #fff
}

.js--mobile-tab-panel .navigation--entry {
    margin: 0px 0px 6px 0px;
    margin: 0rem 0rem .375rem 0rem;
    display: block
}

.js--mobile-tab-panel .navigation--entry > [class^=content] {
    padding: 10px 10px 10px 10px;
    padding: .625rem .625rem .625rem .625rem;
    border: 1px solid #d9d9d9;
    border-top: 0 none
}

.js--mobile-tab-panel .navigation--link {
    padding: 5px 10px 5px 10px;
    padding: .3125rem .625rem .3125rem .625rem;
    text-align: left;
    font-weight: normal;
    border: 1px solid #d9d9d9;
    margin: 0
}

.js--mobile-tab-panel .navigation--link:after,
.js--mobile-tab-panel .navigation--link::after {
    font-size: 16px;
    font-size: 1rem;
    right: 8px;
    right: .5rem;
    content: '+';
    position: absolute;
    font-weight: bold
}

.js--mobile-tab-panel .navigation--link.is--active {
    top: 0;
    cursor: default
}

.js--mobile-tab-panel .navigation--link.is--active:after,
.js--mobile-tab-panel .navigation--link.is--active::after {
    content: '-'
}

form {
    display: block
}

form table {
    width: 100%
}

form table td {
    padding: 10px
}

fieldset {
    padding: 10px 10px 10px 10px;
    padding: .625rem .625rem .625rem .625rem;
    border: 1px solid #d9d9d9
}

.alert {
    font-size: 14px;
    font-size: .875rem;
    line-height: 24px;
    line-height: 1.5rem;
    position: relative;
    overflow: hidden
}

.alert:after {
    content: "";
    display: table;
    clear: both
}

.alert.is--success {
    color: #208e4e;
    background: #def2e7
}

.alert.is--success .alert--icon {
    background: #2ecc71
}

.alert.is--info {
    color: #217dbb;
    background: #e9f2f8
}

.alert.is--info .alert--icon {
    background: #4aa3df
}

.alert.is--warning {
    color: #cf9606;
    background: #fefbf4
}

.alert.is--warning .alert--icon {
    background: #f9bc23
}

.alert.is--error {
    color: #e74c3c;
    background: #faeceb
}

.alert.is--error .alert--icon {
    background: #e74c3c
}

.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: 10px 10px 10px 10px;
    padding: .625rem .625rem .625rem .625rem;
    float: left
}

.alert .alert--icon p,
.alert .alert--content p {
    margin-bottom: 0px;
    margin-bottom: 0rem
}

.alert .alert--icon {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 26px;
    line-height: 1.625rem;
    width: 15%;
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding-bottom: 9999em;
    margin-bottom: -9999em
}

.alert .alert--content {
    width: 85%
}

.alert .alert--content.is--strong {
    font-weight: bold
}

.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%
    }
}

.badge {
    padding: 0px 5px 0px 5px;
    padding: 0rem .3125rem 0rem .3125rem;
    margin: 0px 5px 0px 5px;
    margin: 0rem .3125rem 0rem .3125rem;
    height: 20px;
    height: 1.25rem;
    min-width: 10px;
    min-width: .625rem;
    line-height: 20px;
    line-height: 1.25rem;
    font-size: 12px;
    font-size: .75rem;
    border-radius: 50px;
    background-clip: padding-box;
    box-sizing: content-box;
    display: inline-block;
    white-space: nowrap;
    z-index: 500;
    font-weight: 700;
    text-align: center;
    background: #fff;
    color: #0093d0;
    border: 1px solid #d9d9d9
}

.badge.is--primary {
    background-color: #0eb8ff;
    background-image: -ms-linear-gradient(top, #0eb8ff, #0093d0);
    background-image: linear-gradient(to bottom, #0eb8ff 0%, #0093d0 100%);
    color: #fff;
    border-color: #fff
}

.badge.is--secondary {
    background-color: #000;
    background-image: -ms-linear-gradient(top, #000, #000);
    background-image: linear-gradient(to bottom, #000 0%, #000 100%);
    color: #fff;
    border-color: #fff
}

.badge.is--minimal {
    border: 0 none
}

.label {
    padding: 3px 8px 3px 8px;
    padding: .1875rem .5rem .1875rem .5rem;
    margin: 0px 5px 0px 5px;
    margin: 0rem .3125rem 0rem .3125rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 18px;
    line-height: 1.125rem;
    border-radius: 3px;
    background-clip: padding-box;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    color: #000;
    background: #000
}

.label.success {
    background: #2ecc71
}

.label.info {
    background: #4aa3df
}

.label.warning {
    background: #f9bc23
}

.label.error {
    background: #e74c3c
}

.collapse--header {
    padding: 10px 20px 10px 20px;
    padding: .625rem 1.25rem .625rem 1.25rem;
    margin: 10px 0px 0px 0px;
    margin: .625rem 0rem 0rem 0rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 16px;
    line-height: 1rem;
    background-color: #fff;
    background-image: -ms-linear-gradient(top, #fff, #f2f2f2);
    background-image: linear-gradient(to bottom, #fff 0%, #f2f2f2 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 #d9d9d9;
    cursor: pointer
}

.collapse--header .collapse--toggler {
    height: 16px;
    height: 1rem;
    top: 10px;
    top: .625rem;
    right: 20px;
    right: 1.25rem;
    font-size: 6px;
    font-size: .375rem;
    line-height: 16px;
    line-height: 1rem;
    position: absolute;
    font-weight: normal;
    font-family: 'shopware'
}

.collapse--header .collapse--toggler:before {
    content: "\e612"
}

.collapse--header:hover {
    color: #0093d0
}

.collapse--header.is--active {
    background-color: #000;
    background-image: -ms-linear-gradient(top, #000, #000);
    background-image: linear-gradient(to bottom, #000 0%, #000 100%);
    box-shadow: 0 1px 3px 0 rgba(95, 114, 133, 0.5);
    color: #fff;
    font-weight: bold;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #b2b2b2;
    z-index: 1300
}

.collapse--header.is--active .collapse--toggler:before {
    content: "\e610"
}

.collapse--content {
    padding: 5px 0px 0px 0px;
    padding: .3125rem 0rem 0rem 0rem;
    top: -5px;
    top: -0.3125rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-clip: padding-box;
    box-shadow: 0 1px 1px 0 rgba(236, 238, 241, 0.8);
    display: none;
    position: relative;
    z-index: 1000;
    background: #fff;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #d9d9d9
}

.collapse--content.is--collapsed {
    display: block;
    z-index: 1200
}

.js--collapse-target {
    display: none
}

.js--collapse-target.is--collapsed {
    display: block
}

.ribbon {
    width: 90px;
    width: 5.625rem;
    height: 90px;
    height: 5.625rem;
    position: absolute;
    overflow: hidden;
    z-index: 750
}

.ribbon .ribbon--content {
    padding: 5px 0px 5px 0px;
    padding: .3125rem 0rem .3125rem 0rem;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 12px;
    line-height: 0.75rem;
    display: block;
    position: absolute;
    width: 200%;
    text-align: center
}

.ribbon .ribbon--content.green {
    background: #2ecc71;
    color: #ffffff
}

.ribbon .ribbon--content.orange {
    background: #f1c40f;
    color: #ffffff
}

.ribbon.is--left {
    top: 0;
    left: 0
}

.ribbon.is--left .ribbon--content {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 26%;
    right: -40%
}

.ribbon.is--right {
    top: 0;
    right: 0
}

.ribbon.is--right .ribbon--content {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 26%;
    left: -40%
}

.ribbon {
    width: 90px;
    width: 5.625rem;
    height: 90px;
    height: 5.625rem;
    position: absolute;
    overflow: hidden;
    z-index: 750
}

.ribbon .ribbon--content {
    padding: 5px 0px 5px 0px;
    padding: .3125rem 0rem .3125rem 0rem;
    font-size: 12px;
    font-size: .75rem;
    line-height: 12px;
    line-height: .75rem;
    display: block;
    position: absolute;
    width: 200%;
    text-align: center
}

.ribbon .ribbon--content.green {
    background: #f9bc23;
    color: #fff
}

.ribbon .ribbon--content.orange {
    background: #2ecc71;
    color: #fff
}

.ribbon.is--left {
    top: 0;
    left: 0
}

.ribbon.is--left .ribbon--content {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 26%;
    right: -40%
}

.ribbon.is--right {
    top: 0;
    right: 0
}

.ribbon.is--right .ribbon--content {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 26%;
    left: -40%
}

.product-slider {
    display: block;
    padding: 0;
    position: relative;
    top: 0;
    left: 0
}

.product-slider--container {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -moz-touch-callout: none;
    touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    -webkit-overflow-scrolling: touch
}

.product-slider--container:after {
    content: "";
    display: table;
    clear: both
}

.product-slider--container::-webkit-scrollbar {
    width: 0;
    height: 0
}

.product-slider--container.is--vertical {
    overflow-y: scroll;
    overflow-x: hidden
}

.product-slider--container.is--vertical .product-slider--item {
    display: block;
    width: 100%
}

.product-slider--container.is--horizontal {
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap
}

.product-slider--container.is--horizontal .product-slider--item {
    height: 100%;
    display: inline-block
}

.is--ie .product-slider--container,
.is--firefox .product-slider--container,
.product-slider--container.is--no-scroll {
    overflow-y: hidden;
    overflow-x: hidden
}

.product-slider--item {
    padding: 10px 10px 10px 10px;
    padding: .625rem .625rem .625rem .625rem;
    font-size: 16px;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -moz-touch-callout: none;
    touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    text-align: center
}

.product-slider--arrow {
    width: 30px;
    width: 1.875rem;
    height: 60px;
    height: 3.75rem;
    margin: -30px 0px 0px 0px;
    margin: -1.875rem 0rem 0rem 0rem;
    line-height: 60px;
    line-height: 3.75rem;
    font-size: 12px;
    font-size: .75rem;
    border-radius: 3px;
    background-clip: padding-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -moz-touch-callout: none;
    touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    background: rgba(255, 255, 255, 0.5);
    display: block;
    position: absolute;
    top: 50%;
    z-index: 750;
    font-family: 'shopware';
    text-align: center;
    color: #000;
    border: 1px solid #d9d9d9;
    cursor: pointer
}

.product-slider--arrow.arrow--prev {
    border-top-left-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
    background-clip: padding-box;
    left: 0
}

.product-slider--arrow.arrow--prev:before,
.product-slider--arrow.arrow--prev::before {
    content: "\e611"
}

.product-slider--arrow.arrow--next {
    border-top-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
    background-clip: padding-box;
    right: 0
}

.product-slider--arrow.arrow--next:before {
    content: "\e60f"
}

.product-slider--arrow:hover {
    color: #0093d0;
    border-color: #0093d0;
    background: rgba(255, 255, 255, 0.8)
}

.product-slider--arrow.is--vertical {
    width: 60px;
    width: 3.75rem;
    height: 30px;
    height: 1.875rem;
    margin: 0px 0px 0px -30px;
    margin: 0rem 0rem 0rem -1.875rem;
    line-height: 30px;
    line-height: 1.875rem;
    font-size: 6px;
    font-size: .375rem;
    left: 50%;
    top: auto
}

.product-slider--arrow.is--vertical.arrow--prev {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-clip: padding-box;
    top: 0
}

.product-slider--arrow.is--vertical.arrow--prev:before,
.product-slider--arrow.is--vertical.arrow--prev::before {
    content: "\e610"
}

.product-slider--arrow.is--vertical.arrow--next {
    bottom: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-clip: padding-box
}

.product-slider--arrow.is--vertical.arrow--next:before {
    content: "\e612"
}

@media screen and (min-width: 78.75em) {
    .product-slider--container.is--horizontal,
    .product-slider--container.is--vertical {
        overflow: hidden
    }
}

.js--modal {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    box-shadow: 0px 0px 0px 7px rgba(0, 0, 0, 0.25);
    box-sizing: content-box;
    opacity: 0;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: padding-box #fff;
    max-height: 100%;
    max-width: 100%;
    z-index: 7000;
    overflow-x: hidden;
    overflow-y: auto
}

.js--modal .header {
    padding: 10px 10px 10px 10px;
    padding: .625rem .625rem .625rem .625rem;
    height: 42px;
    height: 2.625rem;
    border-bottom: 1px solid #d9d9d9
}

.js--modal .header .title {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700
}

.js--modal .modal--close {
    height: 30px;
    height: 1.875rem;
    width: 30px;
    width: 1.875rem;
    line-height: 30px;
    line-height: 1.875rem;
    font-size: 10px;
    font-size: .625rem;
    right: 10px;
    right: .625rem;
    top: 7px;
    top: .4375rem;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 0;
    text-align: center;
    position: absolute
}

.js--modal .content {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.js--modal .content .content--iframe {
    padding: 10px 10px 10px 10px;
    padding: .625rem .625rem .625rem .625rem;
    width: 100%;
    height: 100%;
    border: 0 none;
    display: block
}

.js--modal.sizing--auto.is--fullscreen {
    height: 100% !important;
    width: 100% !important
}

.js--modal.sizing--fixed {
    max-height: none !important;
    max-width: none !important
}

.js--modal.sizing--content {
    position: fixed;
    bottom: auto;
    top: auto;
    height: auto
}

.js--modal.no--header .header {
    display: none
}

.js--modal.no--border-radius {
    border-radius: 0
}

@media screen and (min-width: 48em) {
    .js--modal {
        border-radius: 3px;
        background-clip: padding-box
    }
}

.js--loading-indicator {
    padding: 20px 20px 20px 20px;
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
    position: fixed;
    display: none;
    left: 50%;
    top: 50%;
    z-index: 6000
}

.js--loading-indicator.indicator--relative {
    width: 30px;
    width: 1.875rem;
    height: 30px;
    height: 1.875rem;
    padding-top: 50px;
    padding-top: 3.125rem;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
    background: none;
    position: relative;
    display: block;
    left: 50%;
    top: auto;
    border: 0 none
}

.js--loading-indicator.indicator--absolute {
    width: 30px;
    width: 1.875rem;
    height: 30px;
    height: 1.875rem;
    padding-top: 50px;
    padding-top: 3.125rem;
    padding-bottom: 50px;
    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: -15px 0px 0px -15px;
    margin: -0.9375rem 0rem 0rem -0.9375rem
}

.has--cssanimations .js--loading-indicator {
    margin: -33px 0px 0px -33px;
    margin: -2.0625rem 0rem 0rem -2.0625rem
}

.has--cssanimations .js--loading-indicator div[class^="icon--"] {
    width: 26px;
    width: 1.625rem;
    height: 26px;
    height: 1.625rem;
    display: block
}

.has--cssanimations .js--loading-indicator .icon--default:before,
.has--cssanimations .js--loading-indicator .icon--default::before {
    width: 22px;
    width: 1.375rem;
    height: 22px;
    height: 1.375rem;
    border-radius: 100%;
    background-clip: padding-box;
    -webkit-animation: keyframe--spin 1s linear infinite;
    -moz-animation: keyframe--spin 1s linear infinite;
    -o-animation: keyframe--spin 1s linear infinite;
    animation: keyframe--spin 1s linear infinite;
    display: block;
    content: "";
    border: 2px solid #d9d9d9;
    border-top: 2px solid #999
}

.has--no-cssanimations .js--loading-indicator {
    margin: -28px 0px 0px -28px;
    margin: -1.75rem 0rem 0rem -1.75rem
}

.has--no-cssanimations .js--loading-indicator div[class^="icon--"] {
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
    display: block;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.has--no-cssanimations .js--loading-indicator .icon--default {
    height: 16px;
    height: 1rem;
    width: 16px;
    width: 1rem;
    background-image: url(../../themes/Frontend/Responsive/frontend/_public/src/img/icons/loading-indicator.gif)
}

.js--overlay {
    -webkit-transition: opacity 0.45s cubic-bezier(.3, 0, .15, 1), visibility 0.45s linear;
    -moz-transition: opacity 0.45s cubic-bezier(.3, 0, .15, 1), visibility 0.45s linear;
    -ms-transition: opacity 0.45s cubic-bezier(.3, 0, .15, 1), visibility 0.45s linear;
    -o-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);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    opacity: .01;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5000;
    visibility: hidden
}

.js--overlay.is--open {
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
    opacity: 1;
    visibility: visible
}

.js--overlay.is--closable {
    cursor: pointer
}

.language--flag {
    height: 11px;
    height: .6875rem;
    width: 14px;
    width: .875rem;
    background: url("ico-flags.png") no-repeat 0 0;
    display: inline-block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}

.language--flag.de_DE {
    background-position: 0 0
}

.language--flag.en_GB {
    background-position: 0 -11px
}

.language--flag.nl_NL {
    background-position: 0 -22px
}

.language--flag.fr_FR {
    background-position: 0 -33px
}

.language--flag.es_ES {
    background-position: 0 -44px
}

.language--flag.it_IT {
    background-position: 0 -55px
}

.tagcloud a {
    color: #000;
    margin: 0px 10px 0px 0px;
    margin: 0rem .625rem 0rem 0rem
}

.tagcloud a:hover {
    color: #0093d0
}

.tagcloud .tag0 {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 21px;
    line-height: 1.3125rem
}

.tagcloud .tag1 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 16px;
    line-height: 1rem;
    font-weight: bold
}

.tagcloud .tag2 {
    font-size: 14px;
    font-size: .875rem;
    line-height: 14px;
    line-height: .875rem
}

.tagcloud .tag3 {
    font-size: 12px;
    font-size: .75rem;
    line-height: 12px;
    line-height: .75rem;
    font-weight: bold
}

.last-seen-products {
    margin: 10px 0px 0px 0px;
    margin: .625rem 0rem 0rem 0rem;
    clear: both
}

.last-seen-products:after {
    content: "";
    display: table;
    clear: both
}

.last-seen-products .last-seen-products--title {
    padding: 10px 0px 10px 0px;
    padding: .625rem 0rem .625rem 0rem;
    border-bottom: 1px solid #d9d9d9;
    font-size: 16px;
    font-size: 1rem;
    display: block;
    font-weight: bold;
    color: #000
}

.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: 10px 0px 10px 0px;
    padding: .625rem 0rem .625rem 0rem
}

.last-seen-products-item--image {
    line-height: 120px;
    line-height: 7.5rem;
    display: block
}

.last-seen-products--item {
    padding: 10px 10px 10px 10px;
    padding: .625rem .625rem .625rem .625rem
}

@media screen and (min-width: 48em) {
    .last-seen-products {
        margin: 30px 0px 0px 0px;
        margin: 1.875rem 0rem 0rem 0rem
    }
}

.lightbox--container {
    display: block;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    position: relative
}

.lightbox--image {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    vertical-align: middle
}

.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 {
    position: relative
}

.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
}

.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: 20px;
    width: 1.25rem;
    font-size: 10px;
    font-size: .625rem;
    left: -20px;
    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
}

.image-slider {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    z-index: 1000;
    position: relative
}

.image-slider:after {
    content: "";
    display: table;
    clear: both
}

.image-slider--container {
    height: 200px;
    height: 12.5rem;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden
}

.image-slider--container .arrow {
    width: 30px;
    width: 1.875rem;
    height: 70px;
    height: 4.375rem;
    margin-top: -35px;
    margin-top: -2.1875rem;
    line-height: 68px;
    line-height: 4.25rem;
    font-size: 16px;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -moz-touch-callout: none;
    touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 50%;
    z-index: 1000;
    font-family: 'shopware';
    text-align: center;
    color: #000;
    cursor: pointer;
    display: none
}

.image-slider--container .arrow.is--left {
    left: 0px;
    left: 0rem;
    border-top-left-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
    background-clip: padding-box
}

.image-slider--container .arrow.is--left:before,
.image-slider--container .arrow.is--left::before {
    content: "\e611"
}

.image-slider--container .arrow.is--right {
    right: 0px;
    right: 0rem;
    border-top-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
    background-clip: padding-box
}

.image-slider--container .arrow.is--right:before {
    content: "\e60f"
}

.image-slider--container .arrow:hover {
    color: #0093d0;
    border-color: rgba(0, 147, 208, 0.5)
}

.image-slider--container.is--dragging .image-slider--item {
    cursor: move
}

.image-slider--slide {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    white-space: nowrap;
    font-size: 0;
    -ms-touch-action: pan-y
}

.image-slider--slide:after {
    content: "";
    display: table;
    clear: both
}

.image-slider--item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    display: inline-block;
    height: 100%;
    width: 100%;
    position: relative;
    text-align: center;
    cursor: pointer
}

.image-slider--item .image--element {
    display: inline-block;
    max-width: 100%;
    height: 100%
}

.image-slider--item .image--media {
    margin: 0 auto;
    text-align: center
}

.image-slider--dots {
    padding: 10px 0px 10px 0px;
    padding: .625rem 0rem .625rem 0rem;
    text-align: center
}

.image-slider--thumbnails {
    height: 70px;
    height: 4.375rem;
    top: 440px;
    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: 70px;
    width: 4.375rem;
    height: 70px;
    height: 4.375rem;
    padding: 5px 5px 5px 5px;
    padding: .3125rem .3125rem .3125rem .3125rem;
    margin: 0px 10px 0px 0px;
    margin: 0rem .625rem 0rem 0rem;
    line-height: 57px;
    line-height: 3.5625rem;
    border-radius: 3px;
    background-clip: padding-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    display: inline-block;
    text-align: center;
    border: 1px solid #d9d9d9
}

.image-slider--thumbnails .thumbnail--link.is--active {
    border-color: #0093d0
}

.image-slider--thumbnails .thumbnail--image {
    display: inline;
    vertical-align: middle
}

.image-slider--thumbnails .thumbnails--arrow {
    width: 20px;
    width: 1.25rem;
    height: 70px;
    height: 4.375rem;
    line-height: 70px;
    line-height: 4.375rem;
    font-size: 14px;
    font-size: .875rem;
    border-radius: 3px;
    background-clip: padding-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -moz-touch-callout: none;
    touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #fff;
    background-image: -ms-linear-gradient(top, #fff, #f2f2f2);
    background-image: linear-gradient(to bottom, #fff 0%, #f2f2f2 100%);
    display: none;
    position: absolute;
    z-index: 1000;
    font-family: 'shopware';
    text-align: center;
    color: #000;
    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: #0093d0;
    border-color: rgba(0, 147, 208, 0.85)
}

.image-slider--thumbnails .thumbnails--arrow.is--top,
.image-slider--thumbnails .thumbnails--arrow.is--bottom {
    font-size: 8px;
    font-size: .5rem;
    width: 70px;
    width: 4.375rem;
    height: 24px;
    height: 1.5rem;
    padding: 2px 0px 0px 0px;
    padding: .125rem 0rem 0rem 0rem;
    line-height: 18px;
    line-height: 1.125rem;
    left: 0
}

.image-slider--thumbnails .thumbnails--arrow.is--top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-clip: padding-box;
    top: 0
}

.image-slider--thumbnails .thumbnails--arrow.is--top::before {
    content: "\e610"
}

.image-slider--thumbnails .thumbnails--arrow.is--bottom {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-clip: padding-box;
    bottom: 0
}

.image-slider--thumbnails .thumbnails--arrow.is--bottom::before {
    content: "\e612"
}

.image-slider--thumbnails .thumbnails--arrow.is--left {
    border-top-left-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
    background-clip: padding-box;
    width: 24px;
    width: 1.5rem;
    top: 0;
    left: 0
}

.image-slider--thumbnails .thumbnails--arrow.is--left::before {
    content: "\e611"
}

.image-slider--thumbnails .thumbnails--arrow.is--right {
    border-top-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
    background-clip: padding-box;
    width: 24px;
    width: 1.5rem;
    top: 0;
    right: 0
}

.image-slider--thumbnails .thumbnails--arrow.is--right::before {
    content: "\e60f"
}

.image-slider--thumbnails .thumbnails--arrow.is--active {
    display: block
}

@media screen and (min-width: 48em) {
    .image-slider--container {
        height: 400px;
        height: 25rem
    }
    .image-slider--container .arrow {
        display: block
    }
}

@media screen and (min-width: 64em) {
    .image-slider--thumbnails {
        display: block
    }
    .image-slider--container {
        height: 400px;
        height: 25rem;
        margin-bottom: 110px;
        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: 405px;
        top: 25.3125rem;
        position: absolute;
        width: 100%
    }
}

@media screen and (min-width: 78.75em) {
    .image-slider--container {
        height: 430px;
        height: 26.875rem;
        margin-bottom: 0
    }
    .image-slider--thumbnails {
        width: 70px;
        width: 4.375rem;
        height: 430px;
        height: 26.875rem;
        margin: 0px 20px 0px 0px;
        margin: 0rem 1.25rem 0rem 0rem;
        position: relative;
        top: 0;
        left: 0;
        float: left
    }
    .image-slider--thumbnails .thumbnail--link {
        margin: 0px 0px 20px 0px;
        margin: 0rem 0rem 1.25rem 0rem;
        display: block
    }
    .image-slider--dots {
        padding: 10px 0px 10px 90px;
        padding: .625rem 0rem .625rem 5.625rem;
        position: relative;
        top: auto;
        display: block
    }
}

.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 #d9d9d9;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer
}

.js--img-zoom--flyout {
    width: 460px;
    width: 28.75rem;
    height: 340px;
    height: 21.25rem;
    right: -490px;
    right: -30.625rem;
    border-radius: 3px;
    background-clip: padding-box;
    display: none;
    position: absolute;
    top: 0;
    z-index: 2500;
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid #d9d9d9
}

.js--img-zoom--title {
    padding: 5px 20px 5px 20px;
    padding: .3125rem 1.25rem .3125rem 1.25rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 16px;
    line-height: 1rem;
    background-color: #000;
    background-image: -ms-linear-gradient(top, #000, #000);
    background-image: linear-gradient(to bottom, #000 0%, #000 100%);
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: rgba(0, 0, 0, 0.5)
}

.js--menu-scroller {
    position: relative
}

.navigation--list-wrapper {
    position: relative;
    overflow: hidden
}

.js--menu-scroller--list {
    max-width: none;
    overflow-x: scroll;
    position: relative;
    white-space: nowrap;
    left: 0;
    -webkit-overflow-scrolling: touch
}

.js--menu-scroller--list::-webkit-scrollbar {
    display: none
}

.js--menu-scroller--arrow {
    width: 22px;
    width: 1.375rem;
    height: 37px;
    height: 2.3125rem;
    line-height: 36px;
    line-height: 2.25rem;
    font-size: 12px;
    font-size: .75rem;
    background-color: #fff;
    background-image: -ms-linear-gradient(top, #fff, #f2f2f2);
    background-image: linear-gradient(to bottom, #fff 0%, #f2f2f2 100%);
    top: 1px;
    top: .0625rem;
    border: 1px solid #d9d9d9;
    position: absolute;
    font-family: 'shopware';
    text-align: center;
    color: #000;
    cursor: pointer;
    z-index: 750;
    display: none
}

.js--menu-scroller--arrow:hover,
.js--menu-scroller--arrow:active {
    color: #0093d0;
    border-color: #0093d0;
    background: #fff
}

.js--menu-scroller--arrow.left--arrow {
    border-top-left-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
    background-clip: padding-box;
    border-left: 0 none;
    left: 0
}

.js--menu-scroller--arrow.right--arrow {
    border-top-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
    background-clip: padding-box;
    border-right: 0 none;
    right: 0
}

@media screen and (min-width: 78.75em) {
    .js--menu-scroller--arrow.left--arrow {
        border-radius: 3px;
        background-clip: padding-box;
        border: 1px solid #d9d9d9;
        left: 0
    }
    .js--menu-scroller--arrow.left--arrow:hover {
        border-color: #0093d0
    }
    .js--menu-scroller--arrow.right--arrow {
        border-radius: 3px;
        background-clip: padding-box;
        border: 1px solid #d9d9d9;
        right: 0
    }
    .js--menu-scroller--arrow.right--arrow:hover {
        border-color: #0093d0
    }
}

.filter-panel {
    height: 38px;
    height: 2.375rem;
    margin-bottom: 10px;
    margin-bottom: .625rem;
    border-radius: 3px;
    background-clip: padding-box;
    background-color: #fff;
    background-image: -ms-linear-gradient(top, #fff, #f2f2f2);
    background-image: linear-gradient(to bottom, #fff 0%, #f2f2f2 100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -moz-touch-callout: none;
    touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    display: block;
    position: relative;
    border: 1px solid #d9d9d9
}

.filter-panel:hover {
    border: 1px solid #0093d0;
    background: #FFF
}

.filter-panel:hover .filter-panel--icon,
.filter-panel:hover .filter-panel--title {
    color: #0093d0
}

.filter-panel.is--collapsed {
    height: auto;
    border: 0 none
}

.filter-panel.is--collapsed .filter-panel--flyout {
    height: auto;
    border: 1px solid #0093d0;
    background: #FFF;
    overflow: visible;
    z-index: 800
}

.filter-panel.is--collapsed .filter-panel--title {
    color: #0093d0
}

.filter-panel.is--collapsed .filter-panel--icon:before {
    color: #0093d0;
    content: "\e610"
}

.filter-panel--flyout {
    height: 38px;
    height: 2.375rem;
    border-radius: 3px;
    background-clip: padding-box;
    display: block;
    width: 100%;
    overflow: hidden;
    z-index: 500
}

.filter-panel--title {
    height: 36px;
    height: 2.25rem;
    line-height: 36px;
    line-height: 2.25rem;
    padding: 0px 30px 0px 10px;
    padding: 0rem 1.875rem 0rem .625rem;
    margin: 0px 0px 5px 0px;
    margin: 0rem 0rem .3125rem 0rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -moz-touch-callout: none;
    touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer
}

.filter-panel--icon {
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
    top: 8px;
    top: .5rem;
    right: 10px;
    right: .625rem;
    font-size: 6px;
    font-size: .375rem;
    line-height: 16px;
    line-height: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -moz-touch-callout: none;
    touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    display: inline-block;
    position: absolute;
    font-family: 'shopware';
    text-align: center;
    cursor: pointer;
    pointer-events: none
}

.filter-panel--icon:before {
    content: "\e612"
}

.filter-panel--content {
    padding: 10px 10px 10px 10px;
    padding: .625rem .625rem .625rem .625rem;
    display: block
}

.filter-panel--option-list {
    padding-bottom: 5px;
    padding-bottom: .3125rem;
    list-style: none
}

.filter-panel--option-list.sub-level {
    margin: 0px 0px 0px 8px;
    margin: 0rem 0rem 0rem .5rem;
    padding: 0px 0px 0px 18px;
    padding: 0rem 0rem 0rem 1.125rem;
    border-left: 1px solid #d9d9d9
}

.filter-panel--option {
    display: block;
    position: relative
}

.filter-panel--option .option--container:hover .filter-panel--label {
    color: #0093d0
}

.filter-panel--option .option--container:hover .filter-panel--checkbox {
    border-color: #0093d0
}

.value-tree--option {
    margin: 0px 0px 10px 0px;
    margin: 0rem 0rem .625rem 0rem
}

.sub-level .value-tree--option {
    margin: 0
}

.filter-panel--label {
    padding: 4px 0px 4px 30px;
    padding: .25rem 0rem .25rem 1.875rem;
    line-height: 18px;
    line-height: 1.125rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -moz-touch-callout: none;
    touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    display: block;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.filter-panel--checkbox {
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
    padding: 1px 1px 1px 1px;
    padding: .0625rem .0625rem .0625rem .0625rem;
    border-radius: 3px;
    background-clip: padding-box;
    display: inline-block;
    position: relative;
    border: 1px solid #d9d9d9;
    cursor: pointer
}

.filter-panel--checkbox:hover {
    border-color: #0093d0
}

.filter-panel--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
}

.filter-panel--checkbox input[type="checkbox"]:checked ~ .checkbox--state {
    background-color: #0eb8ff;
    background-image: -ms-linear-gradient(top, #0eb8ff, #0093d0);
    background-image: linear-gradient(to bottom, #0eb8ff 0%, #0093d0 100%)
}

.filter-panel--checkbox input[type="checkbox"]:checked ~ .checkbox--state:before {
    width: 12px;
    width: .75rem;
    height: 12px;
    height: .75rem;
    line-height: 12px;
    line-height: .75rem;
    font-size: 7px;
    font-size: .4375rem;
    display: block;
    font-family: 'shopware';
    font-weight: normal;
    text-align: center;
    color: #fff;
    content: "\e60c"
}

.filter-panel--checkbox input[type="checkbox"]:checked ~ .filter-panel--label {
    color: #0093d0;
    font-weight: 600
}

.filter-panel--checkbox input[type="checkbox"]:disabled ~ .checkbox--state {
    background: #e5e5e5
}

.filter-panel--checkbox input[type="checkbox"]:disabled ~ .filter-panel--label {
    color: #000
}

.filter-panel--checkbox .checkbox--state {
    border-radius: 3px;
    background-clip: padding-box;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 60
}

.filter-panel--radio {
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
    padding: 1px 1px 1px 1px;
    padding: .0625rem .0625rem .0625rem .0625rem;
    border-radius: 11px;
    background-clip: padding-box;
    display: inline-block;
    position: relative;
    border: 1px solid #d9d9d9;
    cursor: pointer
}

.filter-panel--radio:hover {
    border-color: #0093d0
}

.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--radio input[type="radio"]:checked ~ .radio--state {
    background-color: #0eb8ff;
    background-image: -ms-linear-gradient(top, #0eb8ff, #0093d0);
    background-image: linear-gradient(to bottom, #0eb8ff 0%, #0093d0 100%)
}

.filter-panel--radio input[type="radio"]:checked ~ .filter-panel--label {
    color: #0093d0;
    font-weight: 600
}

.filter-panel--radio input[type="radio"]:disabled .radio--state {
    background: #e5e5e5
}

.filter-panel--radio input[type="radio"]:disabled .filter-panel--label {
    color: #000
}

.filter-panel--radio .radio--state {
    border-radius: 11px;
    background-clip: padding-box;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 60
}

.filter-panel--media-list {
    list-style: none;
    margin-left: -2%
}

.filter-panel--media-list:after {
    content: "";
    display: table;
    clear: both
}

.filter-panel--media-option {
    height: 45px;
    height: 2.8125rem;
    max-width: 45px;
    max-width: 2.8125rem;
    width: 18%;
    margin: 0 0 2% 2%;
    display: block;
    position: relative;
    float: left
}

.filter-panel--media-option 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--media-option input[type="checkbox"]:hover ~ .filter-panel--media-label {
    border-color: #0093d0
}

.filter-panel--media-option input[type="checkbox"]:checked ~ .filter-panel--media-label {
    border-color: #0093d0
}

.filter-panel--media-option input[type="checkbox"]:checked ~ .filter-panel--media-label:after {
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
    line-height: 16px;
    line-height: 1rem;
    font-size: 7px;
    font-size: .4375rem;
    top: -4px;
    top: -0.25rem;
    right: -4px;
    right: -0.25rem;
    background-color: #0eb8ff;
    background-image: -ms-linear-gradient(top, #0eb8ff, #0093d0);
    background-image: linear-gradient(to bottom, #0eb8ff 0%, #0093d0 100%);
    border-radius: 8px;
    background-clip: padding-box;
    display: block;
    position: absolute;
    font-family: 'shopware';
    font-weight: normal;
    text-align: center;
    color: #fff;
    content: "\e60c"
}

.filter-panel--media-option input[type="checkbox"]:disabled .filter-panel--media-label {
    opacity: .5
}

.filter-panel--media-label {
    padding: 2px 2px 2px 2px;
    padding: .125rem .125rem .125rem .125rem;
    line-height: 36px;
    line-height: 2.25rem;
    border-radius: 3px;
    background-clip: padding-box;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    text-align: center;
    border: 1px solid #d9d9d9
}

.filter-panel--media-label .filter-panel--media-image {
    display: inline-block;
    vertical-align: middle
}

.filter-panel--range-info {
    padding: 10px 0px 5px 0px;
    padding: .625rem 0rem .3125rem 0rem;
    text-align: center
}

.filter-panel--range-info .range-info--label {
    color: #000;
    font-weight: 600
}

.filter-panel--star-rating {
    width: 150px;
    width: 9.375rem;
    height: 30px;
    height: 1.875rem;
    margin-bottom: 10px;
    margin-bottom: .625rem;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.filter-panel--star-rating:after {
    content: "";
    display: table;
    clear: both
}

.filter-panel--star-rating .rating-star--input {
    opacity: 0;
    width: 30px;
    width: 1.875rem;
    height: 30px;
    height: 1.875rem;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border: 0 none;
    background: none;
    cursor: pointer;
    z-index: 65
}

.filter-panel--star-rating .rating-star--input#star--1 {
    left: 0px;
    left: 0rem
}

.filter-panel--star-rating .rating-star--input#star--2 {
    left: 30px;
    left: 1.875rem
}

.filter-panel--star-rating .rating-star--input#star--3 {
    left: 60px;
    left: 3.75rem
}

.filter-panel--star-rating .rating-star--input#star--4 {
    left: 90px;
    left: 5.625rem
}

.filter-panel--star-rating .rating-star--input#star--5 {
    left: 120px;
    left: 7.5rem
}

.filter-panel--star-rating .rating-star--input:checked ~ .rating-star--label,
.filter-panel--star-rating .rating-star--input#star--reset:checked:disabled ~ .rating-star--label {
    color: #000
}

.filter-panel--star-rating .rating-star--input:checked ~ .rating-star--label:before,
.filter-panel--star-rating .rating-star--input#star--reset:checked:disabled ~ .rating-star--label:before {
    content: "\e601"
}

.filter-panel--star-rating .rating-star--label {
    width: 30px;
    width: 1.875rem;
    height: 30px;
    height: 1.875rem;
    line-height: 30px;
    line-height: 1.875rem;
    font-size: 30px;
    font-size: 1.875rem;
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'shopware';
    font-weight: normal;
    color: #f9bc23
}

.filter-panel--star-rating .rating-star--label:before {
    content: "\e600"
}

.filter-panel--star-rating .rating-star--label.star--1 {
    left: 0px;
    left: 0rem
}

.filter-panel--star-rating .rating-star--label.star--2 {
    left: 30px;
    left: 1.875rem
}

.filter-panel--star-rating .rating-star--label.star--3 {
    left: 60px;
    left: 3.75rem
}

.filter-panel--star-rating .rating-star--label.star--4 {
    left: 90px;
    left: 5.625rem
}

.filter-panel--star-rating .rating-star--label.star--5 {
    left: 120px;
    left: 7.5rem
}

.filter--set-title {
    margin: 30px 0px 10px 0px;
    margin: 1.875rem 0rem .625rem 0rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 24px;
    line-height: 1.5rem;
    margin-left: 1%;
    margin-right: 1%;
    border-bottom: 1px solid #d9d9d9;
    clear: both
}

.filter--value {
    background: #fff
}

.filter--value:hover .filter-panel--checkbox {
    border-color: #0093d0
}

.filter--value .filter-panel--title {
    padding-left: 35px;
    padding-left: 2.1875rem
}

.filter--value .filter-panel--checkbox {
    top: 8px;
    top: .5rem;
    left: 10px;
    left: .625rem;
    position: absolute
}

.filter--property .filter-panel--checkbox {
    top: 5px;
    top: .3125rem;
    left: 0px;
    left: 0rem;
    position: absolute
}

.filter--radio .filter-panel--radio {
    top: 5px;
    top: .3125rem;
    left: 0px;
    left: 0rem;
    position: absolute
}

.filter--range .filter-panel--content {
    padding: 10px 20px 10px 20px;
    padding: .625rem 1.25rem .625rem 1.25rem
}

.filter--active-container {
    padding: 20px 0px 0px 0px;
    padding: 1.25rem 0rem 0rem 0rem
}

.filter--active,
.search--cat-filter .cat-filter--reset {
    padding: 0px 10px 0px 10px;
    padding: 0rem .625rem 0rem .625rem;
    margin: 0px 10px 10px 0px;
    margin: 0rem .625rem .625rem 0rem;
    line-height: 22px;
    line-height: 1.375rem;
    font-size: 13px;
    font-size: .8125rem;
    border-radius: 3px;
    background-clip: padding-box;
    display: inline-block;
    border: 1px solid #d9d9d9;
    color: #0093d0;
    background: #FFF;
    cursor: pointer;
    white-space: nowrap
}

.filter--active .filter--active-icon {
    margin: 0px 10px 0px 0px;
    margin: 0rem .625rem 0rem 0rem;
    font-size: 8px;
    font-size: .5rem;
    top: -1px;
    top: -0.0625rem;
    position: relative;
    font-family: 'shopware';
    color: #000
}

.filter--active .filter--active-icon:before {
    content: "\e60d"
}

.filter--active .icon--star {
    color: #f9bc23
}

.filter--active .icon--star-empty {
    color: #000
}

.filter--active:hover,
.filter--active[data-filter-param="reset"] {
    color: #0093d0;
    border-color: #0093d0
}

.filter--active:hover .filter--active-icon,
.filter--active[data-filter-param="reset"] .filter--active-icon {
    color: #0093d0
}

.filter--actions {
    padding: 10px 0px 10px 0px;
    padding: .625rem 0rem .625rem 0rem;
    margin-bottom: 10px;
    margin-bottom: .625rem;
    border-bottom: 1px solid #d9d9d9;
    clear: both
}

.filter--btn-apply {
    position: relative;
    font-weight: 600;
    width: 100%
}

.filter--btn-apply.is--icon-right [class^="icon--"] {
    font-size: 14px;
    font-size: .875rem;
    line-height: 16px;
    line-height: 1rem;
    margin: -8px 0px 0px 0px;
    margin: -0.5rem 0rem 0rem 0rem
}

.filter--btn-apply.is--loading [class^="icon--"] {
    -webkit-animation: keyframe--spin-reverse 1s linear infinite;
    -moz-animation: keyframe--spin-reverse 1s linear infinite;
    -o-animation: keyframe--spin-reverse 1s linear infinite;
    animation: keyframe--spin-reverse 1s linear infinite
}

.filter--btn-apply .filter--count {
    font-weight: bold
}

@media screen and (min-width: 48em) {
    .filter-panel {
        width: 49%;
        margin-left: 1%;
        float: left
    }
    .filter-panel.is--collapsed {
        height: 38px;
        height: 2.375rem
    }
    .is--no-sidebar .filter-panel {
        width: 32%
    }
    .filter-panel--flyout {
        position: absolute;
        top: 0;
        left: 0
    }
    .filter-panel--content {
        max-height: 200px;
        max-height: 12.5rem;
        overflow-x: hidden;
        overflow-y: auto
    }
    .filter--active-container {
        padding: 15px 0px 5px 0px;
        padding: .9375rem 0rem .3125rem 0rem;
        margin-left: 1%;
        margin-right: 1%
    }
    .filter--active-container.is--disabled .filter--active:not([data-filter-param="reset"]),
    .filter--active-container.is--disabled .filter--active:not([data-filter-param="reset"]):hover {
        color: #000;
        border-color: #d9d9d9;
        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: #000
    }
    .filter--active-container.is--disabled .filter--active:not([data-filter-param="reset"]) .filter--active-icon:before,
    .filter--active-container.is--disabled .filter--active:not([data-filter-param="reset"]):hover .filter--active-icon:before {
        content: "\e60c"
    }
    .filter--actions {
        margin-left: 1%;
        margin-right: 1%
    }
    .filter--btn-apply {
        width: auto
    }
}

@media screen and (min-width: 64em) {
    .filter-panel {
        width: 32%
    }
}

@media screen and (min-width: 78.75em) {
    .filter-panel--star-rating {
        width: 100px;
        width: 6.25rem;
        height: 20px;
        height: 1.25rem
    }
    .filter-panel--star-rating .rating-star--input {
        width: 20px;
        width: 1.25rem;
        height: 20px;
        height: 1.25rem
    }
    .filter-panel--star-rating .rating-star--input#star--1 {
        left: 0px;
        left: 0rem
    }
    .filter-panel--star-rating .rating-star--input#star--2 {
        left: 20px;
        left: 1.25rem
    }
    .filter-panel--star-rating .rating-star--input#star--3 {
        left: 40px;
        left: 2.5rem
    }
    .filter-panel--star-rating .rating-star--input#star--4 {
        left: 60px;
        left: 3.75rem
    }
    .filter-panel--star-rating .rating-star--input#star--5 {
        left: 80px;
        left: 5rem
    }
    .filter-panel--star-rating .rating-star--label {
        width: 20px;
        width: 1.25rem;
        height: 20px;
        height: 1.25rem;
        line-height: 20px;
        line-height: 1.25rem;
        font-size: 20px;
        font-size: 1.25rem
    }
    .filter-panel--star-rating .rating-star--label.star--1 {
        left: 0px;
        left: 0rem
    }
    .filter-panel--star-rating .rating-star--label.star--2 {
        left: 20px;
        left: 1.25rem
    }
    .filter-panel--star-rating .rating-star--label.star--3 {
        left: 40px;
        left: 2.5rem
    }
    .filter-panel--star-rating .rating-star--label.star--4 {
        left: 60px;
        left: 3.75rem
    }
    .filter-panel--star-rating .rating-star--label.star--5 {
        left: 80px;
        left: 5rem
    }
}

.range-slider {
    -webkit-touch-callout: none;
    -moz-touch-callout: none;
    touch-callout: none
}

.range-slider--container {
    height: 12px;
    height: .75rem;
    border-radius: 6px;
    background-clip: padding-box;
    display: block;
    width: 100%;
    background: #e5e5e5;
    box-shadow: inset 0 1px 1px #f0f0f0;
    border: 1px solid #d9d9d9;
    -ms-touch-action: none
}

.range-slider--range-bar {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -moz-touch-callout: none;
    touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 3px #0090cc;
    height: 100%;
    width: 100%;
    position: relative;
    background: #0093d0
}

.range-slider--handle {
    width: 20px;
    width: 1.25rem;
    height: 20px;
    height: 1.25rem;
    border-radius: 3px;
    background-clip: padding-box;
    background-color: #fff;
    background-image: -ms-linear-gradient(top, #fff, #e5e5e5);
    background-image: linear-gradient(to bottom, #fff 0%, #e5e5e5 100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -moz-touch-callout: none;
    touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    position: absolute;
    border: 1px solid #d9d9d9;
    cursor: pointer
}

.range-slider--handle.is--min {
    left: -10px;
    left: -0.625rem;
    top: -4px;
    top: -0.25rem
}

.range-slider--handle.is--max {
    right: -10px;
    right: -0.625rem;
    top: -4px;
    top: -0.25rem
}

.range-slider--handle:hover,
.range-slider--handle.is--dragging {
    border-color: #0093d0
}

.range-slider--format {
    display: none
}

.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-clearfix {
    min-height: 0
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0)
}

.ui-front {
    z-index: 1000
}

.ui-state-disabled {
    cursor: default !important
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-datepicker {
    border-radius: 3px;
    background-clip: padding-box;
    width: 17em;
    padding: .2em .2em 0;
    background: #f2f2f2;
    border: 1px solid #d9d9d9;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    background-color: #0eb8ff;
    background-image: -ms-linear-gradient(top, #0eb8ff, #0093d0);
    background-image: linear-gradient(to bottom, #0eb8ff 0%, #0093d0 100%);
    border-radius: 4px;
    background-clip: padding-box;
    box-shadow: 0 1px 3px #d9d9d9;
    font-size: 12px;
    font-size: .75rem;
    position: relative;
    padding: .2em 0;
    border: 0 none;
    color: #fff;
    text-align: center;
    height: 40px
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    height: 36px;
    height: 2.25rem;
    width: 36px;
    width: 2.25rem;
    line-height: 36px;
    line-height: 2.25rem;
    position: absolute;
    top: 2px;
    color: #fff
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    font-weight: bold;
    height: 36px;
    height: 2.25rem;
    line-height: 36px;
    line-height: 2.25rem
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
    color: #fff
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
    width: 35px;
    width: 2.1875rem
}

.ui-datepicker td span,
.ui-datepicker td a {
    border-radius: 3px;
    background-clip: padding-box;
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
    background: #e5e5e5;
    border: 1px solid #d9d9d9;
    color: #000
}

.ui-datepicker td.ui-datepicker-current-day a {
    font-weight: bold;
    color: #d9d9d9
}

.ui-datepicker td.ui-datepicker-today a {
    font-style: italic
}

.ui-datepicker td.ui-datepicker-week-end a {
    color: #d9d9d9
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.container--ajax-cart {
    top: 50px;
    top: 3.125rem;
    margin-right: 10px;
    margin-right: .625rem;
    padding: 15px 0px 0px 0px;
    padding: .9375rem 0rem 0rem 0rem;
    position: absolute;
    text-align: left;
    right: 0;
    z-index: 3000;
    display: none
}

.container--ajax-cart.off-canvas {
    width: 280px;
    width: 17.5rem;
    -webkit-transition: all .45s cubic-bezier(.3, 0, .15, 1);
    -moz-transition: all .45s cubic-bezier(.3, 0, .15, 1);
    -ms-transition: all .45s cubic-bezier(.3, 0, .15, 1);
    -o-transition: all .45s cubic-bezier(.3, 0, .15, 1);
    transition: all .45s cubic-bezier(.3, 0, .15, 1);
    margin-right: 0;
    display: block;
    height: 100%;
    left: auto;
    position: fixed;
    top: 0;
    padding: 0;
    background: #fff;
    z-index: 8000
}

.container--ajax-cart.off-canvas .icon--loading-indicator {
    width: 38px;
    width: 2.375rem;
    height: 38px;
    height: 2.375rem;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.container--ajax-cart .icon--loading-indicator {
    width: 21px;
    width: 1.3125rem;
    height: 21px;
    height: 1.3125rem;
    padding: 20px 0px 20px 0px;
    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;
    -moz-animation: keyframe--spin 1s linear infinite;
    -o-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
}

.ajax--cart {
    width: 450px;
    width: 28.125rem;
    border-radius: 3px;
    background-clip: padding-box;
    font-size: 14px;
    font-size: .875rem;
    border: 1px solid #d9d9d9;
    position: relative;
    background: #fff
}

.ajax--cart:after,
.ajax--cart:before {
    right: 10px;
    right: .625rem;
    bottom: 100%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.ajax--cart:after {
    right: 11px;
    right: .6875rem;
    border-width: 9px;
    border-width: .5625rem;
    border-bottom-color: #fff
}

.ajax--cart:before {
    border-width: 10px;
    border-width: .625rem;
    border-bottom-color: #d9d9d9
}

.ajax--cart .content--loader {
    width: 21px;
    width: 1.3125rem;
    height: 21px;
    height: 1.3125rem;
    padding: 20px 0px 20px 0px;
    padding: 1.25rem 0rem 1.25rem 0rem;
    box-sizing: content-box;
    margin: 0 auto
}

.ajax--cart .item--container {
    padding: 0px 10px 0px 10px;
    padding: 0rem .625rem 0rem .625rem;
    max-height: 353px;
    max-height: 22.0625rem;
    overflow-y: auto
}

.ajax--cart .alert {
    border-radius: 0;
    margin-bottom: 10px;
    margin-bottom: .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: #f9bc23;
    background: #fefbf5
}

.ajax--cart .alert .alert--icon .is--success,
.ajax--cart .alert .icon--element .is--success {
    color: #2ecc71;
    background: #def2e7
}

.ajax--cart .alert .alert--content {
    width: 85%
}

.ajax--cart .cart--item {
    padding: 10px 0px 10px 0px;
    padding: .625rem 0rem .625rem 0rem;
    line-height: 38px;
    line-height: 2.375rem;
    border-bottom: 1px solid #d9d9d9;
    overflow: hidden
}

.ajax--cart .cart--item:last-child {
    border: 0 none
}

.ajax--cart .cart--item.is--empty {
    padding-bottom: 0
}

.ajax--cart .cart--item .thumbnail--container {
    margin: 0px 10px 0px 0px;
    margin: 0rem .625rem 0rem 0rem;
    width: 38px;
    width: 2.375rem;
    height: 38px;
    height: 2.375rem;
    border-radius: 3px;
    background-clip: padding-box;
    float: left;
    position: relative
}

.ajax--cart .cart--item .thumbnail--container.has--image {
    border: 1px solid #d9d9d9;
    background: #FFFFFF
}

.ajax--cart .cart--item .thumbnail--container .cart--badge {
    border-top-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
    background-clip: padding-box;
    width: 14px;
    width: .875rem;
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background: #0093d0
}

.ajax--cart .cart--item .thumbnail--container .cart--badge .badge--free {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 8px;
    font-size: .5rem;
    line-height: 12px;
    line-height: .75rem;
    width: 40px;
    width: 2.5rem;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    display: block;
    position: absolute;
    padding: 0;
    margin: 0;
    top: 0;
    bottom: 0
}

.ajax--cart .cart--item .thumbnail--container .basket--badge {
    line-height: 37px;
    line-height: 2.3125rem;
    font-size: 12px;
    font-size: .75rem;
    border-radius: 100%;
    background-clip: padding-box;
    height: 35px;
    height: 2.1875rem;
    width: 35px;
    width: 2.1875rem;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    background: #000;
    color: #fff
}

.ajax--cart .cart--item .thumbnail--container .basket--badge .icon--arrow-right {
    font-size: 10px;
    font-size: .625rem
}

.ajax--cart .cart--item .thumbnail--container .basket--badge .icon--coupon {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 37px;
    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: #000
}

.ajax--cart .cart--item .item--quantity {
    margin: 0px 5px 0px 0px;
    margin: 0rem .3125rem 0rem 0rem;
    font-weight: bold
}

.ajax--cart .cart--item .item--price {
    font-weight: bold;
    float: right
}

.ajax--cart .cart--item .action--container {
    width: 21px;
    width: 1.3125rem;
    height: 21px;
    height: 1.3125rem;
    margin: 10px 0px 0px 10px;
    margin: .625rem 0rem 0rem .625rem;
    line-height: 1;
    float: right
}

.ajax--cart .cart--item .action--container .btn {
    height: 21px;
    height: 1.3125rem;
    width: 21px;
    width: 1.3125rem;
    padding: 4px 5px 4px 5px;
    padding: .25rem .3125rem .25rem .3125rem;
    font-size: 8px;
    font-size: .5rem;
    line-height: 14px;
    line-height: .875rem
}

.ajax--cart .cart--item .action--container *[class*="icon--"] {
    margin: 0;
    padding: 0
}

.ajax--cart .prices--container {
    padding: 10px 10px 10px 10px;
    padding: .625rem .625rem .625rem .625rem;
    border-top: 1px solid #d9d9d9
}

.ajax--cart .prices--container .prices--articles-amount {
    float: right
}

.ajax--cart .prices--container .prices--articles {
    color: #000;
    font-weight: bold
}

.ajax--cart .button--container {
    padding: 10px 10px 10px 10px;
    padding: .625rem .625rem .625rem .625rem;
    overflow: hidden
}

.ajax--cart .button--container *[class*="button--"] {
    width: 210px;
    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
}

.off-canvas .ajax--cart {
    font-size: 14px;
    font-size: .875rem;
    background: #fff;
    width: auto;
    position: absolute;
    left: 0;
    right: 0;
    border: 0 none;
    min-height: 100%
}

.off-canvas .ajax--cart .item--container {
    max-height: none
}

.off-canvas .ajax--cart .cart--item {
    line-height: 19px;
    line-height: 1.1875rem
}

.off-canvas .ajax--cart .cart--item .item--link {
    width: 149px;
    width: 9.3125rem;
    display: inline-block
}

.off-canvas .ajax--cart .cart--item .item--price {
    float: none;
    display: block
}

.off-canvas .ajax--cart .prices--container {
    background: #fff;
    border-bottom: 0 none
}

.off-canvas .ajax--cart .action--container,
.off-canvas .ajax--cart .action--container .action--remove {
    width: 38px;
    width: 2.375rem;
    height: 38px;
    height: 2.375rem
}

.off-canvas .ajax--cart .action--container {
    margin: 0
}

.off-canvas .ajax--cart .action--container .action--remove {
    font-size: 14px;
    font-size: .875rem;
    text-align: center;
    vertical-align: middle
}

.off-canvas .ajax--cart .action--container .icon--loading-indicator {
    width: 21px;
    width: 1.3125rem;
    height: 21px;
    height: 1.3125rem;
    margin: 9px 0px 0px 0px;
    margin: .5625rem 0rem 0rem 0rem;
    position: relative;
    margin-left: auto;
    margin-right: auto
}

.off-canvas .ajax--cart .action--container *[class*="icon--"] {
    line-height: 28px;
    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: 10px 0px 0px 0px;
    margin: .625rem 0rem 0rem 0rem;
    width: 100%
}

.off-canvas .ajax--cart .button--container .button--checkout {
    margin: 0
}

.off-canvas .ajax--cart .button--container .button--open-basket {
    padding-right: 30px;
    padding-right: 1.875rem
}

.off-canvas .ajax--cart .button--container .button--open-basket *[class^="icon--"] {
    display: block;
    right: 10px;
    right: .625rem
}

@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 {
    border-collapse: separate;
    border-spacing: 1px
}

table th,
table thead td {
    background: #000;
    color: #fff;
    font-weight: 700;
    text-align: center
}

table td {
    padding: 5px 10px 5px 10px;
    padding: .3125rem .625rem .3125rem .625rem;
    background: #fff;
    color: #000;
    border: 1px solid #fff
}

table tr:nth-child(even) td {
    background: #f5f5f5
}

.checkbox {
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
    padding: 1px 1px 1px 1px;
    padding: .0625rem .0625rem .0625rem .0625rem;
    line-height: 16px;
    line-height: 1rem;
    border-radius: 3px;
    background-clip: padding-box;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    border: 1px solid #d9d9d9;
    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: #0eb8ff;
    background-image: -ms-linear-gradient(top, #0eb8ff, #0093d0);
    background-image: linear-gradient(to bottom, #0eb8ff 0%, #0093d0 100%)
}

.checkbox input[type="checkbox"]:checked ~ .checkbox--state:before {
    width: 12px;
    width: .75rem;
    height: 12px;
    height: .75rem;
    line-height: 12px;
    line-height: .75rem;
    font-size: 7px;
    font-size: .4375rem;
    display: inline-block;
    font-family: 'shopware';
    font-weight: normal;
    text-align: center;
    vertical-align: top;
    color: #fff;
    content: "\e60c"
}

.checkbox input[type="checkbox"]:disabled ~ .checkbox--state {
    background: #e5e5e5
}

.checkbox.is--active .checkbox--state,
a:hover .checkbox .checkbox--state {
    background-color: #0eb8ff;
    background-image: -ms-linear-gradient(top, #0eb8ff, #0093d0);
    background-image: linear-gradient(to bottom, #0eb8ff 0%, #0093d0 100%)
}

.checkbox.is--active .checkbox--state:before,
a:hover .checkbox .checkbox--state:before {
    width: 12px;
    width: .75rem;
    height: 12px;
    height: .75rem;
    line-height: 12px;
    line-height: .75rem;
    font-size: 7px;
    font-size: .4375rem;
    display: inline-block;
    font-family: 'shopware';
    font-weight: normal;
    text-align: center;
    vertical-align: top;
    color: #fff;
    content: "\e60c"
}

.js--off-canvas-button {
    padding: 10px 10px 10px 10px;
    padding: .625rem .625rem .625rem .625rem;
    margin-bottom: 10px;
    margin-bottom: .625rem;
    border-radius: 3px;
    background-clip: padding-box;
    position: relative;
    border: 1px solid #d9d9d9;
    cursor: pointer;
    display: block
}

.js--off-canvas-button .tab--header {
    margin-bottom: 10px;
    margin-bottom: .625rem;
    position: relative
}

.js--off-canvas-button .tab--title:after {
    font-size: 12px;
    font-size: .75rem;
    right: 5px;
    right: .3125rem;
    margin-top: -6px;
    margin-top: -0.375rem;
    content: "\e60f"
}

.js--off-canvas-button .tab--preview {
    display: block
}

.js--off-canvas-button .tab--preview p:last-child {
    margin-bottom: 0
}

.js--off-canvas-button .tab--content {
    cursor: default
}

.js--off-canvas-button:hover .tab--title {
    color: #0093d0
}

.js--tab-menu .tab--navigation {
    list-style: none
}

.js--tab-menu .tab--link {
    padding: 10px 15px 10px 15px;
    padding: .625rem .9375rem .625rem .9375rem;
    margin: 0px 5px 0px 0px;
    margin: 0rem .3125rem 0rem 0rem;
    line-height: 24px;
    line-height: 1.5rem;
    font-size: 14px;
    font-size: .875rem;
    background-color: #fff;
    background-image: -ms-linear-gradient(top, #fff, #f2f2f2);
    background-image: linear-gradient(to bottom, #fff 0%, #f2f2f2 100%);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-clip: padding-box;
    top: 1px;
    top: .0625rem;
    display: none;
    position: relative;
    font-weight: bold;
    text-align: center;
    color: #000;
    border: 1px solid #d9d9d9;
    white-space: nowrap
}

.js--tab-menu .tab--link:hover {
    color: #0093d0;
    background: #fff
}

.js--tab-menu .tab--link:focus {
    outline: none
}

.js--tab-menu .tab--link.is--active {
    color: #000;
    border-bottom-color: #fff;
    background: #fff
}

.js--tab-menu .tab--link.is--active:hover {
    color: #000
}

.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: 46px;
    line-height: 2.875rem;
    height: 46px;
    height: 2.875rem;
    border-radius: 3px;
    background-clip: padding-box;
    border: 1px solid #d9d9d9
}

.js--tab-menu.js--menu-scroller .js--menu-scroller--arrow:hover {
    border-color: #0093d0
}

.js--tab-menu .tab--container-list .tab--container {
    border: 1px solid #d9d9d9;
    display: none
}

.js--tab-menu .tab--container-list .tab--container.has--content.is--active {
    display: block
}

.image--gallery .image-slider--container {
    bottom: 90px;
    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: 10px 0px 10px 0px;
    padding: .625rem 0rem .625rem 0rem;
    height: 90px;
    height: 5.625rem;
    background: #fff;
    top: auto;
    bottom: 0;
    width: 100%;
    margin: 0;
    position: absolute;
    display: block
}

.image--gallery .image-slider--thumbnails .thumbnails--arrow {
    top: 10px;
    top: .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: 0px 10px 0px 10px;
    margin: 0rem .625rem 0rem .625rem;
    left: auto;
    top: auto
}

.image--gallery .thumbnail--link {
    margin: 0px 10px 0px 0px;
    margin: 0rem .625rem 0rem 0rem;
    display: inline-block
}

.image--gallery .button--zoom-in,
.image--gallery .button--zoom-out,
.image--gallery .button--zoom-reset {
    top: 10px;
    top: .625rem;
    left: 10px;
    left: .625rem;
    font-size: 20px;
    font-size: 1.25rem;
    padding: 2px 6px 2px 6px;
    padding: .125rem .375rem .125rem .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: 43px;
    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: 76px;
    left: 4.75rem
}

.image-gallery--modal .modal--close {
    top: 10px;
    top: .625rem;
    width: 34px;
    width: 2.125rem;
    height: 34px;
    height: 2.125rem;
    line-height: 32px;
    line-height: 2rem
}

@media screen and (min-width: 78.75em) {
    .js--image-gallery {
        width: 80%;
        height: 80%
    }
}

.product--quick-view {
    padding: 20px 20px 20px 20px;
    padding: 1.25rem 1.25rem 1.25rem 1.25rem
}

.product--quick-view .quick-view--image {
    height: 200px;
    height: 12.5rem;
    border-radius: 3px;
    background-clip: padding-box;
    margin: 0px 0px 20px 0px;
    margin: 0rem 0rem 1.25rem 0rem;
    border: 1px solid #d9d9d9;
    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: 18px;
    font-size: 1.125rem;
    color: #000;
    display: block;
    font-weight: bold
}

.product--quick-view .quick-view--title:hover {
    color: #0093d0
}

.product--quick-view .quick-view--supplier {
    font-size: 14px;
    font-size: .875rem;
    padding: 10px 0px 5px 0px;
    padding: .625rem 0rem .3125rem 0rem;
    font-weight: bold
}

.product--quick-view .quick-view--description-title {
    font-size: 16px;
    font-size: 1rem;
    padding-bottom: 5px;
    padding-bottom: .3125rem;
    margin-top: 15px;
    margin-top: .9375rem;
    color: #000;
    border-bottom: 1px solid #d9d9d9;
    font-weight: bold;
    clear: both
}

.product--quick-view .quick-view--description {
    font-size: 14px;
    font-size: .875rem;
    padding-top: 10px;
    padding-top: .625rem;
    color: #000
}

.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: 20px 20px 20px 20px;
        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: 20px;
        padding-left: 1.25rem;
        width: 50%;
        float: right
    }
    .product--quick-view .quick-view--description-title {
        margin-top: 0
    }
}

* {
    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: 14px;
    font-size: .875rem;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 500;
    color: #000;
    background: #e5e5e5;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased
}

img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: auto
}

a {
    color: #0093d0;
    text-decoration: none
}

ul {
    margin: 0;
    padding: 0
}

.product--rating i[class^=icon] {
    color: #f9bc23
}

.product--rating i.icon--star-empty {
    color: #d9d9d9
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 26px;
    line-height: 1.625rem;
    margin: 28px 0px 10px 0px;
    margin: 1.75rem 0rem .625rem 0rem;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 700;
    color: #000
}

h1 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 28px;
    line-height: 1.75rem;
    margin: 34px 0px 20px 0px;
    margin: 2.125rem 0rem 1.25rem 0rem;
    color: #000
}

h2 {
    font-size: 21px;
    font-size: 1.3125rem
}

h3 {
    font-size: 18px;
    font-size: 1.125rem
}

h4 {
    font-size: 16px;
    font-size: 1rem
}

h5 {
    font-size: 14px;
    font-size: .875rem
}

h6 {
    font-size: 12px;
    font-size: .75rem
}

p {
    font-size: 14px;
    font-size: .875rem;
    line-height: 24px;
    line-height: 1.5rem;
    margin: 0px 0px 20px 0px;
    margin: 0rem 0rem 1.25rem 0rem
}

blockquote {
    padding: 10px 10px 10px 10px;
    padding: .625rem .625rem .625rem .625rem;
    border-radius: 3px;
    background-clip: padding-box;
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
    background: #e5e5e5;
    text-align: left;
    margin: 0
}

.ajax-loader {
    display: none
}

.is--rounded {
    border-radius: 3px;
    background-clip: padding-box
}

.is--block {
    display: block !important
}

.is--inline {
    display: inline !important
}

.is--inline-block {
    display: inline-block !important
}

.is--hidden {
    display: none !important
}

.is--invisible {
    visibility: hidden !important
}

.is--align-left {
    text-align: left !important
}

.is--align-right {
    text-align: right !important
}

.is--align-center {
    text-align: center !important
}

.is--underline {
    text-decoration: underline !important
}

.is--line-through {
    text-decoration: line-through !important
}

.is--uppercase {
    text-transform: uppercase !important
}

.is--strong {
    font-weight: 600 !important
}

.is--bold {
    font-weight: bold !important
}

.is--italic {
    font-style: italic
}

.is--nowrap {
    white-space: nowrap !important
}

.is--dark {
    color: #000 !important
}

.is--light {
    color: #a5a5a5 !important
}

.is--soft {
    color: #d9d9d9 !important
}

.is--fluid {
    width: 100% !important
}

.left {
    float: left
}

.right {
    float: right
}

::-moz-placeholder {
    color: #262626
}

::-webkit-input-placeholder {
    color: #262626
}

:-ms-input-placeholder {
    color: #262626
}

.page-wrap {
    min-width: 320px;
    min-width: 20rem
}

.content-main:after,
.content--wrapper:after {
    content: "";
    display: table;
    clear: both
}

.content-main--inner {
    padding: 0px 10px 16px 10px;
    padding: 0rem .625rem 1rem .625rem
}

.content-main--inner:after {
    content: "";
    display: table;
    clear: both
}

.content {
    width: 100%;
    float: left
}

@media screen and (min-width: 48em) {
    .content-main {
        box-shadow: 0 0 4px 1px #d9d9d9;
        min-height: 750px;
        min-height: 46.875rem
    }
    .content-main--inner {
        padding: 0px 30px 16px 30px;
        padding: 0rem 1.875rem 1rem 1.875rem;
        width: 100%
    }
}

@media screen and (min-width: 78.75em) {
    .content-main {
        margin-top: 20px;
        margin-top: 1.25rem;
        margin-bottom: 45px;
        margin-bottom: 2.8125rem;
        min-height: 700px;
        min-height: 43.75rem
    }
    .content-main--inner {
        padding: 0px 50px 50px 50px;
        padding: 0rem 3.125rem 3.125rem 3.125rem
    }
}

.header-main {
    padding-bottom: 10px;
    padding-bottom: .625rem;
    background: #fff;
    border-bottom: 1px solid #0093d0
}

.header-main .top-bar {
    display: none
}

.header-main .logo-main {
    padding: 10px 10px 10px 10px;
    padding: .625rem .625rem .625rem .625rem
}

.header-main .logo-main .logo--link {
    height: 35px;
    height: 2.1875rem;
    display: inline-block;
    max-width: 100%
}

.header-main .logo-main .logo--shop {
    height: 35px;
    height: 2.1875rem;
    width: 50%
}

.header-main .logo-main .logo--supportinfo {
    display: none
}

.header-main .header--navigation {
    position: relative
}

.is--ctl-checkout.is--minimal-header .header-main,
.is--ctl-register.is--minimal-header .header-main,
.is--ctl-register.is--minimal-header.is--target-checkout .header-main {
    border-bottom: 1px solid #0093d0
}

.is--ctl-checkout.is--minimal-header .header-main .logo-main,
.is--ctl-register.is--minimal-header .header-main .logo-main,
.is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo-main {
    width: 100%
}

.is--ctl-checkout.is--minimal-header .header-main .logo--shop,
.is--ctl-register.is--minimal-header .header-main .logo--shop,
.is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo--shop {
    width: 50%
}

.is--ctl-checkout.is--minimal-header .header-main .logo--link,
.is--ctl-register.is--minimal-header .header-main .logo--link,
.is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo--link {
    margin-top: 10px;
    margin-top: .625rem
}

.is--ctl-checkout.is--minimal-header .header-main .logo--supportinfo,
.is--ctl-register.is--minimal-header .header-main .logo--supportinfo,
.is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo--supportinfo {
    display: none
}

.is--ctl-checkout.is--minimal-header .header-main .btn--back-top-shop,
.is--ctl-register.is--minimal-header .header-main .btn--back-top-shop,
.is--ctl-register.is--minimal-header.is--target-checkout .header-main .btn--back-top-shop {
    margin-top: 10px;
    margin-top: .625rem;
    width: 40%;
    float: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.shop--navigation {
    position: relative
}

.shop--navigation .navigation--list {
    width: 100%;
    text-align: right
}

.shop--navigation .navigation--entry {
    margin-right: 5px;
    margin-right: .3125rem;
    display: inline-block
}

.shop--navigation .navigation--entry .btn {
    height: 40px;
    height: 2.5rem;
    width: 40px;
    width: 2.5rem;
    vertical-align: middle
}

.shop--navigation .navigation--entry .cart--link {
    padding: 2px 10px 2px 6px;
    padding: .125rem .625rem .125rem .375rem
}

.shop--navigation .navigation--entry .account--link {
    padding: 2px 10px 2px 8px;
    padding: .125rem .625rem .125rem .5rem
}

.shop--navigation .navigation--entry .icon--basket,
.shop--navigation .navigation--entry .icon--account {
    font-size: 21px;
    font-size: 1.3125rem;
    display: inline;
    position: relative;
    vertical-align: middle;
    top: 0;
    left: 0
}

.shop--navigation .navigation--entry .icon--heart {
    font-size: 18px;
    font-size: 1.125rem;
    vertical-align: middle
}

.shop--navigation .navigation--entry .icon--search {
    font-size: 22px;
    font-size: 1.375rem;
    vertical-align: middle
}

.shop--navigation .cart--quantity,
.shop--navigation .notes--quantity {
    top: -4px;
    top: -0.25rem;
    left: 23px;
    left: 1.4375rem;
    position: absolute;
    margin: 0
}

.shop--navigation .entry--link {
    text-align: center;
    text-decoration: none
}

.shop--navigation .main-search--form,
.shop--navigation .account--display,
.shop--navigation .cart--display,
.shop--navigation .cart--amount,
.shop--navigation .search--display {
    display: none
}

.shop--navigation .entry--search .is--active.btn {
    background: #fff;
    color: #0093d0;
    border-color: #0093d0
}

.shop--navigation .entry--cart {
    margin-right: 12px;
    margin-right: .75rem;
    position: relative
}

.shop--navigation .entry--menu-left {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    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: 48px;
    padding-left: 3rem;
    line-height: 35px;
    line-height: 2.1875rem;
    font-size: 17px;
    font-size: 1.0625rem;
    height: 40px;
    height: 2.5rem;
    color: #000;
    width: auto;
    background: 0 none;
    border: 0 none
}

.shop--navigation .entry--menu-left .icon--menu {
    font-size: 20px;
    font-size: 1.25rem
}

.main-search--form {
    padding: 10px 10px 10px 10px;
    padding: .625rem .625rem .625rem .625rem;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 3000
}

.main-search--form .main-search--field {
    padding: 9px 38px 9px 9px;
    padding: .5625rem 2.375rem .5625rem .5625rem;
    height: 40px;
    height: 2.5rem;
    background: #fff;
    vertical-align: middle;
    width: 100%;
    position: relative
}

.main-search--form .main-search--button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    top: 10px;
    top: .625rem;
    bottom: 10px;
    bottom: .625rem;
    right: 10px;
    right: .625rem;
    font-size: 20px;
    font-size: 1.25rem;
    padding: 0px 10px 0px 10px;
    padding: 0rem .625rem 0rem .625rem;
    line-height: 1;
    position: absolute;
    z-index: 2;
    border: 0 none;
    background: transparent;
    color: #000;
    outline: none
}

.main-search--form .main-search--text {
    display: none
}

.has--csstransforms .entry--search .entry--trigger.is--active::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 15px;
    width: .9375rem;
    height: 15px;
    height: .9375rem;
    margin-top: 8px;
    margin-top: .5rem;
    margin-left: 1px;
    margin-left: .0625rem;
    background: #e0e0e0;
    content: '';
    display: block
}

.entry--search.is--active .main-search--form {
    top: 50px;
    top: 3.125rem;
    background: #e0e0e0;
    left: 0;
    display: block;
    position: absolute
}

.header-main.is--active-searchfield {
    padding-bottom: 70px;
    padding-bottom: 4.375rem
}

.has--cssanimations .form--ajax-loader {
    top: 20px;
    top: 1.25rem;
    right: 55px;
    right: 3.4375rem;
    position: absolute;
    display: none
}

.has--cssanimations .form--ajax-loader::before {
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
    border-radius: 100%;
    background-clip: padding-box;
    -webkit-animation: keyframe--spin 1s linear infinite;
    -moz-animation: keyframe--spin 1s linear infinite;
    -o-animation: keyframe--spin 1s linear infinite;
    animation: keyframe--spin 1s linear infinite;
    border: 2px solid #d9d9d9;
    border-top: 2px solid #595959;
    display: block;
    content: ""
}

.has--no-cssanimations .form--ajax-loader {
    top: 24px;
    top: 1.5rem;
    right: 55px;
    right: 3.4375rem;
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
    position: absolute;
    display: none;
    background-image: url('../../themes/Frontend/Responsive/frontend/_public/src/img/icons/loading-indicator.gif')
}

.main-search--results {
    top: 110px;
    top: 6.875rem;
    position: absolute;
    width: 100%;
    left: 0;
    text-align: left;
    z-index: 3500;
    display: none
}

.main-search--results:after {
    content: "";
    display: table;
    clear: both
}

.results--list {
    padding: 10px 10px 10px 10px;
    padding: .625rem .625rem .625rem .625rem;
    box-shadow: 0 10px 25px -15px #000;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    background: #fff;
    -ms-touch-action: manipulation
}

.results--list::after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 12px;
    width: .75rem;
    height: 12px;
    height: .75rem;
    top: -6px;
    top: -0.375rem;
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    left: 48%;
    border: 1px solid #d9d9d9;
    border-top: 0 none;
    border-right: 0 none
}

.results--list .list--entry,
.results--list .entry--all-results {
    display: block
}

.results--list .entry--all-results.is--active {
    font-weight: 600
}

.results--list .entry--all-results.is--active .entry--all-results-number {
    font-weight: 600
}

.results--list .list--entry {
    line-height: 30px;
    line-height: 1.875rem;
    border-bottom: 1px solid #d9d9d9
}

.results--list .list--entry:last-child {
    border: 0 none
}

.results--list .entry--no-results {
    width: 100%;
    text-align: center;
    list-style: none;
    font-weight: normal
}

.results--list .is--active,
.results--list .list--entry:hover {
    color: #0093d0
}

.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: #0093d0
}

.results--list .search-result--link {
    padding: 6px 0px 6px 0px;
    padding: .375rem 0rem .375rem 0rem;
    display: block
}

.results--list .search-result--link:after {
    content: "";
    display: table;
    clear: both
}

.results--list .entry--name,
.results--list .entry--price,
.results--list .entry--all-results-link,
.results--list .entry--all-results-number {
    height: 30px;
    height: 1.875rem;
    line-height: 30px;
    line-height: 1.875rem;
    display: block
}

.results--list .entry--media {
    height: 30px;
    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: 10px;
    padding-left: .625rem;
    width: 60%;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.results--list .entry--price,
.results--list .entry--all-results-number {
    width: 30%;
    text-align: right;
    color: #000;
    white-space: nowrap
}

.results--list .entry--all-results {
    padding: 6px 5px 6px 5px;
    padding: .375rem .3125rem .375rem .3125rem;
    font-weight: normal
}

.results--list .entry--all-results-link {
    width: 70%;
    padding: 0
}

.results--list .entry--all-results-link .icon--arrow-right {
    top: -1px;
    top: -0.0625rem;
    margin: 0px 8px 0px 0px;
    margin: 0rem .5rem 0rem 0rem;
    position: relative
}

.results--list .entry--all-results-number {
    font-weight: normal;
    color: #0093d0
}

.off-canvas .mobile--switches .navigation--entry {
    padding: 0;
    border: none;
    background: none
}

@media screen and (min-width: 30em) {
    .is--ctl-checkout.is--minimal-header .header-main .btn--back-top-shop,
    .is--ctl-register.is--minimal-header .header-main .btn--back-top-shop,
    .is--ctl-register.is--minimal-header.is--target-checkout .header-main .btn--back-top-shop {
        width: auto
    }
    .entry--search {
        display: inline-block;
        position: absolute;
        left: 26%;
        width: 40%
    }
    .entry--search.is--active .main-search--form {
        top: 0;
        display: inline-block
    }
    .entry--search .entry--trigger {
        display: none
    }
    .entry--search .main-search--form {
        box-shadow: 0 0 0 transparent;
        border-bottom: 0 none;
        padding: 0;
        display: inline-block;
        position: relative
    }
    .entry--search .main-search--form .main-search--field {
        background: #f2f2f2
    }
    .entry--search .main-search--form .main-search--field:focus {
        background: #fff
    }
    .entry--search .main-search--form .main-search--button {
        top: 0px;
        top: 0rem;
        bottom: 0px;
        bottom: 0rem;
        right: 0px;
        right: 0rem;
        padding: 0px 10px 0px 10px;
        padding: 0rem .625rem 0rem .625rem
    }
    .main-search--results {
        top: 50px;
        top: 3.125rem;
        width: 450px;
        width: 28.125rem;
        margin-left: -110px;
        margin-left: -6.875rem
    }
    .main-search--results:after {
        content: "";
        display: table;
        clear: both
    }
    .results--list {
        border-radius: 3px;
        background-clip: padding-box;
        border: 1px solid #d9d9d9;
        background: #fff
    }
    .header-main.is--active-searchfield {
        padding-bottom: 10px;
        padding-bottom: .625rem
    }
    .has--cssanimations .form--ajax-loader {
        top: 10px;
        top: .625rem;
        right: 45px;
        right: 2.8125rem;
        position: absolute
    }
    .has--no-cssanimations .form--ajax-loader {
        top: 14px;
        top: .875rem;
        right: 45px;
        right: 2.8125rem;
        position: absolute
    }
}

@media screen and (min-width: 48em) {
    .header-main.is--active-searchfield {
        padding-bottom: 0
    }
    .header-main {
        padding-bottom: 0;
        border-bottom: 0 none
    }
    .header-main .container:after {
        content: "";
        display: table;
        clear: both
    }
    .header-main .top-bar {
        padding: 4px 0px 4px 0px;
        padding: .25rem 0rem .25rem 0rem;
        display: block
    }
    .header-main .top-bar--navigation {
        width: auto;
        float: right
    }
    .header-main .top-bar--navigation .navigation--entry {
        padding: 0px 15px 0px 15px;
        padding: 0rem .9375rem 0rem .9375rem;
        line-height: 25px;
        line-height: 1.5625rem;
        float: left;
        display: block
    }
    .header-main .top-bar--navigation .navigation--entry li {
        line-height: normal
    }
    .header-main .top-bar--navigation .navigation--entry,
    .header-main .top-bar--navigation .navigation--link {
        color: #000;
        cursor: pointer
    }
    .header-main .top-bar--navigation .navigation--entry:hover,
    .header-main .top-bar--navigation .navigation--link:hover {
        color: #0093d0
    }
    .header-main .top-bar--navigation .field--select,
    .header-main .top-bar--navigation .navigation--entry,
    .header-main .top-bar--navigation .js--fancy-select,
    .header-main .top-bar--navigation .js--fancy-select-text,
    .header-main .top-bar--navigation .js--fancy-select-trigger {
        height: 25px;
        height: 1.5625rem
    }
    .header-main .top-bar--navigation .field--select {
        position: relative;
        margin: 0;
        padding: 0
    }
    .header-main .top-bar--navigation .js--fancy-select {
        border-radius: 0;
        background: none;
        border: 0 none;
        width: auto
    }
    .header-main .top-bar--navigation .js--fancy-select select {
        border: 0 none
    }
    .header-main .top-bar--navigation .js--fancy-select-text {
        padding: 0px 18px 0px 0px;
        padding: 0rem 1.125rem 0rem 0rem;
        line-height: 25px;
        line-height: 1.5625rem;
        border: 0 none
    }
    .header-main .top-bar--navigation .js--fancy-select-trigger {
        line-height: 27px;
        line-height: 1.6875rem;
        width: auto;
        border: 0 none
    }
    .header-main .top-bar--navigation .top-bar--language .js--fancy-select-text {
        width: 32px;
        width: 2rem;
        text-indent: -9999px;
        text-align: left;
        white-space: nowrap;
        overflow: hidden
    }
    .header-main .top-bar--navigation .top-bar--language .language--flag {
        margin-top: -6px;
        margin-top: -0.375rem;
        position: absolute;
        z-index: 900;
        top: 50%;
        left: 0
    }
    .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: -3px;
        top: -0.1875rem;
        margin-left: 5px;
        margin-left: .3125rem;
        content: "\e612";
        font-family: 'shopware';
        position: relative
    }
    .header-main .top-bar--navigation .entry--service.js--is--dropdown-active {
        color: #0093d0
    }
    .header-main .top-bar--navigation .service--list {
        min-width: 150px;
        min-width: 9.375rem;
        padding: 5px 0px 5px 0px;
        padding: .3125rem 0rem .3125rem 0rem;
        top: 32px;
        top: 2rem;
        right: 12px;
        right: .75rem;
        text-align: left;
        position: absolute;
        display: none;
        list-style: none;
        background: #fff;
        z-index: 3500;
        border: 1px solid #d9d9d9
    }
    .header-main .top-bar--navigation .service--list::after {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
        width: 8px;
        width: .5rem;
        height: 8px;
        height: .5rem;
        top: -5px;
        top: -0.3125rem;
        right: 18px;
        right: 1.125rem;
        content: '';
        display: block;
        position: absolute;
        background: #fff;
        border-color: #d9d9d9;
        border-width: 0 0 1px 1px;
        border-style: solid
    }
    .header-main .top-bar--navigation .service--list .service--link {
        padding: 5px 10px 5px 10px;
        padding: .3125rem .625rem .3125rem .625rem;
        display: block;
        color: #000
    }
    .header-main .top-bar--navigation .service--list .service--link:hover {
        color: #0093d0
    }
    .header-main .top-bar--navigation .js--is--dropdown-active .service--list {
        display: block
    }
    .header-main .header--navigation {
        padding: 10px 0px 10px 0px;
        padding: .625rem 0rem .625rem 0rem
    }
    .header-main .logo-main {
        padding: 0px 0px 0px 10px;
        padding: 0rem 0rem 0rem .625rem;
        width: 35%
    }
    .header-main .logo-main .logo--link {
        height: 50px;
        height: 3.125rem
    }
    .header-main .logo-main .logo--shop {
        height: 50px;
        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 #d9d9d9
    }
    .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: 10px;
        padding-right: .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: 5px 0px 5px 0px;
        padding: .3125rem 0rem .3125rem 0rem;
        display: block;
        width: 35%
    }
    .logo-main,
    .shop--navigation {
        float: left
    }
    .shop--navigation {
        width: 65%
    }
    .shop--navigation .navigation--list {
        background-image: none;
        text-align: right
    }
    .shop--navigation .navigation--entry {
        border-radius: 3px;
        background-clip: padding-box;
        border: 0 none;
        width: auto;
        float: none;
        display: inline-block
    }
    .shop--navigation .entry--cart .entry--link {
        padding: 0;
        display: inline-block
    }
    .shop--navigation .entry--link {
        font-weight: normal
    }
    .shop--navigation .entry--menu-left {
        display: none
    }
    .shop--navigation .cart--quantity,
    .shop--navigation .search--display,
    .shop--navigation .entry--account {
        display: inline-block
    }
    .shop--navigation .entry--search {
        font-size: 14px;
        font-size: .875rem;
        position: absolute;
        left: 3%;
        margin-right: 10%;
        background: #fff;
        padding: 0;
        border: 0 none;
        width: 50%
    }
    .shop--navigation .entry--search .entry--trigger {
        display: none
    }
    .shop--navigation .main-search--form {
        box-shadow: 0 0 0 transparent;
        display: block;
        padding: 0;
        border: 0 none
    }
    .main-search--form {
        left: auto
    }
    .main-search--results {
        width: 450px;
        width: 28.125rem;
        margin-left: -225px;
        margin-left: -14.0625rem;
        top: 55px;
        top: 3.4375rem;
        left: 50%
    }
    .main-search--results:after {
        content: "";
        display: table;
        clear: both
    }
}

@media screen and (min-width: 64em) {
    .header-main .logo-main {
        width: 30%
    }
    .header-main .shop--navigation {
        width: 70%
    }
    .shop--navigation .entry--search {
        width: 40%;
        margin-right: 8%
    }
    .is--ctl-checkout.is--minimal-header .header-main,
    .is--ctl-register.is--minimal-header .header-main,
    .is--ctl-register.is--minimal-header.is--target-checkout .header-main {
        box-shadow: 0 1px 2px 0 #d9d9d9
    }
    .is--ctl-checkout.is--minimal-header .header-main .logo--shop,
    .is--ctl-register.is--minimal-header .header-main .logo--shop,
    .is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo--shop {
        width: 30%
    }
    .is--ctl-checkout.is--minimal-header .header-main .logo--supportinfo,
    .is--ctl-register.is--minimal-header .header-main .logo--supportinfo,
    .is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo--supportinfo {
        width: 35%
    }
    .is--ctl-checkout.is--minimal-header .header-main .btn--back-top-shop,
    .is--ctl-register.is--minimal-header .header-main .btn--back-top-shop,
    .is--ctl-register.is--minimal-header.is--target-checkout .header-main .btn--back-top-shop {
        display: inline-block;
        float: right
    }
    .navigation--list .navigation--entry .btn {
        width: auto
    }
    .navigation--list .entry--cart .cart--link {
        padding-left: 50px;
        padding-left: 3.125rem
    }
    .navigation--list .entry--cart .cart--link .cart--quantity {
        display: inline-block
    }
    .navigation--list .entry--cart .cart--link .cart--amount {
        display: inline-block;
        color: #0093d0;
        font-weight: 700
    }
    .navigation--list .entry--cart .icon--basket {
        left: 8px;
        left: .5rem;
        display: block;
        position: absolute;
        top: 50%
    }
    .navigation--list .entry--account .account--link {
        padding-left: 36px;
        padding-left: 2.25rem
    }
    .navigation--list .entry--account .icon--account {
        left: 8px;
        left: .5rem;
        display: block;
        position: absolute;
        top: 50%
    }
    .navigation--list .account--display {
        display: inline-block
    }
}

@media screen and (min-width: 78.75em) {
    .header-main .top-bar {
        margin-bottom: 2px;
        margin-bottom: .125rem
    }
    .header-main .logo--shop {
        width: 75%
    }
    .is--ctl-checkout.is--minimal-header .header-main,
    .is--ctl-register.is--minimal-header .header-main,
    .is--ctl-register.is--minimal-header.is--target-checkout .header-main {
        box-shadow: 0 1px 2px 0 #d9d9d9
    }
    .is--ctl-checkout.is--minimal-header .header-main .logo-main,
    .is--ctl-register.is--minimal-header .header-main .logo-main,
    .is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo-main {
        padding-right: 0
    }
    .is--ctl-checkout.is--minimal-header .header-main .logo--shop,
    .is--ctl-register.is--minimal-header .header-main .logo--shop,
    .is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo--shop {
        width: 30%
    }
    .is--ctl-checkout.is--minimal-header .header-main .logo--supportinfo,
    .is--ctl-register.is--minimal-header .header-main .logo--supportinfo,
    .is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo--supportinfo {
        width: 35%
    }
    .is--ctl-checkout.is--minimal-header .header-main .btn--back-top-shop,
    .is--ctl-register.is--minimal-header .header-main .btn--back-top-shop,
    .is--ctl-register.is--minimal-header.is--target-checkout .header-main .btn--back-top-shop {
        display: inline-block;
        float: right
    }
    .shop--navigation {
        width: 75%
    }
    .shop--navigation .navigation--link {
        padding: 8px 16px 16px 16px;
        padding: .5rem 1rem 1rem 1rem
    }
    .shop--navigation .entry--link {
        font-size: 14px;
        font-size: .875rem
    }
    .shop--navigation .entry--trigger {
        margin-right: 14px;
        margin-right: .875rem
    }
    .shop--navigation .entry--search {
        width: 40%
    }
    .shop--navigation .entry--cart {
        margin-right: 0
    }
    .header-main .top-bar--navigation .service--list {
        right: 0
    }
    .header-main .top-bar--navigation .navigation--entry:last-child {
        padding-right: 0
    }
    .cart--display {
        margin: 0px 25px 0px 5px;
        margin: 0rem 1.5625rem 0rem .3125rem;
        font-weight: bold;
        color: #000
    }
}

.navigation-main {
    background: #fff;
    display: none
}

@media screen and (min-width: 48em) {
    .navigation-main {
        border-bottom: 1px solid #0093d0;
        display: block;
        position: relative
    }
    .navigation-main .navigation--list {
        padding: 0px 10px 0px 10px;
        padding: 0rem .625rem 0rem .625rem;
        margin: 0;
        position: relative;
        white-space: nowrap
    }
    .navigation-main .navigation--list:after {
        content: "";
        display: table;
        clear: both
    }
    .navigation-main .navigation--entry {
        display: inline-block;
        -ms-touch-action: none
    }
    .navigation-main .navigation--link {
        -webkit-transition: none 0;
        -moz-transition: none 0;
        -ms-transition: none 0;
        -o-transition: none 0;
        transition: none 0;
        padding: 8px 14px 8px 14px;
        padding: .5rem .875rem .5rem .875rem;
        font-size: 16px;
        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: #000
    }
    .navigation-main .navigation--link:hover {
        color: #0093d0
    }
    .navigation-main .is--active .navigation--link {
        background-color: #0eb8ff;
        background-image: -ms-linear-gradient(top, #0eb8ff, #0093d0);
        background-image: linear-gradient(to bottom, #0eb8ff 0%, #0093d0 100%);
        font-weight: 600;
        color: #fff
    }
    .navigation-main .is--active .navigation--link:hover {
        color: #fff
    }
}

@media screen and (min-width: 78.75em) {
    .navigation-main .navigation--list {
        padding: 0
    }
}

.content--breadcrumb {
    font-size: 14px;
    font-size: .875rem;
    display: block;
    float: none;
    border-bottom: 1px solid #d9d9d9
}

.content--breadcrumb:after {
    content: "";
    display: table;
    clear: both
}

.content--breadcrumb .breadcrumb--list {
    overflow: hidden
}

.content--breadcrumb .breadcrumb--entry,
.content--breadcrumb .breadcrumb--separator {
    display: none;
    float: left;
    list-style: none;
    white-space: nowrap;
    overflow: hidden
}

.content--breadcrumb .breadcrumb--entry:last-child,
.content--breadcrumb .breadcrumb--separator:last-child {
    display: list-item
}

.content--breadcrumb .breadcrumb--link,
.content--breadcrumb .breadcrumb--separator {
    line-height: 24px;
    line-height: 1.5rem;
    padding: 10px 10px 10px 10px;
    padding: .625rem .625rem .625rem .625rem
}

.content--breadcrumb .breadcrumb--separator {
    font-size: 9px;
    font-size: .5625rem
}

.content--breadcrumb .breadcrumb--link {
    display: block;
    color: #000
}

.content--breadcrumb .breadcrumb--link:hover {
    color: #0093d0
}

.content--breadcrumb .is--active .breadcrumb--link {
    color: #0093d0
}

.content--breadcrumb .breadcrumb--button {
    padding: 10px 0px 10px 10px;
    padding: .625rem 0rem .625rem .625rem;
    display: inline-block;
    float: left;
    list-style: none
}

.content--breadcrumb .breadcrumb--button .breadcrumb--title {
    padding-right: 20px;
    padding-right: 1.25rem;
    border-right: 1px solid #d9d9d9
}

.content--breadcrumb .breadcrumb--button .icon--arrow-left {
    font-size: 9px;
    font-size: .5625rem;
    margin-right: 10px;
    margin-right: .625rem
}

@media screen and (min-width: 48em) {
    .content--breadcrumb {
        padding: 0px 20px 0px 20px;
        padding: 0rem 1.25rem 0rem 1.25rem
    }
    .content--breadcrumb .breadcrumb--list {
        padding-left: 0
    }
    .content--breadcrumb .breadcrumb--entry,
    .content--breadcrumb .breadcrumb--separator {
        display: list-item
    }
    .content--breadcrumb .breadcrumb--button {
        margin-right: 10px;
        margin-right: .625rem;
        padding: 10px 30px 10px 10px;
        padding: .625rem 1.875rem .625rem .625rem
    }
    .content--breadcrumb .breadcrumb--button .breadcrumb--title {
        padding-right: 0px;
        padding-right: 0rem;
        border-right: 0 none
    }
}

@media screen and (min-width: 78.75em) {
    .content--breadcrumb {
        padding: 0px 40px 0px 40px;
        padding: 0rem 2.5rem 0rem 2.5rem
    }
}

.product--details .product--actions {
    margin: 0px 0px 10px 0px;
    margin: 0rem 0rem .625rem 0rem;
    padding: 0px 0px 10px 0px;
    padding: 0rem 0rem .625rem 0rem;
    border-top: 0 none;
    border-bottom: 1px solid #d9d9d9
}

.product--details .product--actions:after {
    content: "";
    display: table;
    clear: both
}

.product--details .product--header {
    padding: 10px 0px 10px 0px;
    padding: .625rem 0rem .625rem 0rem;
    min-height: 70px;
    min-height: 4.375rem;
    box-sizing: content-box
}

.product--details .product--header:after {
    content: "";
    display: table;
    clear: both
}

.product--details .product--header .product--title {
    font-size: 21px;
    font-size: 1.3125rem;
    margin: 0;
    padding: 0;
    font-weight: bold;
    color: #000
}

.product--details .product--supplier,
.product--details .product--rating-container {
    width: 50%
}

.product--details .product--rating-link {
    display: inline-block
}

.product--details .product--rating {
    font-size: 19px;
    font-size: 1.1875rem;
    display: block;
    letter-spacing: -1px;
    color: #000
}

.product--details .product--rating:after {
    content: "";
    display: table;
    clear: both
}

.product--details .product--rating .rating--count-wrapper {
    font-size: 16px;
    font-size: 1rem;
    margin-left: 10px;
    margin-left: .625rem;
    line-height: 25px;
    line-height: 1.5625rem;
    vertical-align: text-top;
    letter-spacing: 1px
}

.product--details .product--supplier {
    height: 35px;
    height: 2.1875rem;
    text-align: right;
    float: right;
    margin: 0
}

.product--details .product--supplier .product--supplier-link {
    height: 35px;
    height: 2.1875rem;
    display: inline-block;
    max-width: 100%
}

.product--details .product--rating-container {
    margin: 5px 0px 0px 0px;
    margin: .3125rem 0rem 0rem 0rem;
    float: left
}

.product--details .product--image-container {
    margin: 0px 0px 20px 0px;
    margin: 0rem 0rem 1.25rem 0rem;
    width: 100%
}

.product--details .product--image-container .image-slider--slide {
    margin-right: -0.5px
}

.product--details .alert {
    margin: 0px 0px 10px 0px;
    margin: 0rem 0rem .625rem 0rem
}

.product--details .product--tax {
    font-size: 12px;
    font-size: .75rem;
    margin: 0
}

.product--details .product--buybox {
    margin: 0px 0px 10px 0px;
    margin: 0rem 0rem .625rem 0rem;
    width: 100%
}

.product--details .product--buybox .product--price {
    margin: 0
}

.product--details .product--buybox .price--label {
    font-weight: bold
}

.product--details .product--buybox .price--line-through {
    text-decoration: line-through
}

.product--details .product--buybox .price--discount .price--content {
    color: #e74c3c
}

.product--details .product--buybox .price--content {
    font-size: 28px;
    font-size: 1.75rem;
    white-space: nowrap;
    color: #000;
    font-weight: bold;
    display: inline-block;
    line-height: 1
}

.product--details .product--buybox .content--discount {
    font-size: 14px;
    font-size: .875rem;
    padding: 4px 0px 4px 0px;
    padding: .25rem 0rem .25rem 0rem;
    white-space: nowrap;
    display: inline-block
}

.product--details .product--buybox .price--discount-icon {
    padding: 6px 7px 6px 7px;
    padding: .375rem .4375rem .375rem .4375rem;
    margin: 0px 5px 0px 5px;
    margin: 0rem .3125rem 0rem .3125rem;
    font-size: 13px;
    font-size: .8125rem;
    border-radius: 3px;
    border-radius: .1875rem;
    display: inline-block;
    position: relative;
    background: #e74c3c;
    color: #fff;
    text-align: center;
    font-weight: bold;
    vertical-align: top
}

.product--details .product--configurator .reset--configuration {
    margin: 0px 0px 20px 0px;
    margin: 0rem 0rem 1.25rem 0rem;
    white-space: nowrap
}

.product--details .product--configurator .alert {
    margin: 10px 0px 0px 0px;
    margin: .625rem 0rem 0rem 0rem
}

.product--details .buybox--form {
    padding: 10px 0px 10px 0px;
    padding: .625rem 0rem .625rem 0rem
}

.product--details .buybox--quantity {
    margin: 0 2% 0 0;
    width: 35%
}

.product--details .buybox--quantity .js--fancy-select {
    font-size: 16px;
    font-size: 1rem;
    height: 42px;
    height: 2.625rem;
    border-radius: 3px;
    background-clip: padding-box;
    font-weight: bold;
    width: 100%
}

.product--details .buybox--quantity .js--fancy-select .js--fancy-select-text,
.product--details .buybox--quantity .js--fancy-select .js--fancy-select-trigger {
    height: 42px;
    height: 2.625rem;
    line-height: 42px;
    line-height: 2.625rem
}

.product--details .buybox--button {
    font-size: 16px;
    font-size: 1rem;
    white-space: nowrap;
    width: 63%
}

.product--details .product--base-info {
    margin: 10px 0px 10px 0px;
    margin: .625rem 0rem .625rem 0rem;
    font-size: 14px;
    font-size: .875rem
}

.product--details .product--base-info .entry--label {
    margin: 0px 8px 0px 0px;
    margin: 0rem .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: 10px 10px 10px 10px;
    padding: .625rem .625rem .625rem .625rem
}

.product--details .product--properties {
    margin: 0px 0px 10px 0px;
    margin: 0rem 0rem .625rem 0rem
}

.product--details .product--properties .product--properties-table {
    width: 100%;
    background: #fff
}

.product--details .product--properties td {
    padding: 5px 10px 5px 10px;
    padding: .3125rem .625rem .3125rem .625rem;
    width: 50%;
    border: 0 none
}

.product--details .product--properties tr:nth-child(even) td {
    background: #f5f5f5
}

.product--details .content--title {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 10px 0px 5px 0px;
    margin: .625rem 0rem .3125rem 0rem;
    font-weight: 700;
    color: #000
}

.product--details .content--title.title--description-supplier {
    margin-top: 25px;
    margin-top: 1.5625rem
}

.product--details .content--link [class^=icon] {
    font-size: 10px;
    font-size: .625rem;
    margin: -2px 8px 0px 0px;
    margin: -0.125rem .5rem 0rem 0rem
}

.product--details .block-prices--container {
    margin: 0px 0px 12px 0px;
    margin: 0rem 0rem .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: 4px 10px 4px 10px;
    padding: .25rem .625rem .25rem .625rem
}

.product--details .block-prices--container .block-prices--table th {
    color: #fff;
    text-align: left
}

.product--details .listing .product--box .panel--body {
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9
}

.product--details .action--form {
    float: left
}

.product--details .action--link {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-size: .875rem;
    margin: 0px 35px 5px 0px;
    margin: 0rem 2.1875rem .3125rem 0rem;
    color: #000;
    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: #0093d0
}

.product--details .action--link *[class^="icon"] {
    font-size: 12px;
    font-size: .75rem;
    margin: 0px 5px 0px 0px;
    margin: 0rem .3125rem 0rem 0rem
}

.product--details .action--link *[class="icon--star"] {
    font-size: 14px;
    font-size: .875rem;
    margin: 0px 5px 0px 0px;
    margin: 0rem .3125rem 0rem 0rem
}

.product--details .action--compare {
    display: none
}

.product--details .link--notepad:focus {
    outline: none
}

.product--details .link--notepad.js--is-saved {
    color: #2ecc71
}

.product--details .price--unit {
    font-size: 12px;
    font-size: .75rem
}

.product--details .delivery--text {
    font-size: 14px;
    font-size: .875rem
}

.product--details .similar--content .product-slider,
.product--details .viewed--content .product-slider,
.product--details .related--content .product-slider,
.product--details .product-streams--content .product-slider {
    padding: 10px 10px 10px 10px;
    padding: .625rem .625rem .625rem .625rem;
    min-height: 270px;
    min-height: 16.875rem
}

.product--details .similar--content .product-slider--arrow.arrow--prev,
.product--details .viewed--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 .related--content .product-slider--arrow.arrow--next,
.product--details .product-streams--content .product-slider--arrow.arrow--next {
    border-right: 0 none
}

.product--navigation {
    display: none
}

.review--form .review--field {
    margin: 0px 0px 10px 0px;
    margin: 0rem 0rem .625rem 0rem;
    width: 100%
}

.review--form .captcha--placeholder {
    margin: 20px 0px 20px 0px;
    margin: 1.25rem 0rem 1.25rem 0rem
}

.review--form .review--notice {
    font-size: 12px;
    font-size: .75rem
}

.product--description ol,
.product--description ul {
    margin: 0px 16px 16px 16px;
    margin: 0rem 1rem 1rem 1rem;
    padding: 0
}

.product--description ol li,
.product--description ul li {
    margin: 0px 0px 0px 6px;
    margin: 0rem 0rem 0rem .375rem
}

.review--entry {
    border-radius: 3px;
    background-clip: padding-box;
    margin: 0px 0px 25px 0px;
    margin: 0rem 0rem 1.5625rem 0rem;
    padding: 20px 20px 20px 20px;
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
    font-size: 14px;
    font-size: .875rem;
    background: #fff;
    border: 1px solid #d9d9d9
}

.review--entry.is--last {
    margin: 0px 0px 30px 0px;
    margin: 0rem 0rem 1.875rem 0rem
}

.review--entry.has--answer {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-clip: padding-box;
    margin: 0
}

.review--entry .entry--header,
.review--entry .product--rating {
    margin-bottom: 10px;
    margin-bottom: .625rem
}

.review--entry .content--label {
    margin: 0px 8px 0px 0px;
    margin: 0rem .5rem 0rem 0rem;
    float: left
}

.review--entry .content--field:after {
    content: "";
    display: table;
    clear: both
}

.review--entry .content--title {
    font-size: 16px;
    font-size: 1rem
}

.review--entry .review--content {
    font-size: 14px;
    font-size: .875rem;
    margin: 0
}

.review--entry.is--answer {
    margin: 0px 10px 30px 10px;
    margin: 0rem .625rem 1.875rem .625rem;
    padding: 20px 10px 20px 10px;
    padding: 1.25rem .625rem 1.25rem .625rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-clip: padding-box;
    background: #e5e5e5;
    border-top: 0
}

.review--entry.is--answer .entry--header {
    position: relative;
    border: 0 none
}

.review--entry.is--answer .entry--header::after {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
    top: -9px;
    top: -0.5625rem;
    background: #e5e5e5
}

.content--product-reviews .alert {
    margin: 0px 0px 16px 0px;
    margin: 0rem 0rem 1rem 0rem
}

.content--product-reviews .captcha--notice {
    font-size: 12px;
    font-size: .75rem;
    line-height: 1.2
}

.product--rating-count {
    margin-left: 8px;
    margin-left: .5rem;
    padding: 2px 7px 2px 7px;
    padding: .125rem .4375rem .125rem .4375rem;
    border-radius: 3px;
    background-clip: padding-box;
    background: #000;
    color: #fff;
    font-weight: bold
}

.product--notification {
    margin: 0px 0px 16px 0px;
    margin: 0rem 0rem 1rem 0rem
}

.product--notification .alert {
    margin: 0px 0px 8px 0px;
    margin: 0rem 0rem .5rem 0rem;
    word-wrap: break-word
}

.product--notification .notification--field {
    border-top-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
    background-clip: padding-box;
    position: relative;
    width: 80%
}

.product--notification .notification--field:focus {
    z-index: 1
}

.product--notification .notification--button {
    padding: 3px 10px 3px 10px;
    padding: .1875rem .625rem .1875rem .625rem;
    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: -1px;
    margin-left: -0.0625rem;
    position: relative;
    width: 20%
}

.product--notification .notification--button .icon--mail {
    font-size: 12px;
    font-size: .75rem
}

.configurator--form {
    padding: 10px 0px 10px 0px;
    padding: .625rem 0rem .625rem 0rem
}

.configurator--form .js--fancy-select {
    width: 100%
}

.configurator--label {
    margin: 6px 0px 4px 0px;
    margin: .375rem 0rem .25rem 0rem;
    font-size: 14px;
    font-size: .875rem;
    font-weight: bold
}

.is--ctl-detail .content-main--inner {
    background: #fff;
    position: relative
}

.link--prev-button,
.link--next-button {
    display: none
}

.base-info--entry {
    margin: 0px 0px 5px 0px;
    margin: 0rem 0rem .3125rem 0rem
}

.tab--navigation {
    display: none
}

.tab--title {
    color: #000;
    font-weight: bold
}

.tab--title:hover {
    color: #0093d0
}

.tab--title:after {
    right: 10px;
    right: .625rem;
    font-size: 18px;
    font-size: 1.125rem;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    content: "";
    font-family: 'shopware'
}

.tab-menu--cross-selling .tab--container {
    margin: 0px 0px 10px 0px;
    margin: 0rem 0rem .625rem 0rem;
    border-radius: 3px;
    background-clip: padding-box;
    border: 1px solid #d9d9d9;
    display: none
}

.tab-menu--cross-selling .tab--container.has--content {
    display: block
}

.tab-menu--cross-selling .tab--container:last-child {
    margin: 0px 0px 0px 0px;
    margin: 0rem 0rem 0rem 0rem
}

.tab-menu--cross-selling .tab--header.is--active {
    border-bottom: 1px solid #d9d9d9
}

.tab-menu--cross-selling .tab--header.is--active .tab--title:after {
    content: "\e68e"
}

.tab-menu--cross-selling .tab--title {
    padding: 10px 38px 10px 10px;
    padding: .625rem 2.375rem .625rem .625rem;
    line-height: 20px;
    line-height: 1.25rem;
    position: relative;
    display: block
}

.tab-menu--cross-selling .tab--title:after {
    content: "\e68f"
}

@media screen and (min-width: 30em) {
    .product--details .configurator--form .js--fancy-select {
        line-height: 36px;
        line-height: 2.25rem;
        width: 80%
    }
    .product--details .configurator--form,
    .product--details .buybox--form {
        width: 80%
    }
    .tab-menu--product {
        margin: 0px 0px 10px 0px;
        margin: 0rem 0rem .625rem 0rem
    }
    .tab-menu--product .tab--navigation {
        display: block
    }
    .tab-menu--product .tab--header,
    .tab-menu--product .tab--preview {
        display: none
    }
}

@media screen and (min-width: 48em) {
    .product--details .product--header {
        padding: 30px 0px 20px 0px;
        padding: 1.875rem 0rem 1.25rem 0rem
    }
    .product--details .product--header .product--title {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 30px;
        line-height: 1.875rem;
        width: 80%;
        float: left;
        border: 0 none
    }
    .product--details .product--supplier {
        height: 70px;
        height: 4.375rem;
        width: 20%;
        float: right
    }
    .product--details .product--supplier .product--supplier-link {
        height: 70px;
        height: 4.375rem
    }
    .product--details .action--link.action--compare {
        display: inline-block
    }
    .product--details .product--rating-container {
        width: 80%;
        float: left
    }
    .product--details .product--image-container {
        width: 100%
    }
    .product--details .product--base-info .entry--label {
        margin: 0px 8px 0px 0px;
        margin: 0rem .5rem 0rem 0rem
    }
    .product--details .content--description,
    .product--details .content--product-reviews {
        padding: 30px 30px 30px 30px;
        padding: 1.875rem 1.875rem 1.875rem 1.875rem
    }
    .product--details .content--related-products,
    .product--details .content--similar-products {
        padding: 20px 35px 20px 35px;
        padding: 1.25rem 2.1875rem 1.25rem 2.1875rem
    }
    .product--details .product--properties {
        margin: 0px 0px 20px 0px;
        margin: 0rem 0rem 1.25rem 0rem
    }
    .product--details .block-prices--container {
        margin-top: 12px;
        margin-top: .75rem
    }
    .product--details .tab--navigation {
        display: block
    }
    .product--details .tab--header,
    .product--details .tab--preview {
        display: none
    }
    .product--details .review--entry {
        padding: 30px 30px 30px 30px;
        padding: 1.875rem 1.875rem 1.875rem 1.875rem
    }
    .product--details .review--entry.is--answer {
        padding: 30px 20px 30px 20px;
        padding: 1.875rem 1.25rem 1.875rem 1.25rem
    }
    .product--details .tab--container {
        margin: 0px 0px 0px 0px;
        margin: 0rem 0rem 0rem 0rem
    }
    .product--details .tab-menu--product {
        margin: 0px 0px 30px 0px;
        margin: 0rem 0rem 1.875rem 0rem
    }
    .product--details .tab-menu--cross-selling .tab--container {
        display: none
    }
    .product--details .review--form-container {
        width: 80%
    }
}

@media screen and (min-width: 64em) {
    .product--details .product--image-container {
        width: 58%;
        margin-right: 4%;
        float: left
    }
    .product--details .product--buybox {
        width: 38%
    }
    .product--details .configurator--form {
        padding: 10px 0px 10px 0px;
        padding: .625rem 0rem .625rem 0rem
    }
    .product--details .buybox--inner {
        width: 100%;
        float: none
    }
    .product--details .product--base-info {
        margin: 10px 0px 20px 0px;
        margin: .625rem 0rem 1.25rem 0rem;
        padding: 0;
        width: 100%;
        float: none
    }
    .product--details .product--properties {
        width: 50%
    }
    .product--details .action--link {
        margin-right: 25px;
        margin-right: 1.5625rem
    }
    .product--details .review--form-container {
        width: 70%
    }
    .product--details .product--actions {
        padding: 0px 0px 5px 0px;
        padding: 0rem 0rem .3125rem 0rem;
        border-bottom: 1px solid #d9d9d9
    }
    .product--details .product--buybox {
        border-bottom: 0 none
    }
    .product--details .configurator--form,
    .product--details .buybox--form {
        width: 100%
    }
}

@media screen and (min-width: 78.75em) {
    .is--ctl-detail .page-wrap {
        overflow-x: hidden
    }
    .product--details .product--header {
        padding-top: 45px;
        padding-top: 2.8125rem
    }
    .product--details .review--form-container {
        width: 60%
    }
    .product--navigation {
        display: block;
        position: relative
    }
    .product--navigation .navigation--link {
        top: 140px;
        top: 8.75rem;
        display: none;
        position: absolute
    }
    .product--navigation .link--prev-button,
    .product--navigation .link--next-button {
        width: 40px;
        width: 2.5rem;
        height: 255px;
        height: 15.9375rem;
        line-height: 255px;
        line-height: 15.9375rem;
        font-size: 25px;
        font-size: 1.5625rem;
        -webkit-transition: background .3s ease;
        -moz-transition: background .3s ease;
        -ms-transition: background .3s ease;
        -o-transition: background .3s ease;
        transition: background .3s ease;
        background: rgba(0, 0, 0, 0.1);
        text-align: center;
        color: #fff;
        display: block
    }
    .product--navigation .link--prev-button .link--prev-inner,
    .product--navigation .link--next-button .link--prev-inner,
    .product--navigation .link--prev-button .link--next-inner,
    .product--navigation .link--next-button .link--next-inner {
        display: none
    }
    .product--navigation .image--wrapper {
        padding: 15px 15px 15px 15px;
        padding: .9375rem .9375rem .9375rem .9375rem;
        width: 200px;
        width: 12.5rem;
        height: 255px;
        height: 15.9375rem;
        float: left;
        background: #fff;
        position: relative
    }
    .product--navigation .image--container {
        -webkit-transition: all .45s cubic-bezier(.16, .04, .14, 1);
        -moz-transition: all .45s cubic-bezier(.16, .04, .14, 1);
        -ms-transition: all .45s cubic-bezier(.16, .04, .14, 1);
        -o-transition: all .45s cubic-bezier(.16, .04, .14, 1);
        transition: all .45s cubic-bezier(.16, .04, .14, 1);
        width: 100%;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        position: relative
    }
    .product--navigation .link--prev-button {
        border-top-left-radius: 3px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 3px;
        background-clip: padding-box;
        float: left
    }
    .product--navigation .link--prev-button:before {
        font-family: 'shopware';
        content: "\e611"
    }
    .product--navigation .link--next-button {
        border-top-left-radius: 0;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 0;
        background-clip: padding-box;
        float: right
    }
    .product--navigation .link--next-button:before {
        font-family: 'shopware';
        content: "\e60f"
    }
    .product--navigation .link--prev,
    .product--navigation .link--next {
        -webkit-transition: all .38s cubic-bezier(.16, .04, .14, 1);
        -moz-transition: all .38s cubic-bezier(.16, .04, .14, 1);
        -ms-transition: all .38s cubic-bezier(.16, .04, .14, 1);
        -o-transition: all .38s cubic-bezier(.16, .04, .14, 1);
        transition: all .38s cubic-bezier(.16, .04, .14, 1)
    }
    .product--navigation .link--prev:hover .link--prev-button,
    .product--navigation .link--next:hover .link--prev-button,
    .product--navigation .link--prev:hover .link--next-button,
    .product--navigation .link--next:hover .link--next-button {
        background: rgba(0, 0, 0, 0.2)
    }
    .product--navigation .link--prev {
        left: -40px;
        left: -2.5rem
    }
    .product--navigation .link--prev .image--container {
        left: 50px;
        left: 3.125rem
    }
    .product--navigation .link--prev.can--slide:hover {
        left: -140px;
        left: -8.75rem
    }
    .product--navigation .link--prev.can--slide:hover .image--container {
        left: 0
    }
    .product--navigation .link--next {
        right: -40px;
        right: -2.5rem
    }
    .product--navigation .link--next .image--container {
        right: 50px;
        right: 3.125rem
    }
    .product--navigation .link--next.can--slide:hover {
        right: -140px;
        right: -8.75rem
    }
    .product--navigation .link--next.can--slide:hover .image--container {
        right: 0
    }
    .product--supplier {
        height: 70px;
        height: 4.375rem
    }
    .product--supplier .product--supplier-link {
        height: 70px;
        height: 4.375rem
    }
    .content--description,
    .content--product-reviews {
        padding: 10px 45px 45px 45px;
        padding: .625rem 2.8125rem 2.8125rem 2.8125rem
    }
    .content--related-products,
    .content--similar-products {
        padding: 30px 45px 20px 45px;
        padding: 1.875rem 2.8125rem 1.25rem 2.8125rem
    }
    .product--notification {
        margin: 0px 0px 20px 0px;
        margin: 0rem 0rem 1.25rem 0rem
    }
    .product--notification .alert {
        margin: 0px 0px 10px 0px;
        margin: 0rem 0rem .625rem 0rem
    }
}

.footer-main {
    background: #fff
}

.footer-main .footer--phone-link {
    font-size: 19px;
    font-size: 1.1875rem;
    font-weight: bold;
    color: #000
}

.footer-main .footer--column {
    padding: 0px 10px 0px 10px;
    padding: 0rem .625rem 0rem .625rem;
    border-top: 1px solid #d9d9d9
}

.footer-main .footer--column.is--last {
    border-bottom: 1px solid #d9d9d9
}

.footer-main .column--headline {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    padding: 8px 0px 8px 0px;
    padding: .5rem 0rem .5rem 0rem;
    margin: 0;
    font-weight: 700;
    color: #0093d0;
    cursor: pointer;
    font-size: 16px;
    font-size: 1rem;
    line-height: 26px;
    line-height: 1.625rem
}

.footer-main .column--headline.is--active::after {
    content: "\e68e"
}

.footer-main .column--headline::after {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: 'shopware';
    color: #000;
    font-weight: 700;
    content: "\e68f";
    float: right
}

.footer-main .column--content {
    display: none
}

.footer-main .column--content.is--active {
    display: block
}

.footer-main .footer--bottom {
    font-size: 12px;
    font-size: .75rem;
    padding: 16px 12px 0px 12px;
    padding: 1.33333333rem 1rem 0rem 1rem;
    text-align: center
}

.footer-main .footer--copyright {
    font-size: 13px;
    font-size: .8125rem
}

.footer-main .footer--logo {
    font-size: 28px;
    font-size: 1.75rem;
    color: #009fe3
}

.footer-main .navigation--list {
    padding: 0px 0px 16px 0px;
    padding: 0rem 0rem 1rem 0rem
}

.footer-main .navigation--list .is--level1 {
    padding-bottom: 10px;
    padding-bottom: .625rem
}

.footer-main .navigation--list .is--level1 .navigation--entry {
    margin-left: 10px;
    margin-left: .625rem
}

.footer-main .navigation--link {
    padding: 10px 0px 10px 0px;
    padding: .625rem 0rem .625rem 0rem;
    display: block;
    color: #000
}

.footer-main .navigation--link:hover {
    color: #0093d0
}

.footer-main .newsletter--form {
    padding: 0px 0px 16px 0px;
    padding: 0rem 0rem 1rem 0rem
}

.footer-main .newsletter--form:after {
    content: "";
    display: table;
    clear: both
}

.footer-main .newsletter--field {
    border-top-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
    background-clip: padding-box;
    position: relative;
    width: 87.5%;
    float: left
}

.footer-main .newsletter--field:focus {
    z-index: 1
}

.footer-main .newsletter--button {
    box-shadow: 0 0 0 transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
    background-clip: padding-box;
    padding: 3px 5px 3px 5px;
    padding: .1875rem .3125rem .1875rem .3125rem;
    margin-left: -1px;
    margin-left: -0.0625rem;
    position: relative;
    width: 12.5%;
    text-align: center;
    float: left
}

.footer-main .newsletter--button .icon--mail {
    font-size: 14px;
    font-size: .875rem;
    margin-right: 0px;
    margin-right: 0rem
}

.footer-main .newsletter--button .button--text {
    display: none
}

.footer-main .footer--logo {
    padding: 10px 0px 10px 0px;
    padding: .625rem 0rem .625rem 0rem
}

.footer-vat {
    margin-top: 10px;
    margin-top: .625rem;
    padding: 0px 5px 0px 5px;
    padding: 0rem .3125rem 0rem .3125rem;
    background: transparent
}

.footer--vat-info .vat-info--text {
    font-size: 12px;
    font-size: .75rem;
    margin-bottom: 10px;
    margin-bottom: .625rem;
    text-align: center
}

.footer-minimal {
    font-size: 13px;
    font-size: .8125rem;
    padding: 40px 10px 20px 10px;
    padding: 2.5rem .625rem 1.25rem .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: 8px 2px 8px 2px;
    padding: .5rem .125rem .5rem .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: 10px;
    height: .625rem;
    width: 1px;
    width: .0625rem;
    margin: 0px 5px 0px 5px;
    margin: 0rem .3125rem 0rem .3125rem;
    border-left: 1px solid #bfbfbf;
    display: inline-block;
    content: ''
}

.footer-minimal .footer--service-menu .service--list .service--entry:last-child:after {
    display: none
}

.footer-minimal .footer--vat-info {
    margin: 15px 0px 10px 0px;
    margin: .9375rem 0rem .625rem 0rem
}

.footer-minimal .footer--vat-info .vat-info--text {
    line-height: 18px;
    line-height: 1.125rem;
    margin: 0
}

@media screen and (min-width: 48em) {
    .footer-main .footer-minimal {
        display: none
    }
}

@media screen and (min-width: 48em) {
    .footer-main {
        border-top: 1px solid #d9d9d9
    }
    .footer-main .column--headline {
        margin: 28px 0px 10px 0px;
        margin: 1.75rem 0rem .625rem 0rem;
        padding: 0;
        cursor: text
    }
    .footer-main .column--headline::after {
        display: none
    }
    .footer-main .footer--column {
        padding: 0px 10px 0px 0px;
        padding: 0rem .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: 0px 30px 0px 30px;
        padding: 0rem 1.875rem 0rem 1.875rem;
        border-bottom: 1px solid #d9d9d9
    }
    .footer-main .column--content {
        display: block
    }
    .footer-main .navigation--list .is--level1 {
        display: none
    }
    .footer-main .navigation--entry {
        padding: 0
    }
    .footer-main .navigation--link {
        line-height: 1.7;
        padding: 0
    }
    .footer-main .newsletter--field {
        width: 80%
    }
    .footer-main .newsletter--button {
        width: 20%
    }
    .footer-main .newsletter--button .icon--mail {
        font-size: 12px;
        font-size: .75rem
    }
    .footer-vat {
        padding: 0
    }
    .footer--vat-info .vat-info--text {
        margin-bottom: 20px;
        margin-bottom: 1.25rem
    }
}

@media screen and (min-width: 78.75em) {
    .footer-main .footer--columns {
        padding: 0px 0px 20px 0px;
        padding: 0rem 0rem 1.25rem 0rem
    }
    .footer-main .footer--bottom {
        font-size: 15px;
        font-size: .9375rem
    }
    .footer-minimal {
        padding-top: 0
    }
}

body > .sidebar-main {
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
    border-right: #d9d9d9
}

body > .sidebar-main:after {
    content: "";
    display: table;
    clear: both
}

.sidebar-main.off-canvas {
    background: #e5e5e5
}

.mobile--switches {
    padding: 6px 10px 6px 10px;
    padding: .375rem .625rem .375rem .625rem;
    height: 43px;
    height: 2.6875rem;
    display: block
}

.mobile--switches:after {
    content: "";
    display: table;
    clear: both
}

.mobile--switches .navigation--entry {
    margin-right: 20px;
    margin-right: 1.25rem;
    float: left
}

.mobile--switches .field--select,
.mobile--switches .navigation--entry,
.mobile--switches .js--fancy-select,
.mobile--switches .js--fancy-select-text,
.mobile--switches .js--fancy-select-trigger {
    height: 30px;
    height: 1.875rem
}

.mobile--switches .field--select {
    position: relative;
    margin: 0;
    padding: 0
}

.mobile--switches .js--fancy-select {
    border-radius: 0;
    background: none;
    border: 0 none;
    width: auto
}

.mobile--switches .js--fancy-select select {
    border: 0 none
}

.mobile--switches .js--fancy-select-text {
    padding: 0px 18px 0px 0px;
    padding: 0rem 1.125rem 0rem 0rem;
    line-height: 30px;
    line-height: 1.875rem;
    font-size: 16px;
    font-size: 1rem;
    border: 0 none
}

.mobile--switches .js--fancy-select-trigger {
    line-height: 32px;
    line-height: 2rem;
    width: auto;
    border: 0 none
}

.mobile--switches .top-bar--language .js--fancy-select-text {
    width: 32px;
    width: 2rem;
    text-indent: -9999px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden
}

.mobile--switches .top-bar--language .language--flag {
    margin-top: -6px;
    margin-top: -0.375rem;
    position: absolute;
    z-index: 900;
    top: 50%;
    left: 0
}

.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: 10px 20px 10px 20px;
    padding: .625rem 1.25rem .625rem 1.25rem;
    width: 100%;
    height: 100%;
    display: block
}

.sidebar--navigation .navigation--link .is--icon-right {
    margin-top: 5px;
    margin-top: .3125rem;
    font-size: 10px;
    font-size: .625rem;
    display: inline-block;
    float: right
}

.sidebar--navigation .navigation--link:hover {
    color: #0093d0
}

.sidebar--navigation.show--active-items .navigation--link.is--active {
    color: #0093d0;
    font-weight: 600
}

.offcanvas--overlay {
    width: 280px;
    width: 17.5rem;
    top: 42px;
    top: 2.625rem;
    background: #e5e5e5;
    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: 10px;
    margin-bottom: .625rem;
    border-bottom: 1px solid #d9d9d9;
    width: 100%;
    background: #fff
}

.offcanvas--overlay .overlay--category {
    margin: 16px 10px 6px 10px;
    margin: 1rem .625rem .375rem .625rem;
    line-height: 26px;
    line-height: 1.625rem
}

.offcanvas--overlay .overlay--category .category--headline {
    font-size: 14px;
    font-size: .875rem;
    color: #000;
    margin: 0;
    padding: 0;
    font-weight: 700
}

.offcanvas--overlay .is--icon-left {
    margin-top: 5px;
    margin-top: .3125rem;
    margin-right: 5px;
    margin-right: .3125rem;
    font-size: 10px;
    font-size: .625rem;
    display: inline-block
}

.offcanvas--overlay .is--icon-right {
    margin-top: 5px;
    margin-top: .3125rem;
    font-size: 10px;
    font-size: .625rem;
    display: inline-block;
    float: right
}

.offcanvas--overlay .is--back-button {
    font-weight: bold
}

.offcanvas--overlay .is--display-button {
    color: #0093d0;
    font-weight: bold
}

.has--cssanimations .sidebar--ajax-loader {
    top: 12px;
    top: .75rem;
    right: 15px;
    right: .9375rem;
    position: absolute;
    display: none
}

.has--cssanimations .sidebar--ajax-loader::before {
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
    border-radius: 100%;
    background-clip: padding-box;
    -webkit-animation: keyframe--spin 1s linear infinite;
    -moz-animation: keyframe--spin 1s linear infinite;
    -o-animation: keyframe--spin 1s linear infinite;
    animation: keyframe--spin 1s linear infinite;
    display: block;
    content: "";
    border: 2px solid #d9d9d9;
    border-top: 2px solid #595959
}

.sidebar--ajax-loader {
    top: 12px;
    top: .75rem;
    right: 15px;
    right: .9375rem;
    position: absolute;
    display: none
}

.sidebar--ajax-loader::before {
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
    border-radius: 100%;
    background-clip: padding-box;
    -webkit-animation: keyframe--spin 1s linear infinite;
    -moz-animation: keyframe--spin 1s linear infinite;
    -o-animation: keyframe--spin 1s linear infinite;
    animation: keyframe--spin 1s linear infinite;
    display: block;
    content: "";
    border: 2px solid #d9d9d9;
    border-top: 2px solid #595959
}

@media screen and (min-width: 48em) {
    .offcanvas--overlay {
        display: none
    }
    .sidebar-main {
        width: 230px;
        width: 14.375rem;
        margin: 0px 0px 0px 0px;
        margin: 0rem 0rem 0rem 0rem;
        padding-top: 30px;
        padding-top: 1.875rem;
        display: none;
        float: left
    }
    .is--ctl-listing .sidebar-main,
    .is--ctl-forms .sidebar-main,
    .is--ctl-tellafriend .sidebar-main,
    .is--ctl-newsletter .sidebar-main,
    .is--ctl-sitemap .sidebar-main,
    .is--ctl-custom .sidebar-main,
    .is--ctl-note.is--user .sidebar-main,
    .is--ctl-address .sidebar-main,
    .is--ctl-account.is--user .sidebar-main {
        display: block
    }
    .is--ctl-listing .sidebar-main + .content--wrapper,
    .is--ctl-forms .sidebar-main + .content--wrapper,
    .is--ctl-tellafriend .sidebar-main + .content--wrapper,
    .is--ctl-newsletter .sidebar-main + .content--wrapper,
    .is--ctl-sitemap .sidebar-main + .content--wrapper,
    .is--ctl-custom .sidebar-main + .content--wrapper,
    .is--ctl-note.is--user .sidebar-main + .content--wrapper,
    .is--ctl-address .sidebar-main + .content--wrapper,
    .is--ctl-account.is--user .sidebar-main + .content--wrapper {
        margin-left: 260px;
        margin-left: 16.25rem
    }
    .is--ctl-blog .sidebar-main,
    .is--ctl-note .sidebar-main,
    .is--ctl-index .sidebar-main,
    .is--ctl-detail .sidebar-main,
    .is--ctl-search .sidebar-main,
    .is--ctl-checkout .sidebar-main,
    .is--ctl-register .sidebar-main,
    .is--ctl-campaign .sidebar-main,
    .is--ctl-account.is--act-logout .sidebar-main,
    .is--ctl-account.is--act-password .sidebar-main,
    .is--ctl-account.is--act-resetPassword .sidebar-main,
    .is--ctl-listing.is--no-sidebar .sidebar-main {
        display: none
    }
    .is--ctl-blog .sidebar-main + .content--wrapper,
    .is--ctl-note .sidebar-main + .content--wrapper,
    .is--ctl-index .sidebar-main + .content--wrapper,
    .is--ctl-detail .sidebar-main + .content--wrapper,
    .is--ctl-search .sidebar-main + .content--wrapper,
    .is--ctl-checkout .sidebar-main + .content--wrapper,
    .is--ctl-register .sidebar-main + .content--wrapper,
    .is--ctl-campaign .sidebar-main + .content--wrapper,
    .is--ctl-account.is--act-logout .sidebar-main + .content--wrapper,
    .is--ctl-account.is--act-password .sidebar-main + .content--wrapper,
    .is--ctl-account.is--act-resetPassword .sidebar-main + .content--wrapper,
    .is--ctl-listing.is--no-sidebar .sidebar-main + .content--wrapper {
        margin: 0
    }
    .is--ctl-note .sidebar-main .categories--headline,
    .is--ctl-address .sidebar-main .categories--headline,
    .is--ctl-account .sidebar-main .categories--headline,
    .is--ctl-note .sidebar-main .categories--navigation,
    .is--ctl-address .sidebar-main .categories--navigation,
    .is--ctl-account .sidebar-main .categories--navigation,
    .is--ctl-note .sidebar-main .shop-sites--container,
    .is--ctl-address .sidebar-main .shop-sites--container,
    .is--ctl-account .sidebar-main .shop-sites--container {
        display: none
    }
    .sidebar-main .mobile--switches,
    .sidebar-main .filter--container,
    .sidebar-main .navigation--smartphone {
        display: none
    }
    .sidebar-main .sidebar--categories-wrapper {
        display: block
    }
    .navigation--headline {
        margin: 20px 10px 10px 10px;
        margin: 1.25rem .625rem .625rem .625rem
    }
    .campaign--box {
        margin: 0px 0px 20px 0px;
        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: 20px;
        margin-bottom: 1.25rem
    }
    .sidebar--navigation {
        border-radius: 3px;
        background-clip: padding-box;
        border: 1px solid #d9d9d9
    }
    .sidebar--navigation .navigation--entry {
        padding: 0px 0px 0px 0px;
        padding: 0rem 0rem 0rem 0rem;
        margin: 0px 10px 0px 10px;
        margin: 0rem .625rem 0rem .625rem
    }
    .sidebar--navigation ul.sidebar--navigation {
        border-radius: 0
    }
    .sidebar--navigation ul.sidebar--navigation .navigation--entry {
        margin: 0px 0px 0px 10px;
        margin: 0rem 0rem 0rem .625rem
    }
    .sidebar--navigation .navigation--link {
        padding: 10px 10px 10px 10px;
        padding: .625rem .625rem .625rem .625rem;
        display: block
    }
    .sidebar--navigation .navigation--link:hover {
        color: #0093d0
    }
    .sidebar--navigation .navigation--link.is--active {
        color: #0093d0;
        font-weight: bold
    }
    .sidebar--navigation .navigation--link .is--icon-right {
        display: none
    }
    .sidebar--navigation .is--level1 {
        margin-bottom: 10px;
        margin-bottom: .625rem;
        border: 0 none
    }
    .sidebar--navigation .is--level1 .navigation--entry {
        margin: 0px 0px 0px 0px;
        margin: 0rem 0rem 0rem 0rem;
        border: 0 none
    }
    .sidebar--navigation .is--level1 .navigation--link {
        padding: 5px 10px 5px 10px;
        padding: .3125rem .625rem .3125rem .625rem
    }
    .sidebar--navigation .is--level1 .navigation--link.is--active {
        font-weight: 600;
        text-shadow: none;
        color: #0093d0;
        background: transparent;
        border: 0 none
    }
    .sidebar--navigation .is--level2 {
        font-size: 12px;
        font-size: .75rem
    }
    .sidebar--navigation .navigation--level-high {
        border: 0 none
    }
    .shop-sites--container {
        padding: 15px 10px 15px 10px;
        padding: .9375rem .625rem .9375rem .625rem;
        margin-bottom: 20px;
        margin-bottom: 1.25rem;
        border: 1px solid #d9d9d9
    }
    .shop-sites--container .shop-sites--headline {
        padding-bottom: 10px;
        padding-bottom: .66666667rem;
        font-size: 16px;
        font-size: 1rem;
        margin-top: 0;
        border-bottom: 1px solid #d9d9d9;
        color: #000;
        font-weight: bold
    }
    .shop-sites--container .shop-sites--navigation,
    .shop-sites--container .navigation--entry {
        border: 0 none
    }
    .shop-sites--container .shop-sites--navigation .navigation--link,
    .shop-sites--container .navigation--entry .navigation--link {
        padding: 5px 10px 5px 10px;
        padding: .3125rem .625rem .3125rem .625rem
    }
}

@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: 45px;
        padding-top: 2.8125rem;
        display: block
    }
    .sidebar-main.off-canvas {
        position: relative;
        top: 0;
        left: 0;
        z-index: 1000
    }
}

.listing--content {
    margin: 20px 0px 20px 0px;
    margin: 1.25rem 0rem 1.25rem 0rem
}

.banner--container {
    margin: 0px 0px 20px 0px;
    margin: 0rem 0rem 1.25rem 0rem
}

.category--teaser {
    margin: 0px 0px 20px 0px;
    margin: 0rem 0rem 1.25rem 0rem
}

.category--teaser .hero--text {
    padding: 10px 20px 10px 20px;
    padding: .625rem 1.25rem .625rem 1.25rem
}

.category--teaser .offcanvas--content {
    padding: 20px;
    padding: 1.25rem
}

.category--teaser .offcanvas--content .content--title {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 10px 0px 15px 0px;
    margin: .625rem 0rem .9375rem 0rem;
    font-weight: 700;
    color: #000
}

.vendor--info {
    margin: 0px 0px 20px 0px;
    margin: 0rem 0rem 1.25rem 0rem
}

.vendor--info:after {
    content: "";
    display: table;
    clear: both
}

.vendor--info .vendor--image-wrapper {
    margin: 0px 0px 10px 0px;
    margin: 0rem 0rem .625rem 0rem;
    max-width: 200px;
    max-width: 12.5rem;
    height: 70px;
    height: 4.375rem;
    margin-left: auto;
    margin-right: auto
}

.vendor--info .vendor--image {
    margin: 0 auto
}

.vendor--info .vendor--text {
    margin: 0px 0px 20px 0px;
    margin: 0rem 0rem 1.25rem 0rem
}

.listing--actions {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0)
}

.listing--actions:after {
    content: "";
    display: table;
    clear: both
}

.action--filter-btn {
    margin-bottom: 10px;
    margin-bottom: .625rem
}

.action--filter-btn .filter--trigger {
    height: 34px;
    height: 2.125rem;
    padding: 4px 4px 4px 10px;
    padding: .25rem .25rem .25rem .625rem;
    line-height: 24px;
    line-height: 1.5rem;
    display: block;
    position: relative;
    overflow: hidden
}

.action--filter-btn .filter--trigger .icon--filter {
    margin-right: 8px;
    margin-right: .5rem
}

.action--filter-btn .filter--trigger .action--collapse-icon {
    padding: 0px 10px 0px 10px;
    padding: 0rem .625rem 0rem .625rem;
    line-height: 24px;
    line-height: 1.5rem;
    background-color: #0eb8ff;
    background-image: -ms-linear-gradient(top, #0eb8ff, #0093d0);
    background-image: linear-gradient(to bottom, #0eb8ff 0%, #0093d0 100%);
    border-radius: 3px;
    background-clip: padding-box;
    display: inline-block;
    color: #fff;
    float: right
}

.action--filter-options .filter--container {
    padding: 0px 10px 0px 10px;
    padding: 0rem .625rem 0rem .625rem
}

.action--filter-options .filter--close-btn {
    padding: 12px 10px 12px 10px;
    padding: .75rem .625rem .75rem .625rem;
    background-color: #000;
    background-image: -ms-linear-gradient(top, #000, #000);
    background-image: linear-gradient(to bottom, #000 0%, #000 100%);
    display: block;
    color: #fff;
    font-weight: bold
}

.action--filter-options .filter--close-btn:hover {
    color: #fff
}

.action--filter-options .filter--close-btn .icon--arrow-right {
    margin: 3px 0px 0px 0px;
    margin: .1875rem 0rem 0rem 0rem;
    float: right
}

.action--filter-options .filter--btn-apply {
    clear: both
}

.action--filter-options .filter--list {
    list-style: none
}

.action--filter-options .filter--entry {
    padding: 10px 20px 10px 20px;
    padding: .625rem 1.25rem .625rem 1.25rem;
    font-size: 16px;
    font-size: 1rem;
    display: block;
    border-bottom: 1px solid #d9d9d9
}

.action--filter-options .filter--entry:last-child {
    border: 0 none
}

.action--filter-options .filter--link {
    color: #000
}

.action--filter-options .filter--link:hover {
    color: #0093d0
}

.action--sort {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    display: block
}

.action--sort .sort--label {
    display: none
}

.action--sort .sort--select {
    height: 34px;
    height: 2.125rem;
    line-height: 34px;
    line-height: 2.125rem;
    width: 100%
}

.action--per-page {
    display: none
}

.listing--paging {
    padding: 10px 0px 10px 0px;
    padding: .625rem 0rem .625rem 0rem;
    display: block
}

.listing--paging:after {
    content: "";
    display: table;
    clear: both
}

.listing--paging .paging--label {
    display: none
}

.listing--paging .paging--display {
    line-height: 30px;
    line-height: 1.875rem;
    margin-left: 10px;
    margin-left: .625rem
}

.listing--bottom-paging {
    margin: 10px 0px 20px 0px;
    margin: .625rem 0rem 1.25rem 0rem
}

.listing--container {
    overflow: hidden
}

.listing {
    margin: -2% 0 0 -2%;
    padding: 0 0 2% 0
}

.listing:after {
    content: "";
    display: table;
    clear: both
}

.infinite--actions {
    width: 100%;
    margin: 0 auto;
    text-align: center
}

.infinite--actions .js--load-more,
.infinite--actions .js--load-previous {
    margin-bottom: 20px;
    margin-bottom: 1.25rem
}

@media screen and (min-width: 48em) {
    .category--teaser .hero--headline {
        font-size: 26px;
        font-size: 1.625rem;
        padding: 40px 0px 0px 0px;
        padding: 2.5rem 0rem 0rem 0rem;
        margin: 0px 40px 0px 40px;
        margin: 0rem 2.5rem 0rem 2.5rem
    }
    .category--teaser .hero--text {
        padding: 25px 40px 10px 40px;
        padding: 1.5625rem 2.5rem .625rem 2.5rem
    }
    .listing--content {
        margin: 30px 0px 30px 0px;
        margin: 1.875rem 0rem 1.875rem 0rem
    }
    .listing--content:after {
        content: "";
        display: table;
        clear: both
    }
    .vendor--info .vendor--image-wrapper {
        margin: 0px 20px 20px 0px;
        margin: 0rem 1.25rem 1.25rem 0rem;
        float: left
    }
    .vendor--info .vendor--image-wrapper + .vendor--text {
        margin: 0px 0px 0px 250px;
        margin: 0rem 0rem 0rem 15.625rem
    }
    .vendor--info .vendor--image-wrapper .vendor--image {
        margin: 0
    }
    .listing--actions {
        border-radius: 3px;
        background-clip: padding-box;
        margin: 0px 0px 20px 0px;
        margin: 0rem 0rem 1.25rem 0rem;
        padding-top: 10px;
        padding-top: .625rem;
        border: 1px solid #d9d9d9;
        background: #efefef
    }
    .listing--actions .listing--paging {
        padding: 10px 10px 10px 10px;
        padding: .625rem .625rem .625rem .625rem;
        display: block;
        border-top: 1px solid #d9d9d9
    }
    .action--per-page {
        line-height: 32px;
        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: 80px;
        width: 5rem;
        height: 32px;
        height: 2rem;
        line-height: 30px;
        line-height: 1.875rem;
        text-align: center;
        vertical-align: top
    }
    .action--sort {
        width: 200px;
        width: 12.5rem;
        margin: 0px 10px 0px 0px;
        margin: 0rem .625rem 0rem 0rem;
        display: inline-block;
        text-align: right;
        float: right
    }
    .action--sort .sort--select {
        width: 200px;
        width: 12.5rem
    }
    .action--filter-btn {
        width: 190px;
        width: 11.875rem;
        margin: 0px 20px 10px 10px;
        margin: 0rem 1.25rem .625rem .625rem;
        float: left
    }
    .action--filter-btn .filter--trigger .action--collapse-icon {
        display: none
    }
    .action--filter-btn .filter--trigger:before,
    .action--filter-btn .filter--trigger:after {
        -webkit-transition: margin-top .4s cubic-bezier(.02, .01, .47, 1);
        -moz-transition: margin-top .4s cubic-bezier(.02, .01, .47, 1);
        -ms-transition: margin-top .4s cubic-bezier(.02, .01, .47, 1);
        -o-transition: margin-top .4s cubic-bezier(.02, .01, .47, 1);
        transition: margin-top .4s cubic-bezier(.02, .01, .47, 1);
        width: 16px;
        width: 1rem;
        height: 16px;
        height: 1rem;
        right: 10px;
        right: .625rem;
        margin-top: -8px;
        margin-top: -0.5rem;
        font-size: 6px;
        font-size: .375rem;
        line-height: 16px;
        line-height: 1rem;
        font-family: 'shopware';
        content: "\e612";
        position: absolute;
        text-align: center;
        background: none;
        color: inherit;
        top: 50%
    }
    .action--filter-btn .filter--trigger:after {
        margin-top: -48px;
        margin-top: -3rem;
        content: "\e610"
    }
    .action--filter-btn .filter--trigger.is--active {
        padding: 2px 12px 2px 12px;
        padding: .125rem .75rem .125rem .75rem;
        line-height: 34px;
        line-height: 2.125rem;
        background-color: #0eb8ff;
        background-image: -ms-linear-gradient(top, #0eb8ff, #0093d0);
        background-image: linear-gradient(to bottom, #0eb8ff 0%, #0093d0 100%);
        border: 0 none;
        color: #fff
    }
    .action--filter-btn .filter--trigger.is--active:hover {
        background: #0093d0;
        color: #fff
    }
    .action--filter-btn .filter--trigger.is--active.is--small {
        line-height: 30px;
        line-height: 1.875rem
    }
    .action--filter-btn .filter--trigger.is--active.is--large {
        line-height: 38px;
        line-height: 2.375rem
    }
    .action--filter-btn .filter--trigger.is--active:before {
        margin-top: 40px;
        margin-top: 2.5rem
    }
    .action--filter-btn .filter--trigger.is--active:after {
        margin-top: -8px;
        margin-top: -0.5rem
    }
    .action--filter-options {
        width: auto;
        height: auto;
        padding: 0;
        overflow: visible;
        position: relative;
        background: #fff;
        border: 0 none;
        clear: both
    }
    .action--filter-options.is--collapsed,
    .action--filter-options.is--active-filter {
        border-width: 1px 0 0 0;
        border-style: solid;
        border-color: #d9d9d9
    }
    .action--filter-options.is--active-filter .filter--active-container {
        display: block
    }
    .action--filter-options #filter,
    .action--filter-options .filter--active-container {
        display: none
    }
    .action--filter-options .filter--close-btn {
        display: none
    }
    .action--filter-options .filter--container {
        margin-left: -2%;
        padding-left: 3%
    }
    .action--filter-options .filter--container:after {
        content: "";
        display: table;
        clear: both
    }
    .action--filter-options .filter--group {
        height: 38px;
        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: 38px;
        top: 2.375rem;
        width: 100%;
        position: absolute;
        left: 0
    }
    .action--filter-options #filter {
        padding-bottom: 10px;
        padding-bottom: .625rem
    }
    .action--filter-options #filter:after {
        content: "";
        display: table;
        clear: both
    }
    .listing--bottom-paging {
        padding: 0px 10px 0px 10px;
        padding: 0rem .625rem 0rem .625rem;
        border-radius: 3px;
        background-clip: padding-box;
        border: 1px solid #d9d9d9;
        background: #efefef
    }
}

@media screen and (min-width: 78.75em) {
    .listing--content {
        padding-top: 45px;
        padding-top: 2.8125rem;
        margin: 0px 0px 0px 0px;
        margin: 0rem 0rem 0rem 0rem
    }
    .action--filter-btn {
        width: 20%;
        margin-right: 2%
    }
    .action--filter-btn .filter--trigger {
        font-size: 14px;
        font-size: .875rem
    }
    .action--filter-btn .filter--trigger .action--collapse-icon {
        margin-top: -8px;
        margin-top: -0.5rem
    }
    .action--filter-options {
        background: #fff
    }
    .action--filter-options.is--collapsed,
    .action--filter-options.is--active-filter {
        border-width: 1px 0 0 0
    }
    .action--sort {
        line-height: 32px;
        line-height: 2rem;
        margin: 0px 10px 10px 0px;
        margin: 0rem .625rem .625rem 0rem;
        width: 40%
    }
    .action--sort .sort--label {
        margin: 0px 10px 0px 0px;
        margin: 0rem .625rem 0rem 0rem;
        display: inline-block;
        font-weight: bold
    }
    .action--sort .sort--select {
        width: 200px;
        width: 12.5rem;
        vertical-align: top
    }
    .action--per-page .per-page--label {
        margin: 0px 10px 0px 0px;
        margin: 0rem .625rem 0rem 0rem;
        display: inline-block;
        font-weight: bold
    }
    .listing--paging {
        display: block;
        clear: both
    }
    .listing--paging .paging--label {
        margin: 0px 10px 0px 0px;
        margin: 0rem .625rem 0rem 0rem;
        font-weight: bold
    }
    .listing--paging .paging--display {
        line-height: 30px;
        line-height: 1.875rem
    }
}

.product--box {
    display: block;
    width: 100%;
    padding: 2% 0 0 2%;
    float: left
}

.product--box:after {
    content: "";
    display: table;
    clear: both
}

.product--box .box--content {
    padding: 10px 10px 10px 10px;
    padding: .625rem .625rem .625rem .625rem;
    height: 100%;
    border: 1px solid #d9d9d9;
    position: relative
}

.product--box .product--image {
    height: 180px;
    height: 11.25rem;
    margin: 0px 0px 5px 0px;
    margin: 0rem 0rem .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: 25px;
    height: 1.5625rem;
    display: block
}

.product--box .product--title {
    height: 40px;
    height: 2.5rem;
    margin: 0px 0px 5px 0px;
    margin: 0rem 0rem .3125rem 0rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
    display: block;
    width: 100%;
    color: #000;
    font-weight: bold;
    overflow: hidden
}

.product--box .product--title:hover {
    color: #0093d0
}

.product--box .product--description {
    height: 72px;
    height: 4.5rem;
    margin: 0px 0px 10px 0px;
    margin: 0rem 0rem .625rem 0rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 18px;
    line-height: 1.125rem;
    display: block;
    width: 100%;
    overflow: hidden
}

.product--box .product--price-info {
    height: 40px;
    height: 2.5rem
}

.product--box .product--price-info .price--unit {
    height: 20px;
    height: 1.25rem;
    font-size: 11px;
    font-size: .6875rem;
    line-height: 16px;
    line-height: 1rem;
    display: block;
    overflow: hidden
}

.product--box .product--price {
    height: 20px;
    height: 1.25rem
}

.product--box .product--price .price--default {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 20px;
    line-height: 1.25rem;
    display: inline-block;
    color: #000;
    font-weight: bold
}

.product--box .product--price .price--default.is--discount {
    color: #e74c3c
}

.product--box .product--price .price--pseudo {
    font-size: 12px;
    font-size: .75rem;
    line-height: 20px;
    line-height: 1.25rem
}

.product--box .product--price .price--discount {
    font-size: 12px;
    font-size: .75rem;
    line-height: 20px;
    line-height: 1.25rem;
    display: inline-block;
    text-decoration: line-through;
    vertical-align: baseline
}

.product--box .product--actions {
    margin: 15px 0px 0px 0px;
    margin: .9375rem 0rem 0rem 0rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 24px;
    line-height: 1.5rem
}

.product--box .product--actions form {
    display: inline-block
}

.product--box .product--action {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    margin: 0px 20px 0px 0px;
    margin: 0rem 1.25rem 0rem 0rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 24px;
    line-height: 1.5rem;
    display: inline-block;
    color: #000;
    word-break: keep-all;
    white-space: nowrap
}

.product--box .product--action [class^="icon--"] {
    margin: 0px 5px 0px 0px;
    margin: 0rem .3125rem 0rem 0rem;
    font-size: 12px;
    font-size: .75rem
}

.product--box .product--action:hover {
    color: #0093d0
}

.product--box .action--compare {
    display: none
}

.product--box .action--note:focus {
    outline: none
}

.product--box .action--note.js--is-saved {
    color: #2ecc71
}

.product--box .product--badges {
    top: 20px;
    top: 1.25rem;
    left: -1px;
    left: -0.0625rem;
    position: absolute;
    z-index: 750
}

.product--box .product--badges .product--badge {
    padding: 3px 10px 3px 10px;
    padding: .1875rem .625rem .1875rem .625rem;
    margin: 0px 0px 5px 0px;
    margin: 0rem 0rem .3125rem 0rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 16px;
    line-height: 1rem;
    border-top-left-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
    background-clip: padding-box;
    display: block;
    float: left;
    position: relative;
    text-align: center;
    font-weight: bold;
    clear: both
}

.product--box .product--badges .badge--discount {
    color: #fff;
    background: #e74c3c
}

.product--box .product--badges .badge--recommend {
    color: #fff;
    background: #f9bc23
}

.product--box .product--badges .badge--newcomer {
    color: #fff;
    background: #2ecc71
}

.product--box .product--badges .badge--esd {
    background: #4aa3df;
    color: #fff
}

.box--minimal {
    width: 50%
}

.box--minimal .product--image {
    height: 120px;
    height: 7.5rem
}

.box--minimal .product--price-info {
    height: 70px;
    height: 4.375rem
}

.box--minimal .product--price-info .price--unit {
    height: 30px;
    height: 1.875rem;
    font-size: 10px;
    font-size: .625rem;
    line-height: 14px;
    line-height: .875rem;
    display: block
}

.box--minimal .product--price-outer {
    height: 40px;
    height: 2.5rem;
    position: relative
}

.box--minimal .product--price {
    line-height: 20px;
    line-height: 1.25rem;
    position: absolute;
    bottom: 0;
    left: 0;
    height: auto
}

.box--minimal .product--price .price--default {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
    margin: 0px 5px 0px 0px;
    margin: 0rem .3125rem 0rem 0rem;
    vertical-align: bottom;
    float: left
}

.box--minimal .product--price .price--pseudo,
.box--minimal .product--price .price--discount {
    font-size: 10px;
    font-size: .625rem;
    line-height: 14px;
    line-height: .875rem
}

.box--image .product--image {
    margin: 0px 0px 5px 0px;
    margin: 0rem 0rem .3125rem 0rem;
    width: auto;
    position: relative;
    height: 200px;
    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: #0093d0
}

.box--slider .box--content {
    border: 0 none;
    padding: 0
}

.box--slider .product--price-info {
    height: auto
}

.box--slider .product--price-info .price--unit {
    height: 14px;
    height: .875rem;
    font-size: 10px;
    font-size: .625rem
}

.box--slider .product--price-info .price--default {
    font-size: 14px;
    font-size: .875rem
}

.box--slider .product--price-info .is--discount {
    font-weight: bold
}

.box--slider .product--image {
    height: 140px;
    height: 8.75rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -moz-touch-callout: none;
    touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    margin-bottom: 10px;
    margin-bottom: .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;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -moz-touch-callout: none;
    touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    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: 14px;
    font-size: .875rem;
    height: 40px;
    height: 2.5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -moz-touch-callout: none;
    touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    display: block;
    color: #000;
    font-weight: normal;
    white-space: normal
}

@media screen and (min-width: 30em) {
    .box--basic .product--image {
        height: 100%;
        margin: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 160px;
        width: 10rem
    }
    .box--basic .product--info {
        position: relative;
        padding: 0px 0px 0px 180px;
        padding: 0rem 0rem 0rem 11.25rem
    }
    .box--minimal {
        width: 33.3%
    }
    .box--image .product--image {
        height: 100%;
        margin: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 50%
    }
    .box--image .product--info {
        position: relative;
        padding-left: 52%
    }
    .box--image .product--price-info {
        height: 60px;
        height: 3.75rem
    }
    .box--image .product--price-info .price--unit {
        height: 40px;
        height: 2.5rem
    }
    .box--list .product--image {
        height: 100%;
        margin: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 180px;
        width: 11.25rem
    }
    .box--list .product--info {
        position: relative;
        padding: 0px 0px 0px 200px;
        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: 160px;
        width: 10rem
    }
    .box--basic .product--info {
        position: relative;
        padding: 0px 0px 0px 180px;
        padding: 0rem 0rem 0rem 11.25rem
    }
    .box--image .product--image {
        margin: 0px 0px 5px 0px;
        margin: 0rem 0rem .3125rem 0rem;
        width: auto;
        position: relative;
        height: 240px;
        height: 15rem
    }
    .box--image .product--info {
        padding: 0
    }
    .box--image .product--price-info {
        height: 40px;
        height: 2.5rem
    }
    .box--image .product--price-info .price--unit {
        height: 20px;
        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: 0px 0px 5px 0px;
        margin: 0rem 0rem .3125rem 0rem;
        width: auto;
        position: relative;
        height: 180px;
        height: 11.25rem
    }
    .is--ctl-search .box--basic .product--info,
    .is--ctl-listing.is--no-sidebar .box--basic .product--info {
        padding: 0
    }
    .is--ctl-search .box--minimal,
    .is--ctl-listing.is--no-sidebar .box--minimal {
        width: 25%
    }
    .is--ctl-search .box--minimal .product--image,
    .is--ctl-listing.is--no-sidebar .box--minimal .product--image {
        height: 180px;
        height: 11.25rem
    }
    .is--ctl-search .box--image,
    .is--ctl-listing.is--no-sidebar .box--image {
        width: 50%
    }
}

@media screen and (min-width: 64em) {
    .box--basic {
        width: 50%
    }
    .box--basic .product--image {
        margin: 0px 0px 5px 0px;
        margin: 0rem 0rem .3125rem 0rem;
        width: auto;
        position: relative;
        height: 180px;
        height: 11.25rem
    }
    .box--basic .product--info {
        padding: 0
    }
    .box--minimal {
        width: 25%
    }
    .box--image {
        width: 50%
    }
    .box--image .product--image {
        margin: 0px 0px 5px 0px;
        margin: 0rem 0rem .3125rem 0rem;
        width: auto;
        position: relative;
        height: 280px;
        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: 170px;
        width: 10.625rem
    }
    .is--ctl-search .box--basic .product--info,
    .is--ctl-listing.is--no-sidebar .box--basic .product--info {
        position: relative;
        padding: 0px 0px 0px 190px;
        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%
    }
}

@media screen and (min-width: 78.75em) {
    .box--basic .product--image {
        height: 100%;
        margin: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 170px;
        width: 10.625rem
    }
    .box--basic .product--info {
        position: relative;
        padding: 0px 0px 0px 190px;
        padding: 0rem 0rem 0rem 11.875rem
    }
    .box--basic .box--content {
        padding: 20px 10px 20px 10px;
        padding: 1.25rem .625rem 1.25rem .625rem
    }
    .box--minimal {
        width: 25%
    }
    .box--image .product--image {
        margin: 0px 0px 5px 0px;
        margin: 0rem 0rem .3125rem 0rem;
        width: auto;
        position: relative;
        height: 300px;
        height: 18.75rem
    }
    .box--image .product--info {
        padding: 0
    }
    .is--ctl-search .box--minimal,
    .is--ctl-listing.is--no-sidebar .box--minimal {
        width: 20%
    }
}

.viewlast {
    clear: both
}

.tellafriend--content {
    padding-top: 10px;
    padding-top: .625rem;
    width: 100%
}

.tellafriend--content .tellafriend--field {
    margin: 0px 0px 10px 0px;
    margin: 0rem 0rem .625rem 0rem;
    width: 100%
}

.tellafriend--content .tellafriend--buttons:after {
    content: "";
    display: table;
    clear: both
}

.tellafriend--content .captcha--placeholder {
    margin-bottom: 10px;
    margin-bottom: .625rem
}

.tellafriend--content .captcha--notice {
    margin-bottom: 10px;
    margin-bottom: .625rem;
    display: block
}

.tellafriend--content .alert {
    margin-top: 30px;
    margin-top: 1.875rem
}

.tellafriend--content .review--notice {
    margin-bottom: 10px;
    margin-bottom: .625rem;
    font-size: 14px;
    font-size: .875rem
}

@media screen and (min-width: 48em) {
    .tellafriend--content {
        padding-top: 20px;
        padding-top: 1.25rem;
        width: 100%
    }
    .tellafriend--content .tellafriend--field {
        margin-bottom: 15px;
        margin-bottom: .9375rem
    }
    .tellafriend--content .alert {
        margin: 0px 0px 16px 0px;
        margin: 0rem 0rem 1rem 0rem
    }
}

@media screen and (min-width: 78.75em) {
    .tellafriend--content {
        padding-top: 45px;
        padding-top: 2.8125rem
    }
}

.topseller {
    margin: 0px 0px 20px 0px;
    margin: 0rem 0rem 1.25rem 0rem
}

.topseller:after {
    content: "";
    display: table;
    clear: both
}

.topseller .topseller--content {
    padding: 0px 10px 0px 10px;
    padding: 0rem .625rem 0rem .625rem
}

.topseller .product-slider--arrow.arrow--next {
    right: -1px;
    right: -0.0625rem
}

.topseller .product-slider--arrow.arrow--prev {
    left: -1px;
    left: -0.0625rem
}

.topseller--product {
    text-align: center
}

.topseller--product:hover .badge {
    background-color: #0eb8ff;
    background-image: -ms-linear-gradient(top, #0eb8ff, #0093d0);
    background-image: linear-gradient(to bottom, #0eb8ff 0%, #0093d0 100%);
    color: #fff;
    text-shadow: 0 1px 1px #ad1200
}

.topseller--product:hover .product--title {
    color: #0093d0
}

.topseller--number {
    margin: 10px 0px 5px 0px;
    margin: .625rem 0rem .3125rem 0rem
}

.register--content {
    margin: 10px 0px 10px 0px;
    margin: .625rem 0rem .625rem 0rem;
    width: 100%;
    display: none
}

.register--content:after {
    content: "";
    display: table;
    clear: both
}

.register--content.is--collapsed {
    display: block
}

.register--content .alert {
    margin: 20px 18px 20px 18px;
    margin: 1.25rem 1.125rem 1.25rem 1.125rem
}

.register--content .register--check {
    padding-bottom: 8px;
    padding-bottom: .5rem
}

.register--content .register--action {
    margin: 20px 20px 20px 20px;
    margin: 1.25rem 1.25rem 1.25rem 1.25rem
}

.register--content .register--action .register--submit {
    width: 100%;
    text-align: center
}

.register--content .register--required-info {
    margin: 0px 26px 16px 26px;
    margin: 0rem 1.625rem 1rem 1.625rem;
    font-size: 14px;
    font-size: .875rem
}

.register--content .js--fancy-select {
    margin-bottom: 10px;
    margin-bottom: .625rem;
    width: 100%
}

.register--content .register--field {
    margin-bottom: 10px;
    margin-bottom: .625rem;
    width: 100%
}

.register--content .register--customertype {
    display: block
}

.register--content .register--zip-city .register--field-zipcode {
    width: 28%;
    float: left
}

.register--content .register--zip-city .register--field-city {
    width: 70%;
    float: left
}

.register--content .register--zip-city .register--field-city:after {
    content: "";
    display: table;
    clear: both
}

.register--content .register--zip-city .register--spacer {
    margin-right: 2%
}

.register--content .birthday--label {
    margin: 0px 0px 5px 0px;
    margin: 0rem 0rem .3125rem 0rem;
    display: block;
    font-weight: bold
}

.register--content .birthday--label:after {
    content: "";
    display: table;
    clear: both
}

.register--content .register--password-description {
    padding-bottom: 20px;
    padding-bottom: 1.25rem
}

.register--content .register--birthdate .js--fancy-select {
    margin-bottom: 15px;
    margin-bottom: .9375rem;
    width: 100%;
    float: left
}

.register--content .register--birthdate .register--birthyear,
.register--content .register--birthdate .register--birthyear .js--fancy-select {
    margin-right: 0px;
    margin-right: 0rem
}

.register--content .register--privacy {
    padding: 20px 20px 20px 20px;
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
    margin: 0px 20px 20px 20px;
    margin: 0rem 1.25rem 1.25rem 1.25rem;
    font-size: 14px;
    font-size: .875rem;
    border: 1px solid #d9d9d9
}

.register--content .register--privacy input[type="checkbox"] {
    margin: 0px 10px 0px 0px;
    margin: 0rem .625rem 0rem 0rem
}

.register--content .register--personal {
    padding-bottom: 10px;
    padding-bottom: .625rem
}

.register--content .register--personal:after {
    content: "";
    display: table;
    clear: both
}

.register--login:after {
    content: "";
    display: table;
    clear: both
}

.register--login .register--new-customer {
    margin: 20px 0px 20px 0px;
    margin: 1.25rem 0rem 1.25rem 0rem
}

.register--login .register--new-customer .new-customer-btn {
    display: block;
    width: 100%;
    text-align: center;
    position: relative
}

.register--login .register--new-customer .new-customer-btn:after {
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
    line-height: 16px;
    line-height: 1rem;
    margin-top: -8px;
    margin-top: -0.5rem;
    font-size: 6px;
    font-size: .375rem;
    right: 10px;
    right: .625rem;
    position: absolute;
    font-family: 'shopware';
    font-weight: normal;
    content: "\e612";
    color: inherit;
    top: 50%
}

.register--login .register--new-customer .new-customer-btn.is--active:after {
    content: "\e610"
}

.register--login .register--login-field {
    margin-bottom: 10px;
    margin-bottom: .625rem;
    width: 100%
}

.register--login .register--login-description {
    padding-bottom: 20px;
    padding-bottom: 1.25rem
}

.register--login .register--login-lostpassword {
    padding-bottom: 20px;
    padding-bottom: 1.25rem
}

.register--login .register--login-btn {
    width: 100%;
    text-align: center
}

.register--advantages {
    display: none
}

.password--success {
    margin: 10px 0px 20px 0px;
    margin: .625rem 0rem 1.25rem 0rem
}

.steps--container {
    background: transparent
}

.steps--content {
    padding-top: 16px;
    padding-top: 1rem;
    display: table;
    border-top: 1px solid #d9d9d9;
    width: 100%
}

.steps--content .steps--list {
    display: table-row
}

.steps--content .steps--list:after {
    content: "";
    display: table;
    clear: both
}

.steps--content .steps--entry {
    padding: 0px 10px 0px 10px;
    padding: 0rem .625rem 0rem .625rem;
    display: table-cell;
    list-style: none;
    vertical-align: top;
    text-align: center
}

.steps--content .steps--spacer {
    display: none;
    vertical-align: middle
}

.steps--content .steps--entry .icon {
    background-color: #000;
    background-image: -ms-linear-gradient(top, #000, #000);
    background-image: linear-gradient(to bottom, #000 0%, #000 100%);
    border-radius: 22px;
    background-clip: padding-box;
    padding: 10px 16px 10px 16px;
    padding: .625rem 1rem .625rem 1rem;
    width: 46px;
    width: 2.875rem;
    font-size: 20px;
    font-size: 1.25rem;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-weight: bold
}

.steps--content .is--active .icon {
    background-color: #0eb8ff;
    background-image: -ms-linear-gradient(top, #0eb8ff, #0093d0);
    background-image: linear-gradient(to bottom, #0eb8ff 0%, #0093d0 100%);
    color: #fff
}

.steps--content .steps--entry .text {
    margin: 0px 0px 0px 10px;
    margin: 0rem 0rem 0rem .625rem;
    height: 52px;
    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: #0093d0;
    display: inline-block;
    font-weight: bold
}

.steps--content .steps--entry .text--inner,
.steps--content .steps--entry .text::after {
    display: inline-block;
    vertical-align: middle
}

.account--change-payment .payment--method {
    padding: 10px 0px 10px 0px;
    padding: .625rem 0rem .625rem 0rem
}

.account--change-payment .payment--selection-input {
    width: 40px;
    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: 0px 0px 0px 40px;
    padding: 0rem 0rem 0rem 2.5rem;
    width: 100%
}

.account--change-payment .payment--content input {
    max-width: 100%
}

@media screen and (min-width: 48em) {
    .register--content {
        margin-top: 50px;
        margin-top: 3.125rem;
        width: 64%;
        float: right;
        display: block
    }
    .register--content .js--fancy-select {
        margin-bottom: 15px;
        margin-bottom: .9375rem
    }
    .register--content .js--fancy-select .register--birthday {
        margin-right: 2%
    }
    .register--content .register--field {
        margin-bottom: 15px;
        margin-bottom: .9375rem
    }
    .register--content .register--check {
        padding-bottom: 8px;
        padding-bottom: .5rem
    }
    .register--content .js--fancy-select {
        width: 290px;
        width: 18.125rem
    }
    .register--content .register--birthdate .js--fancy-select {
        width: 32%;
        margin-right: 2%
    }
    .register--content .register--action {
        text-align: right
    }
    .register--content .register--action .register--submit {
        width: 35%
    }
    .steps--content {
        padding: 30px 0px 24px 0px;
        padding: 1.875rem 0rem 1.5rem 0rem;
        background: transparent;
        border: none
    }
    .steps--content .steps--spacer {
        width: 80px;
        width: 5rem;
        display: table-cell;
        text-align: center
    }
    .steps--content .steps--entry .text {
        margin: 0px 10px 0px 10px;
        margin: 0rem .625rem 0rem .625rem;
        display: inline-block;
        font-weight: bold
    }
    .register--login {
        margin-top: 50px;
        margin-top: 3.125rem;
        width: 34%;
        float: left
    }
    .register--login .register--new-customer {
        display: none
    }
    .register--login .register--login-field {
        margin-bottom: 15px;
        margin-bottom: .9375rem
    }
    .register--login .register--login-btn {
        width: auto;
        text-align: left
    }
    .register--advantages {
        display: block;
        width: 34%;
        float: left
    }
    .register--advantages:after {
        content: "";
        display: table;
        clear: both
    }
    .register--advantages .panel--title {
        margin: 0px 0px 10px 0px;
        margin: 0rem 0rem .625rem 0rem
    }
}

@media screen and (min-width: 78.75em) {
    .steps--content .steps--entry.step--payment {
        width: 30%
    }
    .steps--content .steps--entry .text {
        margin: 0px 0px 0px 10px;
        margin: 0rem 0rem 0rem .625rem;
        width: 70%;
        text-align: left
    }
    .steps--content .steps--spacer {
        width: 15%
    }
}

.is--ctl-checkout .panel--body > .alert {
    margin: 30px 0px 30px 0px;
    margin: 1.875rem 0rem 1.875rem 0rem
}

.is--ctl-checkout .basket--info-messages {
    margin-top: 10px;
    margin-top: .625rem
}

.is--ctl-checkout .account--billing-address.register--content,
.is--ctl-checkout .account--shipping-address.register--content,
.is--ctl-checkout .account--change-billing.register--content,
.is--ctl-checkout .account--change-shipping.register--content {
    float: none;
    width: 100%
}

.is--act-shippingPayment .add-product--form {
    display: none
}

.is--act-shippingPayment .product--table {
    margin-top: 0
}

.is--act-shippingPayment .product--table .panel--body {
    padding: 20px 20px 0px 20px;
    padding: 1.25rem 1.25rem 0rem 1.25rem
}

.is--act-shippingPayment .payment--method-list {
    margin-top: 10px;
    margin-top: .625rem
}

.product--table {
    margin-top: 10px;
    margin-top: .625rem
}

.product--table .alert {
    margin-bottom: 10px;
    margin-bottom: .625rem
}

.product--table .is--no-star {
    margin-left: -6px;
    margin-left: -0.375rem
}

.product--table .panel {
    border: 0 none
}

.product--table .panel--body {
    padding: 0
}

.product--table .premium-product.panel {
    margin: 10px 0px 0px 0px;
    margin: .625rem 0rem 0rem 0rem;
    border: 1px solid #d9d9d9
}

.product--table .delivery--status-icon {
    display: none
}

.product--table .js--fancy-select-text {
    font-weight: bold
}

.product--table .table--actions {
    margin-top: 10px;
    margin-top: .625rem;
    position: relative
}

.product--table .table--actions:after {
    content: "";
    display: table;
    clear: both
}

.product--table .table--actions .btn--checkout-proceed,
.product--table .table--actions .btn--checkout-continue {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    margin-bottom: .625rem
}

.product--table .actions--bottom .main--actions {
    margin-bottom: 0px;
    margin-bottom: 0rem
}

.product--table .table--header {
    display: none
}

.product--table .table--tr {
    padding: 10px 0px 8px 0px;
    padding: .625rem 0rem .5rem 0rem;
    position: relative;
    border-bottom: 1px solid #d9d9d9;
    width: 100%;
    height: 100%
}

.product--table .table--tr:after {
    content: "";
    display: table;
    clear: both
}

.product--table .table--media,
.product--table .table--content {
    float: left
}

.product--table .column--product {
    padding-left: 0;
    width: 90%
}

.product--table .column--product .column--image {
    padding: 10px 0px 10px 0px;
    padding: .625rem 0rem .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: 70px;
    max-width: 4.375rem;
    max-height: 70px;
    max-height: 4.375rem;
    border: 1px solid #d9d9d9;
    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: 12px;
    font-size: .75rem;
    width: 70%
}

.product--table .delivery--status-icon {
    font-size: 12px;
    font-size: .75rem;
    margin: 0
}

.product--table .delivery--information {
    font-size: 14px;
    font-size: .875rem
}

.product--table .content--title {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    color: #000
}

.product--table .column--actions {
    padding-right: 0;
    position: absolute;
    width: 20%;
    top: 10px;
    right: 0;
    text-align: right
}

.product--table .column--actions .column--actions-link {
    line-height: 40px;
    line-height: 2.5rem;
    padding: 0px 14px 0px 15px;
    padding: 0rem .875rem 0rem .9375rem
}

.product--table .column--actions .icon--cross {
    font-size: 12px;
    font-size: .75rem
}

.product--table .column--label {
    color: #000;
    text-align: left;
    margin: 0%;
    float: left;
    font-weight: bold
}

.product--table .column--label.quantity--label {
    margin-top: 11px;
    margin-top: .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: 70px;
    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: 10px 0px 10px 0px;
    padding: .625rem 0rem .625rem 0rem;
    width: 24%
}

.product--table .row--rebate .table--content,
.product--table .row--premium-product .table--content {
    padding-top: 21px;
    padding-top: 1.3125rem
}

.product--table .column--total-price {
    font-weight: bold
}

.product--table .column--product:after {
    content: "";
    display: table;
    clear: both
}

.product--table .column--product .column--image {
    float: left;
    width: 24%
}

.product--table .column--quantity .js--fancy-select {
    min-width: 100px;
    min-width: 6.25rem;
    max-width: 160px;
    max-width: 10rem;
    width: auto
}

.product--table .column--quantity,
.product--table .column--unit-price,
.product--table .column--total-price,
.product--table .column--tax-price {
    padding: 5px 0px 5px 10px;
    padding: .3125rem 0rem .3125rem .625rem;
    margin-left: 22%;
    width: 78%
}

.product--table .column--quantity {
    padding: 0px 0px 0px 10px;
    padding: 0rem 0rem 0rem .625rem
}

.product--table .column--unit-price {
    padding: 0px 0px 9px 10px;
    padding: 0rem 0rem .5625rem .625rem
}

.product--table .product--delivery {
    margin: 0
}

.product--table .cart--badge {
    border-radius: 3px 0 0 3px;
    background-clip: padding-box;
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    top: 0;
    left: 0;
    background: #0093d0
}

.product--table .cart--badge span {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-align: center;
    line-height: 20px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    position: absolute;
    width: 70px;
    top: 0;
    bottom: 0
}

.product--table .basket--badge {
    line-height: 48px;
    line-height: 3rem;
    font-size: 16px;
    font-size: 1rem;
    border-radius: 128px;
    background-clip: padding-box;
    height: 48px;
    height: 3rem;
    width: 48px;
    width: 3rem;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    background: #000;
    color: #fff
}

.product--table .basket--badge .icon--arrow-right {
    font-size: 13px;
    font-size: .8125rem
}

.product--table .basket--badge .icon--coupon {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 50px;
    line-height: 3.125rem
}

.product--table .row--premium-product .basket--badge {
    font-size: 11px;
    font-size: .6875rem
}

.product--table .table--actions + .alert {
    margin-top: 10px;
    margin-top: .625rem
}

.product--table .content {
    font-size: 14px;
    font-size: .875rem;
    margin: 0
}

.product--table .add-product--form {
    margin: 20px 0px 20px 0px;
    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: 38px;
    height: 2.375rem;
    width: 90%
}

.product--table .add-voucher--field {
    background: #fff
}

.product--table .add-product--button,
.product--table .add-voucher--button {
    height: 38px;
    height: 2.375rem;
    padding: 3px 0px 3px 0px;
    padding: .1875rem 0rem .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: 0px 0px 12px 0px;
    margin: 0rem 0rem .75rem 0rem
}

.product--table .add-voucher--panel {
    margin: 10px 0px 0px 0px;
    margin: .625rem 0rem 0rem 0rem
}

.product--table .table--aggregation {
    margin: 0px -10px 0px -10px;
    margin: 0rem -0.625rem 0rem -0.625rem;
    padding: 12px 10px 12px 10px;
    padding: .75rem .625rem .75rem .625rem;
    background: #f2f2f2;
    border-color: #d9d9d9;
    border-style: solid;
    border-width: 1px 0 0 0
}

.product--table .table--shipping-costs .js--fancy-select {
    height: 38px;
    height: 2.375rem;
    line-height: 36px;
    line-height: 2.25rem;
    width: 100%
}

.product--table .table--shipping-costs-trigger {
    font-weight: bold
}

.product--table .main--actions:after {
    content: "";
    display: table;
    clear: both
}

.product--table .table--footer {
    font-size: 14px;
    font-size: .875rem
}

.product--table .table--footer .benefit--text {
    font-size: 14px;
    font-size: .875rem
}

.product--table .benefit--headline {
    font-size: 14px;
    font-size: .875rem;
    color: #000;
    font-weight: bold
}

.aggregation--list {
    margin: 0px -10px 0px -10px;
    margin: 0rem -0.625rem 0rem -0.625rem;
    padding: 12px 10px 12px 10px;
    padding: .75rem .625rem .75rem .625rem;
    background: #f2f2f2;
    border-bottom: 1px solid #d9d9d9
}

.aggregation--list .list--entry {
    list-style: none
}

.aggregation--list .entry--label {
    width: 70%
}

.aggregation--list .entry--value {
    width: 30%;
    text-align: right
}

.aggregation--list .entry--total {
    font-weight: bold;
    color: #000
}

.aggregation--list .entry--totalnet,
.aggregation--list .entry--taxes {
    font-size: 12px;
    font-size: .75rem
}

.premium-product.panel {
    margin: 10px 0px 10px 0px;
    margin: .625rem 0rem .625rem 0rem
}

.premium-product--content {
    height: 320px;
    height: 20rem
}

.premium-product--content .product-slider--container {
    padding: 0
}

.premium-product p {
    margin: 10px 0px 10px 0px;
    margin: .625rem 0rem .625rem 0rem
}

.premium-product .premium-product--difference {
    border-color: #d9d9d9;
    display: block
}

.premium-product .premium-product--difference .difference--price {
    font-size: 14px;
    font-size: .875rem
}

.premium-product .product-slider--arrow.arrow--next {
    right: -1px;
    right: -0.0625rem
}

.premium-product .product-slider--arrow.arrow--prev {
    left: -1px;
    left: -0.0625rem
}

.premium-product .product--inner {
    padding: 5px 30px 5px 30px;
    padding: .3125rem 1.875rem .3125rem 1.875rem;
    margin: 0px 0px 10px 0px;
    margin: 0rem 0rem .625rem 0rem
}

.premium-product .product--inner .product--image {
    border-radius: 3px;
    background-clip: padding-box;
    height: 175px;
    height: 10.9375rem;
    margin: 0px 0px 15px 0px;
    margin: 0rem 0rem .9375rem 0rem;
    padding: 10px 10px 10px 10px;
    padding: .625rem .625rem .625rem .625rem;
    display: block;
    border: 1px solid #d9d9d9;
    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;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -moz-touch-callout: none;
    touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    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: 38px;
    height: 2.375rem;
    width: 38px;
    width: 2.375rem;
    line-height: 38px;
    line-height: 2.375rem;
    top: -19px;
    top: -1.1875rem;
    right: -19px;
    right: -1.1875rem;
    background: #0093d0;
    position: absolute;
    color: #fff;
    font-weight: bold;
    z-index: 750
}

.premium-product .product--inner .premium-product--free {
    color: #2ecc71;
    font-weight: bold;
    text-align: left
}

.premium-product .product--inner .btn {
    width: 100%
}

.premium-product .product--inner .js--fancy-select {
    width: 100%
}

.premium-product .product--inner .js--fancy-select-text {
    font-weight: bold
}

.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: 38px;
    height: 2.375rem;
    margin-left: -2px;
    margin-left: -0.125rem;
    width: 20%
}

.premium-product .product--inner .premium--variant .js--fancy-select {
    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: 36px;
    line-height: 2.25rem;
    margin-right: 2px;
    margin-right: .125rem;
    width: 80%;
    float: left
}

.premium-product .product--inner .premium--variant .js--fancy-select .premium--selection {
    height: 36px;
    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: 10px 40px 10px 20px;
    padding: .625rem 2.5rem .625rem 1.25rem;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    border-bottom: 1px solid #d9d9d9
}

.js--modal .modal--checkout-add-article .modal--error {
    padding: 20px 20px 20px 20px;
    padding: 1.25rem 1.25rem 1.25rem 1.25rem
}

.js--modal .modal--checkout-add-article .modal--article {
    padding: 20px;
    padding: 1.25rem
}

.js--modal .modal--checkout-add-article .article--info {
    margin-left: 80px;
    margin-left: 5rem
}

.js--modal .modal--checkout-add-article .article--info:after {
    content: "";
    display: table;
    clear: both
}

.js--modal .modal--checkout-add-article .article--image {
    padding: 5px;
    padding: .3125rem;
    width: 80px;
    width: 5rem;
    height: 80px;
    height: 5rem;
    border-radius: 3px;
    background-clip: padding-box;
    float: left;
    border: 1px solid #d9d9d9
}

.js--modal .modal--checkout-add-article .article--name {
    width: 100%
}

.js--modal .modal--checkout-add-article .list--name {
    margin-left: 15px;
    margin-left: .9375rem
}

.js--modal .modal--checkout-add-article .list--name .entry--name {
    margin-bottom: 10px;
    margin-bottom: .625rem
}

.js--modal .modal--checkout-add-article .list--name .link--name {
    color: #000;
    font-weight: 700
}

.js--modal .modal--checkout-add-article .article--price {
    margin: 15px 0px 0px 15px;
    margin: .9375rem 0rem 0rem .9375rem;
    width: 100%
}

.js--modal .modal--checkout-add-article .list--price .entry--price {
    margin-bottom: 10px;
    margin-bottom: .625rem;
    color: #000;
    font-weight: 700
}

.js--modal .modal--checkout-add-article .modal--actions {
    margin: 0px 0px 20px 0px;
    margin: 0rem 0rem 1.25rem 0rem;
    padding: 10px 20px 0px 20px;
    padding: .625rem 1.25rem 0rem 1.25rem
}

.js--modal .modal--checkout-add-article .modal--actions:after {
    content: "";
    display: table;
    clear: both
}

.js--modal .modal--checkout-add-article .modal--actions .btn {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.js--modal .modal--checkout-add-article .modal--actions .btn:last-child {
    margin-top: 10px;
    margin-top: .625rem
}

.js--modal .modal--checkout-add-article .modal--actions .is--left {
    padding-left: 35px;
    padding-left: 2.1875rem
}

.js--modal .modal--checkout-add-article .modal--cross-selling {
    padding: 0px 20px 20px 20px;
    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: 10px;
    padding-bottom: .625rem;
    height: 170px;
    height: 10.625rem;
    border-bottom: 1px solid #d9d9d9;
    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: #000;
    font-weight: 700
}

.js--modal .modal--checkout-add-article .modal--cross-selling .item--price-unit {
    font-size: 11px;
    font-size: .6875rem
}

.js--modal .modal--checkout-add-article .modal--cross-selling .price--normal {
    font-size: 17px;
    font-size: 1.0625rem;
    color: #000;
    font-weight: 700
}

.js--modal .modal--checkout-add-article .modal--cross-selling .price--reduced {
    color: #e74c3c
}

.js--modal .modal--checkout-add-article .modal--cross-selling .price--pseudo {
    font-size: 10px;
    font-size: .625rem;
    text-decoration: line-through
}

.content--confirm .alert {
    margin-top: 10px;
    margin-top: .625rem
}

.content--confirm .has--border {
    border: 1px solid #d9d9d9
}

.content--confirm .confirm--actions .main--actions {
    text-align: center;
    width: 100%
}

.content--confirm .payment--method-list,
.content--confirm .dispatch--method-list {
    margin-bottom: 10px;
    margin-bottom: .625rem
}

.content--confirm .payment--method,
.content--confirm .dispatch--method {
    padding-bottom: 10px;
    padding-bottom: .625rem;
    margin-bottom: 10px;
    margin-bottom: .625rem;
    border-bottom: 1px solid #d9d9d9
}

.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: 40px;
    width: 2.5rem;
    text-align: center;
    float: left
}

.content--confirm .method--label {
    padding-left: 40px;
    padding-left: 2.5rem;
    width: 100%
}

.content--confirm .method--description {
    padding-left: 40px;
    padding-left: 2.5rem
}

.content--confirm .payment--method-logo {
    margin-left: 40px;
    margin-left: 2.5rem
}

.content--confirm .method--bankdata {
    padding-left: 40px;
    padding-left: 2.5rem
}

.content--confirm .method--bankdata input[type="text"] {
    max-width: 100%
}

.content--confirm .table--aggregation,
.content--confirm .add-product--form,
.content--confirm .add-product--field,
.content--confirm .add-product--button {
    display: none
}

.content--confirm .aggregation--list {
    font-size: 14px;
    font-size: .875rem;
    line-height: 24px;
    line-height: 1.5rem;
    margin: 0px -10px 0px -10px;
    margin: 0rem -0.625rem 0rem -0.625rem;
    border-top: 1px solid #d9d9d9
}

@media screen and (min-width: 30em) {
    .product--table .column--label {
        text-align: right;
        width: 100%;
        margin: 0
    }
    .product--table .table--tr {
        padding: 10px 0px 20px 0px;
        padding: .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: 0px;
        margin-bottom: 0rem
    }
    .product--table .column--product .column--image {
        width: 15%
    }
    .product--table .column--quantity,
    .product--table .column--unit-price,
    .product--table .column--total-price {
        float: left;
        width: 28.83%
    }
    .product--table .column--quantity {
        padding-right: 10px;
        padding-right: .625rem;
        margin-left: 13.5%
    }
    .product--table .column--quantity .quantity--label {
        margin: 0px 0px 3px 0px;
        margin: 0rem 0rem .1875rem 0rem;
        text-align: left
    }
    .product--table .column--quantity .js--fancy-select {
        float: left
    }
    .product--table .column--quantity .js--fancy-select-text {
        font-weight: bold
    }
    .product--table .column--unit-price {
        padding-right: 10px;
        padding-right: .625rem;
        margin: 0
    }
    .product--table .column--unit-price .unit-price--label {
        margin-bottom: 12px;
        margin-bottom: .75rem
    }
    .product--table .column--total-price {
        padding: 0px 10px 5px 10px;
        padding: 0rem .625rem .3125rem .625rem;
        margin: 0
    }
    .product--table .column--total-price .total-price--label {
        margin-bottom: 12px;
        margin-bottom: .75rem
    }
    .product--table .column--tax-price {
        margin: 0
    }
    .product--table .column--tax-price .tax-price--label {
        margin-bottom: 12px;
        margin-bottom: .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: 10px;
        margin-bottom: .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: 0px 0px 20px 0px;
        margin: 0rem 0rem 1.25rem 0rem;
        padding: 10px 20px 0px 20px;
        padding: .625rem 1.25rem 0rem 1.25rem
    }
    .js--modal .modal--checkout-add-article .modal--actions:after {
        content: "";
        display: table;
        clear: both
    }
    .js--modal .modal--checkout-add-article .modal--actions .btn {
        width: 49%
    }
    .js--modal .modal--checkout-add-article .modal--actions .btn:last-child {
        margin-top: 0
    }
    .js--modal .modal--checkout-add-article .modal--actions .is--left {
        padding-left: 35px;
        padding-left: 2.1875rem
    }
}

@media screen and (min-width: 48em) {
    .is--ctl-checkout .basket--info-messages {
        margin: 20px 0px 4px 0px;
        margin: 1.25rem 0rem .25rem 0rem
    }
    .is--ctl-checkout .account--change-billing.register--content,
    .is--ctl-checkout .account--change-shipping.register--content {
        width: 75%
    }
    .is--act-shippingPayment .product--table .table--actions {
        margin-top: 20px;
        margin-top: 1.25rem
    }
    .is--act-shippingPayment .payment--method-list {
        margin-top: 0
    }
    .is--act-shippingPayment .basket--footer .aggregation--list {
        padding-right: 20px;
        padding-right: 1.25rem
    }
    .product--table {
        margin: 20px 0px 20px 0px;
        margin: 1.25rem 0rem 1.25rem 0rem
    }
    .product--table .alert {
        margin-bottom: 20px;
        margin-bottom: 1.25rem
    }
    .product--table .product--delivery {
        float: left
    }
    .product--table .row--voucher,
    .product--table .row--premium-product {
        height: 100%
    }
    .product--table .panel--body {
        padding: 20px 20px 20px 20px;
        padding: 1.25rem 1.25rem 1.25rem 1.25rem;
        border: 1px solid #d9d9d9
    }
    .product--table .premium-product--content {
        height: 330px;
        height: 20.625rem;
        border: 0 none
    }
    .product--table .premium-product.panel {
        margin: 20px 0px 0px 0px;
        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: 0px 0px 10px 0px;
        margin: 0rem 0rem .625rem 0rem;
        border-bottom: 1px solid #d9d9d9;
        display: block
    }
    .product--table .table--header .table--column {
        font-size: 16px;
        font-size: 1rem;
        padding-bottom: 0;
        font-weight: bold;
        color: #000
    }
    .product--table .table--header .panel--th {
        padding: 5px 10px 9px 10px;
        padding: .3125rem .625rem .5625rem .625rem;
        font-size: 16px;
        font-size: 1rem
    }
    .product--table .table--header .column--product {
        padding-left: 0;
        width: 52%
    }
    .product--table .column--product {
        float: left;
        width: 52%
    }
    .product--table .column--product .column--image {
        width: 8%
    }
    .product--table .table--tr {
        padding: 0;
        border-bottom: 1px solid #d9d9d9
    }
    .product--table .is--centered {
        display: inline-block;
        vertical-align: middle
    }
    .product--table .column--actions {
        width: 8%;
        padding-right: 0
    }
    .product--table .column--product .column--image {
        width: 20%
    }
    .product--table .table--media,
    .product--table .table--content {
        float: left
    }
    .product--table .table--media {
        width: 100%
    }
    .product--table .table--media .table--media-outer {
        margin: 0
    }
    .product--table .table--content {
        width: 80%
    }
    .product--table .column--quantity {
        padding: 10px 10px 10px 10px;
        padding: .625rem .625rem .625rem .625rem;
        float: left;
        width: 11%;
        margin: 0
    }
    .product--table .column--quantity .js--fancy-select {
        float: right;
        min-width: 0
    }
    .product--table .column--quantity .js--fancy-select-text {
        font-weight: bold
    }
    .product--table .column--unit-price,
    .product--table .column--total-price {
        padding: 10px 10px 10px 10px;
        padding: .625rem .625rem .625rem .625rem;
        width: 14.5%
    }
    .product--table .row--product .column--quantity {
        padding-top: 26px;
        padding-top: 1.625rem
    }
    .product--table .row--product .column--unit-price,
    .product--table .row--product .column--total-price {
        line-height: 42px;
        line-height: 2.625rem;
        padding-top: 26px;
        padding-top: 1.625rem
    }
    .product--table .row--product .column--actions {
        padding-top: 26px;
        padding-top: 1.625rem
    }
    .product--table .content--title {
        font-size: 16px;
        font-size: 1rem;
        font-weight: bold;
        color: #000
    }
    .product--table .column--total-price {
        float: left;
        font-weight: bold
    }
    .product--table .basket--badge {
        width: 48px;
        width: 3rem;
        margin: 0 auto
    }
    .product--table .row--rebate .table--media,
    .product--table .row--premium-product .table--media,
    .product--table .row--voucher .table--media {
        float: left
    }
    .product--table .row--rebate .column--total-price,
    .product--table .row--premium-product .column--total-price,
    .product--table .row--voucher .column--total-price {
        margin-left: 25.5%;
        float: left
    }
    .product--table .row--rebate .column--tax-price,
    .product--table .row--premium-product .column--tax-price,
    .product--table .row--voucher .column--tax-price {
        margin: 0
    }
    .product--table .row--rebate .column--actions,
    .product--table .row--premium-product .column--actions,
    .product--table .row--voucher .column--actions {
        padding-top: 13px;
        padding-top: .8125rem
    }
    .product--table .row--rebate .table--content,
    .product--table .row--premium-product .table--content {
        padding-top: 21px;
        padding-top: 1.3125rem
    }
    .product--table .row--rebate .column--total-price,
    .product--table .row--premium-product .column--total-price {
        padding-top: 22px;
        padding-top: 1.375rem
    }
    .product--table .row--voucher .column--total-price {
        padding-top: 22px;
        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: 15px 0px 20px 0px;
        margin: .9375rem 0rem 1.25rem 0rem;
        width: 35%
    }
    .product--table .add-product--field {
        width: 80%
    }
    .product--table .add-product--button {
        width: 16%
    }
    .product--table .basket--footer {
        margin: 0px -20px -20px -20px;
        margin: 0rem -1.25rem -1.25rem -1.25rem;
        border-top: 1px solid #d9d9d9;
        background: #f2f2f2
    }
    .product--table .basket--footer:after {
        content: "";
        display: table;
        clear: both
    }
    .product--table .aggregation--list,
    .product--table .table--aggregation {
        padding: 20px 20px 20px 20px;
        padding: 1.25rem 1.25rem 1.25rem 1.25rem;
        padding-right: 11%;
        border: 0 none;
        background: transparent;
        margin: 0;
        float: left;
        width: 50%
    }
    .product--table .table--actions {
        padding-bottom: 20px;
        padding-bottom: 1.25rem;
        margin: 0
    }
    .product--table .table--actions .is--secondary {
        margin-right: 20px;
        margin-right: 1.25rem
    }
    .product--table .table--actions .btn--inquiry {
        margin-left: -130px;
        margin-left: -8.125rem;
        width: 260px;
        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: 0px;
        margin-bottom: 0rem
    }
    .product--table .actions--bottom .main--actions {
        margin-top: 20px;
        margin-top: 1.25rem
    }
    .product--table .table--footer {
        display: block
    }
    .footer--benefit {
        font-size: 14px;
        font-size: .875rem;
        padding: 0px 20px 0px 0px;
        padding: 0rem 1.25rem 0rem 0rem;
        width: 33.33332%
    }
    .footer--benefit.is--last {
        padding: 0
    }
    .js--modal .modal--checkout-add-article .article--price {
        margin-top: 0;
        margin-left: 0
    }
    .js--modal .modal--checkout-add-article .modal--actions .btn {
        width: 35%;
        margin-bottom: 0
    }
    .js--modal .modal--checkout-add-article .modal--actions .btn:last-child {
        margin-top: 0
    }
    .content--confirm .alert {
        margin: 0
    }
    .content--confirm .table--aggregation {
        visibility: hidden;
        display: block
    }
    .content--confirm .confirm--inner-container .payment--method-list,
    .content--confirm .confirm--inner-container .dispatch--method-list {
        margin-bottom: 20px;
        margin-bottom: 1.25rem
    }
    .content--confirm .confirm--inner-container .panel--body {
        border: 0 none
    }
    .content--confirm .confirm--inner-container .has--border {
        border: 1px solid #d9d9d9
    }
    .content--confirm .confirm--inner-container .basket--footer {
        border: 1px solid #d9d9d9;
        margin: 0
    }
    .content--confirm .confirm--actions .main--actions {
        width: 25%
    }
}

@media screen and (min-width: 64em) {
    .product--table .table--actions .btn--inquiry {
        left: 50%
    }
    .product--table .column--product .column--image {
        width: 16%
    }
    .product--table .column--product .table--content {
        width: 84%
    }
    .product--table .row--premium-product .column--product .column--image,
    .product--table .row--rebate .column--product .column--image {
        width: 10.7%
    }
    .product--table .add-product--form {
        width: 25%
    }
    .product--table .aggregation--list {
        float: right;
        padding-right: 10.5%
    }
    .product--table .table--aggregation {
        width: 45%
    }
}

@media screen and (min-width: 78.75em) {
    .is--ctl-checkout .basket--info-messages {
        margin: 45px 0px 0px 0px;
        margin: 2.8125rem 0rem 0rem 0rem
    }
    .is--act-shippingPayment .product--table {
        margin-top: 25px;
        margin-top: 1.5625rem
    }
    .product--table {
        margin-top: 45px;
        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: 21px;
        padding-top: 1.3125rem
    }
    .product--table .row--product .column--actions {
        padding-top: 34px;
        padding-top: 2.125rem
    }
    .product--table .table--tr .column--actions .column--actions-link {
        line-height: 18px;
        line-height: 1.125rem;
        padding: 0px 5px 2px 5px;
        padding: 0rem .3125rem .125rem .3125rem
    }
    .product--table .table--tr .column--actions .icon--cross {
        font-size: 9px;
        font-size: .5625rem
    }
    .product--table .row--premium-product .column--product,
    .product--table .row--rebate .column--product {
        width: 80.5%
    }
    .product--table .row--premium-product .column--product .column--image,
    .product--table .row--rebate .column--product .column--image {
        width: 9.5%
    }
    .product--table .aggregation--list {
        padding-right: 7.3%
    }
}

.is--act-finish .content-main {
    margin-top: 20px;
    margin-top: 1.25rem
}

.finish--content {
    padding-top: 10px;
    padding-top: .625rem
}

.finish--content .information--panel-item {
    margin-bottom: 20px;
    margin-bottom: 1.25rem
}

.finish--content .information--panel-item:after {
    content: "";
    display: table;
    clear: both
}

.finish--content .information--panel-item .panel--body:after {
    content: "";
    display: table;
    clear: both
}

.finish--content .information--panel-item.information--panel-address .shipping--panel {
    text-align: center
}

.finish--content .product--table {
    margin-top: 0
}

.finish--teaser {
    margin: 0px 0px 20px 0px;
    margin: 0rem 0rem 1.25rem 0rem
}

.teaser--btn-back {
    margin: 0px 0px 20px 0px;
    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: 4px 0px 0px 0px;
    margin: .25rem 0rem 0rem 0rem;
    float: left
}

.finish--table .panel--body {
    border: 1px solid #d9d9d9
}

.finish--table .table--tr {
    padding: 10px 10px 10px 10px;
    padding: .625rem .625rem .625rem .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 #d9d9d9
}

.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: 12px;
        margin-bottom: .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: 40px;
        margin-top: 2.5rem
    }
    .finish--content {
        padding-top: 20px;
        padding-top: 1.25rem
    }
    .finish--content .information--panel-wrapper {
        margin: -2% 0 0 -2%;
        margin-bottom: 20px;
        margin-bottom: 1.25rem
    }
    .finish--content .information--panel-wrapper .information--panel-item.information--panel-item-billing {
        width: 50%
    }
    .finish--content .information--panel-wrapper .information--panel-item.information--panel-item-billing .panel {
        border-right: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .finish--content .information--panel-wrapper .information--panel-item.information--panel-item-shipping {
        padding-left: 0;
        width: 50%
    }
    .finish--content .information--panel-wrapper .information--panel-item.information--panel-item-shipping .panel {
        border-left: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .finish--content .information--panel-wrapper .information--panel {
        margin: 0
    }
    .finish--content .information--panel-wrapper .information--panel-item {
        padding: 2% 0 0 2%;
        width: 100%;
        float: left;
        margin-bottom: 0
    }
    .finish--content .information--panel-address .panel--body:after {
        content: "";
        display: table;
        clear: both
    }
    .finish--content .information--panel-address .panel--body .billing--panel {
        float: left;
        width: 50%
    }
    .finish--content .information--panel-address .panel--body .shipping--panel {
        float: right;
        width: 50%
    }
    .teaser--btn-back {
        margin: 0px 20px 0px 0px;
        margin: 0rem 1.25rem 0rem 0rem;
        width: auto
    }
    .finish--table {
        margin: 20px 0px 0px 0px;
        margin: 1.25rem 0rem 0rem 0rem
    }
    .finish--table .table--header .panel--th {
        padding-right: 0
    }
    .finish--table .panel--body {
        padding: 20px 20px 20px 20px;
        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: 42px;
        line-height: 2.625rem;
        margin: 0
    }
    .finish--table .row--rebate .column--total-price,
    .finish--table .row--premium-product .column--total-price {
        width: 22.5%
    }
    .finish--table .row--voucher .column--total-price {
        margin-left: 0;
        width: 48%
    }
    .finish--table .table--aggregation {
        display: block;
        width: 50%
    }
    .finish--table .aggregation--list {
        padding: 20px 20px 20px 20px;
        padding: 1.25rem 1.25rem 1.25rem 1.25rem
    }
}

@media screen and (min-width: 64em) {
    .finish--content .information--panel-wrapper {
        margin-bottom: 20px;
        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: 45px;
        padding-top: 2.8125rem
    }
    .finish--content .column--total-price {
        width: 34%
    }
    .finish--content .finish--table .table--header .column--product {
        width: 55%
    }
    .finish--content .finish--table .row--premium-product .column--total-price,
    .finish--content .finish--table .row--rebate .column--total-price {
        width: 19.5%
    }
    .finish--content .finish--table .row--voucher .column--total-price {
        width: 45%
    }
}

@media print {
    body {
        width: auto;
        height: auto;
        overflow: auto;
        background: #ffffff
    }
    .container {
        max-width: none
    }
    .is--act-finish .content-main {
        margin-top: 0
    }
    .finish--teaser,
    .navigation-main,
    .footer--columns,
    .shop--navigation,
    .top-bar,
    .btn--back-top-shop,
    .header-main .container--ajax-cart {
        display: none
    }
    .is--ctl-checkout.is--minimal-header .header-main,
    .header-main {
        border-bottom: none;
        margin: 0;
        padding: 0
    }
    .content-main {
        margin-bottom: 0
    }
    .finish--table {
        clear: both
    }
    .finish--table .table--tr {
        page-break-inside: avoid
    }
    .finish--table .table--content {
        width: 85%
    }
    .finish--table .column--product .column--image {
        width: 15%
    }
    .finish--table .column--label.quantity--label {
        margin: 0
    }
    .finish--table .column--product {
        width: 100%
    }
    .finish--table .column--product:after {
        content: "";
        display: table;
        clear: both
    }
    .finish--table .column--total-price,
    .finish--table .column--quantity {
        margin-left: 70%;
        width: 30%
    }
    .footer-minimal .footer--service-menu,
    .footer-main .footer--service-menu,
    .footer-minimal .footer--copyright,
    .footer-main .footer--copyright,
    .footer-minimal .footer--logo,
    .footer-main .footer--logo {
        display: none
    }
    .footer-minimal .vat-info--text,
    .footer-main .vat-info--text {
        font-size: 9px;
        font-size: .5625rem
    }
    .footer-minimal a,
    .footer-main a {
        color: #000
    }
}

.account--content {
    margin: 10px 0px 0px 0px;
    margin: .625rem 0rem 0rem 0rem
}

.partner-statistic .panel--title {
    padding-bottom: 20px;
    padding-bottom: 1.25rem
}

.account--content:after,
.payment_logo_debit:after,
.account-address--container:after,
.account-info--container:after {
    content: "";
    display: table;
    clear: both
}

.account--logout .logout--headline {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 10px 0px 20px 0px;
    margin: .625rem 0rem 1.25rem 0rem
}

.account--logout .logout--actions {
    margin-bottom: 10px;
    margin-bottom: .625rem
}

.account--logout .logout-back-to-shop {
    display: block
}

.account--menu .link--logout [class^="icon--"] {
    display: none
}

.account--box {
    margin: 0px 0px 20px 0px;
    margin: 0rem 0rem 1.25rem 0rem
}

.account--password input[type="text"],
.account--email input[type="text"],
.account--password input[type="password"],
.account--email input[type="password"],
.account--password input[type="email"],
.account--email input[type="email"] {
    width: 100%
}

.account--welcome {
    margin-bottom: 20px;
    margin-bottom: 1.25rem
}

.account--welcome .panel--body {
    padding: 0
}

.account--welcome .panel--title {
    padding: 20px 0px 20px 0px;
    padding: 1.25rem 0rem 1.25rem 0rem;
    margin: 0
}

.account--welcome .panel--actions {
    padding: 0
}

.account--error,
.account--success {
    margin: 0px 0px 10px 0px;
    margin: 0rem 0rem .625rem 0rem
}

.register--error-msg {
    color: #e74c3c
}

.account--actions {
    margin: 0px 20px 20px 16px;
    margin: 0rem 1.25rem 1.25rem 1rem
}

.account--actions:after {
    content: "";
    display: table;
    clear: both
}

.account--change-payment.register--content {
    display: block;
    width: 100%
}

.account--newsletter fieldset {
    border: 0;
    padding: 0
}

.account--newsletter fieldset input[type="checkbox"] {
    margin: 0px 10px 0px 0px;
    margin: 0rem .625rem 0rem 0rem
}

.account--paging {
    padding: 10px 10px 10px 10px;
    padding: .625rem .625rem .625rem .625rem;
    display: block;
    background: #fff
}

.account--paging:after {
    content: "";
    display: table;
    clear: both
}

.account--paging .paging--display {
    float: right
}

.account--orders-overview {
    border: 1px solid #d9d9d9
}

.account--orders-overview p {
    font-size: 14px;
    font-size: .875rem
}

.account--orders-overview .orders--table-header {
    display: none;
    background: #fff
}

.account--orders-overview .orders--table-header .panel--th {
    color: #000
}

.account--orders-overview .panel--tr {
    padding: 10px 0px 10px 0px;
    padding: .625rem 0rem .625rem 0rem
}

.account--orders-overview .panel--td {
    padding: 5px 10px 5px 10px;
    padding: .3125rem .625rem .3125rem .625rem;
    display: block;
    float: none
}

.account--orders-overview .panel--td:after {
    content: "";
    display: table;
    clear: both
}

.account--orders-overview .column--info-labels,
.account--orders-overview .column--info-data {
    display: none
}

.account--orders-overview .column--summary-labels,
.account--orders-overview .column--summary-data {
    width: 50%;
    float: left;
    text-align: left
}

.account--orders-overview .column--summary-data {
    padding: 5px 10px 0px 0px;
    padding: .3125rem .625rem 0rem 0rem
}

.account--orders-overview .column--label,
.account--orders-overview .column--value {
    width: 50%;
    float: left
}

.account--orders-overview .column--label {
    font-weight: 600
}

.is--act-partnerStatistic .content-main--inner {
    padding: 0px 0px 16px 0px;
    padding: 0rem 0rem 1rem 0rem
}

.is--act-partnerStatistic .account--welcome {
    padding: 0px 0px 0px 10px;
    padding: 0rem 0rem 0rem .625rem
}

.is--act-partnerStatistic .listing--actions {
    padding: 10px 18px 24px 18px;
    padding: .625rem 1.125rem 1.5rem 1.125rem;
    border-bottom: 1px solid #d9d9d9
}

.is--act-partnerStatistic .date-filter {
    font-size: 14px;
    font-size: .875rem;
    height: 50px;
    height: 3.125rem;
    display: block;
    width: 100%
}

.is--act-partnerStatistic .date-filter--label {
    padding: 9px 0px 10px 0px;
    padding: .5625rem 0rem .625rem 0rem;
    width: 40px;
    width: 2.5rem;
    display: block;
    float: left
}

.is--act-partnerStatistic .date-filter--input {
    margin: 0px 0px 0px 40px;
    margin: 0rem 0rem 0rem 2.5rem;
    width: auto
}

.is--act-partnerStatistic .datepicker {
    padding-right: 35px;
    padding-right: 2.1875rem;
    width: 100%;
    float: left
}

.is--act-partnerStatistic .ui-datepicker-trigger {
    width: 20px;
    width: 1.25rem;
    height: 20px;
    height: 1.25rem;
    margin: 10px 0px 0px -30px;
    margin: .625rem 0rem 0rem -1.875rem;
    display: inline;
    border: 0;
    background: transparent;
    text-align: center;
    color: #000;
    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: 8px 10px 7px 10px;
    padding: .5rem .625rem .4375rem .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: 3px 10px 2px 10px;
    padding: .1875rem .625rem .125rem .625rem;
    font-size: 12px;
    font-size: .75rem;
    color: #000
}

.is--act-partnerStatistic .is--odd {
    padding: 0px 0px 9px 0px;
    padding: 0rem 0rem .5625rem 0rem;
    border-bottom: 1px solid #d9d9d9
}

.is--act-partnerStatistic .is--odd .column--price,
.is--act-partnerStatistic .is--odd .column--total {
    padding: 10px 10px 10px 10px;
    padding: .625rem .625rem .625rem .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: 8px;
    width: .5rem;
    height: 8px;
    height: .5rem;
    top: 8px;
    top: .5rem;
    display: inline-block;
    position: relative
}

.order--status-icon.status--0,
.order--status-icon.status--1,
.order--status-icon.status--3,
.order--status-icon.status--6 {
    background: #4aa3df
}

.order--status-icon.status--2,
.order--status-icon.status--5,
.order--status-icon.status--7 {
    background: #2ecc71
}

.order--status-icon.status--4,
.order--status-icon.status--8 {
    background: #e74c3c
}

.order--name {
    color: #000
}

.order--details,
.order--price-unit,
.order--current-price {
    display: none
}

.order--details .panel--tr {
    border-bottom: 1px solid #d9d9d9
}

.order--repeat {
    text-align: center;
    background: #e5e5e5;
    border-bottom: 1px solid #d9d9d9
}

.order--actions {
    text-align: center !important
}

.order--user-comments,
.order--shop-comments {
    border-bottom: 1px solid #d9d9d9
}

.account--downloads {
    border: 1px solid #d9d9d9
}

.account--downloads p {
    font-size: 14px;
    font-size: .875rem
}

.account--downloads .downloads--table-header {
    display: none
}

.account--downloads .panel--tr {
    padding: 10px 0px 10px 0px;
    padding: .625rem 0rem .625rem 0rem
}

.account--downloads .panel--td {
    padding: 5px 10px 5px 10px;
    padding: .3125rem .625rem .3125rem .625rem;
    display: block;
    float: none
}

.account--downloads .panel--td:after {
    content: "";
    display: table;
    clear: both
}

.account--password-reset {
    margin-top: 10px;
    margin-top: .625rem
}

.account--password-reset p {
    margin: 0
}

.account--password-reset .password-reset--input {
    margin: 0px 0px 30px 0px;
    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: 0px 0px 10px 0px;
    margin: 0rem 0rem .625rem 0rem
}

.account--password-new {
    margin-top: 10px;
    margin-top: .625rem
}

.account--password-new .password-new--input {
    margin-bottom: 15px;
    margin-bottom: .9375rem;
    width: 100%
}

.account--password-new .password-new--helptext {
    margin-bottom: 0
}

.account--password-new .password-new--submit {
    display: block;
    width: 100%
}

.account--profile {
    margin: 0px;
    margin: 0rem;
    padding-top: 20px;
    padding-top: 1.25rem
}

.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: 20px;
    margin-bottom: 1.25rem
}

.account--profile .js--loading {
    width: 18px;
    width: 1.125rem;
    height: 18px;
    height: 1.125rem;
    border-radius: 100%;
    background-clip: padding-box;
    margin: 0px 0px 0px 5px;
    margin: 0rem 0rem 0rem .3125rem;
    top: 4px;
    top: .25rem;
    -webkit-animation: keyframe--spin 1s linear infinite;
    -moz-animation: keyframe--spin 1s linear infinite;
    -o-animation: keyframe--spin 1s linear infinite;
    animation: keyframe--spin 1s linear infinite;
    border: 2px solid #d9d9d9;
    border-top: 2px solid #595959;
    display: inline-block;
    position: relative
}

.account--profile .panel {
    margin-bottom: 20px;
    margin-bottom: 1.25rem
}

.account--profile .required-info {
    font-size: 14px;
    font-size: .875rem
}

.account--profile .js--fancy-select {
    margin-bottom: 10px;
    margin-bottom: .625rem;
    width: 100%
}

.account--profile .profile--field {
    margin-bottom: 10px;
    margin-bottom: .625rem;
    width: 100%
}

.account--profile .profile--zip-city .profile--field-zipcode {
    width: 28%;
    float: left
}

.account--profile .profile--zip-city .profile--field-city {
    width: 70%;
    float: left
}

.account--profile .profile--zip-city .profile--field-city:after {
    content: "";
    display: table;
    clear: both
}

.account--profile .birthday--label {
    margin: 0px 0px 5px 0px;
    margin: 0rem 0rem .3125rem 0rem;
    display: block;
    font-weight: bold
}

.account--profile .profile--birthdate:after {
    content: "";
    display: table;
    clear: both
}

.account--profile .profile--birthdate .js--fancy-select {
    margin-bottom: 15px;
    margin-bottom: .9375rem;
    width: 100%;
    float: left
}

.account--profile .profile--birthdate .profile--birthyear,
.account--profile .profile--birthdate .profile--birthyear .js--fancy-select {
    margin-right: 0px;
    margin-right: 0rem
}

@media screen and (min-width: 30em) {
    .account--password-reset {
        margin-top: 10px;
        margin-top: .625rem
    }
    .account--password-reset .password-reset--input {
        margin: 10px 0px 30px 0px;
        margin: .625rem 0rem 1.875rem 0rem
    }
    .account--password-reset .password-reset--link {
        margin: 0px 0px 10px 0px;
        margin: 0rem 0rem .625rem 0rem;
        width: auto
    }
    .account--password-reset .password-reset--link:first-child {
        margin: 0px 10px 0px 0px;
        margin: 0rem .625rem 0rem 0rem
    }
    .account--password-new .password-new--submit {
        display: inline-block;
        width: auto
    }
    .account--logout .logout-back-to-shop {
        display: inline-block
    }
}

@media screen and (min-width: 48em) {
    .account--content {
        margin: 30px 0px 0px 0px;
        margin: 1.875rem 0rem 0rem 0rem
    }
    .account--content.is--wide {
        width: 100%
    }
    .account--password-reset {
        margin: 20px 0px 0px 0px;
        margin: 1.25rem 0rem 0rem 0rem
    }
    .account--password-new {
        margin-top: 20px;
        margin-top: 1.25rem
    }
    .account--password-new .password-new--input {
        width: 320px;
        width: 20rem
    }
    .account--menu {
        border: 1px solid #d9d9d9
    }
    .account--menu .navigation--headline {
        padding: 20px 0px 0px 0px;
        padding: 1.25rem 0rem 0rem 0rem;
        margin: 0px 20px 0px 20px;
        margin: 0rem 1.25rem 0rem 1.25rem;
        font-size: 16px;
        font-size: 1rem;
        display: block;
        font-weight: bold;
        color: #000;
        font-size: 17px !important;
        padding: 20px 0px 10px 0px;
        padding: 1.25rem 0rem .625rem 0rem;
        text-decoration: none !important;
        font-style: italic;
        border-bottom: 0;
        position: relative;
        padding-bottom: 20px;
        border-bottom: 1px solid #d9d9d9
    }
    .account--menu .navigation--headline.is--underline {
        padding: 20px 0px 10px 0px;
        padding: 1.25rem 0rem .625rem 0rem;
        border-bottom: 1px solid #d9d9d9;
        text-decoration: none !important
    }
    .account--menu .navigation--headline.is--secondary {
        color: #000
    }
    .account--menu .navigation--headline.is--primary {
        color: #0093d0
    }
    .account--menu .navigation--headline.is--underline {
        font-style: italic;
        border-bottom: 0;
        position: relative;
        padding-bottom: 20px
    }
    .account--menu .navigation--headline.is--underline:after {
        position: absolute;
        content: '';
        height: 2px;
        width: 60px;
        background: #000;
        bottom: 0;
        right: 50%;
        -webkit-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -ms-transform: translateX(50%);
        -o-transform: translateX(50%);
        transform: translateX(50%);
        right: auto;
        left: 0;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
    .account--menu .navigation--headline:after {
        position: absolute;
        content: '';
        height: 2px;
        width: 60px;
        background: #000;
        bottom: 0;
        right: 50%;
        -webkit-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -ms-transform: translateX(50%);
        -o-transform: translateX(50%);
        transform: translateX(50%);
        right: auto;
        left: 0;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
    .account--menu .account--menu-container {
        padding: 10px 10px 10px 10px;
        padding: .625rem .625rem .625rem .625rem;
        font-size: 14px;
        font-size: .875rem;
        line-height: 24px;
        line-height: 1.5rem;
        display: block;
        position: relative;
        font-size: 14px !important;
        padding: 10px 20px 10px 20px;
        padding: .625rem 1.25rem .625rem 1.25rem
    }
    .account--menu .account--menu-container.has--border {
        border: 1px solid #d9d9d9
    }
    .account--menu .account--menu-container.is--slim {
        padding: 5px 5px 5px 5px;
        padding: .3125rem .3125rem .3125rem .3125rem
    }
    .account--menu .account--menu-container.is--wide {
        padding: 20px 20px 20px 20px;
        padding: 1.25rem 1.25rem 1.25rem 1.25rem
    }
    .account--menu .account--menu-container.is--flat {
        background: #e5e5e5
    }
    .account--menu .account--menu-container.is--embossed {
        box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
        background: #e5e5e5
    }
    .account--menu .account--menu-container p,
    .account--menu .account--menu-container label {
        font-size: 14px !important;
        color: #000 !important
    }
    .account--menu .account--menu-container .js--fancy-select {
        height: 40px !important;
        font-size: 14px
    }
    .account--menu .account--menu-container .js--fancy-select .js--fancy-select-text {
        line-height: 40px !important
    }
    .account--menu .navigation--list {
        padding: 0;
        border: 0 none
    }
    .account--menu .navigation--entry {
        margin: 0;
        border: 0 none
    }
    .account--menu .navigation--link {
        padding: 5px 0px 5px 0px;
        padding: .3125rem 0rem .3125rem 0rem
    }
    .account--menu .navigation--link.link--logout {
        margin: 10px 0px 0px 0px;
        margin: .625rem 0rem 0rem 0rem;
        padding: 10px 0px 0px 0px;
        padding: .625rem 0rem 0rem 0rem;
        border-top: 1px solid #d9d9d9;
        font-weight: bold;
        color: #0093d0
    }
    .account--menu .navigation--link.link--logout [class^="icon--"] {
        margin: 0px 5px 0px 0px;
        margin: 0rem .3125rem 0rem 0rem;
        display: inline-block
    }
    .account--welcome .panel--title {
        font-size: 26px;
        font-size: 1.625rem
    }
    .account--orders-overview .orders--table-header {
        display: block
    }
    .account--orders-overview .panel--tr {
        padding: 0;
        border-width: 0 0 1px 0
    }
    .account--orders-overview .panel--tr.order--repeat {
        padding: 20px 20px 20px 20px;
        padding: 1.25rem 1.25rem 1.25rem 1.25rem
    }
    .account--orders-overview .panel--td {
        padding: 10px 10px 10px 10px;
        padding: .625rem .625rem .625rem .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: 12px;
        font-size: .75rem
    }
    .order--download,
    .order--price-unit,
    .order--current-price {
        display: block !important
    }
    .order--download {
        margin: 10px 0px 0px 0px;
        margin: .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: #fff
    }
    .account--downloads .downloads--table-header .panel--th {
        color: #000
    }
    .account--downloads .panel--tr {
        padding: 0;
        border-width: 0 0 1px 0
    }
    .account--downloads .panel--td {
        padding: 10px 10px 10px 10px;
        padding: .625rem .625rem .625rem .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: 320px;
        width: 20rem
    }
    .account--error,
    .account--success {
        margin: 0px 0px 20px 0px;
        margin: 0rem 0rem 1.25rem 0rem
    }
    .is--act-partnerStatistic .content-main--inner {
        padding: 0px 20px 16px 20px;
        padding: 0rem 1.25rem 1rem 1.25rem
    }
    .is--act-partnerStatistic .account--welcome {
        padding: 0px 0px 0px 0px;
        padding: 0rem 0rem 0rem 0rem
    }
    .is--act-partnerStatistic .listing--actions {
        padding: 10px 10px 10px 10px;
        padding: .625rem .625rem .625rem .625rem;
        border-radius: 3px;
        background-clip: padding-box;
        border: 1px solid #d9d9d9;
        background: #f2f2f2
    }
    .is--act-partnerStatistic .date-filter {
        padding: 0px 10px 0px 10px;
        padding: 0rem .625rem 0rem .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: 10px 10px 10px 10px;
        padding: .625rem .625rem .625rem .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: 0px;
        margin: 0rem;
        padding-top: 30px;
        padding-top: 1.875rem
    }
    .account--profile .js--fancy-select {
        margin-bottom: 15px;
        margin-bottom: .9375rem
    }
    .account--profile .js--fancy-select .profile--birthday {
        margin-right: 2%
    }
    .account--profile .profile--field {
        margin-bottom: 15px;
        margin-bottom: .9375rem
    }
    .account--profile .js--fancy-select {
        width: 290px;
        width: 18.125rem
    }
    .account--profile .profile--birthdate .js--fancy-select {
        width: 32%;
        margin-right: 2%
    }
}

@media screen and (min-width: 48em) and screen and (min-width: 48em) {
    .account--menu .navigation--headline {
        font-size: 17px !important
    }
}

@media screen and (min-width: 48em) and screen and (min-width: 64em) {
    .account--menu .navigation--headline {
        font-size: 18px !important
    }
}

@media screen and (min-width: 48em) and screen and (min-width: 48em) {
    .account--menu .account--menu-container {
        font-size: 15px !important
    }
}

@media screen and (min-width: 48em) and screen and (min-width: 64em) {
    .account--menu .account--menu-container {
        font-size: 17px !important
    }
}

@media screen and (min-width: 48em) and screen and (min-width: 48em) {
    .account--menu .account--menu-container p,
    .account--menu .account--menu-container label {
        font-size: 15px !important
    }
}

@media screen and (min-width: 48em) and screen and (min-width: 64em) {
    .account--menu .account--menu-container p,
    .account--menu .account--menu-container label {
        font-size: 17px !important
    }
}

@media screen and (min-width: 48em) and screen and (min-width: 64em) {
    .account--menu .account--menu-container .js--fancy-select {
        height: 50px !important;
        font-size: 17px !important
    }
}

@media screen and (min-width: 48em) and screen and (min-width: 64em) {
    .account--menu .account--menu-container .js--fancy-select .js--fancy-select-text {
        line-height: 50px !important
    }
}

@media screen and (min-width: 48em) and screen and (min-width: 64em) {
    .account--menu .account--menu-container .js--fancy-select .js--fancy-select-trigger {
        line-height: 56px !important
    }
}

@media screen and (min-width: 48em) and screen and (min-width: 64em) {
    .account--menu .account--menu-container .input--field {
        height: 50px;
        line-height: 50px;
        font-size: 17px
    }
}

@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: 20px 0px 0px 0px;
        margin: 1.25rem 0rem 0rem 0rem
    }
    .account--info .panel--body,
    .account--payment .panel--body {
        height: 120px;
        height: 7.5rem
    }
    .account--profile .profile-password--container {
        float: right;
        width: 49%
    }
    .account--profile .profile-email--container {
        float: left;
        width: 49%;
        margin-right: 2%
    }
}

@media screen and (min-width: 78.75em) {
    .is--act-partnerStatistic .content-main--inner {
        padding: 0px 45px 45px 45px;
        padding: 0rem 2.8125rem 2.8125rem 2.8125rem
    }
    .account--content {
        margin: 45px 0px 0px 0px;
        margin: 2.8125rem 0rem 0rem 0rem
    }
    .account--password-reset {
        margin: 45px 0px 0px 0px;
        margin: 2.8125rem 0rem 0rem 0rem
    }
    .account--password-new {
        margin-top: 45px;
        margin-top: 2.8125rem
    }
    .account--error,
    .account--success {
        margin: 0px 0px 20px 0px;
        margin: 0rem 0rem 1.25rem 0rem
    }
}

.partner-statistic .account--welcome {
    margin-bottom: 0
}

.partner-statistic .partner-statistic-body {
    padding: 10px 10px 10px 10px;
    padding: .625rem .625rem .625rem .625rem;
    margin: 0px 0px 20px 0px;
    margin: 0rem 0rem 1.25rem 0rem
}

.partner-statistic .date-filter {
    display: inline-block
}

.partner-statistic .date-filter--input {
    margin: 0px 0px 20px 0px;
    margin: 0rem 0rem 1.25rem 0rem
}

.partner-statistic .ui-datepicker-trigger {
    padding: 2px 10px 2px 10px;
    padding: .125rem .625rem .125rem .625rem;
    line-height: 32px;
    line-height: 2rem;
    border-radius: 3px;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    font-size: .875rem;
    background-color: #fff;
    background-image: -ms-linear-gradient(top, #fff, #f2f2f2);
    background-image: linear-gradient(to bottom, #fff 0%, #f2f2f2 100%);
    -webkit-font-smoothing: inherit;
    display: inline-block;
    position: relative;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    cursor: pointer;
    border: 1px solid #d9d9d9;
    color: #000;
    color: #0093d0;
    background: #fff;
    border-color: #fff;
    border-radius: 0;
    padding: 10px 10px 9px 10px;
    padding: .625rem .625rem .5625rem .625rem;
    margin: 0px 25px 0px 0px;
    margin: 0rem 1.5625rem 0rem 0rem;
    line-height: 20px;
    line-height: 1.25rem
}

.partner-statistic .ui-datepicker-trigger [class^="icon--"] {
    font-size: 10px;
    font-size: .625rem
}

.partner-statistic .ui-datepicker-trigger .is--large {
    font-size: 16px;
    font-size: 1rem
}

.partner-statistic .ui-datepicker-trigger.is--icon-right {
    padding-right: 36px;
    padding-right: 2.25rem
}

.partner-statistic .ui-datepicker-trigger.is--icon-right [class^="icon--"] {
    height: 16px;
    height: 1rem;
    line-height: 32px;
    line-height: 2rem;
    margin: -16px 0px 0px 0px;
    margin: -1rem 0rem 0rem 0rem;
    right: 12px;
    right: .75rem;
    font-weight: normal;
    display: block;
    position: absolute;
    top: 50%
}

.partner-statistic .ui-datepicker-trigger.is--icon-left {
    padding-left: 36px;
    padding-left: 2.25rem
}

.partner-statistic .ui-datepicker-trigger.is--icon-left [class^="icon--"] {
    height: 16px;
    height: 1rem;
    line-height: 32px;
    line-height: 2rem;
    margin: -16px 0px 0px 0px;
    margin: -1rem 0rem 0rem 0rem;
    left: 12px;
    left: .75rem;
    font-weight: normal;
    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: .5;
    background-color: #fff;
    background-image: -ms-linear-gradient(top, #fff, #f2f2f2);
    background-image: linear-gradient(to bottom, #fff 0%, #f2f2f2 100%);
    border: 1px solid #d9d9d9;
    color: #000;
    cursor: not-allowed
}

.partner-statistic .ui-datepicker-trigger:hover {
    background: #fff;
    color: #0093d0;
    border-color: #0093d0
}

.partner-statistic .ui-datepicker-trigger:focus {
    outline: none
}

.partner-statistic .ui-datepicker-trigger.is--small {
    line-height: 28px;
    line-height: 1.75rem
}

.partner-statistic .ui-datepicker-trigger.is--medium {
    line-height: 32px;
    line-height: 2rem;
    height: 38px;
    height: 2.375rem
}

.partner-statistic .ui-datepicker-trigger.is--large {
    line-height: 36px;
    line-height: 2.25rem;
    height: 42px;
    height: 2.625rem
}

.partner-statistic .ui-datepicker-trigger.is--full {
    display: block
}

.partner-statistic .ui-datepicker-trigger.is--center {
    text-align: center
}

.partner-statistic .ui-datepicker-trigger:hover {
    color: #0093d0;
    background: #fff;
    border-color: #fff
}

.partner-statistic .ui-datepicker-trigger.is--primary {
    background: #0093d0;
    color: #fff
}

.partner-statistic .ui-datepicker-trigger.is--primary:hover {
    background: #0084bb
}

.note--content {
    margin: 20px 0px 20px 0px;
    margin: 1.25rem 0rem 1.25rem 0rem
}

.note--overview .panel--td {
    padding: 0
}

.note--item {
    padding: 20px 0px 20px 0px;
    padding: 1.25rem 0rem 1.25rem 0rem;
    position: relative
}

.note--info,
.note--sale {
    width: 80%
}

.note--image-container {
    width: 75px;
    width: 4.6875rem;
    margin: 0px 20px 20px 0px;
    margin: 0rem 1.25rem 1.25rem 0rem;
    display: table-row;
    float: left
}

.note--image-link {
    width: 75px;
    width: 4.6875rem;
    height: 75px;
    height: 4.6875rem;
    padding: 5px 5px 5px 5px;
    padding: .3125rem .3125rem .3125rem .3125rem;
    line-height: 65px;
    line-height: 4.0625rem;
    border-radius: 3px;
    background-clip: padding-box;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #d9d9d9
}

.note--image {
    max-width: 65px;
    max-width: 4.0625rem;
    max-height: 65px;
    max-height: 4.0625rem;
    margin: 0 auto
}

.note--title {
    margin: 0px 0px 5px 95px;
    margin: 0rem 0rem .3125rem 5.9375rem;
    font-size: 18px;
    font-size: 1.125rem;
    display: block;
    font-weight: 700;
    color: #000
}

.note--title:hover {
    color: #0093d0
}

.note--rating {
    margin: 0px 0px 10px 95px;
    margin: 0rem 0rem .625rem 5.9375rem
}

.note--rating [class^="icon--"] {
    color: #f9bc23
}

.note--supplier {
    display: none
}

.note--ordernumber,
.note--date,
.note--overview .product--rating {
    margin: 0px 0px 0px 95px;
    margin: 0rem 0rem 0rem 5.9375rem;
    display: block
}

.note--delivery {
    margin: 0px 0px 0px 95px;
    margin: 0rem 0rem 0rem 5.9375rem
}

.note--delivery .delivery--status-icon {
    display: none
}

.note--delivery .delivery--text-available {
    display: block
}

.note--compare {
    margin: 10px 0px 0px 95px;
    margin: .625rem 0rem 0rem 5.9375rem;
    display: none
}

.note--compare .compare--link {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    color: #000
}

.note--compare .compare--link:hover {
    color: #0093d0
}

.note--compare [class^="icon--"] {
    margin: 0px 5px 0px 0px;
    margin: 0rem .3125rem 0rem 0rem;
    font-size: 12px;
    font-size: .75rem
}

.note--price-unit {
    margin: 5px 0px 0px 95px;
    margin: .3125rem 0rem 0rem 5.9375rem;
    font-size: 12px;
    font-size: .75rem;
    line-height: 18px;
    line-height: 1.125rem;
    display: block
}

.note--price {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 15px 0px 0px 95px;
    margin: .9375rem 0rem 0rem 5.9375rem;
    color: #000;
    font-weight: bold
}

.note--delete {
    width: 40px;
    width: 2.5rem;
    height: 40px;
    height: 2.5rem;
    font-size: 10px;
    font-size: .625rem;
    line-height: 38px;
    line-height: 2.375rem;
    background-color: #fff;
    background-image: -ms-linear-gradient(top, #fff, #f2f2f2);
    background-image: linear-gradient(to bottom, #fff 0%, #f2f2f2 100%);
    border-radius: 3px;
    background-clip: padding-box;
    top: 20px;
    top: 1.25rem;
    right: 0;
    left: auto;
    display: block;
    position: absolute;
    border: 1px solid #d9d9d9;
    text-align: center;
    font-weight: normal;
    color: #000
}

.note--delete:hover {
    color: #0093d0;
    border-color: #0093d0
}

@media screen and (min-width: 48em) {
    .note--overview .panel--table {
        padding: 0px 20px 0px 20px;
        padding: 0rem 1.25rem 0rem 1.25rem;
        border: 1px solid #d9d9d9
    }
    .note--compare {
        display: block
    }
}

@media screen and (min-width: 64em) {
    .note--info {
        padding-right: 20px;
        padding-right: 1.25rem;
        width: 70%
    }
    .note--sale {
        padding-right: 55px;
        padding-right: 3.4375rem;
        width: 30%
    }
    .note--zoom {
        font-size: 12px;
        font-size: .75rem;
        display: block;
        color: #000;
        text-align: center
    }
    .note--zoom:hover {
        color: #0093d0
    }
    .note--title {
        margin: 0px 0px 5px 105px;
        margin: 0rem 0rem .3125rem 6.5625rem
    }
    .note--supplier,
    .note--ordernumber,
    .note--date,
    .note--overview .product--rating {
        margin: 0px 0px 0px 105px;
        margin: 0rem 0rem 0rem 6.5625rem;
        display: block
    }
    .note--delivery {
        margin: 0px 0px 0px 105px;
        margin: 0rem 0rem 0rem 6.5625rem
    }
    .note--compare {
        margin: 5px 0px 0px 0px;
        margin: .3125rem 0rem 0rem 0rem
    }
    .note--price {
        margin: 0
    }
    .note--price-unit {
        padding-right: 50px;
        padding-right: 3.125rem;
        margin: 5px 0px 0px 0px;
        margin: .3125rem 0rem 0rem 0rem
    }
}

@media screen and (min-width: 78.75em) {
    .note--content {
        margin: 45px 0px 0px 0px;
        margin: 2.8125rem 0rem 0rem 0rem
    }
}

.device--mobile {
    display: block
}

.device--tablet {
    display: none
}

.device--tablet-portrait {
    display: none
}

.device--tablet-landscape {
    display: none
}

.device--desktop {
    display: none
}

@media screen and (min-width: 48em) {
    .device--mobile {
        display: none
    }
    .device--tablet {
        display: block
    }
    .device--tablet-portrait {
        display: block
    }
    .device--tablet-landscape {
        display: none
    }
    .device--desktop {
        display: none
    }
}

@media screen and (min-width: 64em) {
    .device--mobile {
        display: none
    }
    .device--tablet {
        display: block
    }
    .device--tablet-portrait {
        display: none
    }
    .device--tablet-landscape {
        display: block
    }
    .device--desktop {
        display: none
    }
}

@media screen and (min-width: 78.75em) {
    .device--mobile {
        display: none
    }
    .device--tablet {
        display: none
    }
    .device--tablet-portrait {
        display: none
    }
    .device--tablet-landscape {
        display: none
    }
    .device--desktop {
        display: block
    }
}

.forms--content {
    width: 100%
}

.forms--content .forms--headline {
    margin-bottom: 20px;
    margin-bottom: 1.25rem
}

.forms--content .forms--headline .forms--title {
    margin-top: 0px;
    margin-top: 0rem
}

.forms--content .forms--headline .forms--text p {
    margin-bottom: 12px;
    margin-bottom: .75rem
}

.forms--content .alert {
    margin: 30px 0px 0px 0px;
    margin: 1.875rem 0rem 0rem 0rem
}

.forms--content .forms--field {
    margin-bottom: 5px;
    margin-bottom: .3125rem;
    width: 100%
}

.forms--content input {
    margin-bottom: 10px;
    margin-bottom: .625rem;
    width: 100%
}

.forms--content textarea {
    margin-bottom: 10px;
    margin-bottom: .625rem;
    width: 100%
}

.forms--content .field--select {
    margin-bottom: 10px;
    margin-bottom: .625rem
}

.forms--content .btn {
    float: right
}

.forms--content .buttons:after {
    content: "";
    display: table;
    clear: both
}

.forms--content .strasse {
    margin-right: 2%;
    width: 80%;
    float: left
}

.forms--content .nr {
    width: 18%;
    float: left
}

.forms--content .plz {
    margin-right: 2%;
    width: 28%;
    float: left
}

.forms--content .ort {
    width: 70%;
    float: left
}

.forms--content .ort:after {
    content: "";
    display: table;
    clear: both
}

.forms--content .forms--required {
    font-size: 12px;
    font-size: .75rem;
    margin-bottom: 10px;
    margin-bottom: .625rem
}

.forms--content .forms--description {
    margin: -8px 0px 10px 0px;
    margin: -0.5rem 0rem .625rem 0rem;
    clear: both
}

.forms--content .forms--captcha .captcha--placeholder {
    margin-bottom: 8px;
    margin-bottom: .5rem
}

.forms--content .forms--captcha strong.captcha--notice {
    margin-bottom: 8px;
    margin-bottom: .5rem;
    display: block
}

.forms--content .forms--checkbox label {
    top: -2px;
    top: -0.125rem;
    position: relative
}

.forms--content .forms--checkbox input[type="checkbox"] {
    width: auto
}

@media screen and (min-width: 48em) {
    .forms--content {
        margin-top: 45px;
        margin-top: 2.8125rem
    }
    .forms--content input {
        margin-bottom: 15px;
        margin-bottom: .9375rem
    }
    .forms--content textarea {
        margin-bottom: 15px;
        margin-bottom: .9375rem
    }
    .forms--content .forms--captcha .captcha--placeholder {
        margin-bottom: 16px;
        margin-bottom: 1rem
    }
    .forms--content .forms--captcha strong.captcha--notice {
        margin-bottom: 16px;
        margin-bottom: 1rem
    }
}

@media screen and (min-width: 78.75em) {
    .forms--content {
        margin-top: 45px;
        margin-top: 2.8125rem
    }
    .forms--content .alert {
        margin: 0px 0px 0px 0px;
        margin: 0rem 0rem 0rem 0rem
    }
}

.sitemap--content {
    margin-top: 10px;
    margin-top: .625rem
}

.sitemap--content .sitemap--headline {
    margin-bottom: 10px;
    margin-bottom: .625rem
}

.sitemap--content .sitemap--headline .sitemap--title {
    margin-top: 0
}

.sitemap--content .sitemap--headline .sitemap--headline-text {
    margin-bottom: 0px;
    margin-bottom: 0rem
}

.sitemap--content .sitemap--category {
    padding-bottom: 10px;
    padding-bottom: .625rem;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    min-height: 60px;
    min-height: 3.75rem;
    background-color: #f2f2f2
}

.sitemap--content .sitemap--category .sitemap--navigation-link {
    padding: 4px 0px 4px 20px;
    padding: .25rem 0rem .25rem 1.25rem;
    color: #000;
    display: block
}

.sitemap--content .sitemap--category .sitemap--navigation-link:hover {
    color: #0093d0
}

.sitemap--content .sitemap--navigation-entry-inner .sitemap--navigation-link {
    padding-left: 35px;
    padding-left: 2.1875rem
}

.sitemap--content .sitemap--navigation-head {
    padding: 4px 10px 4px 10px;
    padding: .25rem .625rem .25rem .625rem;
    margin-bottom: 8px;
    margin-bottom: .5rem;
    background: #000
}

.sitemap--content .sitemap--navigation-head .sitemap--navigation-head-link {
    color: #fff
}

@media screen and (min-width: 48em) {
    .sitemap--content {
        margin-top: 20px;
        margin-top: 1.25rem
    }
    .sitemap--content .sitemap--headline {
        margin-bottom: 20px;
        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: 0px;
        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: 0px;
        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: 45px;
        margin-top: 2.8125rem
    }
}

.search--content {
    padding: 40px 0px 0px 0px;
    padding: 2.5rem 0rem 0rem 0rem
}

.search--headline {
    margin: 0px 0px 40px 0px;
    margin: 0rem 0rem 2.5rem 0rem;
    text-align: center
}

.search--cat-filter {
    margin: 0px 0px 20px 0px;
    margin: 0rem 0rem 1.25rem 0rem
}

.search--cat-filter .cat-filter--headline {
    padding: 0px 0px 5px 0px;
    padding: 0rem 0rem .3125rem 0rem;
    margin: 0px 0px 20px 0px;
    margin: 0rem 0rem 1.25rem 0rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    border-bottom: 1px solid #d9d9d9
}

.search--cat-filter .cat-filter--reset {
    margin: 0px 0px 15px 0px;
    margin: 0rem 0rem .9375rem 0rem;
    line-height: 24px;
    line-height: 1.5rem;
    border-color: #0093d0
}

.search--cat-filter .cat-filter--reset [class^="icon--"] {
    top: -1px;
    top: -0.0625rem;
    margin-right: 10px;
    margin-right: .625rem;
    font-size: 8px;
    font-size: .5rem;
    position: relative
}

.search--cat-filter .cat-filter--active-path {
    margin: 0px 0px 20px 0px;
    margin: 0rem 0rem 1.25rem 0rem
}

.search--cat-filter .cat-filter--label {
    margin: 0px 10px 0px 0px;
    margin: 0rem .625rem 0rem 0rem;
    font-weight: bold
}

.search--cat-filter .cat-filter--path {
    white-space: nowrap
}

.search--cat-filter .cat-filter--path [class^="icon--"] {
    margin: 0px 20px 0px 20px;
    margin: 0rem 1.25rem 0rem 1.25rem;
    font-size: 10px;
    font-size: .625rem
}

.search--cat-filter .cat-filter--link,
.search--cat-filter .cat-filter--sub-cat {
    color: #000
}

.search--cat-filter .cat-filter--link:hover,
.search--cat-filter .cat-filter--sub-cat:hover {
    color: #0093d0
}

.search--cat-filter .cat-filter--link .checkbox,
.search--cat-filter .cat-filter--sub-cat .checkbox {
    margin: 0px 5px 0px 0px;
    margin: 0rem .3125rem 0rem 0rem;
    top: -1px;
    top: -0.0625rem;
    position: relative
}

.search--cat-filter .cat-filter--sub-cat {
    width: 180px;
    width: 11.25rem;
    line-height: 24px;
    line-height: 1.5rem;
    margin: 0px 10px 0px 0px;
    margin: 0rem .625rem 0rem 0rem;
    display: block
}

@media screen and (min-width: 48em) {
    .search--cat-filter {
        margin: 0px 0px 40px 0px;
        margin: 0rem 0rem 2.5rem 0rem
    }
}

@media screen and (min-width: 78.75em) {
    .search--content {
        padding: 45px 0px 0px 0px;
        padding: 2.8125rem 0rem 0rem 0rem
    }
}

.custom-page--content {
    margin-top: 10px;
    margin-top: .625rem
}

.custom-page--content ul,
.custom-page--content ol {
    padding-left: 20px;
    padding-left: 1.25rem
}

.custom-page--content .custom-page--tab-headline {
    margin-top: 0px;
    margin-top: 0rem;
    font-size: 24px;
    font-size: 1.5rem
}

.custom-page--content .content--custom.panel--body {
    padding: 20px;
    padding: 1.25rem
}

.custom-page--content .is--active-parent {
    display: block
}

.ajax-modal--custom {
    padding: 8px 8px 8px 8px;
    padding: .5rem .5rem .5rem .5rem
}

@media screen and (min-width: 48em) {
    .custom-page--content {
        margin-top: 30px;
        margin-top: 1.875rem
    }
    .custom-page--content .custom-page--tab-headline {
        margin-top: 10px;
        margin-top: .625rem
    }
    .ajax-modal--custom {
        padding: 10px 10px 10px 10px;
        padding: .625rem .625rem .625rem .625rem
    }
}

@media screen and (min-width: 78.75em) {
    .ajax-modal--custom {
        padding: 20px 20px 20px 20px;
        padding: 1.25rem 1.25rem 1.25rem 1.25rem
    }
    .custom-page--content {
        margin-top: 45px;
        margin-top: 2.8125rem
    }
}

.confirm--content > .alert {
    margin: 8px 0px 0px 0px;
    margin: .5rem 0rem 0rem 0rem
}

.confirm--content .body--revocation {
    font-weight: bold
}

.confirm--content .panel {
    margin: 8px 0px 8px 0px;
    margin: .5rem 0rem .5rem 0rem;
    border-radius: 3px;
    background-clip: padding-box
}

.confirm--content .product--table {
    margin: 0
}

.confirm--content .product--table .panel--body {
    background: #fff;
    color: #000;
    padding-bottom: 0
}

.confirm--content .product--table .table--tr,
.confirm--content .product--table .table--media img {
    border-color: #d9d9d9
}

.confirm--content .product--table .basket--footer {
    margin: 0px -10px 0px -10px;
    margin: 0rem -0.625rem 0rem -0.625rem;
    background: #f2f2f2;
    border-color: #d9d9d9
}

.confirm--content .product--table .basket--footer .aggregation--list {
    margin: 0;
    background: transparent;
    border-top: 1px solid #d9d9d9
}

.confirm--content .product--table .is--last-row {
    border-bottom: 0 none
}

.confirm--content .column--unit-price {
    display: none
}

.confirm--content .product--essential-features {
    margin: 10px 0px 0px 0px;
    margin: .625rem 0rem 0rem 0rem
}

.confirm--content .table--tr .column--tax-price {
    padding: 0px 0px 9px 10px;
    padding: 0rem 0rem .5625rem .625rem
}

.confirm--content .agb_info,
.confirm--content .list--checkbox {
    margin: 0px 0px 21px 0px;
    margin: 0rem 0rem 1.3125rem 0rem
}

.confirm--content .list--checkbox .column--checkbox {
    width: 10%
}

.confirm--content .list--checkbox .column--label {
    width: 90%
}

.confirm--content .add-product--form {
    margin: 12px 0px 12px 0px;
    margin: .75rem 0rem .75rem 0rem
}

.confirm--content .add-voucher--form:after,
.confirm--content .add-product--form:after {
    content: "";
    display: table;
    clear: both
}

.confirm--content .add-product--field,
.confirm--content .add-voucher--field {
    border-top-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
    background-clip: padding-box;
    width: 90%
}

.confirm--content .add-product--button,
.confirm--content .add-voucher--button {
    padding: 5px 0px 5px 0px;
    padding: .3125rem 0rem .3125rem 0rem;
    border-top-left-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
    background-clip: padding-box;
    width: 10%;
    text-align: center
}

.confirm--content .user-comment--field {
    width: 100%
}

.confirm--content .table--actions .main--actions {
    margin: 20px 0px 10px 0px;
    margin: 1.25rem 0rem .625rem 0rem
}

.confirm--content .table--actions .btn {
    width: 100%
}

.confirm--content .table-footer--country-notice {
    margin: 11px 0px 0px 0px;
    margin: .6875rem 0rem 0rem 0rem
}

.confirm--content .table--aggregation {
    display: none
}

.confirm--content .js--loading {
    width: 18px;
    width: 1.125rem;
    height: 18px;
    height: 1.125rem;
    border-radius: 100%;
    background-clip: padding-box;
    right: 6px;
    right: .375rem;
    top: 2px;
    top: .125rem;
    margin: 8px 5px 8px 5px;
    margin: .5rem .3125rem .5rem .3125rem;
    -webkit-animation: keyframe--spin 1s linear infinite;
    -moz-animation: keyframe--spin 1s linear infinite;
    -o-animation: keyframe--spin 1s linear infinite;
    animation: keyframe--spin 1s linear infinite;
    border: 2px solid #d9d9d9;
    border-top: 2px solid #595959;
    display: block;
    position: absolute
}

.confirm--content .payment--panel .payment--method-info,
.confirm--content .payment--panel .shipping--method-info {
    margin-bottom: 10px;
    margin-bottom: .625rem
}

.confirm--content .payment--panel .payment--description,
.confirm--content .payment--panel .shipping--description {
    white-space: nowrap
}

.confirm--content .information--panel-item:after {
    content: "";
    display: table;
    clear: both
}

.confirm--content .information--panel-item .panel--body:after {
    content: "";
    display: table;
    clear: both
}

.confirm--content .information--panel-item .alert {
    margin-bottom: 0
}

.confirm--content .information--panel-item.information--panel-address .shipping--panel {
    text-align: center
}

.confirm--content .information--panel-item.information--panel-address .shipping--panel .btn {
    display: none
}

.confirm--content .set-default {
    margin-top: 15px;
    margin-top: .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: 20px;
        margin-top: 1.25rem;
        padding-top: 20px;
        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: 10px;
        margin-top: .625rem
    }
}

@media screen and (min-width: 30em) {
    .confirm--content .product--table .column--quantity {
        width: 26%
    }
    .confirm--content .product--table .column--total-price {
        width: 28.5%
    }
    .confirm--content .product--table .column--tax-price {
        padding-right: 10px;
        padding-right: .625rem;
        float: left;
        width: 32%
    }
    .confirm--content .product--table .row--rebate .column--tax-price,
    .confirm--content .product--table .row--premium-product .column--tax-price,
    .confirm--content .product--table .row--voucher .column--tax-price {
        margin-left: 39.5%
    }
    .confirm--content .information--panel-address > .panel {
        margin: 0
    }
    .confirm--content .information--panel-address > .panel .information--panel {
        width: 50%;
        float: left
    }
}

@media screen and (min-width: 48em) {
    .is--act-shippingPayment .basket--footer {
        border-radius: 3px;
        background-clip: padding-box
    }
    .confirm--content > .alert {
        margin: 20px 0px 0px 0px;
        margin: 1.25rem 0rem 0rem 0rem
    }
    .confirm--content .panel {
        margin: 20px 0px 20px 0px;
        margin: 1.25rem 0rem 1.25rem 0rem
    }
    .confirm--content .product--table .table--header {
        background: #fff;
        border-color: #d9d9d9
    }
    .confirm--content .product--table .table--header .panel--th {
        color: #000
    }
    .confirm--content .product--table .column--product {
        width: 47%
    }
    .confirm--content .product--table .column--quantity {
        width: 11%
    }
    .confirm--content .product--table .column--tax-price {
        width: 17%
    }
    .confirm--content .product--table .column--total-price {
        width: 17%
    }
    .confirm--content .product--table .column--actions {
        width: 7.5%
    }
    .confirm--content .product--table .is--last-row {
        border-bottom: 0 none
    }
    .confirm--content .product--table .row--product .column--tax-price {
        line-height: 42px;
        line-height: 2.625rem;
        padding-top: 26px;
        padding-top: 1.625rem
    }
    .confirm--content .product--table .panel--body {
        padding-bottom: 20px;
        padding-bottom: 1.25rem
    }
    .confirm--content .product--table .basket--footer {
        margin: 0px -20px -20px -20px;
        margin: 0rem -1.25rem -1.25rem -1.25rem
    }
    .confirm--content .product--delivery {
        float: none
    }
    .confirm--content .product--table .row--rebate .column--tax-price,
    .confirm--content .product--table .row--premium-product .column--tax-price,
    .confirm--content .product--table .row--voucher .column--tax-price {
        padding-top: 21px;
        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: 12px;
        margin-bottom: .75rem;
        margin: 0
    }
    .confirm--content .row--premium-product .column--product,
    .confirm--content .row--rebate .column--product {
        width: 58%
    }
    .confirm--content .row--premium-product .column--product .column--image,
    .confirm--content .row--rebate .column--product .column--image {
        width: 16.2%
    }
    .confirm--content .product--table .row--premium-product .column--tax-price,
    .confirm--content .product--table .row--rebate .column--tax-price {
        margin-left: 0
    }
    .confirm--content .tos--panel .column--checkbox {
        margin-right: 12px;
        margin-right: .75rem;
        width: auto
    }
    .confirm--content .tos--panel .column--label {
        width: 95%;
        display: block
    }
    .confirm--content .information--panel-wrapper {
        margin: -2% 0 0 -2%
    }
    .confirm--content .information--panel-wrapper .information--panel {
        margin: 0
    }
    .confirm--content .information--panel-wrapper .information--panel-item {
        padding: 2% 0 0 2%;
        width: 100%;
        float: left
    }
    .confirm--content .additional--features .feature--group {
        width: 40%;
        margin: 0 2.5% 0 0
    }
    .confirm--content .additional--features .feature--user-comment {
        width: 55%;
        margin: 0 0 0 2.5%
    }
    .confirm--content .additional--features .user-comment--field {
        height: 95px;
        height: 5.9375rem
    }
    .confirm--content .product--table .basket--footer .aggregation--list {
        float: right;
        padding-right: 10.4%;
        border-top: 0 none
    }
    .confirm--content .main--actions .btn {
        width: auto;
        float: right
    }
    .confirm--content .main--actions .btn:after {
        content: "";
        display: table;
        clear: both
    }
    .confirm--content .relevant--info {
        display: block
    }
    .confirm--content .information--panel-wrapper .information--panel-item-billing {
        width: 50%
    }
    .confirm--content .information--panel-wrapper .information--panel-item-billing .panel {
        border-right: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .confirm--content .information--panel-wrapper .information--panel-item-shipping {
        padding-left: 0;
        width: 50%
    }
    .confirm--content .information--panel-wrapper .information--panel-item-shipping .panel {
        border-left: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .confirm--content .information--panel-item.information--panel-address .panel--actions .choose-different-address {
        display: none
    }
    .confirm--content .information--panel-item.information--panel-address .shipping--panel .btn {
        display: inline-block
    }
    .confirm--content .information--panel-item.information--panel-address .panel--body:after {
        content: "";
        display: table;
        clear: both
    }
    .confirm--content .information--panel-item.information--panel-address .panel--body .billing--panel {
        float: left;
        width: 50%
    }
    .confirm--content .information--panel-item.information--panel-address .panel--body .shipping--panel {
        float: right;
        width: 50%
    }
}

@media screen and (min-width: 64em) {
    .confirm--content .product--table .row--premium-product .column--image,
    .confirm--content .product--table .row--rebate .column--image {
        width: 13%
    }
    .confirm--content .product--table .aggregation--list {
        padding-right: 10%
    }
    .confirm--content .information--panel-wrapper .payment--panel .panel--actions {
        position: relative
    }
    .confirm--content .information--panel-wrapper .payment--panel .btn--change-payment {
        bottom: 20px;
        bottom: 1.25rem;
        position: absolute
    }
    .confirm--content .information--panel-wrapper .information--panel-item {
        width: 33.3%
    }
    .confirm--content .information--panel-wrapper .information--panel-item.information--panel-address {
        width: 66.6%
    }
}

@media screen and (min-width: 78.75em) {
    .confirm--content {
        padding-top: 25px;
        padding-top: 1.5625rem
    }
    .confirm--content > .alert {
        margin: 45px 0px 0px 0px;
        margin: 2.8125rem 0rem 0rem 0rem
    }
    .confirm--content .product--table .row--premium-product .column--product,
    .confirm--content .product--table .row--rebate .column--product {
        width: 58%
    }
    .confirm--content .product--table .row--premium-product .column--image,
    .confirm--content .product--table .row--rebate .column--image {
        width: 11.3%
    }
    .confirm--content .product--table .row--premium-product .column--tax-price,
    .confirm--content .product--table .row--rebate .column--tax-price {
        margin-left: 0
    }
    .confirm--content .product--table .aggregation--list {
        padding-right: 9.6%
    }
}

.newsletter--content {
    padding-top: 10px;
    padding-top: .625rem
}

.newsletter--content:after {
    content: "";
    display: table;
    clear: both
}

.newsletter--content .newsletter--error-messages {
    margin-bottom: 10px;
    margin-bottom: .625rem
}

.newsletter--content .newsletter--headline {
    margin-bottom: 10px;
    margin-bottom: .625rem
}

.newsletter--content .newsletter--headline .newsletter--title {
    margin-top: 10px;
    margin-top: .625rem
}

.newsletter--content .newsletter--headline .newsletter--info {
    margin: 0
}

.newsletter--content .js--fancy-select {
    margin-bottom: 10px;
    margin-bottom: .625rem;
    width: 100%
}

.newsletter--content .newsletter--required-info {
    margin-bottom: 16px;
    margin-bottom: 1rem
}

.newsletter--content .newsletter--action:after {
    content: "";
    display: table;
    clear: both
}

.newsletter-listing--content {
    margin-top: 10px;
    margin-top: .625rem
}

.newsletter-listing--content .newsletter-listing--headline {
    margin-bottom: 10px;
    margin-bottom: .625rem
}

.newsletter-listing--content .newsletter--title {
    margin: 10px 0px 10px 0px;
    margin: .625rem 0rem .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: 10px 0px 10px 0px;
    padding: .625rem 0rem .625rem 0rem;
    border-bottom: 1px solid #d9d9d9
}

.newsletter-listing--content .newsletter-listing--entry .newsletter-listing--entry-description {
    margin-top: 4px;
    margin-top: .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: 10px;
    margin-top: .625rem
}

.newsletter-detail--content .newsletter-detail--container:after {
    content: "";
    display: table;
    clear: both
}

.newsletter-detail--content .newsletter-detail--container .newsletter-detail--iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.newsletter-detail--content .newsletter-detail--container .newsletter-detail--iframe iframe {
    min-height: 500px;
    min-height: 31.25rem;
    width: 100%;
    border: none;
    outline: none
}

.newsletter-detail--content .newsletter-detail--buttons {
    margin: 10px 0px 10px 0px;
    margin: .625rem 0rem .625rem 0rem
}

.newsletter-detail--content .newsletter-detail--buttons .newsletter-detail--backlink {
    width: 100%
}

.newsletter-detail--content .newsletter-detail--buttons .newsletter-detail--window {
    margin-bottom: 10px;
    margin-bottom: .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: 20px;
        padding-top: 1.25rem
    }
    .newsletter--content .newsletter--error-messages {
        margin-bottom: 20px;
        margin-bottom: 1.25rem
    }
    .newsletter--content .newsletter--headline {
        margin-bottom: 20px;
        margin-bottom: 1.25rem
    }
    .newsletter--content .js--fancy-select {
        margin-bottom: 15px;
        margin-bottom: .9375rem;
        width: 290px;
        width: 18.125rem
    }
    .newsletter-listing--content {
        margin-top: 20px;
        margin-top: 1.25rem
    }
    .newsletter-listing--content .newsletter-listing--headline {
        margin-bottom: 20px;
        margin-bottom: 1.25rem
    }
    .newsletter-detail--content {
        margin-top: 20px;
        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: 0px;
        padding-top: 0rem
    }
    .newsletter--content {
        margin-top: 45px;
        margin-top: 2.8125rem;
        padding: 0
    }
    .newsletter--content .newsletter--headline .newsletter--title {
        margin-top: 0px;
        margin-top: 0rem
    }
    .newsletter-listing--content {
        margin-top: 45px;
        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: 45px;
        margin-top: 2.8125rem
    }
}

.blog--listing {
    margin-top: 16px;
    margin-top: 1rem
}

.blog--filter-btn {
    margin-bottom: 20px;
    margin-bottom: 1.25rem
}

.blog--filter-btn .filter--trigger {
    display: block
}

.blog--filter-options {
    border-right: 1px solid #d9d9d9
}

.blog--filter-options .filter--container {
    padding: 0px 10px 0px 10px;
    padding: 0rem .625rem 0rem .625rem
}

.blog--filter-options .blog--filter-close-btn {
    padding: 12px 10px 12px 10px;
    padding: .75rem .625rem .75rem .625rem;
    background-color: #000;
    background-image: -ms-linear-gradient(top, #000, #000);
    background-image: linear-gradient(to bottom, #000 0%, #000 100%);
    display: block;
    color: #fff;
    font-weight: bold
}

.blog--filter-options .blog--filter-close-btn:hover {
    color: #fff
}

.blog--filter-options .blog--filter-close-btn .icon--arrow-right {
    margin: 3px 0px 0px 0px;
    margin: .1875rem 0rem 0rem 0rem;
    float: right
}

.blog--filter-options .blog--subscribe {
    display: none
}

.blog--filter-options .filter--headline {
    font-size: 16px;
    font-size: 1rem;
    line-height: 26px;
    line-height: 1.625rem;
    margin: 16px 10px 6px 10px;
    margin: 1rem .625rem .375rem .625rem;
    font-weight: 700;
    color: #000
}

.blog--filter-options .filter--entry {
    padding: 10px 20px 10px 20px;
    padding: .625rem 1.25rem .625rem 1.25rem;
    font-size: 16px;
    font-size: 1rem;
    display: block;
    border-bottom: 1px solid #d9d9d9
}

.blog--filter-options .filter--entry:last-child {
    border: 0 none
}

.blog--filter-options .filter--link {
    color: #000
}

.blog--filter-options .filter--link:hover {
    color: #0093d0
}

.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: 10px 20px 10px 20px;
    padding: .625rem 1.25rem .625rem 1.25rem;
    margin-bottom: 5px;
    margin-bottom: .3125rem;
    font-weight: normal;
    color: #000
}

.blog--sidebar .blog--navigation .collapse--header:hover {
    color: #0093d0
}

.blog--sidebar .blog--navigation .is--active {
    color: #fff;
    font-weight: bold
}

.blog--sidebar .blog--navigation .is--active:hover {
    color: #fff
}

.blog--sidebar .blog--navigation .collapse--content {
    padding: 0px 0px 0px 0px;
    padding: 0rem 0rem 0rem 0rem
}

.blog--sidebar .blog--navigation .collapse--content .filter--entry-link {
    color: #000
}

.blog--sidebar .blog--navigation .collapse--content .filter--entry-link:hover {
    color: #0093d0
}

.blog--sidebar .blog--filter-content,
.blog--sidebar .blog--subscribe-content {
    display: none
}

.blog--sidebar .blog--filter-content.is--active,
.blog--sidebar .blog--subscribe-content.is--active {
    display: block
}

.blog--sidebar .blog--filter-tags:after {
    content: "";
    display: table;
    clear: both
}

.blog--box {
    margin-bottom: 20px;
    margin-bottom: 1.25rem
}

.blog--box:after {
    content: "";
    display: table;
    clear: both
}

.blog--box .blog--box-metadata {
    padding-bottom: 14px;
    padding-bottom: .875rem;
    padding-top: 5px;
    padding-top: .3125rem;
    font-size: 12px;
    font-size: .75rem;
    margin: 0px 20px 0px 20px;
    margin: 0rem 1.25rem 0rem 1.25rem;
    border-bottom: 1px solid #d9d9d9
}

.blog--box .blog--box-metadata .blog--metadata {
    padding-right: 8px;
    padding-right: .5rem;
    margin-right: 8px;
    margin-right: .5rem;
    display: inline-block;
    border-right: 1px solid #d9d9d9
}

.blog--box .blog--box-metadata .blog--metadata:last-child {
    border-right: 0 none
}

.blog--box .blog--box-metadata .blog--metadata-rating {
    font-size: 14px;
    font-size: .875rem;
    color: #000
}

.blog--box .blog--box-headline {
    font-size: 18px;
    font-size: 1.125rem
}

.blog--box .blog--box-link {
    color: #000
}

.blog--box .blog--box-link:hover {
    color: #0093d0
}

.blog--box .blog--box-picture {
    display: block;
    height: auto;
    width: 100%
}

.blog--box .blog--picture-preview {
    width: 100%
}

.blog--box .blog--box-description {
    margin-top: 16px;
    margin-top: 1rem
}

.blog--box .blog--box-description .blog--box-description-short {
    margin-bottom: 16px;
    margin-bottom: 1rem;
    margin-top: -6px;
    margin-top: -0.375rem
}

.blog--box .blog--box-tags {
    margin-top: 8px;
    margin-top: .5rem;
    font-size: 12px;
    font-size: .75rem
}

.blog--detail {
    margin-top: 10px;
    margin-top: .625rem
}

.blog--detail ul,
.blog--detail ol {
    padding-left: 30px;
    padding-left: 1.875rem
}

.blog--detail .listing {
    margin: 0
}

.blog--detail .blog--box {
    margin-bottom: 0
}

.blog--detail .blog--detail-header {
    margin-bottom: 20px;
    margin-bottom: 1.25rem
}

.blog--detail .blog--detail-headline {
    margin: 0px 0px 5px 0px;
    margin: 0rem 0rem .3125rem 0rem
}

.blog--detail .blog--detail-headline,
.blog--detail .blog--detail-box-headline {
    font-size: 18px;
    font-size: 1.125rem
}

.blog--detail .js--fancy-select {
    width: 100%
}

.blog--detail .blog--rating-link {
    font-size: 14px;
    font-size: .875rem;
    color: #000
}

.blog--detail .blog--bookmarks-icons {
    margin-top: 10px;
    margin-top: .625rem;
    float: right
}

.blog--detail .blog--bookmark {
    font-size: 40px;
    font-size: 2.5rem
}

.blog--detail .blog--detail-thumbnails {
    margin-bottom: 10px;
    margin-bottom: .625rem
}

.blog--detail .blog--detail-thumbnails .blog--thumbnail-image {
    margin: 0 auto
}

.blog--detail .blog--detail-thumbnails .block {
    height: 80px;
    height: 5rem;
    width: 23%
}

.blog--detail .blog--image {
    padding: 10px 10px 10px 10px;
    padding: .625rem .625rem .625rem .625rem;
    width: 100%
}

.blog--detail .blog--thumbnail {
    padding: 5px 5px 5px 5px;
    padding: .3125rem .3125rem .3125rem .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: 20px 0px 20px 0px;
    padding: 1.25rem 0rem 1.25rem 0rem
}

.blog--detail .blog--comments {
    padding: 20px 20px 20px 20px;
    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: 30px;
    margin-top: 1.875rem
}

.blog--detail .blog--comments .list--entry {
    margin-top: 10px;
    margin-top: .625rem
}

.blog--detail .blog--comments .list--entry:after {
    content: "";
    display: table;
    clear: both
}

.blog--detail .blog--comments .entry--meta {
    width: 100%
}

.blog--detail .blog--comments .entry--meta .meta--rating {
    margin-bottom: 5px;
    margin-bottom: .3125rem
}

.blog--detail .blog--comments .entry--content {
    width: 100%
}

.blog--detail .blog--comments .content--headline {
    margin: 10px 0px 5px 0px;
    margin: .625rem 0rem .3125rem 0rem;
    font-size: 16px;
    font-size: 1rem
}

.blog--detail .blog--comments-headline {
    font-size: 21px;
    font-size: 1.3125rem;
    margin: 0px 0px 20px 0px;
    margin: 0rem 0rem 1.25rem 0rem
}

.blog--detail .blog--comments-entry {
    margin-bottom: 20px;
    margin-bottom: 1.25rem
}

.blog--detail .blog--comments-entry:last-child {
    margin: 0
}

.blog--detail .blog--comments-entry-left {
    padding: 20px 40px 16px 40px;
    padding: 1.25rem 2.5rem 1rem 2.5rem;
    border-bottom: 1px solid #d9d9d9
}

.blog--detail .blog--comments-entry-left::after {
    margin: 0px 0px 0px -9px;
    margin: 0rem 0rem 0rem -0.5625rem;
    width: 18px;
    width: 1.125rem;
    height: 18px;
    height: 1.125rem;
    bottom: -9px;
    bottom: -0.5625rem;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    position: absolute;
    left: 50%;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-left: 0 none;
    border-top: 0 none
}

.blog--detail .blog--comments-rating {
    font-size: 18px;
    font-size: 1.125rem;
    color: #f9bc23
}

.blog--detail .blog--comments-entry-right {
    padding: 20px 40px 16px 40px;
    padding: 1.25rem 2.5rem 1rem 2.5rem
}

.blog--detail .blog--comments-entry-headline {
    font-size: 16px;
    font-size: 1rem;
    color: #000;
    margin-top: 0
}

.blog--detail .blog--comments-form .form--comment-add {
    margin-top: 20px
}

.blog--detail .blog--comments-form-errors .alert {
    margin: 20px 0px 20px 0px;
    margin: 1.25rem 0rem 1.25rem 0rem
}

.blog--detail .blog--comments-voting {
    margin-bottom: 10px;
    margin-bottom: .625rem;
    line-height: 1
}

.blog--detail .collapse--soft-hidden {
    display: none
}

.blog--detail .collapse--soft-show {
    display: block
}

@media screen and (min-width: 48em) {
    .blog--listing {
        margin-top: 16px;
        margin-top: 1rem
    }
    .blog--listing .panel--title {
        margin: 0px 20px 0px 20px;
        margin: 0rem 1.25rem 0rem 1.25rem
    }
    .blog--listing .panel--body {
        padding-left: 20px;
        padding-left: 1.25rem;
        padding-right: 20px;
        padding-right: 1.25rem
    }
    .blog--box .blog--box-metadata {
        font-size: 14px;
        font-size: .875rem
    }
    .blog--box .blog--box-picture {
        width: 20%;
        float: left
    }
    .blog--box .blog--box-description {
        padding-top: 0;
        margin-top: 0;
        width: 76%;
        float: right
    }
    .blog--box .blog--box-tags {
        font-size: 14px;
        font-size: .875rem
    }
    .blog--content {
        margin-top: 45px;
        margin-top: 2.8125rem
    }
    .blog--content .blog--navigation {
        padding: 0px 0px 0px 0px;
        padding: 0rem 0rem 0rem 0rem
    }
    .blog--content .blog--navigation .has--border {
        border: 1px solid #d9d9d9
    }
    .blog--content .blog--navigation .blog--sidebar-title {
        padding: 20px 0px 10px 0px;
        padding: 1.25rem 0rem .625rem 0rem;
        margin: 0px 20px 0px 20px;
        margin: 0rem 1.25rem 0rem 1.25rem;
        border-radius: 0;
        color: #000;
        border-color: #d9d9d9;
        border-width: 0 0 1px 0;
        display: block;
        font-weight: bold;
        background: none;
        box-shadow: none;
        cursor: default
    }
    .blog--content .blog--navigation .blog--sidebar-body {
        padding: 20px 20px 20px 20px;
        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: #000
    }
    .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: 0px 0px 16px 0px;
        margin: 0rem 0rem 1rem 0rem;
        width: 100%;
        height: auto
    }
    .blog--content .blog--filter-options .filter--entry {
        font-size: 14px;
        font-size: .875rem;
        padding: 0;
        border: 0 none
    }
    .blog--content .blog--filter-options .blog--filter-close-btn {
        display: none
    }
    .blog--content .blog--filter-options .filter--headline {
        display: none
    }
    .blog--content .filter--expand-collapse {
        display: none
    }
    .blog--content .blog--listing {
        margin-top: 0;
        width: 78%;
        float: left
    }
    .blog--content .blog--box .blog--box-headline {
        font-size: 18px;
        font-size: 1.125rem
    }
    .blog--content .blog--box .blog--box-link {
        color: #000
    }
    .blog--content .blog--box .blog--box-link:hover {
        color: #0093d0
    }
    .blog--content .blog--box .blog--box-metadata {
        padding-top: 5px;
        padding-top: .3125rem
    }
    .blog--content .blog--box .blog--box-content .blog--box-description {
        width: 74%
    }
    .blog--detail {
        margin-top: 30px;
        margin-top: 1.875rem
    }
    .blog--detail .blog--detail-headline {
        font-size: 18px;
        font-size: 1.125rem;
        margin-bottom: 5px;
        margin-bottom: .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: 10px;
        margin-bottom: .625rem
    }
    .blog--detail .blog--detail-thumbnails .blog--thumbnail-image {
        margin: 0 auto
    }
    .blog--detail .blog--detail-thumbnails .block {
        width: 80px;
        width: 5rem;
        height: 80px;
        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: 10px;
        padding-right: .625rem;
        width: 50%;
        float: left
    }
    .blog--detail .blog--comments-email,
    .blog--detail .blog--comments-voting {
        padding-left: 10px;
        padding-left: .625rem;
        width: 50%;
        float: right
    }
    .blog--detail .blog--comments-voting {
        margin-bottom: 10px;
        margin-bottom: .625rem
    }
    .blog--detail .blog--comments-opinion {
        clear: both
    }
    .blog--detail .blog--comments-captcha {
        margin-bottom: 10px;
        margin-bottom: .625rem
    }
    .blog--detail .blog--comments-captcha:after {
        content: "";
        display: table;
        clear: both
    }
    .blog--detail .blog--comments-captcha {
        width: 50%
    }
    .blog--detail .blog--comments-captcha .captcha--placeholder {
        margin-top: 5px;
        margin-top: .3125rem;
        padding-right: 10px;
        padding-right: .625rem;
        width: 30%;
        float: left
    }
    .blog--detail .blog--comments-captcha .captcha--code {
        padding-right: 10px;
        padding-right: .625rem;
        width: 70%;
        float: right
    }
}

@media screen and (min-width: 64em) {
    .blog--detail .blog--detail-description {
        width: 100%
    }
    .blog--detail .blog--detail-image-container {
        width: 40%;
        margin: 0 0 3% 3%;
        float: right
    }
}

@media screen and (min-width: 78.75em) {
    .blog--listing .listing--actions {
        margin-top: 15px;
        margin-top: .9375rem;
        padding-top: 0;
        margin-bottom: 0
    }
    .blog--listing .listing--paging {
        border: 0 none
    }
    .blog--detail {
        margin-top: 50px;
        margin-top: 3.125rem
    }
    .blog--detail .blog--detail-headline {
        font-size: 21px;
        font-size: 1.3125rem
    }
    .blog--detail .blog--bookmark {
        font-size: 32px;
        font-size: 2rem
    }
}

.configurator--variant .variant--group {
    margin: 0px 0px 10px 0px;
    margin: 0rem 0rem .625rem 0rem
}

.configurator--variant .variant--group:after {
    content: "";
    display: table;
    clear: both
}

.configurator--variant .variant--name {
    margin: 0px 0px 5px 0px;
    margin: 0rem 0rem .3125rem 0rem;
    font-weight: bold
}

.configurator--variant .variant--option {
    height: 50px;
    height: 3.125rem;
    line-height: 40px;
    line-height: 2.5rem;
    margin-bottom: 10px;
    margin-bottom: .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
}

.configurator--variant .option--input:hover ~ label {
    color: #0093d0;
    border-color: #0093d0
}

.configurator--variant .option--input:hover ~ label.is--disabled {
    color: #000;
    border-color: #d9d9d9
}

.configurator--variant .option--input:checked ~ label {
    color: #0093d0;
    border-color: #0093d0
}

.configurator--variant .option--input:disabled ~ label {
    opacity: .5
}

.configurator--variant .option--input:disabled {
    cursor: not-allowed
}

.configurator--variant .option--label {
    padding: 5px 5px 5px 5px;
    padding: .3125rem .3125rem .3125rem .3125rem;
    line-height: 40px;
    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 #d9d9d9;
    font-weight: bold;
    text-align: center;
    overflow: hidden
}

.configurator--variant .option--label.is--disabled img {
    opacity: 0.3
}

.configurator--variant .option--label .image--media {
    line-height: 50px;
    line-height: 3.125rem;
    vertical-align: middle;
    text-align: center
}

.configurator--variant .option--label img {
    margin: 0 auto
}

.top-bar--navigation {
    position: relative
}

.top-bar--navigation .entry--compare {
    padding: 0px 8px 0px 8px;
    padding: 0rem .5rem 0rem .5rem
}

.top-bar--navigation .entry--compare .compare--quantity {
    margin-left: 5px;
    margin-left: .3125rem;
    font-weight: 600;
    display: inline-block;
    color: #0093d0
}

.top-bar--navigation .entry--compare .icon--compare {
    font-size: 12px;
    font-size: .75rem
}

.top-bar--navigation .compare--list {
    width: 280px;
    width: 17.5rem;
    padding: 5px 10px 10px 10px;
    padding: .3125rem .625rem .625rem .625rem;
    top: 32px;
    top: 2rem;
    right: 12px;
    right: .75rem;
    text-align: left;
    position: absolute;
    display: none;
    list-style: none;
    background: #fff;
    z-index: 4000;
    border: 1px solid #d9d9d9
}

.top-bar--navigation .compare--list::after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 8px;
    width: .5rem;
    height: 8px;
    height: .5rem;
    top: -5px;
    top: -0.3125rem;
    left: 25px;
    left: 1.5625rem;
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    border-color: #d9d9d9;
    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: 230px;
    width: 14.375rem;
    padding: 10px 0px 10px 0px;
    padding: .625rem 0rem .625rem 0rem;
    font-size: 14px;
    font-size: .875rem;
    color: #000;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.top-bar--navigation .js--is--dropdown-active .compare--list .compare--link:hover {
    color: #0093d0
}

.top-bar--navigation .js--is--dropdown-active .compare--list .compare--button {
    padding: 3px 4px 3px 4px;
    padding: .1875rem .25rem .1875rem .25rem;
    margin: 3px 0px 0px 0px;
    margin: .1875rem 0rem 0rem 0rem;
    float: right
}

.top-bar--navigation .js--is--dropdown-active .compare--list .btn--item-delete {
    height: 21px;
    height: 1.3125rem;
    width: 21px;
    width: 1.3125rem;
    padding: 4px 5px 4px 5px;
    padding: .25rem .3125rem .25rem .3125rem;
    margin: 8px 0px 8px 0px;
    margin: .5rem 0rem .5rem 0rem;
    font-size: 8px;
    font-size: .5rem;
    line-height: 14px;
    line-height: .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: 5px;
    margin-top: .3125rem
}

.compare--wrapper {
    display: block;
    overflow: auto
}

.modal--compare {
    font-size: 14px;
    font-size: .875rem;
    letter-spacing: -4px;
    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: 10px 40px 10px 20px;
    padding: .625rem 2.5rem .625rem 1.25rem;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    border-bottom: 1px solid #000;
    letter-spacing: 0
}

.modal--compare .modal--error {
    padding: 20px 20px 20px 20px;
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
    letter-spacing: 0
}

.modal--compare .list--head {
    background: #f2f2f2;
    font-weight: 700
}

.modal--compare .compare--group {
    width: 200px;
    width: 12.5rem;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    letter-spacing: 0
}

.modal--compare .group--small {
    width: 200px;
    width: 12.5rem
}

.modal--compare .compare--group-list {
    margin: 0;
    padding: 0
}

.modal--compare .list--entry {
    padding: 10px 30px 10px 10px;
    padding: .625rem 1.875rem .625rem .625rem;
    color: #000;
    border-bottom: 1px solid #d9d9d9
}

.modal--compare .entry--picture {
    height: 160px;
    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: 125px;
    height: 7.8125rem
}

.modal--compare .link--name {
    position: relative;
    display: block;
    height: 70px;
    color: #000;
    font-weight: 700
}

.modal--compare .entry--voting {
    height: 50px;
    height: 3.125rem
}

.modal--compare .entry--voting .icon--star,
.modal--compare .entry--voting .icon--star-empty {
    color: #f9bc23
}

.modal--compare .entry--description {
    height: 150px;
    height: 9.375rem;
    text-align: left;
    word-wrap: break-word
}

.modal--compare .entry--price {
    height: 130px;
    height: 8.125rem
}

.modal--compare .entry--price .price--pseudoprice {
    text-decoration: line-through
}

.modal--compare .entry--price .price--normal {
    font-size: 16px;
    font-size: 1rem;
    color: #000;
    font-weight: 700
}

.modal--compare .entry--price .price--reduced {
    color: #e74c3c
}

.modal--compare .entry--property {
    height: auto
}

@media screen and (min-width: 78.75em) {
    .top-bar--navigation .compare--list {
        right: 0
    }
}

.content--home {
    margin-top: 20px;
    margin-top: 1.25rem
}

@media screen and (min-width: 48em) {
    .content--home {
        margin-top: 30px;
        margin-top: 1.875rem
    }
}

@media screen and (min-width: 78.75em) {
    .content--home {
        margin-top: 50px;
        margin-top: 3.125rem
    }
}

.payment--form-group {
    margin: 10px 0px 10px 0px;
    margin: .625rem 0rem .625rem 0rem
}

.payment--form-group .payment--field {
    margin-bottom: 10px;
    margin-bottom: .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-manager--modal .header > .title {
    padding-left: 2%px;
    padding-left: .125%rem;
    padding-left: 2%
}

.address-manager--modal.address-manager--editor .address-editor--errors {
    padding: 20px;
    padding: 1.25rem;
    padding-bottom: 0
}

.address-manager--modal.address-manager--editor .address-editor--body {
    padding: 0
}

.address-manager--modal.address-manager--selection .content:after {
    content: "";
    display: table;
    clear: both
}

.address-manager--modal.address-manager--selection .content .modal--container {
    margin: -2% 0 0 -2%
}

.address-manager--modal.address-manager--selection .content .modal--container:after {
    content: "";
    display: table;
    clear: both
}

.address-manager--modal.address-manager--selection .content .modal--container .modal--container-item {
    padding: 2% 0 0 2%;
    float: left;
    width: 100%
}

.address-manager--modal.address-manager--selection .content .panel--actions .btn {
    width: 100%;
    text-align: center
}

.address-manager--modal.address-manager--selection .content .panel--actions .btn .js--loading {
    width: 18px;
    width: 1.125rem;
    height: 18px;
    height: 1.125rem;
    border-radius: 100%;
    background-clip: padding-box;
    right: 6px;
    right: .375rem;
    top: 2px;
    top: .125rem;
    margin: 8px 5px 8px 5px;
    margin: .5rem .3125rem .5rem .3125rem;
    -webkit-animation: keyframe--spin 1s linear infinite;
    -moz-animation: keyframe--spin 1s linear infinite;
    -o-animation: keyframe--spin 1s linear infinite;
    animation: keyframe--spin 1s linear infinite;
    border: 2px solid #d9d9d9;
    border-top: 2px solid #595959;
    display: block;
    position: absolute
}

.account--address.account--content,
.address-manager--modal.account--content {
    margin: 0px;
    margin: 0rem;
    padding-top: 45px;
    padding-top: 2.8125rem
}

.account--address .address--item-body .panel--title,
.address-manager--modal .address--item-body .panel--title {
    margin: 0px 0px 20px 0px;
    margin: 0rem 0rem 1.25rem 0rem;
    padding-top: 0
}

.account--address .account--welcome,
.address-manager--modal .account--welcome {
    margin-bottom: 0
}

.account--address.account--address-form .alert,
.address-manager--modal.account--address-form .alert {
    margin: 20px 18px 20px 18px;
    margin: 1.25rem 1.125rem 1.25rem 1.125rem
}

.account--address .address--form-actions:after,
.address-manager--modal .address--form-actions:after {
    content: "";
    display: table;
    clear: both
}

.account--address .address--form-actions .address--form-submit,
.address-manager--modal .address--form-actions .address--form-submit {
    margin-bottom: 10px;
    margin-bottom: .625rem;
    width: 100%;
    text-align: center
}

.account--address .address--actions-set-defaults,
.address-manager--modal .address--actions-set-defaults {
    margin-bottom: 10px;
    margin-bottom: .625rem;
    line-height: normal
}

.account--address .address--actions-set-defaults .btn,
.address-manager--modal .address--actions-set-defaults .btn {
    padding: 0;
    color: #000
}

.account--address .address--actions-set-defaults .btn:hover,
.address-manager--modal .address--actions-set-defaults .btn:hover {
    color: #0093d0
}

.account--address .address--required-info,
.address-manager--modal .address--required-info {
    margin: 0px 26px 16px 26px;
    margin: 0rem 1.625rem 1rem 1.625rem;
    font-size: 14px;
    font-size: .875rem
}

.account--address .js--fancy-select,
.address-manager--modal .js--fancy-select {
    margin-bottom: 5px;
    margin-bottom: .3125rem;
    width: 100%
}

.account--address .address--field,
.address-manager--modal .address--field {
    margin-bottom: 10px;
    margin-bottom: .625rem;
    width: 100%
}

.account--address .address--customertype,
.address-manager--modal .address--customertype {
    display: block
}

.account--address .address--zip-city .address--field-zipcode,
.address-manager--modal .address--zip-city .address--field-zipcode {
    width: 28%;
    float: left
}

.account--address .address--zip-city .address--field-city,
.address-manager--modal .address--zip-city .address--field-city {
    width: 70%;
    float: left
}

.account--address .address--zip-city .address--field-city:after,
.address-manager--modal .address--zip-city .address--field-city:after {
    content: "";
    display: table;
    clear: both
}

.account--address .address--zip-city .address--spacer,
.address-manager--modal .address--zip-city .address--spacer {
    margin-right: 2%
}

.account--address.address--delete .panel,
.address-manager--modal.address--delete .panel {
    margin-bottom: 20px;
    margin-bottom: 1.25rem
}

.account--address .address--delete-actions .btn.is--primary,
.address-manager--modal .address--delete-actions .btn.is--primary {
    float: right
}

.account--address .address--content,
.address-manager--modal .address--content {
    margin: -2% 0 0 -2%
}

.account--address .address--content:after,
.address-manager--modal .address--content:after {
    content: "";
    display: table;
    clear: both
}

.account--address .address--item-content,
.address-manager--modal .address--item-content {
    width: 100%;
    float: left;
    padding: 2% 0 0 2%
}

.account--address .address--item-content .panel--actions,
.address-manager--modal .address--item-content .panel--actions {
    display: table-cell;
    vertical-align: bottom
}

.account--address .address--item-create .btn,
.address-manager--modal .address--item-create .btn {
    text-align: center
}

.account--address .address--item-actions form,
.address-manager--modal .address--item-actions form {
    display: block
}

.account--address .js--loading,
.address-manager--modal .js--loading {
    width: 18px;
    width: 1.125rem;
    height: 18px;
    height: 1.125rem;
    border-radius: 100%;
    background-clip: padding-box;
    margin: 0px 0px 0px 5px;
    margin: 0rem 0rem 0rem .3125rem;
    top: 4px;
    top: .25rem;
    -webkit-animation: keyframe--spin 1s linear infinite;
    -moz-animation: keyframe--spin 1s linear infinite;
    -o-animation: keyframe--spin 1s linear infinite;
    animation: keyframe--spin 1s linear infinite;
    border: 2px solid #d9d9d9;
    border-top: 2px solid #595959;
    display: inline-block;
    position: relative
}

@media screen and (min-width: 48em) {
    .account--address .address--form-actions .address--form-submit,
    .address-manager--modal .address--form-actions .address--form-submit {
        width: auto
    }
    .address-manager--modal.address-manager--selection .content .modal--container .modal--container-item {
        width: 50%
    }
    .account--address.account--content .address--field {
        margin-bottom: 15px;
        margin-bottom: .9375rem;
        width: 70%
    }
    .account--address.account--content .js--fancy-select {
        width: 70%
    }
    .account--address.account--content .address--customertype .js--fancy-select,
    .account--address.account--content .address--salutation .js--fancy-select {
        width: 40%
    }
    .account--address.account--content .address--form-actions:after {
        content: "";
        display: table;
        clear: both
    }
    .account--address.account--content .address--item-content {
        width: 50%
    }
    .account--address.account--content .address--zip-city .address--field-zipcode {
        width: 18%;
        float: left
    }
    .account--address.account--content .address--zip-city .address--field-city {
        width: 50%;
        float: left
    }
    .account--address.account--content .address--zip-city .address--field-city:after {
        content: "";
        display: table;
        clear: both
    }
    .account--address.account--content .address--zip-city .address--spacer {
        margin-right: 2%
    }
}

@media screen and (min-width: 78.75em) {
    .address-manager--modal.address-manager--selection {
        max-width: 1145px;
        max-width: 71.5625rem
    }
    .address-manager--modal.address-manager--selection .content .modal--container .modal--container-item {
        width: 33.3%
    }
}

.product--tax a {
    text-decoration: none !important
}

.product--tax a:hover {
    text-decoration: underline !important
}

.js--fancy-select-trigger,
.js--fancy-select-trigger i {
    font-size: 5px
}

.entry--all-results-link i {
    font-size: 8px
}

.table--shipping-costs-trigger i {
    margin: -4px 0px 0px 0px;
    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
}

.filter-panel--content {
    scrollbar-arrow-color: #000;
    scrollbar-base-color: #e5e5e5;
    scrollbar-track-color: #e5e5e5;
    scrollbar-face-color: #d9d9d9;
    scrollbar-highlight-color: #e5e5e5;
    scrollbar-3dlight-color: #e5e5e5;
    scrollbar-darkshadow-color: #e5e5e5;
    scrollbar-shadow-color: #e5e5e5
}

.filter-panel--content::-webkit-scrollbar {
    width: 14px;
    background: #e5e5e5
}

.filter-panel--content::-webkit-scrollbar-track {
    background: #e5e5e5
}

.filter-panel--content::-webkit-scrollbar-thumb {
    background: #d9d9d9
}

.is--inactive {
    overflow: hidden !important
}

.btn::-moz-focus-inner {
    border: 0;
    padding: 0
}

@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
    }
}

.forms--inner-form textarea:required,
.forms--inner-form input:required {
    outline: none
}

.checkbox .checkbox--state:checked ~ .checkbox--state:before {
    line-height: 12px
}

.checkbox.is--active .checkbox--state:before,
a:hover .checkbox .checkbox--state:before {
    line-height: 12px
}

.filter-panel--checkbox input[type="checkbox"]:checked ~ .checkbox--state:before {
    line-height: 12px
}

#topbar .topbar_lang .fr_FR {
    background: url("fr.png") 0 0 no-repeat transparent
}

#header .inner .my_options span.service {
    background-position: right, top
}

#confirm .additional_footer .actions {
    width: 300px;
    width: 18.75rem
}

#confirm .additional_footer .actions #basketButton {
    width: 300px;
    width: 18.75rem
}

#content #login .inner_container .action input.button-middle {
    width: 90px;
    width: 5.625rem
}

#content .inner #basket .shipping {
    padding-right: 20px;
    padding-right: 1.25rem;
    width: 478px;
    width: 29.875rem
}

#content .inner #basket .shipping form > div {
    width: 100%
}

#content .inner #basket .shipping form div p {
    width: 161px;
    width: 10.0625rem
}

#content .inner #detail .abocommerce-data-wrapper .article_details_price2 {
    margin-bottom: 10px;
    margin-bottom: .625rem
}

.modal .ajax_login_form fieldset .existing_customer .last #checkout_button {
    margin-left: 341px;
    margin-left: 21.3125rem;
    width: 120px;
    width: 7.5rem
}

#listing-3col .artbox .inner a.compare_add_article {
    width: 81px;
    width: 5.0625rem
}

#listing-3col .artbox .inner a.more {
    left: 96px;
    left: 6rem;
    width: 120px;
    width: 7.5rem
}

body .price-separation-popup {
    width: 250px;
    width: 15.625rem
}

body .price-separation-popup .price-separation-inner-popup table {
    display: inline-block
}

.basket_dispatch_description {
    clear: both
}

@media screen and (max-width: 30em) {
    #hp_frame_cc,
    #hp_frame_dc {
        border: 0;
        width: 220px;
        height: 190px
    }
}

@media screen and (min-width: 30em) {
    #hp_frame_cc,
    #hp_frame_dc {
        border: 0;
        width: 290px;
        height: 190px
    }
}

.navigation-main .dreiscMenuIcon {
    float: left;
    height: 32px;
    margin: 2px 6px 2px -4px;
    width: 32px;
    position: relative;
    top: -6px
}

.navigation-main .dreiscMenuIconOnly {
    float: left;
    height: 32px;
    margin: 2px -2px 2px -4px;
    width: 32px;
    position: relative;
    top: 12px
}

.dreisc-menu--container-item {
    margin-top: 1px;
    max-width: 1260px;
    max-width: 78.75rem;
    box-shadow: 0 10px 25px -15px #000;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    background: #fff;
    width: 100%;
    position: absolute;
    color: #000;
    z-index: 10000
}

.dreisc-menu--container-item .clear {
    clear: both
}

.dreisc-menu--container-item .dreisc-menu--clear-space {
    clear: both;
    height: 10px
}

.dreisc-menu--container-item:after {
    content: "";
    display: table;
    clear: both
}

.dreisc-menu--container-item .menu--list {
    list-style: none;
    display: block
}

.dreisc-menu--container-item .content--wrapper {
    margin: 20px 20px 20px 20px;
    margin: 1.25rem 1.25rem 1.25rem 1.25rem;
    position: relative
}

.dreisc-menu--container-item .menu--delimiter {
    content: "";
    width: 1px;
    background: #d9d9d9;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0
}

.dreisc-menu--container-item .menu--teaser {
    padding: 10px 10px 0px 20px;
    padding: .625rem .625rem 0rem 1.25rem;
    position: relative;
    float: left
}

.dreisc-menu--container-item .teaser--image {
    height: 250px;
    height: 15.625rem;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.dreisc-menu--container-item .teaser--image + .teaser--headline,
.dreisc-menu--container-item .teaser--image + .teaser--text {
    margin-top: 40px;
    margin-top: 2.5rem
}

.dreisc-menu--container-item .teaser--headline {
    margin: 0px 0px 20px 0px;
    margin: 0rem 0rem 1.25rem 0rem
}

.dreisc-menu--container-item .menu--list-item {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-break: normal;
    word-wrap: break-word
}

.dreisc-menu--container-item .menu--list-item-link {
    padding: 5px 0px 5px 0px;
    padding: .3125rem 0rem .3125rem 0rem;
    font-size: 16px;
    font-size: 1rem;
    -webkit-transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
    -ms-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out;
    color: #000;
    display: block
}

.dreisc-menu--container-item .menu--list-item-link:hover {
    color: #0093d0
}

.dreisc-menu--container-item .button-container {
    font-size: 16px;
    font-size: 1rem;
    padding: 20px 30px 20px 30px;
    padding: 1.25rem 1.875rem 1.25rem 1.875rem;
    background: #000;
    color: #fff;
    font-weight: bold
}

.dreisc-menu--container-item .button-container .button--category {
    padding: 20px 20px 20px 20px;
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
    color: #fff;
    position: relative
}

.dreisc-menu--container-item .button-container .icon--arrow-right {
    font-size: 12px;
    font-size: .75rem;
    margin-top: -6px;
    margin-top: -0.375rem;
    position: absolute;
    top: 50%;
    right: 0
}

.dreisc-menu--container-item .button-container .button--close {
    padding: 20px 20px 20px 20px;
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
    margin-top: -20px;
    margin-top: -1.25rem;
    float: right;
    cursor: pointer
}

.dreisc-menu--container-item .menu--container {
    display: none
}

.dreisc-menu--container-item .menu--container:first-child {
    border-left: block
}

.dreisc-menu--container-item .menu--container.menu--is-active {
    display: block
}

.dreisc-menu--container-item .menu--level-0 {
    padding: 10px 10px 0px 10px;
    padding: .625rem .625rem 0rem .625rem;
    float: left
}

.dreisc-menu--container-item .menu--level-0.columns--1 {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1
}

.dreisc-menu--container-item .menu--level-0.columns--2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2
}

.dreisc-menu--container-item .menu--level-0.columns--3 {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3
}

.dreisc-menu--container-item .menu--level-0.columns--4 {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4
}

.dreisc-menu--container-item .menu--level-1 {
    margin: 5px 0px 0px 20px;
    margin: .3125rem 0rem 0rem 1.25rem
}

.dreisc-menu--container-item .menu--level-2 {
    margin: 0px 0px 5px 20px;
    margin: 0rem 0rem .3125rem 1.25rem
}

.dreisc-menu--container-item .item--level-0 {
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
    display: inline-block;
    position: relative
}

.dreisc-menu--container-item .item--level-0 .menu--list-item-link {
    font-weight: bold
}

.dreisc-menu--container-item .item--level-1:last-child {
    margin: 0
}

.dreisc-menu--container-item .item--level-1 .menu--list-item-link {
    padding: 5px 0px 5px 0px;
    padding: .3125rem 0rem .3125rem 0rem;
    font-size: 16px;
    font-size: 1rem;
    -webkit-transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
    -ms-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out;
    color: #000;
    display: block;
    font-weight: normal
}

.dreisc-menu--container-item .item--level-1 .menu--list-item-link:hover {
    color: #0093d0
}

.dreisc-menu--container-item .item--level-2 .menu--list-item-link {
    font-size: 14px;
    font-size: .875rem
}

.dreisc-menu--container-item .item--level-2 .menu--list-item-link + .menu--level-3 {
    margin: 0px 0px 5px 20px;
    margin: 0rem 0rem .3125rem 1.25rem
}

.dreisc-menu--container-item .item--level-3 .menu--list-item-link {
    font-size: 12px;
    font-size: .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);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    background: #000
}

.navigation-main .navigation--list .navigation--entry.is--hovered .navigation--link {
    background: #000;
    color: #fff
}

@media screen and (min-width: 78.75em) {
    .advanced-menu .content--wrapper {
        margin: 40px 40px 40px 40px;
        margin: 2.5rem 2.5rem 2.5rem 2.5rem
    }
}

.dreiscMenu {
    background-color: #FFFFFF
}

.dreiscMenu .dreiscMenuColumn {
    float: left;
    height: 100%;
    margin-top: 10px;
    overflow: hidden
}

.dreiscMenu .dreiscMenuColumns1 .dreiscMenuColumn {
    width: 99%;
    padding-left: 0.5%
}

.dreiscMenu .dreiscMenuColumns2 .dreiscMenuColumn {
    width: 98%;
    padding-left: 1%
}

.dreiscMenu .dreiscMenuColumns3 .dreiscMenuColumn {
    width: 97%;
    padding-left: 1.5%
}

.dreiscMenu .dreiscMenuColumns4 .dreiscMenuColumn {
    width: 96%;
    padding-left: 2%
}

.dreiscMenu .dreiscMenuColumns1 {
    float: left;
    width: 100%
}

.dreiscMenu .dreiscMenuColumns2 {
    float: left;
    width: 50%
}

.dreiscMenu .dreiscMenuColumns3 {
    float: left;
    width: 33.3%
}

.dreiscMenu .dreiscMenuColumns4 {
    float: left;
    width: 25%
}

.dreiscMenu .dreiscMenuColumns5 {
    float: left;
    width: 20%
}

.dreiscMenu .dreiscMenuColumns7 {
    float: left;
    width: 14.27%
}

.dreiscMenu #dreiscMenuColumnContent {
    width: 100%
}

.dreiscMenu .dreiscMenuElementHeadline {
    font-size: 14px;
    font-size: .875rem;
    color: #303030;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 2px 2px 2px 8px;
    line-height: 1.1;
    display: block
}

#dreiscMenuColumnContent a.menu {
    background: url("../../engine/Shopware/Plugins/Community/Frontend/DreiscMenu/Views/_default/frontend/dreisc_menu/_resources/images/link-ico.png") no-repeat scroll left top transparent;
    border-left-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0);
    border-left: transparent;
    border-right: transparent;
    float: inherit;
    color: #3E3E3E;
    height: inherit;
    line-height: normal;
    margin-bottom: 5px;
    padding: 0 0 0 18px;
    display: block
}

#dreiscMenuColumnContent a.menu:hover {
    background: url("../../engine/Shopware/Plugins/Community/Frontend/DreiscMenu/Views/_default/frontend/dreisc_menu/_resources/images/link-ico.png") no-repeat scroll left bottom transparent;
    color: #117275
}

#dreiscMenuColumnContent a {
    border-left-color: transparent;
    border-right-color: transparent;
    border-left-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0);
    color: inherit;
    padding: inherit;
    float: none
}

#dreiscMenuColumnContent p {
    line-height: 1.5em;
    margin: 0 0 .3em
}

.dreiscMenuElementHtml a {
    height: inherit !important;
    display: inline-block !important
}

.dreiscMenuElementHtml .dreisc-menu--text {
    margin: 10px
}

.dreiscMenu .dreiscMenuFooter {
    background-color: #B2B2B2;
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: -5px
}

#dreiscMenuColumnContent div.dreisc_menu_artbox {
    height: 270px
}

#dreiscMenuColumnContent div.dreisc_menu_artbox.last {
    margin-right: 0
}

#dreiscMenuColumnContent div.dreisc_menu_artbox a {
    float: inherit
}

#dreiscMenuColumnContent div.dreisc_menu_artbox a.dreisc_artbox_thumb {
    height: 105px
}

#dreiscMenuColumnContent div.dreisc_menu_artbox a.title {
    padding: 0;
    text-align: center;
    line-height: 1.2em
}

#dreiscMenuColumnContent div.dreisc_menu_artbox p.price {
    padding: 0;
    text-align: center
}

#dreiscMenuColumnContent div.dreisc_menu_artbox p.pseudoprice {
    padding: 0;
    text-align: center
}

#dreiscMenuColumnContent div.dreisc_menu_artbox div.article_price_unit {
    padding: 0;
    text-align: center
}

#dreiscMenuColumnContent div.dreisc_menu_artbox a.artbox_thumb {
    height: 130px;
    display: block;
    margin-bottom: 8px
}

.dreisc_artbox.dreisc_menu_artbox img {
    margin: 0 auto
}

.dreisc_artbox.dreisc_menu_artbox_small img {
    margin: 0 auto
}

#dreiscMenuColumnContent div.dreisc_menu_artgallery {
    border: 0 none;
    height: 80px;
    margin: 0;
    width: 25%
}

#dreiscMenuColumnContent div.dreisc_menu_artgallery div.inner {
    padding: 8px
}

#dreiscMenuColumnContent div.dreisc_menu_artgallery.last {
    margin-right: 0
}

#dreiscMenuColumnContent div.dreisc_menu_artgallery a {
    float: inherit
}

.dreisc_menu_artgallery_inner {
    background-color: #FFFFFF;
    width: 70px;
    height: 75px;
    margin: 0 auto
}

.dreisc_menu_artgallery_inner a {
    height: 75px;
    width: 70px;
    display: table-cell;
    vertical-align: middle
}

.dreisc_menu_artgallery_inner a img {
    max-height: 70px;
    margin: 0 auto
}

.touch-close-button {
    background: url("../../engine/Shopware/Plugins/Community/Frontend/DreiscMenu/Views/_default/frontend/dreisc_menu/_resources/images/closebutton.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 22px;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 22px;
    cursor: pointer;
    display: none;
    z-index: 999
}

.dreisc_artbox {
    border: 0;
    margin: 0;
    float: left;
    position: relative
}

.dreisc_artbox .inner {
    padding: 10px 10px 5px 10px;
    overflow: visible !important;
    background-color: #ffffff
}

.dreisc_artbox .star {
    position: absolute;
    top: 10px
}

.dreisc_artbox .dreisc_artbox_thumb {
    margin-top: 10px;
    height: 105px;
    display: block;
    text-align: center
}

.dreisc_artbox a.title {
    display: block;
    font-weight: 700;
    font-size: 12px;
    margin: 0 0 8px 0
}

.dreisc_artbox p.desc {
    font-size: 11px;
    line-height: 13px
}

.dreisc_artbox p.price,
.dreisc_artbox p.pseudoprice {
    text-align: left;
    position: absolute;
    bottom: 65px;
    left: 10px;
    height: 30px;
    margin: 0
}

.dreisc_artbox p.pseudoprice {
    bottom: 77px
}

.dreisc_artbox span.price {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px
}

.article_box span.pseudo,
.dreisc_artbox span.pseudo {
    text-decoration: line-through;
    display: block;
    color: #777;
    font-weight: 500
}

.dreisc_artbox .unit {
    font-size: 10px;
    position: absolute;
    bottom: 115px;
    font-weight: 700
}

.dreisc_artbox .actions {
    position: absolute;
    bottom: 2px;
    left: 5px;
    width: 137px
}

.dreisc_artbox .actions a {
    display: block;
    width: 125px;
    height: 20px;
    border: 1px solid;
    position: relative;
    padding: 0 5px;
    margin-bottom: 2px;
    line-height: 20px
}

.dreisc_artbox .actions a.more {
    background-position: right -21px
}

.dreisc_artbox .article_price_unit p,
.dreisc_artbox .article_price_unit_pseudo p {
    margin-bottom: 0;
    font-size: 10px
}

.dreisc_artbox {
    border-color: #c7c7c7
}

.dreisc_artbox .actions a {
    color: #696969;
    border-color: #e3e3e3
}

.dreisc_artbox .actions a.more {
    color: #dd4800
}

.dreisc_artbox p.pseudoprice span.price {
    color: #990000
}

.dreisc_artbox span.pseudo {
    color: #777
}

.dreisc_artbox .article_price_unit p,
.dreisc_artbox .article_price_unit_pseudo p {
    color: #999
}

.dreisc_artbox.first {
    border-top-color: #dfdfdf
}

.dreisc_artbox.last {
    border-bottom-color: #dfdfdf
}

.dreisc_artbox p.desc {
    color: #777
}

.dreisc_artbox .actions a {
    color: #696969;
    border-color: #dfdfdf
}

.dreisc_artbox .actions a.more {
    color: #e1540f
}

.dreisc_artbox p.pseudoprice span.price {
    color: #990000
}

.dreisc_artbox span.pseudo {
    color: #777
}

.dreisc_artbox {
    margin: 0;
    overflow: hidden
}

.dreisc_artbox .inner {
    padding: 10px;
    margin: 5px;
    border: 1px solid #dfdfdf;
    height: 98%;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.dreisc_artbox .actions {
    left: 15px;
    bottom: 10px
}

.dreisc_artbox .actions a {
    margin-bottom: 5px;
    width: 148px;
    border: 0 none
}

.dreisc_artbox p.price {
    margin-top: 20px
}

.dreisc_artbox p.price.both {
    margin-top: 0px
}

.dreisc_artbox p.pseudoprice {
    bottom: 94px
}

.dreisc_artbox .dreisc_artbox_thumb {
    margin-bottom: 10px;
    margin-top: 0
}

.dreisc_artbox a.title {
    margin: 0 0 5px;
    text-decoration: none
}

.dreisc_artbox a.title:hover {
    color: #e1540f
}

.dreisc_artbox span.pseudo {
    font-size: 10px
}

.dreisc_artbox .inner .article_price_unit_pseudo .purchaseunit,
.dreisc_artbox .inner .article_price_unit .purchaseunit {
    color: #333
}

.dreisc_artbox .inner .pseudo_percent {
    height: 25px;
    width: 25px;
    position: absolute;
    top: 22px;
    left: -1px;
    display: block;
    text-indent: -9999em
}

.dreisc_artbox p.price,
.dreisc_artbox p.pseudoprice {
    position: static
}

.dreisc_artbox .actions a:hover {
    background-color: #dfdfdf;
    border-color: #dfdfdf;
    color: #333
}

.dreisc_menu_artbox_small {
    border: 0 none;
    height: 70px;
    margin: 0;
    width: 50%
}

.dreisc_menu_artbox_small_inner {
    padding: 5px 0 0 5px !important;
    height: 58px !important;
    border: 0 !important;
    background-color: transparent !important
}

.artbox_small_thumb_wrapper {
    float: left;
    width: 30%
}

.artbox_small_thumb {
    height: 55px !important;
    width: 60px;
    display: block
}

.artbox_small_info {
    float: left;
    width: 60%;
    margin-left: 10%;
    margin-top: 2px
}

.artbox_small_info a {
    width: 100% !important
}

.artbox_small_price {
    font-size: 11px
}

.artbox_small_article_name {
    height: inherit !important;
    margin: 5px 0;
    width: 150px;
    font-size: 11px;
    line-height: 1.1
}

div.dreiscMenuColumns3 .artbox_small_article_name {
    width: 220px
}

div.dreiscMenuColumns5 .artbox_small_article_name {
    width: 100px
}

div.dreiscMenuColumns5 .artbox_small_price span.price {
    width: 100px
}

.dreiscMenu .clear {
    clear: both
}

.dreisc-menu--category-list {
    line-height: 1.5em
}

.dreisc-menu--category-list ul {
    margin-left: 20px;
    margin-left: 1.25rem
}

.dreisc-menu--category-list li {
    list-style-type: none
}

.dreisc-menu--category-list .ul-level-1 {
    font-size: 0.95em
}

.dreisc-menu--category-list .ul-level-1 .ul-level-2 {
    font-size: 0.95em
}

.web-sailfish-mailchimp-embed-code {
    display: none
}

.netiLanguageDetector .cWrap {
    padding: 10px
}

.netiLanguageDetector .actionWrap {
    padding: 10px;
    text-align: center
}

@media screen and (min-width: 48em) {
    .is--ctl-storelocator .sidebar-main {
        display: none
    }
    .is--ctl-storelocator .sidebar-main + .content--wrapper {
        margin: 0
    }
}

#storeLocator {
    display: inline-block;
    width: 100%;
    margin: 10px 0 0 0
}

#storeLocator #searchWrap {
    width: 100%;
    height: auto;
    margin: 0 0 10px
}

#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 #d9d9d9;
    cursor: pointer
}

#storeLocator .filterWrap.is--supplier .itemsWrap .itemWrap.act {
    border-color: #0093d0
}

#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: #0093d0
}

#storeLocator #storeWrap {
    display: inline-block;
    height: auto;
    vertical-align: top;
    width: 100%
}

#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
}

#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 .5em
}

#storeLocator #storeWrap #itemsWrap .itemWrap.featured {
    border-color: #0093d0
}

#storeLocator #storeWrap #itemsWrap .itemWrap.alwaysdisplay {
    border-width: 5px
}

#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 #d9d9d9
}

#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
}

.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
}

.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%
    }
}

@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
    }
}

@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
    }
}

@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
    }
}

.emotion--web-video-plus {
    width: 100% !important;
    height: 100% !important
}

.emotion--web-video-plus iframe {
    width: 100% !important;
    height: 100% !important
}

.is--ctl-detail .image-slider--video .video--element {
    display: inline-block;
    max-width: 100%;
    height: 100%
}

.is--ctl-detail .image-slider--video .embed-container {
    position: relative;
    top: 0;
    bottom: 0;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    height: 100%
}

.is--ctl-detail .image-slider--video .embed-container iframe,
.is--ctl-detail .image-slider--video .embed-container object,
.is--ctl-detail .image-slider--video .embed-container embed,
.is--ctl-detail .image-slider--video .embed-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.is--ctl-detail .web-video-modal-wrapper {
    position: relative;
    top: 0;
    bottom: 0;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    height: 100%
}

.is--ctl-detail .web-video-modal-wrapper iframe,
.is--ctl-detail .web-video-modal-wrapper object,
.is--ctl-detail .web-video-modal-wrapper embed,
.is--ctl-detail .web-video-modal-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.is--ctl-detail .web_video_plus_wrapper {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative
}

.is--ctl-detail .web_video_plus_wrapper iframe,
.is--ctl-detail .web_video_plus_wrapper object,
.is--ctl-detail .web_video_plus_wrapper embed,
.is--ctl-detail .web_video_plus_wrapper video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.is--ctl-detail #web_videoplus_video_tab .web_video_plus_wrapper {
    margin-bottom: 30px
}

.product--box .product--badges .badge--video {
    background: #0fa6f9;
    color: white;
    padding: 1px 8px 1px 7px;
    font-size: 20px
}


.section--header {
    text-align: center;
    font-size: 28px !important;
    font-style: italic;
    font-weight: bold;
    position: relative
}

@media screen and (min-width: 48em) {
    .section--header {
        font-size: 32px !important
    }
}

@media screen and (min-width: 64em) {
    .section--header {
        font-size: 44px !important;
        line-height: 44px !important
    }
}

.section--subheader {
    text-align: center;
    font-size: 16px !important
}

@media screen and (min-width: 48em) {
    .section--subheader {
        font-size: 20px !important
    }
}

@media screen and (min-width: 64em) {
    .section--subheader {
        font-size: 24px !important;
        line-height: 30px !important
    }
}

.section--header-spacing {
    margin: 0 0 10px 0 !important;
    padding: 0 0 20px 0 !important
}

@media screen and (min-width: 64em) {
    .section--header-spacing {
        margin-top: -20px !important;
        padding-bottom: 30px !important
    }
}

@media screen and (min-width: 78.75em) {
    .section--header-spacing {
        margin-top: -50px !important
    }
}

@media screen and (min-width: 64em) {
    .section--subheader-spacing {
        margin: 0 auto !important;
        padding: 0 !important;
        max-width: 830px
    }
}

.section--custom-subheader {
    text-align: center;
    font-size: 16px !important;
    font-size: 18px !important;
    margin-bottom: 40px;
    font-style: italic
}

@media screen and (min-width: 48em) {
    .section--custom-subheader {
        font-size: 20px !important
    }
}

@media screen and (min-width: 64em) {
    .section--custom-subheader {
        font-size: 24px !important;
        line-height: 30px !important
    }
}

.section--custom-subheader.date {
    display: block;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 20px;
    clear: both;
    font-weight: bold;
    font-style: italic
}

.section--custom-subheader.date:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 60px;
    background: #000;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%)
}

.section--custom-subheader.date:after {
    content: "";
    display: table;
    clear: both
}

.section--custom-subheader.date:nth-of-type(1n+2) {
    padding-top: 40px
}

@media screen and (min-width: 78.75em) {
    .section--custom-subheader {
        font-size: 28px !important
    }
}

.font--default {
    font-size: 14px !important
}

@media screen and (min-width: 48em) {
    .font--default {
        font-size: 15px !important
    }
}

@media screen and (min-width: 64em) {
    .font--default {
        font-size: 17px !important
    }
}

.font--navigation-link {
    font-size: 14px
}

@media screen and (min-width: 48em) {
    .font--navigation-link {
        font-size: 14px
    }
}

@media screen and (min-width: 64em) {
    .font--navigation-link {
        font-size: 15px
    }
}

.btn--no-arrows {
    padding: 0 20px;
    text-align: center
}

.btn--no-arrows [class^="icon--"] {
    display: none !important
}

.styling--fancy-select .js--fancy-select {
    height: 40px !important;
    font-size: 14px
}

@media screen and (min-width: 64em) {
    .styling--fancy-select .js--fancy-select {
        height: 50px !important;
        font-size: 17px !important
    }
}

.styling--fancy-select .js--fancy-select .js--fancy-select-text {
    line-height: 40px !important
}

@media screen and (min-width: 64em) {
    .styling--fancy-select .js--fancy-select .js--fancy-select-text {
        line-height: 50px !important
    }
}

@media screen and (min-width: 64em) {
    .styling--fancy-select .js--fancy-select .js--fancy-select-trigger {
        line-height: 56px !important
    }
}

@media screen and (min-width: 64em) {
    .styling--input-field .input--field {
        height: 50px;
        line-height: 50px;
        font-size: 17px
    }
}

.custom-page--spacing {
    padding: 0 10px;
    float: none
}

@media screen and (min-width: 48em) {
    .custom-page--spacing {
        padding: 0 20px
    }
}

@media screen and (min-width: 64em) {
    .custom-page--spacing {
        padding: 0;
        max-width: 650px;
        margin: 0 auto
    }
}

.font--panel-title {
    font-size: 17px !important
}

@media screen and (min-width: 48em) {
    .font--panel-title {
        font-size: 17px !important
    }
}

@media screen and (min-width: 64em) {
    .font--panel-title {
        font-size: 18px !important
    }
}



.page-wrap {
    overflow-x: hidden;
    min-width: auto
}



.content-main {
    padding-top: 88px;
    box-shadow: none;
    margin-top: 0
}

.content-main.is--fullscreen .content--breadcrumb {
    display: block
}

.content-main--inner {
    padding: 0 5px
}

@media screen and (min-width: 48em) {
    .content-main--inner {
        margin-bottom: 40px
    }
}

.container {
    background: transparent
}

.btn {
    color: #0093d0;
    background: #fff;
    border-color: #fff;
    border-radius: 0
}

.btn:hover {
    color: #0093d0;
    background: #fff;
    border-color: #fff
}

.btn.is--primary {
    background: #0093d0;
    color: #fff
}

.btn.is--primary:hover {
    background: #0084bb
}

.js--fancy-select {
    background: #fff;
    border-radius: 0 !important;
    height: 50px !important;
    font-size: 17px
}

.js--fancy-select .js--fancy-select-trigger {
    border: 0;
    color: #ccc;
    -webkit-transform: scaleY(1.5);
    -moz-transform: scaleY(1.5);
    -ms-transform: scaleY(1.5);
    -o-transform: scaleY(1.5);
    transform: scaleY(1.5)
}

.js--fancy-select .js--fancy-select-trigger i {
    line-height: 48px !important
}

.js--fancy-select .js--fancy-select-text {
    line-height: 48px !important
}

.js--fancy-select:hover,
.js--fancy-select.js--is--focused {
    border-color: #000;
    color: #000
}

.icon--arrow-down5:before {
    display: inline-block;
    -webkit-transform: scaleY(1.5);
    -moz-transform: scaleY(1.5);
    -ms-transform: scaleY(1.5);
    -o-transform: scaleY(1.5);
    transform: scaleY(1.5)
}

.icon--arrow-down {
    font-size: 16px !important
}

.icon--arrow-down:before {
    content: '\e6d6'
}

textarea {
    border-radius: 0;
    background: #ffffff;
    box-shadow: none
}

input[type="text"],
input[type="search"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="tel"] {
    border-radius: 0;
    background: #ffffff;
    box-shadow: none
}

@media screen and (min-width: 64em) {
    input[type="text"],
    input[type="search"],
    input[type="password"],
    input[type="number"],
    input[type="email"],
    input[type="tel"] {
        height: 50px;
        line-height: 50px;
        font-size: 17px
    }
}

.js--modal {
    z-index: 10001
}

.js--modal .modal--close {
    right: 30px
}

@media (max-width: 480px) {
    .js--modal.is--video.is--fullscreen {
        height: 50% !important;
        width: 90% !important
    }
}

.js--modal.is--video .content {
    overflow: hidden;
    background: #000000;
    padding: 40px 0
}

.is--rounded {
    border-radius: 0
}

.publishing--button {
    background-color: transparent;
    color: #000000;
    border: 2px solid #000;
    text-transform: uppercase
}

.teaser--text-short {
    display: none
}

.header-main {
    padding: 0;
    border: 0;
    border-bottom: 5px solid #0093d0;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    width: 100%;
    z-index: 10000
}

.header-main:before {
    content: "";
    background: #fff;
    border-bottom: 5px solid #0093d0;
    height: 130px;
    width: calc(50% - 630px);
    position: absolute;
    left: 0;
    top: 33px;
    z-index: 4000
}

.header-main.is--active-searchfield:before {
    content: "";
    background: rgba(249, 250, 251, 0.95) url("/themes/Frontend/Sailfish/frontend/_public/src/img/menu-bg.jpg");
    background-repeat: repeat-x;
    background-position: top;
    border: 0;
    height: 164px;
    width: calc(50% - 630px);
    position: absolute;
    left: 0;
    top: 33px
}

.header-main.is--active-searchfield:after {
    content: "";
    background: rgba(249, 250, 251, 0.95);
    border: 0;
    height: 110px;
    width: calc(50% - 630px);
    position: absolute;
    right: 0;
    top: 87px
}

.header-main .top-bar--navigation {
    width: 100%;
    float: none;
    font-size: 14px
}

.header-main .top-bar--navigation .navigation--entry {
    padding: 0 10px
}

.header-main .top-bar--navigation .navigation--entry a {
    color: #fff
}

.header-main .top-bar--navigation .navigation--entry a:hover {
    text-decoration: underline
}

.header-main .top-bar--navigation .entry--hotline a {
    color: #0093d0;
    font-weight: bold
}

.header-main .top-bar--navigation .cart--display {
    color: #fff;
    font-weight: normal;
    margin: 0 5px 0 0
}

.header-main .top-bar--navigation .top-bar--language {
    padding-left: 0
}

.header-main .top-bar--navigation .top-bar--language .js--fancy-select {
    height: 1.5625rem !important
}

.header-main .top-bar--navigation .top-bar--language .js--fancy-select-text {
    text-indent: 0;
    width: auto;
    color: #fff;
    padding: 0;
    line-height: 1.5625rem !important;
    font-size: 14px
}

.header-main .top-bar--navigation .top-bar--language .js--fancy-select-trigger {
    display: none
}

.header-main .top-bar {
    background: #333;
    color: #fff;
    margin: 0;
    display: none;
    padding: 4px
}

@media screen and (min-width: 64em) {
    .header-main .top-bar {
        display: block
    }
}

@media screen and (min-width: 78.75em) {
    .header-main .top-bar {
        padding: 4px 0
    }
}

.header-main .top-bar .top-bar--right-items {
    float: right
}

.header-main .shop--navigation {
    position: static;
    float: right;
    width: auto
}

.header-main .shop--navigation .entry--search {
    display: none;
    margin-top: 7px;
    background: transparent
}

@media screen and (min-width: 64em) {
    .header-main .shop--navigation .entry--search {
        display: block;
        position: static
    }
    .header-main .shop--navigation .entry--search .entry--trigger {
        display: block;
        padding-right: 0
    }
    .header-main .shop--navigation .entry--search .entry--trigger::after {
        display: none
    }
    .header-main .shop--navigation .entry--search .icon--search {
        font-size: 16px;
        color: #010101
    }
}

.header-main .shop--navigation .entry--search .is--active.btn {
    background: transparent
}

.header-main .shop--navigation .entry--menu-left {
    display: block;
    position: relative;
    margin-top: 5px
}

@media screen and (min-width: 64em) {
    .header-main .shop--navigation .entry--menu-left {
        display: none
    }
}

.header-main .shop--navigation .entry--menu-left .btn {
    padding: 2px 24px
}

.header-main .shop--navigation .entry--menu-left .btn .icon--menu {
    background: url("/themes/Frontend/Sailfish/frontend/_public/src/img/icons/icon-mobile-menu.svg") center center no-repeat;
    height: 36px;
    width: 20px;
    margin: 0;
    top: 0;
    background-size: 20px 20px
}

.header-main .shop--navigation .entry--menu-left .btn .icon--menu:before {
    display: none
}

.navigation--entry.entry--search {
    width: auto;
    position: relative;
    left: 0;
    right: 0;
    margin: 0
}

.navigation--entry.entry--search .main-search--form {
    display: none;
    top: 54px;
    height: 110px;
    background: rgba(249, 250, 251, 0.95)
}

.navigation--entry.entry--search .main-search--form .main-search--field {
    width: 615px;
    margin: 30px auto;
    display: block;
    border-color: #d6d5d5;
    border-radius: 0;
    height: 50px;
    line-height: 50px;
    color: #000;
    font-size: 17px;
    font-style: italic
}

.navigation--entry.entry--search .main-search--form .main-search--button {
    right: calc(50% - 308px);
    color: #000
}

.navigation--entry.entry--search .main-search--form .form--ajax-loader {
    right: 50%;
    margin-right: -10px;
    top: 45px
}

.navigation--entry.entry--search .main-search--results {
    top: 140px
}

.navigation--entry.entry--search .entry--trigger {
    margin: 0;
    border: 0;
    background: none
}

.navigation--entry.entry--search.is--active:after {
    display: none
}

.navigation--entry.entry--search.is--active .main-search--form {
    display: block
}

.header-main .header--navigation {
    height: 50px;
    padding: 0
}

.header-main .header--navigation .logo-main {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    width: auto;
    z-index: 10000
}

.header-main .header--navigation .logo-main .logo--shop {
    height: auto;
    width: auto
}

.header-main .header--navigation .logo-main .logo--link {
    height: 100px
}

@media screen and (min-width: 48em) {
    .header-main .header--navigation .logo-main .logo--link {
        height: 135px
    }
}

.header-main .header--navigation .navigation-main {
    border: 0;
    display: none;
    width: calc(100% - 25px);
    background: transparent
}

@media screen and (min-width: 64em) {
    .header-main .header--navigation .navigation-main {
        display: block
    }
}

.header-main .header--navigation .navigation-main .navigation--entry {
    position: relative
}

.header-main .header--navigation .navigation-main .navigation--entry .navigation--link {
    padding: 16px 28px 19px 8px;
    text-transform: uppercase;
    font-weight: bold
}

.header-main .header--navigation .navigation-main .navigation--entry .navigation--link:after {
    content: "";
    border-right: 1px solid #cbcccc;
    position: absolute;
    right: 10px;
    top: 2px;
    z-index: 1;
    height: 80%;
    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg)
}

.header-main .header--navigation .navigation-main .navigation--entry .navigation--link .icon--arrow-down5 {
    color: #d9d9d9
}

.header-main .header--navigation .navigation-main .navigation--entry.is--hovered {
    background: none
}

.header-main .header--navigation .navigation-main .navigation--entry.is--hovered .navigation--link {
    background: none;
    color: #0093d0
}

.advanced-menu {
    top: 55px;
    box-shadow: none;
    background: #fff;
    display: none
}

.advanced-menu:before {
    content: "";
    background: #fff;
    height: 100%;
    width: 100%;
    right: 100%;
    position: absolute
}

.advanced-menu .menu--container:before {
    content: "";
    background: #fff;
    height: 100%;
    width: 100%;
    left: 100%;
    position: absolute;
    top: 0
}

.advanced-menu .button-container {
    display: none
}

.advanced-menu .content--wrapper {
    margin-top: 80px
}

.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: auto
}

@media screen and (min-width: 30em) {
    .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: auto
    }
}

@media screen and (min-width: 48em) {
    .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: auto
    }
}

@media screen and (min-width: 64em) {
    .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: 260px
    }
}

@media screen and (min-width: 78.75em) {
    .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: 260px
    }
}

@media screen and (min-width: 48em) {
    .is--ctl-checkout.is--minimal-header .header-main .logo--supportinfo,
    .is--ctl-register.is--minimal-header .header-main .logo--supportinfo,
    .is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo--supportinfo {
        display: none
    }
}

@media screen and (min-width: 64em) {
    .is--ctl-checkout.is--minimal-header .header-main .logo--supportinfo,
    .is--ctl-register.is--minimal-header .header-main .logo--supportinfo,
    .is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo--supportinfo {
        display: block;
        width: auto
    }
}

@media screen and (min-width: 78.75em) {
    .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: auto
    }
}

.footer-main {
    background: #333;
    color: #fff
}

.footer-main .container {
    background: transparent
}

.footer-main .footer--phone-link {
    font-weight: normal;
    color: #fff
}

.footer-main .footer--column {
    border-top: 1px solid #333
}

@media screen and (min-width: 48em) {
    .footer-main .footer--column {
        border-top: 0
    }
}

.footer-main .footer--column.is--last {
    border-bottom: 1px solid #333
}

@media screen and (min-width: 48em) {
    .footer-main .footer--column.is--last {
        border-bottom: 0
    }
}

.footer-main .column--headline {
    font-size: 15px;
    font-weight: bold;
    color: #fff
}

.footer-main .column--headline::after {
    color: #fff
}

.footer-main .column--desc {
    font-size: 14px
}

.footer-main .footer--bottom {
    font-size: 14px
}

.footer-main .footer--copyright {
    font-size: 14px
}

.footer-main .navigation--link {
    color: #fff
}

.footer-main .navigation--link:hover {
    color: #fff;
    text-decoration: underline
}

.footer-main a {
    color: #fff
}

.footer-main a:hover {
    color: #fff;
    text-decoration: underline
}

.footer-main .footer--vat-info .vat-info--text {
    font-size: 14px
}

.footer-main .footer--logo * {
    color: #fff
}

@media screen and (min-width: 48em) {
    .footer-main {
        border-top: 1px solid #333
    }
    .footer-main .column--headline {
        font-size: 15px
    }
    .footer-main .column--desc {
        font-size: 14px
    }
    .footer-main .footer--columns {
        border-bottom: 1px solid #333
    }
}

@media screen and (min-width: 64em) {
    .footer-main .column--headline {
        font-size: 15px
    }
    .footer-main .footer--columns {
        font-size: 14px
    }
}

.footer-main {
    padding-top: 15px;
    font-size: 14px
}

.footer-main .icon--phone {
    height: 30px;
    float: left;
    margin-right: 10px
}

.footer-main #phone {
    fill: #ffffff
}

.footer-main .footer--columns {
    padding: 0 10px
}

@media screen and (min-width: 78.75em) {
    .footer-main .footer--columns {
        padding: 0
    }
}

.footer-main .column--desc {
    font-size: 14px !important;
    color: #ffffff !important
}

.footer-main .column--desc .phone {
    line-height: 30px;
    font-weight: bold;
    font-size: 17px
}

.footer-main .column--desc .strong {
    font-weight: bold;
    font-style: italic
}

.footer-main .footer--column {
    width: 100%
}

@media screen and (min-width: 48em) {
    .footer-main .footer--column {
        width: 50%;
        padding-right: 45px
    }
}

@media screen and (min-width: 64em) {
    .footer-main .footer--column {
        width: 33%
    }
}

.footer-main .footer--column.column--menu-1,
.footer-main .footer--column.column--menu-2 {
    width: 50%
}

@media screen and (min-width: 48em) {
    .footer-main .footer--column.column--menu-1,
    .footer-main .footer--column.column--menu-2 {
        width: 25%
    }
}

@media screen and (min-width: 64em) {
    .footer-main .footer--column.column--menu-1,
    .footer-main .footer--column.column--menu-2 {
        width: 16.5%
    }
}

.footer-main .footer--column .column--headline {
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 38px;
    cursor: default
}

@media screen and (min-width: 64em) {
    .footer-main .footer--column .column--headline {
        margin-bottom: 20px
    }
}

.footer-main .footer--column .column--headline:after {
    display: none
}

.footer-main .footer--column .column--content {
    display: block
}

.footer-main .footer--column.column--payment-logos img {
    margin: 0 6px 6px 0;
    float: left
}

.footer-main .navigation--link {
    display: inline;
    line-height: 1.7
}

.footer-main .footer--bottom {
    padding: 40px 10px
}

@media screen and (min-width: 78.75em) {
    .footer-main .footer--bottom {
        padding: 40px 0
    }
}

.footer-main .footer--copyright {
    text-align: left
}

.footer-main .footer--vat-info .vat-info--text {
    text-align: left
}

.footer--vat-info .vat-info--text {
    color: #fff !important;
    font-size: 14px !important
}

.newsletter--form,
.dealer--form {
    width: 100%;
    margin-right: 70px;
    position: relative
}

.newsletter--form::-webkit-input-placeholder,
.dealer--form::-webkit-input-placeholder {
    color: #fff;
    font-size: 14px;
    font-weight: inherit;
    font-style: italic;
    opacity: 1
}

.newsletter--form:-moz-placeholder,
.dealer--form:-moz-placeholder {
    color: #fff;
    font-size: 14px;
    font-weight: inherit;
    font-style: italic;
    opacity: 1
}

.newsletter--form::-moz-placeholder,
.dealer--form::-moz-placeholder {
    color: #fff;
    font-size: 14px;
    font-weight: inherit;
    font-style: italic;
    opacity: 1
}

.newsletter--form:-ms-input-placeholder,
.dealer--form:-ms-input-placeholder {
    color: #fff;
    font-size: 14px;
    font-weight: inherit;
    font-style: italic;
    opacity: 1
}

.newsletter--form .newsletter--field,
.dealer--form .newsletter--field,
.newsletter--form .dealer--field,
.dealer--form .dealer--field {
    background: #262626;
    border: 3px solid #262626;
    box-shadow: none;
    width: 100%;
    float: left;
    border-radius: 0;
    box-shadow: 0 0 0 transparent
}

.newsletter--form .newsletter--field:focus + .btn,
.dealer--form .newsletter--field:focus + .btn,
.newsletter--form .dealer--field:focus + .btn,
.dealer--form .dealer--field:focus + .btn {
    background: #0093d0;
    color: #fff
}

.newsletter--form .newsletter--field:focus + .btn:before,
.dealer--form .newsletter--field:focus + .btn:before,
.newsletter--form .dealer--field:focus + .btn:before,
.dealer--form .dealer--field:focus + .btn:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 38px 8px;
    border-color: transparent transparent #0093d0 transparent;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}

@media screen and (min-width: 64em) {
    .newsletter--form .newsletter--field:focus + .btn:before,
    .dealer--form .newsletter--field:focus + .btn:before,
    .newsletter--form .dealer--field:focus + .btn:before,
    .dealer--form .dealer--field:focus + .btn:before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 44px 8px;
        border-color: transparent transparent #0093d0 transparent;
        left: 0;
        top: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.newsletter--form .newsletter--button,
.dealer--form .newsletter--button,
.newsletter--form .dealer--button,
.dealer--form .dealer--button {
    width: 43px;
    border: 0;
    margin: 0;
    height: 38px;
    padding: .1875rem .3125rem;
    float: left;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #333;
    border-radius: 0;
    position: absolute;
    right: 3px;
    top: 3px;
    z-index: 1
}

.newsletter--form .newsletter--button:before,
.dealer--form .newsletter--button:before,
.newsletter--form .dealer--button:before,
.dealer--form .dealer--button:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 38px 8px;
    border-color: transparent transparent #fff transparent;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}

@media screen and (min-width: 64em) {
    .newsletter--form .newsletter--button,
    .dealer--form .newsletter--button,
    .newsletter--form .dealer--button,
    .dealer--form .dealer--button {
        height: 44px
    }
    .newsletter--form .newsletter--button:before,
    .dealer--form .newsletter--button:before,
    .newsletter--form .dealer--button:before,
    .dealer--form .dealer--button:before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 44px 8px;
        border-color: transparent transparent #fff transparent;
        left: 0;
        top: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.newsletter--form .newsletter--button .button--text,
.dealer--form .newsletter--button .button--text,
.newsletter--form .dealer--button .button--text,
.dealer--form .dealer--button .button--text {
    display: block
}

.footer--benefits {
    background: #f2f2f2;
    color: #000;
    padding: 0 0 58px 0;
    display: none
}

@media screen and (min-width: 48em) {
    .footer--benefits {
        display: block
    }
}

.footer--benefits h2 {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    padding: 57px 0 8px;
    position: relative;
    color: #000;
    font-style: italic;
    margin: 0
}

.footer--benefits h2:after {
    content: "";
    width: 80px;
    height: 2px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -40px;
    background: #000
}

.footer--benefits ul {
    list-style: none;
    width: 680px;
    margin: 0 auto
}

@media screen and (min-width: 78.75em) {
    .footer--benefits ul {
        width: 100%
    }
}

.footer--benefits ul li {
    float: left;
    text-align: center;
    font-weight: bold;
    padding-top: 70px;
    width: 33.3%;
    text-transform: uppercase;
    font-size: 15px
}

@media screen and (min-width: 78.75em) {
    .footer--benefits ul li {
        padding-top: 70px;
        width: 16.6%
    }
}

.footer--benefits ul li img {
    width: 36px;
    margin: 0 auto 20px
}

.footer--socials {
    background: url("/themes/Frontend/Sailfish/frontend/_public/src/img/socials_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover
}

.footer--socials ul {
    list-style: none;
    width: 100%;
    height: 315px
}

@media screen and (min-width: 48em) {
    .footer--socials ul {
        width: 680px;
        height: 160px;
        margin: 0 auto
    }
}

@media screen and (min-width: 78.75em) {
    .footer--socials ul {
        width: 720px
    }
}

.footer--socials ul li {
    text-align: center;
    font-weight: bold;
    padding-top: 26px;
    color: #fff
}

.footer--socials ul li a {
    color: #fff
}

.footer--socials ul li a:hover {
    text-decoration: underline
}

@media screen and (min-width: 48em) {
    .footer--socials ul li {
        float: left;
        width: 33.3%;
        padding-top: 50px
    }
}

.footer--socials ul li .icon {
    height: 24px;
    margin: 0 auto 15px;
    display: block
}

.footer--socials ul li .icon path {
    fill: #fff
}

.footer-minimal {
    background: #333;
    text-align: left;
    padding-bottom: 40px;
    max-width: none
}

@media screen and (min-width: 78.75em) {
    .footer-minimal {
        padding-top: 40px
    }
}

.footer-minimal .vat-info--text {
    text-align: left;
    max-width: 1260px;
    margin: 0 auto !important
}

.footer-minimal a {
    color: #ffffff
}

.footer--copyright {
    color: #ffffff;
    max-width: 1260px;
    margin: 0 auto
}

.product--table .table--footer {
    display: none
}

@media screen and (min-width: 48em) {
    .product--table .table--footer {
        display: none
    }
}

.navigation-main {
    background: #fff
}

.navigation-main .navigation--list-wrapper {
    background: transparent
}

.navigation-main .navigation--list {
    float: right;
    width: auto
}

.navigation-main .navigation--link {
    background-color: transparent;
    background-image: none;
    color: #000;
    border-radius: none;
    border-right: 1px solid transparent
}

.navigation-main .navigation--link:hover {
    background-color: transparent;
    color: #0093d0
}

.navigation-main .is--active .navigation--link {
    background-color: transparent;
    background-image: none;
    color: #0093d0
}

.navigation-main .is--active .navigation--link:hover {
    background-color: transparent;
    color: #0093d0
}

@media screen and (min-width: 78.75em) {
    .sidebar-main {
        width: 230px;
        width: 14.375rem;
        margin: 0px 0px 0px 0px;
        margin: 0rem 0rem 0rem 0rem;
        padding-top: 30px;
        padding-top: 1.875rem;
        display: none;
        float: left
    }
}

@media (max-width: 1023px) {
    .sidebar-main {
        top: 50px;
        top: 3.125rem;
        margin-right: 10px;
        margin-right: .625rem;
        padding: 15px 0px 0px 0px;
        padding: .9375rem 0rem 0rem 0rem;
        position: absolute;
        text-align: left;
        left: 0;
        z-index: 3000;
        display: none;
        bottom: auto
    }
    .sidebar-main.off-canvas {
        width: 100%;
        -webkit-transition: all .45s cubic-bezier(.3, 0, .15, 1);
        -moz-transition: all .45s cubic-bezier(.3, 0, .15, 1);
        -ms-transition: all .45s cubic-bezier(.3, 0, .15, 1);
        -o-transition: all .45s cubic-bezier(.3, 0, .15, 1);
        transition: all .45s cubic-bezier(.3, 0, .15, 1);
        margin-right: 0;
        left: 0;
        position: fixed;
        top: 0;
        padding: 0;
        background: #333;
        z-index: 10000
    }
    .sidebar-main.off-canvas .icon--loading-indicator {
        width: 38px;
        width: 2.375rem;
        height: 38px;
        height: 2.375rem;
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0
    }
    .sidebar-main.off-canvas.is--active {
        display: block !important;
        height: 100%;
        overflow-x: scroll !important
    }
    .sidebar-main .icon--loading-indicator {
        width: 21px;
        width: 1.3125rem;
        height: 21px;
        height: 1.3125rem;
        padding: 20px 0px 20px 0px;
        padding: 1.25rem 0rem 1.25rem 0rem;
        margin: 0 auto;
        display: block;
        position: relative;
        box-sizing: content-box
    }
    .sidebar-main .icon--loading-indicator:before {
        border-radius: 100%;
        background-clip: padding-box;
        -webkit-animation: keyframe--spin 1s linear infinite;
        -moz-animation: keyframe--spin 1s linear infinite;
        -o-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
    }
    .sidebar-main .mobile--switches,
    .sidebar-main .filter--container,
    .sidebar-main .navigation--smartphone {
        display: block
    }
    .sidebar-main .entry--close-off-canvas {
        display: block;
        background: #333;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        text-transform: uppercase
    }
    .sidebar-main .offcanvas--overlay {
        display: block;
        width: 100%;
        top: 130px;
        background: #333;
        position: static
    }
    .sidebar-main .offcanvas--overlay .overlay--headline {
        background: #fff;
        border-color: #d9d9d9;
        margin: 0
    }
    .sidebar-main .offcanvas--overlay .overlay--category {
        font-size: 17px;
        margin: 0;
        padding: 5px 10px;
        background: #fff;
        color: #000;
        text-transform: uppercase
    }
    .sidebar-main .offcanvas--overlay .overlay--category .category--headline {
        color: #000
    }
    .sidebar-main .sidebar--navigation .navigation--entry {
        margin: 0
    }
    .sidebar-main .sidebar--navigation .navigation--entry {
        border-color: #d9d9d9
    }
    .sidebar-main .sidebar--navigation .navigation--link {
        color: #000
    }
    .sidebar-main .sidebar--categories-navigation {
        margin: 0
    }
    .sidebar-main .shop-sites--container {
        display: block;
        padding: 0;
        border: 0
    }
    .sidebar-main .shop-sites--container .navigation--headline {
        color: #3f4c58;
        font-size: 1em;
        font-weight: 700;
        line-height: 1.625rem;
        margin: .375rem .625rem
    }
    .sidebar-main .shop-sites--container .sidebar--navigation .navigation--link {
        line-height: inherit;
        padding: 0.625rem
    }
    .sidebar-main .main-search--form {
        position: relative;
        background: #333;
        padding: 20px 10px 30px
    }
    .sidebar-main .main-search--form .main-search--field {
        background: #333;
        color: #fff;
        border-color: #fff;
        border-radius: 0
    }
    .sidebar-main .main-search--form .main-search--button {
        color: #fff;
        top: 2px
    }
    .sidebar-main .main-search--form::-webkit-input-placeholder {
        color: #fff;
        font-size: inherit;
        font-weight: inherit;
        font-style: inherit;
        opacity: 1
    }
    .sidebar-main .main-search--form:-moz-placeholder {
        color: #fff;
        font-size: inherit;
        font-weight: inherit;
        font-style: inherit;
        opacity: 1
    }
    .sidebar-main .main-search--form::-moz-placeholder {
        color: #fff;
        font-size: inherit;
        font-weight: inherit;
        font-style: inherit;
        opacity: 1
    }
    .sidebar-main .main-search--form:-ms-input-placeholder {
        color: #fff;
        font-size: inherit;
        font-weight: inherit;
        font-style: inherit;
        opacity: 1
    }
}

@media (max-width: 1023px) and screen and (min-width: 30em) {
    .sidebar-main.off-canvas {
        min-height: 100%
    }
}

@media screen and (min-width: 30em) {
    .sidebar-main.off-canvas {
        width: 280px;
        width: 17.5rem
    }
}

.mobile--switches {
    background: #333333;
    height: auto;
    padding: 35px 10px
}

.mobile--switches .top-bar--language .js--fancy-select-text {
    text-indent: 0;
    width: auto;
    color: #fff;
    line-height: 1.875rem !important;
    font-size: 17px
}

.mobile--switches .top-bar--language .js--fancy-select-trigger {
    display: none
}

.mobile--switches .navigation--entry {
    float: none;
    width: 100%
}

.mobile--switches .navigation--entry a {
    color: #fff;
    font-weight: normal
}

.mobile--switches .entry--link {
    color: #fff;
    font-weight: normal
}

.mobile--switches .hotline--link {
    color: #0093d0 !important;
    font-weight: bold
}

.sidebar--navigation {
    border-radius: 0
}

.blog--filter-options.is--active {
    z-index: 10000
}

@media screen and (min-width: 48em) {
    .blog--filter-options.is--active {
        z-index: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

.is--inactive {
    overflow: scroll !important
}

.content--breadcrumb {
    border: 0;
    margin-left: 120px;
    padding: 10px 0 0 10px;
    width: calc(100% - 120px);
    height: 50px;
    background: #ffffff;
    position: relative
}

.content--breadcrumb:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 50px 17px;
    border-color: transparent transparent #fff transparent;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}

@media screen and (min-width: 48em) {
    .content--breadcrumb {
        margin-left: 180px;
        width: calc(100% - 180px);
        height: 70px
    }
    .content--breadcrumb:before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 70px 22px;
        border-color: transparent transparent #fff transparent;
        left: 0;
        top: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@media screen and (min-width: 78.75em) {
    .content--breadcrumb:after {
        content: '';
        position: absolute;
        background: #ffffff;
        right: 0;
        width: 100%;
        height: 70px;
        top: 0;
        -webkit-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -ms-transform: translateX(50%);
        -o-transform: translateX(50%);
        transform: translateX(50%)
    }
}

.content--breadcrumb .breadcrumb--link {
    color: #000
}

.content--breadcrumb .breadcrumb--link:hover {
    color: #0093d0
}

.content--breadcrumb .is--active .breadcrumb--link {
    color: #000
}

.content--breadcrumb .is--active .breadcrumb--link:hover {
    color: #0093d0
}

.content--breadcrumb .breadcrumb--list {
    overflow: visible
}

.content--breadcrumb .breadcrumb--entry {
    color: #000;
    background: #e5e5e5;
    position: relative;
    overflow: visible
}

.content--breadcrumb .breadcrumb--entry:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0px 15px 8px;
    border-color: transparent transparent transparent #e5e5e5;
    right: 0;
    top: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
}

.content--breadcrumb .breadcrumb--entry:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 30px 10px;
    border-color: transparent transparent #e5e5e5 transparent;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}

@media screen and (min-width: 48em) {
    .content--breadcrumb .breadcrumb--entry {
        margin-left: 8px;
        padding-left: 8px
    }
    .content--breadcrumb .breadcrumb--entry:before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 0px 15px 8px;
        border-color: transparent transparent transparent #fff;
        left: 0;
        top: 0;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

@media screen and (min-width: 48em) {
    .content--breadcrumb .breadcrumb--entry:first-of-type {
        margin-left: 0;
        padding-left: 0
    }
    .content--breadcrumb .breadcrumb--entry:first-of-type:before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 30px 10px;
        border-color: transparent transparent #e5e5e5 transparent;
        left: 0;
        top: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.content--breadcrumb .breadcrumb--entry a {
    line-height: 30px;
    padding: 0 10px;
    font-weight: bold
}

.content--breadcrumb .breadcrumb--separator {
    display: none
}

.is--ctl-forms .content--breadcrumb,
.is--ctl-newsletter .content--breadcrumb,
.is--ctl-custom .content--breadcrumb {
    visibility: hidden
}

.product--details .product--image-container {
    position: relative
}

.product--details .product--image-container .image--thumbnails {
    width: 81px;
    height: 240px
}

@media screen and (min-width: 64em) {
    .product--details .product--image-container .image--thumbnails {
        top: auto;
        bottom: 0
    }
}

@media screen and (min-width: 78.75em) {
    .product--details .product--image-container .image--thumbnails {
        top: 0;
        bottom: auto
    }
}

@media screen and (min-width: 30em) {
    .product--details .product--image-container .image--thumbnails {
        width: 81px;
        height: 240px
    }
}

@media screen and (min-width: 48em) {
    .product--details .product--image-container .image--thumbnails {
        width: 81px;
        height: 450px
    }
}

@media screen and (min-width: 64em) {
    .product--details .product--image-container .image--thumbnails {
        width: 540px;
        height: 81px
    }
}

@media screen and (min-width: 78.75em) {
    .product--details .product--image-container .image--thumbnails {
        width: 81px;
        height: 540px
    }
}

.product--details .product--image-container .image--thumbnails .thumbnail--link {
    border-radius: 0;
    border-color: #d9d9d9;
    border-width: 1px
}

.product--details .product--image-container .image--thumbnails .thumbnail--link.is--active {
    border-color: #000
}

.product--details .product--image-container .image--thumbnails .image-slider--thumbnails-slide .thumbnail--link {
    height: 81px;
    width: 81px
}

@media screen and (min-width: 30em) {
    .product--details .product--image-container .image--thumbnails .image-slider--thumbnails-slide .thumbnail--link {
        height: 81px;
        width: 81px
    }
}

@media screen and (min-width: 48em) {
    .product--details .product--image-container .image--thumbnails .image-slider--thumbnails-slide .thumbnail--link {
        height: 81px;
        width: 81px
    }
}

@media screen and (min-width: 64em) {
    .product--details .product--image-container .image--thumbnails .image-slider--thumbnails-slide .thumbnail--link {
        height: 81px;
        width: 81px
    }
}

@media screen and (min-width: 78.75em) {
    .product--details .product--image-container .image--thumbnails .image-slider--thumbnails-slide .thumbnail--link {
        height: 81px;
        width: 81px
    }
}

.product--details .product--image-container .image-slider--container {
    height: 240px
}

@media screen and (min-width: 30em) {
    .product--details .product--image-container .image-slider--container {
        height: 240px
    }
}

@media screen and (min-width: 48em) {
    .product--details .product--image-container .image-slider--container {
        height: 450px
    }
}

@media screen and (min-width: 64em) {
    .product--details .product--image-container .image-slider--container {
        height: 540px
    }
}

@media screen and (min-width: 78.75em) {
    .product--details .product--image-container .image-slider--container {
        height: 540px
    }
}

.product--details .product--image-container .image-slider--dots {
    display: none
}

@media screen and (min-width: 30em) {
    .product--details .product--image-container .image-slider--dots {
        display: none
    }
}

@media screen and (min-width: 48em) {
    .product--details .product--image-container .image-slider--dots {
        display: none
    }
}

@media screen and (min-width: 64em) {
    .product--details .product--image-container .image-slider--dots {
        display: none
    }
}

@media screen and (min-width: 78.75em) {
    .product--details .product--image-container .image-slider--dots {
        display: none
    }
}

.product--details {
    margin-top: 40px
}

.product--details .product--detail-upper {
    padding: 0 15px
}

@media screen and (min-width: 64em) {
    .product--details .product--detail-upper {
        padding: 0
    }
}

@media screen and (min-width: 64em) {
    .product--details .product--buybox {
        width: calc(100% - 565px)
    }
}

@media screen and (min-width: 78.75em) {
    .product--details .product--buybox {
        width: calc(100% - 655px)
    }
}

.product--details .product--buybox .product--header {
    padding: 0 0 35px 0;
    min-height: initial
}

.product--details .product--buybox .product--title {
    text-align: center;
    font-size: 28px !important;
    font-style: italic;
    font-weight: bold;
    position: relative;
    text-align: left;
    color: #000
}

@media screen and (min-width: 48em) {
    .product--details .product--buybox .product--title {
        font-size: 32px !important
    }
}

@media screen and (min-width: 64em) {
    .product--details .product--buybox .product--title {
        font-size: 44px !important;
        line-height: 44px !important
    }
}

.product--details .product--buybox .product--description {
    line-height: 26px
}

.product--details .product--buybox .product--configurator .configurator--form {
    position: relative;
    width: 100%;
    padding: 20px 0 0px
}

.product--details .product--buybox .product--configurator .configurator--form:after {
    content: "";
    display: table;
    clear: both
}

@media screen and (min-width: 30em) {
    .product--details .product--buybox .product--configurator .configurator--block {
        width: 33%;
        float: left
    }
}

.product--details .product--buybox .product--configurator .configurator--label {
    font-size: 17px;
    font-style: italic;
    margin-bottom: 10px
}

.product--details .product--buybox .product--configurator .sizes--link {
    color: #0093d0;
    font-weight: bold;
    display: inline-block;
    margin-top: 12px;
    position: static
}

.product--details .product--buybox .product--configurator .sizes--link:hover {
    cursor: pointer;
    text-decoration: underline
}

.product--details .product--buybox .product--configurator .sizes--link .icon {
    width: 15px;
    height: 15px;
    fill: #0093d0
}

.product--details .product--buybox .product--configurator .sizes--link .content {
    display: none
}

.product--details .product--buybox .buybox--inner {
    margin-top: 48px
}

.product--details .product--buybox .buybox--inner .product--data {
    background: #f2f2f2;
    padding: 25px 15px 20px
}

.product--details .product--buybox .buybox--inner .product--data:after {
    content: "";
    display: table;
    clear: both
}

@media screen and (min-width: 30em) {
    .product--details .product--buybox .buybox--inner .product--data {
        padding: 20px
    }
}

.product--details .product--buybox .buybox--inner .customizing--data-wrapper {
    margin-bottom: 40px
}

.product--details .product--buybox .buybox--inner .customizing--data-wrapper .panel {
    background: #fff;
    border: 0
}

@media screen and (min-width: 48em) {
    .product--details .product--buybox .buybox--inner .customizing--data-wrapper .panel {
        background: #f2f2f2
    }
}

.product--details .product--buybox .buybox--inner .customizing--data-wrapper .customizing--fields .customizing--field-wrapper {
    min-height: 100px
}

@media screen and (min-width: 48em) {
    .product--details .product--buybox .buybox--inner .customizing--data-wrapper .customizing--fields .customizing--field-wrapper {
        width: calc(50% - 10px)
    }
    .product--details .product--buybox .buybox--inner .customizing--data-wrapper .customizing--fields .customizing--field-wrapper:nth-child(2n+1) {
        margin-right: 10px
    }
    .product--details .product--buybox .buybox--inner .customizing--data-wrapper .customizing--fields .customizing--field-wrapper:nth-child(2n) {
        margin-left: 10px
    }
}

@media screen and (min-width: 64em) {
    .product--details .product--buybox .buybox--inner .customizing--data-wrapper .customizing--fields .customizing--field-wrapper {
        width: 100%
    }
    .product--details .product--buybox .buybox--inner .customizing--data-wrapper .customizing--fields .customizing--field-wrapper:nth-child(2n+1) {
        margin-right: 0
    }
    .product--details .product--buybox .buybox--inner .customizing--data-wrapper .customizing--fields .customizing--field-wrapper:nth-child(2n) {
        margin-left: 0
    }
}

@media screen and (min-width: 78.75em) {
    .product--details .product--buybox .buybox--inner .customizing--data-wrapper .customizing--fields .customizing--field-wrapper {
        width: calc(50% - 10px)
    }
    .product--details .product--buybox .buybox--inner .customizing--data-wrapper .customizing--fields .customizing--field-wrapper:nth-child(2n+1) {
        margin-right: 10px
    }
    .product--details .product--buybox .buybox--inner .customizing--data-wrapper .customizing--fields .customizing--field-wrapper:nth-child(2n) {
        margin-left: 10px
    }
}

.product--details .product--buybox .buybox--inner .customizing--data-wrapper .customizing--fields .customizing--field-wrapper .customizing--option-label {
    font-size: 17px !important;
    font-style: italic;
    display: block;
    margin-bottom: 10px;
    float: left;
    clear: both
}

.product--details .product--buybox .buybox--inner .customizing--data-wrapper .customizing--fields .customizing--field-wrapper .customizing--option-label .tooltip {
    background: #000000;
    width: 15px;
    height: 15px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 15px;
    float: right;
    margin: 4px 10px 0
}

.product--details .product--buybox .buybox--inner .customizing--data-wrapper .customizing--fields .customizing--field-wrapper .option--reset {
    display: none
}

.product--details .product--buybox .buybox--inner .customizing--data-wrapper .customizing--fields .customizing--field-wrapper .customizing--option-values {
    clear: both;
    width: 100%
}

.product--details .product--buybox .buybox--inner .customizing--data-wrapper .customizing--fields .customizing--field-wrapper .customizing--option-values-select .js--fancy-select {
    width: 100%
}

.product--details .product--buybox .buybox--inner .customizing--data-wrapper .reset-all-button {
    color: #000;
    font-weight: bold
}

.product--details .product--buybox .buybox--inner .customizing--data-wrapper .customizing--upload-btn {
    background: transparent;
    border: 2px solid #000;
    padding: 1px 10px;
    color: #000;
    text-transform: uppercase
}

.product--details .product--buybox .buybox--inner .product--delivery {
    font-weight: bold;
    margin-bottom: 16px
}

.product--details .product--buybox .buybox--inner .product--delivery .delivery--status-icon {
    display: none
}

.product--details .product--buybox .buybox--inner .product--delivery .delivery--text-available {
    color: #68a237;
    font-size: 14px
}

.product--details .product--buybox .buybox--inner .product--price {
    float: left
}

.product--details .product--buybox .buybox--inner .product--price .content--default {
    color: #0093d0;
    font-size: 34px;
    font-style: italic
}

.product--details .product--buybox .buybox--inner .product--price .content--discount {
    display: block;
    font-size: 12px
}

.product--details .product--buybox .buybox--inner .product--tax {
    color: #000;
    float: left;
    font-weight: bold;
    line-height: 14px;
    padding-top: 17px
}

@media screen and (min-width: 30em) {
    .product--details .product--buybox .buybox--inner .product--tax {
        padding-left: 20px
    }
}

.product--details .product--buybox .buybox--inner .product--tax a {
    text-decoration: underline !important;
    color: #000
}

.product--details .product--buybox .buybox--inner .product--tax a:hover {
    text-decoration: none !important
}

.product--details .product--buybox .buybox--inner .buybox--form {
    background: #f2f2f2;
    padding: 25px 15px 20px;
    width: 100%
}

@media screen and (min-width: 30em) {
    .product--details .product--buybox .buybox--inner .buybox--form {
        padding: 20px
    }
}

.product--details .product--buybox .buybox--inner .buybox--quantity {
    width: 70px;
    margin-right: 10px
}

.product--details .product--buybox .buybox--inner .buybox--quantity .js--fancy-select-trigger {
    color: #d9d9d9
}

@media screen and (min-width: 30em) {
    .product--details .product--buybox .buybox--inner .buybox--quantity {
        width: 80px;
        margin-right: 20px
    }
}

.product--details .product--buybox .buybox--inner .buybox--button {
    width: calc(100% - 80px);
    text-transform: uppercase;
    padding: 6px 12px;
    height: 50px;
    text-align: center
}

@media screen and (min-width: 30em) {
    .product--details .product--buybox .buybox--inner .buybox--button {
        width: calc(100% - 100px)
    }
}

.product--details .product--buybox .buybox--inner .buybox--button .icon--arrow-right {
    display: none
}

@media screen and (min-width: 64em) {
    .product--details .product--image-container {
        width: 540px;
        margin-right: 25px
    }
}

@media screen and (min-width: 78.75em) {
    .product--details .product--image-container {
        width: 630px;
        margin-right: 25px
    }
}

@media screen and (min-width: 64em) {
    .product--details .product--image-container .image-slider--container .arrow {
        display: none !important
    }
}

.product--details .product--image-container .image--thumbnails .image-slider--thumbnails-slide {
    font-size: 0
}

.product--details .product--image-container .image--thumbnails .image-slider--thumbnails-slide .thumbnail--link {
    margin-right: 9px;
    vertical-align: top
}

@media screen and (min-width: 78.75em) {
    .product--details .product--image-container .image--thumbnails .image-slider--thumbnails-slide .thumbnail--link {
        margin-right: 0;
        margin-bottom: 9px;
        float: none;
        vertical-align: baseline
    }
}

.product--details .product--image-container .image--thumbnails .image-slider--thumbnails-slide .thumbnail--link:first-child {
    margin-top: 0;
    margin-left: 90px
}

@media screen and (min-width: 78.75em) {
    .product--details .product--image-container .image--thumbnails .image-slider--thumbnails-slide .thumbnail--link:first-child {
        margin-top: 90px;
        margin-left: 0
    }
}

.product--details .product--image-container .image--thumbnails .image-slider--thumbnails-slide .thumbnail--link:last-child {
    margin-bottom: 0;
    margin-right: 100px
}

@media screen and (min-width: 78.75em) {
    .product--details .product--image-container .image--thumbnails .image-slider--thumbnails-slide .thumbnail--link:last-child {
        margin-bottom: 100px;
        margin-left: 0
    }
}

.product--details .product--image-container .image--thumbnails .image-slider--thumbnails-slide .thumbnail--link:hover {
    border-color: #000
}

.product--details .product--image-container .image--thumbnails .thumbnails--arrow {
    display: block !important;
    height: 81px;
    width: 81px;
    border: 1px solid #eee;
    background: #fff;
    color: #eee;
    border-radius: 0
}

.product--details .product--image-container .image--thumbnails .thumbnails--arrow:before {
    display: block;
    width: 20px;
    height: 20px;
    opacity: 0.12;
    margin: 30px 0 0 30px
}

.product--details .product--image-container .image--thumbnails .thumbnails--arrow.is--active {
    border: 1px solid #d9d9d9;
    color: #ccc
}

.product--details .product--image-container .image--thumbnails .thumbnails--arrow.is--active:hover {
    border-color: #000;
    color: #000
}

.product--details .product--image-container .image--thumbnails .thumbnails--arrow.is--active:hover:before {
    opacity: 1
}

.product--details .product--image-container .image--thumbnails .thumbnails--arrow.is--bottom {
    bottom: 9px
}

.product--details .product--image-container .image--thumbnails .thumbnails--arrow.is--bottom:before {
    content: url('/themes/Frontend/Sailfish/frontend/_public/src/img/icons/icon-arrow-down.svg')
}

.product--details .product--image-container .image--thumbnails .thumbnails--arrow.is--top:before {
    content: url('/themes/Frontend/Sailfish/frontend/_public/src/img/icons/icon-arrow-up.svg')
}

.product--details .product--image-container .image--thumbnails .thumbnails--arrow.is--left:before {
    content: url('/themes/Frontend/Sailfish/frontend/_public/src/img/icons/icon-arrow-left.svg');
    margin: 10px 0 0 30px
}

.product--details .product--image-container .image--thumbnails .thumbnails--arrow.is--right {
    right: 9px
}

.product--details .product--image-container .image--thumbnails .thumbnails--arrow.is--right:before {
    content: url('/themes/Frontend/Sailfish/frontend/_public/src/img/icons/icon-arrow-right.svg');
    margin: 10px 0 0 30px
}

.product--details .product--image-container .product--image-actions {
    position: absolute;
    right: 0;
    bottom: 0
}

@media screen and (min-width: 64em) {
    .product--details .product--image-container .product--image-actions {
        bottom: 100px
    }
}

@media screen and (min-width: 78.75em) {
    .product--details .product--image-container .product--image-actions {
        bottom: 0
    }
}

.product--details .product--image-container .product--image-actions a {
    border: 2px solid #000;
    width: 50px;
    height: 50px;
    float: left;
    margin-left: 9px;
    text-align: center;
    background: #fff
}

.product--details .product--image-container .product--image-actions .product--image-video .icon {
    width: 15px;
    height: 15px;
    margin-top: 15px
}

.product--details .product--image-container .product--image-actions .product--image-360view .icon {
    width: 35px;
    height: 35px;
    margin-top: 5px
}

.product--details .product--image-container .product--image-badge {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    background: url("/themes/Frontend/Sailfish/frontend/_public/src/img/icons/yellow_bg.png") right top;
    height: 60px;
    width: 140px;
    padding: 15px 10px;
    line-height: 16px
}

@media screen and (min-width: 78.75em) {
    .product--details .product--image-container .product--image-badge {
        left: 101px
    }
}

.tab-menu--product {
    margin-top: 65px !important;
    margin-bottom: 0
}

@media screen and (min-width: 48em) {
    .tab-menu--product {
        margin-bottom: 10px
    }
}

.tab-menu--product .tab--navigation {
    text-align: center;
    border-bottom: 5px solid #f2f2f2;
    display: none
}

@media screen and (min-width: 48em) {
    .tab-menu--product .tab--navigation {
        display: block
    }
}

.tab-menu--product .tab--navigation .tab--link {
    margin: 0 15px -4px;
    border: 0;
    text-transform: uppercase;
    font-weight: bold;
    background: none;
    font-size: 17px;
    padding: 10px 0 11px
}

.tab-menu--product .tab--navigation .tab--link.is--active,
.tab-menu--product .tab--navigation .tab--link:hover {
    border-bottom: 5px solid #0093d0;
    color: #0093d0
}

.tab-menu--product .tab--container-list .tab--container {
    border: 0;
    display: block
}

@media screen and (min-width: 48em) {
    .tab-menu--product .tab--container-list .tab--container {
        display: none
    }
    .tab-menu--product .tab--container-list .tab--container.has--content.is--active {
        display: block
    }
}

.tab-menu--product .tab--container-list .tab--container .tab--header,
.tab-menu--product .tab--container-list .tab--container .tab--preview {
    display: block
}

@media screen and (min-width: 48em) {
    .tab-menu--product .tab--container-list .tab--container .tab--header,
    .tab-menu--product .tab--container-list .tab--container .tab--preview {
        display: none
    }
}

.tab-menu--product .tab--container-list .tab--container .tab--title {
    display: block;
    line-height: 1.25rem;
    padding: .625rem .625rem .625rem 2.375rem;
    position: relative;
    color: #000;
    background: #e5e5e5;
    margin-bottom: 4px
}

.tab-menu--product .tab--container-list .tab--container .tab--title::after {
    content: "\e68f";
    font-family: shopware;
    font-size: 1.4rem;
    margin-top: -11px;
    position: absolute;
    left: 0.625rem;
    right: auto;
    top: 50%
}

.tab-menu--product .tab--container-list .tab--container .tab--header.is--active .tab--title::after {
    content: "\e68e"
}

.tab-menu--cross-selling .tab--navigation {
    text-align: center;
    margin-bottom: 60px
}

.tab-menu--cross-selling .tab--link {
    border: 0;
    font-size: 28px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    color: #000 !important
}

.tab-menu--cross-selling .tab--link:after {
    content: "";
    border-bottom: 2px solid #000;
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 80px;
    margin-left: -40px;
    display: block;
    height: 1px
}

.tab-menu--cross-selling .tab--container-list .tab--title {
    display: block;
    line-height: 1.25rem;
    padding: .625rem .625rem .625rem 2.375rem;
    position: relative;
    color: #000;
    background: #e5e5e5;
    margin-bottom: 4px
}

.tab-menu--cross-selling .tab--container-list .tab--title::after {
    content: "\e68f";
    font-family: shopware;
    font-size: 1.4rem;
    margin-top: -11px;
    position: absolute;
    left: 0.625rem;
    right: auto;
    top: 50%
}

.tab-menu--cross-selling .tab--container-list .tab--header.is--active {
    border: 0
}

.tab-menu--cross-selling .tab--container-list .tab--header.is--active .tab--title::after {
    content: "\e68e"
}

.tab-menu--cross-selling .tab--container-list .tab--container {
    border: 0
}

.content--description {
    padding: 0 !important
}

.product--description.wetsuits .background--img {
    z-index: 10
}

.product--description .product--description-intro {
    margin-bottom: 25px
}

.product--description .product--description-intro h2 {
    border: 0;
    font-size: 28px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    color: #000 !important;
    position: relative;
    margin-bottom: 60px;
    margin-top: 60px
}

@media screen and (min-width: 64em) {
    .product--description .product--description-intro h2 {
        font-size: 44px
    }
}

.product--description .product--description-intro h2:after {
    content: "";
    border-bottom: 2px solid #000;
    position: absolute;
    bottom: -35px;
    left: 50%;
    width: 80px;
    margin-left: -40px;
    display: block;
    height: 1px
}

.product--description .product--description-intro p {
    font-size: 17px;
    line-height: 1.6;
    text-align: center;
    margin: 0 20px 20px
}

@media screen and (min-width: 64em) {
    .product--description .product--description-intro p {
        font-size: 24px;
        margin: 0 200px 20px
    }
}

.product--description .full-bg-left,
.product--description .full-bg-right,
.product--description .half-bg-left,
.product--description .half-bg-right,
.product--description .half-img-left,
.product--description .half-img-right {
    padding-bottom: 40px;
    position: relative
}

@media screen and (min-width: 64em) {
    .product--description .full-bg-left,
    .product--description .full-bg-right,
    .product--description .half-bg-left,
    .product--description .half-bg-right,
    .product--description .half-img-left,
    .product--description .half-img-right {
        padding-bottom: 190px;
        background: #f2f2f2
    }
}

.product--description .full-bg-left .container,
.product--description .full-bg-right .container,
.product--description .half-bg-left .container,
.product--description .half-bg-right .container,
.product--description .half-img-left .container,
.product--description .half-img-right .container {
    position: relative;
    padding: 0 15px
}

@media screen and (min-width: 64em) {
    .product--description .full-bg-left .container,
    .product--description .full-bg-right .container,
    .product--description .half-bg-left .container,
    .product--description .half-bg-right .container,
    .product--description .half-img-left .container,
    .product--description .half-img-right .container {
        padding: 0
    }
}

@media screen and (min-width: 64em) {
    .product--description .full-bg-left .container .content,
    .product--description .full-bg-right .container .content,
    .product--description .half-bg-left .container .content,
    .product--description .half-bg-right .container .content,
    .product--description .half-img-left .container .content,
    .product--description .half-img-right .container .content {
        width: 400px;
        margin-left: 35px;
        margin-right: 35px
    }
    .product--description .full-bg-left .container .content.full-width,
    .product--description .full-bg-right .container .content.full-width,
    .product--description .half-bg-left .container .content.full-width,
    .product--description .half-bg-right .container .content.full-width,
    .product--description .half-img-left .container .content.full-width,
    .product--description .half-img-right .container .content.full-width {
        width: calc(50% - 35px)
    }
}

@media screen and (min-width: 78.75em) {
    .product--description .full-bg-left .container .content,
    .product--description .full-bg-right .container .content,
    .product--description .half-bg-left .container .content,
    .product--description .half-bg-right .container .content,
    .product--description .half-img-left .container .content,
    .product--description .half-img-right .container .content {
        margin-left: 0;
        margin-right: 0
    }
}

.product--description .full-bg-left .background--img,
.product--description .full-bg-right .background--img,
.product--description .half-bg-left .background--img,
.product--description .half-bg-right .background--img,
.product--description .half-img-left .background--img,
.product--description .half-img-right .background--img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 250px
}

@media screen and (min-width: 30em) {
    .product--description .full-bg-left .background--img,
    .product--description .full-bg-right .background--img,
    .product--description .half-bg-left .background--img,
    .product--description .half-bg-right .background--img,
    .product--description .half-img-left .background--img,
    .product--description .half-img-right .background--img {
        height: 250px
    }
}

@media screen and (min-width: 48em) {
    .product--description .full-bg-left .background--img,
    .product--description .full-bg-right .background--img,
    .product--description .half-bg-left .background--img,
    .product--description .half-bg-right .background--img,
    .product--description .half-img-left .background--img,
    .product--description .half-img-right .background--img {
        height: 250px
    }
}

@media screen and (min-width: 64em) {
    .product--description .full-bg-left .background--img,
    .product--description .full-bg-right .background--img,
    .product--description .half-bg-left .background--img,
    .product--description .half-bg-right .background--img,
    .product--description .half-img-left .background--img,
    .product--description .half-img-right .background--img {
        position: absolute;
        left: 0;
        right: 0;
        height: 100%
    }
}

.product--description .full-bg-left h3,
.product--description .full-bg-right h3,
.product--description .half-bg-left h3,
.product--description .half-bg-right h3,
.product--description .half-img-left h3,
.product--description .half-img-right h3 {
    margin: 0;
    padding: 30px 0;
    position: relative;
    color: #000;
    float: left;
    clear: left;
    font-size: 28px;
    font-style: italic
}

@media screen and (min-width: 64em) {
    .product--description .full-bg-left h3,
    .product--description .full-bg-right h3,
    .product--description .half-bg-left h3,
    .product--description .half-bg-right h3,
    .product--description .half-img-left h3,
    .product--description .half-img-right h3 {
        padding: 60px 0 65px
    }
    .product--description .full-bg-left h3:after,
    .product--description .full-bg-right h3:after,
    .product--description .half-bg-left h3:after,
    .product--description .half-bg-right h3:after,
    .product--description .half-img-left h3:after,
    .product--description .half-img-right h3:after {
        content: "";
        border-bottom: 2px solid #000;
        position: absolute;
        bottom: 35px;
        left: 0;
        width: 40px;
        display: block;
        height: 1px
    }
}

.product--description .full-bg-left h4,
.product--description .full-bg-right h4,
.product--description .half-bg-left h4,
.product--description .half-bg-right h4,
.product--description .half-img-left h4,
.product--description .half-img-right h4 {
    margin: 0;
    padding: 60px 0 25px;
    position: relative;
    color: #000;
    float: left;
    clear: left;
    font-size: 24px;
    font-style: italic
}

.product--description .full-bg-left h5,
.product--description .full-bg-right h5,
.product--description .half-bg-left h5,
.product--description .half-bg-right h5,
.product--description .half-img-left h5,
.product--description .half-img-right h5 {
    margin: 0;
    padding: 20px 0 0;
    position: relative;
    color: #000;
    float: left;
    clear: left;
    font-size: 18px
}

.product--description .full-bg-left p,
.product--description .full-bg-right p,
.product--description .half-bg-left p,
.product--description .half-bg-right p,
.product--description .half-img-left p,
.product--description .half-img-right p {
    float: left;
    clear: left;
    font-size: 17px
}

.product--description .full-bg-left .quote,
.product--description .full-bg-right .quote,
.product--description .half-bg-left .quote,
.product--description .half-bg-right .quote,
.product--description .half-img-left .quote,
.product--description .half-img-right .quote {
    padding: 50px 0;
    font-family: 'Tinos';
    font-size: 26px;
    font-style: italic;
    line-height: 1.7
}

.product--description .full-bg-left .quote:before,
.product--description .full-bg-right .quote:before,
.product--description .half-bg-left .quote:before,
.product--description .half-bg-right .quote:before,
.product--description .half-img-left .quote:before,
.product--description .half-img-right .quote:before {
    content: "";
    width: 52px;
    height: 40px;
    display: inline-block;
    background: url("/themes/Frontend/Sailfish/frontend/_public/src/img/icons/quote.png") center center no-repeat;
    margin-right: 15px
}

.product--description .full-bg-left .signature,
.product--description .full-bg-right .signature,
.product--description .half-bg-left .signature,
.product--description .half-bg-right .signature,
.product--description .half-img-left .signature,
.product--description .half-img-right .signature {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.7
}

.product--description .full-bg-left,
.product--description .full-bg-right {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

@media screen and (min-width: 64em) {
    .product--description .full-bg-right .content {
        float: right;
        clear: right
    }
    .product--description .half-bg-left .background--img,
    .product--description .half-bg-right .background--img {
        width: 50%;
        right: 0;
        left: auto
    }
    .product--description .half-bg-left .content,
    .product--description .half-bg-right .content {
        width: calc(50% - 70px)
    }
    .product--description .half-bg-right .background--img {
        left: 0;
        right: auto
    }
    .product--description .half-bg-right .container .content {
        margin-left: calc(50% + 35px);
        width: calc(50% - 70px)
    }
}

.product--description .half-img-left {
    padding-bottom: 0
}

@media screen and (min-width: 78.75em) {
    .product--description .half-img-left .background--img {
        width: 50%;
        right: 0;
        left: auto;
        border-width: 60px 0;
        border-style: solid;
        border-color: transparent
    }
}

.product--description .half-img-right {
    padding-bottom: 0
}

@media screen and (min-width: 78.75em) {
    .product--description .half-img-right .background--img {
        width: 50%;
        left: 0;
        border-width: 60px 0;
        border-style: solid;
        border-color: transparent
    }
    .product--description .half-img-right .container .content {
        margin-left: calc(50% + 35px);
        width: calc(50% - 70px)
    }
}

.tab-menu--social {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px
}

.tab-menu--social h5 {
    font-style: italic;
    font-size: 17px;
    color: #000
}

.tab-menu--social .social-images {
    width: 160px;
    margin: 0 auto
}

.tab-menu--social .social-images:after {
    content: "";
    display: table;
    clear: both
}

.tab-menu--social .social-images a {
    float: left;
    margin: 0 1px;
    height: 30px;
    width: 30px;
    background: #000000;
    color: #ffffff;
    line-height: 30px;
    font-size: 22px
}

.tab-menu--social .social-images a:hover {
    color: #ffffff;
    background: #0093d0
}

.required .customizing--text-field {
    border-color: #d9d9d9
}

.required .customizing--text-field:focus {
    border-color: #000
}

.customizing--option-values-text-field .customizing--text-field {
    height: 50px;
    font-size: 17px
}

.customizing--option-values-text-field .customizing--text-field::-webkit-input-placeholder {
    color: #a3aaaf;
    font-size: 17px;
    font-weight: bold;
    font-style: normal;
    opacity: 1
}

.customizing--option-values-text-field .customizing--text-field:-moz-placeholder {
    color: #a3aaaf;
    font-size: 17px;
    font-weight: bold;
    font-style: normal;
    opacity: 1
}

.customizing--option-values-text-field .customizing--text-field::-moz-placeholder {
    color: #a3aaaf;
    font-size: 17px;
    font-weight: bold;
    font-style: normal;
    opacity: 1
}

.customizing--option-values-text-field .customizing--text-field:-ms-input-placeholder {
    color: #a3aaaf;
    font-size: 17px;
    font-weight: bold;
    font-style: normal;
    opacity: 1
}

.custom--configurator {
    position: relative
}

@media screen and (min-width: 30em) {
    .custom--configurator .configurator--form .js--fancy-select {
        width: 95%
    }
}

@media screen and (min-width: 30em) {
    .custom--configurator .configurator--form .configurator--block:nth-of-type(2) {
        margin-left: 6px
    }
}

.configurator-custom--block {
    background: #f9bc23;
    height: 50px;
    color: #ffffff;
    text-align: center;
    position: static;
    margin-top: 20px
}

@media screen and (min-width: 30em) {
    .configurator-custom--block {
        position: absolute;
        width: 32%;
        right: 0;
        bottom: 4px;
        margin-bottom: 0
    }
}

.configurator-custom--block i {
    line-height: 50px
}

.configurator--extra-text {
    line-height: 50px
}

.customizing--panel-body {
    padding: 0 !important
}

@media screen and (min-width: 48em) {
    .customizing--panel-body {
        padding: 20px !important
    }
}

.customizing--panel-body.panel--body .js--fancy-select {
    height: 50px !important
}

.customizing--panel-body.panel--body .js--fancy-select .js--fancy-select-text {
    line-height: 50px !important;
    font-size: 17px
}

#form--customizingOptions {
    display: block
}

#form--customizingOptions.is--hidden {
    display: none
}

.configurator-show--button:hover {
    cursor: pointer
}

.product--image-video:hover,
.product--image-360view:hover {
    background-color: #e5e5e5 !important;
    cursor: pointer
}

.description-text {
    font-size: 14pt !important
}

.is--ctl-index .content-main {
    padding-top: 35px
}

.emotion--html {
    border: 0 !important
}

.emotion--html .html--title {
    text-align: center;
    font-size: 28px !important;
    font-style: italic;
    font-weight: bold;
    position: relative
}

@media screen and (min-width: 48em) {
    .emotion--html .html--title {
        font-size: 32px !important
    }
}

@media screen and (min-width: 64em) {
    .emotion--html .html--title {
        font-size: 44px !important;
        line-height: 44px !important
    }
}

.emotion--html .html--title:after {
    right: 50% !important;
    left: auto !important
}

.emotion--wetsuit-item {
    position: relative
}

@media screen and (min-width: 64em) {
    .emotion--wetsuit-item:hover .product--hover-details {
        display: block
    }
}

.emotion--wetsuit-item .product--hover-details {
    position: absolute;
    height: 100%;
    width: 101%;
    top: 0;
    left: 0;
    background-color: rgba(0, 147, 208, 0.93);
    z-index: 501;
    display: none;
    text-align: center
}

.emotion--wetsuit-item .details--button {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    padding: 10px 0;
    border: 2px solid #fff;
    width: 80%;
    margin: 0 auto;
    text-transform: uppercase
}

.emotion--wetsuit-item h2 {
    font-size: 28px;
    font-style: italic;
    height: 60px;
    margin: 20px 0 5px
}

@media screen and (min-width: 64em) {
    .emotion--wetsuit-item h2 {
        width: calc(100% - 110px)
    }
}

@media screen and (min-width: 78.75em) {
    .emotion--wetsuit-item h2 {
        width: calc(100% - 160px)
    }
}

.emotion--wetsuit-item .subtitle {
    font-size: 17px;
    height: 70px;
    margin: 0
}

@media screen and (min-width: 64em) {
    .emotion--wetsuit-item .subtitle {
        width: calc(100% - 110px)
    }
}

@media screen and (min-width: 78.75em) {
    .emotion--wetsuit-item .subtitle {
        width: calc(100% - 160px)
    }
}

.emotion--wetsuit-item .price {
    font-size: 28px;
    color: #0093d0;
    font-weight: bold;
    font-style: italic;
    height: 55px;
    margin-bottom: 35px;
    margin-top: -30px
}

@media screen and (min-width: 64em) {
    .emotion--wetsuit-item .price {
        width: calc(100% - 110px)
    }
}

@media screen and (min-width: 78.75em) {
    .emotion--wetsuit-item .price {
        width: calc(100% - 160px)
    }
}

.emotion--wetsuit-item .main_pic {
    position: absolute;
    height: 150px;
    width: 150px;
    top: 50px;
    right: 10px
}

@media screen and (min-width: 48em) {
    .emotion--wetsuit-item .main_pic {
        height: 70px;
        width: 70px;
        top: 130px
    }
}

@media screen and (min-width: 64em) {
    .emotion--wetsuit-item .main_pic {
        height: 100px;
        width: 100px;
        top: 100px
    }
}

@media screen and (min-width: 78.75em) {
    .emotion--wetsuit-item .main_pic {
        height: 150px;
        width: 150px;
        top: 50px
    }
}

.emotion--wetsuit-item .divider {
    width: 100%;
    height: 4px;
    position: absolute;
    top: 200px;
    right: 0
}

.emotion--wetsuit-item p {
    font-size: 17px
}

.emotion--wetsuit .emotion--wetsuit-grid {
    display: none
}

@media screen and (min-width: 48em) {
    .emotion--wetsuit .emotion--wetsuit-grid {
        display: block
    }
    .emotion--wetsuit .emotion--wetsuit-grid .container {
        background: url("table_bg.jpg");
        background-size: 100%
    }
}

.emotion--wetsuit .emotion--wetsuit-grid .emotion--wetsuit-item {
    float: left;
    width: 25%;
    padding: 20px
}

.emotion--wetsuit .emotion--wetsuit-grid .emotion--wetsuit-item:nth-child(2n+1) {
    background: #f2f2f2
}

.emotion--wetsuit .emotion--wetsuit-grid .emotion--wetsuit-item:nth-child(2n) {
    background: #e5e5e5
}

.emotion--wetsuit .emotion--wetsuit-grid .emotion--wetsuit-item.cols-4 {
    background: #f2f2f2;
    width: 100%;
    text-align: center
}

.emotion--wetsuit .emotion--wetsuit-grid .emotion--wetsuit-label {
    background-color: #999999;
    color: #fff;
    cursor: pointer;
    margin-bottom: 5px;
    padding: 5px 0
}

.emotion--wetsuit .emotion--wetsuit-grid .emotion--wetsuit-label .container {
    position: relative;
    background: transparent;
    font-weight: bold;
    padding-left: 2.375rem
}

.emotion--wetsuit .emotion--wetsuit-grid .emotion--wetsuit-label .container::before {
    content: "\e68f";
    font-family: shopware;
    font-size: 1.4rem;
    margin-top: -11px;
    position: absolute;
    left: 0.625rem;
    right: auto;
    top: 50%
}

.emotion--wetsuit .emotion--wetsuit-grid .emotion--wetsuit-label .container::after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background: url("table_bg.jpg");
    position: absolute;
    bottom: -10px;
    background-size: 100%;
    left: 0
}

.emotion--wetsuit .emotion--wetsuit-grid .emotion--wetsuit-label.is--last .container::after {
    height: 35px;
    bottom: -40px;
    background-size: 100%
}

.emotion--wetsuit .emotion--wetsuit-grid .emotion--wetsuit-label.cols-4 .container::after {
    background: #f2f2f2
}

.emotion--wetsuit .emotion--wetsuit-grid .emotion--wetsuit-label.is--active {
    background-color: #004968
}

.emotion--wetsuit .emotion--wetsuit-grid .emotion--wetsuit-label.is--active .container::before {
    content: "\e68e"
}

.emotion--wetsuit .emotion--wetsuit-grid .emotion--wetsuit-label.is--active .container::after {
    height: 5px;
    bottom: -10px
}

@media screen and (min-width: 48em) {
    .emotion--wetsuit .emotion--wetsuit-list {
        display: none
    }
}

.emotion--wetsuit .emotion--wetsuit-list .emotion--wetsuit-item {
    background: #f2f2f2;
    padding: 15px;
    margin-top: 40px
}

.emotion--wetsuit .emotion--wetsuit-list .emotion--wetsuit-item:first-child {
    margin-top: 0
}

.emotion--wetsuit .emotion--wetsuit-list > .container > .container {
    background: #f2f2f2;
    padding: 15px
}

.emotion--wetsuit .emotion--wetsuit-list > .container > .container h2 {
    font-size: 17px;
    margin: 10px 0 5px
}

.emotion--wetsuit .emotion--wetsuit-list > .container > .container p {
    font-size: 17px
}

.emotion--wetsuit .emotion--wetsuit-list .emotion--wetsuit-label {
    background-color: #e5e5e5;
    cursor: pointer;
    padding: 5px 0
}

.emotion--wetsuit .emotion--wetsuit-list .emotion--wetsuit-label .container {
    position: relative;
    background: transparent;
    font-weight: bold;
    padding: 0 0 0 2.375rem
}

.emotion--wetsuit .emotion--wetsuit-list .emotion--wetsuit-label .container::before {
    content: "\e68f";
    font-family: shopware;
    font-size: 1.4rem;
    margin-top: -11px;
    position: absolute;
    left: 0.625rem;
    right: auto;
    top: 50%
}

.emotion--wetsuit .emotion--wetsuit-list .emotion--wetsuit-label.is--active .container::before {
    content: "\e68e"
}

.emotion--wetsuit.emotion--wetsuit-five .emotion--wetsuit-item {
    position: relative
}

@media screen and (min-width: 64em) {
    .emotion--wetsuit.emotion--wetsuit-five .emotion--wetsuit-item:hover .product--hover-details {
        display: block
    }
}

.emotion--wetsuit.emotion--wetsuit-five .emotion--wetsuit-item .product--hover-details {
    position: absolute;
    height: 100%;
    width: 101%;
    top: 0;
    left: 0;
    background-color: rgba(0, 147, 208, 0.93);
    z-index: 501;
    display: none !important;
    text-align: center
}

.emotion--wetsuit.emotion--wetsuit-five .emotion--wetsuit-item .details--button {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    padding: 10px 0;
    border: 2px solid #fff;
    width: 80%;
    margin: 0 auto;
    text-transform: uppercase
}

.emotion--wetsuit.emotion--wetsuit-five .emotion--wetsuit-item h2 {
    font-size: 28px;
    font-style: italic;
    height: 60px;
    margin: 20px 0 5px
}

@media screen and (min-width: 64em) {
    .emotion--wetsuit.emotion--wetsuit-five .emotion--wetsuit-item h2 {
        width: 100%
    }
}

@media screen and (min-width: 78.75em) {
    .emotion--wetsuit.emotion--wetsuit-five .emotion--wetsuit-item h2 {
        width: 100%
    }
}

.emotion--wetsuit.emotion--wetsuit-five .emotion--wetsuit-item .subtitle {
    font-size: 17px;
    height: 70px;
    margin: 0
}

@media screen and (min-width: 64em) {
    .emotion--wetsuit.emotion--wetsuit-five .emotion--wetsuit-item .subtitle {
        width: calc(100% - 60px)
    }
}

@media screen and (min-width: 78.75em) {
    .emotion--wetsuit.emotion--wetsuit-five .emotion--wetsuit-item .subtitle {
        width: calc(100% - 85px)
    }
}

.emotion--wetsuit.emotion--wetsuit-five .emotion--wetsuit-item .price {
    font-size:0;
    color: #0093d0;
    font-weight: bold;
    font-style: italic;
    height: 55px;
    margin-bottom: 35px;
    margin-top: -20px
}

@media screen and (min-width: 64em) {
    .emotion--wetsuit.emotion--wetsuit-five .emotion--wetsuit-item .price {
        width: 100%
    }
}

@media screen and (min-width: 78.75em) {
    .emotion--wetsuit.emotion--wetsuit-five .emotion--wetsuit-item .price {
        width: 100%
    }
}

.emotion--wetsuit.emotion--wetsuit-five .emotion--wetsuit-item .main_pic {
    position: absolute;
    height: 150px;
    width: 150px;
    top: 50px;
    right: 0
}

@media screen and (min-width: 48em) {
    .emotion--wetsuit.emotion--wetsuit-five .emotion--wetsuit-item .main_pic {
        height: 70px;
        width: 70px;
        top: 130px;
        right: -7px
    }
}

@media screen and (min-width: 64em) {
    .emotion--wetsuit.emotion--wetsuit-five .emotion--wetsuit-item .main_pic {
        height: 100px;
        width: 100px;
        top: 100px;
        right: 0
    }
}

@media screen and (min-width: 78.75em) {
    .emotion--wetsuit.emotion--wetsuit-five .emotion--wetsuit-item .main_pic {
        height: 125px;
        width: 125px;
        top: 75px;
        right: 0
    }
}

.emotion--wetsuit.emotion--wetsuit-five .emotion--wetsuit-item .divider {
    width: 100%;
    height: 4px;
    position: absolute;
    top: 200px;
    right: 0
}

.emotion--wetsuit.emotion--wetsuit-five .emotion--wetsuit-item p {
    font-size: 17px
}

.emotion--wetsuit.emotion--wetsuit-five .emotion--wetsuit-grid {
    display: none
}

@media screen and (min-width: 48em) {
    .emotion--wetsuit.emotion--wetsuit-five .emotion--wetsuit-grid {
        display: block
    }
    .emotion--wetsuit.emotion--wetsuit-five .emotion--wetsuit-grid .container {
        background: url("table_bg_5.jpg");
        background-size: 100%;
      	padding: 0;
    }
}

.emotion--wetsuit.emotion--wetsuit-five .emotion--wetsuit-grid .emotion--wetsuit-item {
    float: left;
    width: 20%;
    padding: 10px
}

@media only screen and (min-width: 64em) {
    .emotion--wetsuit.emotion--wetsuit-five .emotion--wetsuit-grid .emotion--wetsuit-item {
        padding: 15px
    }
}

.emotion--wetsuit.emotion--wetsuit-five .emotion--wetsuit-grid .emotion--wetsuit-item:nth-child(2n+1) {
    background: #f2f2f2
}

.emotion--wetsuit.emotion--wetsuit-five .emotion--wetsuit-grid .emotion--wetsuit-item:nth-child(2n) {
    background: #e5e5e5
}

.emotion--wetsuit.emotion--wetsuit-five .emotion--wetsuit-grid .emotion--wetsuit-item.cols-4 {
    background: #f2f2f2;
    width: 100%;
    text-align: center
}

.emotion--wetsuit.emotion--wetsuit-five .emotion--wetsuit-grid .emotion--wetsuit-label {
    background-color: #999999;
    color: #fff;
    cursor: pointer;
    margin-bottom: 5px;
    padding: 5px 0
}

.emotion--wetsuit.emotion--wetsuit-five .emotion--wetsuit-grid .emotion--wetsuit-label .container {
    position: relative;
    background: transparent;
    font-weight: bold;
    padding-left: 2.375rem
}

.emotion--wetsuit.emotion--wetsuit-five .emotion--wetsuit-grid .emotion--wetsuit-label .container::before {
    content: "\e68f";
    font-family: shopware;
    font-size: 1.4rem;
    margin-top: -11px;
    position: absolute;
    left: 0.625rem;
    right: auto;
    top: 50%
}

.emotion--wetsuit.emotion--wetsuit-five .emotion--wetsuit-grid .emotion--wetsuit-label .container::after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background: url("table_bg_5.jpg");
    position: absolute;
    bottom: -10px;
    background-size: 100%;
    left: 0
}

.emotion--wetsuit.emotion--wetsuit-five .emotion--wetsuit-grid .emotion--wetsuit-label.is--last .container::after {
    height: 35px;
    bottom: -40px;
    background-size: 100%
}

.emotion--wetsuit.emotion--wetsuit-five .emotion--wetsuit-grid .emotion--wetsuit-label.cols-4 .container::after {
    background: #f2f2f2
}

.emotion--wetsuit.emotion--wetsuit-five .emotion--wetsuit-grid .emotion--wetsuit-label.is--active {
    background-color: #004968
}

.emotion--wetsuit.emotion--wetsuit-five .emotion--wetsuit-grid .emotion--wetsuit-label.is--active .container::before {
    content: "\e68e"
}

.emotion--wetsuit.emotion--wetsuit-five .emotion--wetsuit-grid .emotion--wetsuit-label.is--active .container::after {
    height: 5px;
    bottom: -10px
}

@media screen and (min-width: 48em) {
    .emotion--wetsuit.emotion--wetsuit-five .emotion--wetsuit-list {
        display: none
    }
}

.emotion--wetsuit.emotion--wetsuit-five .emotion--wetsuit-list .emotion--wetsuit-item {
    background: #f2f2f2;
    padding: 15px;
    margin-top: 40px
}

.emotion--wetsuit.emotion--wetsuit-five .emotion--wetsuit-list .emotion--wetsuit-item:first-child {
    margin-top: 0
}

.emotion--wetsuit.emotion--wetsuit-five .emotion--wetsuit-list > .container > .container {
    background: #f2f2f2;
    padding: 15px
}

.emotion--wetsuit.emotion--wetsuit-five .emotion--wetsuit-list > .container > .container h2 {
    font-size: 17px;
    margin: 10px 0 5px
}

.emotion--wetsuit.emotion--wetsuit-five .emotion--wetsuit-list > .container > .container p {
    font-size: 17px
}

.emotion--wetsuit.emotion--wetsuit-five .emotion--wetsuit-list .emotion--wetsuit-label {
    background-color: #e5e5e5;
    cursor: pointer;
    padding: 5px 0
}

.emotion--wetsuit.emotion--wetsuit-five .emotion--wetsuit-list .emotion--wetsuit-label .container {
    position: relative;
    background: transparent;
    font-weight: bold;
    padding: 0 0 0 2.375rem
}

.emotion--wetsuit.emotion--wetsuit-five .emotion--wetsuit-list .emotion--wetsuit-label .container::before {
    content: "\e68f";
    font-family: shopware;
    font-size: 1.4rem;
    margin-top: -11px;
    position: absolute;
    left: 0.625rem;
    right: auto;
    top: 50%
}

.emotion--wetsuit.emotion--wetsuit-five .emotion--wetsuit-list .emotion--wetsuit-label.is--active .container::before {
    content: "\e68e"
}

.emotion--timeline .emotion--timeline-title {
    font-size: 44px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    margin-bottom: 25px;
    line-height: 1.1
}

.emotion--timeline .emotion--timeline-flag {
    width: 30px;
    height: 30px;
    margin: 0 auto 20px
}

.emotion--timeline .emotion--timeline-subtitle {
    text-align: center;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 60px
}

.emotion--timeline .emotion--timeline-wrapper {
    background: #f2f2f2;
    padding: 50px 0 60px
}

.emotion--timeline .emotion--timeline-wrapper .container {
    display: table
}

.emotion--timeline .emotion--timeline-wrapper .emotion--timeline-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    height: 300px
}

@media screen and (min-width: 30em) {
    .emotion--timeline .emotion--timeline-wrapper .emotion--timeline-image {
        height: 450px
    }
}

@media screen and (min-width: 64em) {
    .emotion--timeline .emotion--timeline-wrapper .emotion--timeline-image {
        height: 550px;
        width: 50%;
        display: table-cell
    }
}

.emotion--timeline .emotion--timeline-wrapper .emotion--timeline-timeline {
    padding: 10px
}

@media screen and (min-width: 48em) {
    .emotion--timeline .emotion--timeline-wrapper .emotion--timeline-timeline {
        padding: 20px
    }
}

@media screen and (min-width: 64em) {
    .emotion--timeline .emotion--timeline-wrapper .emotion--timeline-timeline {
        width: 50%;
        padding: 0 0 0 25px;
        display: table-cell;
        vertical-align: top
    }
}

.emotion--timeline .emotion--timeline-wrapper .emotion--timeline-timeline h3 {
    margin-top: 0;
    font-size: 28px;
    font-style: italic
}

.emotion--timeline .emotion--timeline-wrapper .emotion--timeline-timeline p {
    font-size: 17px
}

.emotion--timeline .emotion--timeline-wrapper .emotion--timeline-timeline .emotion--timeline-list {
    border: 0 none;
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 20px
}

.emotion--timeline .emotion--timeline-wrapper .emotion--timeline-timeline .emotion--timeline-list td {
    font-weight: bold;
    background: transparent;
    vertical-align: top;
    border: 0;
    position: relative;
    padding: 0 0 10px 20px;
    line-height: 1.5;
    color: #000
}

.emotion--timeline .emotion--timeline-wrapper .emotion--timeline-timeline .emotion--timeline-list td:first-child {
    border-right: 1px solid #000;
    padding: 0 20px 10px 0
}

.emotion--timeline .emotion--timeline-wrapper .emotion--timeline-timeline .emotion--timeline-list td:first-child::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #000;
    border: 3px solid #f2f2f2;
    position: absolute;
    right: -8px;
    top: 3px
}

.emotion--timeline .emotion--timeline-wrapper .emotion--timeline-timeline .emotion--timeline-list tr:first-child td:first-child::after {
    border-top: 5px solid #f2f2f2;
    top: 0
}

.emotion--timeline .emotion--timeline-wrapper .emotion--timeline-timeline .emotion--timeline-list tr:last-child td:first-child {
    border-right: 0
}

.emotion--timeline .emotion--timeline-socials-title {
    text-align: center;
    font-size: 28px;
    font-style: italic;
    font-weight: bold
}

.emotion--timeline .emotion--timeline-socials {
    list-style: none;
    width: 210px;
    margin: 20px auto;
    display: block
}

@media screen and (min-width: 64em) {
    .emotion--timeline .emotion--timeline-socials {
        width: 930px;
        display: flex
    }
}

.emotion--timeline .emotion--timeline-socials li {
    width: 210px;
    text-transform: uppercase;
    border: 2px solid #000;
    margin: 0 auto 10px auto
}

@media screen and (min-width: 64em) {
    .emotion--timeline .emotion--timeline-socials li {
        margin-bottom: 0
    }
}

.emotion--timeline .emotion--timeline-socials li a {
    font-size: 15px;
    color: #000;
    line-height: 28px;
    text-align: center;
    font-weight: bold
}

.emotion--timeline .emotion--timeline-socials li a::before {
    content: "";
    width: 28px;
    height: 28px;
    float: left;
    font-size: 17px;
    line-height: 28px
}

.emotion--timeline .emotion--timeline-socials li.sportler a::before {
    content: "@";
    line-height: 24px
}

.emotion--timeline .emotion--timeline-socials li.facebook a::before {
    content: "\f09a";
    font-family: 'FontAwesome'
}

.emotion--timeline .emotion--timeline-socials li.twitter a::before {
    content: "\f099";
    font-family: 'FontAwesome'
}

.emotion--timeline .emotion--timeline-socials li.instagram a::before {
    content: "\f16d";
    font-family: 'FontAwesome'
}

.is--ctl-listing .content-main,
.is--ctl-detail .content-main,
.is--ctl-custom .content-main,
.is--ctl-newsletter .content-main,
.is--ctl-forms .content-main,
.is--ctl-blog .content-main,
.is--ctl-search .content-main {
    padding-top: 52px
}

@media screen and (min-width: 64em) {
    .is--ctl-listing .content-main,
    .is--ctl-detail .content-main,
    .is--ctl-custom .content-main,
    .is--ctl-newsletter .content-main,
    .is--ctl-forms .content-main,
    .is--ctl-blog .content-main,
    .is--ctl-search .content-main {
        padding-top: 88px
    }
}

@media screen and (min-width: 48em) {
    .is--ctl-listing.is--no-sidebar .box--minimal {
        width: 50%
    }
}

@media screen and (min-width: 64em) {
    .is--ctl-listing.is--no-sidebar .box--minimal {
        width: 33%
    }
}

@media screen and (min-width: 78.75em) {
    .is--ctl-listing.is--no-sidebar .box--minimal {
        width: 25%
    }
}

.box--minimal {
    width: 100% !important
}

@media screen and (min-width: 30em) {
    .box--minimal {
        width: 100% !important
    }
}

@media screen and (min-width: 48em) {
    .box--minimal {
        width: 50% !important
    }
}

@media screen and (min-width: 64em) {
    .box--minimal {
        width: 33% !important
    }
}

@media screen and (min-width: 78.75em) {
    .box--minimal {
        width: 25% !important
    }
}

.product--box .box--content {
    border: 0
}

.category--bg {
    height: 200px;
    margin: -52px 0 -50px 0;
    background-size: cover
}

@media screen and (min-width: 48em) {
    .category--bg {
        height: 250px;
        margin-bottom: -70px
    }
}

@media screen and (min-width: 64em) {
    .category--bg {
        height: 350px
    }
}

@media screen and (min-width: 78.75em) {
    .category--bg {
        height: 500px;
        position: relative
    }
    .category--bg:after {
        position: absolute;
        content: '';
        right: 0;
        bottom: 0;
        height: 70px;
        left: 50%;
        background: #fff
    }
}

@media screen and (min-width: 48em) {
    .category--bg.resized {
        height: 250px;
        margin-bottom: -70px
    }
}

@media screen and (min-width: 64em) {
    .category--bg.resized {
        height: 250px
    }
}

@media screen and (min-width: 78.75em) {
    .category--bg.resized {
        height: 250px
    }
}

.category--teaser {
    background-color: transparent
}

.category--teaser .hero--headline {
    text-align: center;
    font-size: 28px !important;
    font-style: italic;
    font-weight: bold;
    position: relative;
    margin: 0 0 10px 0 !important;
    padding: 0 0 20px 0 !important
}

@media screen and (min-width: 48em) {
    .category--teaser .hero--headline {
        font-size: 32px !important
    }
}

@media screen and (min-width: 64em) {
    .category--teaser .hero--headline {
        font-size: 44px !important;
        line-height: 44px !important
    }
}

@media screen and (min-width: 64em) {
    .category--teaser .hero--headline {
        margin-top: -20px !important;
        padding-bottom: 30px !important
    }
}

@media screen and (min-width: 78.75em) {
    .category--teaser .hero--headline {
        margin-top: -50px !important
    }
}

.category--teaser .hero--headline:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 60px;
    background: #000;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%)
}

.category--teaser .hero--text,
.category--teaser .hero--text p {
    text-align: center;
    font-size: 16px !important
}

@media screen and (min-width: 48em) {
    .category--teaser .hero--text,
    .category--teaser .hero--text p {
        font-size: 20px !important
    }
}

@media screen and (min-width: 64em) {
    .category--teaser .hero--text,
    .category--teaser .hero--text p {
        font-size: 24px !important;
        line-height: 30px !important
    }
}

.category--teaser .hero--text.date,
.category--teaser .hero--text p.date {
    display: block;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 20px;
    clear: both;
    font-weight: bold;
    font-style: italic
}

.category--teaser .hero--text.date:after,
.category--teaser .hero--text p.date:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 60px;
    background: #000;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%)
}

.category--teaser .hero--text.date:after,
.category--teaser .hero--text p.date:after {
    content: "";
    display: table;
    clear: both
}

.category--teaser .hero--text.date:nth-of-type(1n+2),
.category--teaser .hero--text p.date:nth-of-type(1n+2) {
    padding-top: 40px
}

@media screen and (min-width: 64em) {
    .category--teaser .hero--text,
    .category--teaser .hero--text p {
        margin: 0 auto !important;
        padding: 0 !important;
        max-width: 830px
    }
}

.product--box {
    text-align: center
}

@media screen and (min-width: 64em) {
    .product--box:hover .product--hover-details {
        display: block
    }
}

.product--box .product--image {
    height: 180px;
    margin-bottom: 20px
}

.product--box .product--info {
    position: relative
}

.product--box .product--hover-details {
    position: absolute;
    height: 101%;
    width: 101%;
    top: 0;
    left: 0;
    background-color: rgba(0, 147, 208, 0.93);
    z-index: 501;
    display: none
}

.product--box .details--button {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    padding: 10px 0;
    border: 2px solid #fff;
    width: 80%;
    margin: 0 auto;
    text-transform: uppercase
}

.product--box .product--title {
    font-size: 26px;
    font-style: italic;
    font-weight: bold;
    color: #000;
    line-height: 1.5rem;
    height: 3rem
}

.product--box .product--description {
    white-space: normal;
    font-size: 17px;
    line-height: 24px
}

.product--box .product--price .price--discount {
    display: none
}

.product--box .product--price-info .product--price {
    position: relative;
    left: auto
}

.product--box .product--price-info .price--default {
    color: #0093d0;
    font-size: 26px;
    font-style: italic;
    font-weight: bold;
    float: none
}

.product-slider--arrow {
    background-color: transparent
}

@media screen and (min-width: 78.75em) {
    .product-slider--arrow {
        transform: scale(2)
    }
}

.product-slider--arrow:hover {
    background-color: transparent
}

.product-slider--arrow.arrow--prev {
    border: none
}

.product-slider--arrow.arrow--prev:before {
    content: url('/themes/Frontend/Sailfish/frontend/_public/src/img/icons/icon-arrow-left.svg');
    opacity: 0.12
}

@media screen and (min-width: 78.75em) {
    .product-slider--arrow.arrow--prev {
        left: -60px
    }
}

.product-slider--arrow.arrow--prev:hover:before {
    opacity: 1
}

.product-slider--arrow.arrow--next {
    border: none
}

.product-slider--arrow.arrow--next:before {
    content: url('/themes/Frontend/Sailfish/frontend/_public/src/img/icons/icon-arrow-right.svg');
    opacity: 0.12
}

@media screen and (min-width: 78.75em) {
    .product-slider--arrow.arrow--next {
        right: -60px
    }
}

.product-slider--arrow.arrow--next:hover:before {
    opacity: 1
}

@media screen and (min-width: 64em) {
    .wetsuit--description {
        height: 124px
    }
}

@media screen and (min-width: 78.75em) {
    .wetsuit--description {
        height: 100px
    }
}

@media screen and (min-width: 64em) {
    .emotion--wetsuit-five .wetsuit--description {
        height: 124px
    }
}

@media screen and (min-width: 78.75em) {
    .emotion--wetsuit-five .wetsuit--description {
        height: 135px
    }
}

.is--ctl-checkout .content-main,
.is--ctl-register .content-main {
    padding-top: 180px
}

@media screen and (min-width: 48em) {
    .is--ctl-checkout .content-main,
    .is--ctl-register .content-main {
        padding-top: 240px
    }
}

@media screen and (min-width: 78.75em) {
    .is--ctl-checkout .content-main,
    .is--ctl-register .content-main {
        padding-top: 180px
    }
}

.is--ctl-checkout .page-wrap,
.is--ctl-register .page-wrap {
    background: #f2f2f2
}

.is--ctl-checkout .product--delivery,
.is--ctl-register .product--delivery {
    font-weight: bold !important
}

@media screen and (min-width: 64em) {
    .is--ctl-checkout .product--delivery,
    .is--ctl-register .product--delivery {
        padding-bottom: 30px
    }
}

.is--ctl-checkout .footer--socials,
.is--ctl-register .footer--socials {
    display: none
}

.is--ctl-checkout.is--minimal-header .header-main,
.is--ctl-register.is--minimal-header .header-main {
    border-bottom: 5px solid #0093d0
}

.is--ctl-checkout.is--minimal-header .header-main .logo--link,
.is--ctl-register.is--minimal-header .header-main .logo--link {
    width: auto
}

.is--ctl-checkout.is--minimal-header .header-main:before,
.is--ctl-register.is--minimal-header .header-main:before {
    top: 0
}

.is--ctl-checkout.is--minimal-header .header-main .logo--supportinfo,
.is--ctl-register.is--minimal-header .header-main .logo--supportinfo {
    font-weight: bold;
    display: none
}

.is--ctl-checkout.is--minimal-header .header-main .logo--supportinfo span,
.is--ctl-register.is--minimal-header .header-main .logo--supportinfo span {
    color: #0093d0
}

@media screen and (min-width: 48em) {
    .is--ctl-checkout.is--minimal-header .header-main .logo--supportinfo,
    .is--ctl-register.is--minimal-header .header-main .logo--supportinfo {
        display: none
    }
}

@media screen and (min-width: 64em) {
    .is--ctl-checkout.is--minimal-header .header-main .logo--supportinfo,
    .is--ctl-register.is--minimal-header .header-main .logo--supportinfo {
        display: inline-block;
        width: 550px;
        height: 50px
    }
    .is--ctl-checkout.is--minimal-header .header-main .logo--supportinfo p,
    .is--ctl-register.is--minimal-header .header-main .logo--supportinfo p {
        margin-bottom: 0;
        line-height: 42px
    }
}

.is--ctl-checkout.is--act-billing .content-main {
    padding-top: 51px
}

@media screen and (min-width: 48em) {
    .is--ctl-checkout.is--act-billing .content-main {
        padding-top: 51px
    }
}

@media screen and (min-width: 78.75em) {
    .is--ctl-checkout.is--act-billing .content-main {
        padding-top: 51px
    }
}

@media screen and (min-width: 48em) {
    .is--ctl-checkout.is--act-billing .account--menu {
        border-color: transparent
    }
}

.is--ctl-checkout.is--act-billing .footer--benefits {
    margin-top: 80px;
    position: relative
}

.is--ctl-checkout.is--act-billing .footer--benefits:before {
    content: '';
    position: absolute;
    left: 0;
    top: -80px;
    height: 80px;
    width: 100%;
    background: #ffffff
}

.is--ctl-checkout .account--change-billing.register--content .js--fancy-select,
.is--ctl-checkout .account--change-shipping.register--content .js--fancy-select {
    height: 40px !important;
    font-size: 14px
}

@media screen and (min-width: 64em) {
    .is--ctl-checkout .account--change-billing.register--content .js--fancy-select,
    .is--ctl-checkout .account--change-shipping.register--content .js--fancy-select {
        height: 50px !important;
        font-size: 17px !important
    }
}

.is--ctl-checkout .account--change-billing.register--content .js--fancy-select .js--fancy-select-text,
.is--ctl-checkout .account--change-shipping.register--content .js--fancy-select .js--fancy-select-text {
    line-height: 40px !important
}

@media screen and (min-width: 64em) {
    .is--ctl-checkout .account--change-billing.register--content .js--fancy-select .js--fancy-select-text,
    .is--ctl-checkout .account--change-shipping.register--content .js--fancy-select .js--fancy-select-text {
        line-height: 50px !important
    }
}

@media screen and (min-width: 64em) {
    .is--ctl-checkout .account--change-billing.register--content .js--fancy-select .js--fancy-select-trigger,
    .is--ctl-checkout .account--change-shipping.register--content .js--fancy-select .js--fancy-select-trigger {
        line-height: 56px !important
    }
}

@media screen and (min-width: 48em) {
    .is--ctl-checkout .account--change-billing.register--content,
    .is--ctl-checkout .account--change-shipping.register--content {
        width: 75%;
        margin: 120px 0 40px 25%
    }
}

@media screen and (min-width: 78.75em) {
    .is--ctl-checkout .account--change-billing.register--content,
    .is--ctl-checkout .account--change-shipping.register--content {
        margin-top: 170px
    }
}

.is--ctl-checkout.is--act-selectBilling .content-main {
    padding-top: 0
}

@media screen and (min-width: 48em) {
    .is--ctl-checkout.is--act-selectBilling .content-main {
        padding-top: 0
    }
}

.is--ctl-checkout.is--act-selectBilling .panel--actions .btn:first-of-type {
    padding-left: 12px
}

@media screen and (min-width: 48em) {
    .is--ctl-checkout.is--act-selectBilling .steps--container {
        display: none
    }
}

@media screen and (min-width: 48em) {
    .is--ctl-checkout.is--act-selectBilling .account--welcome {
        top: 50px
    }
}

@media screen and (min-width: 48em) {
    .is--ctl-checkout.is--act-selectBilling .account--welcome .panel--title {
        margin-top: 60px
    }
}

@media screen and (min-width: 64em) {
    .is--ctl-checkout.is--act-selectBilling .account--welcome .panel--title {
        margin-top: 40px
    }
}

.is--ctl-checkout.is--act-selectBilling .content--breadcrumb {
    display: none
}

@media screen and (min-width: 48em) {
    .is--ctl-checkout.is--act-selectBilling .content--breadcrumb {
        display: block;
        margin-top: 50px;
        z-index: 1
    }
}

@media screen and (min-width: 48em) {
    .is--ctl-checkout.is--act-selectBilling .account--billing-address {
        margin-top: 70px
    }
}

@media screen and (min-width: 78.75em) {
    .is--ctl-checkout.is--act-selectBilling .account--billing-address {
        margin-top: 90px
    }
}

.is--ctl-checkout.is--act-selectBilling .footer--benefits {
    margin-top: 80px;
    position: relative
}

.is--ctl-checkout.is--act-selectBilling .footer--benefits:before {
    content: '';
    position: absolute;
    left: 0;
    top: -80px;
    height: 80px;
    width: 100%;
    background: #ffffff
}

.is--ctl-checkout.is--act-selectShipping .content-main {
    padding-top: 51px
}

@media screen and (min-width: 48em) {
    .is--ctl-checkout.is--act-selectShipping .content-main {
        padding-top: 51px
    }
}

@media screen and (min-width: 78.75em) {
    .is--ctl-checkout.is--act-selectShipping .content-main {
        padding-top: 51px
    }
}

@media screen and (min-width: 48em) {
    .is--ctl-checkout.is--act-selectShipping .account--shipping-address {
        margin-top: 120px
    }
}

@media screen and (min-width: 64em) {
    .is--ctl-checkout.is--act-selectShipping .account--shipping-address {
        margin-top: 140px
    }
}

@media screen and (min-width: 78.75em) {
    .is--ctl-checkout.is--act-selectShipping .account--shipping-address {
        margin-top: 160px
    }
}

.is--ctl-checkout.is--act-selectShipping .footer--benefits {
    margin-top: 80px;
    position: relative
}

.is--ctl-checkout.is--act-selectShipping .footer--benefits:before {
    content: '';
    position: absolute;
    left: 0;
    top: -80px;
    height: 80px;
    width: 100%;
    background: #ffffff
}

.is--ctl-checkout.is--act-shipping .content-main {
    padding-top: 51px
}

@media screen and (min-width: 48em) {
    .is--ctl-checkout.is--act-shipping .content-main {
        padding-top: 51px
    }
}

@media screen and (min-width: 78.75em) {
    .is--ctl-checkout.is--act-shipping .content-main {
        padding-top: 51px
    }
}

.is--ctl-checkout.is--act-shipping .footer--benefits {
    margin-top: 80px;
    position: relative
}

.is--ctl-checkout.is--act-shipping .footer--benefits:before {
    content: '';
    position: absolute;
    left: 0;
    top: -80px;
    height: 80px;
    width: 100%;
    background: #ffffff
}

.is--ctl-checkout.is--act-shippingpayment .content-main {
    padding-top: 20px;
    margin-bottom: 20px
}

@media screen and (min-width: 48em) {
    .is--ctl-checkout.is--act-shippingpayment .content-main {
        padding-top: 10px
    }
}

@media screen and (min-width: 64em) {
    .is--ctl-checkout.is--act-shippingpayment .content-main {
        padding-top: 0
    }
}

@media screen and (min-width: 48em) {
    .is--ctl-checkout.is--act-shippingpayment .basket--footer {
        border-radius: 0
    }
}

.is--ctl-checkout.is--act-shippingpayment .footer--benefits {
    margin-top: 80px;
    position: relative
}

.is--ctl-checkout.is--act-shippingpayment .footer--benefits:before {
    content: '';
    position: absolute;
    left: 0;
    top: -80px;
    height: 80px;
    width: 100%;
    background: #ffffff
}

@media screen and (min-width: 64em) {
    .is--ctl-checkout .content-main {
        margin-bottom: -40px
    }
}

.is--ctl-checkout.is--act-cart .product--table .panel--td .js--fancy-select .js--fancy-select-trigger i,
.is--ctl-checkout.is--act-confirm .product--table .panel--td .js--fancy-select .js--fancy-select-trigger i {
    line-height: 44px !important
}

@media screen and (min-width: 64em) {
    .is--ctl-checkout.is--act-cart .product--table .panel--td .js--fancy-select .js--fancy-select-trigger i,
    .is--ctl-checkout.is--act-confirm .product--table .panel--td .js--fancy-select .js--fancy-select-trigger i {
        line-height: 52px !important
    }
}

.is--ctl-checkout.is--act-cart .product--table .table--actions .btn--checkout-continue,
.is--ctl-checkout.is--act-confirm .product--table .table--actions .btn--checkout-continue {
    line-height: 42px
}

.is--ctl-checkout.is--act-cart .product--table .table--actions .btn--inquiry,
.is--ctl-checkout.is--act-confirm .product--table .table--actions .btn--inquiry {
    line-height: 40px
}

.is--act-finish .content-main {
    margin-top: 0
}

@media screen and (min-width: 48em) {
    .is--act-finish .content-main {
        margin-top: 0
    }
}

.teaser--actions .teaser--btn-back {
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase
}

.teaser--actions .teaser--btn-back [class^="icon--"] {
    display: none !important
}

.teaser--actions .teaser--btn-print {
    text-transform: uppercase
}

.steps--container {
    padding-top: 110px
}

@media screen and (min-width: 48em) {
    .steps--container {
        padding-top: 130px;
        position: relative
    }
    .steps--container:after {
        position: absolute;
        content: '';
        height: 2px;
        width: 100px;
        background: #000;
        bottom: 0;
        right: 50%;
        -webkit-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -ms-transform: translateX(50%);
        -o-transform: translateX(50%);
        transform: translateX(50%)
    }
}

.steps--content {
    border: 0
}

@media screen and (min-width: 64em) {
    .steps--content {
        max-width: 720px;
        margin: 0 auto
    }
}

@media screen and (min-width: 78.75em) {
    .steps--content {
        max-width: 900px;
        margin-top: -50px
    }
}

.steps--content .steps--entry {
    display: none
}

@media screen and (min-width: 48em) {
    .steps--content .steps--entry {
        display: table-cell
    }
}

.steps--content .steps--entry.is--active {
    display: table-cell
}

.steps--content .steps--entry.is--active .icon {
    background-image: none;
    background-color: transparent;
    border: 2px solid #0093d0;
    color: #0093d0
}

.steps--content .steps--entry .icon {
    border-radius: 16px;
    padding: 0;
    height: 32px;
    width: 32px;
    text-align: center;
    font-size: 17px;
    line-height: 26px;
    background-image: none;
    background-color: transparent;
    border: 2px solid #000;
    color: #000
}

.steps--content .steps--entry .text {
    height: 32px;
    text-transform: uppercase;
    padding-top: 2px;
    font-size: 14px !important
}

@media screen and (min-width: 48em) {
    .steps--content .steps--entry .text {
        font-size: 15px !important
    }
}

@media screen and (min-width: 64em) {
    .steps--content .steps--entry .text {
        font-size: 17px !important
    }
}

.steps--content .steps--spacer {
    display: none
}

.confirm--content .panel {
    border-radius: 0
}

@media screen and (min-width: 48em) {
    .confirm--content .product--table .basket--footer {
        border: 0;
        background: #ffffff
    }
}

@media screen and (min-width: 48em) {
    .confirm--content .product--table .basket--footer .aggregation--list {
        padding-right: 20px
    }
}

@media screen and (min-width: 78.75em) {
    .confirm--content .product--table .basket--footer .aggregation--list {
        margin-right: -125px;
        padding-right: 145px
    }
}

@media screen and (min-width: 48em) {
    .confirm--content .product--table .is--last-row {
        border-bottom: 1px solid #d9d9d9
    }
}

.confirm--content .product--table .table--tr {
    padding: 15px 0
}

@media screen and (min-width: 78.75em) {
    .confirm--content .product--table .column--total-price {
        padding-right: 50px
    }
}

@media screen and (min-width: 48em) {
    .confirm--content .table--actions .main--actions {
        margin: 40px 0
    }
}

@media screen and (min-width: 78.75em) {
    .confirm--content .table--actions .main--actions {
        margin-bottom: 0
    }
}

.confirm--content .js--loading {
    right: 45%
}

.panel--title {
    font-size: 17px !important
}

@media screen and (min-width: 48em) {
    .panel--title {
        font-size: 17px !important
    }
}

@media screen and (min-width: 64em) {
    .panel--title {
        font-size: 18px !important
    }
}

.panel--title.is--underline {
    font-style: italic;
    border-bottom: 0;
    position: relative;
    padding-bottom: 20px
}

.panel--title.is--underline:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 60px;
    background: #000;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
    right: auto;
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.panel--body {
    font-size: 14px !important
}

@media screen and (min-width: 48em) {
    .panel--body {
        font-size: 15px !important
    }
}

@media screen and (min-width: 64em) {
    .panel--body {
        font-size: 17px !important
    }
}

.panel--body p,
.panel--body label {
    font-size: 14px !important;
    color: #000 !important
}

@media screen and (min-width: 48em) {
    .panel--body p,
    .panel--body label {
        font-size: 15px !important
    }
}

@media screen and (min-width: 64em) {
    .panel--body p,
    .panel--body label {
        font-size: 17px !important
    }
}

.panel--body .js--fancy-select {
    height: 40px !important;
    font-size: 14px
}

@media screen and (min-width: 64em) {
    .panel--body .js--fancy-select {
        height: 50px !important;
        font-size: 17px !important
    }
}

.panel--body .js--fancy-select .js--fancy-select-text {
    line-height: 40px !important
}

@media screen and (min-width: 64em) {
    .panel--body .js--fancy-select .js--fancy-select-text {
        line-height: 50px !important
    }
}

@media screen and (min-width: 64em) {
    .panel--body .js--fancy-select .js--fancy-select-trigger {
        line-height: 56px !important
    }
}

@media screen and (min-width: 64em) {
    .panel--body .input--field {
        height: 50px;
        line-height: 50px;
        font-size: 17px
    }
}

.panel--actions .btn {
    font-size: 14px !important
}

@media screen and (min-width: 48em) {
    .panel--actions .btn {
        font-size: 15px !important
    }
}

@media screen and (min-width: 64em) {
    .panel--actions .btn {
        font-size: 17px !important
    }
}

@media screen and (min-width: 48em) {
    .product--table .table--header {
        border-bottom: 0
    }
}

@media screen and (min-width: 48em) {
    .product--table .table--header .column--product {
        position: relative;
        padding-bottom: 20px
    }
    .product--table .table--header .column--product:after {
        position: absolute;
        content: '';
        height: 2px;
        width: 60px;
        background: #000;
        bottom: 0;
        right: 50%;
        -webkit-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -ms-transform: translateX(50%);
        -o-transform: translateX(50%);
        transform: translateX(50%);
        right: auto;
        left: 0;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

.product--table .table--header .panel--th {
    font-size: 17px !important;
    font-style: italic
}

@media screen and (min-width: 48em) {
    .product--table .table--header .panel--th {
        font-size: 17px !important
    }
}

@media screen and (min-width: 64em) {
    .product--table .table--header .panel--th {
        font-size: 18px !important
    }
}

.product--table .content--title {
    color: #000;
    font-size: 14px !important;
    display: block
}

@media screen and (min-width: 48em) {
    .product--table .content--title {
        font-size: 15px !important
    }
}

@media screen and (min-width: 64em) {
    .product--table .content--title {
        font-size: 17px !important
    }
}

.product--table .panel--td {
    font-size: 14px !important
}

@media screen and (min-width: 48em) {
    .product--table .panel--td {
        font-size: 15px !important
    }
}

@media screen and (min-width: 64em) {
    .product--table .panel--td {
        font-size: 17px !important
    }
}

.product--table .panel--td .js--fancy-select-trigger {
    line-height: 48px !important
}

@media screen and (min-width: 64em) {
    .product--table .panel--td .js--fancy-select-trigger {
        line-height: 58px !important
    }
}

@media screen and (min-width: 48em) {
    .product--table .table--content {
        font-size: 14px !important
    }
}

@media screen and (min-width: 48em) {
    .product--table .panel--body {
        border-bottom: 0
    }
}

.column--actions .btn {
    color: #000
}

.column--tax-price {
    font-weight: bold !important
}

.aggregation--list .entry--totalnet {
    padding-top: 15px
}

.main--actions .btn {
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase
}

.main--actions .btn [class^="icon--"] {
    display: none !important
}

.btn--back-top-shop {
    padding: 0 20px;
    text-align: center;
    padding: 0
}

.btn--back-top-shop [class^="icon--"] {
    display: none !important
}

@media screen and (min-width: 48em) {
    .aggregation--list .entry--label {
        text-align: right;
        padding-right: 80px
    }
}

@media screen and (min-width: 64em) {
    .aggregation--list .entry--label {
        padding-right: 100px
    }
}

@media screen and (min-width: 78.75em) {
    .aggregation--list .entry--label {
        padding-right: 0
    }
}

@media screen and (min-width: 78.75em) {
    .finish--table .basket--footer {
        width: 1260px;
        margin-left: -21px
    }
}

.content--basket .product--table .table--actions {
    margin-bottom: 10px
}

.content--basket .product--table .table--aggregation,
.content--basket .product--table .aggregation--list {
    background: #ffffff
}

@media screen and (min-width: 48em) {
    .content--basket .product--table .basket--footer {
        background: #ffffff
    }
}

.content--basket .product--table .panel {
    border-radius: 0
}

.content--basket .product--table .panel--body {
    border-radius: 0;
    border-top: 1px solid #d9d9d9
}

@media screen and (min-width: 48em) {
    .content--basket .product--table .panel--body {
        border-bottom: 1px solid #d9d9d9
    }
}

.btn--inquiry {
    text-transform: uppercase;
    line-height: 42px
}

.register--submit {
    text-transform: uppercase
}

.btn--checkout-proceed {
    line-height: 42px !important
}

.content--checkout {
    margin-top: -60px
}

@media screen and (min-width: 48em) {
    .content--checkout {
        margin-top: -100px
    }
}

@media screen and (min-width: 64em) {
    .content--checkout {
        margin-top: -60px
    }
}

@media screen and (min-width: 78.75em) {
    .content--checkout {
        margin-top: -20px
    }
}

@media screen and (min-width: 48em) {
    .account--welcome {
        position: absolute;
        left: 50%;
        top: 95px;
        width: 100%;
        padding-bottom: 20px;
        background: #ffffff;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media screen and (min-width: 78.75em) {
    .account--welcome {
        padding-bottom: 40px
    }
}

.account--welcome .panel--title {
    padding: 40px 0 10px 0;
    text-align: center;
    font-size: 28px !important;
    font-style: italic;
    font-weight: bold;
    position: relative
}

@media screen and (min-width: 48em) {
    .account--welcome .panel--title {
        font-size: 32px !important
    }
}

@media screen and (min-width: 64em) {
    .account--welcome .panel--title {
        font-size: 44px !important;
        line-height: 44px !important
    }
}

@media screen and (min-width: 48em) {
    .account--welcome .panel--title {
        padding-bottom: 20px
    }
    .account--welcome .panel--title:after {
        position: absolute;
        content: '';
        height: 2px;
        width: 60px;
        background: #000;
        bottom: 0;
        right: 50%;
        -webkit-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -ms-transform: translateX(50%);
        -o-transform: translateX(50%);
        transform: translateX(50%)
    }
}

.account--menu .navigation--headline {
    padding: 40px 0 20px 0;
    margin: 0;
    text-align: center;
    font-size: 28px !important;
    font-style: italic;
    font-weight: bold;
    position: relative
}

@media screen and (min-width: 48em) {
    .account--menu .navigation--headline {
        font-size: 32px !important
    }
}

@media screen and (min-width: 64em) {
    .account--menu .navigation--headline {
        font-size: 44px !important;
        line-height: 44px !important
    }
}

@media screen and (min-width: 48em) {
    .account--menu .navigation--headline {
        display: none
    }
}

@media screen and (min-width: 48em) {
    .account--menu .account--menu-container {
        width: 25%;
        float: left;
        padding: 20px 0 0 0;
        margin-top: 120px
    }
}

@media screen and (min-width: 78.75em) {
    .account--menu .account--menu-container {
        margin-top: 170px
    }
}

@media screen and (min-width: 48em) {
    .account--menu .sidebar--navigation {
        background-color: transparent
    }
}

.account--menu .navigation--link.link--logout .icon--logout {
    display: none
}

@media screen and (min-width: 48em) {
    .account--menu .navigation--link.link--logout {
        padding-top: 20px;
        border-top: 0
    }
}

.sidebar--navigation .navigation--link {
    font-size: 14px
}

@media screen and (min-width: 48em) {
    .sidebar--navigation .navigation--link {
        font-size: 14px
    }
}

@media screen and (min-width: 64em) {
    .sidebar--navigation .navigation--link {
        font-size: 15px
    }
}

.sidebar--navigation .navigation--link:not(.link--logout) {
    text-transform: uppercase
}

.address--container .panel.is--rounded,
.confirm--outer-container .panel.is--rounded {
    border-radius: 0
}

.table--actions .is--icon-right {
    padding: 0 20px;
    text-align: center
}

.table--actions .is--icon-right [class^="icon--"] {
    display: none !important
}

.account--shipping-form::-webkit-input-placeholder {
    color: #000;
    font-size: 14px;
    font-weight: inherit;
    font-style: normal;
    opacity: 1
}

.account--shipping-form:-moz-placeholder {
    color: #000;
    font-size: 14px;
    font-weight: inherit;
    font-style: normal;
    opacity: 1
}

.account--shipping-form::-moz-placeholder {
    color: #000;
    font-size: 14px;
    font-weight: inherit;
    font-style: normal;
    opacity: 1
}

.account--shipping-form:-ms-input-placeholder {
    color: #000;
    font-size: 14px;
    font-weight: inherit;
    font-style: normal;
    opacity: 1
}

.table--add-product .add-product--field {
    line-height: 38px
}

.new-customer-btn {
    border: 1px solid #d9d9d9
}

.new-customer-btn:hover {
    border: 1px solid #d9d9d9
}

.register--existing-customer {
    margin-bottom: 30px
}

@media screen and (min-width: 48em) {
    .register--existing-customer {
        margin-bottom: 0
    }
}

.register--login-btn {
    text-transform: uppercase
}

.register--login-btn.is--icon-right {
    padding: 0 20px;
    text-align: center
}

.register--login-btn.is--icon-right [class^="icon--"] {
    display: none !important
}

.basket--footer {
    margin: 0 10px
}

@media screen and (min-width: 48em) {
    .basket--footer {
        margin: 0
    }
}

.is--act-selectBilling .content--wrapper .content--breadcrumb {
    display: none
}

.is--act-selectBilling .btn--back-top-shop {
    line-height: 48px
}

@media screen and (min-width: 64em) {
    .is--act-selectBilling .btn--back-top-shop {
        display: none
    }
}

.feature--voucher .add-voucher--field {
    line-height: 1.225rem;
    font-size: 15px;
    height: auto
}

.feature--add-product {
    display: none
}

.off-canvas .close--off-canvas {
    padding: 0 20px;
    text-align: center;
    background-color: #333;
    background-image: none;
    line-height: 33px
}

.off-canvas .close--off-canvas [class^="icon--"] {
    display: none !important
}

.off-canvas .button--checkout,
.off-canvas .button--open-basket {
    padding: 0 20px;
    text-align: center;
    border-radius: 0 !important
}

.off-canvas .button--checkout [class^="icon--"],
.off-canvas .button--open-basket [class^="icon--"] {
    display: none !important
}

.off-canvas .button--open-basket {
    border: 1px solid #d9d9d9
}

.off-canvas.is--inactive .mobile--switches {
    display: none
}

.off-canvas.is--inactive .deeper .mobile--switches {
    display: block
}

.sidebar-main .offcanvas--overlay.background + .offcanvas--overlay {
    display: none
}

.dreisc-menu--container-item {
    z-index: 1000;
    box-shadow: none;
    margin: 0
}

.dreisc-menu--container-item:before {
    content: "";
    background: #fff;
    height: 100%;
    width: 100%;
    right: 100%;
    position: absolute;
    top: 0
}

.dreisc-menu--container-item .dreiscMenuUl {
    padding-top: 90px
}

.dreisc-menu--container-item .dreiscMenuUl:before {
    content: "";
    background: #fff;
    height: 100%;
    width: 100%;
    right: 0;
    left: 100%;
    position: absolute;
    top: 0
}

.dreiscMenu {
    color: #000 !important
}

.dreiscMenu .dreiscMenuElementHeadline {
    border: 0 !important;
    font-size: 28px;
    font-weight: bold;
    font-style: italic;
    padding-left: 0;
    margin-bottom: 20px
}

.dreiscMenu .dreiscMenuColumn {
    padding-right: 60px
}

.dreiscMenu .dreiscMenuElementBanner {
    position: relative;
    float: left;
    width: calc(50% - 10px);
    margin-bottom: 20px
}

.dreiscMenu .dreiscMenuElementBanner .dreiscMenuElementHeadline {
    position: absolute;
    left: 10px;
    bottom: 0;
    color: #fff !important;
    font-size: 14px;
    font-style: normal;
    margin-bottom: 10px
}

.dreiscMenu .dreiscMenuElementBanner:nth-child(2n+1) {
    margin-right: 10px;
    clear: left
}

.dreiscMenu .dreiscMenuElementBanner:nth-child(2n) {
    margin-left: 10px
}

.dreiscMenu .dreiscMenuElementHtml .dreisc-menu--text {
    margin: 10px 0
}

.dreiscMenu .sf-buttons .dreisc_menu_link_group {
    border: 2px solid #000 !important;
    font-size: 14px !important;
    padding: 3px 10px !important;
    background: none !important;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block !important;
    margin-top: 15px
}

.dreiscMenu .sf-buttons .dreisc_menu_link_group:hover {
    color: #0093cf !important
}

.dreiscMenu .dreisc-menu--category-list ul {
    margin-left: 0 !important
}

.dreiscMenu .dreisc-menu--category-list a {
    font-weight: bold;
    font-size: 14px
}

.dreiscMenu .dreisc-menu--category-list p {
    margin-bottom: 20px !important
}

.dreiscMenu .sf-no-desc .dreisc-menu--category-list a {
    display: inline-block;
    margin-bottom: 10px !important
}

.dreiscMenu .sf-no-desc .dreisc-menu--category-list p {
    display: none
}

.dreiscMenu .dreiscMenuFooter {
    background: #fff !important;
    bottom: 0
}

@media screen and (min-width: 48em) {
    .is--ctl-account.is--user .sidebar-main + .content--wrapper,
    .is--ctl-address.is--user .sidebar-main + .content--wrapper,
    .is--ctl-note.is--user .sidebar-main + .content--wrapper {
        margin-left: 0
    }
}

@media screen and (min-width: 64em) {
    .is--ctl-account.is--user .sidebar-main + .content--wrapper,
    .is--ctl-address.is--user .sidebar-main + .content--wrapper,
    .is--ctl-note.is--user .sidebar-main + .content--wrapper {
        margin-left: 280px;
        margin-top: 20px
    }
}

.is--ctl-account .footer--benefits,
.is--ctl-address .footer--benefits,
.is--ctl-note .footer--benefits {
    margin-top: 80px;
    position: relative
}

.is--ctl-account .footer--benefits:before,
.is--ctl-address .footer--benefits:before,
.is--ctl-note .footer--benefits:before {
    content: '';
    position: absolute;
    left: 0;
    top: -80px;
    height: 80px;
    width: 100%;
    background: #ffffff
}

.is--ctl-account .sidebar-main .sidebar--categories-navigation,
.is--ctl-address .sidebar-main .sidebar--categories-navigation,
.is--ctl-note .sidebar-main .sidebar--categories-navigation {
    clear: both;
    margin-top: 20px
}

@media screen and (min-width: 48em) {
    .is--ctl-account .sidebar-main .sidebar--categories-navigation,
    .is--ctl-address .sidebar-main .sidebar--categories-navigation,
    .is--ctl-note .sidebar-main .sidebar--categories-navigation {
        padding-top: 20px
    }
}

.is--ctl-account .sidebar-main .sidebar--categories-navigation ul,
.is--ctl-address .sidebar-main .sidebar--categories-navigation ul,
.is--ctl-note .sidebar-main .sidebar--categories-navigation ul {
    border-top: 0
}

@media screen and (min-width: 48em) {
    .is--ctl-account .sidebar-main .categories--navigation,
    .is--ctl-address .sidebar-main .categories--navigation,
    .is--ctl-note .sidebar-main .categories--navigation {
        display: block
    }
}

@media screen and (min-width: 64em) {
    .is--ctl-account .sidebar-main .categories--navigation,
    .is--ctl-address .sidebar-main .categories--navigation,
    .is--ctl-note .sidebar-main .categories--navigation {
        display: none
    }
}

.is--ctl-account .page-wrap,
.is--ctl-address .page-wrap,
.is--ctl-note .page-wrap {
    background: #f2f2f2
}

.is--ctl-account .content-main,
.is--ctl-address .content-main,
.is--ctl-note .content-main {
    padding-top: 51px
}

@media screen and (min-width: 48em) {
    .is--ctl-account .content-main,
    .is--ctl-address .content-main,
    .is--ctl-note .content-main {
        padding-top: 51px
    }
}

@media screen and (min-width: 64em) {
    .is--ctl-account .content-main,
    .is--ctl-address .content-main,
    .is--ctl-note .content-main {
        padding-top: 84px
    }
}

@media screen and (min-width: 78.75em) {
    .is--ctl-account .content-main,
    .is--ctl-address .content-main,
    .is--ctl-note .content-main {
        padding-top: 84px
    }
}

.is--ctl-account .account--welcome,
.is--ctl-address .account--welcome,
.is--ctl-note .account--welcome {
    padding-bottom: 15px
}

@media screen and (min-width: 64em) {
    .is--ctl-account .account--welcome,
    .is--ctl-address .account--welcome,
    .is--ctl-note .account--welcome {
        top: 130px
    }
}

.is--ctl-account .account--welcome .panel--title,
.is--ctl-address .account--welcome .panel--title,
.is--ctl-note .account--welcome .panel--title {
    padding-top: 20px
}

.is--ctl-account .account--welcome .panel--body p:first-of-type,
.is--ctl-address .account--welcome .panel--body p:first-of-type,
.is--ctl-note .account--welcome .panel--body p:first-of-type {
    text-align: center;
    font-size: 16px !important;
    margin-bottom: 10px
}

@media screen and (min-width: 48em) {
    .is--ctl-account .account--welcome .panel--body p:first-of-type,
    .is--ctl-address .account--welcome .panel--body p:first-of-type,
    .is--ctl-note .account--welcome .panel--body p:first-of-type {
        font-size: 20px !important
    }
}

@media screen and (min-width: 64em) {
    .is--ctl-account .account--welcome .panel--body p:first-of-type,
    .is--ctl-address .account--welcome .panel--body p:first-of-type,
    .is--ctl-note .account--welcome .panel--body p:first-of-type {
        font-size: 24px !important;
        line-height: 30px !important
    }
}

.is--ctl-account .account--welcome .panel--body p:first-of-type.date,
.is--ctl-address .account--welcome .panel--body p:first-of-type.date,
.is--ctl-note .account--welcome .panel--body p:first-of-type.date {
    display: block;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 20px;
    clear: both;
    font-weight: bold;
    font-style: italic
}

.is--ctl-account .account--welcome .panel--body p:first-of-type.date:after,
.is--ctl-address .account--welcome .panel--body p:first-of-type.date:after,
.is--ctl-note .account--welcome .panel--body p:first-of-type.date:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 60px;
    background: #000;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%)
}

.is--ctl-account .account--welcome .panel--body p:first-of-type.date:after,
.is--ctl-address .account--welcome .panel--body p:first-of-type.date:after,
.is--ctl-note .account--welcome .panel--body p:first-of-type.date:after {
    content: "";
    display: table;
    clear: both
}

.is--ctl-account .account--welcome .panel--body p:first-of-type.date:nth-of-type(1n+2),
.is--ctl-address .account--welcome .panel--body p:first-of-type.date:nth-of-type(1n+2),
.is--ctl-note .account--welcome .panel--body p:first-of-type.date:nth-of-type(1n+2) {
    padding-top: 40px
}

@media screen and (min-width: 48em) {
    .is--ctl-account .account--welcome .panel--body p:first-of-type,
    .is--ctl-address .account--welcome .panel--body p:first-of-type,
    .is--ctl-note .account--welcome .panel--body p:first-of-type {
        padding-top: 20px;
        font-size: 18px !important
    }
}

.is--ctl-account .account--welcome .panel--body p:nth-of-type(2),
.is--ctl-address .account--welcome .panel--body p:nth-of-type(2),
.is--ctl-note .account--welcome .panel--body p:nth-of-type(2) {
    display: none
}

.is--ctl-account .account--content,
.is--ctl-address .account--content,
.is--ctl-note .account--content,
.is--ctl-account .content--wrapper > .account--profile,
.is--ctl-address .content--wrapper > .account--profile,
.is--ctl-note .content--wrapper > .account--profile {
    margin-top: 0
}

@media screen and (min-width: 48em) {
    .is--ctl-account .account--content,
    .is--ctl-address .account--content,
    .is--ctl-note .account--content,
    .is--ctl-account .content--wrapper > .account--profile,
    .is--ctl-address .content--wrapper > .account--profile,
    .is--ctl-note .content--wrapper > .account--profile {
        margin-top: 160px
    }
}

@media screen and (min-width: 64em) {
    .is--ctl-account .account--menu,
    .is--ctl-address .account--menu,
    .is--ctl-note .account--menu {
        display: block;
        border: 0;
        margin-top: 120px
    }
}

.is--ctl-account .account--menu .navigation--headline,
.is--ctl-address .account--menu .navigation--headline,
.is--ctl-note .account--menu .navigation--headline {
    display: none
}

@media screen and (min-width: 48em) {
    .is--ctl-account .account--menu .navigation--link.link--logout,
    .is--ctl-address .account--menu .navigation--link.link--logout,
    .is--ctl-note .account--menu .navigation--link.link--logout {
        padding-top: 0
    }
}

@media screen and (min-width: 48em) {
    .is--ctl-account .account--menu .account--menu-container,
    .is--ctl-address .account--menu .account--menu-container,
    .is--ctl-note .account--menu .account--menu-container {
        width: 100%;
        margin-top: 0
    }
}

@media screen and (min-width: 48em) {
    .is--ctl-account .account--menu .account--menu-container ul,
    .is--ctl-address .account--menu .account--menu-container ul,
    .is--ctl-note .account--menu .account--menu-container ul {
        padding: 0 10px
    }
}

.is--ctl-account .is--rounded,
.is--ctl-address .is--rounded,
.is--ctl-note .is--rounded {
    border-radius: 0
}

.note--overview {
    padding: 10px 0
}

.account--password-reset {
    margin-top: 110px
}

.account--address.account--content,
.account--profile {
    width: 100%;
    float: left;
    padding-top: 0
}

@media screen and (min-width: 48em) {
    .is--ctl-custom .sidebar-main + .content--wrapper {
        margin-left: 0
    }
}

.custom-page--content {
    padding: 0 10px;
    float: none
}

@media screen and (min-width: 48em) {
    .custom-page--content {
        padding: 0 20px
    }
}

@media screen and (min-width: 64em) {
    .custom-page--content {
        padding: 0;
        max-width: 650px;
        margin: 0 auto
    }
}

.custom-page--content .custom-page--tab-headline {
    text-align: center;
    font-size: 28px !important;
    font-style: italic;
    font-weight: bold;
    margin-top: 20px;
    position: relative;
    padding-bottom: 20px
}

@media screen and (min-width: 48em) {
    .custom-page--content .custom-page--tab-headline {
        font-size: 32px !important
    }
}

@media screen and (min-width: 64em) {
    .custom-page--content .custom-page--tab-headline {
        font-size: 44px !important;
        line-height: 44px !important
    }
}

.custom-page--content .custom-page--tab-headline:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 60px;
    background: #000;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%)
}

.custom-page--content .custom-page--tab-headline + h2 {
    text-align: center;
    font-size: 16px !important;
    font-size: 18px !important;
    margin-bottom: 40px;
    font-style: italic
}

@media screen and (min-width: 48em) {
    .custom-page--content .custom-page--tab-headline + h2 {
        font-size: 20px !important
    }
}

@media screen and (min-width: 64em) {
    .custom-page--content .custom-page--tab-headline + h2 {
        font-size: 24px !important;
        line-height: 30px !important
    }
}

.custom-page--content .custom-page--tab-headline + h2.date {
    display: block;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 20px;
    clear: both;
    font-weight: bold;
    font-style: italic
}

.custom-page--content .custom-page--tab-headline + h2.date:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 60px;
    background: #000;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%)
}

.custom-page--content .custom-page--tab-headline + h2.date:after {
    content: "";
    display: table;
    clear: both
}

.custom-page--content .custom-page--tab-headline + h2.date:nth-of-type(1n+2) {
    padding-top: 40px
}

@media screen and (min-width: 78.75em) {
    .custom-page--content .custom-page--tab-headline + h2 {
        font-size: 28px !important
    }
}

.custom-page--content .content--custom p {
    text-align: center
}

@media screen and (min-width: 48em) {
    .custom-page--content .content--custom p {
        font-size: 15px
    }
}

@media screen and (min-width: 64em) {
    .custom-page--content .content--custom p {
        font-size: 17px
    }
}

@media screen and (min-width: 48em) {
    .is--ctl-newsletter .sidebar-main + .content--wrapper,
    .is--ctl-forms .sidebar-main + .content--wrapper {
        margin: 20px 0 0 0
    }
}

@media screen and (min-width: 64em) {
    .is--ctl-newsletter .sidebar-main,
    .is--ctl-forms .sidebar-main {
        display: none
    }
}

.is--ctl-newsletter .panel--body::-webkit-input-placeholder,
.is--ctl-forms .panel--body::-webkit-input-placeholder {
    color: #000;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    opacity: 1
}

.is--ctl-newsletter .panel--body:-moz-placeholder,
.is--ctl-forms .panel--body:-moz-placeholder {
    color: #000;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    opacity: 1
}

.is--ctl-newsletter .panel--body::-moz-placeholder,
.is--ctl-forms .panel--body::-moz-placeholder {
    color: #000;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    opacity: 1
}

.is--ctl-newsletter .panel--body:-ms-input-placeholder,
.is--ctl-forms .panel--body:-ms-input-placeholder {
    color: #000;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    opacity: 1
}

.is--ctl-newsletter .js--fancy-select-trigger i,
.is--ctl-forms .js--fancy-select-trigger i {
    line-height: 44px !important
}

@media screen and (min-width: 64em) {
    .is--ctl-newsletter .js--fancy-select-trigger i,
    .is--ctl-forms .js--fancy-select-trigger i {
        line-height: 52px !important
    }
}

.newsletter--form,
.forms--container {
    margin: 0 0 20px 0
}

.newsletter--action .btn,
.buttons .btn {
    padding: 0 20px;
    text-align: center
}

.newsletter--action .btn [class^="icon--"],
.buttons .btn [class^="icon--"] {
    display: none !important
}

@media screen and (min-width: 64em) {
    .newsletter--action .btn,
    .buttons .btn {
        font-size: 17px
    }
}

.forms--content {
    padding-top: 10px
}

.search--cat-filter .cat-filter--sub-cat {
    width: auto
}

.athlete--container {
    height: 100%;
    background-size: cover;
    position: relative;
    display: block
}

.athlete--container:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#bf000000', GradientType=0)
}

.athlete--container .athlete-details--container {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1
}

.athlete--container .athlete-details--container span {
    display: block;
    color: #ffffff;
    text-align: center
}

.athlete--container .athlete-details--container .athlete--discipline {
    padding-bottom: 30px
}

.athlete--container .athlete-details--container .athlete--name {
    font-size: 24px;
    font-style: italic;
    padding-bottom: 5px;
    font-weight: bold
}

.athlete--container .athlete--flag {
    position: absolute;
    width: 25px;
    height: 25px;
    right: 0;
    top: 0;
    background-size: contain
}

.emotion--html .section--header {
    margin-top: 0;
    padding-bottom: 20px
}

.emotion--html .section--header:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 60px;
    background: #000;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%)
}

@media screen and (min-width: 64em) {
    .emotion--html .section--header {
        margin-top: 50px
    }
}

.emotion--html .section--subheader {
    font-weight: normal
}

@media screen and (min-width: 48em) {
    .emotion--html .section--subheader {
        width: 500px;
        margin: 0 auto
    }
}

@media screen and (min-width: 64em) {
    .emotion--html .section--subheader {
        width: 650px
    }
}

.bg-full:after {
    content: "";
    display: table;
    clear: both
}

.bg-full .half-bg-right {
    float: left;
    margin: 20px 10px 0;
    background: #ffffff
}

@media screen and (min-width: 48em) {
    .bg-full .half-bg-right {
        width: 40%;
        margin-left: 5%;
        margin-right: 5%
    }
    .bg-full .half-bg-right:nth-of-type(even) {
        margin-left: 5%;
        margin-right: 5%
    }
}

@media screen and (min-width: 64em) {
    .bg-full .half-bg-right {
        overflow: hidden;
        height: 380px;
        margin-right: 0;
        margin-left: 5%;
        width: 45%
    }
    .bg-full .half-bg-right:nth-of-type(even) {
        margin-left: 0;
        margin-right: 5%
    }
}

@media screen and (min-width: 78.75em) {
    .bg-full .half-bg-right {
        margin-left: 10%;
        width: 40%
    }
    .bg-full .half-bg-right:nth-of-type(even) {
        margin-left: 0;
        margin-right: 10%
    }
}

.bg-full .half-bg-right h3 {
    padding: 15px 0
}

@media screen and (min-width: 64em) {
    .bg-full .half-bg-right h3 {
        padding-top: 0;
        padding-bottom: 60px
    }
}

@media screen and (min-width: 64em) {
    .bg-full .half-bg-right .container .content {
        margin-left: calc(50% + 25px);
        width: calc(50% - 35px)
    }
}

@media screen and (min-width: 78.75em) {
    .bg-full .half-bg-right .container .content {
        width: calc(50% - 45px)
    }
}

.shopping-world--grouping .section--subheader {
    font-style: italic;
    font-weight: bold;
    padding-bottom: 30px;
    font-size: 22px !important
}

@media screen and (min-width: 64em) {
    .shopping-world--grouping .section--subheader {
        font-size: 25px !important
    }
}

.shopping-world--grouping .container--timeline {
    background: #f2f2f2
}

.shopping-world--grouping .emotion--timeline .emotion--timeline-wrapper {
    padding: 0 0 30px 0
}

@media screen and (min-width: 48em) {
    .shopping-world--grouping .emotion--timeline .emotion--timeline-wrapper {
        padding: 30px 0
    }
}

@media screen and (min-width: 64em) {
    .shopping-world--grouping .emotion--timeline .emotion--timeline-wrapper {
        padding: 50px 0;
        margin-top: 40px
    }
}

.shopping-world--grouping .year {
    display: block;
    text-align: center;
    font-size: 16px
}

.shopping-world--grouping img {
    margin: 0 auto
}

.shopping-world--grouping .spacer--vertical {
    width: 2px;
    height: 40px;
    background: #000000;
    margin: 20px auto
}

.container--quote {
    color: #ffffff;
    padding: 60px 0;
    background-size: cover;
    margin: 30px 0
}

@media screen and (min-width: 48em) {
    .container--quote {
        margin: 50px 0
    }
}

.container--quote .quote--grouping {
    text-align: center
}

.container--quote p {
    font-size: 21px;
    font-style: italic;
    line-height: 30px
}

@media screen and (min-width: 48em) {
    .container--quote {
        font-size: 26px
    }
}

@media screen and (min-width: 64em) {
    .container--quote {
        font-size: 28px
    }
}

.container--quote .underline {
    position: relative
}

.container--quote .underline:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 60px;
    background: #000;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%)
}

.container--quote .underline:after {
    top: 20%;
    background: #ffffff;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.container--quote .underline.side-left:after {
    right: -5px
}

.container--quote .underline.side-right:after {
    right: auto;
    left: 15px
}

.container--quote .icon--quote {
    font-size: 34px;
    display: inline-block;
    -webkit-transform: scale(-1, -1);
    -moz-transform: scale(-1, -1);
    -ms-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    transform: scale(-1, -1)
}

.container.wetsuits {
    background: #064a68;
    color: #fff;
    padding: 15px !important
}

@media screen and (min-width: 64em) {
    .container.wetsuits {
        padding: 30px 0 !important
    }
}

.container.wetsuits .continue {
    padding: 10px;
    background: #064a68;
    border: 2px solid #fff;
    margin-bottom: 15px;
    display: inline-block;
    color: #ffffff
}

@media screen and (min-width: 64em) {
    .container.wetsuits .continue {
        margin-left: 10px
    }
}

.container.wetsuits .continue span {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px
}

.container .index {
    vertical-align: top;
    text-align: center;
    line-height: 24px
}

.container .table--header {
    display: block;
    font-weight: bold
}

.container .index--circle {
    display: inline-block;
    height: 30px;
    width: 30px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-style: italic
}

.container table {
    margin-bottom: 30px
}

.container table td {
    background: #064a68;
    border: none;
    color: #ffffff
}

@media screen and (min-width: 64em) {
    .container table td {
        padding-bottom: 15px
    }
}

.container table tr:nth-child(even) td {
    background: #064a68;
    color: #ffffff
}

.wetsuits .half-bg-right {
    padding-bottom: 0 !important;
    background: #064a68 !important
}

@media screen and (min-width: 64em) {
    .wetsuits .half-bg-right .container .content {
        margin-left: calc(50% + 15px)
    }
}

@media screen and (min-width: 64em) {
    .wetsuits .section--subheader {
        margin-bottom: 40px
    }
}

.sizingchart table {
    font-size: 12px;
    width: 100% !important;
    max-width: 600px;
    border: 0px !important
}

.sizingchart th {
    border-bottom: 1px solid #000 !important;
    font-weight: bold !important;
    background-color: #fff !important;
    color: #000 !important;
    padding-top: 20px !important;
    padding-bottom: 0px !important;
    padding-left: 8px !important;
    text-align: left !important
}

.sizingchart td {
    border-bottom: 1px solid #808080 !important;
    font-weight: normal !important;
    background-color: #fff !important;
    color: #000 !important;
    padding-bottom: 0px !important;
    padding-left: 8px !important
}

.is--ctl-blog .content-main--inner {
    padding: 0
}

.blog--content {
    background: #f2f2f2
}

@media screen and (min-width: 64em) {
    .blog--content {
        padding-bottom: 50px;
        margin-bottom: 30px
    }
}

@media screen and (min-width: 48em) {
    .blog--content.news {
        margin-top: 0;
        padding-top: 20px
    }
}

@media screen and (min-width: 48em) {
    .blog--content.news .blog--listing:after {
        display: none
    }
}

.blog--content .blog--listing {
    padding: 5px;
    position: relative
}

.blog--content .blog--listing:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 40px 0 40px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media screen and (min-width: 48em) {
    .blog--content .blog--listing {
        width: 100%
    }
    .blog--content .blog--listing:after {
        top: 0
    }
}

@media screen and (min-width: 64em) {
    .blog--content .blog--listing {
        padding: 0
    }
}

@media screen and (min-width: 78.75em) {
    .blog--content .blog--listing {
        max-width: 1260px;
        margin: 0 auto;
        float: none;
        clear: both
    }
}

.blog--content .blog--box {
    border: none
}

@media screen and (min-width: 64em) {
    .blog--content .blog--box {
        width: calc(50% - 10px);
        margin: 50px 5px 0 5px;
        height: 520px;
        float: left
    }
}

@media screen and (min-width: 48em) {
    .blog--content .blog--box .blog--box-content .blog--box-description {
        width: 100%
    }
}

.blog--picture-main {
    height: 150px;
    width: 100%;
    background-size: cover;
    display: block
}

@media screen and (min-width: 64em) {
    .blog--picture-main {
        height: 300px
    }
}

.blog--box {
    position: relative
}

.blog--box.is--active {
    z-index: 5001
}

.blog--box .blog--box-link {
    text-align: center;
    font-size: 16px !important;
    font-size: 18px !important;
    margin-bottom: 40px;
    font-style: italic
}

@media screen and (min-width: 48em) {
    .blog--box .blog--box-link {
        font-size: 20px !important
    }
}

@media screen and (min-width: 64em) {
    .blog--box .blog--box-link {
        font-size: 24px !important;
        line-height: 30px !important
    }
}

.blog--box .blog--box-link.date {
    display: block;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 20px;
    clear: both;
    font-weight: bold;
    font-style: italic
}

.blog--box .blog--box-link.date:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 60px;
    background: #000;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%)
}

.blog--box .blog--box-link.date:after {
    content: "";
    display: table;
    clear: both
}

.blog--box .blog--box-link.date:nth-of-type(1n+2) {
    padding-top: 40px
}

@media screen and (min-width: 78.75em) {
    .blog--box .blog--box-link {
        font-size: 28px !important
    }
}

.blog--box .blog--box-description .blog--box-description-short {
    margin-bottom: 5px
}

.blog--box-readmore .btn {
    padding: 0;
    background-color: transparent;
    color: #0093d0
}

.blog--box-readmore .btn:hover {
    background-color: transparent;
    text-decoration: underline
}

.blog--filter-options {
    border-right: 0
}

@media screen and (min-width: 48em) {
    .blog--filter-options .blog--filter-close-btn {
        display: none
    }
}

@media screen and (min-width: 48em) {
    .blog--sidebar {
        overflow-x: hidden
    }
}

@media screen and (min-width: 48em) {
    .blog--sidebar .blog--filter {
        width: 200px;
        display: inline-block;
        margin: 0 10px
    }
}

@media screen and (min-width: 48em) {
    .blog--sidebar .blog--navigation {
        width: 660px;
        margin: 0 auto
    }
}

@media screen and (min-width: 48em) {
    .blog--sidebar .blog--navigation.news {
        width: 220px
    }
}

.blog--sidebar .blog--navigation .desc {
    display: block;
    text-align: center;
    margin-top: 30px;
    font-weight: bold;
    font-style: italic
}

.blog--sidebar .blog--navigation .collapse--header {
    border-radius: 0;
    background-image: none;
    background-color: #fff
}

@media screen and (min-width: 48em) {
    .blog--sidebar .blog--navigation .collapse--header {
        height: 50px;
        padding: 0 0 0 15px;
        line-height: 50px
    }
}

.blog--sidebar .blog--navigation .is--active {
    color: #000;
    font-weight: normal
}

.blog--sidebar .blog--navigation .is--active:hover {
    color: #000
}

.collapse--header .collapse--toggler {
    font-size: 17px;
    color: #cecece
}

.collapse--header .collapse--toggler:before {
    display: inline-block;
    -webkit-transform: scaleY(1.5);
    -moz-transform: scaleY(1.5);
    -ms-transform: scaleY(1.5);
    -o-transform: scaleY(1.5);
    transform: scaleY(1.5);
    content: "\e6d6"
}

@media screen and (min-width: 48em) {
    .collapse--header .collapse--toggler {
        line-height: 30px
    }
}

.collapse--header.is--active .collapse--toggler:before {
    content: "\e6d7"
}

.termine.section--header {
    margin: 0 0 10px 0 !important;
    padding: 0 0 20px 0 !important
}

@media screen and (min-width: 64em) {
    .termine.section--header {
        margin-top: -20px !important;
        padding-bottom: 30px !important
    }
}

@media screen and (min-width: 78.75em) {
    .termine.section--header {
        margin-top: -50px !important
    }
}

.termine.section--header:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 60px;
    background: #000;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%)
}

@media screen and (min-width: 78.75em) {
    .termine.section--header {
        margin-top: -10px !important
    }
}

.termine.section--subheader {
    font-style: italic
}

@media screen and (min-width: 64em) {
    .termine.section--subheader {
        padding-top: 40px
    }
}

@media screen and (min-width: 78.75em) {
    .termine.section--subheader {
        font-size: 28px !important
    }
}

.termine.section--subheader p {
    text-align: center;
    font-size: 16px !important
}

@media screen and (min-width: 48em) {
    .termine.section--subheader p {
        font-size: 20px !important
    }
}

@media screen and (min-width: 64em) {
    .termine.section--subheader p {
        font-size: 24px !important;
        line-height: 30px !important
    }
}

.termine.section--subheader p.date {
    display: block;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 20px;
    clear: both;
    font-weight: bold;
    font-style: italic
}

.termine.section--subheader p.date:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 60px;
    background: #000;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%)
}

.termine.section--subheader p.date:after {
    content: "";
    display: table;
    clear: both
}

.termine.section--subheader p.date:nth-of-type(1n+2) {
    padding-top: 40px
}

.termine .event--content {
    clear: both;
    display: block;
    padding: 45px 30px 30px;
    background: #ffffff;
    position: absolute
}

.termine .event--content.hidden {
    display: none
}

.termine .event--content p {
    font-size: 14px !important
}

@media screen and (min-width: 48em) {
    .termine .event--content p {
        font-size: 15px !important
    }
}

@media screen and (min-width: 64em) {
    .termine .event--content p {
        font-size: 17px !important
    }
}

.termine.blog--box {
    height: 60px
}

@media screen and (min-width: 48em) {
    .termine.blog--box {
        background: #f2f2f2
    }
}

@media screen and (min-width: 64em) {
    .termine.blog--box {
        width: calc(50% - 20px);
        margin: 20px 10px;
        float: left
    }
}

@media screen and (min-width: 78.75em) {
    .termine.blog--box {
        width: calc(33.3% - 20px);
        margin: 20px 10px 0 10px
    }
}

.termine.blog--box.is--active {
    height: auto
}

.termine.blog--box .blog--box-link {
    text-align: left;
    font-style: normal;
    margin-bottom: 0;
    cursor: pointer
}

.termine.blog--box .blog--box-link:hover {
    color: inherit
}

.termine .title,
.termine .dates {
    font-size: 14px !important;
    display: block;
    font-style: normal
}

.termine .title {
    font-weight: bold;
    padding: 10px 0 5px 0
}

@media screen and (min-width: 64em) {
    .termine .title {
        line-height: 14px !important
    }
}

.termine .close--button {
    float: right;
    margin-top: -10px
}

.termine .close--button:hover {
    cursor: pointer
}

.termine .link {
    display: block;
    font-size: 14px !important
}

@media screen and (min-width: 48em) {
    .termine .link {
        font-size: 15px !important
    }
}

@media screen and (min-width: 64em) {
    .termine .link {
        font-size: 17px !important
    }
}

.termine--sidebar {
    background: #f2f2f2
}

@media screen and (min-width: 48em) {
    .termine--sidebar + .blog--content {
        margin-top: 0;
        background: #ffffff
    }
}

@media screen and (min-width: 48em) {
    .termine--sidebar + .blog--content .blog--listing {
        padding-top: 50px
    }
    .termine--sidebar + .blog--content .blog--listing:after {
        border-color: #f2f2f2 transparent transparent transparent
    }
}

@media screen and (min-width: 48em) {
    .termine--sidebar .blog--filter-options .filter--container {
        margin-bottom: 50px
    }
}

@media screen and (min-width: 64em) {
    .termine--sidebar .blog--filter-options {
        padding-bottom: 1px
    }
}

.image--termine {
    height: 50px;
    width: 50px;
    margin: 5px 20px 5px 5px;
    margin-right: 20px;
    display: inline-block;
    background-size: cover;
    float: left
}

.event--container {
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 110px;
    font-size: 12px !important;
    text-transform: uppercase;
    text-align: center;
    font-style: normal;
    line-height: 20px
}

.event--container .event--type {
    height: 20px;
    background: #0093d0;
    color: #ffffff;
    font-weight: bold
}

.event--container .event--type.testschwimmen {
    background: #fec126
}

.event--container .event--type.messe {
    background: #80c342
}

.event--container .event--type.event {
    background: #ff3030
}

.event--divider {
    display: block;
    clear: both;
    position: relative
}

.event--divider:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 60px;
    background: #000;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%)
}

.event--divider:after {
    right: auto;
    left: -30px
}

.section--subheader.date {
    display: block;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 20px;
    clear: both;
    font-weight: bold;
    font-style: italic
}

.section--subheader.date:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 60px;
    background: #000;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%)
}

.section--subheader.date:after {
    content: "";
    display: table;
    clear: both
}

.section--subheader.date:nth-of-type(1n+2) {
    padding-top: 40px
}

.entry--image {
    display: block;
    width: 100%;
    height: 200px;
    background-size: cover;
    margin-bottom: 15px
}

.blog--shoppingw {
    font-size: 16px;
    position: relative;
    height: 100%
}

.blog--shoppingw-inner {
    position: absolute;
    height: 80%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.blog--shoppingw .section--subheader {
    font-size: 19px !important;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
    display: block;
    font-weight: bold;
    font-style: italic;
    text-align: left
}

.blog--shoppingw .section--subheader:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 60px;
    background: #000;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
    right: auto;
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

@media screen and (min-width: 64em) {
    .blog--shoppingw .section--subheader {
        font-size: 28px !important
    }
}

.blog--shoppingw .entry--single-container {
    margin-bottom: 25px
}

.blog--shoppingw .entry--title {
    display: block;
    font-weight: bold;
    padding-bottom: 5px
}

.blog--shoppingw .entry--dates {
    display: block;
    line-height: 22px
}

.blog--shoppingw .proceed--button {
    padding: 7px 10px;
    font-weight: bold;
    text-transform: uppercase;
    border: 2px solid #000;
    color: #000
}

@media screen and (min-width: 30em) {
    .blog--shoppingw .proceed--button {
        position: absolute;
        left: 0;
        bottom: 0
    }
}

.blog--shoppingw .proceed--button:hover {
    background-color: #d8d8d8;
    text-decoration: none
}

.blog--shoppingw a:hover {
    text-decoration: underline
}

.content .image--termine {
    position: relative
}

.content .title {
    display: block;
    padding: 5px 0;
    position: relative
}

.content .dates {
    display: block;
    padding-bottom: 8px;
    position: relative
}

.content .event--content {
    background: #ffffff;
    padding: 20px
}

.content .link {
    display: block
}

.content .color--overlay {
    background: #f2f2f2;
    height: 60px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0
}

.js--modal {
    border-radius: 0;
    box-shadow: none
}

.js--modal .modal--close.termine {
    top: 70px;
    color: #000
}

.news--sidebar {
    background: #f2f2f2
}

.blog--detail .blog--detail-headline {
    color: #000;
    font-size: 28px;
    font-style: italic;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin-bottom: 60px
}

.blog--detail .blog--detail-headline::after {
    border-bottom: 2px solid #000;
    bottom: -20px;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    margin-left: -40px;
    position: absolute;
    width: 80px
}

.blog--detail .blog--box-metadata {
    border: 0;
    font-size: 17px
}

.blog--detail ol,
.blog--detail ul {
    font-size: 14px
}

.storelocator--50 {
    width: 100% !important
}

.is--ctl-storelocator .sidebar--categories-navigation {
    display: none
}

.is--ctl-storelocator .section--header {
    margin-bottom: 40px
}

.is--ctl-storelocator .content-main--inner {
    padding: 0
}

@media screen and (min-width: 64em) {
    #storeLocator #mapWrap {
        width: 100%;
        float: none
    }
}

#storeLocator #searchWrap #searchOptions {
    border: none !important
}

#storeLocator .section--subheader {
    display: block;
    font-size: 24px !important;
    margin: 15px 0 30px 0;
    font-weight: bold
}

@media screen and (min-width: 64em) {
    #storeLocator .section--subheader {
        font-size: 26px;
        margin-top: 50px
    }
}

#storeLocator .innerRight a,
#storeLocator .innerLeft a {
    display: inline-block;
    font-weight: bold
}

#storeLocator .featured .innerRight a,
#storeLocator .featured .innerLeft a {
    color: #ffffff
}

#storeLocator #itemsWrap {
    float: left
}

@media screen and (min-width: 78.75em) {
    #storeLocator #itemsWrap {
        padding: 0 15% !important
    }
}

@media (min-width: 1500px) {
    #storeLocator #itemsWrap {
        padding: 0 25% !important
    }
}

#storeLocator #itemsWrap .section--subheader {
    clear: both;
    font-style: italic
}

@media screen and (min-width: 64em) {
    #storeLocator #itemsWrap p {
        font-size: 17px !important
    }
}

#storeLocator #itemsWrap .itemWrap {
    background: #ffffff;
    border-bottom: 5px solid #0093d0;
    padding: 1px 15px 15px;
    margin-bottom: 25px
}

@media screen and (min-width: 64em) {
    #storeLocator #itemsWrap .itemWrap {
        margin: 0 20px 45px 20px;
        width: calc(50% - 40px);
        float: left;
        height: 160px
    }
}

#storeLocator #itemsWrap .itemWrap.featured {
    background: #0093d0;
    color: #fff
}

#storeLocator #itemsWrap .itemWrap.featured h2 {
    color: #ffffff
}

.storelocator--input {
    background: #262626;
    border: 3px solid #262626;
    box-shadow: none;
    width: 100%;
    float: left;
    border-radius: 0;
    box-shadow: 0 0 0 transparent;
    height: 48px !important;
    padding: 0 0 0 15px !important
}

.storelocator--input:focus + .btn {
    background: #e5e5e5 !important;
    color: #fff
}

.storelocator--input:focus + .btn:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 42px 8px;
    border-color: transparent transparent #e5e5e5 transparent;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}

@media screen and (min-width: 64em) {
    .storelocator--input:focus + .btn:before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 44px 8px;
        border-color: transparent transparent #e5e5e5 transparent;
        left: 0;
        top: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.saveadd {
    width: 43px !important;
    border: 0;
    margin: 0;
    height: 38px;
    padding: 0 !important;
    float: left;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #333;
    border-radius: 0;
    position: absolute;
    right: 3px;
    top: 3px;
    z-index: 1;
    background: #000000 !important
}

.saveadd:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 42px 8px;
    border-color: transparent transparent #000 transparent;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}

@media screen and (min-width: 64em) {
    .saveadd {
        height: 44px !important
    }
    .saveadd:before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 44px 8px;
        border-color: transparent transparent #000 transparent;
        left: 0;
        top: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.saveadd .button--text {
    display: block
}

.container--search-boxes:after {
    content: "";
    display: table;
    clear: both
}

@media screen and (min-width: 64em) {
    .container--search-boxes {
        width: 720px;
        margin: 0 auto
    }
    .container--search-boxes #radiusSelect {
        width: 130px !important
    }
    .container--search-boxes #radiusSelect .js--fancy-select {
        width: 100% !important
    }
    .container--search-boxes #storeSelect {
        width: 350px !important
    }
    .container--search-boxes #storeSelect input {
        width: 100% !important;
        font-size: 17px
    }
}

#errorBox,
#errorBoxNoResults,
#errorBoxNoInput,
#errorBoxNoFilter {
    padding: 0 10px;
    margin-bottom: 30px
}

@media screen and (min-width: 64em) {
    #errorBox,
    #errorBoxNoResults,
    #errorBoxNoInput,
    #errorBoxNoFilter {
        padding: 0;
        width: 500px;
        margin: 0 auto 50px auto
    }
}

#radiusSelect .js--fancy-select {
    border: 2px solid #000
}

#radiusSelect .js--fancy-select .js--fancy-select-trigger {
    color: #000000
}

#countrySelect .js--fancy-select {
    border: 2px solid #000
}

#countrySelect .js--fancy-select .js--fancy-select-trigger {
    color: #000000
}

#storeSelect {
    margin-top: 10px
}

@media screen and (min-width: 64em) {
    #storeSelect {
        margin-top: 0
    }
}

#storeSelect .storelocator--input {
    border: 2px solid #000;
    font-size: 17px
}

@media screen and (min-width: 64em) {
    #storeSelect .storelocator--input {
        height: 50px !important
    }
}

.geolocation {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0;
    clear: both
}

@media screen and (min-width: 64em) {
    .geolocation {
        font-size: 22px
    }
}

.geolocation span {
    display: inline-block
}

.geolocation span:hover {
    cursor: pointer
}

#storeWrap {
    background: #f2f2f2
}

.storeLocator-mapItem .itemWrap h2 {
    margin-top: 10px
}

.storeLocator-mapItem .itemWrap p {
    margin-bottom: 10px
}

.storeLocator-mapItem .itemWrap .innerLeft {
    width: 100% !important
}

.storeLocator-mapItem .itemWrap.extended {
    width: 300px
}

.storeLocator-mapItem .itemWrap.extended .innerLeft {
    width: 49% !important
}

.is--ctl-PaymentHgw .content-main {
    padding-top: 250px
}

@media screen and (min-width: 64em) {
    .product-slider--item {
        width: 25% !important
    }
}
