.transparent-background,
.dark-90,
.dark-80,
.dark-70,
.dark-60,
.dark-50,
.dark-40,
.dark-30,
.dark-20,
.dark-10,
.light-90,
.light-80,
.light-70,
.light-60,
.light-50,
.light-40,
.light-30,
.light-20,
.light-10,
.loader-overlay-bg,
.loader-overlay-bg.loader-hide,
.loader-overlay-bg.loader-show,
.overlay-background {
  background-color: transparent;
  zoom: 1;
}

.dark-90 {
  background-color: rgba(0,0,0,0.9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6000000,endColorstr=#E6000000);
}

.dark-80 {
  background-color: rgba(0,0,0,0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000);
}

.dark-70 {
  background-color: rgba(0,0,0,0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3000000,endColorstr=#B3000000);
}

.dark-60 {
  background-color: rgba(0,0,0,0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
}

.dark-50 {
  background-color: rgba(0,0,0,0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000);
}

.dark-40 {
  background-color: rgba(0,0,0,0.4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
}

.dark-30 {
  background-color: rgba(0,0,0,0.3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4D000000,endColorstr=#4D000000);
}

.dark-20 {
  background-color: rgba(0,0,0,0.2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000);
}

.dark-10 {
  background-color: rgba(0,0,0,0.1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1A000000,endColorstr=#1A000000);
}

.light-90 {
  background-color: rgba(255,255,255,0.9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6FFFFFF,endColorstr=#E6FFFFFF);
}

.light-80 {
  background-color: rgba(255,255,255,0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF,endColorstr=#CCFFFFFF);
}

.light-70 {
  background-color: rgba(255,255,255,0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3FFFFFF,endColorstr=#B3FFFFFF);
}

.light-60 {
  background-color: rgba(255,255,255,0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF,endColorstr=#99FFFFFF);
}

.light-50 {
  background-color: rgba(255,255,255,0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80FFFFFF,endColorstr=#80FFFFFF);
}

.light-40 {
  background-color: rgba(255,255,255,0.4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66FFFFFF,endColorstr=#66FFFFFF);
}

.light-30 {
  background-color: rgba(255,255,255,0.3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4DFFFFFF,endColorstr=#4DFFFFFF);
}

.light-20 {
  background-color: rgba(255,255,255,0.2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FFFFFF,endColorstr=#33FFFFFF);
}

.light-10 {
  background-color: rgba(255,255,255,0.1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1AFFFFFF,endColorstr=#1AFFFFFF);
}

.webkitForceHardwareAcceleration {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

@-ms-viewport {
  width: device-width;
}

body {
  scroll-behavior: smooth;
}

body {
  font-family: Helvetica,Arial,sans-serif;
}

* {
  margin: 0;
  vertical-align: baseline;
}

img[usemap] {
  border: none;
  height: auto;
  max-width: 100%;
  width: auto;
}

img[width="1"][height="1"] {
  position: absolute;
  top: 0;
  left: 0;
}

.clearfix::after,
.button-group::after,
.service-rating-component .ratingbox-inner::after {
  content: "";
  display: table;
  clear: both;
  font-size: 0;
  line-height: 0;
}

.helper-noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.helper-bold,
table.table-common th {
  font-weight: 700;
}

.helper-textcenter {
  text-align: center;
}

.helper-textleft {
  text-align: left;
}

.helper-textright {
  text-align: right;
}

.helper-expand {
  width: 100%;
}

.helper-left {
  float: left;
}

.helper-right {
  float: right;
}

.helper-left-clear {
  clear: left;
}

.helper-right-clear {
  clear: right;
}

.helper-clear {
  clear: both;
}

.helper-center {
  margin-left: auto;
  margin-right: auto;
}

.helper-hide {
  display: none;
}

.helper-invisible {
  visibility: hidden;
}

.helper-extra-line {
  clear: left;
  display: block;
}

.helper-normal-word-wrap {
  word-wrap: normal !important;
}

.helper-bg-color-1,
a.extended-link.link-style-season1button,
.extended-link.link-style-season1button.link {
  background-color: #a44f74 !important;
}

.helper-bg-color-1.btn:hover:not(:disabled),
a.btn.extended-link.link-style-season1button:hover:not(:disabled),
.btn.extended-link.link-style-season1button.link:hover:not(:disabled),
#result-page-navigation .paging-navigation .extended-link.link-style-season1button.link.paging-tile:hover:not(:disabled),
#result-page-navigation .paging-navigation a.extended-link.link-style-season1button.paging-tile:hover:not(:disabled),
#result-page-navigation .paging-navigation .helper-bg-color-1.paging-tile:hover:not(:disabled) {
  background-color: rgba(164,79,116,0.8) !important;
}

.helper-bg-color-2,
a.extended-link.link-style-season2button,
.extended-link.link-style-season2button.link {
  background-color: #d9ae84 !important;
}

.helper-bg-color-2.btn:hover:not(:disabled),
a.btn.extended-link.link-style-season2button:hover:not(:disabled),
.btn.extended-link.link-style-season2button.link:hover:not(:disabled),
#result-page-navigation .paging-navigation .extended-link.link-style-season2button.link.paging-tile:hover:not(:disabled),
#result-page-navigation .paging-navigation a.extended-link.link-style-season2button.paging-tile:hover:not(:disabled),
#result-page-navigation .paging-navigation .helper-bg-color-2.paging-tile:hover:not(:disabled) {
  background-color: rgba(217,174,132,0.8) !important;
}

.helper-bg-color-save {
  background-color: #a44f74 !important;
}

.helper-bg-color-grey {
  background-color: #f2f2f2;
}

.helper-text-color-hint {
  color: #0036ff;
}

.helper-text-color-note {
  color: #999;
}

.helper-absolute-center {
  position: absolute;
  overflow: auto;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 50%;
  margin: auto;
}

.helper-strikethrough {
  text-decoration: line-through;
}

.helper-underline {
  text-decoration: underline;
}

.helper-leading-uppercase {
  text-transform: capitalize;
}

.helper-breakword {
  word-break: break-all;
}

.helper-block {
  display: block;
}

.helper-img-size img {
  max-width: 100%;
  height: auto;
}

.helper-ellipse {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

[class*="inner-spacing-bottom-"]>*:last-child {
  margin-bottom: 0;
}

.spacing-bottom-1,
.inner-spacing-bottom-1>* {
  margin-bottom: 3px;
}

.spacing-bottom-1.border:not(.border-side),
.inner-spacing-bottom-1>*.border:not(.border-side) {
  margin-bottom: 1px;
}

.spacing-bottom-1.line:not(.line-type-2),
.inner-spacing-bottom-1>*.line:not(.line-type-2) {
  margin-bottom: 2px;
}

.spacing-bottom-2,
.inner-spacing-bottom-2>* {
  margin-bottom: 6px;
}

.spacing-bottom-2.border:not(.border-side),
.inner-spacing-bottom-2>*.border:not(.border-side) {
  margin-bottom: 4px;
}

.spacing-bottom-2.line:not(.line-type-2),
.inner-spacing-bottom-2>*.line:not(.line-type-2) {
  margin-bottom: 5px;
}

.spacing-bottom-3,
.inner-spacing-bottom-3>* {
  margin-bottom: 9px;
}

.spacing-bottom-3.border:not(.border-side),
.inner-spacing-bottom-3>*.border:not(.border-side) {
  margin-bottom: 7px;
}

.spacing-bottom-3.line:not(.line-type-2),
.inner-spacing-bottom-3>*.line:not(.line-type-2) {
  margin-bottom: 8px;
}

.spacing-bottom-5,
.inner-spacing-bottom-5>* {
  margin-bottom: 15px;
}

.spacing-bottom-5.border:not(.border-side),
.inner-spacing-bottom-5>*.border:not(.border-side) {
  margin-bottom: 13px;
}

.spacing-bottom-5.line:not(.line-type-2),
.inner-spacing-bottom-5>*.line:not(.line-type-2) {
  margin-bottom: 14px;
}

.spacing-bottom-7,
.inner-spacing-bottom-7>* {
  margin-bottom: 21px;
}

.spacing-bottom-7.border:not(.border-side),
.inner-spacing-bottom-7>*.border:not(.border-side) {
  margin-bottom: 19px;
}

.spacing-bottom-7.line:not(.line-type-2),
.inner-spacing-bottom-7>*.line:not(.line-type-2) {
  margin-bottom: 20px;
}

.spacing-bottom-8,
.inner-spacing-bottom-8>* {
  margin-bottom: 24px;
}

.spacing-bottom-8.border:not(.border-side),
.inner-spacing-bottom-8>*.border:not(.border-side) {
  margin-bottom: 22px;
}

.spacing-bottom-8.line:not(.line-type-2),
.inner-spacing-bottom-8>*.line:not(.line-type-2) {
  margin-bottom: 23px;
}

.spacing-bottom-10,
.inner-spacing-bottom-10>* {
  margin-bottom: 30px;
}

.spacing-bottom-10.border:not(.border-side),
.inner-spacing-bottom-10>*.border:not(.border-side) {
  margin-bottom: 28px;
}

.spacing-bottom-10.line:not(.line-type-2),
.inner-spacing-bottom-10>*.line:not(.line-type-2) {
  margin-bottom: 29px;
}

.spacing-bottom-13,
.inner-spacing-bottom-13>* {
  margin-bottom: 39px;
}

.spacing-bottom-13.border:not(.border-side),
.inner-spacing-bottom-13>*.border:not(.border-side) {
  margin-bottom: 37px;
}

.spacing-bottom-13.line:not(.line-type-2),
.inner-spacing-bottom-13>*.line:not(.line-type-2) {
  margin-bottom: 38px;
}

.spacing-bottom-17,
.inner-spacing-bottom-17>* {
  margin-bottom: 51px;
}

.spacing-bottom-17.border:not(.border-side),
.inner-spacing-bottom-17>*.border:not(.border-side) {
  margin-bottom: 49px;
}

.spacing-bottom-17.line:not(.line-type-2),
.inner-spacing-bottom-17>*.line:not(.line-type-2) {
  margin-bottom: 50px;
}

.spacing-bottom-18,
.inner-spacing-bottom-18>* {
  margin-bottom: 54px;
}

.spacing-bottom-18.border:not(.border-side),
.inner-spacing-bottom-18>*.border:not(.border-side) {
  margin-bottom: 52px;
}

.spacing-bottom-18.line:not(.line-type-2),
.inner-spacing-bottom-18>*.line:not(.line-type-2) {
  margin-bottom: 53px;
}

.spacing-bottom-23,
.inner-spacing-bottom-23>* {
  margin-bottom: 69px;
}

.spacing-bottom-23.border:not(.border-side),
.inner-spacing-bottom-23>*.border:not(.border-side) {
  margin-bottom: 67px;
}

.spacing-bottom-23.line:not(.line-type-2),
.inner-spacing-bottom-23>*.line:not(.line-type-2) {
  margin-bottom: 68px;
}

.spacing-left-5 {
  margin-left: 5px;
}

.spacing-left-15 {
  margin-left: 15px;
}

.spacing-right-15 {
  margin-right: 15px;
}

#emergency {
  margin: 15px 0;
}

#content .yCmsContentSlot {
  margin-bottom: 0;
}

a,
.link,
a:visited,
.link:visited {
  text-decoration: underline;
  color: #333;
}

a:hover,
.link:hover,
a:visited:hover,
.link:visited:hover {
  text-decoration: none;
  cursor: pointer;
}

a.underline,
.underline.link,
a:visited.underline,
.link:visited.underline {
  text-decoration: underline;
}

a.extra-touch-space-small,
.extra-touch-space-small.link,
a:visited.extra-touch-space-small,
.link:visited.extra-touch-space-small {
  padding: 6px;
  margin: -6px;
}

a.extra-touch-space-medium,
.extra-touch-space-medium.link,
a:visited.extra-touch-space-medium,
.link:visited.extra-touch-space-medium {
  padding: 9px;
  margin: -9px;
}

a.extra-touch-space-large,
.extra-touch-space-large.link,
a:visited.extra-touch-space-large,
.link:visited.extra-touch-space-large {
  padding: 15px;
  margin: -15px;
}

.link {
  cursor: pointer;
}

.underline-alternative {
  text-decoration: none !important;
}

.underline-alternative:hover {
  text-decoration: underline !important;
}

.no-link {
  text-decoration: none !important;
}

.no-link:hover {
  text-decoration: none;
  cursor: default;
}

.no-link:focus {
  outline: none;
}

.uppercase {
  text-transform: uppercase;
}

.content .availability {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.availability {
  display: inline-block;
  overflow: visible;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  visibility: hidden;
  margin: 3px;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.availability.availability-green {
  visibility: visible;
  background-color: #689120;
}

.availability.availability-yellow {
  visibility: visible;
  background-color: #e3ab00;
}

.availability.availability-red {
  visibility: visible;
  background-color: #f32200;
}

.list-normal li {
  list-style-position: inside;
}

.list-normal li li {
  text-indent: 21px;
}

ul.list-normal li {
  list-style-type: disc;
}

ol.list-normal li {
  list-style-type: decimal;
}

.li-inline {
  display: list-item !important;
  list-style-type: disc;
  list-style-position: inside;
}

table.table-common {
  color: #333;
  font-size: 11px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-collapse: collapse;
}

table.table-common tr {
  line-height: 36px;
  border: 1px solid #e8e8e8;
}

table.table-common th,
table.table-common td {
  vertical-align: middle;
  padding: 0 9px;
  border: 1px solid #e8e8e8;
}

table.table-common th {
  text-transform: uppercase;
  background-color: #f2f2f2;
}

.image-helper {
  margin-bottom: 9px;
}

.image-helper.helper-right {
  margin-left: 21px;
}

.image-helper.helper-left {
  margin-right: 21px;
}

.row {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  width: 46.5em;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.row.collapse>.column,
.row.collapse>.columns {
  padding-left: 0;
  padding-right: 0;
}

.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.row .row {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}

.row .row:before,
.row .row:after {
  content: " ";
  display: table;
}

.row .row:after {
  clear: both;
}

.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}

.row .row.collapse:before,
.row .row.collapse:after {
  content: " ";
  display: table;
}

.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

[class*="column"]+[class*="column"]:last-child {
  float: right;
}

[class*="column"]+[class*="column"].end {
  float: left;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 0.625em;
    padding-right: 0.625em;
    float: left;
  }

  .column.empty-space::after,
  .columns.empty-space::after {
    content: '';
    display: inline-block;
  }

  .row .row {
    margin-left: -0.625em;
    margin-right: -0.625em;
  }

  .small-0_5 {
    width: 4.33333%;
  }

  .small-1 {
    width: 8.33333%;
  }

  .small-2,
  #page-footer.sticky:not(.open) .footer-cell.small-4 {
    width: 16.66667%;
  }

  .small-3 {
    width: 25%;
  }

  .small-4 {
    width: 33.33333%;
  }

  .small-5 {
    width: 41.66667%;
  }

  .small-6 {
    width: 50%;
  }

  .small-7 {
    width: 58.33333%;
  }

  .small-8 {
    width: 66.66667%;
  }

  .small-9 {
    width: 75%;
  }

  .small-10 {
    width: 83.33333%;
  }

  .small-11 {
    width: 91.66667%;
  }

  .small-12 {
    width: 100%;
  }

  .small-offset-0 {
    margin-left: 0% !important;
  }

  .small-offset-1 {
    margin-left: 8.33333% !important;
  }

  .small-offset-2 {
    margin-left: 16.66667% !important;
  }

  .small-offset-3 {
    margin-left: 25% !important;
  }

  .small-offset-4 {
    margin-left: 33.33333% !important;
  }

  .small-offset-5 {
    margin-left: 41.66667% !important;
  }

  .small-offset-6 {
    margin-left: 50% !important;
  }

  .small-offset-7 {
    margin-left: 58.33333% !important;
  }

  .small-offset-8 {
    margin-left: 66.66667% !important;
  }

  .small-offset-9 {
    margin-left: 75% !important;
  }

  .small-offset-10 {
    margin-left: 83.33333% !important;
  }

  .small-offset-11 {
    margin-left: 91.66667% !important;
  }

  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }

  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
}

@media only screen and (min-width: 64em) {
  .row {
    width: 60em;
  }

  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 0.625em;
    padding-right: 0.625em;
    float: left;
  }

  .medium-1 {
    width: 8.33333%;
  }

  .medium-2 {
    width: 16.66667%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-4 {
    width: 33.33333%;
  }

  .medium-5 {
    width: 41.66667%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-7 {
    width: 58.33333%;
  }

  .medium-8 {
    width: 66.66667%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-10 {
    width: 83.33333%;
  }

  .medium-11 {
    width: 91.66667%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-0 {
    margin-left: 0% !important;
  }

  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }

  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }

  .medium-offset-3 {
    margin-left: 25% !important;
  }

  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }

  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }

  .medium-offset-6 {
    margin-left: 50% !important;
  }

  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }

  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }

  .medium-offset-9 {
    margin-left: 75% !important;
  }

  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }

  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }

  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }

  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}

@media only screen and (min-width: 80em) {
  .row {
    width: 75em;
  }

  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }

  .row .row {
    margin-left: -0.9375em;
    margin-right: -0.9375em;
  }

  .large-1 {
    width: 8.33333%;
  }

  .large-2 {
    width: 16.66667%;
  }

  .large-3 {
    width: 25%;
  }

  .large-4 {
    width: 33.33333%;
  }

  .large-5 {
    width: 41.66667%;
  }

  .large-6 {
    width: 50%;
  }

  .large-7 {
    width: 58.33333%;
  }

  .large-8 {
    width: 66.66667%;
  }

  .large-9 {
    width: 75%;
  }

  .large-10 {
    width: 83.33333%;
  }

  .large-11 {
    width: 91.66667%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-0 {
    margin-left: 0% !important;
  }

  .large-offset-1 {
    margin-left: 8.33333% !important;
  }

  .large-offset-2 {
    margin-left: 16.66667% !important;
  }

  .large-offset-3 {
    margin-left: 25% !important;
  }

  .large-offset-4 {
    margin-left: 33.33333% !important;
  }

  .large-offset-5 {
    margin-left: 41.66667% !important;
  }

  .large-offset-6 {
    margin-left: 50% !important;
  }

  .large-offset-7 {
    margin-left: 58.33333% !important;
  }

  .large-offset-8 {
    margin-left: 66.66667% !important;
  }

  .large-offset-9 {
    margin-left: 75% !important;
  }

  .large-offset-10 {
    margin-left: 83.33333% !important;
  }

  .large-offset-11 {
    margin-left: 91.66667% !important;
  }

  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }

  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem !important;
}

[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
  content: " ";
  display: table;
}

[class*="block-grid-"]:after {
  clear: both;
}

[class*="block-grid-"]>li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.625rem 21px;
  box-sizing: border-box;
}

@media only screen {
  .small-block-grid-1>li {
    width: 100%;
    list-style: none;
  }

  .small-block-grid-1>li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-1>li:nth-of-type(1n+1) {
    clear: both;
  }

  .small-block-grid-2>li {
    width: 50%;
    list-style: none;
  }

  .small-block-grid-2>li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-2>li:nth-of-type(2n+1) {
    clear: both;
  }

  .small-block-grid-3>li {
    width: 33.33333%;
    list-style: none;
  }

  .small-block-grid-3>li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-3>li:nth-of-type(3n+1) {
    clear: both;
  }

  .small-block-grid-4>li {
    width: 25%;
    list-style: none;
  }

  .small-block-grid-4>li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-4>li:nth-of-type(4n+1) {
    clear: both;
  }

  .small-block-grid-5>li {
    width: 20%;
    list-style: none;
  }

  .small-block-grid-5>li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-5>li:nth-of-type(5n+1) {
    clear: both;
  }

  .small-block-grid-6>li {
    width: 16.66667%;
    list-style: none;
  }

  .small-block-grid-6>li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-6>li:nth-of-type(6n+1) {
    clear: both;
  }

  .small-block-grid-7>li {
    width: 14.28571%;
    list-style: none;
  }

  .small-block-grid-7>li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-7>li:nth-of-type(7n+1) {
    clear: both;
  }

  .small-block-grid-8>li {
    width: 12.5%;
    list-style: none;
  }

  .small-block-grid-8>li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-8>li:nth-of-type(8n+1) {
    clear: both;
  }

  .small-block-grid-9>li {
    width: 11.11111%;
    list-style: none;
  }

  .small-block-grid-9>li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-9>li:nth-of-type(9n+1) {
    clear: both;
  }

  .small-block-grid-10>li {
    width: 10%;
    list-style: none;
  }

  .small-block-grid-10>li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-10>li:nth-of-type(10n+1) {
    clear: both;
  }

  .small-block-grid-11>li {
    width: 9.09091%;
    list-style: none;
  }

  .small-block-grid-11>li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-11>li:nth-of-type(11n+1) {
    clear: both;
  }

  .small-block-grid-12>li {
    width: 8.33333%;
    list-style: none;
  }

  .small-block-grid-12>li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-12>li:nth-of-type(12n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 40.063em) {
  .medium-block-grid-1>li {
    width: 100%;
    list-style: none;
  }

  .medium-block-grid-1>li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-1>li:nth-of-type(1n+1) {
    clear: both;
  }

  .medium-block-grid-2>li {
    width: 50%;
    list-style: none;
  }

  .medium-block-grid-2>li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-2>li:nth-of-type(2n+1) {
    clear: both;
  }

  .medium-block-grid-3>li {
    width: 33.33333%;
    list-style: none;
  }

  .medium-block-grid-3>li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-3>li:nth-of-type(3n+1) {
    clear: both;
  }

  .medium-block-grid-4>li {
    width: 25%;
    list-style: none;
  }

  .medium-block-grid-4>li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-4>li:nth-of-type(4n+1) {
    clear: both;
  }

  .medium-block-grid-5>li {
    width: 20%;
    list-style: none;
  }

  .medium-block-grid-5>li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-5>li:nth-of-type(5n+1) {
    clear: both;
  }

  .medium-block-grid-6>li {
    width: 16.66667%;
    list-style: none;
  }

  .medium-block-grid-6>li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-6>li:nth-of-type(6n+1) {
    clear: both;
  }

  .medium-block-grid-7>li {
    width: 14.28571%;
    list-style: none;
  }

  .medium-block-grid-7>li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-7>li:nth-of-type(7n+1) {
    clear: both;
  }

  .medium-block-grid-8>li {
    width: 12.5%;
    list-style: none;
  }

  .medium-block-grid-8>li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-8>li:nth-of-type(8n+1) {
    clear: both;
  }

  .medium-block-grid-9>li {
    width: 11.11111%;
    list-style: none;
  }

  .medium-block-grid-9>li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-9>li:nth-of-type(9n+1) {
    clear: both;
  }

  .medium-block-grid-10>li {
    width: 10%;
    list-style: none;
  }

  .medium-block-grid-10>li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-10>li:nth-of-type(10n+1) {
    clear: both;
  }

  .medium-block-grid-11>li {
    width: 9.09091%;
    list-style: none;
  }

  .medium-block-grid-11>li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-11>li:nth-of-type(11n+1) {
    clear: both;
  }

  .medium-block-grid-12>li {
    width: 8.33333%;
    list-style: none;
  }

  .medium-block-grid-12>li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-12>li:nth-of-type(12n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 64.063em) {
  .large-block-grid-1>li {
    width: 100%;
    list-style: none;
  }

  .large-block-grid-1>li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-1>li:nth-of-type(1n+1) {
    clear: both;
  }

  .large-block-grid-2>li {
    width: 50%;
    list-style: none;
  }

  .large-block-grid-2>li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-2>li:nth-of-type(2n+1) {
    clear: both;
  }

  .large-block-grid-3>li {
    width: 33.33333%;
    list-style: none;
  }

  .large-block-grid-3>li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-3>li:nth-of-type(3n+1) {
    clear: both;
  }

  .large-block-grid-4>li {
    width: 25%;
    list-style: none;
  }

  .large-block-grid-4>li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-4>li:nth-of-type(4n+1) {
    clear: both;
  }

  .large-block-grid-5>li {
    width: 20%;
    list-style: none;
  }

  .large-block-grid-5>li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-5>li:nth-of-type(5n+1) {
    clear: both;
  }

  .large-block-grid-6>li {
    width: 16.66667%;
    list-style: none;
  }

  .large-block-grid-6>li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-6>li:nth-of-type(6n+1) {
    clear: both;
  }

  .large-block-grid-7>li {
    width: 14.28571%;
    list-style: none;
  }

  .large-block-grid-7>li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-7>li:nth-of-type(7n+1) {
    clear: both;
  }

  .large-block-grid-8>li {
    width: 12.5%;
    list-style: none;
  }

  .large-block-grid-8>li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-8>li:nth-of-type(8n+1) {
    clear: both;
  }

  .large-block-grid-9>li {
    width: 11.11111%;
    list-style: none;
  }

  .large-block-grid-9>li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-9>li:nth-of-type(9n+1) {
    clear: both;
  }

  .large-block-grid-10>li {
    width: 10%;
    list-style: none;
  }

  .large-block-grid-10>li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-10>li:nth-of-type(10n+1) {
    clear: both;
  }

  .large-block-grid-11>li {
    width: 9.09091%;
    list-style: none;
  }

  .large-block-grid-11>li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-11>li:nth-of-type(11n+1) {
    clear: both;
  }

  .large-block-grid-12>li {
    width: 8.33333%;
    list-style: none;
  }

  .large-block-grid-12>li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-12>li:nth-of-type(12n+1) {
    clear: both;
  }
}

@media only screen {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .show-for-medium-only,
  .show-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up {
    display: inherit !important;
  }

  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .hide-for-medium-only,
  .hide-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: none !important;
  }

  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .visible-for-medium-only,
  .visible-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .hidden-for-medium-only,
  .hidden-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.show-for-medium-only,
  table.show-for-medium-up,
  table.show-for-medium,
  table.show-for-medium-down,
  table.hide-for-large-only,
  table.hide-for-large-up,
  table.hide-for-large,
  table.show-for-large-down,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up {
    display: table;
  }

  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.show-for-medium-only,
  thead.show-for-medium-up,
  thead.show-for-medium,
  thead.show-for-medium-down,
  thead.hide-for-large-only,
  thead.hide-for-large-up,
  thead.hide-for-large,
  thead.show-for-large-down,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.show-for-medium-only,
  tbody.show-for-medium-up,
  tbody.show-for-medium,
  tbody.show-for-medium-down,
  tbody.hide-for-large-only,
  tbody.hide-for-large-up,
  tbody.hide-for-large,
  tbody.show-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up {
    display: table-row-group !important;
  }

  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.show-for-medium-only,
  tr.show-for-medium-up,
  tr.show-for-medium,
  tr.show-for-medium-down,
  tr.hide-for-large-only,
  tr.hide-for-large-up,
  tr.hide-for-large,
  tr.show-for-large-down,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up {
    display: table-row !important;
  }

  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.show-for-medium-only,
  td.show-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.show-for-medium,
  td.show-for-medium,
  th.show-for-medium-down,
  td.show-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.hide-for-large-up,
  td.hide-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.show-for-large-down,
  td.show-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  td.hide-for-xlarge-up,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up {
    display: table-cell !important;
  }
}

@media only screen and (min-width: 64em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up {
    display: inherit !important;
  }

  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: none !important;
  }

  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-medium-only,
  .visible-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-medium-only,
  .hidden-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.show-for-large-only,
  table.show-for-large-up,
  table.show-for-large,
  table.show-for-large-down,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up {
    display: table;
  }

  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-medium-only,
  thead.show-for-medium-up,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.show-for-large-only,
  thead.show-for-large-up,
  thead.show-for-large,
  thead.show-for-large-down,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-medium-only,
  tbody.show-for-medium-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.show-for-large-only,
  tbody.show-for-large-up,
  tbody.show-for-large,
  tbody.show-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up {
    display: table-row-group !important;
  }

  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.show-for-large-only,
  tr.show-for-large-up,
  tr.show-for-large,
  tr.show-for-large-down,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up {
    display: table-row !important;
  }

  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.hide-for-medium-down,
  td.hide-for-medium-down,
  th.show-for-large-only,
  td.show-for-large-only,
  th.show-for-large-up,
  td.show-for-large-up,
  th.show-for-large,
  td.show-for-large,
  th.show-for-large-down,
  td.show-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  td.hide-for-xlarge-up,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up {
    display: table-cell !important;
  }
}

@media only screen and (min-width: 80em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-large-only,
  .show-for-large-up,
  .hide-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up {
    display: inherit !important;
  }

  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-large-only,
  .hide-for-large-up,
  .show-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: none !important;
  }

  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-medium-only,
  .visible-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .hidden-for-large-only,
  .visible-for-large-up,
  .hidden-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-medium-only,
  .hidden-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .visible-for-large-only,
  .hidden-for-large-up,
  .visible-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.hide-for-large-only,
  table.show-for-large-up,
  table.hide-for-large,
  table.hide-for-large-down,
  table.show-for-xlarge-only,
  table.show-for-xlarge-up,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up {
    display: table;
  }

  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-medium-only,
  thead.show-for-medium-up,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.hide-for-large-only,
  thead.show-for-large-up,
  thead.hide-for-large,
  thead.hide-for-large-down,
  thead.show-for-xlarge-only,
  thead.show-for-xlarge-up,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-medium-only,
  tbody.show-for-medium-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.hide-for-large-only,
  tbody.show-for-large-up,
  tbody.hide-for-large,
  tbody.hide-for-large-down,
  tbody.show-for-xlarge-only,
  tbody.show-for-xlarge-up,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up {
    display: table-row-group !important;
  }

  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.hide-for-large-only,
  tr.show-for-large-up,
  tr.hide-for-large,
  tr.hide-for-large-down,
  tr.show-for-xlarge-only,
  tr.show-for-xlarge-up,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up {
    display: table-row !important;
  }

  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.hide-for-medium-down,
  td.hide-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.show-for-large-up,
  td.show-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.hide-for-large-down,
  td.hide-for-large-down,
  th.show-for-xlarge-only,
  td.show-for-xlarge-only,
  th.show-for-xlarge-up,
  td.show-for-xlarge-up,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up {
    display: table-cell !important;
  }
}

@media only screen and (min-width: 64em) {
  .subnavi-layout .subnavi-content {
    float: right;
    min-height: 300px;
  }
}

.loader-overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000,endColorstr=#00000000);
  text-align: center;
  z-index: 0;
  visibility: hidden;
}

.loader-overlay-bg.loader-hide {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000,endColorstr=#00000000);
  height: 0 !important;
}

.loader-overlay-bg.loader-hide .loader-container {
  top: 35%;
  opacity: 0;
}

.loader-overlay-bg.loader-show {
  z-index: 5000;
  background-color: rgba(0,0,0,0.1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1A000000,endColorstr=#1A000000);
  visibility: visible;
}

.loader-overlay-bg.loader-show .loader-container {
  top: 40%;
  opacity: .8;
}

.loader-overlay-bg .loader-container {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
  font-size: 35px;
  width: 40px;
  border: 1px solid #999;
  background-color: #fff;
  padding: 15px;
  -webkit-box-shadow: 0 0 9px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0 9px rgba(0,0,0,0.4);
  -ms-box-shadow: 0 0 9px rgba(0,0,0,0.4);
  -o-box-shadow: 0 0 9px rgba(0,0,0,0.4);
  box-shadow: 0 0 9px rgba(0,0,0,0.4);
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 150ms ease-in-out 150ms;
  -moz-transition: all 150ms ease-in-out 150ms;
  -ms-transition: all 150ms ease-in-out 150ms;
  -o-transition: all 150ms ease-in-out 150ms;
  transition: all 150ms ease-in-out 150ms;
  opacity: 0;
}

.loader-overlay-bg .loader-container .loader {
  color: #689120;
}

.loader-overlay-bg-simple .loader-container {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 24px;
  margin-top: -12px;
  margin-left: -12px;
}

.loader-overlay-bg-simple.loader-hide .loader-container {
  display: none;
}

.loader-overlay-bg-simple.loader-show .loader-container {
  display: block;
}

html,
body,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
.link,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

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

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

li {
  list-style: none;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  font-family: Helvetica,Arial,sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a,
.link {
  background: transparent;
}

a:focus,
.link:focus {
  outline: thin dotted;
}

a:active,
.link:active,
a:hover,
.link:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

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: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

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

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
.h1 {
  font: 400 30px/30px "Roboto-Regular",Helvetica,Arial,sans-serif;
  letter-spacing: -.025em;
  font-style: normal;
}

h1.typo-second,
.h1.typo-second {
  font: 400 30px/30px Helvetica,Arial,sans-serif;
  letter-spacing: .06em;
  font-style: normal;
}

h2,
.h2 {
  font: 400 24px/27px "Roboto-Regular",Helvetica,Arial,sans-serif;
  letter-spacing: -.025em;
  font-style: normal;
}

h2.typo-second,
.h2.typo-second {
  font: 400 11px/18px Helvetica,Arial,sans-serif;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-style: normal;
}

h3,
.h3,
.checkout-progress-step::before {
  font: 400 14px/15px "Roboto-Regular",Helvetica,Arial,sans-serif;
  letter-spacing: -.01em;
  font-style: normal;
}

h3.typo-second,
.h3.typo-second,
.typo-second.checkout-progress-step::before {
  font: 400 11px/18px Helvetica,Arial,sans-serif;
  letter-spacing: .06em;
  font-style: normal;
}

p,
.p,
input,
textarea,
label,
li,
form,
dl,
.addressvalidation-font,
.sod_select,
.product-price,
.price-regular,
.product-price-old,
.product-price-new,
#account-nav #account-nav-flyout a,
#account-nav #account-nav-flyout .link {
  font: 400 11px/18px Helvetica,Arial,sans-serif;
  letter-spacing: .06em;
  word-wrap: break-word;
}

p.small,
.p.small,
input.small,
textarea.small,
label.small,
li.small,
form.small,
dl.small,
.addressvalidation-font.small,
.sod_select.small,
.product-price.small,
.price-regular.small,
.product-price-old.small,
.product-price-new.small,
#account-nav #account-nav-flyout a.small,
#account-nav #account-nav-flyout .small.link {
  font-size: 10px;
  line-height: 15px;
}

.price-regular,
.product-price-old,
.product-price-new,
.price-new {
  font-weight: 700;
  color: #333;
}

.product-price-new,
.price-new {
  color: #e6007e;
}

.product-price-old,
.product-price-old span,
.price-old,
.price-old span {
  text-decoration: line-through !important;
}

.price-base {
  font-size: 10px;
  color: #333;
  line-height: 15px;
}

.total-price-bold {
  font-weight: 700;
}

.total-price-bold>p {
  font-weight: 700;
  white-space: nowrap;
}

.total-save {
  color: #e6007e;
}

.macosx .sod_select,
.ios .sod_select {
  letter-spacing: 0;
}

ul.linklist-normal {
  list-style: none;
  text-transform: uppercase;
  color: #333;
  font: 900 14px/21px Helvetica,Arial,sans-serif;
  padding: 0;
}

ul.linklist-normal li {
  margin-left: 10px;
}

ul.linklist-normal li a,
ul.linklist-normal li .link {
  text-decoration: none;
}

ul.linklist-normal li a:hover,
ul.linklist-normal li .link:hover {
  text-decoration: underline;
  cursor: pointer;
}

ul.linklist-normal.linklist-bold {
  text-align: right;
}

ul.linklist-normal.linklist-bold li {
  margin-left: 10px;
  padding-right: 2px;
}

ul.linklist-normal.linklist-bold li::after {
  font: 400 10px/10px "GinIcons";
  content: "\e605";
}

ul.linklist-normal.linklist-horizontal li {
  display: inline-block;
}

a.extended-link,
.extended-link.link {
  text-decoration: none;
  display: inline-block;
}

a.extended-link.link-style-normal,
.extended-link.link-style-normal.link {
  font-weight: normal;
  text-decoration: none;
}

a.extended-link.link-style-important,
.extended-link.link-style-important.link {
  font-weight: bold !important;
  text-decoration: none !important;
}

a.extended-link.link-style-important:hover span.deco,
.extended-link.link-style-important.link:hover span.deco,
a.extended-link[class*="link-style-"]:not([class*="button"]):hover span.deco,
.extended-link[class*="link-style-"].link:not([class*="button"]):hover span.deco {
  text-decoration: underline !important;
}

a.extended-link.link-style-new,
.extended-link.link-style-new.link {
  color: #689120 !important;
}

a.extended-link.link-style-sale,
.extended-link.link-style-sale.link {
  color: #e6007e !important;
}

a.extended-link.link-style-blackbutton,
.extended-link.link-style-blackbutton.link {
  color: #fff !important;
}

a.extended-link.link-style-greybutton,
.extended-link.link-style-greybutton.link {
  color: #fff !important;
}

a.extended-link span.icon::before,
.extended-link.link span.icon::before {
  font-size: inherit;
  line-height: inherit;
}

#content .link-position-left,
#footer-checkout .link-position-left {
  float: left;
}

#content .link-position-left>a,
#content .link-position-left>.link,
#footer-checkout .link-position-left>a,
#footer-checkout .link-position-left>.link {
  text-align: left;
}

#content .link-position-right,
#footer-checkout .link-position-right {
  float: right;
}

#content .link-position-right>a,
#content .link-position-right>.link,
#footer-checkout .link-position-right>a,
#footer-checkout .link-position-right>.link {
  text-align: right;
}

#content .link-position-center,
#footer-checkout .link-position-center {
  text-align: center;
}

#content .link-position-center>a,
#content .link-position-center>.link,
#footer-checkout .link-position-center>a,
#footer-checkout .link-position-center>.link {
  text-align: center;
}

.font-size-1 {
  font-size: 10px;
}

.font-size-2 {
  font-size: 11px;
}

.font-size-3 {
  font-size: 14px;
}

.font-size-4 {
  font-size: 18px;
}

.font-size-5 {
  font-size: 24px;
}

.font-size-6 {
  font-size: 30px;
}

.payback-points {
  font-size: 14px;
  color: #0045ab;
  font-weight: 700;
}

#suggest,
#suggest-nohitsearchformcomponent {
  position: absolute;
  right: 0;
  display: none;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-bottom-width: 1px;
  padding-bottom: 5px;
  z-index: 110;
}

#suggest.full-width,
#suggest-nohitsearchformcomponent.full-width {
  width: 775px;
}

#suggest .suggests-headline,
#suggest-nohitsearchformcomponent .suggests-headline {
  margin: 9px;
  color: #333;
  line-height: 21px;
}

#suggest ul,
#suggest-nohitsearchformcomponent ul {
  border-top: 1px solid #e8e8e8;
  width: 100%;
}

#suggest li,
#suggest-nohitsearchformcomponent li {
  overflow: hidden;
}

#suggest li.active,
#suggest-nohitsearchformcomponent li.active {
  background: #a44f74;
}

#suggest li>a,
#suggest li>.link,
#suggest-nohitsearchformcomponent li>a,
#suggest-nohitsearchformcomponent li>.link {
  display: block;
  padding: 6px 9px;
  height: 15px;
}

#suggest li b,
#suggest-nohitsearchformcomponent li b {
  color: #a44f74;
}

#suggest li .info,
#suggest-nohitsearchformcomponent li .info {
  float: right;
  text-align: right;
}

#suggest li:hover,
#suggest li.active,
#suggest-nohitsearchformcomponent li:hover,
#suggest-nohitsearchformcomponent li.active {
  color: #fff;
}

#suggest li:hover span,
#suggest li:hover strong,
#suggest li:hover b,
#suggest li:hover a,
#suggest li:hover .link,
#suggest li.active span,
#suggest li.active strong,
#suggest li.active b,
#suggest li.active a,
#suggest li.active .link,
#suggest-nohitsearchformcomponent li:hover span,
#suggest-nohitsearchformcomponent li:hover strong,
#suggest-nohitsearchformcomponent li:hover b,
#suggest-nohitsearchformcomponent li:hover a,
#suggest-nohitsearchformcomponent li:hover .link,
#suggest-nohitsearchformcomponent li.active span,
#suggest-nohitsearchformcomponent li.active strong,
#suggest-nohitsearchformcomponent li.active b,
#suggest-nohitsearchformcomponent li.active a,
#suggest-nohitsearchformcomponent li.active .link {
  color: #fff;
}

#suggest .suggest-terms,
#suggest .suggest-products,
#suggest-nohitsearchformcomponent .suggest-terms,
#suggest-nohitsearchformcomponent .suggest-products {
  display: block;
  float: left;
}

#suggest .suggest-terms,
#suggest-nohitsearchformcomponent .suggest-terms {
  box-sizing: border-box;
}

#suggest .suggest-products,
#suggest-nohitsearchformcomponent .suggest-products {
  box-sizing: border-box;
  border-left: 1px solid #e8e8e8;
}

#suggest .suggest-products ul,
#suggest-nohitsearchformcomponent .suggest-products ul {
  float: left;
}

#suggest .suggest-products ul li,
#suggest-nohitsearchformcomponent .suggest-products ul li {
  height: auto;
  float: left;
  padding: 6px;
}

#suggest .suggest-products ul li a,
#suggest .suggest-products ul li .link,
#suggest-nohitsearchformcomponent .suggest-products ul li a,
#suggest-nohitsearchformcomponent .suggest-products ul li .link {
  padding: 0;
  height: 68px;
}

#suggest .suggest-products ul li a span.suggest-img,
#suggest .suggest-products ul li .link span.suggest-img,
#suggest-nohitsearchformcomponent .suggest-products ul li a span.suggest-img,
#suggest-nohitsearchformcomponent .suggest-products ul li .link span.suggest-img {
  float: left;
  width: 66px;
  height: 78px;
  margin: 0 6px 0 0;
  background-color: #fff;
}

#suggest .suggest-products ul li a span.suggest-img img,
#suggest .suggest-products ul li .link span.suggest-img img,
#suggest-nohitsearchformcomponent .suggest-products ul li a span.suggest-img img,
#suggest-nohitsearchformcomponent .suggest-products ul li .link span.suggest-img img {
  margin: 0 auto;
  max-height: 78px;
  max-width: 66px;
}

#suggest .suggest-products ul li a span.suggest-product-text,
#suggest .suggest-products ul li .link span.suggest-product-text,
#suggest-nohitsearchformcomponent .suggest-products ul li a span.suggest-product-text,
#suggest-nohitsearchformcomponent .suggest-products ul li .link span.suggest-product-text {
  float: left;
  width: 70%;
  margin: 0;
}

#suggest .suggest-products ul li a span.suggest-product-text span,
#suggest .suggest-products ul li .link span.suggest-product-text span,
#suggest-nohitsearchformcomponent .suggest-products ul li a span.suggest-product-text span,
#suggest-nohitsearchformcomponent .suggest-products ul li .link span.suggest-product-text span {
  margin: 0;
}

#suggest .suggest-products ul li a span.suggest-product-text .suggest-headline,
#suggest .suggest-products ul li .link span.suggest-product-text .suggest-headline,
#suggest .suggest-products ul li a span.suggest-product-text .suggest-term,
#suggest .suggest-products ul li .link span.suggest-product-text .suggest-term,
#suggest .suggest-products ul li a span.suggest-product-text .suggest-description,
#suggest .suggest-products ul li .link span.suggest-product-text .suggest-description,
#suggest-nohitsearchformcomponent .suggest-products ul li a span.suggest-product-text .suggest-headline,
#suggest-nohitsearchformcomponent .suggest-products ul li .link span.suggest-product-text .suggest-headline,
#suggest-nohitsearchformcomponent .suggest-products ul li a span.suggest-product-text .suggest-term,
#suggest-nohitsearchformcomponent .suggest-products ul li .link span.suggest-product-text .suggest-term,
#suggest-nohitsearchformcomponent .suggest-products ul li a span.suggest-product-text .suggest-description,
#suggest-nohitsearchformcomponent .suggest-products ul li .link span.suggest-product-text .suggest-description {
  display: block;
  width: 100%;
  float: left;
}

#suggest .suggest-products ul li a span.suggest-product-text .suggest-term,
#suggest .suggest-products ul li .link span.suggest-product-text .suggest-term,
#suggest-nohitsearchformcomponent .suggest-products ul li a span.suggest-product-text .suggest-term,
#suggest-nohitsearchformcomponent .suggest-products ul li .link span.suggest-product-text .suggest-term {
  margin-bottom: 5px;
}

#suggest .suggest-products ul li a span.suggest-product-text .suggest-description,
#suggest .suggest-products ul li .link span.suggest-product-text .suggest-description,
#suggest-nohitsearchformcomponent .suggest-products ul li a span.suggest-product-text .suggest-description,
#suggest-nohitsearchformcomponent .suggest-products ul li .link span.suggest-product-text .suggest-description {
  height: 33px;
  overflow: hidden;
}

#suggest.full-width .suggest-terms,
#suggest.full-width .suggest-products,
#suggest-nohitsearchformcomponent.full-width .suggest-terms,
#suggest-nohitsearchformcomponent.full-width .suggest-products {
  width: 50%;
}

@media screen and (max-width: 63.99em) {
  #page-header #suggest.full-width {
    width: 495px;
  }

  #page-header #suggest.full-width .suggest-product-text {
    width: 68%;
  }

  #page-header #suggest.half-width {
    width: 247.5px;
  }

  #page-header #suggest.half-width .suggest-product-text {
    width: 68%;
  }
}

@media screen and (min-width: 64em) {
  #page-header #suggest.full-width {
    width: 630px;
  }

  #page-header #suggest.half-width {
    width: 315px;
  }
}

@media screen and (min-width: 80em) {
  #page-header #suggest.full-width {
    width: 775px;
  }

  #page-header #suggest.half-width {
    width: 387.5px;
  }
}

.nohitsearchformcomponent-content-wrapper.with-image-left {
  width: 70%;
}

.nohitsearchformcomponent-content-wrapper .search {
  max-width: 535px;
  width: auto;
}

.nohitsearchformcomponent-content-wrapper .search .searchfield {
  width: 80%;
}

.nohitsearchformcomponent-content-wrapper .search .search-button {
  width: 20%;
}

.nohitsearchformcomponent-content-wrapper #suggest-nohitsearchformcomponent {
  left: 0;
}

.js-accordion :not(.spacing-bottom-*) {
  margin-bottom: 20px;
}

.js-accordion .tooltip-common:hover>span {
  display: block;
}

.js-accordion .section-head>p,
.js-accordion .section-body>p {
  padding: 0 20px;
  font: 400 10px/15px Helvetica,Arial,sans-serif;
  word-wrap: break-word;
}

.js-accordion section:not(.height-follows-content) {
  height: 220px;
}

.js-accordion section .section-head p {
  padding: 0 0 24px;
  margin: 0;
  text-transform: uppercase;
  color: #111;
  position: relative;
  font-weight: 900;
  cursor: pointer;
  letter-spacing: -.01em;
}

.js-accordion section .section-head p::before {
  font: 400 10px "GinIcons";
  line-height: inherit;
  content: "";
  position: absolute;
  top: 0;
}

.js-accordion section .section-head.arrow-right p:first-child {
  padding-right: 15px;
}

.js-accordion section .section-head.arrow-right p:first-child::before {
  right: 0;
}

.js-accordion section .section-head:not(.arrow-right) p:first-child {
  padding-left: 15px;
}

.js-accordion section .section-head:not(.arrow-right) p:first-child::before {
  left: 0;
}

.js-accordion section .section-head:not(.arrow-right) .tooltip-common span {
  font: 400 10px/15px Helvetica,Arial,sans-serif;
}

.js-accordion section .section-body p {
  margin: 0;
}

.js-accordion section.accordion-hidden .section-head>p {
  padding-bottom: 0;
}

.js-accordion section.accordion-hidden .section-head:not(.arrow-right) p:first-child::before {
  content: "";
  left: -2px;
}

.js-accordion section.accordion-hidden .section-head.arrow-right p:first-child::before {
  content: "";
  right: -2px;
}

.js-accordion section.accordion-hidden .section-body {
  display: none;
}

.animation-slide {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.fadein-helper {
  -webkit-animation: fadein 2s;
  -moz-animation: fadein 2s;
  -ms-animation: fadein 2s;
  -o-animation: fadein 2s;
  animation: fadein 2s;
}

.fadein-fast-helper {
  -webkit-animation: fadein 250ms;
  -moz-animation: fadein 250ms;
  -ms-animation: fadein 250ms;
  -o-animation: fadein 250ms;
  animation: fadein 250ms;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-moz-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-ms-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.panel {
  padding: 21px;
  background-color: #f2f2f2;
}

.panel.panel-type-1 {
  background-color: #111;
  color: #fff;
}

.panel.panel-type-2 {
  padding: 39px;
  background-color: #fff;
  color: #333;
}

.panel.panel-type-3 {
  background-color: #fff;
  color: #333;
}

.panel.panel-type-4 {
  padding-top: 9px;
  padding-bottom: 9px;
}

.panel.panel-type-5 {
  background-color: transparent;
}

.panel.border {
  background-color: #fff;
}

.border {
  border: 1px solid #e8e8e8;
}

.border.border-side {
  border-top-width: 0;
  border-bottom-width: 0;
}

.border.border-left {
  border-right-width: 0;
}

.border.border-right {
  border-left-width: 0;
}

.border.border-bottom {
  border-bottom-width: 0;
}

.border.border-top {
  border-top-width: 1px;
}

.border.border-only-top {
  border-width: 1px 0 0;
}

.border.border-not-top {
  border-top-width: 0;
}

.border.small {
  border-width: 1px;
}

.border.medium {
  border-width: 3px;
}

.border.large {
  border-width: 6px;
}

.border.border-color-type-1 {
  border-color: #111;
}

.border.border-color-type-2 {
  border-color: #cfcfcf;
}

.no-border {
  border-width: 0;
}

hr,
hr.line {
  clear: both;
  height: 0;
  border: 1px solid #e8e8e8;
  border-width: 0 0 1px;
}

hr.line-type-1,
hr.line.line-type-1 {
  border-color: #111;
}

hr.line-type-2,
hr.line.line-type-2 {
  border-bottom-width: 3px;
}

ul.color-boxes li {
  margin: 0 6px 6px 0;
}

ul.color-boxes .box {
  width: 27px;
  height: 19px;
  background-color: transparent;
  color: #111;
  border: 1px solid #e8e8e8;
  position: relative;
  cursor: pointer;
  margin-right: 8px;
}

ul.color-boxes .box.selected,
ul.color-boxes .box:hover {
  border-color: #111;
  box-shadow: inset 1px 1px 0px #fff,inset -1px -1px 0 #fff;
}

ul.color-boxes .box.selected:not(.no-icon)::after {
  font: 400 11px/11px "GinIcons";
  content: "\e60c";
  position: absolute;
  bottom: 3px;
  left: 8px;
}

ul.color-boxes .selected .box {
  border-color: #111;
  box-shadow: inset 1px 1px 0px #fff,inset -1px -1px 0 #fff;
}

ul.color-boxes span.box {
  display: inline-block;
  vertical-align: middle;
}

ul.color-boxes:nth-child(5n) {
  margin-right: 0;
}

ul.color-boxes:not(.list) li {
  float: left;
}

#cookie-hint {
  color: #999;
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
}

#cookie-hint .cookie-hint-wrapper {
  width: 100%;
  display: table;
}

#cookie-hint .cookie-hint-wrapper a,
#cookie-hint .cookie-hint-wrapper .link {
  color: #999;
}

#cookie-hint .cookie-hint-wrapper a.accept-cookie-btn,
#cookie-hint .cookie-hint-wrapper .accept-cookie-btn.link {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  width: 10%;
}

#cookie-hint .cookie-hint-wrapper .cookie-hint-text {
  display: table-cell;
  text-align: center;
  width: 90%;
}

.error-message-container {
  width: 100%;
  background-color: rgba(243,34,0,0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-color: #fff;
  padding: 9px;
  outline: 1px solid rgba(243,34,0,0.7);
}

.error-message-container p {
  font-size: 11px;
  line-height: 18px;
  color: #fff;
  font-weight: bold;
}

.error-message-container p span.icon {
  position: relative;
}

.error-message-container p span.icon::before {
  position: relative;
  top: 3px;
  margin: 0 5px 5px 0;
}

.macosx .sod_list_wrapper::-webkit-scrollbar {
  -webkit-appearance: none;
}

.macosx .sod_list_wrapper::-webkit-scrollbar:vertical {
  width: 11px;
}

.macosx .sod_list_wrapper::-webkit-scrollbar:horizontal {
  height: 11px;
}

.macosx .sod_list_wrapper::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white;
  background-color: rgba(0,0,0,0.5);
}

*:focus {
  outline: none;
}

button {
  background-color: transparent;
}

.size-ui-small input,
form input.size-ui-small,
.size-ui-medium input,
form input.size-ui-medium,
input {
  padding-left: 6px;
  padding-right: 6px;
}

.size-ui-large input,
form input.size-ui-large,
.size-ui-big input,
form input.size-ui-big {
  padding-left: 9px;
  padding-right: 9px;
}

textarea.border,
input.border {
  border-color: #999;
}

input[type=number]:not(.quantity-input):not(.quantity):not(.birthdate) {
  -moz-appearance: textfield;
}

input[type=number]:not(.quantity-input):not(.quantity):not(.birthdate)::-webkit-outer-spin-button,
input[type=number]:not(.quantity-input):not(.quantity):not(.birthdate)::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=radio]:not(.special-radio) ~ label::before,
input[type=checkbox] ~ label::before {
  border: 1px solid #999;
}

.sod_select .sod_label,
.sod_select .sod_list_wrapper {
  outline: 1px solid #999;
}

select:not(.js-no-chosen) {
  opacity: 0;
}

input.border:focus,
textarea.border:focus,
select.border:focus {
  color: #333;
  border-color: #333;
  outline: none;
}

input.border [readonly]:focus,
textarea.border [readonly]:focus,
select.border [readonly]:focus {
  border-color: #999;
}

textarea,
input {
  color: #333;
}

input,
textarea,
label,
select {
  display: inline-block;
}

input {
  min-height: 18px;
}

input[disabled] {
  background-color: #e8e8e8;
}

input.disabled {
  background-color: #e8e8e8;
}

input::placeholder {
  color: #999;
}

input[readonly] {
  color: #333;
  background-color: #f2f2f2;
}

input[type=radio],
input[type=checkbox] {
  opacity: 0;
  width: 0;
  position: absolute;
  left: -9999em;
}

input[type=checkbox] ~ label,
input[type=radio]:not(.special-radio) ~ label {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
}

input[type=checkbox] ~ label::before,
input[type=radio]:not(.special-radio) ~ label::before {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 6px;
  z-index: -2;
  vertical-align: middle;
  margin-bottom: 1px;
  background-color: #fff;
}

input[type=checkbox]:disabled ~ label::before,
input[type=radio]:not(.special-radio):disabled ~ label::before {
  background-color: #f2f2f2;
}

input[type=checkbox]:checked ~ label::after {
  content: "\e60c";
  font-family: "GinIcons";
  position: absolute;
  left: .125rem;
  top: .125rem;
}

input[type=radio]:not(.special-radio):checked ~ label::after {
  content: "";
  position: absolute;
  left: .3125rem;
  top: .4375rem;
  width: 6px;
  height: 6px;
  background: #111;
  border-radius: 6px;
}

@-moz-document url-prefix()  {
  input[type=radio]:not(.special-radio):checked ~ label::after {
    top: .375rem;
  }
}

input[type=radio]:not(.special-radio) ~ label::before {
  border-radius: 14px;
}

input[type=number]::-webkit-inner-spin-button {
  position: relative;
  right: -3px;
}

.ipad input[type=radio]:not(.special-radio):checked ~ label::after {
  top: .5rem;
}

.android input[type=radio]:not(.special-radio):checked ~ label::after {
  top: .375rem;
}

.android.ui-overwrite .review-username-selection input[type=radio]:not(.special-radio):checked ~ label::after {
  top: 17px;
}

label.checkbox,
label.radiobutton {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  margin-right: 9px;
}

label.checkbox::before,
label.radiobutton::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #e8e8e8;
  display: inline-block;
  margin-right: 6px;
  z-index: -2;
  vertical-align: middle;
  margin-bottom: 1px;
  background-color: #fff;
}

.one-error-message,
.one-info-message {
  overflow: hidden;
}

label.radiobutton::before {
  border-radius: 14px;
}

select,
.sod_select {
  color: #111;
}

textarea[readonly] {
  color: #333;
  background-color: #f2f2f2;
}

label[data-chars-left] {
  position: relative;
}

label[data-chars-left]::after {
  content: attr(data-chars-left);
  display: block;
  position: absolute;
  top: 0;
  right: 1px;
  color: #999;
}

.size-ui-small textarea,
form textarea.size-ui-small,
.size-ui-medium textarea,
form textarea.size-ui-medium,
textarea {
  padding: 3px 6px;
}

.size-ui-small textarea.border:not([class*="spacing-bottom-"]),
form textarea.size-ui-small.border:not([class*="spacing-bottom-"]),
.size-ui-medium textarea.border:not([class*="spacing-bottom-"]),
form textarea.size-ui-medium.border:not([class*="spacing-bottom-"]),
textarea.border:not([class*="spacing-bottom-"]) {
  padding-top: 2px;
  padding-bottom: 2px;
}

.size-ui-large textarea,
form textarea.size-ui-large,
.size-ui-big textarea,
form textarea.size-ui-big {
  padding: 6px 9px;
}

.size-ui-large textarea.border:not([class*="spacing-bottom-"]),
form textarea.size-ui-large.border:not([class*="spacing-bottom-"]),
.size-ui-big textarea.border:not([class*="spacing-bottom-"]),
form textarea.size-ui-big.border:not([class*="spacing-bottom-"]) {
  padding-top: 5px;
  padding-bottom: 5px;
}

textarea[placeholder] {
  color: #999;
}

.size-ui-small .btn,
.size-ui-small #result-page-navigation .paging-navigation .paging-tile,
#result-page-navigation .paging-navigation .size-ui-small .paging-tile,
.btn.size-ui-small,
#result-page-navigation .paging-navigation .size-ui-small.paging-tile,
form .btn.size-ui-small,
form #result-page-navigation .paging-navigation .size-ui-small.paging-tile,
#result-page-navigation .paging-navigation form .size-ui-small.paging-tile,
.size-ui-small input,
form input.size-ui-small {
  padding-top: 4px;
  padding-bottom: 2px;
}

.size-ui-small .btn.border:not([class*="spacing-bottom-"]),
.size-ui-small #result-page-navigation .paging-navigation .border.paging-tile:not([class*="spacing-bottom-"]),
#result-page-navigation .paging-navigation .size-ui-small .border.paging-tile:not([class*="spacing-bottom-"]),
.btn.size-ui-small.border:not([class*="spacing-bottom-"]),
#result-page-navigation .paging-navigation .size-ui-small.border.paging-tile:not([class*="spacing-bottom-"]),
form .btn.size-ui-small.border:not([class*="spacing-bottom-"]),
form #result-page-navigation .paging-navigation .size-ui-small.border.paging-tile:not([class*="spacing-bottom-"]),
#result-page-navigation .paging-navigation form .size-ui-small.border.paging-tile:not([class*="spacing-bottom-"]),
.size-ui-small input.border:not([class*="spacing-bottom-"]),
form input.size-ui-small.border:not([class*="spacing-bottom-"]) {
  padding-top: 2px;
  padding-bottom: 2px;
}

.ie11 form input[type="number"].size-ui-small,
.surface form input[type="number"].size-ui-small {
  line-height: 4px;
}

.extended-link[class*="button"] {
  max-height: 30px;
}

.size-ui-medium .btn,
.size-ui-medium #result-page-navigation .paging-navigation .paging-tile,
#result-page-navigation .paging-navigation .size-ui-medium .paging-tile,
.btn.size-ui-medium,
#result-page-navigation .paging-navigation .size-ui-medium.paging-tile,
form .btn.size-ui-medium,
form #result-page-navigation .paging-navigation .size-ui-medium.paging-tile,
#result-page-navigation .paging-navigation form .size-ui-medium.paging-tile,
.btn,
#result-page-navigation .paging-navigation .paging-tile,
.size-ui-medium input,
form input.size-ui-medium,
input,
.extended-link[class*="button"] {
  padding-top: 8px;
  padding-bottom: 7px;
}

.size-ui-medium .btn.border:not([class*="spacing-bottom-"]),
.size-ui-medium #result-page-navigation .paging-navigation .border.paging-tile:not([class*="spacing-bottom-"]),
#result-page-navigation .paging-navigation .size-ui-medium .border.paging-tile:not([class*="spacing-bottom-"]),
.btn.size-ui-medium.border:not([class*="spacing-bottom-"]),
#result-page-navigation .paging-navigation .size-ui-medium.border.paging-tile:not([class*="spacing-bottom-"]),
form .btn.size-ui-medium.border:not([class*="spacing-bottom-"]),
form #result-page-navigation .paging-navigation .size-ui-medium.border.paging-tile:not([class*="spacing-bottom-"]),
#result-page-navigation .paging-navigation form .size-ui-medium.border.paging-tile:not([class*="spacing-bottom-"]),
.btn.border:not([class*="spacing-bottom-"]),
#result-page-navigation .paging-navigation .border.paging-tile:not([class*="spacing-bottom-"]),
.size-ui-medium input.border:not([class*="spacing-bottom-"]),
form input.size-ui-medium.border:not([class*="spacing-bottom-"]),
input.border:not([class*="spacing-bottom-"]),
.extended-link[class*="button"].border:not([class*="spacing-bottom-"]) {
  padding-top: 8px;
  padding-bottom: 8px;
}

.size-ui-large .btn,
.size-ui-large #result-page-navigation .paging-navigation .paging-tile,
#result-page-navigation .paging-navigation .size-ui-large .paging-tile,
.btn.size-ui-large,
#result-page-navigation .paging-navigation .size-ui-large.paging-tile,
form .btn.size-ui-large,
form #result-page-navigation .paging-navigation .size-ui-large.paging-tile,
#result-page-navigation .paging-navigation form .size-ui-large.paging-tile,
.size-ui-large input,
form input.size-ui-large,
.size-ui-large select,
form select.size-ui-large {
  padding-top: 12px;
  padding-bottom: 12px;
}

.size-ui-large .btn.border:not([class*="spacing-bottom-"]),
.size-ui-large #result-page-navigation .paging-navigation .border.paging-tile:not([class*="spacing-bottom-"]),
#result-page-navigation .paging-navigation .size-ui-large .border.paging-tile:not([class*="spacing-bottom-"]),
.btn.size-ui-large.border:not([class*="spacing-bottom-"]),
#result-page-navigation .paging-navigation .size-ui-large.border.paging-tile:not([class*="spacing-bottom-"]),
form .btn.size-ui-large.border:not([class*="spacing-bottom-"]),
form #result-page-navigation .paging-navigation .size-ui-large.border.paging-tile:not([class*="spacing-bottom-"]),
#result-page-navigation .paging-navigation form .size-ui-large.border.paging-tile:not([class*="spacing-bottom-"]),
.size-ui-large input.border:not([class*="spacing-bottom-"]),
form input.size-ui-large.border:not([class*="spacing-bottom-"]),
.size-ui-large select.border:not([class*="spacing-bottom-"]),
form select.size-ui-large.border:not([class*="spacing-bottom-"]) {
  padding-top: 11px;
  padding-bottom: 11px;
}

.size-ui-big .btn,
.size-ui-big #result-page-navigation .paging-navigation .paging-tile,
#result-page-navigation .paging-navigation .size-ui-big .paging-tile,
.btn.size-ui-big,
#result-page-navigation .paging-navigation .size-ui-big.paging-tile,
form .btn.size-ui-big,
form #result-page-navigation .paging-navigation .size-ui-big.paging-tile,
#result-page-navigation .paging-navigation form .size-ui-big.paging-tile,
.size-ui-big input,
form input.size-ui-big,
.size-ui-big select,
form select.size-ui-big {
  padding-top: 18px;
  padding-bottom: 18px;
}

.size-ui-big .btn.border:not([class*="spacing-bottom-"]),
.size-ui-big #result-page-navigation .paging-navigation .border.paging-tile:not([class*="spacing-bottom-"]),
#result-page-navigation .paging-navigation .size-ui-big .border.paging-tile:not([class*="spacing-bottom-"]),
.btn.size-ui-big.border:not([class*="spacing-bottom-"]),
#result-page-navigation .paging-navigation .size-ui-big.border.paging-tile:not([class*="spacing-bottom-"]),
form .btn.size-ui-big.border:not([class*="spacing-bottom-"]),
form #result-page-navigation .paging-navigation .size-ui-big.border.paging-tile:not([class*="spacing-bottom-"]),
#result-page-navigation .paging-navigation form .size-ui-big.border.paging-tile:not([class*="spacing-bottom-"]),
.size-ui-big input.border:not([class*="spacing-bottom-"]),
form input.size-ui-big.border:not([class*="spacing-bottom-"]),
.size-ui-big select.border:not([class*="spacing-bottom-"]),
form select.size-ui-big.border:not([class*="spacing-bottom-"]) {
  padding-top: 17px;
  padding-bottom: 17px;
}

.size-ui-small .btn,
.size-ui-small #result-page-navigation .paging-navigation .paging-tile,
#result-page-navigation .paging-navigation .size-ui-small .paging-tile,
.btn.size-ui-small,
#result-page-navigation .paging-navigation .size-ui-small.paging-tile {
  font-size: 11px;
}

.size-ui-small .btn.icon::after,
.size-ui-small #result-page-navigation .paging-navigation .icon.paging-tile::after,
#result-page-navigation .paging-navigation .size-ui-small .icon.paging-tile::after,
.size-ui-small .btn.icon::before,
.size-ui-small #result-page-navigation .paging-navigation .icon.paging-tile::before,
#result-page-navigation .paging-navigation .size-ui-small .icon.paging-tile::before,
.btn.size-ui-small.icon::after,
#result-page-navigation .paging-navigation .size-ui-small.icon.paging-tile::after,
.btn.size-ui-small.icon::before,
#result-page-navigation .paging-navigation .size-ui-small.icon.paging-tile::before {
  font-size: 10px;
  line-height: 12px;
}

a.btn.go-to-product,
.btn.go-to-product.link,
#result-page-navigation .paging-navigation .go-to-product.link.paging-tile,
#result-page-navigation .paging-navigation a.go-to-product.paging-tile,
.btn.quick-view-button,
#result-page-navigation .paging-navigation .quick-view-button.paging-tile {
  color: #111;
  background-color: #fff;
  border: 1px solid #111;
  display: block;
}

a.btn.go-to-product:hover,
.btn.go-to-product.link:hover,
#result-page-navigation .paging-navigation .go-to-product.link.paging-tile:hover,
#result-page-navigation .paging-navigation a.go-to-product.paging-tile:hover,
.btn.quick-view-button:hover,
#result-page-navigation .paging-navigation .quick-view-button.paging-tile:hover {
  color: #fff;
  background-color: #111;
}

.btn,
#result-page-navigation .paging-navigation .paging-tile,
a.btn,
.btn.link,
#result-page-navigation .paging-navigation .link.paging-tile,
#result-page-navigation .paging-navigation a.paging-tile,
.link-style-whitebutton,
.link-style-greybutton,
.link-style-greenbutton,
.link-style-season1button,
.link-style-season2button,
.link-style-blackbutton {
  padding-left: 15px;
  padding-right: 15px;
  font: 400 14px/15px "Roboto-Regular",Helvetica,Arial,sans-serif;
  font-style: normal;
  color: #fff;
  border-width: 0;
  background-color: #111;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
}

.btn.text-new-line,
#result-page-navigation .paging-navigation .text-new-line.paging-tile,
a.btn.text-new-line,
.btn.text-new-line.link,
#result-page-navigation .paging-navigation .text-new-line.link.paging-tile,
#result-page-navigation .paging-navigation a.text-new-line.paging-tile,
.link-style-whitebutton.text-new-line,
.link-style-greybutton.text-new-line,
.link-style-greenbutton.text-new-line,
.link-style-season1button.text-new-line,
.link-style-season2button.text-new-line,
.link-style-blackbutton.text-new-line {
  white-space: normal;
}

.btn:hover:not(:disabled),
#result-page-navigation .paging-navigation .paging-tile:hover:not(:disabled),
a.btn:hover:not(:disabled),
.btn.link:hover:not(:disabled),
#result-page-navigation .paging-navigation .link.paging-tile:hover:not(:disabled),
#result-page-navigation .paging-navigation a.paging-tile:hover:not(:disabled),
.link-style-whitebutton:hover:not(:disabled),
.link-style-greybutton:hover:not(:disabled),
.link-style-greenbutton:hover:not(:disabled),
.link-style-season1button:hover:not(:disabled),
.link-style-season2button:hover:not(:disabled),
.link-style-blackbutton:hover:not(:disabled) {
  text-decoration: none;
}

.btn.border,
#result-page-navigation .paging-navigation .border.paging-tile,
a.btn.border,
.btn.border.link,
#result-page-navigation .paging-navigation .border.link.paging-tile,
#result-page-navigation .paging-navigation a.border.paging-tile,
.link-style-whitebutton.border,
.link-style-greybutton.border,
.link-style-greenbutton.border,
.link-style-season1button.border,
.link-style-season2button.border,
.link-style-blackbutton.border {
  border-width: 0;
}

.btn.icon::before,
#result-page-navigation .paging-navigation .icon.paging-tile::before,
.btn.icon::after,
#result-page-navigation .paging-navigation .icon.paging-tile::after,
a.btn.icon::before,
.btn.icon.link::before,
#result-page-navigation .paging-navigation .icon.link.paging-tile::before,
#result-page-navigation .paging-navigation a.icon.paging-tile::before,
a.btn.icon::after,
.btn.icon.link::after,
#result-page-navigation .paging-navigation .icon.link.paging-tile::after,
#result-page-navigation .paging-navigation a.icon.paging-tile::after,
.link-style-whitebutton.icon::before,
.link-style-whitebutton.icon::after,
.link-style-greybutton.icon::before,
.link-style-greybutton.icon::after,
.link-style-greenbutton.icon::before,
.link-style-greenbutton.icon::after,
.link-style-season1button.icon::before,
.link-style-season1button.icon::after,
.link-style-season2button.icon::before,
.link-style-season2button.icon::after,
.link-style-blackbutton.icon::before,
.link-style-blackbutton.icon::after {
  padding-right: 6px;
  font-size: 12px;
  line-height: 14px;
}

.btn:disabled,
#result-page-navigation .paging-navigation .paging-tile:disabled,
.btn.disabled,
#result-page-navigation .paging-navigation .disabled.paging-tile,
a.btn:disabled,
.btn.link:disabled,
#result-page-navigation .paging-navigation .link.paging-tile:disabled,
#result-page-navigation .paging-navigation a.paging-tile:disabled,
a.btn.disabled,
.btn.disabled.link,
#result-page-navigation .paging-navigation .disabled.link.paging-tile,
#result-page-navigation .paging-navigation a.disabled.paging-tile,
.link-style-whitebutton:disabled,
.link-style-whitebutton.disabled,
.link-style-greybutton:disabled,
.link-style-greybutton.disabled,
.link-style-greenbutton:disabled,
.link-style-greenbutton.disabled,
.link-style-season1button:disabled,
.link-style-season1button.disabled,
.link-style-season2button:disabled,
.link-style-season2button.disabled,
.link-style-blackbutton:disabled,
.link-style-blackbutton.disabled {
  opacity: .5 !important;
  cursor: default;
  color: rgba(255,255,255,0.5);
}

a.link-style-arrow::before,
.link-style-arrow.link::before {
  content: '> ';
  display: inline-block;
  padding-right: 3px;
}

.btn:hover:not(:disabled):not(.disabled),
#result-page-navigation .paging-navigation .paging-tile:hover:not(:disabled):not(.disabled),
a.btn:hover:not(:disabled):not(.disabled),
.btn.link:hover:not(:disabled):not(.disabled),
#result-page-navigation .paging-navigation .link.paging-tile:hover:not(:disabled):not(.disabled),
#result-page-navigation .paging-navigation a.paging-tile:hover:not(:disabled):not(.disabled),
.link-style-blackbutton:hover:not(:disabled):not(.disabled) {
  background-color: rgba(17,17,17,0.8);
}

a.btn,
.btn.link,
#result-page-navigation .paging-navigation .link.paging-tile,
#result-page-navigation .paging-navigation a.paging-tile {
  text-decoration: none;
}

.btn.type-1,
#result-page-navigation .paging-navigation .type-1.paging-tile,
a.extended-link.link-style-whitebutton,
.extended-link.link-style-whitebutton.link {
  color: #333;
  background-color: #fff;
}

.btn.type-1:hover:not(:disabled):not(.disabled),
#result-page-navigation .paging-navigation .type-1.paging-tile:hover:not(:disabled):not(.disabled),
a.extended-link.link-style-whitebutton:hover:not(:disabled):not(.disabled),
.extended-link.link-style-whitebutton.link:hover:not(:disabled):not(.disabled) {
  background-color: rgba(255,255,255,0.8);
}

.btn.secondary,
#result-page-navigation .paging-navigation .secondary.paging-tile,
#result-page-navigation .paging-navigation .paging-tile.paging-current-page,
a.extended-link.link-style-greybutton,
.extended-link.link-style-greybutton.link {
  background-color: #999;
}

.btn.secondary:hover:not(:disabled):not(.disabled),
#result-page-navigation .paging-navigation .secondary.paging-tile:hover:not(:disabled):not(.disabled),
#result-page-navigation .paging-navigation .paging-tile.paging-current-page:hover:not(:disabled):not(.disabled),
a.extended-link.link-style-greybutton:hover:not(:disabled):not(.disabled),
.extended-link.link-style-greybutton.link:hover:not(:disabled):not(.disabled) {
  background-color: rgba(153,153,153,0.8);
}

.btn.shop,
#result-page-navigation .paging-navigation .shop.paging-tile,
a.extended-link.link-style-greenbutton,
.extended-link.link-style-greenbutton.link {
  background-color: #689120;
}

.btn.shop:hover:not(:disabled):not(.disabled),
#result-page-navigation .paging-navigation .shop.paging-tile:hover:not(:disabled):not(.disabled),
a.extended-link.link-style-greenbutton:hover:not(:disabled):not(.disabled),
.extended-link.link-style-greenbutton.link:hover:not(:disabled):not(.disabled) {
  background-color: rgba(104,145,32,0.8);
}

.btn.sent-to-b2c,
#result-page-navigation .paging-navigation .sent-to-b2c.paging-tile {
  background-color: #4f80be;
}

.btn.sent-to-b2c:hover:not(:disabled):not(.disabled),
#result-page-navigation .paging-navigation .sent-to-b2c.paging-tile:hover:not(:disabled):not(.disabled) {
  background-color: rgba(79,128,190,0.8);
}

a.extended-link.link-style-season1button,
.extended-link.link-style-season1button.link {
  background-color: #a44f74 !important;
  color: #fff;
}

a.extended-link.link-style-season1button:hover:not(:disabled):not(.disabled),
.extended-link.link-style-season1button.link:hover:not(:disabled):not(.disabled) {
  background-color: rgba(164,79,116,0.8) !important;
}

a.extended-link.link-style-season2button,
.extended-link.link-style-season2button.link {
  background-color: #d9ae84 !important;
}

a.extended-link.link-style-season2button:hover:not(:disabled):not(.disabled),
.extended-link.link-style-season2button.link:hover:not(:disabled):not(.disabled) {
  background-color: rgba(217,174,132,0.8) !important;
}

.button-group {
  width: 100%;
}

.button-group .button-group-element {
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 6px;
}

.button-group .button-group-element:first-child {
  padding-left: 0;
}

.button-group .button-group-element:last-child {
  padding-right: 0;
}

.button-group .button-group-element>div {
  float: none !important;
}

.button-group.button-group-3 .button-group-element {
  width: 33.3%;
}

.button-group .btn,
.button-group #result-page-navigation .paging-navigation .paging-tile,
#result-page-navigation .paging-navigation .button-group .paging-tile,
.button-group a.extended-link,
.button-group .extended-link.link {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.validation label {
  display: block;
  margin-bottom: 3px;
}

.validation label.left {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
}

.validation label.valign-top {
  vertical-align: top;
}

.validation input[type=text].validate-error,
.validation input[type=password].validate-error {
  border-color: #f32200;
  padding-right: 23px;
}

.validation input[type=text].validate-info,
.validation input[type=password].validate-info {
  border-color: #0036ff;
}

.validation select,
.validation input[type=text] {
  margin-bottom: 9px;
}

.validation select.error,
.validation input[type=text].error {
  border-color: #f32200 !important;
}

.validation select.info,
.validation input[type=text].info {
  border-color: #0036ff !important;
}

.validation select,
.validation #subject,
.validation .validate-error {
  border-color: #f32200 !important;
}

.validation select,
.validation #subject,
.validation .validate-info {
  border-color: #0036ff !important;
}

.validation .sod_select.error .sod_label {
  outline-color: #f32200 !important;
}

.validation .sod_select.info .sod_label {
  outline-color: #0036ff !important;
}

.validation input[type=checkbox].error+label::before,
.validation label.checkbox.error::before,
.validation label.radiobutton.error::before,
.validation.error .sod_label {
  border-color: #f32200 !important;
  outline-color: #f32200 !important;
}

.validation input[type=checkbox].info+label::before,
.validation label.checkbox.info::before,
.validation label.radiobutton.info::before,
.validation.info .sod_label {
  border-color: #0036ff !important;
  outline-color: #0036ff !important;
}

.validation .error-message {
  color: #f32200;
  padding: 6px 0;
  margin-top: -15px;
  word-wrap: normal;
}

.validation .info-message {
  color: #0036ff;
  padding: 6px 0;
  margin-top: -15px;
  word-wrap: normal;
}

.validation [class*="block-grid-"]>li {
  padding-bottom: 9px;
}

.validation.no-icon .validate-wrapper::before {
  content: none !important;
}

.validation:not(.no-icon) label {
  font-weight: bold;
}

.sod_select .sod_label {
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 9px;
  padding-right: 9px;
}

form .sod_select .sod_label,
form.size-ui-small .sod_select .sod_label,
form.size-ui-medium .sod_select .sod_label {
  padding-left: 6px;
  padding-right: 6px;
}

form.size-ui-small .sod_select .sod_label {
  padding-top: 1px;
  padding-bottom: 0;
}

form.size-ui-medium .sod_select .sod_label {
  padding-top: 8px;
  padding-bottom: 8px;
}

form.size-ui-large .sod_select .sod_label,
form.size-ui-big .sod_select .sod_label {
  padding-left: 9px;
  padding-right: 9px;
}

form.size-ui-large .sod_select .sod_label {
  padding-top: 11px;
  padding-bottom: 11px;
}

form.size-ui-big .sod_select .sod_label {
  padding-top: 17px;
  padding-bottom: 17px;
}

.sod_select .sod_list_wrapper {
  background: #fff;
}

.full-width-select .sod_select {
  width: 100%;
}

.full-width-select .sod_label {
  width: 100% !important;
  box-sizing: border-box;
}

.sod_select {
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
  max-width: 100%;
}

.sod_select select {
  display: none;
}

.sod_select.touch select {
  -webkit-appearance: menulist-button;
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 1;
}

.sod_select .sod_list_wrapper {
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border-top: 0;
}

.sod_select .sod_list_wrapper {
  max-height: 150px;
  overflow-x: hidden;
  overflow-y: auto;
}

.sod_select .sod_list_wrapper .sod_option {
  padding: 6px 9px;
  display: list-item;
  cursor: pointer;
  white-space: nowrap;
}

.sod_select .sod_list_wrapper .sod_option.disabled {
  color: #999;
}

.sod_select .sod_list_wrapper .sod_option.active {
  background-color: #e8e8e8;
}

.sod_select .sod_label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
}

.sod_select .sod_label::after {
  display: inline-block;
  font: 400 8px/18px "GinIcons";
  color: transparent;
  content: "";
  padding-left: 6px;
  position: relative;
  top: 1px;
}

.sod_select::after {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 100%;
  font: 400 8px/18px "GinIcons";
  content: "";
  text-align: center;
  line-height: 36px;
  background-color: #fff;
}

.sod_select.disabled .sod_label {
  color: #333;
}

.sod_select.disabled::after {
  display: none;
}

.sod_select.open .sod_list_wrapper {
  left: 0;
}

.sod_select.open::after {
  content: "";
}

.btn,
#result-page-navigation .paging-navigation .paging-tile,
input,
select,
textarea {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tile-custom-btn a.extended-link,
.tile-custom-btn .extended-link.link {
  color: #fff;
  display: block;
}

.tile-custom-btn a.extended-link:hover,
.tile-custom-btn .extended-link.link:hover,
.tile-custom-btn a.extended-link[class*="link-style-"]:not([class*="button"]):hover span.deco,
.tile-custom-btn .extended-link[class*="link-style-"].link:not([class*="button"]):hover span.deco {
  text-decoration: none !important;
}

.tile-custom-btn a.extended-link::before,
.tile-custom-btn .extended-link.link::before {
  content: "";
  display: inline-block;
  font: 400 10px/12px "GinIcons";
  padding-right: 6px;
}

div.hotspot-button {
  height: 30px;
  width: 30px;
  background-color: #111;
  border-radius: 15px;
  position: relative;
  cursor: pointer;
  box-shadow: 0px 0px 0pt 2pt rgba(255,255,255,0.5);
  -webkit-transition: all 250ms ease-in-out 0ms;
  -moz-transition: all 250ms ease-in-out 0ms;
  -ms-transition: all 250ms ease-in-out 0ms;
  -o-transition: all 250ms ease-in-out 0ms;
  transition: all 250ms ease-in-out 0ms;
}

div.hotspot-button:hover {
  background-color: #333;
  box-shadow: 0px 0px 3pt 3pt rgba(255,255,255,0.6);
}

div.hotspot-button::before {
  font: 400 11px/11px "GinIcons";
  color: #fff;
  content: "";
  position: absolute;
  bottom: 9px;
}

div.hotspot-button.icon::before {
  left: 7px;
  top: 7px;
  font-size: 17px;
}

div.hotspot-button.text-color-white::before {
  color: #fff;
}

div.hotspot-button.text-color-black::before {
  color: #111;
}

div.hotspot-button:not(.hotspot-button-left):not(.icon)::before {
  left: 10px;
}

div.hotspot-button.hotspot-button-left::before {
  left: 8px;
  -webkit-transform: rotate(180deg);
  -khtml-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

div.hotspot-button .js-layer .product-item img {
  width: 100%;
}

div.hotspot-button .product-info {
  text-align: center;
}

div.hotspot-button .watchlist-indicator-heart {
  top: 0;
}

.icon {
  text-decoration: none;
}

.icon:not(.icon-right)::before,
.icon.icon-right::after {
  display: inline-block;
  font: 400 18px/18px "GinIcons";
}

.icon.icon-size-mini:not(.icon-right):not(.icon-star)::before,
.service-rating-component .review-bar-rating .icon.icon-star-percentage:not(.icon-right):not(.icon-star)::before,
.icon.icon-size-mini.icon-right::after,
.service-rating-component .review-bar-rating .icon.icon-right.icon-star-percentage::after {
  font-size: 10px;
  line-height: 12px;
}

.icon.icon-size-small:not(.icon-star):not(.icon-star-border):not(.icon-right)::before,
#product-information .review-bar-rating>.icon:not(.icon-star):not(.icon-star-border):not(.icon-right)::before,
#quick-shopper .review-bar-rating>.icon:not(.icon-star):not(.icon-star-border):not(.icon-right)::before,
.icon.icon-size-small.icon-right::after,
#product-information .review-bar-rating>.icon.icon-right::after,
#quick-shopper .review-bar-rating>.icon.icon-right::after {
  font-size: 14px;
  line-height: 15px;
}

.icon.icon-size-medium:not(.icon-star):not(.icon-star-border):not(.icon-right)::before,
.icon.icon-size-medium.icon-right::after {
  font-size: 18px;
  line-height: 18px;
}

.icon.icon-size-large:not(.icon-star):not(.icon-star-border):not(.icon-right)::before,
.icon.icon-size-large.icon-right::after {
  font-size: 22px;
  line-height: 24px;
}

.icon.icon-size-huge:not(.icon-star):not(.icon-star-border):not(.icon-right)::before,
.icon.icon-size-huge.icon-right::after {
  font-size: 40px;
  line-height: 42px;
}

.icon.icon-arrow-cta:not(.icon-right)::before,
.icon.icon-arrow-cta.icon-right::after {
  content: "";
}

.icon.icon-arrow-down-bold:not(.icon-right)::before,
.icon.icon-arrow-down-bold.icon-right::after {
  content: "";
}

.icon.icon-arrow-left-bold:not(.icon-right)::before,
.icon.icon-arrow-left-bold.icon-right::after {
  content: "\e602";
}

.icon.icon-arrow-left:not(.icon-right)::before,
.icon.icon-arrow-left.icon-right::after {
  content: "\e603";
}

.icon.icon-arrow-right-bold:not(.icon-right)::before,
.icon.icon-arrow-right-bold.icon-right::after {
  content: "\e604";
}

.icon.icon-arrow-right:not(.icon-right)::before,
.icon.icon-arrow-right.icon-right::after {
  content: "\e605";
}

.icon.icon-arrow-up-bold:not(.icon-right)::before,
.icon.icon-arrow-up-bold.icon-right::after {
  content: "";
}

.icon.icon-back:not(.icon-right)::before,
.icon.icon-back.icon-right::after {
  content: "\e607";
}

.icon.icon-bag:not(.icon-right)::before,
.icon.icon-bag.icon-right::after {
  content: "\e608";
}

.icon.icon-book-close:not(.icon-right)::before,
.icon.icon-book-close.icon-right::after {
  content: "\e609";
}

.icon.icon-book-open:not(.icon-right)::before,
.icon.icon-book-open.icon-right::after {
  content: "\e60a";
}

.icon.icon-bookmark:not(.icon-right)::before,
.icon.icon-bookmark.icon-right::after {
  content: "\e60b";
}

.icon.icon-check:not(.icon-right)::before,
.icon.icon-check.icon-right::after {
  content: "\e60c";
}

.icon.icon-close:not(.icon-right)::before,
.icon.icon-close.icon-right::after {
  content: "\e60d";
}

.icon.icon-heart-border:not(.icon-right)::before,
.icon.icon-heart-border.icon-right::after {
  content: "\e60e";
}

.icon.icon-heart:not(.icon-right)::before,
.icon.icon-heart.icon-right::after {
  content: "\e60f";
}

.icon.icon-info:not(.icon-right)::before,
.icon.icon-info.icon-right::after {
  content: "\e610";
}

.icon.icon-pen:not(.icon-right)::before,
.icon.icon-pen.icon-right::after {
  content: "\e611";
}

.icon.icon-search:not(.icon-right)::before,
.icon.icon-search.icon-right::after {
  font-size: 16px;
  content: "\e612";
}

.icon.icon-share:not(.icon-right)::before,
.icon.icon-share.icon-right::after {
  content: "\e613";
}

.icon.icon-speaker:not(.icon-right)::before,
.icon.icon-speaker.icon-right::after {
  content: "\e614";
}

.icon.icon-star-border:not(.icon-right)::before,
.icon.icon-star-border.icon-right::after {
  content: "\e615";
}

.icon.icon-star:not(.icon-right)::before,
.icon.icon-star.icon-right::after {
  content: "\e616";
}

.icon.icon-thumb-down:not(.icon-right)::before,
.icon.icon-thumb-down.icon-right::after {
  content: "\e617";
}

.icon.icon-thumb-up:not(.icon-right)::before,
.icon.icon-thumb-up.icon-right::after {
  content: "\e618";
}

.icon.icon-user:not(.icon-right)::before,
.icon.icon-user.icon-right::after {
  content: "\e619";
}

.icon.icon-warning:not(.icon-right)::before,
.icon.icon-warning.icon-right::after {
  content: "\e61a";
}

.icon.icon-zoom-in:not(.icon-right)::before,
.icon.icon-zoom-in.icon-right::after {
  content: "\e61b";
}

.icon.icon-zoom-out:not(.icon-right)::before,
.icon.icon-zoom-out.icon-right::after {
  content: "\e61c";
}

.icon.icon-play:not(.icon-right)::before,
.icon.icon-play.icon-right::after {
  content: "\e6b7";
}

.icon.icon-loading:not(.icon-right)::before,
.icon.icon-loading.icon-right::after {
  content: "\e6b8";
}

.icon.icon-lightbulb:not(.icon-right)::before,
.icon.icon-user-lightbulb.icon-right::after {
  content: "\e61f";
}

.icon.icon-ruler:not(.icon-right)::before,
.icon.icon-ruler.icon-right::after {
  content: "\e620";
}

.icon.icon-clothing:not(.icon-right)::before,
.icon.icon-clothing.icon-right::after {
  content: "\e621";
}

.icon.icon-chat:not(.icon-right)::before,
.icon.icon-chat.icon-right::after {
  content: "\e622";
}

.icon.icon-plus:not(.icon-right)::before,
.icon.icon-plus.icon-right::after {
  content: "";
}

.icon.icon-minus:not(.icon-right)::before,
.icon.icon-minus.icon-right::after {
  content: "";
}

.icon.icon-delivery:not(.icon-right)::before,
.icon.icon-delivery.icon-right::after {
  content: "";
}

.icon.icon-locked:not(.icon-right)::before,
.icon.icon-locked.icon-right::after {
  content: "";
}

.icon.icon-pencil:not(.icon-right)::before,
.icon.icon-pencil.icon-right::after {
  content: "";
}

.icon.icon-invoice:not(.icon-right)::before,
.icon.icon-invoice.icon-right::after {
  content: "";
}

.icon.icon-trash:not(.icon-right)::before,
.icon.icon-trash.icon-right::after {
  content: "";
}

.icon.icon-lorry:not(.icon-right)::before,
.icon.icon-lorry.icon-right::after {
  content: "";
}

.icon.icon-right::after {
  margin-left: 5px;
}

.icon.icon-left::before {
  margin-right: 5px;
}

.icon.icon-spin::before,
.icon.icon-spin::after {
  -webkit-animation: loading-spin 2s infinite linear;
  animation: loading-spin 2s infinite linear;
  font-size: 22px;
  line-height: 24px;
  width: 22px;
}

.icon.icon-color-green {
  color: #15c578;
}

.play-button {
  background: #111;
  opacity: .8;
  text-align: center;
  cursor: pointer;
}

.play-button::before,
.play-button::after {
  color: #fff;
}

.play-button:hover,
.play-button:active {
  opacity: .4;
}

.play-button,
.play-button.size-ui-small,
.play-button.size-ui-medium {
  width: 39px;
  height: 39px;
  border-radius: 39px;
}

.play-button::before,
.play-button::after,
.play-button.size-ui-small::before,
.play-button.size-ui-small::after,
.play-button.size-ui-medium::before,
.play-button.size-ui-medium::after {
  font-size: 22px;
  line-height: 39px !important;
}

.play-button.size-ui-large,
.play-button.size-ui-big {
  width: 81px;
  height: 81px;
  border-radius: 81px;
  text-align: center;
}

.play-button.size-ui-large::before,
.play-button.size-ui-large::after,
.play-button.size-ui-big::before,
.play-button.size-ui-big::after {
  font-size: 40px;
  line-height: 81px !important;
}

.tooltip-container {
  position: relative;
}

.tooltip-container .tooltip-common {
  position: absolute;
  top: 0;
  right: 0;
}

@-webkit-keyframes loading-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes loading-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

#layer-click-collector {
  position: fixed;
  top: auto;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
}

#emergency ~ .header-row #page-header+#layer-click-collector {
  top: auto30px18px18px;
}

#page-header.sticky+#layer-click-collector {
  top: 58px;
}

.info-h3 {
  font: 400 18px/18px "Roboto-Regular",Helvetica,Arial,sans-serif !important;
  letter-spacing: -.025em;
  font-style: normal;
}

.js-layer-init {
  position: relative;
  min-height: 20px;
  min-width: 20px;
  cursor: pointer;
}

.js-layer-init.no-close-btn>.js-layer .close-left,
.js-layer-init.no-close-btn>.js-layer .close-right,
.js-layer-init.no-close-btn>.js-layer .close-left,
.js-layer-init.no-close-btn>.js-layer .close-right {
  display: none;
}

.js-layer-init>.js-layer {
  position: absolute;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  min-width: 100px;
  min-height: 100px;
  padding: 21px;
  z-index: 10000;
  -webkit-box-shadow: 1px 1px 18px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 18px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 18px rgba(0,0,0,0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  color: #111;
}

.js-layer-init>.js-layer:not(.js-init) {
  display: none;
}

.js-layer-init>.js-layer .close-left,
.js-layer-init>.js-layer .close-right {
  width: 24px;
  height: 24px;
  position: absolute;
  top: -13px;
  background-color: #111;
  border-radius: 25px;
  cursor: pointer;
}

.js-layer-init>.js-layer .close-left::after,
.js-layer-init>.js-layer .close-right::after {
  color: #fff;
  font: 400 10px/10px "GinIcons";
  content: "\e60d";
  position: absolute;
  top: 7px;
  left: 7px;
}

.js-layer-init>.js-layer .close-left {
  left: -13px;
  right: auto;
}

.js-layer-init>.js-layer .close-right {
  right: -12px;
  left: auto;
}

.js-layer-init>.js-layer.arrow::after,
.js-layer-init>.js-layer.arrow::before {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
}

.js-layer-init>.js-layer.arrow::after {
  border-color: rgba(244,244,244,0);
  border-width: 10px;
}

.js-layer-init>.js-layer.arrow::before {
  border-color: rgba(213,213,213,0);
  border-width: 11px;
}

.js-layer-init>.js-layer.arrow.arrow-layer-left::after {
  border-left-color: #fff;
  margin-top: -10px;
}

.js-layer-init>.js-layer.arrow.arrow-layer-left::before {
  border-left-color: #e8e8e8;
  margin-top: -11px;
}

.js-layer-init>.js-layer.arrow.arrow-layer-right::after {
  border-right-color: #fff;
  margin-top: -10px;
}

.js-layer-init>.js-layer.arrow.arrow-layer-right::before {
  border-right-color: #e8e8e8;
  margin-top: -11px;
}

.js-layer-init>.js-layer.arrow.arrow-layer-top::after {
  border-top-color: #fff;
  margin-left: -10px;
}

.js-layer-init>.js-layer.arrow.arrow-layer-top::before {
  border-top-color: #e8e8e8;
  margin-left: -11px;
}

.js-layer-init>.js-layer.arrow.arrow-layer-bottom::after {
  border-bottom-color: #fff;
  margin-left: -10px;
}

.js-layer-init>.js-layer.arrow.arrow-layer-bottom::before {
  border-bottom-color: #e8e8e8;
  margin-left: -11px;
}

html.inputmethod-mouse .js-layer-init>.js-layer:hover {
  display: block;
}

.overlay-background {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(17,17,17,0.3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4D111111,endColorstr=#4D111111);
  z-index: 3000;
}

.overlay-background .overlay-container {
  position: fixed;
  left: 50%;
  top: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0 6px rgba(0,0,0,0.4);
  -ms-box-shadow: 0 0 6px rgba(0,0,0,0.4);
  -o-box-shadow: 0 0 6px rgba(0,0,0,0.4);
  box-shadow: 0 0 6px rgba(0,0,0,0.4);
  -webkit-transition: margin-top 500ms ease-in-out 0ms;
  -moz-transition: margin-top 500ms ease-in-out 0ms;
  -ms-transition: margin-top 500ms ease-in-out 0ms;
  -o-transition: margin-top 500ms ease-in-out 0ms;
  transition: margin-top 500ms ease-in-out 0ms;
  will-change: auto;
}

.overlay-background .overlay-container.position-top {
  top: 5px;
}

.overlay-background .overlay-container.responsive-overlay {
  left: 0 !important;
  margin-left: 0 !important;
  width: 100% !important;
}

.overlay-background .overlay-container>.panel {
  padding: 15px 21px;
}

.overlay-background .overlay-container>.panel .overlay-headline .overlay-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 30px;
}

.overlay-background .overlay-container>.panel .overlay-headline .overlay-close:hover {
  cursor: pointer;
}

.overlay-background .overlay-content.scroll {
  overflow: scroll;
}

.overlay-background .overlay-content-container textarea {
  box-sizing: border-box;
  min-height: 100px;
  padding: 0;
}

.overlay-background .overlay-content-container .panel {
  padding-top: 0;
  background-color: #fff;
}

.overlay-background .overlay-content-container .yCmsContentSlot img {
  max-width: 100%;
}

.overlay-background .overlay-btn-container {
  text-align: center;
  padding-top: 0;
  background-color: #fff;
}

.overlay-background.overlay-error .overlay-header {
  background-color: #f32200;
}

.overlay-background.overlay-error .overlay-header strong.overlay-headline,
.overlay-background.overlay-error .overlay-header a.overlay-close,
.overlay-background.overlay-error .overlay-header .overlay-close.link {
  color: #fff;
}

.overlay-background.overlay-info .overlay-header {
  background-color: #e3ab00;
}

.overlay-background.overlay-info .overlay-header strong.overlay-headline,
.overlay-background.overlay-info .overlay-header a.overlay-close,
.overlay-background.overlay-info .overlay-header .overlay-close.link {
  color: #fff;
}

body.js-has-overlay {
  pointer-events: none;
  overflow: hidden;
}

body.js-has-overlay .overlay-background {
  pointer-events: all;
}

.like-container {
  position: relative;
}

.like-container .like {
  width: 31px;
  height: 37px;
  background-color: rgba(255,255,255,0.3);
  color: #999;
  -webkit-transition: color 1s;
  transition: color 1s;
}

.like-container .like::after {
  font: 400 11px/11px "GinIcons";
  cursor: pointer;
  content: "\e60e";
  position: absolute;
  top: 10px;
  left: 10px;
}

.like-container .like span {
  font-size: 8px;
  line-height: 8px;
  position: absolute;
  bottom: 4px;
  left: 14px;
  cursor: pointer;
}

.like-container .like:hover {
  color: #a44f74;
}

.like-container .like.clicked {
  color: #a44f74;
}

.like-container .like.clicked::after {
  content: "\e60f";
}

.js-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.js-sticky::before,
.js-sticky::after {
  content: '';
  display: table;
}

.information_message {
  position: relative;
  padding: 15px 15px 15px 45px;
  margin: 21px 0;
  text-align: center;
}

.information_message.negative {
  width: 100%;
  background-color: rgba(243,34,0,0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-color: #fff;
  padding: 9px;
  outline: 1px solid rgba(243,34,0,0.7);
  font-size: 11px;
  line-height: 18px;
  color: #fff;
  font-weight: bold;
  border: 1px solid #e8e8e8;
}

.information_message.negative p::before {
  content: "\e61a";
  display: inline-block;
  font: 400 15px/18px "GinIcons";
  position: relative;
  top: 3px;
  margin: 0 5px 5px 0;
}

.information_message.positive {
  color: #689120;
  border: 1px solid #689120;
  background: #fff;
}

.information_message.positive a,
.information_message.positive .link {
  color: #689120;
}

.information_message.neutral {
  color: #0036ff;
  border: 1px solid #0036ff;
  background: #fff;
}

.information_message.neutral a,
.information_message.neutral .link {
  color: #0036ff;
}

.box-header {
  margin-bottom: 9px;
}

.forgot-pw-link,
.back-to-link {
  font: 400 11px/18px  "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.06em;
}

.forgot-pw-button-as-link {
  border: none;
  padding: 0;
  text-decoration: underline;
  color: #333;
}

.forgot-pw-button-as-link:hover {
  text-decoration: none;
}

.back-to-link {
  margin-bottom: 15px;
}

.page-loginPage .panel .error-container label,
.page-checkoutLoginPage .panel .error-container label {
  color: #f32200;
}

.page-loginPage .panel .error-container input,
.page-checkoutLoginPage .panel .error-container input {
  border: 1px solid #f32200;
}

.login-bg-container {
  position: relative;
}

.login-bg-container .login-box {
  width: 100%;
  position: absolute;
  left: 0;
  top: 10%;
}

.login-bg-container .login-box.register {
  top: 5%;
}

.login-bg-container .login-bg-image {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.login .helper-hide {
  display: none !important;
}

#forgottenPwd #forgottenPwdForm input {
  width: 100%;
  margin-bottom: 9px;
}

@media screen and (max-width: 80em) {
  .page-loginPage,
  .page-checkoutLoginPage,
  .login,
  .register {
    margin-left: .45em;
  }

  .login,
  .register {
    margin-bottom: 15px;
  }

  .back-to-link {
    margin-left: .66em;
  }

  .page-checkoutLoginPage .back-to-link {
    margin-left: .16em;
  }
}

.badge {
  display: inline-block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background: #111;
  border: 2px solid #fff;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.badge.helper-hide {
  display: none;
}

.badge:hover {
  cursor: default;
}

.badge.right {
  right: 0;
  left: inherit;
}

.badge.left {
  left: 0;
  right: inherit;
}

.badge.bottom {
  bottom: 0;
  top: inherit;
}

.badge.static {
  position: static;
}

.badge.relative {
  position: relative;
}

.badge>.text {
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 14px;
  line-height: .8em;
  letter-spacing: 0;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-family: "Roboto-Regular",Helvetica,Arial,sans-serif;
  font-style: italic;
}

.badge>.text .small {
  font-size: 12px;
  line-height: .8em;
}

.badge>.text .medium {
  font-size: 14px;
  line-height: .8em;
}

.badge>.text .large {
  font-size: 17px;
  line-height: 1em;
}

.badge.small {
  width: 45px;
  height: 45px;
}

.badge.small .text {
  width: 45px;
  height: 45px;
  font-size: 11px;
  line-height: .8em;
  letter-spacing: 0;
}

.badge.small .text .small {
  font-size: 9px;
  line-height: .8em;
}

.badge.small .text .medium {
  font-size: 11px;
  line-height: .8em;
}

.badge.small .text .large {
  font-size: 14px;
  line-height: 1em;
}

.badge.medium {
  width: 60px;
  height: 60px;
}

.badge.medium .text {
  width: 60px;
  height: 60px;
  font-size: 14px;
  line-height: .8em;
  letter-spacing: 0;
}

.badge.medium .text .small {
  font-size: 12px;
  line-height: .8em;
}

.badge.medium .text .medium {
  font-size: 14px;
  line-height: .8em;
}

.badge.medium .text .large {
  font-size: 17px;
  line-height: 1em;
}

.badge.large {
  width: 84px;
  height: 84px;
}

.badge.large .text {
  width: 84px;
  height: 84px;
  font-size: 18px;
  line-height: .8em;
  letter-spacing: 0;
}

.badge.large .text .small {
  font-size: 16px;
  line-height: .8em;
}

.badge.large .text .medium {
  font-size: 18px;
  line-height: .8em;
}

.badge.large .text .large {
  font-size: 21px;
  line-height: 1em;
}

.badge.sale,
.badge.product-sale {
  background: #111;
}

.badge.top-offer,
.badge.product-top-offer {
  background: #e6007e;
}

.badge.discount,
.badge.product-discount {
  background: #e6007e;
}

.badge.discount .large,
.badge.product-discount .large {
  letter-spacing: -0.9px;
}

.badge.new,
.badge.product-new {
  color: #111;
  border-color: #111;
  background: #fff;
}

.badge.new span,
.badge.product-new span {
  color: #111;
}

.badge.action-img,
.badge.product-action-img {
  background: transparent;
  border-color: transparent;
}

.badge.action-img img,
.badge.product-action-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.badge.action-img.left,
.badge.product-action-img.left {
  left: -2px;
}

.badge.action-img.right,
.badge.product-action-img.right {
  right: -2px;
}

.badge.made-in-germany {
  background-color: transparent;
}

.state-badge-sale.state-badge-discount .badge.product-discount,
.state-badge-sale.state-badge-discount .badge.discount,
.state-badge-new.state-badge-discount .badge.product-discount,
.state-badge-new.state-badge-discount .badge.discount,
.state-badge-topoffer.state-badge-discount .badge.product-discount,
.state-badge-topoffer.state-badge-discount .badge.discount,
.state-badge-new.state-badge-discount.state-action-img .badge.product-discount,
.state-badge-new.state-badge-discount.state-action-img .badge.discount {
  z-index: 2;
  margin-left: 57px;
}

.state-badge-sale.state-badge-discount .badge.product-discount.small,
.state-badge-sale.state-badge-discount .badge.discount.small,
.state-badge-new.state-badge-discount .badge.product-discount.small,
.state-badge-new.state-badge-discount .badge.discount.small,
.state-badge-topoffer.state-badge-discount .badge.product-discount.small,
.state-badge-topoffer.state-badge-discount .badge.discount.small,
.state-badge-new.state-badge-discount.state-action-img .badge.product-discount.small,
.state-badge-new.state-badge-discount.state-action-img .badge.discount.small {
  margin-left: 42px;
}

.state-badge-sale.state-badge-discount .badge.product-discount.medium,
.state-badge-sale.state-badge-discount .badge.discount.medium,
.state-badge-new.state-badge-discount .badge.product-discount.medium,
.state-badge-new.state-badge-discount .badge.discount.medium,
.state-badge-topoffer.state-badge-discount .badge.product-discount.medium,
.state-badge-topoffer.state-badge-discount .badge.discount.medium,
.state-badge-new.state-badge-discount.state-action-img .badge.product-discount.medium,
.state-badge-new.state-badge-discount.state-action-img .badge.discount.medium {
  margin-left: 57px;
}

.state-badge-sale.state-badge-discount .badge.product-discount.large,
.state-badge-sale.state-badge-discount .badge.discount.large,
.state-badge-new.state-badge-discount .badge.product-discount.large,
.state-badge-new.state-badge-discount .badge.discount.large,
.state-badge-topoffer.state-badge-discount .badge.product-discount.large,
.state-badge-topoffer.state-badge-discount .badge.discount.large,
.state-badge-new.state-badge-discount.state-action-img .badge.product-discount.large,
.state-badge-new.state-badge-discount.state-action-img .badge.discount.large {
  margin-left: 81px;
}

.state-badge-sale.state-action-img .badge.product-action-img,
.state-badge-sale.state-action-img .badge.action-img,
.state-badge-topoffer.state-action-img .badge.product-action-img,
.state-badge-topoffer.state-action-img .badge.action-img,
.state-badge-discount.state-action-img .badge.product-action-img,
.state-badge-discount.state-action-img .badge.action-img,
.state-badge-new.state-action-img .badge.product-action-img,
.state-badge-new.state-action-img .badge.action-img {
  z-index: 2;
  margin-top: 57px;
}

.state-badge-sale.state-action-img .badge.product-action-img.small,
.state-badge-sale.state-action-img .badge.action-img.small,
.state-badge-topoffer.state-action-img .badge.product-action-img.small,
.state-badge-topoffer.state-action-img .badge.action-img.small,
.state-badge-discount.state-action-img .badge.product-action-img.small,
.state-badge-discount.state-action-img .badge.action-img.small,
.state-badge-new.state-action-img .badge.product-action-img.small,
.state-badge-new.state-action-img .badge.action-img.small {
  margin-top: 42px;
}

.state-badge-sale.state-action-img .badge.product-action-img.medium,
.state-badge-sale.state-action-img .badge.action-img.medium,
.state-badge-topoffer.state-action-img .badge.product-action-img.medium,
.state-badge-topoffer.state-action-img .badge.action-img.medium,
.state-badge-discount.state-action-img .badge.product-action-img.medium,
.state-badge-discount.state-action-img .badge.action-img.medium,
.state-badge-new.state-action-img .badge.product-action-img.medium,
.state-badge-new.state-action-img .badge.action-img.medium {
  margin-top: 57px;
}

.state-badge-sale.state-action-img .badge.product-action-img.large,
.state-badge-sale.state-action-img .badge.action-img.large,
.state-badge-topoffer.state-action-img .badge.product-action-img.large,
.state-badge-topoffer.state-action-img .badge.action-img.large,
.state-badge-discount.state-action-img .badge.product-action-img.large,
.state-badge-discount.state-action-img .badge.action-img.large,
.state-badge-new.state-action-img .badge.product-action-img.large,
.state-badge-new.state-action-img .badge.action-img.large {
  margin-top: 81px;
}

.state-badge-new.state-badge-discount.state-action-img .badge.product-new,
.state-badge-new.state-badge-discount.state-action-img .badge.new {
  z-index: 3;
}

.state-badge-new.state-badge-discount.state-action-img .badge.product-action-img,
.state-badge-new.state-badge-discount.state-action-img .badge.action-img {
  z-index: 2;
  margin-top: 57px;
}

.state-badge-new.state-badge-discount.state-action-img .badge.product-action-img.small,
.state-badge-new.state-badge-discount.state-action-img .badge.action-img.small {
  margin-top: 42px;
}

.state-badge-new.state-badge-discount.state-action-img .badge.product-action-img.medium,
.state-badge-new.state-badge-discount.state-action-img .badge.action-img.medium {
  margin-top: 57px;
}

.state-badge-new.state-badge-discount.state-action-img .badge.product-action-img.large,
.state-badge-new.state-badge-discount.state-action-img .badge.action-img.large {
  margin-top: 81px;
}

@media only screen and (min-width: 768px) and (max-width: 1400px) {
  #trustbadge-container-98e3dadd90eb493088abdc5597a70810 {
    display: none;
  }
}

#page-header-main-wrapper .large-6 {
  padding: 0;
}

#page-header.page-header--checkout:not(.sticky) {
  min-height: 0;
}

#page-header.page-header--checkout #header-brand-logo {
  top: 0;
  z-index: 10;
}

#page-header.page-header--checkout .back-to-link {
  margin-top: 17px;
  white-space: nowrap;
}

#page-header.page-header--checkout .back-to-link a,
#page-header.page-header--checkout .back-to-link .link {
  color: #111;
  text-decoration: none;
  position: relative;
}

#page-header.page-header--checkout .back-to-link a:hover,
#page-header.page-header--checkout .back-to-link .link:hover {
  text-decoration: underline;
}

#page-header.page-header--checkout .back-to-link a::before,
#page-header.page-header--checkout .back-to-link .link::before {
  content: "\e602";
  display: inline-block;
  font: 400 9px/9px "GinIcons";
  position: absolute;
  left: -11px;
  bottom: 1px;
}

.checkout-header-footer-background {
  background-color: #fff;
}

.checkout-bar-slot {
  padding: 0 15px;
}

.checkoutProgress {
  position: relative;
  overflow: hidden;
  z-index: 0;
  margin: 17px auto 0;
  width: 555px;
}

.checkoutProgress::before {
  content: "";
  position: absolute;
  width: 365px;
  height: 1px;
  background-color: #111;
  top: 10px;
  left: 101px;
  z-index: -1;
}

.checkout-progress-step {
  width: 185px;
  text-align: center;
  font-size: 11px;
  color: #a44f74;
  line-height: 14px;
  padding-bottom: 3px;
  float: left;
}

.checkout-progress-step p {
  color: #111;
}

.checkout-progress-step.checkout-progress-step--address::before {
  content: "1";
}

.checkout-progress-step.checkout-progress-step--payment::before {
  content: "2";
}

.checkout-progress-step.checkout-progress-step--summary::before {
  content: "3";
}

.checkout-progress-step::before {
  width: 24px;
  height: 24px;
  color: #fff;
  text-align: center;
  display: block;
  border: 1px solid #e8e8e8;
  margin: 0 auto;
  line-height: 25px !important;
  border-radius: 14px;
  font-size: 21px;
  margin-bottom: 7px;
  background-color: #999;
}

.checkout-progress-step.active::before {
  background-color: #a44f74;
  border-color: #a44f74;
}

.checkout-progress-step.visited::before {
  content: "✓";
}

@media only screen and (max-width: 64.063em) {
  .checkout-progress-step p {
    word-wrap: break-word;
  }
}

.checkout-address-box {
  position: relative;
  overflow: hidden;
}

.checkout-address-box .checkout-button-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
}

#delivery-address-kind-packstation:disabled+label {
  color: #999;
}

#voucher_box .add-button {
  margin-left: 8px;
}

#voucher_box .remove-button {
  padding: 0;
  background-color: transparent;
}

.ie #voucher_box input {
  min-height: 26px;
}

.paymentmode-box .paymentmode-icons {
  vertical-align: middle;
  display: inline-block;
  max-width: 70%;
}

.paymentmode-box .columns {
  float: none !important;
  display: inline-block;
  vertical-align: middle;
}

.paymentmode-box img {
  max-width: 100%;
}

.paymentmode-box .paymentmode-name {
  display: inline-block;
}

.klarna-rates {
  margin-top: 15px !important;
}

.klarna-selectbox .sod_select {
  float: right;
}

.klarna-selectbox .sod_label {
  padding-top: 8px;
  padding-bottom: 8px;
  width: 140px !important;
}

.klarna-installmentplan {
  margin-left: 6px;
}

.klarna-disclaimer {
  position: relative;
}

.klarna-disclaimer div:first-child {
  float: left;
}

.klarna-disclaimer div:first-child label {
  margin-right: 3px;
  vertical-align: top;
}

.klarna-disclaimer div:nth-child(2) {
  overflow: hidden;
}

.checkout-side-cart img {
  margin-right: 6px;
  margin-bottom: 6px;
}

.cart-right-col div[class*="link-position"] {
  float: none !important;
}

.cart-right-col span.deco {
  font: 400 11px/18px Helvetica,Arial,sans-serif;
}

.checkout-step--print {
  max-width: 1024px;
  margin-left: 15px;
}

.checkout-step--print .items {
  width: 100%;
}

.checkout-step--print #cart {
  float: none;
  overflow: visible;
}

.checkout-step--print #cart .headlines {
  width: 100%;
  border-right: 0;
  border-left: 0;
}

.checkout-step--print #cart .headlines .headline {
  float: left;
}

.checkout-step--print #cart .headlines .headline.stock-headline h6 {
  text-align: center;
}

.checkout-step--print #cart .headlines .headline.price-headline h6 {
  text-align: right;
}

.checkout-step--print #cart .article-container {
  width: 100%;
  border-right: 0;
  border-left: 0;
  border-top: 1px solid #999;
  padding: 15px 0;
  margin: 15px 0;
  height: auto;
}

.checkout-step--print #cart .article-container:last-child {
  border-bottom: 1px solid #999;
}

.checkout-step--print #cart .article-container .article {
  height: auto;
}

.checkout-step--print #cart .article-container .content {
  border: none;
  text-align: center;
}

.checkout-step--print #cart .article-container .content .product-details {
  height: auto;
}

.checkout-step--print #cart .article-container .content .product-details p {
  margin-bottom: 5px;
  font-weight: 100;
}

.checkout-step--print #cart .article-container .content .product-variant-details {
  margin-left: 55%;
}

.checkout-step--print #cart .article-container .content .product-variant-details p {
  margin-bottom: 5px;
  text-align: left;
}

.checkout-step--print #cart .article-container .stock {
  height: auto;
  border: 0;
}

.checkout-step--print #cart .article-container .stock:before {
  border: 0;
}

.checkout-step--print #cart .article-container .stock .content {
  padding: 0;
  min-height: 0px;
}

.checkout-step--print #cart .article-container .price {
  height: auto;
}

.checkout-step--print #cart .article-container .price .content {
  position: relative;
  float: right;
  width: 100%;
}

.checkout-step--print #cart .article-container .price .content p {
  float: right;
}

.checkout-step--print #cart .order-totals .columns {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
}

.checkout-step--print #cart #total-price {
  float: left;
}

.checkout-step--print #cart #total-price p {
  font-weight: bold;
}

.checkout-step--print #cart .delivery-totals-text .tooltip-content {
  width: 183px;
  text-align: left;
}

.checkout-step--print .row {
  margin-left: 0;
  margin-right: 0;
}

.checkout-step--print .row .column,
.checkout-step--print .row .columns {
  padding: 0;
}

@media print {
  .checkout-step--print .button-panel-print,
  .checkout-step--print .tooltip-icon,
  .checkout-step--print .availability {
    display: none;
  }

  .checkout-step--print .checkout-step--print,
  .checkout-step--print .spacing-bottom-5 {
    margin: 0;
  }

  .checkout-step--print .panel {
    border: 1px solid #e8e8e8;
    margin: 10px 0;
  }

  .checkout-step--print .totals .order-totals {
    float: right;
  }

  .checkout-step--print .icon {
    display: none;
  }

  .checkout-step--print #cart .order-totals dd {
    width: 20%;
  }

  .checkout-step--print #cart .order-totals dt {
    width: 80%;
    margin: 0 !important;
  }

  .checkout-step--print #cart .article-container,
  .checkout-step--print #cart .article-container:last-child {
    border-color: #e8e8e8;
  }
}

.payback-box .payback-image {
  float: right;
  margin-left: 9px;
}

.payback-box .add-button {
  margin-left: 8px;
}

.payback-box #paybackForm .remove-button {
  padding: 0;
  background-color: transparent;
}

.payback-box #paybackPrintCouponForm .remove-button {
  padding: 0;
  background-color: transparent;
}

.payback-box .payback-image-card {
  margin-bottom: 3px;
  width: 75%;
}

.payback-box .payback-info,
.payback .payback-info {
  margin-left: 6px;
}

.ie .payback-box input {
  min-height: 26px;
}

#paymentFrame {
  width: 100%;
  height: 360px;
}

.paygate-loading-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.paygate-loading-wrapper .paygate-loading-box {
  background-color: #fff;
  width: 240px;
  margin: 0 auto;
  padding: 21px;
}

.paygate-loading-wrapper .paygate-loading-box .paygate-loading-message {
  font-size: 24px;
}

.paygate-loading-wrapper .paygate-loading-box .icon-loading::before {
  color: #111;
  font-size: 60px;
  line-height: 62px;
  width: 60px;
}

#paygate-redirect-message-box {
  width: 320px;
  padding: 21px;
  height: 320px;
  background-color: #FFFFFF;
  text-align: center;
}

#paygate-redirect-message-box .paygate-redirect-message,
#paygate-redirect-message-box .paygate-redirect-link {
  font-size: 14px;
}

.paygate-bg-container {
  position: relative;
}

.paygate-bg-container .paygate-box {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.paygate-bg-container .paygate-bg-image {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.summary-page-newsletter label {
  padding-left: 27px;
}

.summary-page-newsletter label::before {
  margin-left: -27px;
}

.footer-column,
#page-footer {
  background-color: #f2f2f2;
}

#page-footer {
  color: #111;
  padding: 9px 0 0;
}

#page-footer a.footer-top-link,
#page-footer .footer-top-link.link {
  z-index: 3001;
}

#page-footer a.footer-top-link,
#page-footer .footer-top-link.link,
#page-footer .footer-close {
  outline: none;
  line-height: 10px;
  color: #111;
  position: absolute;
  right: 0;
  top: -22px;
  padding: 6px 7px 6px 7px;
  background-color: #f2f2f2;
}

#page-footer a.footer-top-link .top-link-text,
#page-footer .footer-top-link.link .top-link-text,
#page-footer .footer-close .top-link-text {
  opacity: 0;
  display: inline-block;
  overflow: hidden;
  height: 11px;
  word-break: keep-all;
  max-width: 0;
  -webkit-transition: all 0ms ease-in 0ms;
  -moz-transition: all 0ms ease-in 0ms;
  -ms-transition: all 0ms ease-in 0ms;
  -o-transition: all 0ms ease-in 0ms;
  transition: all 0ms ease-in 0ms;
}

#page-footer a.footer-top-link:hover,
#page-footer .footer-top-link.link:hover,
#page-footer a.footer-top-link.touch-hover,
#page-footer .footer-top-link.touch-hover.link,
#page-footer .footer-close:hover,
#page-footer .footer-close.touch-hover {
  text-decoration: none !important;
}

#page-footer a.footer-top-link:hover .top-link-text,
#page-footer .footer-top-link.link:hover .top-link-text,
#page-footer a.footer-top-link.touch-hover .top-link-text,
#page-footer .footer-top-link.touch-hover.link .top-link-text,
#page-footer .footer-close:hover .top-link-text,
#page-footer .footer-close.touch-hover .top-link-text {
  opacity: 1;
  max-width: 200px;
  text-decoration: underline;
  -webkit-transition: opacity 150ms ease-in 0ms;
  -moz-transition: opacity 150ms ease-in 0ms;
  -ms-transition: opacity 150ms ease-in 0ms;
  -o-transition: opacity 150ms ease-in 0ms;
  transition: opacity 150ms ease-in 0ms;
}

#page-footer a.footer-top-link:hover.icon-right::after,
#page-footer .footer-top-link.link:hover.icon-right::after,
#page-footer a.footer-top-link.touch-hover.icon-right::after,
#page-footer .footer-top-link.touch-hover.icon-right.link::after,
#page-footer .footer-close:hover.icon-right::after,
#page-footer .footer-close.touch-hover.icon-right::after {
  padding-left: 6px;
  margin-left: 6px;
}

#page-footer a.footer-top-link.icon::after,
#page-footer .footer-top-link.icon.link::after,
#page-footer .footer-close.icon::after {
  position: relative;
  margin-left: 0px;
  line-height: 10px;
  right: 2px;
}

#page-footer .footer-close .top-link-text {
  line-height: 9px;
}

#page-footer .footer-headline {
  margin-bottom: 15px;
  padding: 0 0 0 5px;
  border-color: #999;
  line-height: 10px;
  text-transform: uppercase;
  white-space: nowrap;
}

#page-footer .footer-cell {
  float: left;
}

#page-footer .footer-cell .link-position-left img {
  float: left;
}

#page-footer .footer-cell .yCmsComponent {
  padding: 0 0 0 6px;
}

#page-footer .footer-cell .yCmsComponent .cmsimage,
#page-footer .footer-cell .yCmsComponent .disp-img a,
#page-footer .footer-cell .yCmsComponent .disp-img .link,
#page-footer .footer-cell .yCmsComponent .campaign-img-big {
  float: left;
  margin: 0 6px 6px 0;
}

#page-footer .footer-cell .yCmsComponent article.rte-text {
  float: left;
}

#page-footer .footer-cell .yCmsComponent article.rte-white {
  background-color: #fff;
}

#page-footer .footer-cell .yCmsComponent article.rte-grey {
  background-color: #f2f2f2;
}

#page-footer .footer-cell .yCmsComponent .service-rating-component .icon-star {
  color: #f8ba02;
}

#page-footer .footer-cell:first-child {
  padding-left: 0;
}

#page-footer .footer-bottom {
  margin-top: 15px;
  border-top: 1px solid #999;
  padding: 0;
}

#page-footer .footer-bottom #footer-after {
  padding: 15px 0;
}

#page-footer .footer-bottom #footer-after article>p {
  line-height: 12px;
}

#page-footer .footer-bottom #footer-after a,
#page-footer .footer-bottom #footer-after .link,
#page-footer .footer-bottom #footer-after article {
  float: left;
  color: #999;
  font: 400 11px/12px Helvetica,Arial,sans-serif;
  letter-spacing: .06em;
}

#page-footer .footer-bottom #footer-after article {
  padding-right: 6px;
}

#page-footer .footer-bottom #footer-after a,
#page-footer .footer-bottom #footer-after .link {
  padding: 0 6px;
  border-left: 1px solid #999;
}

#page-footer .footer-bottom .footer-top-link {
  margin-top: 15px;
}

#page-footer .footer-bottom .footer-close {
  cursor: pointer;
  padding: 15px 0;
  font: 400 11px/12px Helvetica,Arial,sans-serif;
  letter-spacing: .06em;
  display: none;
}

#page-footer .footer-bottom .footer-close.icon-right::after {
  padding-left: 6px;
}

#page-footer.sticky {
  position: fixed;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  z-index: 3000;
  width: 724px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: -10px;
  cursor: pointer;
}

#page-footer.sticky .footer-top-link,
#page-footer.sticky .footer-close {
  overflow: hidden;
  height: 23px;
}

#page-footer.sticky:not(.open) {
  padding-top: 3px;
}

#page-footer.sticky:not(.open) .footer-headline {
  margin-top: 9px;
}

#page-footer.sticky:not(.open) .footer-top-link {
  padding-bottom: 1px;
  box-sizing: border-box;
}

#page-footer.sticky.open .footer-top-link {
  margin-top: 9px;
  right: -9px;
}

#page-footer.sticky.open .footer-close {
  padding-bottom: 1px;
  box-sizing: border-box;
}

#page-footer.sticky .footer-close {
  display: inline-block;
  font: 400 11px/18px Helvetica,Arial,sans-serif;
}

#page-footer .switch-device-view {
  display: block;
  width: 100%;
  padding-bottom: 21px;
}

@media screen and (max-width: 63.99em) {
  #page-footer:not(.sticky) .footer-cell:nth-of-type(4),
  #page-footer.sticky.open .footer-cell:nth-of-type(4) {
    clear: both;
  }

  #page-footer:not(.sticky) .footer-cell:nth-of-type(1n+4),
  #page-footer.sticky.open .footer-cell:nth-of-type(1n+4) {
    padding-top: 40px;
  }

  #page-footer.sticky:not(.open) .footer-headline {
    font-size: 10px;
  }
}

@media screen and (min-width: 64em) {
  #page-footer.sticky {
    width: 940px;
  }
}

@media screen and (min-width: 80em) {
  #page-footer.sticky {
    width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
  }
}

#footer-checkout {
  background-color: #f2f2f2;
  color: #111;
  padding: 9px 15px 0 15px;
  height: 60px;
}

#footer-checkout a.extended-link.link-style-normal,
#footer-checkout .extended-link.link-style-normal.link {
  color: #111;
  padding: 0 12px 0 12px;
  border-left: 1px solid #999;
}

#footer-checkout a.extended-link.link-style-greybutton,
#footer-checkout .extended-link.link-style-greybutton.link {
  margin: 0;
}

#footer-checkout a.extended-link.link-style-normal,
#footer-checkout .extended-link.link-style-normal.link,
#footer-checkout a.extended-link.link-style-important,
#footer-checkout .extended-link.link-style-important.link,
#footer-checkout a.extended-link.link-style-new,
#footer-checkout .extended-link.link-style-new.link,
#footer-checkout a.extended-link.link-style-sale,
#footer-checkout .extended-link.link-style-sale.link {
  font-weight: 400;
  font-size: 11px;
  line-height: 18px;
  letter-spacing: .06em;
}

#footer-checkout section#footer-meta-navi div:first-of-type a.extended-link,
#footer-checkout section#footer-meta-navi div:first-of-type .extended-link.link {
  border-width: 0;
  padding-left: 0;
}

.footer-cell a.extended-link,
.footer-cell .extended-link.link {
  display: inline;
}

.footer-cell a.extended-link.link-style-normal,
.footer-cell .extended-link.link-style-normal.link,
.footer-cell a.extended-link.link-style-important,
.footer-cell .extended-link.link-style-important.link {
  color: #111;
  padding: 0;
}

.footer-cell .campaign-img-big .link-position-left img {
  margin-right: 0px;
}

.footer-cell .link-position-left img {
  margin-right: 6px;
  margin-bottom: 6px;
}

.page-homepage .row.header-row {
  margin-bottom: 0;
}

#page-header {
  color: #f2f2f2;
  height: auto;
  padding: 0;
  background-color: #fff;
}

#header-brand-logo {
  display: block;
  text-indent: -9999em;
  width: 261px;
  height: 58px;
  position: relative;
  top: 65px;
  margin-bottom: 39px;
  float: left;
  background-size: contain;
}

#navs {
  padding: 13px 0 0 0;
}

#page-header #navs .level-1>li.active>a,
#page-header #navs .level-1>li.active>.link,
#page-header #navs .level-1>li.active>div a,
#page-header #navs .level-1>li.active>div .link {
  text-decoration: underline;
}

#page-header #navs li.js-layer-init {
  cursor: default;
}

#page-header #root-nav {
  text-transform: none;
  margin-top: 142px;
}

#page-header:not(.sticky) #navs {
  width: 100%;
  text-align: center;
}

#page-header:not(.sticky) #navs #root-nav {
  display: inline-block;
}

#page-header:not(.sticky) #navs #root-nav .level-1>li>div>a,
#page-header:not(.sticky) #navs #root-nav .level-1>li>div>.link,
#page-header:not(.sticky) #navs #root-nav .level-1>li>a,
#page-header:not(.sticky) #navs #root-nav .level-1>li>.link {
  position: relative;
  font-size: 14px;
}

@media screen and (min-width: 64em) {
  #page-header:not(.sticky) #navs #root-nav .level-1>li>div>a,
  #page-header:not(.sticky) #navs #root-nav .level-1>li>div>.link,
  #page-header:not(.sticky) #navs #root-nav .level-1>li>a,
  #page-header:not(.sticky) #navs #root-nav .level-1>li>.link {
    font-size: 18px;
  }
}

#page-header:not(.sticky) #navs #root-nav .level-1>li>div>a:hover,
#page-header:not(.sticky) #navs #root-nav .level-1>li>div>.link:hover,
#page-header:not(.sticky) #navs #root-nav .level-1>li>a:hover,
#page-header:not(.sticky) #navs #root-nav .level-1>li>.link:hover {
  z-index: 100;
  padding-bottom: 30px;
}

#page-header:not(.sticky) #navs #root-nav .level-1>li:first-child {
  padding-left: 0;
}

#page-header:not(.sticky) #navs #root-nav .level-1>li:last-child {
  padding-right: 0;
}

#page-header:not(.sticky) #navs #root-nav .level-1 .level-2 {
  text-align: left;
}

#page-header:not(.sticky) #navs #root-nav .level-1 .level-2 a :not(.level-3),
#page-header:not(.sticky) #navs #root-nav .level-1 .level-2 .link :not(.level-3) {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

#page-header:not(.sticky) {
  position: relative;
  margin-bottom: 20px;
}

#page-header:not(.sticky) #root-nav a,
#page-header:not(.sticky) #root-nav .link,
#page-header:not(.sticky) #navs .label,
#page-header:not(.sticky) #meta-nav .label>a,
#page-header:not(.sticky) #meta-nav .label>.link {
  font: 400 18px/1 Helvetica,Arial,sans-serif;
  font-style: normal;
  letter-spacing: .01em;
  text-decoration: none;
}

#page-header:not(.sticky) #root-nav .label {
  display: none;
}

#page-header:not(.sticky) #root-nav>ul>li {
  float: left;
  height: 22px;
  padding-bottom: 6px;
  padding-left: 9px;
  padding-right: 9px;
}

#page-header:not(.sticky) #root-nav>ul>li:last-child {
  margin-right: 0;
}

#page-header:not(.sticky) #root-nav>ul>li a:hover,
#page-header:not(.sticky) #root-nav>ul>li .link:hover {
  text-decoration: underline;
}

#page-header:not(.sticky) #root-nav>ul>li.js-layer-init {
  position: static;
}

#page-header:not(.sticky) #root-nav .level-2 {
  top: 100%;
  left: 0 !important;
  cursor: auto;
  margin: 0 -15px;
  padding-left: 5px;
  padding-right: 5px;
}

#page-header:not(.sticky) #root-nav .level-2 .nav-submenu-title {
  font: 400 18px/18px "Roboto-Regular",Helvetica,Arial,sans-serif;
  font-style: normal;
  color: #111;
  letter-spacing: -.025em;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #111;
  display: block;
}

@media screen and (min-width: 64em) {
  #page-header:not(.sticky) #root-nav .level-2 .nav-submenu-title {
    font: 400 21px/24px "Roboto-Regular",Helvetica,Arial,sans-serif;
  }
}

@media screen and (min-width: 80em) {
  #page-header:not(.sticky) #root-nav .level-2 .nav-submenu-title {
    font: 400 24px/27px "Roboto-Regular",Helvetica,Arial,sans-serif;
  }
}

#page-header:not(.sticky) #root-nav .level-2 a,
#page-header:not(.sticky) #root-nav .level-2 .link {
  text-transform: uppercase;
  color: #333;
  font: 400 11px/18px Helvetica,Arial,sans-serif;
  letter-spacing: .06em;
}

#page-header:not(.sticky) #meta-nav {
  float: right;
  position: absolute;
  top: 2px;
  right: 5px;
  width: 100px;
}

#page-header:not(.sticky) #meta-nav .label a,
#page-header:not(.sticky) #meta-nav .label .link,
#page-header:not(.sticky) #meta-nav li a,
#page-header:not(.sticky) #meta-nav li .link {
  padding-bottom: 0;
  color: #111;
}

#page-header:not(.sticky) #meta-nav .label .deco::after {
  content: "\e601";
  margin-left: 5px;
  font: 400 10px/18px "GinIcons";
}

#page-header:not(.sticky) #meta-nav ul {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  width: 100%;
  margin: 0 -15px;
  padding: 15px;
  z-index: 225;
}

#page-header:not(.sticky) #meta-nav ul li {
  margin-bottom: 9px;
}

#page-header:not(.sticky) #meta-nav ul li:last-child {
  margin-bottom: 0;
}

#page-header:not(.sticky) #meta-nav li a,
#page-header:not(.sticky) #meta-nav li .link {
  font: 400 14px/1 Helvetica,Arial,sans-serif;
  display: block;
}

html.no-touch #page-header:not(.sticky) #meta-nav:hover>ul {
  display: block;
}

#menu {
  display: none;
  position: absolute;
  top: 22px;
  left: 190px;
  color: #333;
  text-decoration: none;
  font: 400 24px/27px "Roboto-Regular",Helvetica,Arial,sans-serif;
  font-style: normal;
  letter-spacing: -.01em;
}

#menu::after {
  font-size: 8px;
  position: relative;
  bottom: 1px;
}

#page-header.sticky {
  width: 724px;
  height: 58px;
  position: fixed;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  top: 0;
  z-index: 215;
  padding: 0 10px;
  margin-left: -10px;
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
  -ms-box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
  -o-box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
}

#page-header.sticky #page-header-main-wrapper {
  height: inherit;
}

#page-header.sticky #page-header-main-wrapper #header-brand-logo {
  top: 20px;
}

#page-header.sticky #menu {
  display: block;
}

#page-header.sticky .label {
  margin-bottom: 21px;
  color: #111;
}

#page-header.sticky .label,
#page-header.sticky .label a,
#page-header.sticky .label .link {
  display: block;
  font: 400 24px/27px "Roboto-Regular",Helvetica,Arial,sans-serif;
  font-style: normal;
  letter-spacing: -.025em;
}

#page-header.sticky .label {
  padding: 0 0 18px;
  border-bottom: 1px solid #111;
}

#page-header.sticky #navs {
  display: none;
  margin: 0 -10px;
  padding: 0 10px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  -webkit-box-shadow: 1px 1px 18px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 18px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 18px rgba(0,0,0,0.2);
}

@media screen and (min-width: 80em) {
  #page-header.sticky #navs {
    margin: 0 -15px;
    padding: 0 15px;
  }
}

#page-header.sticky #navs:target,
#page-header.sticky #navs.helper-show {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
}

#page-header.sticky #root-nav ul a,
#page-header.sticky #root-nav ul .link,
#page-header.sticky #meta-nav ul a,
#page-header.sticky #meta-nav ul .link {
  text-transform: uppercase;
}

#page-header.sticky #root-nav {
  width: 65%;
  margin-top: 0;
  left: 0;
  float: left;
  clear: both;
}

#page-header.sticky #root-nav li {
  float: left;
  height: auto;
  width: 47%;
  min-height: auto;
}

#page-header.sticky #root-nav li:nth-child(odd) {
  margin-right: 5%;
}

#page-header.sticky #root-nav li:last-child {
  margin-bottom: 0;
}

#page-header.sticky #root-nav li a,
#page-header.sticky #root-nav li .link {
  font: 400 11px/18px Helvetica,Arial,sans-serif;
  letter-spacing: .06em;
}

#page-header.sticky #root-nav li ul.level-2.js-layer {
  display: none !important;
}

#page-header.sticky #root-nav li:nth-child(1):nth-last-child(5) ~ li {
  float: none;
  margin-right: 0;
}

#page-header.sticky #meta-nav {
  position: static;
  width: 33%;
  float: right;
}

#page-header.sticky #meta-nav ul {
  display: block;
  position: static;
}

@media screen and (max-width: 63.9em) {
  #page-header:not(.sticky) #meta-nav,
  #page-header:not(.sticky) #meta-nav .label {
    font-size: 14px;
  }

  #page-header:not(.sticky) #meta-nav {
    float: left;
    top: 12px;
    left: 0;
    width: 115px;
  }

  #page-header:not(.sticky) #account-nav {
    width: 215px;
    right: 95px;
  }

  #page-header:not(.sticky) #root-nav {
    margin-top: 142px;
  }

  #page-header:not(.sticky) #root-nav .level-2 {
    margin: 0 -10px;
  }
}

@media screen and (min-width: 64em) {
  #page-header:not(.sticky) #root-nav .level-1>li {
    padding-left: 15px;
    padding-right: 15px;
  }

  #page-header:not(.sticky) #root-nav .level-2 {
    margin: 0 -10px;
  }

  #page-header #root-nav {
    margin-top: 142px;
  }

  #menu {
    left: 280px;
  }

  #page-header.sticky {
    width: 940px;
    padding: 0 10px;
  }

  #page-header:not(.sticky) #meta-nav {
    float: none;
    position: absolute;
    top: 6px;
    left: 0px;
    background-color: transparent;
    width: auto;
    height: 10px;
    padding: 9px 0 10px;
    max-width: 50%;
  }

  #page-header:not(.sticky) #meta-nav .label {
    display: none;
  }

  #page-header:not(.sticky) #meta-nav ul {
    display: block;
    position: static;
    margin: 0;
    padding: 0;
  }

  #page-header:not(.sticky) #meta-nav ul li {
    float: left;
    margin-right: 15px;
    margin-bottom: 0;
  }

  #page-header:not(.sticky) #meta-nav ul li:last-child {
    margin-right: 0;
  }

  #page-header:not(.sticky) #meta-nav ul li a,
  #page-header:not(.sticky) #meta-nav ul li .link {
    text-decoration: none;
    color: #111;
    padding: 0;
    letter-spacing: 0;
  }
}

@media screen and (min-width: 80em) {
  #page-header:not(.sticky) #root-nav .level-1>li {
    padding-left: 24px;
    padding-right: 24px;
  }

  #page-header:not(.sticky) #root-nav .level-2 {
    margin: 0 -15px;
  }

  #page-header.sticky {
    width: 1170px;
    padding: 0 15px;
    margin-left: -15px;
    background-color: #fff;
    height: 60px;
  }

  #page-header.sticky #menu {
    right: 265px;
    width: 100px;
  }
}

.no-touch #page-header:not(.sticky) #root-nav .level-1>li:hover .level-2 {
  display: block;
}

html.tablet #page-header.sticky #navs {
  padding: 15px 10px 0;
  margin: 0 -11px;
}

html.android.landscape #page-header.sticky #navs,
html.surface.landscape #page-header.sticky #navs {
  padding: 15px 15px 0;
  margin: 0 -15px;
}

.search {
  position: absolute;
  top: 13px;
  left: 215px;
  width: 240px;
}

.search fieldset {
  padding: 0;
  margin: 0;
  border: 1px solid #999999;
  height: 37px;
  background-color: #fff;
}

.search fieldset legend {
  position: absolute;
  top: -9999em;
  left: -9999em;
}

.search .searchfield {
  padding: 9px 7px;
  border-width: 0;
  width: 72%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  letter-spacing: 0px;
  color: #111;
}

.search .search-button {
  border-width: 0;
  width: 100px;
  height: 37px;
  line-height: 33px;
  background-color: #a44f74;
  color: #fff;
  font-size: 14px;
}

.search .search-button::before,
.search .search-button::after {
  position: relative;
  top: 3px;
}

.search .searchfield:focus,
.search .search-button:focus {
  outline: none;
}

#page-header.sticky .search {
  width: 200px;
  left: 250px;
}

#page-header.sticky .search .search-button {
  overflow: hidden;
  width: 37px;
}

@media screen and (max-width: 63.9em) {
  #page-header:not(.sticky) .search {
    top: 70px;
    left: 330px;
    width: 370px;
  }

  #page-header.sticky .search {
    width: 190px;
    left: 330px;
  }

  #page-header.sticky .search .search-button {
    font-size: 14px;
  }
}

@media screen and (min-width: 64em) {
  .search {
    top: 65px;
    width: 370px;
    left: 565px;
  }

  #page-header.sticky .search {
    top: 13px;
    width: 300px;
    left: 430px;
    height: 37px;
  }
}

@media screen and (min-width: 80em) {
  .search {
    left: 400px;
  }

  #page-header.sticky .search {
    left: 525px;
    width: 370px;
  }
}

#account-nav {
  position: absolute;
  top: 12px;
  right: 145px;
  width: 90px;
}

#account-nav a,
#account-nav .link {
  font: 400 14px/18px Helvetica,Arial,sans-serif;
  color: #111;
}

#account-nav .my-account-login-row {
  word-wrap: normal;
}

#account-nav .my-account-login,
#account-nav .my-account-flyout-btn {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 200px;
  color: #a44f74;
  letter-spacing: 0;
  padding-right: 3px;
}

#account-nav.with-login .my-account-login,
#account-nav.with-login .my-account-flyout-btn {
  display: block;
}

#account-nav .account-nav-listelem a,
#account-nav .account-nav-listelem .link {
  letter-spacing: 0;
}

#account-nav .my-account {
  position: relative;
}

#account-nav .my-account a,
#account-nav .my-account .link {
  letter-spacing: 0;
}

#account-nav .account-nav-listelem,
#account-nav .my-account {
  display: inline-block;
  float: left;
}

#account-nav #account-nav-flyout p a:first-child,
#account-nav #account-nav-flyout p .link:first-child {
  color: #fff;
}

#account-nav #account-nav-flyout a,
#account-nav #account-nav-flyout .link,
#account-nav #account-nav-flyout .my-account-logout {
  color: #111;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}

#account-nav .main-node li a,
#account-nav .main-node li .link {
  text-decoration: none;
  margin-bottom: 9px;
}

#account-nav .main-node li a:hover,
#account-nav .main-node li .link:hover {
  text-decoration: underline;
}

#page-header.sticky #account-nav {
  right: 155px;
}

@media screen and (max-width: 63.9em) {
  #page-header:not(.sticky) #account-nav {
    width: 155px;
    right: 130px;
  }

  #page-header.sticky #account-nav {
    width: 100px;
    right: 100px;
  }
}

@media screen and (min-width: 64em) {
  #page-header:not(.sticky) #account-nav {
    right: 290px;
    width: 160px;
    margin-left: 20px;
  }

  #page-header.sticky #account-nav {
    right: 90px;
    width: 100px;
    top: 10px;
  }

  #page-header.sticky #account-nav .account-nav-listelem,
  #page-header.sticky #account-nav .my-account {
    letter-spacing: 0px;
  }
}

@media screen and (min-width: 80em) {
  #page-header.sticky #account-nav {
    top: 10px;
    width: 160px;
  }

  .my-account-login,
  .my-account-flyout-btn {
    width: 235px;
  }
}

.link-style-teaser-inspiration {
  width: 100%;
  margin-bottom: 24px;
  display: block;
}

.link-style-teaser-inspiration img {
  margin-bottom: 3px;
  width: 100%;
}

.review-bar-rating {
  white-space: nowrap;
}

.review-bar-rating .icon {
  position: relative;
  display: inline-block;
  font-size: inherit;
}

.review-bar-rating .icon.icon-star-border {
  color: #999;
}

.review-bar-rating .icon.icon-star {
  color: #111;
}

.review-bar-rating .icon.icon-star-percentage {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  font-size: inherit;
}

.review-bar-rating .icon.icon-star-percentage::before {
  font-size: inherit;
}

.review-bar-rating .icon.icon-star-percentage::after {
  font-size: inherit;
}

.review-bar-rating .label {
  color: #111;
}

.review-bar-rating .icon,
.review-bar-rating .icon::before,
.review-bar-rating .icon::after {
  font-size: 14px;
  line-height: 15px;
}

.review-bar-rating.size-ui-mini .icon,
.review-bar-rating.size-ui-mini .icon::before,
.review-bar-rating.size-ui-mini .icon::after {
  font-size: 10px;
  line-height: 12px;
}

.review-bar-rating.size-ui-small .icon,
.review-bar-rating.size-ui-small .icon::before,
.review-bar-rating.size-ui-small .icon::after {
  font-size: 10px;
  line-height: 12px;
}

.review-bar-rating.size-ui-medium .icon,
.review-bar-rating.size-ui-medium .icon::before,
.review-bar-rating.size-ui-medium .icon::after {
  font-size: 14px;
  line-height: 15px;
}

.review-bar-rating.size-ui-large .icon,
.review-bar-rating.size-ui-large .icon::before,
.review-bar-rating.size-ui-large .icon::after {
  font-size: 18px;
  line-height: 18px;
}

.review-bar-rating.size-ui-big .icon,
.review-bar-rating.size-ui-big .icon::before,
.review-bar-rating.size-ui-big .icon::after {
  font-size: 22px;
  line-height: 24px;
}

.review-bar-rating.color-middle-grey .icon.icon-star-border,
.review-bar-rating.color-middle-grey .icon.icon-star-percentage {
  color: #999;
}

.review-bar-rating .icon-star-active {
  color: #111;
}

.slide-indicator {
  display: block;
  float: left;
}

.slide-indicator .indicator-circle {
  float: left;
  width: 6px;
  height: 6px;
  text-align: center;
  background-color: #000;
  opacity: .3;
  margin: 0 5px 0 0;
  border-radius: 9px;
  cursor: pointer;
  border: 2px solid #fff;
  -webkit-transition: background-color 1s, border-color 1s;
  transition: background-color 1s, border-color 1s;
}

.slide-indicator .indicator-circle:hover,
.slide-indicator .indicator-circle:active {
  background-color: #fff;
  border: 2px solid #000;
}

.slide-navigator-left,
.slide-navigator-right,
.slide-navigator-top,
.slide-navigator-bottom {
  display: block;
  position: absolute;
  z-index: 200;
  background-color: #fff;
  color: #999;
  cursor: pointer;
  -webkit-transition: color 1s;
  -moz-transition: color 1s;
  transition: color 1s;
}

.slide-navigator-left:hover,
.slide-navigator-left:active,
.slide-navigator-right:hover,
.slide-navigator-right:active,
.slide-navigator-top:hover,
.slide-navigator-top:active,
.slide-navigator-bottom:hover,
.slide-navigator-bottom:active {
  color: #333;
}

.slide-navigator-left::after,
.slide-navigator-right::after,
.slide-navigator-top::after,
.slide-navigator-bottom::after {
  font-family: "GinIcons";
  line-height: 1;
  position: absolute;
}

.slide-navigator-left,
.slide-navigator-right {
  width: 25px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
}

.slide-navigator-left::after,
.slide-navigator-right::after {
  font-size: 16px;
  top: 12px;
}

.slide-navigator-top,
.slide-navigator-bottom {
  width: 40px;
  height: 25px;
  left: 50%;
  margin-left: -20px;
}

.slide-navigator-top::after,
.slide-navigator-bottom::after {
  font-size: 12px;
  right: 14px;
}

.slide-navigator-left {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  left: 0;
}

.slide-navigator-left::after {
  content: "\e602";
  left: 2px;
}

.slide-navigator-right {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  right: 0;
}

.slide-navigator-right::after {
  content: "\e604";
  right: 2px;
}

.slide-navigator-top {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  top: 0;
}

.slide-navigator-top::after {
  content: "\e606";
  top: 4px;
}

.slide-navigator-bottom {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  bottom: 0;
}

.slide-navigator-bottom::after {
  content: "\e601";
  top: 8px;
}

.slick-vertical .slide-navigator-top {
  top: -24px;
}

.slick-vertical .slide-navigator-bottom {
  bottom: -24px;
}

.sliding-disabled {
  cursor: not-allowed;
  color: #f2f2f2;
}

.sliding-disabled:hover {
  color: #f2f2f2;
}

.ie9 .slide-navigator-left-big::before,
.ie9 .slide-navigator-right-big::after {
  color: #999;
}

.ie9 .slide-navigator-left-big:hover::before,
.ie9 .slide-navigator-right-big:hover::after {
  color: #e8e8e8;
}

.slide-navigator-left-big,
.slide-navigator-right-big {
  display: inline-block;
  cursor: pointer;
  width: 39px;
  height: 39px;
  position: relative;
}

.slide-navigator-left-big::before {
  content: "\e603";
}

.slide-navigator-right-big::after {
  content: "\e605";
}

.slide-navigator-left-big::before,
.slide-navigator-right-big::after {
  font: 400 39px/1 "GinIcons";
  display: inline-block;
  color: #fff;
  text-shadow: 0 0 7px #333;
  position: absolute;
  top: 0;
  left: 0;
}

.slide-navigator-left-big:hover::before,
.slide-navigator-right-big:hover::after {
  text-shadow: 0 0 7px rgba(51,51,51,0.4);
}

.account-overview .panel {
  text-decoration: none;
  height: 105px;
}

.account-overview .panel img {
  margin-right: 15px;
}

.account-overview .panel p.h3,
.account-overview .panel p.checkout-progress-step::before {
  text-decoration: underline;
}

.hint-message {
  color: #f32200;
}

.address-box {
  position: relative;
}

.address-box .editbtn {
  position: absolute;
  bottom: 9px;
  right: 5px;
  display: block;
  text-align: right;
}

.checkout-step--summary .address-box.personal-data .editbtn {
  bottom: 15px;
  right: 15px;
}

.payment-box {
  position: relative;
}

.payment-box [class*="block-grid-"]>li {
  padding-bottom: 0;
}

.payment-box [class*="block-grid-"]>li:last-child {
  position: absolute;
  right: 10px;
  bottom: 15px;
}

@media screen and (min-width: 80em) {
  .checkout-step--summary .address-box.personal-data .editbtn {
    right: 20px;
  }
}

.account-profile h2 {
  margin-bottom: 15px;
}

.account-profile .full-width-btn .divExtendedLinks,
.account-profile .full-width-btn .extended-link {
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.account-profile .link-position-left {
  width: 100%;
  display: block;
  margin-bottom: 9px;
}

.account-profile .link-position-left a,
.account-profile .link-position-left .link {
  display: inline-block;
}

.my-account-order-container .order-header p,
.my-account-order-container .order-header span,
.my-account-order-container .order-preview-head p,
.my-account-order-container .order-preview-head span {
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}

.my-account-order-container .order-item-head .order-status {
  white-space: normal;
}

.my-account-order-container .order-item-head .order-date,
.my-account-order-container .order-item-head .order-total,
.my-account-order-container .order-item-head .order-number {
  font-size: 14px;
}

.my-account-order-container .order-item-head .order-date-time,
.my-account-order-container .order-item-head .order-status {
  font-size: 10px;
}

@media screen and (max-width: 80em) {
  .my-account-order-container .order-item-head .order-date,
  .my-account-order-container .order-item-head .order-total,
  .my-account-order-container .order-item-head .order-number {
    font-size: 10px;
  }
}

.my-account-order-container .order-item-head .order-date {
  line-height: 12px;
}

.my-account-order-container .order-item-head .order-date .order-date-time {
  font-weight: normal;
}

.my-account-order-container .order-item-head .accordion-toggle-btn {
  display: inline-block;
  position: relative;
  left: -6px;
  top: -3px;
  padding: 0;
  outline: 0;
  border: 1px solid;
}

.my-account-order-container .order-item-head .accordion-toggle-btn::before {
  font-size: 12px;
  padding: 7px 8px;
  width: auto;
  display: inline-block;
  letter-spacing: 0;
}

.my-account-order-container .order-total {
  text-indent: 15px;
}

.my-account-order-container .order-item .order-body {
  overflow: hidden;
  max-height: 6000px;
  -webkit-transition: max-height 2000ms ease-in 0ms;
  -moz-transition: max-height 2000ms ease-in 0ms;
  -ms-transition: max-height 2000ms ease-in 0ms;
  -o-transition: max-height 2000ms ease-in 0ms;
  transition: max-height 2000ms ease-in 0ms;
}

.my-account-order-container .order-item .order-body>li:first-child {
  border-top: none;
}

.my-account-order-container .order-item .order-item-head .accordion-toggle-btn::before {
  -webkit-transition: transform 250ms ease-in-out 0ms;
  -moz-transition: transform 250ms ease-in-out 0ms;
  -ms-transition: transform 250ms ease-in-out 0ms;
  -o-transition: transform 250ms ease-in-out 0ms;
  transition: transform 250ms ease-in-out 0ms;
}

.my-account-order-container .order-item.disable .order-item-head .accordion-toggle-btn {
  opacity: .5;
  cursor: default;
}

.my-account-order-container .order-item.order-close .order-item-head .accordion-toggle-btn::before {
  -webkit-transition: transform 150ms ease-in-out 0ms;
  -moz-transition: transform 150ms ease-in-out 0ms;
  -ms-transition: transform 150ms ease-in-out 0ms;
  -o-transition: transform 150ms ease-in-out 0ms;
  transition: transform 150ms ease-in-out 0ms;
  -webkit-transform: rotate(180deg);
  -khtml-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.my-account-order-container .order-item.order-close .order-body {
  -webkit-transition: max-height 150ms ease-in-out 0ms;
  -moz-transition: max-height 150ms ease-in-out 0ms;
  -ms-transition: max-height 150ms ease-in-out 0ms;
  -o-transition: max-height 150ms ease-in-out 0ms;
  transition: max-height 150ms ease-in-out 0ms;
  max-height: 0;
}

.order-history-product {
  overflow: hidden;
}

.order-history-product .order-history-product-description p,
.order-history-product .order-history-product-text p,
.order-history-product .order-history-product-values p {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}

.order-history-product .order-history-product-text,
.order-history-product .order-history-product-values {
  color: #999;
}

.order-history-product .product-order-status {
  display: inline-block;
  padding: 0 9px;
  color: #fff;
  border-radius: 6px;
  background-color: #999;
}

.order-history-product .product-order-status[data-order-status="item-1"],
.order-history-product .product-order-status[data-order-status="item-2"],
.order-history-product .product-order-status[data-order-status="item-3"],
.order-history-product .product-order-status[data-order-status="item-4"],
.order-history-product .product-order-status[data-order-status="item-5"],
.order-history-product .product-order-status[data-order-status="item-10"],
.order-history-product .product-order-status[data-order-status="item-11"],
.order-history-product .product-order-status[data-order-status="item-12"],
.order-history-product .product-order-status[data-order-status="item-17"],
.order-history-product .product-order-status[data-order-status="item-18"],
.order-history-product .product-order-status[data-order-status="item-19"],
.order-history-product .product-order-status[data-order-status="item-20"],
.order-history-product .product-order-status[data-order-status="item-21"],
.order-history-product .product-order-status[data-order-status="item-22"],
.order-history-product .product-order-status[data-order-status="item-23"] {
  background-color: #e3ab00;
}

.order-history-product .product-order-status[data-order-status="item-6"] {
  background-color: #f48eab;
}

.order-history-product .product-order-status[data-order-status="item-8"],
.order-history-product .product-order-status[data-order-status="item-9"],
.order-history-product .product-order-status[data-order-status="return-19"],
.order-history-product .product-order-status[data-order-status="return-20"],
.order-history-product .product-order-status[data-order-status="return-21"],
.order-history-product .product-order-status[data-order-status="return-22"],
.order-history-product .product-order-status[data-order-status="return-23"],
.order-history-product .product-order-status[data-order-status="return-24"],
.order-history-product .product-order-status[data-order-status="return-25"],
.order-history-product .product-order-status[data-order-status="return-26"],
.order-history-product .product-order-status[data-order-status="return-27"] {
  background-color: #f32200;
}

.order-history-product .product-order-status[data-order-status="item-13"],
.order-history-product .product-order-status[data-order-status="item-16"] {
  background-color: #689120;
}

.order-history-product.product-bottom-border {
  margin-bottom: 15px;
}

.order-history-product.product-bottom-border::after {
  content: '';
  overflow: hidden;
  display: block;
  border-bottom: 1px solid #e8e8e8;
  width: 95%;
  height: 0;
  padding-top: 15px;
  margin: 0 auto;
}

.order-history-positions .order-history-product.product-bottom-border::after {
  width: 97%;
}

.product-row:last-child .order-history-product.product-bottom-border {
  margin-bottom: 0;
}

.product-row:last-child .order-history-product.product-bottom-border::after {
  border: none;
  display: none;
  padding-top: 0;
}

.order-history-filter form {
  display: table;
}

.order-history-filter form .month-label {
  display: table-cell;
  vertical-align: middle;
  padding-right: 9px;
}

.order-history-list {
  list-style-type: none;
  padding: 0;
}

.order-history-information .panel {
  min-height: 130px;
  border-color: #111;
}

.order-history-information h4 {
  word-wrap: break-all;
  word-wrap: break-word;
}

.order-history-information .label {
  font-weight: 700;
}

.order-history-positions .headlines {
  padding: 9px 21px;
}

.order-history-positions .position:last-child {
  border-bottom-width: 1px;
}

.order-history-positions .headlines,
.order-history-positions .position,
.track-and-trace {
  border-color: #111;
}

html.ipad .order-history-document-nr,
html.iphone .order-history-document-nr {
  pointer-events: none;
  text-decoration: none !important;
  color: inherit;
}

.tooltip-container .tooltip-common.packstation-info {
  top: 20px;
}

.tooltip-container .address-kind-ul {
  margin: 0 -0.625rem;
}

.tooltip-container .address-kind-ul>li:last-child {
  width: 50%;
}

.tooltip-container .address-kind-li {
  width: 25%;
  padding: 0 0.625rem 9px;
  box-sizing: border-box;
}

#direct-order {
  margin-bottom: 15px;
}

#direct-order-btn {
  float: right;
  width: 90%;
}

.direct-order-input {
  height: 30px;
  display: inline-block;
}

.direct-order-input #direct-order-field {
  height: 30px;
  width: 100%;
  position: absolute;
}

.waconfig-note-edit-in-cart {
  float: left;
  font-size: 11px;
}

.direct-order-info {
  float: right;
  display: block;
}

.direct-order-info .icon-info {
  top: 7px;
}

.direct-order-headline {
  display: inline;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 80%;
}

#naviCart .font-size-navi-cart {
  font-size: 21px;
}

#cart_form {
  padding-left: 0;
  padding-right: 0;
}

#cart_form .article-container {
  padding: 0 0 3px;
}

#cart_form .article-container:first-child {
  padding-top: 9px;
}

#cart_form .article-container .heart-and-price .waconfig-discount-excluded {
  text-transform: none;
  color: darkred;
  font-size: 10px;
}

#cart_form .article-container .heart-and-price .waconfig-legal {
  text-transform: none;
  color: #111;
  font-size: 10px;
}

#cart_form .article-container .heart-and-price p {
  font-weight: 700;
}

#cart_form .article-container .stock .content {
  min-height: 160px;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  text-align: center;
}

#cart_form .article-container .product-image {
  text-decoration: none;
}

#cart_form .article-container .product-image img {
  max-width: 100%;
  height: auto;
}

#cart_form .article-container .product-image .badge.action-img {
  width: 100%;
}

#cart_form .article-container .availability {
  margin: 3px 6px 3px 0;
  float: left;
}

#cart_form .product-order-number {
  margin-right: 6px;
}

#cart_form .product-order-number-box {
  margin-top: 18px;
}

#cart_form .product-variant-details label {
  width: 100px;
}

#cart_form .product-variant-details label.quantity-label {
  padding: 2px 0 1px;
}

#cart_form .product-variant-details .update-form {
  float: left;
}

#cart_form .product-variant-details .sod_select {
  margin-left: 1px;
}

#cart_form .product-variant-details .size-select-box,
#cart_form .product-variant-details .color-select-box {
  min-width: 60px;
}

#cart_form .product-variant-details .quantity-input {
  width: 73px;
}

#cart_form .product-variant-details>* {
  margin-bottom: 6px;
}

#cart_form .product-variant-details .product-brand {
  margin-bottom: 0;
  font-weight: 700;
}

#cart_form .product-variant-details .product-name {
  margin-bottom: 18px;
}

#cart_form .heart-and-price .heart-div {
  float: right;
}

#cart_form .heart-and-price .icon {
  float: right;
  top: 0;
}

#cart_form .heart-and-price .total-price-cart {
  position: absolute;
  padding: inherit;
  font-weight: 700;
  bottom: 0;
  right: 0;
  margin-right: 6px;
}

#cart_form .heart-and-price .total-price-cart span {
  position: relative;
  padding-right: 0;
}

#cart_form .heart-and-price .total-price-cart-div-box {
  width: 100%;
}

#cart_form .price-regular,
#cart_form .product-price,
#cart_form .product-price-new {
  float: right;
  margin-bottom: 0;
  margin-left: 6px;
}

#cart_form .add-to-wishlist,
#cart_form .remove,
#cart_form .waconfig-link,
#cart_form .waconfig-add-link,
#cart_form .waconfig-delete-link {
  text-decoration: none;
}

#cart_form .order-totals .tooltip-common {
  display: inline-block;
}

#cart_form .order-totals .js-layer {
  text-align: left;
  min-height: 0;
}

#cart_form .product-image-a-second {
  display: none;
}

#cart_form .cart-size-box span,
#cart_form .cart-color-box span,
#cart_form .update-form .quantity-input {
  padding-top: 3px;
  padding-bottom: 3px;
}

#cart_form .cart-size-box::after,
#cart_form .cart-color-box::after {
  line-height: 27px;
}

#order_totals_container .order-totals {
  padding: 9px;
}

#order_totals_container .tooltip-common {
  display: inline-block;
  top: 2px;
}

#order_totals_container .tooltip-common .js-layer {
  text-align: center;
  min-height: 0;
}

.total-text .tooltip-common .js-layer {
  min-height: 0;
}

.cart-right-col {
  margin-top: 42px;
}

#naviCart #paypalexpresscartform #checkoutButtonBottomPayPalExpress {
  background-image: url("./images/btn_PayPalExpressCheckout.png");
  background-repeat: no-repeat;
  height: 36px;
  background-size: 100%;
  background-color: transparent;
}

#naviCart #paypalexpresscartform .paypalhint {
  display: none;
  background-color: #fff;
  width: 260px;
  position: absolute;
  top: 215px;
  left: 0;
  color: #111;
  border: 1px solid #e8e8e8;
}

#naviCart #paypalexpresscartform:hover .paypalhint {
  display: block;
}

@media screen and (min-width: 64em) {
  #naviCart #paypalexpresscartform #checkoutButtonBottomPayPalExpress {
    height: 50px;
  }

  #naviCart .font-size-navi-cart {
    font-size: 24px;
  }

  .total-price-cart {
    margin-right: 15px;
  }

  #cart_form .product-image .product-image-cart-second,
  #cart_form .product-image .product-image-cart-first {
    width: 48%;
    height: auto;
  }

  #cart_form .product-image-a-second {
    display: inline;
  }

  #cart_form .product-variant-details label,
  #cart_form .article-column-middle label {
    width: 95px;
  }

  #cart_form .product-variant-details .sod_select .sod_label,
  #cart_form .article-column-middle .sod_select .sod_label {
    width: 92px !important;
  }
}

@media screen and (min-width: 80em) {
  #naviCart #paypalexpresscartform #checkoutButtonBottomPayPalExpress {
    height: 44px;
  }
}

#naviCart .order-totals dt:last-of-type,
#naviCart .order-totals dd:last-of-type {
  margin-bottom: 15px;
}

.cart-right-col article.rte-text.inner-spacing-bottom-3 p,
.checkout-right-col article.rte-text.inner-spacing-bottom-3 p {
  margin-bottom: 0;
}

.cart-right-col .navicart-panel-headlines:first-child,
.checkout-right-col .navicart-panel-headlines:first-child {
  font: 400 18px/30px "Roboto-Regular",Helvetica,Arial,sans-serif;
  font-style: italic;
  text-transform: none;
}

.cart-right-col .navicart-panel-headlines .hovertext,
.checkout-right-col .navicart-panel-headlines .hovertext {
  font: 400 11px/18px Helvetica,Arial,sans-serif;
  color: #111;
  letter-spacing: 0.06em;
}

.product-zoom-wrap {
  text-align: center;
}

.product-zoom-wrap .gallery-container {
  overflow: hidden;
  width: 485px;
  margin: 0 auto;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

.product-zoom-wrap .gallery-button {
  float: left;
  height: 104px;
  width: auto;
  padding: 0;
  border: 0;
  background: none;
}

.product-zoom-wrap ul {
  overflow: hidden;
  height: 104px;
  width: 455px;
  float: left;
}

.product-zoom-wrap li {
  padding: 0 9px 0 0;
  text-align: center;
  min-height: 0;
  display: inline-block;
}

.product-zoom-wrap li img {
  min-height: 0;
  min-width: 0;
  cursor: pointer;
}

.product-zoom-wrap li:nth-child(1n+5) {
  display: none;
}

.product-zoom-wrap img.zoom-image-overlay {
  max-width: 100%;
}

.product-zoom-wrap div[class^='slide-navigator']:not(.sliding-disabled) {
  color: #111;
}

.product-zoom-wrap .sliding-disabled {
  cursor: auto;
}

#product-information .product-brand-logo,
#quick-shopper .product-brand-logo {
  margin-bottom: 9px;
}

#product-information .product-brand-logo img,
#quick-shopper .product-brand-logo img {
  max-height: 90px;
}

#product-information .product-name,
#quick-shopper .product-name {
  word-wrap: break-word;
  font-size: 18px;
  line-height: 24px;
}

#product-information .product-rating-label,
#quick-shopper .product-rating-label {
  float: left;
  margin-right: 9px;
  font-weight: 700;
}

#product-information .review-bar-rating,
#quick-shopper .review-bar-rating {
  float: left;
}

#product-information .review-bar-rating>span,
#product-information .review-bar-rating>div,
#quick-shopper .review-bar-rating>span,
#quick-shopper .review-bar-rating>div {
  float: left;
}

#product-information .review-bar-rating>.icon.icon-star-percentage::before,
#quick-shopper .review-bar-rating>.icon.icon-star-percentage::before {
  font-size: 14px;
}

#product-information .review-bar-rating .review-number,
#quick-shopper .review-bar-rating .review-number {
  margin-left: 9px;
  font: 400 11px/18px Helvetica,Arial,sans-serif;
  letter-spacing: .06em;
}

#product-information .product-price .product-big-price,
#quick-shopper .product-price .product-big-price,
#quick-view .product-price .product-big-price,
.reference-products .product-price .product-big-price {
  margin: 9px 0 6px 0;
  position: relative;
  width: 100%;
}

#product-information .product-price .product-big-price .price-from-number,
#product-information .product-price .product-big-price .price-formatted,
#quick-shopper .product-price .product-big-price .price-from-number,
#quick-shopper .product-price .product-big-price .price-formatted,
#quick-view .product-price .product-big-price .price-from-number,
#quick-view .product-price .product-big-price .price-formatted,
.reference-products .product-price .product-big-price .price-from-number,
.reference-products .product-price .product-big-price .price-formatted {
  font-size: 27px;
  font-weight: 700;
}

#product-information .product-price .product-big-price .price-from-tag,
#product-information .product-price .product-big-price .price-old-tag,
#quick-shopper .product-price .product-big-price .price-from-tag,
#quick-shopper .product-price .product-big-price .price-old-tag,
#quick-view .product-price .product-big-price .price-from-tag,
#quick-view .product-price .product-big-price .price-old-tag,
.reference-products .product-price .product-big-price .price-from-tag,
.reference-products .product-price .product-big-price .price-old-tag {
  font-size: 14px;
  font-weight: normal;
}

#product-information .product-price .product-big-price .price-old-tag,
#quick-shopper .product-price .product-big-price .price-old-tag,
#quick-view .product-price .product-big-price .price-old-tag,
.reference-products .product-price .product-big-price .price-old-tag {
  display: block;
}

#product-information .product-price .product-big-price .price-old,
#quick-shopper .product-price .product-big-price .price-old,
#quick-view .product-price .product-big-price .price-old,
.reference-products .product-price .product-big-price .price-old {
  font-size: 13px;
  font-weight: 700;
  position: relative;
}

#product-information .product-price .product-big-price .price-old:after,
#quick-shopper .product-price .product-big-price .price-old:after,
#quick-view .product-price .product-big-price .price-old:after,
.reference-products .product-price .product-big-price .price-old:after {
  border-bottom: 2px solid;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 45%;
}

#product-information .product-price .product-big-price .price-new,
#product-information .product-price .product-big-price .price-new span,
#quick-shopper .product-price .product-big-price .price-new,
#quick-shopper .product-price .product-big-price .price-new span,
#quick-view .product-price .product-big-price .price-new,
#quick-view .product-price .product-big-price .price-new span,
.reference-products .product-price .product-big-price .price-new,
.reference-products .product-price .product-big-price .price-new span {
  color: #f32200;
  font-size: 22px;
}

#product-information .product-price .product-big-price .price-new .price-from-tag,
#product-information .product-price .product-big-price .price-new span .price-from-tag,
#quick-shopper .product-price .product-big-price .price-new .price-from-tag,
#quick-shopper .product-price .product-big-price .price-new span .price-from-tag,
#quick-view .product-price .product-big-price .price-new .price-from-tag,
#quick-view .product-price .product-big-price .price-new span .price-from-tag,
.reference-products .product-price .product-big-price .price-new .price-from-tag,
.reference-products .product-price .product-big-price .price-new span .price-from-tag {
  color: inherit;
  font-size: 12px;
}

#product-information .product-price .product-big-price .price-save,
#quick-shopper .product-price .product-big-price .price-save,
#quick-view .product-price .product-big-price .price-save,
.reference-products .product-price .product-big-price .price-save {
  color: #f32200;
  display: block;
}

@media screen and (min-width: 64em) {
  #product-information .product-price .product-big-price .price-save,
  #quick-shopper .product-price .product-big-price .price-save,
  #quick-view .product-price .product-big-price .price-save,
  .reference-products .product-price .product-big-price .price-save {
    margin: 15px 0 0 6px;
    display: inline;
  }
}

#product-information .product-price .product-big-price .price-save .price-save-tag,
#quick-shopper .product-price .product-big-price .price-save .price-save-tag,
#quick-view .product-price .product-big-price .price-save .price-save-tag,
.reference-products .product-price .product-big-price .price-save .price-save-tag {
  color: inherit;
}

#product-information .product-price .product-big-price .price-base,
#quick-shopper .product-price .product-big-price .price-base,
#quick-view .product-price .product-big-price .price-base,
.reference-products .product-price .product-big-price .price-base {
  font-size: 10px;
  font-weight: normal;
  display: block;
  margin-bottom: 6px;
}

#product-information .product-price .product-big-price .price-top-offer,
#product-information .product-price .product-big-price .price-top-offer span,
#quick-shopper .product-price .product-big-price .price-top-offer,
#quick-shopper .product-price .product-big-price .price-top-offer span,
#quick-view .product-price .product-big-price .price-top-offer,
#quick-view .product-price .product-big-price .price-top-offer span,
.reference-products .product-price .product-big-price .price-top-offer,
.reference-products .product-price .product-big-price .price-top-offer span {
  font-size: 28px;
  font-weight: 700;
  color: #f32200;
}

#product-information .product-price .product-big-price .price-top-offer-tag,
#quick-shopper .product-price .product-big-price .price-top-offer-tag,
#quick-view .product-price .product-big-price .price-top-offer-tag,
.reference-products .product-price .product-big-price .price-top-offer-tag {
  color: #f32200;
  display: block;
}

@media screen and (min-width: 64em) {
  #product-information .product-price .product-big-price .price-top-offer-tag,
  #quick-shopper .product-price .product-big-price .price-top-offer-tag,
  #quick-view .product-price .product-big-price .price-top-offer-tag,
  .reference-products .product-price .product-big-price .price-top-offer-tag {
    margin: 15px 0 0 9px;
    display: inline;
  }
}

#product-information .product-price .product-big-price .pla-net-price span,
#quick-shopper .product-price .product-big-price .pla-net-price span,
#quick-view .product-price .product-big-price .pla-net-price span,
.reference-products .product-price .product-big-price .pla-net-price span {
  font-size: 14px;
}

#product-information .product-price .product-big-price .pla-net-price .pla-net-print-price span,
#quick-shopper .product-price .product-big-price .pla-net-price .pla-net-print-price span,
#quick-view .product-price .product-big-price .pla-net-price .pla-net-print-price span,
.reference-products .product-price .product-big-price .pla-net-price .pla-net-print-price span {
  font-size: 11px;
}

#product-information .product-price .product-big-price .print-price,
#quick-shopper .product-price .product-big-price .print-price,
#quick-view .product-price .product-big-price .print-price,
.reference-products .product-price .product-big-price .print-price {
  display: block;
  margin-top: 14px;
}

#product-information .product-price .product-big-price .quick-shopper-print-price,
#product-information .product-price .product-big-price .print-price,
#quick-shopper .product-price .product-big-price .quick-shopper-print-price,
#quick-shopper .product-price .product-big-price .print-price,
#quick-view .product-price .product-big-price .quick-shopper-print-price,
#quick-view .product-price .product-big-price .print-price,
.reference-products .product-price .product-big-price .quick-shopper-print-price,
.reference-products .product-price .product-big-price .print-price {
  margin-top: 0;
}

#product-information .product-price .product-shipping-costs,
#product-information .product-price .product-shipping-costs span,
#quick-shopper .product-price .product-shipping-costs,
#quick-shopper .product-price .product-shipping-costs span,
#quick-view .product-price .product-shipping-costs,
#quick-view .product-price .product-shipping-costs span,
.reference-products .product-price .product-shipping-costs,
.reference-products .product-price .product-shipping-costs span {
  font-size: 10px;
}

#product-information .product-price .product-shipping-costs .js-display-variant-freight-cost,
#product-information .product-price .product-shipping-costs span .js-display-variant-freight-cost,
#quick-shopper .product-price .product-shipping-costs .js-display-variant-freight-cost,
#quick-shopper .product-price .product-shipping-costs span .js-display-variant-freight-cost,
#quick-view .product-price .product-shipping-costs .js-display-variant-freight-cost,
#quick-view .product-price .product-shipping-costs span .js-display-variant-freight-cost,
.reference-products .product-price .product-shipping-costs .js-display-variant-freight-cost,
.reference-products .product-price .product-shipping-costs span .js-display-variant-freight-cost {
  white-space: nowrap;
}

#product-information .product-price .discount-text,
#quick-shopper .product-price .discount-text,
#quick-view .product-price .discount-text,
.reference-products .product-price .discount-text {
  display: block;
  color: #f32200;
  font-size: 11px;
}

#product-information .product-price .pla-gross-price .product-shipping-costs,
#quick-shopper .product-price .pla-gross-price .product-shipping-costs,
#quick-view .product-price .pla-gross-price .product-shipping-costs,
.reference-products .product-price .pla-gross-price .product-shipping-costs {
  display: block;
  margin-top: 6px;
}

.price-label-echelon {
  background-color: #e3ab00;
  height: 50px;
  color: #fff;
  position: relative;
  margin-bottom: 9px;
}

.price-label-echelon p {
  font-size: 14px;
  position: absolute;
  bottom: 5px;
  left: 5px;
}

.price-label-echelon p span {
  font-weight: bold;
  font-size: 21px;
}

#product-details #product-information .product-rating-label.p {
  margin-bottom: 5px;
}

.price-label-echelon-quickshopper {
  background-color: #e3ab00;
  height: 26px;
  color: #fff;
  position: relative;
}

.price-label-echelon-quickshopper p {
  position: absolute;
  top: 4px;
  left: 9px;
}

.price-label-echelon-quickshopper p span {
  font-weight: bold;
  font-size: 21px;
}

@media screen and (max-width: 63.99em) {
  .price-label-echelon-quickshopper p {
    font-size: 11px;
  }

  .price-label-echelon-quickshopper p span {
    font-size: 11px;
  }
}

@media screen and (max-width: 381px) {
  .price-label-echelon {
    margin-bottom: 12px;
  }

  .price-label-echelon p {
    font-size: 24px;
    bottom: 12px;
    left: 12px;
  }

  .price-label-echelon p span {
    font-size: 30px;
  }
}

#product-information .product-variant-options .product-variant-label,
#quick-shopper .product-variant-options .product-variant-label,
#quick-view .product-variant-options .product-variant-label {
  float: left;
  width: 25%;
  line-height: 25px;
  font-weight: 700;
  height: 30px;
}

#product-information .product-variant-options .product-size-guide,
#quick-shopper .product-variant-options .product-size-guide,
#quick-view .product-variant-options .product-size-guide {
  color: #333;
  line-height: 24px;
  cursor: pointer;
  float: left;
}

#product-information .product-variant-options .product-size-guide-dropdown,
#quick-shopper .product-variant-options .product-size-guide-dropdown,
#quick-view .product-variant-options .product-size-guide-dropdown {
  margin: 2px 0 0 10px;
}

#product-information .product-variant-options .product-shipping-costs a,
#product-information .product-variant-options .product-shipping-costs .link,
#quick-shopper .product-variant-options .product-shipping-costs a,
#quick-shopper .product-variant-options .product-shipping-costs .link,
#quick-view .product-variant-options .product-shipping-costs a,
#quick-view .product-variant-options .product-shipping-costs .link {
  text-decoration: underline;
}

#product-information .product-variant-options #product-color-dropdown,
#quick-shopper .product-variant-options #product-color-dropdown,
#quick-view .product-variant-options #product-color-dropdown {
  margin-bottom: 9px;
}

#product-information .product-variant-options #product-color-dropdown,
#product-information .product-variant-options #product-size-dropdown,
#quick-shopper .product-variant-options #product-color-dropdown,
#quick-shopper .product-variant-options #product-size-dropdown,
#quick-view .product-variant-options #product-color-dropdown,
#quick-view .product-variant-options #product-size-dropdown {
  float: left;
  width: 80%;
}

#product-information .product-variant-options #product-color-dropdown .sod_select,
#product-information .product-variant-options #product-size-dropdown .sod_select,
#quick-shopper .product-variant-options #product-color-dropdown .sod_select,
#quick-shopper .product-variant-options #product-size-dropdown .sod_select,
#quick-view .product-variant-options #product-color-dropdown .sod_select,
#quick-view .product-variant-options #product-size-dropdown .sod_select {
  width: 100%;
  box-sizing: border-box;
}

#product-information .product-variant-options #product-color-dropdown .sod_label,
#product-information .product-variant-options #product-size-dropdown .sod_label,
#quick-shopper .product-variant-options #product-color-dropdown .sod_label,
#quick-shopper .product-variant-options #product-size-dropdown .sod_label,
#quick-view .product-variant-options #product-color-dropdown .sod_label,
#quick-view .product-variant-options #product-size-dropdown .sod_label {
  width: auto !important;
}

#product-information .product-variant-options #product-color-dropdown.disabled span,
#product-information .product-variant-options #product-size-dropdown.disabled span,
#quick-shopper .product-variant-options #product-color-dropdown.disabled span,
#quick-shopper .product-variant-options #product-size-dropdown.disabled span,
#quick-view .product-variant-options #product-color-dropdown.disabled span,
#quick-view .product-variant-options #product-size-dropdown.disabled span {
  cursor: default;
}

#product-information .product-variant-options #product-color-dropdown.disabled .sod_label::after,
#product-information .product-variant-options #product-size-dropdown.disabled .sod_label::after,
#quick-shopper .product-variant-options #product-color-dropdown.disabled .sod_label::after,
#quick-shopper .product-variant-options #product-size-dropdown.disabled .sod_label::after,
#quick-view .product-variant-options #product-color-dropdown.disabled .sod_label::after,
#quick-view .product-variant-options #product-size-dropdown.disabled .sod_label::after {
  display: none;
}

#product-information .product-variant-options #product-color-dropdown p,
#product-information .product-variant-options #product-size-dropdown p,
#quick-shopper .product-variant-options #product-color-dropdown p,
#quick-shopper .product-variant-options #product-size-dropdown p,
#quick-view .product-variant-options #product-color-dropdown p,
#quick-view .product-variant-options #product-size-dropdown p {
  float: left;
  width: 88%;
  text-indent: 10px;
  line-height: 24px;
  z-index: 10;
  cursor: pointer;
}

#product-information .product-variant-options #product-color-dropdown .variant-options-angle-down,
#product-information .product-variant-options #product-size-dropdown .variant-options-angle-down,
#quick-shopper .product-variant-options #product-color-dropdown .variant-options-angle-down,
#quick-shopper .product-variant-options #product-size-dropdown .variant-options-angle-down,
#quick-view .product-variant-options #product-color-dropdown .variant-options-angle-down,
#quick-view .product-variant-options #product-size-dropdown .variant-options-angle-down {
  background-color: #fff;
  color: #333;
  line-height: 24px;
  text-align: center;
  width: 12%;
  cursor: pointer;
  float: left;
}

#product-information .product-variant-options #product-color-dropdown ul,
#product-information .product-variant-options #product-size-dropdown ul,
#quick-shopper .product-variant-options #product-color-dropdown ul,
#quick-shopper .product-variant-options #product-size-dropdown ul,
#quick-view .product-variant-options #product-color-dropdown ul,
#quick-view .product-variant-options #product-size-dropdown ul {
  position: absolute;
  left: -1px;
  top: 25px;
  background-color: #fff;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  text-indent: 10px;
  line-height: 24px;
  display: none;
  float: left;
  width: 100%;
  z-index: 1;
}

#product-information .product-variant-options #product-color-dropdown ul li,
#product-information .product-variant-options #product-size-dropdown ul li,
#quick-shopper .product-variant-options #product-color-dropdown ul li,
#quick-shopper .product-variant-options #product-size-dropdown ul li,
#quick-view .product-variant-options #product-color-dropdown ul li,
#quick-view .product-variant-options #product-size-dropdown ul li {
  background-color: #fff;
  display: block;
}

#product-information .product-variant-options #product-color-dropdown ul li:hover,
#product-information .product-variant-options #product-size-dropdown ul li:hover,
#quick-shopper .product-variant-options #product-color-dropdown ul li:hover,
#quick-shopper .product-variant-options #product-size-dropdown ul li:hover,
#quick-view .product-variant-options #product-color-dropdown ul li:hover,
#quick-view .product-variant-options #product-size-dropdown ul li:hover {
  cursor: pointer;
  background-color: #e8e8e8;
}

#product-information .product-variant-options #product-color-dropdown ul li.soldout,
#product-information .product-variant-options #product-size-dropdown ul li.soldout,
#quick-shopper .product-variant-options #product-color-dropdown ul li.soldout,
#quick-shopper .product-variant-options #product-size-dropdown ul li.soldout,
#quick-view .product-variant-options #product-color-dropdown ul li.soldout,
#quick-view .product-variant-options #product-size-dropdown ul li.soldout {
  color: #999;
}

#product-information .product-variant-options #product-color-dropdown ul li.soldout:hover,
#product-information .product-variant-options #product-size-dropdown ul li.soldout:hover,
#quick-shopper .product-variant-options #product-color-dropdown ul li.soldout:hover,
#quick-shopper .product-variant-options #product-size-dropdown ul li.soldout:hover,
#quick-view .product-variant-options #product-color-dropdown ul li.soldout:hover,
#quick-view .product-variant-options #product-size-dropdown ul li.soldout:hover {
  cursor: default;
  background-color: #fff;
}

#product-information .product-variant-options #product-size-tiles li,
#quick-shopper .product-variant-options #product-size-tiles li,
#quick-view .product-variant-options #product-size-tiles li {
  cursor: pointer;
  float: left;
  border: 1px solid #e8e8e8;
  margin: 1px 9px 1px 1px;
  text-align: center;
}

#product-information .product-variant-options #product-size-tiles li.available:hover,
#quick-shopper .product-variant-options #product-size-tiles li.available:hover,
#quick-view .product-variant-options #product-size-tiles li.available:hover {
  border-color: #111;
}

#product-information .product-variant-options #product-size-tiles li.selected,
#quick-shopper .product-variant-options #product-size-tiles li.selected,
#quick-view .product-variant-options #product-size-tiles li.selected {
  margin: 0px 9px 0px 0px;
  border: 2px solid #111;
}

#product-information .product-variant-options #product-size-tiles li.soldout:hover,
#quick-shopper .product-variant-options #product-size-tiles li.soldout:hover,
#quick-view .product-variant-options #product-size-tiles li.soldout:hover {
  cursor: default;
}

#product-information .product-variant-options #product-color-tiles,
#quick-shopper .product-variant-options #product-color-tiles,
#quick-view .product-variant-options #product-color-tiles {
  margin-bottom: 9px;
}

#product-information .product-variant-options #product-color-tiles .icon.icon-check:not(.icon-right)::before,
#quick-shopper .product-variant-options #product-color-tiles .icon.icon-check:not(.icon-right)::before,
#quick-view .product-variant-options #product-color-tiles .icon.icon-check:not(.icon-right)::before {
  color: #fff;
}

#product-information .product-variant-options #product-color-tiles .icon.icon-check:not(.icon-right)::before,
#quick-shopper .product-variant-options #product-color-tiles .icon.icon-check:not(.icon-right)::before,
#quick-view .product-variant-options #product-color-tiles .icon.icon-check:not(.icon-right)::before {
  color: #fff;
}

#product-information .product-variant-options #product-color-tiles li,
#quick-shopper .product-variant-options #product-color-tiles li,
#quick-view .product-variant-options #product-color-tiles li {
  margin: 0 0 3px 0;
}

#product-information .product-variant-options #product-color-tiles li[title="schwarz"] .box,
#quick-shopper .product-variant-options #product-color-tiles li[title="schwarz"] .box,
#quick-view .product-variant-options #product-color-tiles li[title="schwarz"] .box {
  color: #fff;
}

#product-information .product-variant-options #product-color-tiles .tile-part,
#quick-shopper .product-variant-options #product-color-tiles .tile-part,
#quick-view .product-variant-options #product-color-tiles .tile-part {
  display: block;
  float: left;
  height: 100%;
}

#product-information .product-variant-options #product-color-tiles .tile-part:nth-child(2),
#quick-shopper .product-variant-options #product-color-tiles .tile-part:nth-child(2),
#quick-view .product-variant-options #product-color-tiles .tile-part:nth-child(2) {
  box-shadow: inset 1px 1px 0px #fff,inset -1px 0 #fff;
}

#product-information .product-variant-options #product-color-tiles .tile-part:last-child,
#quick-shopper .product-variant-options #product-color-tiles .tile-part:last-child,
#quick-view .product-variant-options #product-color-tiles .tile-part:last-child {
  box-shadow: inset 0px 1px 0px white, inset -1px -1px 0 white;
}

#product-information .product-variant-options #product-color-tiles .tile-part-half,
#quick-shopper .product-variant-options #product-color-tiles .tile-part-half,
#quick-view .product-variant-options #product-color-tiles .tile-part-half {
  width: 13px;
}

#product-information .product-variant-options #product-color-tiles .tile-part-half:last-child,
#quick-shopper .product-variant-options #product-color-tiles .tile-part-half:last-child,
#quick-view .product-variant-options #product-color-tiles .tile-part-half:last-child {
  width: 14px;
}

#product-information .product-variant-options #product-color-tiles .tile-part-third,
#quick-shopper .product-variant-options #product-color-tiles .tile-part-third,
#quick-view .product-variant-options #product-color-tiles .tile-part-third {
  width: 9px;
}

#product-information .product-variant-options #product-color-tiles .tile-icon,
#quick-shopper .product-variant-options #product-color-tiles .tile-icon,
#quick-view .product-variant-options #product-color-tiles .tile-icon {
  position: absolute;
  left: 0px;
  top: 1px;
  width: 100%;
}

#product-information .product-variant-options #product-color-tiles .selected .variant-color-tile,
#product-information .product-variant-options #product-color-tiles .soldout .variant-color-tile,
#quick-shopper .product-variant-options #product-color-tiles .selected .variant-color-tile,
#quick-shopper .product-variant-options #product-color-tiles .soldout .variant-color-tile,
#quick-view .product-variant-options #product-color-tiles .selected .variant-color-tile,
#quick-view .product-variant-options #product-color-tiles .soldout .variant-color-tile {
  text-shadow: 0 0 3px rgba(0,0,0,0.4);
  text-align: center;
}

#product-information .product-variant-options #product-color-tiles .soldout .variant-color-tile,
#quick-shopper .product-variant-options #product-color-tiles .soldout .variant-color-tile,
#quick-view .product-variant-options #product-color-tiles .soldout .variant-color-tile {
  color: #fff;
}

#product-information .product-variant-options #product-size-tiles .soldout,
#quick-shopper .product-variant-options #product-size-tiles .soldout,
#quick-view .product-variant-options #product-size-tiles .soldout {
  color: #999;
  border-color: #999;
  background-color: #fff;
}

#product-information .product-variant-options .variant-color-tile,
#quick-shopper .product-variant-options .variant-color-tile,
#quick-view .product-variant-options .variant-color-tile {
  position: relative;
}

#product-information .product-variant-options .variant-size-tile,
#quick-shopper .product-variant-options .variant-size-tile,
#quick-view .product-variant-options .variant-size-tile {
  padding: 1px 5px;
  white-space: nowrap;
}

#product-information .product-variant-options .product-size-error,
#quick-shopper .product-variant-options .product-size-error,
#quick-view .product-variant-options .product-size-error {
  margin: 10px 0 0 0;
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-position: 10px 5px;
  font-weight: normal;
}

#product-information .product-button-panel {
  margin-bottom: 21px;
}

#product-information .product-button-panel .quantity-section {
  width: 100%;
}

#product-information .product-button-panel .quantity-section>input {
  height: 30px;
  width: 15%;
  padding-left: 3px;
  padding-right: 3px;
  text-align: center;
}

#product-information .product-button-panel .quantity-section>label {
  line-height: 30px;
  width: 25%;
  font-weight: 700;
}

#product-information .product-button-panel .product-availability {
  padding: 9px 0 6px;
  margin-top: 15px;
  margin-bottom: 9px;
}

#product-information .product-button-panel .product-availability .availability {
  margin: 0 7px 0 0;
}

#product-information .product-button-panel .product-availability .availability-text {
  display: inline-block;
  position: relative;
  top: -2px;
  height: 12px;
  line-height: 12px;
}

#product-information .product-button-panel .product-availability .preorder-text {
  color: #f48eab;
}

#product-information .product-button-panel .add-to-cart-button {
  height: 51px;
  margin-bottom: 21px;
}

#product-information .product-button-panel .pds-add-to-cart-button {
  margin-top: 15px;
}

#product-information .product-button-panel .add-to-cart-default+.sample-order-button-wrapper {
  margin-top: -9px;
}

#product-information .product-button-panel .btn-sample-order {
  margin-bottom: 21px;
}

@keyframes scaleUpAndDown {
  50% {
    font-size: 80px;
  }

  100% {
    font-size: 10px;
  }
}

.scale-up-and-down.icon::before {
  animation-name: scaleUpAndDown;
  animation-duration: 1s;
}

a#add-to-watchlist-button,
#add-to-watchlist-button.link {
  text-decoration: none;
}

a#add-to-watchlist-button span,
#add-to-watchlist-button.link span {
  text-decoration: underline;
}

a#add-to-watchlist-button.disabled,
#add-to-watchlist-button.disabled.link {
  color: #e8e8e8;
}

a#add-to-watchlist-button.disabled:hover,
#add-to-watchlist-button.disabled.link:hover {
  cursor: default;
}

#product-details {
  margin-bottom: 15px;
}

#product-details #pds_product_details_pager {
  font: 400 11px/18px Helvetica,Arial,sans-serif;
}

#product-details #pds_product_details_pager .breadcrumb {
  margin-left: 28%;
  margin-right: 28%;
  position: relative;
  bottom: 15px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 40%;
  display: block;
}

#product-details #pds_product_details_pager .breadcrumb li {
  display: inline;
}

#product-details #pds_product_details_pager .next-product,
#product-details #pds_product_details_pager .next-product a,
#product-details #pds_product_details_pager .next-product .link,
#product-details #pds_product_details_pager .prev-product,
#product-details #pds_product_details_pager .prev-product a,
#product-details #pds_product_details_pager .prev-product .link {
  height: 50px;
  width: 50px;
  z-index: 2000;
}

#product-details #pds_product_details_pager .prev-product,
#product-details #pds_product_details_pager .next-product {
  overflow: hidden;
  position: fixed;
  top: 50%;
}

#product-details #pds_product_details_pager .prev-product a,
#product-details #pds_product_details_pager .prev-product .link,
#product-details #pds_product_details_pager .next-product a,
#product-details #pds_product_details_pager .next-product .link {
  border-radius: 100%;
  background-color: #eaeaea;
  display: block;
}

#product-details #pds_product_details_pager .prev-product a span,
#product-details #pds_product_details_pager .prev-product .link span,
#product-details #pds_product_details_pager .next-product a span,
#product-details #pds_product_details_pager .next-product .link span {
  width: 50%;
  margin-top: 20px;
  display: inline-block;
  text-align: center;
}

#product-details #pds_product_details_pager .prev-product a span::before,
#product-details #pds_product_details_pager .prev-product .link span::before,
#product-details #pds_product_details_pager .next-product a span::before,
#product-details #pds_product_details_pager .next-product .link span::before {
  font-size: 18px;
}

#product-details #pds_product_details_pager .next-product {
  right: 0;
}

#product-details #pds_product_details_pager .next-product a,
#product-details #pds_product_details_pager .next-product .link {
  margin-left: 25px;
}

#product-details #pds_product_details_pager .next-product a span,
#product-details #pds_product_details_pager .next-product .link span {
  margin-left: 5px;
}

#product-details #pds_product_details_pager .prev-product {
  left: 0;
}

#product-details #pds_product_details_pager .prev-product a,
#product-details #pds_product_details_pager .prev-product .link {
  margin-left: -25px;
}

#product-details #pds_product_details_pager .prev-product a span,
#product-details #pds_product_details_pager .prev-product .link span {
  margin-left: 20px;
}

#product-details #product-image {
  margin-bottom: 15px;
}

#product-details #product-image #product-image-detail {
  float: right;
}

#product-details #product-image #product-image-detail .variant-video {
  display: none;
}

#product-details #product-image #product-image-detail .variant-video video {
  width: 100%;
}

#product-details #product-image #product-image-detail .badge {
  left: 15px;
}

#product-details #product-image #product-image-detail .badge.made-in-germany {
  left: auto;
  right: 50px;
}

#product-details #product-image #product-gallery,
#product-details #product-image #product-gallery-quickview {
  z-index: 1;
  padding: 30px 0;
}

#product-details .variant-video-image {
  opacity: 0;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

@media screen and (max-width: 63.99em) {
  #product-details .breadcrumb .last {
    display: block;
  }

  #product-details #product-image #product-image-detail {
    margin-bottom: 9px;
  }

  #product-details #product-image #product-gallery,
  #product-details #product-image #product-gallery-quickview {
    width: 339px;
  }

  #product-details #product-image #product-gallery .gallery-item,
  #product-details #product-image #product-gallery-quickview .gallery-item {
    padding: 0 9px 0 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    height: 104px;
  }

  #product-details #product-image #product-gallery .gallery-item.video,
  #product-details #product-image #product-gallery-quickview .gallery-item.video {
    position: relative;
  }

  #product-details #product-image #product-gallery .gallery-item.video:before,
  #product-details #product-image #product-gallery .gallery-item.video:after,
  #product-details #product-image #product-gallery-quickview .gallery-item.video:before,
  #product-details #product-image #product-gallery-quickview .gallery-item.video:after {
    position: absolute;
    top: 50%;
    left: calc(50% - 5px);
    display: inline-block;
    border-style: solid;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: '';
  }

  #product-details #product-image #product-gallery .gallery-item.video:before,
  #product-details #product-image #product-gallery-quickview .gallery-item.video:before {
    width: 48px;
    height: 48px;
    border: 2px solid #fff;
    border-radius: 50%;
  }

  #product-details #product-image #product-gallery .gallery-item.video:after,
  #product-details #product-image #product-gallery-quickview .gallery-item.video:after {
    margin-left: 4px;
    border-width: 14px 0 14px 20px;
    border-color: transparent transparent transparent #fff;
  }
}

@media screen and (min-width: 64em) {
  #product-details #product-image #product-image-detail .variant-video {
    margin-top: 18%;
  }

  #product-details #product-gallery .gallery-item,
  #product-details #product-gallery-quickview .gallery-item {
    padding-bottom: 9px;
    float: none;
    cursor: pointer;
  }

  #product-details #product-gallery .gallery-item img,
  #product-details #product-gallery-quickview .gallery-item img {
    max-width: 150px;
  }

  #product-details #product-gallery .gallery-item.video,
  #product-details #product-gallery-quickview .gallery-item.video {
    position: relative;
  }

  #product-details #product-gallery .gallery-item.video:before,
  #product-details #product-gallery .gallery-item.video:after,
  #product-details #product-gallery-quickview .gallery-item.video:before,
  #product-details #product-gallery-quickview .gallery-item.video:after {
    position: absolute;
    top: calc(50% - 4px);
    left: calc(50% - 10px);
    display: inline-block;
    border-style: solid;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: '';
  }

  #product-details #product-gallery .gallery-item.video:before,
  #product-details #product-gallery-quickview .gallery-item.video:before {
    width: 54px;
    height: 54px;
    border: 2px solid #fff;
    border-radius: 50%;
  }

  #product-details #product-gallery .gallery-item.video:after,
  #product-details #product-gallery-quickview .gallery-item.video:after {
    margin-left: 4px;
    border-width: 14px 0 14px 20px;
    border-color: transparent transparent transparent #fff;
  }

  #product-details #product-information h1.product-name {
    font-size: 21px;
  }
}

@media screen and (max-width: 79.99em) {
  #product-details #product-gallery .gallery-item img {
    max-width: 120px;
  }
}

@media screen and (max-width: 63.99em) {
  #product-details #product-gallery .gallery-item img {
    max-width: 104px;
  }
}

#product-details #product-information .product-name,
#product-details #product-information .product-rating-label,
#product-details #product-information .review-bar-rating {
  margin-bottom: 21px;
}

#product-details #product-information .product-price {
  float: left;
  width: 100%;
  padding-top: 15px;
  border-top: 1px solid #e8e8e8;
  margin-bottom: 21px;
}

#product-details #product-information .product-variant-options {
  float: left;
  width: 100%;
  padding-top: 21px;
  border-top: 1px solid #e8e8e8;
  margin-bottom: 15px;
}

#product-details #product-information .product-variant-options .sod_list_wrapper {
  z-index: 1;
}

#product-details #product-information .product-payback {
  float: left;
  width: 100%;
  padding-top: 21px;
  border-top: 1px solid #e8e8e8;
  margin-bottom: 15px;
}

#product-details #product-information .product-payback .payback-image {
  float: right;
  margin-left: 9px;
}

#product-details #product-information .product-helper-guides {
  float: left;
  width: 100%;
  padding-top: 21px;
  border-top: 1px solid #e8e8e8;
}

#product-details .lmiv-headline {
  text-decoration: underline;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 15px;
  text-transform: none;
}

#product-details .lmiv-content-label {
  font-weight: bold;
}

#product-description .product-summary b,
#product-description .product-summary .helper-bold {
  font: 700 16px "Roboto-Bold",Helvetica,Arial,sans-serif;
  letter-spacing: 0.06em;
}

#product-description .product-summary br+b {
  font: inherit;
  letter-spacing: inherit;
  font-weight: 700;
}

li.print-price-description-text {
  list-style: square;
  margin-left: 12px;
}

.product-volume-price-table {
  width: 100%;
  border: 1px solid #e8e8e8;
  background-color: #fcfcfc;
  line-height: 30px;
  font-weight: 700;
  font-size: 11px;
  border-collapse: separate;
  padding: 15px 8px;
}

.product-volume-price-table tbody tr:hover {
  background-color: #f2f2f2;
  cursor: pointer;
}

.product-volume-price-table tbody tr:active:not(th) {
  background-color: #e8e8e8;
}

.product-volume-price-table tbody tr.is-selected {
  background-color: #d8d8d8;
}

.product-volume-price-table th {
  text-align: center;
  border-bottom: 1px solid #f2f2f2;
}

.product-volume-price-table td {
  text-align: center;
}

.product-volume-price-table td.item-price {
  font-size: 14px;
}

.product-volume-price-dropdown .volume-price-dropdown-headline {
  font-size: 11px;
  font-weight: normal;
  border: 1px solid transparent;
  padding: 6px;
}

.product-volume-price-dropdown .volume-price-dropdown-headline .volume-price-row {
  display: inline-block;
  min-width: 30%;
}

.product-volume-price-dropdown .volume-price-dropdown-headline .volume-price-row.helper-hide {
  display: none !important;
}

.product-volume-price-dropdown .js-volume-dropdown {
  width: 100%;
}

.product-volume-price-dropdown .sod_select,
.product-volume-price-dropdown .sod_list_wrapper {
  width: 100%;
  box-shadow: 0 1px 10px 0 rgba(0,0,0,0.4);
}

.product-volume-price-dropdown .sod_list_wrapper {
  max-height: 0;
  opacity: 0;
  display: block;
  overflow: hidden;
  border-top: none;
  box-sizing: content-box;
}

.product-volume-price-dropdown .sod_select strong,
.product-volume-price-dropdown .sod_list strong,
.product-volume-price-dropdown .sod_option strong {
  max-width: 33%;
  display: inline-block;
  float: left;
}

.product-volume-price-dropdown .sod_select .quantity,
.product-volume-price-dropdown .sod_list .quantity,
.product-volume-price-dropdown .sod_option .quantity {
  padding-right: 3px;
}

.product-volume-price-dropdown .sod_select .quantity,
.product-volume-price-dropdown .sod_select .print-price,
.product-volume-price-dropdown .sod_list .quantity,
.product-volume-price-dropdown .sod_list .print-price,
.product-volume-price-dropdown .sod_option .quantity,
.product-volume-price-dropdown .sod_option .print-price {
  font-weight: 600;
  margin: 0 !important;
}

.product-volume-price-dropdown .sod_select .print-price:before,
.product-volume-price-dropdown .sod_list .print-price:before,
.product-volume-price-dropdown .sod_option .print-price:before {
  content: '+ ';
}

.product-volume-price-dropdown .sod_select .print-price.helper-hide,
.product-volume-price-dropdown .sod_list .print-price.helper-hide,
.product-volume-price-dropdown .sod_option .print-price.helper-hide {
  display: none !important;
}

.product-volume-price-dropdown .sod_select .quantity,
.product-volume-price-dropdown .sod_select .volume-price,
.product-volume-price-dropdown .sod_list .quantity,
.product-volume-price-dropdown .sod_list .volume-price,
.product-volume-price-dropdown .sod_option .quantity,
.product-volume-price-dropdown .sod_option .volume-price {
  min-width: 30%;
}

.product-volume-price-dropdown .sod_select .volume-price,
.product-volume-price-dropdown .sod_list .volume-price,
.product-volume-price-dropdown .sod_option .volume-price {
  font-size: 18px;
}

@media screen and (max-width: 63.99em) {
  .product-volume-price-dropdown .sod_select,
  .product-volume-price-dropdown .sod_list,
  .product-volume-price-dropdown .sod_option {
    font-size: 11px;
  }
}

.product-volume-price-dropdown .sod_select.open .sod_list_wrapper {
  max-height: 1000px;
  opacity: 1;
}

.pager-space {
  padding: 0 6px 0 3px;
}

.product-overlay-zoom-gallery .headlineWrapper {
  position: relative;
}

.product-overlay-zoom-gallery .headlineWrapper .h2 {
  width: 97%;
  display: block;
}

.product-overlay-zoom-gallery .js-gallery-image {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 64em) {
  .product-overlay-zoom-gallery .js-gallery-big-items .js-gallery-image {
    width: auto;
    height: 325px;
    margin: 0 auto;
  }

  .product-overlay-zoom-gallery .js-gallery-small-items .js-gallery-image {
    width: auto;
    height: 150px;
    margin: 0 auto;
  }
}

.reference-products ul li {
  list-style: outside disc;
  margin-left: 12px;
}

.product-references-component .reference-products .product-price .product-big-price .price-formatted {
  font-size: 21px;
}

.product-references-component .media-object-container {
  overflow: hidden;
  margin: 9px -3px;
  padding: 9px 0;
}

@media screen and (max-width: 79.99em) {
  .product-references-component .media-object-container {
    margin-top: 6px;
    margin-bottom: 6px;
  }
}

@media screen and (min-width: 64em) {
  .product-references-component ul li:nth-child(odd) .media-object-container {
    margin-left: 3px;
  }

  .product-references-component ul li:nth-child(even) .media-object-container {
    margin-right: 3px;
  }
}

@media screen and (max-width: 63.9em) {
  .product-references-component ul li .media-object-container {
    margin-left: 3px;
    margin-right: 3px;
  }
}

.product-references-component .reference-product .availability-text {
  color: #689120;
}

.product-references-component .reference-product .availability-text-green {
  color: #689120;
}

.product-references-component .reference-product .availability-text-yellow {
  color: #e3ab00;
}

.product-references-component .reference-product .availability-text-red {
  color: #f32200;
}

.product-references-component .product-reference-image {
  max-width: 100%;
}

.product-references-component .product-reference-anchor {
  text-decoration: none;
  display: inline-block;
  width: 100%;
}

.product-references-component .reference-brand {
  color: #d9ae84;
}

.product-references-component .review-number {
  display: inline;
}

.product-references-component .accordion-trigger {
  display: none;
  margin-top: 21px;
}

.product-references-component .accordion-trigger a:focus,
.product-references-component .accordion-trigger .link:focus {
  outline: none;
}

.product-references-component .accordion-item {
  display: none;
}

.product-references-component .icon-arrow-left:after {
  transform: rotate(90deg);
  transform-origin: 40% 50%;
}

.product-references-component .icon-arrow-right:after {
  transform: rotate(90deg);
  transform-origin: 40% 65%;
}

.product-references-component .price-label-echelon {
  height: 33px;
  width: 150px;
  margin-bottom: 0;
}

.quick-shopper-column,
#quick-shopper {
  z-index: 3000;
  background-color: #e8e8e8;
}

#quick-shopper {
  float: left;
  width: 100%;
  height: 85px;
  padding: 9px 0;
}

#quick-shopper img {
  margin: 0 9px 0 0;
  cursor: pointer;
}

#quick-shopper .quick-shopper-info {
  padding-left: 0;
}

#quick-shopper .quick-shopper-title {
  margin-top: 9px;
}

#quick-shopper .product-name {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 6px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#quick-shopper .product-rating-label {
  margin: 0;
  font-weight: normal;
}

#quick-shopper .product-price .product-big-price {
  margin: 0;
}

#quick-shopper .product-price .product-big-price .price-from-number,
#quick-shopper .product-price .product-big-price .price-formatted,
#quick-shopper .product-price .product-big-price .price-new span {
  font-size: 18px;
}

#quick-shopper .product-price .product-big-price .price-base,
#quick-shopper .product-price .product-big-price .price-old-tag {
  margin: 0;
}

#quick-shopper .without-volume-prices .product-variant-options {
  position: absolute;
  right: 0;
  top: 0;
}

#quick-shopper .product-variant-options #product-color-dropdown,
#quick-shopper .product-variant-options #product-size-dropdown {
  width: 100%;
}

#quick-shopper .product-size-guide,
#quick-shopper .product-shipping-costs,
#quick-shopper .product-size-error {
  display: none;
}

#quick-shopper .sod_select .sod_label {
  padding-top: 3px;
  padding-bottom: 3px;
}

#quick-shopper .sod_select::after {
  line-height: 27px;
  background-color: transparent;
}

#quick-shopper .sod_list_wrapper {
  bottom: 100%;
  top: auto;
}

#quick-shopper .sod_list_wrapper .sod_option {
  padding: 3px 9px;
}

#quick-shopper .add-to-cart-form {
  padding-right: 0;
  float: right;
}

#quick-shopper .add-to-cart-button,
#quick-shopper .wa-quickshopper-button {
  height: 57px;
  margin-bottom: 0;
  padding-left: 6px;
  padding-right: 6px;
}

#quick-shopper .quantity-section {
  margin-bottom: 0;
}

#quick-shopper.sticky {
  position: fixed;
  bottom: 29px;
  width: 724px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: -10px;
}

#quick-shopper.sticky.withoutStickyFooter {
  bottom: 0;
}

#quick-shopper .product-volume-price-dropdown .volume-price-dropdown-headline .volume-price-row {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#quick-shopper .product-volume-price-dropdown .sod_select .sod_label .quantity,
#quick-shopper .product-volume-price-dropdown .sod_select .sod_list_wrapper .quantity {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media screen and (max-width: 63.99em) {
  #quick-shopper img {
    width: 80%;
    margin: 0 0 0 9px;
  }

  #quick-shopper .product-name {
    font-size: 13px;
  }

  #quick-shopper .quick-shopper-title {
    margin-top: 6px;
  }

  #quick-shopper .product-name {
    margin-bottom: 3px;
  }

  #quick-shopper .product-volume-price-dropdown .sod_select .volume-price {
    font-size: 11px;
  }
}

@media screen and (min-width: 64em) {
  #quick-shopper.sticky {
    width: 940px;
  }

  #quick-shopper img {
    margin: 0 0 0 9px;
  }
}

@media screen and (min-width: 80em) {
  #quick-shopper.sticky {
    width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
  }
}

#quick-view {
  float: left;
  padding-bottom: 21px;
  width: 100%;
}

#quick-view #quick-view-image,
#quick-view #quick-view-information {
  width: 50%;
  float: left;
}

#quick-view #quick-view-image {
  position: relative;
}

#quick-view #quick-view-image .badge:not(.watchlist-indicator) {
  width: 45px;
  height: 45px;
}

#quick-view #quick-view-image .badge:not(.watchlist-indicator) .text {
  width: 45px;
  height: 45px;
  font-size: 11px;
  line-height: .8em;
  letter-spacing: 0;
}

#quick-view #quick-view-image .badge:not(.watchlist-indicator) .text .small {
  font-size: 9px;
  line-height: .8em;
}

#quick-view #quick-view-image .badge:not(.watchlist-indicator) .text .medium {
  font-size: 11px;
  line-height: .8em;
}

#quick-view #quick-view-image .badge:not(.watchlist-indicator) .text .large {
  font-size: 14px;
  line-height: 1em;
}

#quick-view #quick-view-image .badge.made-in-germany {
  left: auto;
  right: 55px;
}

#quick-view .product-brand-logo {
  margin-bottom: 9px;
}

#quick-view .product-brand-logo img {
  max-height: 90px;
}

#quick-view h1.product-name {
  font-size: 21px;
  margin-bottom: 9px;
}

#quick-view .product-price {
  margin-bottom: 9px;
}

#quick-view #product-gallery,
#quick-view #product-gallery-quickview {
  z-index: 1;
  padding: 15px 0 0 0;
  width: 309px;
  max-height: 115px;
}

#quick-view #product-gallery .gallery-item,
#quick-view #product-gallery-quickview .gallery-item {
  display: flex;
  height: 100px;
  cursor: pointer;
  padding: 0 9px 0 0;
}

#quick-view #product-gallery .gallery-item img,
#quick-view #product-gallery-quickview .gallery-item img {
  max-width: 100px;
}

#quick-view #product-gallery .gallery-item.video,
#quick-view #product-gallery-quickview .gallery-item.video {
  position: relative;
}

#quick-view #product-gallery .gallery-item.video:before,
#quick-view #product-gallery .gallery-item.video:after,
#quick-view #product-gallery-quickview .gallery-item.video:before,
#quick-view #product-gallery-quickview .gallery-item.video:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  border-style: solid;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
}

#quick-view #product-gallery .gallery-item.video:before,
#quick-view #product-gallery-quickview .gallery-item.video:before {
  width: 36px;
  height: 36px;
  border: 2px solid #fff;
  border-radius: 50%;
}

#quick-view #product-gallery .gallery-item.video:after,
#quick-view #product-gallery-quickview .gallery-item.video:after {
  margin-left: 2px;
  border-width: 10px 0 10px 14px;
  border-color: transparent transparent transparent #fff;
}

#quick-view .variant-video {
  padding: 0 21px 30px 0;
}

#quick-view .variant-video video {
  width: 100%;
  height: 266px;
}

#quick-view .variant-video-image {
  opacity: 0;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

#quick-view.soldout .variant-video {
  display: none;
}

#quick-view .product-variant-options {
  float: left;
  width: 100%;
  margin-bottom: 9px;
}

#quick-view .product-variant-options #product-size-dropdown,
#quick-view .product-variant-options #product-color-dropdown {
  width: 100%;
}

#quick-view .product-availability .availability {
  margin: 4px 9px 18px 0;
  float: left;
}

#quick-view .product-availability .availability-text {
  float: left;
}

#quick-view .product-availability .preorder-text {
  color: #f48eab;
}

#quick-view .quantity-section {
  display: none;
}

#quick-view .product-button-panel a,
#quick-view .product-button-panel .link {
  margin-bottom: 9px;
}

#quick-view .add-to-cart-button {
  height: 51px;
  margin-bottom: 9px;
}

#quick-view .add-to-cart-vol-prices .add-to-cart-button {
  width: 50%;
}

#quick-view .add-to-cart-default .pds-add-to-cart-button {
  margin-top: 15px;
}

#quick-view .add-to-cart-default .pds-button {
  width: 100%;
}

#quick-view .pds-button {
  line-height: 37px;
  height: 51px;
  width: calc(50% - 6px);
}

#quick-view .pds-button.half-width {
  width: 50%;
}

#quick-view .information_message.has-error {
  margin-top: 0;
}

.quick-view-message {
  min-height: 39px;
  line-height: 39px;
  background-color: #f2f2f2;
  margin-bottom: 15px;
  padding: 0 21px;
}

.quick-view-message .message-buttons {
  margin-top: 5px;
}

.quick-view-message div {
  width: 50%;
  font-size: 14px;
}

.quick-view-message div a,
.quick-view-message div .link {
  width: 49%;
}

.quick-view-message .icon:before {
  margin-right: 6px;
}

#sub-navi {
  width: 100%;
  max-width: 220px;
  margin: 0;
  padding: 0;
  position: relative;
}

#sub-navi .child-node {
  margin: 0;
  padding: 21px;
  box-shadow: 0 1px 10px 0 rgba(0,0,0,0.4);
  display: none;
}

#sub-navi div[class*="link-position-"] {
  float: none;
}

#sub-navi li {
  margin-bottom: 3px;
}

#sub-navi li.branch-selected>a,
#sub-navi li.branch-selected>.link,
#sub-navi li.branch-selected>div a,
#sub-navi li.branch-selected>div .link,
#sub-navi li.branch-selected-child>a,
#sub-navi li.branch-selected-child>.link,
#sub-navi li.branch-selected-child>div a,
#sub-navi li.branch-selected-child>div .link {
  font-weight: 700;
}

#sub-navi li.branch-selected .child-node {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  width: 100%;
  background-color: #fff;
}

#sub-navi li.selected-child a,
#sub-navi li.selected-child .link,
#sub-navi li.selected-grand-child a,
#sub-navi li.selected-grand-child .link {
  font-weight: 700;
  text-decoration: underline;
}

#sub-navi li .grand-child-node {
  margin-left: 15px;
}

#sub-navi li a,
#sub-navi li .link {
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
}

#sub-navi li a:hover,
#sub-navi li .link:hover {
  text-decoration: underline;
}

.no-touch #sub-navi li:hover .child-node,
.touch #sub-navi li.active .child-node {
  display: block;
}

.subnavi-layout aside img {
  width: 100%;
  max-width: 180px;
}

@media screen and (min-width: 64em) {
  #sub-navi {
    position: static;
  }

  #sub-navi .child-node,
  #sub-navi li.branch-selected .child-node {
    display: block;
    position: static;
    background-color: transparent;
    margin-top: 9px;
    border-top: 1px solid #e8e8e8;
    padding: 9px 0 0 9px;
    width: auto;
    box-shadow: none;
  }
}

html.desktop .watchlist-indicator-heart {
  z-index: 2;
  max-width: 27px;
}

html.desktop .watchlist-indicator-heart:hover {
  z-index: 10;
}

html.desktop .watchlist-indicator-heart .icon,
html.desktop .watchlist-indicator-heart .like-counter-number {
  width: 100%;
}

html.desktop .watchlist-indicator-heart .watchlist-overlay .js-layer {
  position: relative;
  top: 15px;
  opacity: 0;
  max-height: 0;
  height: 0;
  background-color: rgba(255,255,255,0.8);
  overflow: hidden;
  z-index: 10;
  padding: 0;
  -webkit-transition: all 0ms ease-in-out 0ms;
  -moz-transition: all 0ms ease-in-out 0ms;
  -ms-transition: all 0ms ease-in-out 0ms;
  -o-transition: all 0ms ease-in-out 0ms;
  transition: all 0ms ease-in-out 0ms;
  transition-property: opacity, max-height, top;
}

html.desktop .watchlist-indicator-heart:hover {
  max-width: none;
}

html.desktop .watchlist-indicator-heart:hover .watchlist-overlay .js-layer {
  opacity: 1;
  top: 0;
  max-height: 300px;
  height: auto;
  padding: 6px 3px 3px;
  -webkit-transition: all 500ms ease-in-out 0ms;
  -moz-transition: all 500ms ease-in-out 0ms;
  -ms-transition: all 500ms ease-in-out 0ms;
  -o-transition: all 500ms ease-in-out 0ms;
  transition: all 500ms ease-in-out 0ms;
  transition-property: opacity, max-height, top;
}

html.tablet .watchlist-indicator-heart {
  width: 28px;
  height: 28px;
}

html.tablet .watchlist-indicator-heart .watchlist-overlay .layer-hide {
  position: relative;
  top: 0;
  opacity: 0;
  max-height: 0;
  height: 0;
  pointer-events: none;
}

html.tablet .watchlist-indicator-heart .watchlist-overlay .layer-visible {
  opacity: 1;
  top: 0;
  max-height: 300px;
  height: auto;
  position: relative;
  background-color: rgba(255,255,255,0.8);
  overflow: hidden;
  z-index: 10;
  padding: 3px;
}

html.tablet .watchlist-indicator-heart.max-width-none {
  width: auto;
  max-width: none;
}

html.tablet .watchlist-indicator-heart .badge {
  width: auto;
  height: auto;
}

.subnavi-layout #watchlist {
  min-height: 100px;
}

#watchlist .article-container {
  padding: 0 0 3px;
}

#watchlist .article-container:first-child {
  padding-top: 9px;
}

#watchlist .article-container .price-regular,
#watchlist .article-container .product-price,
#watchlist .article-container .product-price-new {
  float: right;
  margin-bottom: 0;
  margin-left: 6px;
}

#watchlist .article-container .product-image {
  text-decoration: none;
}

#watchlist .article-container .product-image-a-second {
  display: none;
}

#watchlist .article-container .cart-size-box span,
#watchlist .article-container .cart-color-box span,
#watchlist .article-container .update-form .quantity-input {
  padding-top: 3px;
  padding-bottom: 3px;
}

#watchlist .article-container .cart-size-box::after,
#watchlist .article-container .cart-color-box::after {
  line-height: 27px;
}

#watchlist .article-container .availability {
  margin: 3px 3px 3px 0;
  float: left;
}

#watchlist .article-container .product-order-number {
  margin-right: 6px;
  margin-top: 18px;
}

#watchlist .article-container .article-column-left .product-image {
  float: left;
  margin-right: 39px;
}

#watchlist .article-container .article-column-middle .product-brand {
  margin-bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
}

#watchlist .article-container .article-column-middle .product-name {
  margin-bottom: 18px;
}

#watchlist .article-container .article-column-middle .review-bar-rating {
  height: 18px;
}

#watchlist .article-container .article-column-middle label {
  width: 100px;
}

#watchlist .article-container .article-column-middle label.quantity-label {
  padding: 2px 0 1px;
}

#watchlist .article-container .article-column-middle .color-label {
  margin-bottom: 6px;
}

#watchlist .article-container .article-column-middle .size-select-box,
#watchlist .article-container .article-column-middle .color-select-box {
  min-width: 60px;
}

#watchlist .article-container .article-column-middle .update-form {
  float: left;
}

#watchlist .article-container .article-column-middle .sod_select {
  margin-left: 1px;
}

#watchlist .article-container .article-column-middle .sod_select .sod_label {
  width: 92px !important;
}

#watchlist .article-container .article-column-middle .quantity-input {
  width: 73px;
}

#watchlist .article-container .article-column-middle>* {
  margin-bottom: 6px;
}

#watchlist .article-container .article-column-right .wishlist-price-box {
  position: absolute;
  padding: inherit;
  bottom: 0;
  right: 0;
}

#watchlist .article-container .article-column-right .wishlist-price-box .wishlist-price {
  font-weight: 700;
  float: right;
}

#watchlist .article-container .article-column-right .wishlist-price-box .wishlist-price .product-price {
  font-weight: 700;
  font-size: 100%;
  color: #111;
}

#watchlist .article-container .article-column-right .quantity-label {
  padding-top: 3px;
  margin-right: 6px;
}

#watchlist .article-container .article-column-right .quantity-input {
  width: 60px;
}

#watchlist .article-container .article-column-right .availability-text {
  margin-left: 6px;
  display: inline-block;
  vertical-align: top;
  width: 78%;
}

#watchlist .article-container .article-column-bottom {
  margin-top: 21px;
}

#watchlist .article-container .article-column-bottom .remove {
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none;
}

#watchlist .article-container .article-column-bottom .remove span {
  text-decoration: underline;
}

#watchlist .article-container .icon.icon-star-percentage::before {
  font-size: 18px;
}

.page-accountWatchListPage #watchlist .article-column-middle .sod_select .sod_label {
  width: 92px !important;
}

#product-image-detail .watchlist-indicator-heart,
.threeteaser-product .watchlist-indicator-heart {
  top: auto;
  right: 15px;
}

#product-image-detail .watchlist-indicator-heart .icon::before,
.threeteaser-product .watchlist-indicator-heart .icon::before {
  line-height: 18px;
}

#product-image-detail .watchlist-indicator-heart .badge,
.threeteaser-product .watchlist-indicator-heart .badge {
  left: 0 !important;
}

.watchlist-indicator-heart {
  position: absolute;
  right: 0;
  top: -8px;
  z-index: 10;
}

.watchlist-indicator-heart .badge {
  position: relative;
  float: right;
  background-color: transparent;
  border: none;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  width: auto;
  padding-right: 6px;
}

.watchlist-indicator-heart .badge .icon-heart-border::before,
.watchlist-indicator-heart .badge .icon-heart::before {
  margin-top: 6px;
}

.watchlist-indicator-heart .badge .icon-heart-border.icon-size-medium:not(.icon-star):not(.icon-star-border):not(.icon-right)::before,
.watchlist-indicator-heart .badge .icon-heart.icon-size-medium:not(.icon-star):not(.icon-star-border):not(.icon-right)::before {
  line-height: 20px;
}

.watchlist-indicator-heart .badge>.icon::before,
.watchlist-indicator-heart .badge>.like-counter-number {
  display: block;
}

.watchlist-indicator-heart .badge>.icon-heart::before,
.watchlist-indicator-heart .badge>.icon-heart-border::before {
  position: absolute;
}

.watchlist-indicator-heart .badge>.icon-heart-border>.icon-heart {
  color: #fff;
}

.watchlist-indicator-heart .badge .like-counter-number {
  font-size: 11px;
}

.watchlist-indicator-heart .js-layer-init {
  float: right;
}

@media screen and (min-width: 64em) {
  #watchlist .product-image .product-image-cart-second,
  #watchlist .product-image .product-image-cart-first {
    width: 48%;
    height: auto;
  }

  #watchlist .article-container .product-image-a-second {
    display: inline;
  }

  #watchlist .product-variant-details label,
  #watchlist .article-column-middle label {
    width: 95px;
  }

  #watchlist .product-variant-details .sod_select .sod_label,
  #watchlist .article-column-middle .sod_select .sod_label {
    width: 92px !important;
  }
}

@media screen and (max-width: 63.9em) {
  #watchlist .article-container .article-column-middle label {
    width: 80px;
  }
}

.watchlist-indicator-heart .animate .icon-heart {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.watchlist-indicator-heart .animate .icon-heart.icon {
  color: #333;
}

.watchlist-indicator-heart .animate .icon-heart-border::before {
  content: '';
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.printcatalog-order-component .catalog-order-image,
.printcatalog-order-component .catalog-error-message img {
  max-width: 100%;
}

.promotion-order-component * {
  -webkit-font-smoothing: auto;
}

.promotion-order-component label {
  font: 700 12px/18px "Roboto-Bold", Arial, sans-serif;
}

.promotion-order-component .promotion-order-form {
  background-repeat: no-repeat;
  background-size: cover;
}

.promotion-order-component .promotion-order-form-inner {
  padding: 21px 36px;
}

.promotion-order-component .dynamic-dropdowns-wrapper {
  margin-bottom: 30px;
}

.promotion-order-component .dynamic-dropdowns-wrapper select {
  display: block;
  width: 100%;
  height: 34.6px;
  padding: 8px 6px 7px;
  border-radius: 0;
  border-color: #d9ae84 !important;
}

.promotion-order-component .dynamic-dropdowns-wrapper select:focus {
  outline: none;
}

.comments-stars-wrapper {
  direction: rtl;
}

.comments-stars-container:not(.disabled) .icon-star-border:hover::before,
.comments-stars-container:not(.disabled) .icon-star-border:hover ~ label::before {
  content: "\e616";
}

.rating-star-text {
  display: none;
}

.rating-star-text p.paragraph-break {
  word-wrap: initial;
}

.comments-stars-wrapper {
  margin-top: -2px;
  padding-right: 10px;
}

#reviewForm label:not(.icon) {
  display: block;
}

#reviewForm textarea {
  height: 123px;
}

#reviewForm .error-container>div {
  overflow: hidden;
}

#reviewForm .error-message {
  color: #f32200;
  padding: 6px 0;
  margin-top: -15px;
}

#reviewForm .panel {
  box-sizing: border-box;
}

#product-size-tiles {
  overflow: hidden;
}

.review-checkbox-anonymous {
  display: inline-block;
  width: 100%;
}

#product-review-create #product-details-mini {
  overflow: hidden;
}

#product-review-create #product-details-mini .review-bar-rating .icon.icon-star {
  margin-right: -2px;
}

#product-review-create #product-details-mini .product-summary {
  padding: 0;
}

#product-review-create #product-details-mini #product-details-mini-base-information .review-number {
  margin-left: 0;
}

#product-review-aggregation .sod_label,
#product-details-mini .sod_label {
  width: auto !important;
}

#product-details-mini #product-color-dropdown,
#product-details-mini #product-size-dropdown {
  width: 80%;
}

#product-details-mini .sod_select {
  width: 100%;
  box-sizing: border-box;
}

#product-details-mini .sod_option.disabled {
  color: #999;
  cursor: default;
}

#product-details-mini .product-summary {
  padding: 0;
}

#product-details-mini a.overlay,
#product-details-mini .overlay.link {
  padding: 7px 0 0 7px;
}

#product-details-mini .price-formatted {
  margin-right: 4px;
}

#product-details-mini .product-size-error::before {
  top: 27px;
}

@media screen and (min-width: 64em) {
  #product-details-mini .product-size-error::before {
    top: 12px;
  }
}

#product-details-mini .quantity {
  width: 40px;
}

.product-variant-options .product-size-error {
  margin-top: 10px;
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-position: 10px 5px;
  font-weight: normal;
  display: inline-block;
}

.product-variant-options .product-size-error.helper-hide {
  display: none;
}

.product-variant-options .product-size-error::before {
  top: 12px;
}

@media screen and (min-width: 64em) {
  .product-variant-options .product-size-error::before {
    top: 5px;
  }
}

.product-size-dropdown {
  width: 100%;
  float: left;
}

#reviews-container {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 30px;
  background-color: #fff;
}

.review-error-messages {
  border: 1px solid #e8e8e8;
  border-color: #f32200;
  color: #f32200;
  font-size: 10px;
  line-height: 18px;
  padding: 9px;
  text-align: center;
  display: none;
  margin: 6px 0 9px 0;
}

.review-error-messages a,
.review-error-messages .link {
  color: #f32200;
}

#reviews-headline {
  padding: 30px 0 30px;
}

#reviews-headline .review-text {
  float: left;
  margin-right: 6px;
}

#reviews-headline .review-bar-rating {
  float: left;
}

#reviews-headline .review-bar-rating .icon {
  float: left;
}

#reviews-headline .review-bar-rating .review-number {
  float: left;
  margin-left: 9px;
}

#reviews-headline .number-of-reviews {
  float: left;
  color: #111;
}

#reviews-headline .review-bar-message {
  float: right;
  color: #999;
}

#reviews-headline form .sod_select {
  width: 150px;
  text-align: left;
}

#reviews-headline .sortOptions {
  min-width: 0;
}

.layer-login-text {
  text-transform: none;
  white-space: normal;
}

.review-login-tooltip-message {
  line-height: 16px;
}

#product-review-reviews #reviews-headline .btn,
#product-review-reviews #reviews-headline #result-page-navigation .paging-navigation .paging-tile,
#result-page-navigation .paging-navigation #product-review-reviews #reviews-headline .paging-tile {
  font-size: 11px;
  line-height: 18px;
  padding: 4px 6px 2px;
}

#product-review-reviews #reviews-headline .number-of-reviews {
  font-size: 10px;
  line-height: 18px;
}

@media screen and (min-width: 64em) {
  #product-review-reviews #reviews-headline .btn,
  #product-review-reviews #reviews-headline #result-page-navigation .paging-navigation .paging-tile,
  #result-page-navigation .paging-navigation #product-review-reviews #reviews-headline .paging-tile {
    font-size: 14px;
    line-height: 15px;
    padding: 8px 15px 7px;
  }

  #product-review-reviews #reviews-headline .number-of-reviews {
    font-size: 14px;
    line-height: 18px;
  }
}

.review-item {
  padding: 9px;
  color: #111;
  border-top: 1px solid #e8e8e8;
}

.review-item.private-review-reported-true {
  border: 1px solid #f32200;
}

.review-item .review-item-reported {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.review-item .review-facts .review-facts-rating {
  margin-bottom: 6px;
}

.review-item .review-facts .review-facts-rating li {
  display: inline;
}

.review-item .review-facts .review-useful-text {
  float: left;
  color: #999;
}

.review-item .review-content {
  word-wrap: break-word;
}

.review-item .review-content .review-content-headline {
  font-size: 11px;
  font-weight: 400;
}

.review-item .review-content .review-content-headline a,
.review-item .review-content .review-content-headline .link {
  font-size: 11px;
}

.review-item .review-content .review-content-headline .review-facts-date {
  margin-left: 6px;
  line-height: 18px;
  font-weight: 400;
}

.review-item .review-content .review-content-details {
  margin-bottom: 10px;
  line-height: 16px;
}

.review-item .review-content .review-content-details .review-facts-all-reviews-link {
  margin-left: 6px;
}

.review-item .review-content .review-content-details .review-facts-author,
.review-item .review-content .review-content-details .review-facts-author a,
.review-item .review-content .review-content-details .review-facts-author .link,
.review-item .review-content .review-content-details .review-facts-all-reviews-link a,
.review-item .review-content .review-content-details .review-facts-all-reviews-link .link,
.review-item .review-content .review-content-details .review-facts-date {
  color: #999;
}

.review-item .review-content .review-content-comment {
  font-size: 11px;
  line-height: 18px;
}

.review-item .review-content .review-inner-button-panel {
  width: 100%;
}

.review-item .review-content .review-inner-button-panel .review-report-link,
.review-item .review-content .review-inner-button-panel .review-report-link a:not(.error),
.review-item .review-content .review-inner-button-panel .review-report-link .link:not(.error) {
  color: #999;
}

.review-item .review-content .review-inner-button-panel .review-report-link.layer-login-link,
.review-item .review-content .review-inner-button-panel .review-report-link a:not(.error).layer-login-link,
.review-item .review-content .review-inner-button-panel .review-report-link .link:not(.error).layer-login-link {
  color: #fff;
}

.review-item .review-content .review-inner-button-panel .review-report-link a.icon:before,
.review-item .review-content .review-inner-button-panel .review-report-link .icon.link:before {
  margin-right: 6px;
}

.review-item .review-content .review-inner-button-panel .customer-review-helpful {
  font-size: 12px;
  color: #999;
}

.review-item .review-content .review-inner-button-panel .customer-review-helpful .helpful-question {
  line-height: 24px;
  float: left;
}

.review-item .review-content .review-inner-button-panel .customer-review-helpful .helpful-review-button {
  float: left;
  margin-left: 6px;
  cursor: pointer;
  line-height: 24px;
}

.review-item .review-content .review-inner-button-panel .customer-review-helpful .helpful-review-button:hover {
  text-decoration: underline;
}

.review-item .review-content .review-inner-button-panel .customer-review-helpful .helpful-missing-login-error {
  clear: both;
}

.review-item .review-content .review-inner-button-panel .error-message-container {
  margin-top: 9px;
}

.review-item .review-content .review-response {
  margin: 30px 0;
  padding: 6px 0;
  border-top: 1px solid #e1e1e1;
  position: relative;
}

.review-item .review-content .review-response .review-response-author span {
  color: #f8ba02;
  font-weight: 700;
  font-size: 10px;
  line-height: 18px;
  line-height: 1.7em;
}

.review-item .review-content .review-response .review-response-comment {
  font-size: 11px;
}

.review-item .review-product-details {
  position: relative;
}

.review-item .review-product-details .review-product-headline {
  color: #333;
}

.review-item .review-product-details .review-product-image {
  margin-right: 15px;
}

.review-item .review-product-details .review-product-information .review-product-title {
  line-height: 16px;
}

.review-item .review-product-details .review-product-reviews-link {
  color: #333;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 21px;
}

.review-button-panel {
  border: 1px solid #e8e8e8;
  padding: 9px;
  margin: 0 9px;
}

.review-button-panel .review-button-details {
  margin-right: 9px;
}

.review-aggregation-link {
  margin-top: 21px;
}

.more-reviews-bar {
  background: #f2f2f2;
  padding: 5px;
  border: 1px solid #e8e8e8;
  border-top: none;
}

.star-rating-headline {
  clear: both;
  width: 130px;
  line-height: 21px;
}

.review-details-top .review-service,
#product-review-create .review-service,
.product-review-aggregation-desc .review-service {
  padding-top: 15px;
  margin-bottom: 15px;
}

.review-details-top .review-service .review-service-text,
#product-review-create .review-service .review-service-text,
.product-review-aggregation-desc .review-service .review-service-text {
  padding-top: 15px;
}

.review-details-top #product-details-mini-image,
#product-review-create #product-details-mini-image,
.product-review-aggregation-desc #product-details-mini-image {
  float: left;
}

.review-details-top #product-details-mini-base-information,
#product-review-create #product-details-mini-base-information,
.product-review-aggregation-desc #product-details-mini-base-information {
  padding-left: 80px;
  margin-bottom: 21px;
}

.review-details-top #product-details-mini-base-information h1,
.review-details-top #product-details-mini-base-information .review-number,
#product-review-create #product-details-mini-base-information h1,
#product-review-create #product-details-mini-base-information .review-number,
.product-review-aggregation-desc #product-details-mini-base-information h1,
.product-review-aggregation-desc #product-details-mini-base-information .review-number {
  font: 400 11px/18px Helvetica,Arial,sans-serif;
  letter-spacing: .06em;
}

.review-details-top #product-details-mini-extended-information,
#product-review-create #product-details-mini-extended-information,
.product-review-aggregation-desc #product-details-mini-extended-information {
  clear: both;
}

.review-details-top #product-details-mini-extended-information .product-size-dropdown,
#product-review-create #product-details-mini-extended-information .product-size-dropdown,
.product-review-aggregation-desc #product-details-mini-extended-information .product-size-dropdown {
  margin-bottom: 15px;
}

.product-review-aggregation-desc #product-details-mini-image {
  float: none;
  margin-bottom: 3px;
}

@media screen and (min-width: 64em) {
  .product-review-aggregation-desc #product-details-mini-image {
    float: left;
    margin-bottom: 0;
  }
}

.product-review-aggregation-desc #product-details-mini-base-information {
  padding-left: 0;
}

@media screen and (min-width: 64em) {
  .product-review-aggregation-desc #product-details-mini-base-information {
    padding-left: 80px;
  }
}

.review-details-top .review-number {
  margin-left: 6px;
}

.review-details-top .review-number,
#product-review-create .review-number,
#product-review-aggregation .review-number {
  display: inline-block;
  position: relative;
  bottom: 2px;
}

.product-size-dropdown {
  width: 100%;
  float: left;
}

.service-rating-component {
  float: left;
  color: #999;
  font: 400 11px/18px Helvetica,Arial,sans-serif;
  letter-spacing: .06em;
}

.service-rating-component .ratingbox-inner {
  border: 0;
  width: auto;
}

.service-rating-component .ratingbox-inner .label {
  color: #111;
}

.service-rating-component .review-bar-rating .icon-star-percentage:before {
  font-size: inherit;
}

.service-rating-component .review-bar-rating .icon-star-percentage:after {
  font-size: inherit;
}

.service-rating-component .review-bar-rating .service-reviews-count {
  color: #111;
}

.component-image-cloudinary {
  display: none;
}

.campaign-img-big div[class^="link-position"] {
  float: none !important;
}

.campaign-img-big div[class^="link-position"] a,
.campaign-img-big div[class^="link-position"] .link {
  display: block;
}

.campaign-img-big img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

article.rte-text:last-child {
  margin-bottom: 0;
}

article.rte-white {
  background-color: #fff;
}

article.rte-grey {
  background-color: #f2f2f2;
  padding: 21px;
}

article.rte-grey.panel {
  background-color: #f2f2f2;
}

#breadcrumb {
  margin-bottom: 15px;
}

#breadcrumb>div {
  display: inline-block;
}

#breadcrumb a,
#breadcrumb .link,
#breadcrumb .hierarchy::before {
  color: #999;
}

#breadcrumb .hierarchy::before {
  margin: 0 7px;
  position: relative;
  top: 2px;
}

#search-result-page aside#search-left-column {
  position: relative;
  z-index: 100;
  background-color: #fff;
  overflow: hidden;
  min-height: 10px;
}

#search-result-page aside#search-left-column .scroller .title_holder {
  text-align: center;
}

#search-result-page .pds-campaign-teaser img {
  width: 100%;
}

#search-right-column #product-result-container {
  min-height: 400px;
}

#search-right-column #product-result-heading {
  overflow: visible;
  z-index: 5;
  position: relative;
}

#search-right-column #product-result-heading #size_form {
  float: left;
}

#search-right-column #product-result-heading #sort_form1 {
  float: right;
  clear: both;
}

#search-right-column #product-result-heading .result-message p {
  float: left;
  font-size: 11px;
  padding: 9px 0;
}

#result-page-loader {
  position: relative;
}

#result-page-loader .on-load {
  height: 50px;
}

@media screen and (max-width: 63.99em) {
  .search-slot img {
    max-width: 477px;
  }

  #search-right-column #product-result-heading {
    height: auto;
  }

  #search-right-column #product-result-heading #size_form {
    float: right;
    margin-bottom: 6px;
  }
}

@media screen and (min-width: 64em) {
  #search-right-column #product-result-heading #size_form {
    float: left;
  }

  #search-right-column #product-result-heading #sort_form1 {
    clear: none;
  }
}

.tooltip-wrapper {
  float: left;
}

#product-result-container .search-result-item:last-child {
  margin-bottom: 39px;
}

#product-result-container .campaign-img-small {
  overflow: hidden;
}

.search-result-item .productMainLink {
  display: block;
}

.search-result-item .productMainLink:hover {
  cursor: pointer;
}

.search-result-item .prod-grid {
  position: relative;
}

.search-result-item .result-thumb {
  position: relative;
  display: block;
}

.search-result-item .result-thumb .result-image,
.search-result-item .result-thumb .result-image-hover {
  width: 100%;
  height: auto;
}

.search-result-item .result-thumb .product-neon,
.search-result-item .result-thumb .discount-badge {
  position: absolute;
  z-index: 1;
}

.search-result-item .result-thumb .product-neon {
  background: transparent url("images/product_special_sprite.png") no-repeat 0 0;
}

.search-result-item .result-thumb .discount-badge {
  top: 0;
  right: 0;
}

.search-result-item .result-thumb .discount-badge .discount-shape {
  display: inline-block;
}

.search-result-item .result-thumb .product-neon {
  height: 48px;
  width: 49px;
  background-position: -2px -100px;
  top: 20px;
  left: 20px;
}

.search-result-item .result-thumb .action-img {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.search-result-item .result-thumb .quick-view-button {
  position: absolute;
  top: 80%;
  width: 100%;
}

.search-result-item .result-thumb .badge.product-made-in-germany {
  right: 30px;
  background-color: transparent;
}

.search-result-item .search-product-details {
  margin: 10px 0 0 0;
  width: 100%;
}

.search-result-item .search-product-details .brand-name {
  text-align: center;
  height: 36px;
  overflow: hidden;
}

.search-result-item .search-product-details .brand-name p {
  text-align: center;
}

.search-result-item .search-product-details .price {
  text-align: center;
  width: 100%;
  line-height: 15px;
}

.search-result-item .search-product-details .price .price-container-old-best .price-old {
  color: #515050;
  text-decoration: line-through;
  font-size: 11px;
  line-height: 9px;
}

.search-result-item .search-product-details .price .price-container-old-best .price-best,
.search-result-item .search-product-details .price .price-container-old-best .price-best-single {
  color: #e6007e;
  font-size: 14px;
  font-weight: 700;
}

.search-result-item .search-product-details .price .price-container-old-best .price-best-single {
  color: #333;
}

.search-result-item .search-product-details .price .price-base {
  width: 100%;
  font-size: 10px;
}

.search-result-item .search-product-details .product-item-rating {
  visibility: hidden;
  padding: 5px 0 7px;
  text-align: center;
}

.search-result-item .search-product-details .product-item-rating.rating-visible {
  visibility: visible;
  float: none;
}

.search-result-item .search-product-details .product-item-rating .star-rating-wrapper {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.search-result-item .search-product-details .product-item-rating .star-rating-wrapper .star-rating-scaler {
  z-index: 5;
  position: absolute;
  overflow: hidden;
  width: 0%;
}

.search-result-item .search-product-details .product-item-rating .star-rating-wrapper .star-rating {
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  float: none;
  margin: 0;
}

.search-result-item .search-product-details .button-container {
  text-align: center;
  width: 100%;
  padding: 6px 0;
}

.search-result-item .search-product-details .button-container .go-to-product {
  display: inline-block;
}

.search-result-item .search-product-details .price-base {
  float: left;
  margin-top: 4px;
  height: 27px;
}

html.no-touch:not(.surface) .result-thumb .result-image-hover,
html.no-touch:not(.surface) .result-thumb .quick-view-button {
  position: absolute;
  left: 0;
  opacity: 0 !important;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

html.no-touch:not(.surface) .result-thumb .result-image-hover {
  top: 0;
}

html.no-touch:not(.surface) .result-thumb:hover .result-image-hover,
html.no-touch:not(.surface) .result-thumb:hover .quick-view-button {
  opacity: 1 !important;
}

html.touch .search-result-item .result-thumb .result-image-hover,
html.surface .search-result-item .result-thumb .result-image-hover {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

html.touch .search-result-item .result-thumb .quick-view-button,
html.surface .search-result-item .result-thumb .quick-view-button {
  visibility: hidden;
}

html.touch .search-result-item .result-thumb .quick-view-button.showQuickView,
html.surface .search-result-item .result-thumb .quick-view-button.showQuickView {
  visibility: visible;
}

html.touch .search-result-item .tt-visible .result-image-hover,
html.surface .search-result-item .tt-visible .result-image-hover {
  visibility: visible;
}

.page-SearchresultPage .search-tooltip-content {
  min-height: 150px;
  width: 100%;
  max-width: 200px;
  position: absolute;
  top: 0;
  z-index: 12;
}

.page-SearchresultPage .search-tooltip-content>div {
  position: relative;
}

.page-SearchresultPage .search-tooltip-content>div::before {
  content: "\e6b7";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  font-family: "GinIcons";
  font-size: 30px;
  color: #fff;
  line-height: 1;
  text-shadow: 2px 0 0 #e8e8e8;
}

.page-SearchresultPage .search-tooltip-content.colorOnly a.p-color.out-of-stock,
.page-SearchresultPage .search-tooltip-content.colorOnly .p-color.out-of-stock.link {
  display: none;
}

.page-SearchresultPage .search-tooltip-content.termOnly li.out-of-stock {
  display: none;
}

.page-SearchresultPage .search-tooltip-content.colorAndSizes li.out-of-stock,
.page-SearchresultPage .search-tooltip-content.colorAndSizes li.p-color-out-of-stock,
.page-SearchresultPage .search-tooltip-content.colorAndSizes div.p-color.out-of-stock,
.page-SearchresultPage .search-tooltip-content.colorAndSizes div.p-color.out-of-stock+ul.sizes {
  display: none;
}

html.desktop:not(.tablet) .tooltip:hover+.search-tooltip-content,
html.desktop .search-tooltip-content:hover,
html.tablet .tooltip.js-active+.search-tooltip-content,
html.mobile .tooltip.js-active+.search-tooltip-content {
  display: block;
}

.available-colors-and-sizes {
  display: block;
}

.available-colors-and-sizes .p-title {
  color: #515050;
  font-size: 11px;
  line-height: 18px;
  letter-spacing: .06em;
  font-weight: 700;
  padding: 0 0 6px 0;
}

.available-colors-and-sizes ul.p-boxes {
  list-style-type: none;
}

.available-colors-and-sizes ul.p-boxes .p-color {
  width: 18px;
  height: 18px;
  float: left;
  border: 1px solid #e8e8e8;
  margin: 0 6px 3px 0;
  position: relative;
}

.available-colors-and-sizes ul.p-boxes .p-color.out-of-stock::before {
  background-color: rgba(0,0,0,0.4);
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  padding: 1px;
  margin: 1px;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 0;
  left: 0;
}

.available-colors-and-sizes ul.p-boxes .p-color .tile-hex-part,
.available-colors-and-sizes ul.p-boxes .p-color .tile-text-part {
  display: block;
  float: left;
  height: 100%;
}

.available-colors-and-sizes ul.p-boxes>li {
  float: left;
  width: 100%;
  padding: 7px 0;
  border-top: 1px solid #e8e8e8;
}

.available-colors-and-sizes ul.p-boxes ul.sizes {
  float: left;
  width: 130px;
}

.available-colors-and-sizes ul.p-boxes ul.sizes li {
  float: left;
  padding: 3px;
  margin: 0 5px 6px 1px;
  color: #333;
  border: 1px solid #e8e8e8;
  font-weight: 700;
  -webkit-transition: background 1s;
  -moz-transition: background 1s;
  transition: background 1s;
}

.available-colors-and-sizes ul.p-boxes ul.sizes li:last-child {
  margin: 0;
}

.available-colors-and-sizes ul.p-boxes ul.sizes li.out-of-stock {
  background-color: #e8e8e8;
  border-color: #999;
}

.available-colors-and-sizes ul.p-boxes ul.sizes li.out-of-stock a,
.available-colors-and-sizes ul.p-boxes ul.sizes li.out-of-stock .link {
  color: #999;
}

.available-colors-and-sizes ul.p-boxes ul.sizes li.out-of-stock:hover {
  background-color: #f2f2f2;
}

.available-colors-and-sizes ul.p-boxes ul.sizes li:hover {
  background-color: #999;
}

.available-colors-and-sizes ul.p-boxes ul.sizes li:hover a,
.available-colors-and-sizes ul.p-boxes ul.sizes li:hover .link {
  color: #fff;
}

.available-colors-and-sizes ul.p-boxes .p-red {
  background-color: red;
}

.available-colors-and-sizes ul.p-boxes .p-blue {
  background-color: blue;
}

@media screen and (max-width: 64em) {
  .page-SearchresultPage .search-result-item .search-tooltip-content {
    padding-left: 20px;
    left: 100%;
  }

  .page-SearchresultPage .search-result-item .search-tooltip-content>div::before {
    left: -17px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .page-SearchresultPage .search-result-item:nth-of-type(even) .search-tooltip-content {
    padding-left: 0;
    padding-right: 20px;
    left: auto;
    right: 100%;
  }

  .page-SearchresultPage .search-result-item:nth-of-type(even) .search-tooltip-content>div::before {
    left: calc(100% - 13px);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
}

@media screen and (min-width: 64.01em) {
  .page-SearchresultPage .search-result-item .search-tooltip-content {
    padding-left: 20px;
    left: 100%;
  }

  .page-SearchresultPage .search-result-item .search-tooltip-content>div::before {
    left: -17px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .page-SearchresultPage .search-result-item:nth-of-type(3n+3) .search-tooltip-content {
    padding-left: 0;
    padding-right: 20px;
    left: auto;
    right: 100%;
  }

  .page-SearchresultPage .search-result-item:nth-of-type(3n+3) .search-tooltip-content>div::before {
    left: calc(100% - 13px);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
}

.all-brands-container {
  position: relative;
  width: 100%;
}

.all-brands-container .brand-head .brand-current {
  color: #333;
}

.all-brands-container .brand-head .linklist-horizontal li {
  margin-left: 6px;
}

.all-brands-container .brand-head .linklist-horizontal li .brand-color-highlight {
  color: #111;
}

.all-brands-container .brand-head .linklist-horizontal li .brand-color-light {
  color: #333;
}

.all-brands-container .hash-anchor {
  position: absolute;
  top: -auto;
  right: 0;
}

.all-brands-container .brand-content {
  width: 100%;
}

.all-brands-container .brand-content li {
  width: 234px;
  float: left;
}

.brand-scroller-ultimate-container {
  position: relative;
  clear: both;
}

ul.brand-mask {
  float: left;
  height: 102px;
  margin: 0;
  display: table;
}

ul.brand-mask li {
  list-style-type: none;
  padding: 0 20px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

ul.brand-mask li img {
  max-width: 300px;
}

.brand-container {
  overflow: hidden;
  float: left;
  width: 94% !important;
}

.scroller-prev,
.scroller-next {
  width: 3%;
  height: 90px;
  float: left;
  display: none;
  text-align: center;
}

.scroller-prev::before,
.scroller-next::before {
  margin-top: 42px;
}

.scroller-all-brands {
  position: absolute;
  bottom: 0;
  right: 58px;
}

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -ms-touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  z-index: 10;
}

.noUi-stacking+.noUi-origin {
  *z-index: -1;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  -moz-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
  cursor: pointer;
}

.noUi-horizontal.noUi-extended {
  padding: 0 15px;
}

.noUi-horizontal.noUi-extended .noUi-origin {
  right: -15px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

.noUi-vertical.noUi-extended {
  padding: 15px 0;
}

.noUi-vertical.noUi-extended .noUi-origin {
  bottom: -15px;
}

.noUi-background {
  background-color: #fafafa;
  box-shadow: inset 0 1px 1px #f0f0f0;
}

.noUi-connect {
  background-color: #3fb8af;
  box-shadow: inset 0 0 3px rgba(51,51,51,0.45);
  -webkit-transition: background 450ms;
  -moz-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51,51,51,0.45),0 3px 6px -5px #BBB;
}

.noUi-dragable {
  cursor: w-resize;
}

.noUi-vertical .noUi-dragable {
  cursor: n-resize;
}

.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}

.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background-color: #e8e7e6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

[disabled].noUi-connect,
[disabled] .noUi-connect {
  background-color: #B8B8B8;
}

[disabled] .noUi-handle {
  cursor: not-allowed;
}

.noUi-state-blocked.noUi-connect,
.noUi-state-blocked .noUi-connect {
  background-color: #4fdacf;
}

.slider-container {
  width: calc(100% - 40px);
  float: left;
  margin: 0 20px;
  padding: 10px 0;
  font-weight: bold;
}

.slider-container .price-value-container {
  margin: 20px 0;
  position: relative;
  height: 20px;
}

.slider-container .price-value-container #slider-value-left {
  position: absolute;
  left: 0;
}

.slider-container .price-value-container #slider-value-right {
  position: absolute;
  right: 0;
}

.slider-container .s-currency {
  padding: 0 2px 0 0;
}

.slider-container .input-group-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
  margin: 0 -23px 0 -14px;
}

.slider-container .input-group-container .noUiSliderIpt {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.slider-container .input-group-container .noUiSliderIpt[data-currency]:after {
  content: attr(data-currency);
  display: inline-block;
  position: relative;
  right: 15px;
  font-weight: bold;
}

.slider-container .input-group-container .noUiSliderIpt input[type=number] {
  width: 100%;
  padding-right: 21px;
  font-weight: bold;
}

.slider-container .input-group-container .noUiSliderIpt input[type=number]:invalid {
  box-shadow: none;
}

.slider-container .input-group-container .separator {
  flex: 0 0 24px;
  width: 24px;
  height: 1px;
  margin: 0 15px 0 6px;
  background: #ddd;
}

.slider-container .input-group-container+.noUiSlider {
  margin-bottom: 30px;
}

.slider-container.currency-chf .input-group-container {
  margin: 0 -12px;
}

.slider-container.currency-chf .input-group-container .noUiSliderIpt {
  position: relative;
}

.slider-container.currency-chf .input-group-container .noUiSliderIpt[data-currency]:after {
  position: absolute;
  right: 6px;
}

.slider-container.currency-chf .input-group-container .noUiSliderIpt input[type=number] {
  padding-right: 27px;
}

.slider-container.currency-chf .input-group-container .separator {
  margin: 0 12px;
}

#search-left-column .chosen-filters-container:last-of-type {
  margin-bottom: 30px;
}

p.chosen-filter-head {
  color: #111;
  font-size: 10px;
  font-weight: 700;
  display: block;
  text-decoration: none;
  padding: 9px 0;
  text-transform: uppercase;
}

.filter-nav-content {
  display: none;
}

.filter-item li.indent-0,
.filter-item li.indent-1,
.filter-item li.indent-2,
.filter-item li.indent-3,
.filter-item li.search-star-rating,
li.linklist-indent-0,
li.linklist-indent-1,
li.linklist-indent-2,
li.linklist-indent-3,
li.linklist-indent-4 {
  padding: 6px 0;
}

.filter-item li.indent-0,
li.linklist-indent-0 {
  margin: 0;
  color: #333;
}

@media screen and (min-width: 64em) {
  .filter-item .facet-values:not(.price-slider) {
    margin-left: 30px;
  }
}

@media screen and (min-width: 80em) {
  .filter-item .facet-values {
    margin-left: 30px;
  }
}

.filter-item .category {
  text-transform: uppercase;
}

.filter-item [class*="linklist-indent-"] li {
  line-height: 24px;
}

.filter-item .facet-values ul.facet-block {
  padding: 0;
  clear: both;
}

.filter-item .facet-values ul.facet-block.brands .sod_label {
  min-width: 115px;
  padding: 6px 10px;
}

.filter-item .facet-values ul.facet-block .facet-result-amount {
  padding: 2px 0 0 2px;
  color: #999;
}

.filter-item .refinementToggle {
  display: block;
}

.filter-item .refinementToggle p {
  color: #111;
  font-size: 10px;
  font-weight: 700;
  margin: 0 15px;
}

.filter-item li.search-star-rating {
  clear: both;
}

.filter-item li.search-star-rating a,
.filter-item li.search-star-rating .link,
.filter-item li.search-star-rating a:hover,
.filter-item li.search-star-rating .link:hover {
  text-decoration: none;
}

.filter-item li.search-star-rating.selected,
.filter-item li.search-star-rating .review-bar-rating {
  position: relative;
}

.filter-item li.search-star-rating .review-bar-rating {
  top: 2px;
}

.filter-item li.search-star-rating .review-bar-rating,
.filter-item li.search-star-rating .facet-result-amount {
  display: inline-block;
}

.filter-item li.search-star-rating .facet-result-amount {
  padding: 1px 0 0 0;
}

.filter-item ul.facet-block {
  max-height: 381px;
  overflow-y: auto;
  overflow-x: hidden;
}

.filter-item .category {
  padding-left: 15px;
  position: relative;
}

.filter-item .category::before {
  color: #999;
  position: absolute;
  top: 4px;
  left: 15px;
}

.facet-block.linklist-indent-0 ul {
  padding: 9px 0;
  margin-top: 9px;
  margin-bottom: 9px;
}

.facet-block .linklist-indent-1 ul {
  border-top: 3px solid #e8e8e8;
  border-bottom: 3px solid #e8e8e8;
}

.facet-block .linklist-indent-1>li>span,
.facet-block .linklist-indent-1>li>a,
.facet-block .linklist-indent-1>li>.link {
  margin-left: 15px;
}

.facet-block .linklist-indent-2>li>span,
.facet-block .linklist-indent-2>li>a,
.facet-block .linklist-indent-2>li>.link {
  margin-left: 30px;
}