/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/FontAwesome/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/FontAwesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/FontAwesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/FontAwesome/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/FontAwesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/FontAwesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.14 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2019, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight{overflow:hidden}.featherlight{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647;text-align:center;white-space:nowrap;cursor:pointer;background:#333;background:rgba(0,0,0,0)}.featherlight:last-of-type{background:rgba(0,0,0,.8)}.featherlight:before{content:'';display:inline-block;height:100%;vertical-align:middle}.featherlight .featherlight-content{position:relative;text-align:left;vertical-align:middle;display:inline-block;overflow:auto;padding:25px 25px 0;border-bottom:25px solid transparent;margin-left:5%;margin-right:5%;max-height:95%;background:#fff;cursor:auto;white-space:normal}.featherlight .featherlight-inner{display:block}.featherlight link.featherlight-inner,.featherlight script.featherlight-inner,.featherlight style.featherlight-inner{display:none}.featherlight .featherlight-close-icon{position:absolute;z-index:9999;top:0;right:0;line-height:25px;width:25px;cursor:pointer;text-align:center;font-family:Arial,sans-serif;background:#fff;background:rgba(255,255,255,.3);color:#000;border:0;padding:0}.featherlight .featherlight-close-icon::-moz-focus-inner{border:0;padding:0}.featherlight .featherlight-image{width:100%}.featherlight-iframe .featherlight-content{border-bottom:0;padding:0;-webkit-overflow-scrolling:touch}.featherlight iframe{border:0}.featherlight *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media only screen and (max-width:1024px){.featherlight .featherlight-content{margin-left:0;margin-right:0;max-height:98%;padding:10px 10px 0;border-bottom:10px solid transparent}}@media print{html.with-featherlight>*>:not(.featherlight){display:none}}

/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.7.14 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2019, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
.featherlight-next,.featherlight-previous{display:block;position:absolute;top:25px;right:25px;bottom:0;left:80%;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:rgba(0,0,0,0)}.featherlight-previous{left:25px;right:80%}.featherlight-next:hover,.featherlight-previous:hover{background:rgba(255,255,255,.25)}.featherlight-next span,.featherlight-previous span{display:none;position:absolute;top:50%;left:5%;width:82%;text-align:center;font-size:80px;line-height:80px;margin-top:-40px;text-shadow:0 0 5px #fff;color:#fff;font-style:normal;font-weight:400}.featherlight-next span{right:5%;left:auto}.featherlight-next:hover span,.featherlight-previous:hover span{display:inline-block}.featherlight-first-slide.featherlight-last-slide .featherlight-next,.featherlight-first-slide.featherlight-last-slide .featherlight-previous,.featherlight-loading .featherlight-next,.featherlight-loading .featherlight-previous,.featherlight-swipe-aware .featherlight-next,.featherlight-swipe-aware .featherlight-previous{display:none}@media only screen and (max-device-width:1024px){.featherlight-next:hover,.featherlight-previous:hover{background:0 0}.featherlight-next span,.featherlight-previous span{display:block}}@media only screen and (max-width:1024px){.featherlight-next,.featherlight-previous{top:10px;right:10px;left:85%}.featherlight-previous{left:10px;right:85%}.featherlight-next span,.featherlight-previous span{margin-top:-30px;font-size:40px}}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
    position: absolute;
    left: 0;
    top: 0;
}
.leaflet-container {
    overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
    background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
    image-rendering: -webkit-optimize-contrast;
}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
    width: 1600px;
    height: 1600px;
    -webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
    display: block;
}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
    max-width: none !important;
    max-height: none !important;
}

.leaflet-container.leaflet-touch-zoom {
    -ms-touch-action: pan-x pan-y;
    touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
    -ms-touch-action: pinch-zoom;
    /* Fallback for FF which doesn't support pinch-zoom */
    touch-action: none;
    touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
    -ms-touch-action: none;
    touch-action: none;
}
.leaflet-container {
    -webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
    -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
    filter: inherit;
    visibility: hidden;
}
.leaflet-tile-loaded {
    visibility: inherit;
}
.leaflet-zoom-box {
    width: 0;
    height: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 800;
}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
    -moz-user-select: none;
}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
    width: 1px;
    height: 1px;
}
.lvml {
    behavior: url(#default#VML);
    display: inline-block;
    position: absolute;
}


/* control positioning */

.leaflet-control {
    position: relative;
    z-index: 800;
    pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
    pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
    position: absolute;
    z-index: 1000;
    pointer-events: none;
}
.leaflet-top {
    top: 0;
}
.leaflet-right {
    right: 0;
}
.leaflet-bottom {
    bottom: 0;
}
.leaflet-left {
    left: 0;
}
.leaflet-control {
    float: left;
    clear: both;
}
.leaflet-right .leaflet-control {
    float: right;
}
.leaflet-top .leaflet-control {
    margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
    margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
    margin-left: 10px;
}
.leaflet-right .leaflet-control {
    margin-right: 10px;
}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
    will-change: opacity;
}
.leaflet-fade-anim .leaflet-popup {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity: 1;
}
.leaflet-zoom-animated {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
    will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
    -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
    transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden;
}


/* cursors */

.leaflet-interactive {
    cursor: pointer;
}
.leaflet-grab {
    cursor: -webkit-grab;
    cursor:    -moz-grab;
    cursor:         grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
    cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
    cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor:    -moz-grabbing;
    cursor:         grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
    pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
    pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
    pointer-events: auto;
}

/* visual tweaks */

.leaflet-container {
    background: #ddd;
    outline: 0;
}
.leaflet-container a {
    color: #0078A8;
}
.leaflet-container a.leaflet-active {
    outline: 2px solid orange;
}
.leaflet-zoom-box {
    border: 2px dotted #38f;
    background: rgba(255,255,255,0.5);
}


/* general typography */
.leaflet-container {
    font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}


/* general toolbar styles */

.leaflet-bar {
    box-shadow: 0 1px 5px rgba(0,0,0,0.65);
    border-radius: 4px;
}
.leaflet-bar a,
.leaflet-bar a:hover {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
}
.leaflet-bar a:hover {
    background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
    cursor: default;
    background-color: #f4f4f4;
    color: #bbb;
}

.leaflet-touch .leaflet-bar a {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
    font: bold 18px 'Lucida Console', Monaco, monospace;
    text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
    font-size: 22px;
}


/* layers control */

.leaflet-control-layers {
    box-shadow: 0 1px 5px rgba(0,0,0,0.4);
    background: #fff;
    border-radius: 5px;
}
.leaflet-control-layers-toggle {
    background-image: url(images/layers.png);
    width: 36px;
    height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
    background-image: url(images/layers-2x.png);
    background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
    width: 44px;
    height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
    display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: relative;
}
.leaflet-control-layers-expanded {
    padding: 6px 10px 6px 6px;
    color: #333;
    background: #fff;
}
.leaflet-control-layers-scrollbar {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 5px;
}
.leaflet-control-layers-selector {
    margin-top: 2px;
    position: relative;
    top: 1px;
}
.leaflet-control-layers label {
    display: block;
}
.leaflet-control-layers-separator {
    height: 0;
    border-top: 1px solid #ddd;
    margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path {
    background-image: url(images/marker-icon.png);
}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
    padding: 0 5px;
    color: #333;
}
.leaflet-control-attribution a {
    text-decoration: none;
}
.leaflet-control-attribution a:hover {
    text-decoration: underline;
}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
    font-size: 11px;
}
.leaflet-left .leaflet-control-scale {
    margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
    margin-bottom: 5px;
}
.leaflet-control-scale-line {
    border: 2px solid #777;
    border-top: none;
    line-height: 1.1;
    padding: 2px 5px 1px;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    background: #fff;
    background: rgba(255, 255, 255, 0.5);
}
.leaflet-control-scale-line:not(:first-child) {
    border-top: 2px solid #777;
    border-bottom: none;
    margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    border: 2px solid rgba(0,0,0,0.2);
    background-clip: padding-box;
}


/* popup */

.leaflet-popup {
    position: absolute;
    text-align: center;
    margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    border-radius: 12px;
}
.leaflet-popup-content {
    margin: 13px 19px;
    line-height: 1.4;
}
.leaflet-popup-content p {
    margin: 18px 0;
}
.leaflet-popup-tip-container {
    width: 40px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    overflow: hidden;
    pointer-events: none;
}
.leaflet-popup-tip {
    width: 17px;
    height: 17px;
    padding: 1px;

    margin: -10px auto 0;

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: white;
    color: #333;
    box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}
.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 4px 0 0;
    border: none;
    text-align: center;
    width: 18px;
    height: 14px;
    font: 16px/14px Tahoma, Verdana, sans-serif;
    color: #c3c3c3;
    text-decoration: none;
    font-weight: bold;
    background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover {
    color: #999;
}
.leaflet-popup-scrolled {
    overflow: auto;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
    overflow: auto;
}
.leaflet-oldie .leaflet-popup-tip {
    width: 24px;
    margin: 0 auto;

    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-popup-tip-container {
    margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
    border: 1px solid #999;
}


/* div icon */

.leaflet-div-icon {
    background: #fff;
    border: 1px solid #666;
}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
    position: absolute;
    padding: 6px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #222;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.leaflet-tooltip.leaflet-clickable {
    cursor: pointer;
    pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    position: absolute;
    pointer-events: none;
    border: 6px solid transparent;
    background: transparent;
    content: "";
}

/* Directions */

.leaflet-tooltip-bottom {
    margin-top: 6px;
}
.leaflet-tooltip-top {
    margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
    left: 50%;
    margin-left: -6px;
}
.leaflet-tooltip-top:before {
    bottom: 0;
    margin-bottom: -12px;
    border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
    top: 0;
    margin-top: -12px;
    margin-left: -6px;
    border-bottom-color: #fff;
}
.leaflet-tooltip-left {
    margin-left: -6px;
}
.leaflet-tooltip-right {
    margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    top: 50%;
    margin-top: -6px;
}
.leaflet-tooltip-left:before {
    right: 0;
    margin-right: -12px;
    border-left-color: #fff;
}
.leaflet-tooltip-right:before {
    left: 0;
    margin-left: -12px;
    border-right-color: #fff;
}
.form-discount .g-recaptcha{margin-top:50px !important}.login-container .g-recaptcha,.form-login .g-recaptcha,.form-edit-account .g-recaptcha{margin-bottom:10px !important}.required-captcha.checkbox{position:absolute;display:block;visibility:visible;overflow:hidden;opacity:0;width:1px;height:1px}.block.newsletter .field-recaptcha .field .control:before{content:none}.review-form .field-recaptcha{margin-bottom:10px}.form.send.friend .g-recaptcha{margin-top:40px}.form.wishlist.share .g-recaptcha{margin-bottom:40px}.block-minicart .block-content>.actions .smart-buttons{margin-top:15px}.pay-later-message{margin-top:10px}.smart-buttons>div>div{vertical-align:bottom}.apple-pay{margin-top:14px}.cart-summary .apple-pay{margin-top:11px}.google-pay{margin-top:14px}.google-pay button{background-origin:content-box;background-position:center center;background-repeat:no-repeat;background-size:contain;border:0}.cart-summary .google-pay{margin-bottom:14px}.product-info-stock-sku .configurable-variation-qty{display:none}@keyframes loading{0%{transform:translate(-50%, -50%) rotate(0)}100%{transform:translate(-50%, -50%) rotate(359.9deg)}}.mp-product-slider-content .owl-nav{font-size:80px}.mp-product-slider-content .product-items .product-slider .slider-product-item-details .slider-product-item-actions{margin:15px 0 10px}.mp-product-slider-content .owl-nav button span{color:#D6D6D6}.mp-product-slider-content .owl-nav button span:hover{color:#869791}.mp-product-slider-content .owl-nav .owl-prev{position:absolute;top:40%;left:0;z-index:999;text-shadow:none;background:none;border:none}.mp-product-slider-content .owl-nav .owl-next{position:absolute;top:40%;right:0;z-index:999;text-shadow:none;background:none;border:none}.owl-item li.product-slider{width:100% !important}.mp-product-slider-title{font-size:3.8rem;position:relative;z-index:1;margin:0 0 5px;text-align:center;display:block;-webkit-margin-before:0.83em;-webkit-margin-after:0.83em;-webkit-margin-start:0px;-webkit-margin-end:0px}.mp-product-slider-block{margin:0 !important}.mp-ps-info{font-size:1.8rem;position:relative;z-index:1;text-align:center;display:block;-webkit-margin-before:1em;-webkit-margin-after:1em;-webkit-margin-start:0px;-webkit-margin-end:0px}.slider-product-item-info{width:80% !important}.slider-product-item-actions{margin:0px}.product.details.slider-product-item-details{margin-left:10px}.mp-ps-info{color:#bbbbbb;margin:-15px 0px 10px 0px}.mp-product-slider-block .owl-carousel .owl-nav button.owl-prev,.mp-product-slider-block .owl-carousel .owl-nav button.owl-next{font-size:20px}.autocomplete-suggestions{border:1px solid #c2c2c2;border-top:0;background:#ffffff;z-index:1000}.autocomplete-suggestions .autocomplete-suggestion{padding:.5rem 1rem}.autocomplete-suggestions .autocomplete-suggestion.autocomplete-selected{background:#f0f0f0}.mst-search-in__wrapper{max-width:100%;display:flex;overflow:hidden;position:relative;flex-grow:1;margin-bottom:10px;flex-wrap:wrap}.mst-search-in__wrapper .mst-search-in__title{border:none;padding:6px 3px 6px 6px;margin-right:3px;font-weight:600;white-space:nowrap}.mst-search-in__wrapper .mst-search-in__item{white-space:nowrap;border:1px solid #ccc;border-radius:2px;margin:0 5px 5px 0;padding:6px 12px;color:#494949;text-decoration:none;cursor:pointer;display:flex;align-items:center}.mst-search-in__wrapper .mst-search-in__item span.name{display:flex;flex-wrap:nowrap;font-size:13px}.mst-search-in__wrapper .mst-search-in__item span.name i{font-style:normal;display:flex;align-items:center}.mst-search-in__wrapper .mst-search-in__item span.name i:after{font-size:7px;content:"\e608";font-family:"luma-icons";margin:0 5px;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center;color:#757575}.mst-search-in__wrapper .mst-search-in__item span.name i:last-child:after{display:none}.mst-search-in__wrapper .mst-search-in__item span.count{color:#757575;display:block;margin-left:8px;font-size:80%}.mst-search-in__wrapper .mst-search-in__item span.count:before{content:"("}.mst-search-in__wrapper .mst-search-in__item span.count:after{content:")"}.mst-search-in__wrapper .mst-search-in__item:hover{border-color:#ff5501;text-decoration:none}.mst_categorySearchLoader{display:none;position:absolute;top:6px;right:15px;width:20px;height:20px}.mst_categorySearchLoader .spinner-item{box-sizing:border-box;display:block;position:absolute;width:20px;height:20px;margin:0;border:2px solid #fff;border-radius:50%;animation:lds-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;border-color:#999 transparent transparent transparent}.mst_categorySearchLoader .spinner-item.spinner-item-1{animation-delay:-0.45s}.mst_categorySearchLoader .spinner-item.spinner-item-2{animation-delay:-0.3s}.mst_categorySearchLoader .spinner-item.spinner-item-3{animation-delay:-0.15s}@keyframes lds-ring{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.mst_categorySearch{display:block;position:relative}.mst_categorySearch_searchIcon{position:absolute;left:7px;top:3px;font-size:21px}span.mst_categorySearch_totals{position:absolute;right:0;padding:6px 15px 6px 15px;color:#999999;display:none}input#mst_categorySearch{padding:0 0 0 35px;margin-bottom:15px;width:100%;max-width:100%}.mst_categorySearchLoader .fa-spinner{font-size:30px}#search_autocomplete,.search-autocomplete,#searchbox_autocomplete{display:none !important;height:0 !important;overflow:hidden !important}.block-search{z-index:10000}.apple-pay-button{display:inline-block;cursor:pointer;-webkit-appearance:-apple-pay-button;box-sizing:border-box;font-size:0 !important}.apple-pay-button>*{visibility:hidden}@supports (-webkit-appearance: -apple-pay-button){.apple-pay-button-with-text{display:inline-block;cursor:pointer;-webkit-appearance:-apple-pay-button;-apple-pay-button-type:buy}.apple-pay-button-with-text>*{visibility:hidden}.apple-pay-button-black-with-text{-apple-pay-button-style:black}.apple-pay-button-white-with-text{-apple-pay-button-style:white;cursor:pointer}.apple-pay-button-white-with-line-with-text{-apple-pay-button-style:white-outline}.apple-pay-button-color-black{-apple-pay-button-style:black}.apple-pay-button-color-white{-apple-pay-button-style:white}.apple-pay-button-color-white-outline{-apple-pay-button-style:white-outline}.apple-pay-button-text-buy{-apple-pay-button-type:buy}.apple-pay-button-text-donate{-apple-pay-button-type:donate}.apple-pay-button-text-plain{-apple-pay-button-type:plain}.apple-pay-button-text-book{-apple-pay-button-type:book}.apple-pay-button-text-check-out{-apple-pay-button-type:check-out}.apple-pay-button-text-subscribe{-apple-pay-button-type:subscribe}.apple-pay-button-text-add-money{-apple-pay-button-type:add-money}.apple-pay-button-text-contribute{-apple-pay-button-type:contribute}.apple-pay-button-text-order{-apple-pay-button-type:order}.apple-pay-button-text-reload{-apple-pay-button-type:reload}.apple-pay-button-text-rent{-apple-pay-button-type:rent}.apple-pay-button-text-support{-apple-pay-button-type:support}.apple-pay-button-text-tip{-apple-pay-button-type:tip}.apple-pay-button-text-top-up{-apple-pay-button-type:top-up}.mollie-applepay-minicart-button{width:100%;height:52px;margin-top:5px}}@supports not (-webkit-appearance: -apple-pay-button){.apple-pay-button-with-text{display:inline-flex;justify-content:center;font-size:12px;border-radius:5px;padding:0px;box-sizing:border-box;min-width:200px;min-height:32px;max-height:64px}.apple-pay-button-black-with-text{background-color:black;color:white}.apple-pay-button-white-with-text{background-color:white;color:black}.apple-pay-button-white-with-line-with-text{background-color:white;color:black;border:.5px solid #000}.apple-pay-button-with-text.apple-pay-button-black-with-text>.logo{background-image:-webkit-named-image(apple-pay-logo-white);background-color:black}.apple-pay-button-with-text.apple-pay-button-white-with-text>.logo{background-image:-webkit-named-image(apple-pay-logo-black);background-color:white}.apple-pay-button-with-text.apple-pay-button-white-with-line-with-text>.logo{background-image:-webkit-named-image(apple-pay-logo-black);background-color:white}.apple-pay-button-with-text>.text{font-family:-apple-system;font-size:1em;font-weight:300;align-self:center;margin-right:2px}.apple-pay-button-with-text>.logo{width:35px;height:100%;background-size:100% 60%;background-repeat:no-repeat;background-position:0 50%;margin-left:2px;border:none}}.mollie-applepay-button-hidden{display:none}.form-returns-create .fieldset:nth-child(2)+*{width:100%}.form-returns-create caption{height:auto;width:auto;position:relative;text-align:left;font-size:18px;padding:10px;font-weight:300;background:#f5f5f5}.form-returns-create .product-item-photo{width:1%;max-width:100%}.form-returns-create .product-item-photo .product-image-container{width:165px}.form-returns-create .product-item-photo .product-image-container .product-image-photo{position:static}.form-returns-create .product-item-details{width:99%;vertical-align:top}.form-returns-create .product-item-details .price{display:none}.form-returns-create table{table-layout:auto}.form-returns-create table th{font-weight:600}.form-returns-create table td.qty input{width:60px}.block-return-label-info .box-actions a:before{content:'\21E9'}.nrshipping-settings-container{border:2px solid;padding:20px;margin:1em 0}.nrshipping-settings-container .nrshipping-settings h3.title{margin-top:0}.nrshipping-settings-container .nrshipping-settings>img{margin-bottom:1.5rem}.nrshipping-settings-container .nrshipping-settings .field-note{padding-right:20px;margin:5px 0 0 0;display:inline-block}.nrshipping-settings-container .nrshipping-settings .asterisk{font-size:1.2rem}.locationfinder-option{display:flex;flex-wrap:wrap;align-items:flex-start}.locationfinder-option>*{margin-right:1em}.locationfinder-option .action-remove{display:inline-block;text-decoration:none;word-spacing:10px}.locationfinder-option .action-remove:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:inherit;line-height:inherit;color:inherit;content:'\e604';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.locationfinder-option .action-remove:before{margin:-3px 5px 0 0px}#modal-locationfinder-search{margin:0 0 15px 0}#modal-locationfinder-search .search-inputs{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-around}#modal-locationfinder-search .search-inputs div{width:100%;margin:0 0 10px 0}#modal-locationfinder-search .search-inputs label{font-weight:600}#modal-locationfinder-search .btn-primary{margin:0 0 0 5px;display:inline-block;text-decoration:none}#modal-locationfinder-search .btn-primary:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:inherit;line-height:inherit;color:inherit;content:'\e615';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}#modal-locationfinder-map{height:600px;max-height:80vh}#modal-locationfinder-map .location-filter-label{display:flex;align-items:center;padding:0 5px;background:white}.leaflet-popup-content .map-popup-container p{margin:4px 0}.leaflet-popup-content .map-popup-container h4,.leaflet-popup-content .map-popup-container h5{margin:5px 0}.leaflet-popup-content .map-popup-container .opening-hours td{padding:0}.nrshipping-option-selections-content{border:2px solid;padding:0 10px;font-size:smaller}.nrshipping-option-selections-content ul{padding-left:20px}.nrshipping-selected-services{max-width:400px}.nrshipping-selected-services .section-title{border-bottom:1px solid #ccc;margin-bottom:1.7rem;padding:1.4rem 0 .5rem}.nrshipping-selected-services .section-title .title{color:#41362f;font-weight:300;line-height:1.2;font-size:2rem}.nrshipping-selected-services .data-table{font-style:normal;font-weight:400;line-height:1.36;font-size:1.4rem}.nrshipping-selected-services .data-table tr:nth-child(odd){background-color:#f1f1f1}.nrshipping-selected-services .data-table td,.nrshipping-selected-services .data-table th{padding:1rem 1rem;text-align:left;font-weight:400}#my-return-labels-table .col.documents ul,#my-return-labels-table .col.documents li{margin:0}.datalist{position:relative;z-index:100;list-style:none;background:white;border-right:1px solid #c0c0c0;border-bottom:1px solid #c0c0c0;border-left:1px solid #c0c0c0;margin:0;padding:0;height:auto}.datalist:empty{display:none !important}.datalist>li{padding:3px 10px;font:inherit;line-height:1.5}.datalist>li:hover,.datalist>li[data-active]{background:#e8e8e8}.autocomplete-container{position:relative}.autocomplete-container .datalist{position:absolute}.autocomplete-infoBox{margin:0 0 10px;padding:10px 20px;display:block;line-height:1.2em;font-size:1.3rem;background:#fdf0d5;color:#6f4400;margin-top:10px}.autocomplete-infoBox a{color:#000}.autocomplete-infoBox a:hover{color:#000}.autocomplete-infoBox a:active{color:#000}@media only screen and (max-width:768px){.field-tooltip .field-tooltip-content{left:auto;right:-10px;top:40px}.field-tooltip .field-tooltip-content::before,.field-tooltip .field-tooltip-content::after{border:10px solid transparent;height:0;left:auto;margin-top:-21px;right:10px;top:0;width:0}.field-tooltip .field-tooltip-content::before{border-bottom-color:#999}.field-tooltip .field-tooltip-content::after{border-bottom-color:#f4f4f4;top:1px}}@media only screen and (min-device-width:320px) and (max-device-width:780px) and (orientation:landscape){.product-video{height:100%;width:81%}}*,::before,::after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.amgdprjs-bar-template.-popup{position:fixed;top:50%;left:50%;margin:0 auto;max-width:740px !important;transform:translate(-50%, -50%)}.magestore-bannerslide-flex-slider .flexslider{box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none}@media only screen and (max-width:768px){.amgdprcookie-bar-template.-popup{top:10%;transform:translateX(-5%);overflow-y:scroll;left:10%;bottom:120px}}.filter-options-item .swatch-option,.filter-options-item .swatch-option.image{background-size:contain !important}.mageworx-swatch-option.image{height:50px !important;width:50px !important}@media only screen and (min-width:768px){.catalog-product-view .product-options-wrapper .fieldset{flex-wrap:wrap}.catalog-product-view .product-options-wrapper .fieldset .field{flex:1 auto}}.catalog-product-view .product-options-wrapper .mageworx-swatch-container .mageworx-swatch-info,.catalog-product-view .product-options-wrapper .mageworx-swatch-container .mageworx-swatch-option.text{width:auto;font-size:16px}.fieldset>.field>.label,.fieldset>.fields>.field>.label{font-size:1.6rem}.ias-trigger-next{grid-column:-1}.ias-trigger button{background:none;border:1px solid #000;padding:10px 20px}.message.global.cookie{bottom:35px;left:0;position:fixed;right:0;z-index:3}@media only screen and (max-width:768px){.message.global.cookie{bottom:90px}}.message.global.cookie{bottom:35px;left:0;position:fixed;right:0;z-index:3}.catalog-product-view .mp-product-slider-content #block-related-heading{color:#000;text-align:left;font-size:36px}.catalog-product-view .mp-product-slider-content .product-item{padding:25px;width:100%}.catalog-product-view .mp-product-slider-content .owl-nav{position:absolute;top:50%;width:100%;transform:translateY(-50%)}.catalog-product-view .mp-product-slider-content .owl-nav button{top:-50px;font-size:56px;opacity:0.8;line-height:40px;margin:0 !important}.catalog-product-view .mp-product-slider-content .owl-nav button span{color:#000;opacity:0;width:13px}.catalog-product-view .mp-product-slider-content .owl-nav button.owl-prev,.catalog-product-view .mp-product-slider-content .owl-nav button.owl-prev:hover{left:-5px;background:url(../images/button_back.png) no-repeat;background-size:contain}.catalog-product-view .mp-product-slider-content .owl-nav button.owl-next,.catalog-product-view .mp-product-slider-content .owl-nav button.owl-next:hover{right:-5px;background:url(../images/button_forward.png) no-repeat;background-size:contain}.catalog-product-view .mp-product-slider-content .owl-nav button:hover{background:none}.mst-searchautocomplete__item.magento_catalog_product.tiefpreis .price-special_price{color:green}.underline{text-decoration:underline}.text-bold{font-weight:700}.clearfix::before,.clearfix::after{content:" ";display:table}.clearfix::after{clear:both}.clearfix,.ct-view-mannsdoerfer_news .gallery{overflow:auto}.sr-only,.pages .item .label{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.w-100{width:100%}.mb-20{margin-bottom:20px}.hidden{display:none}a.action.signal,button.action.signal,a.action.primary,button.action.primary{text-transform:uppercase;min-width:140px}.button-signal,.firecheckout #maincontent .authentication-wrapper .action-auth-toggle.primary.checkout,.firecheckout #checkout .action-auth-toggle.primary.checkout,.firecheckout #maincontent .authentication-wrapper button.action.primary.checkout,.firecheckout #checkout button.action.primary.checkout{background-color:#f58460}.button-signal:hover,.firecheckout #maincontent .authentication-wrapper .action-auth-toggle.primary.checkout:hover,.firecheckout #checkout .action-auth-toggle.primary.checkout:hover,.firecheckout #maincontent .authentication-wrapper button.action.primary.checkout:hover,.firecheckout #checkout button.action.primary.checkout:hover{background-color:#ab5c43}.fieldset>.field{margin-bottom:0}.fieldset>.field.note{margin-bottom:10px}.breadcrumbs{text-align:center}.breadcrumbs .items{display:inline-block;text-transform:uppercase}.breadcrumbs .items .item:not(:last-of-type):after{content:'/';padding:0 7px}.pages .item{display:inline-blocK}.pages .item .next{margin-left:0}.pages .item:first-of-type a,.pages .item:first-of-type .page,.pages .item:first-of-type .item{border-top-left-radius:4px;border-bottom-left-radius:4px}.pages .item:last-of-type a,.pages .item:last-of-type .page,.pages .item:last-of-type .item{border-top-right-radius:4px;border-bottom-right-radius:4px}.pages .item:not(:last-of-type) .page{border-right:none}.md_titlewrapper{margin-bottom:50px;border-bottom:2px solid #000;text-transform:uppercase;flex-wrap:wrap}.md_title{font-size:48px;font-weight:100;color:black;margin-bottom:14px}#totop{position:fixed;right:5%;bottom:12%;display:none;width:32px;height:32px;background:url('../images/totop.svg');background-size:contain;background-repeat:no-repeat;z-index:2}@media only screen and (min-width:640px){#totop{bottom:10%}}@media only screen and (min-width:768px){#totop{right:2%;bottom:5%;width:50px;height:50px}}.accountWidget{display:flex;justify-content:center;text-align:left}.accountWidget>div{padding:0 2rem}.accountWidget .block-title{font-weight:500;text-transform:uppercase;font-size:14px;letter-spacing:1px;border-bottom:1px solid #000;margin-bottom:5px}.accountWidget .actions{text-align:right;margin-top:15px}.accountWidget p{font-size:13px}.accountWidget .list{margin-top:15px;flex-flow:column;list-style:disc;padding-left:15px;font-size:13px}.accountWidget .list>div,.accountWidget .list .list-item{display:list-item;margin-left:15px;border:none}.productslider .owl-nav.disabled{display:block !important}div:not(.startseite) div .owl-stage-outer .owl-stage .owl-item .slider-product-item-info{position:relative;width:100% !important;text-align:center}div:not(.startseite) div .owl-stage-outer .owl-stage .owl-item .slider-product-item-info .slider-product-item-details .price-box{font-size:16px !important;font-weight:400 !important}div:not(.startseite) div .owl-stage-outer .owl-stage .owl-item:hover .slider-product-item-info img.product-image-photo{opacity:0.3}div:not(.startseite) div .owl-stage-outer .owl-stage .owl-item:hover .slider-product-item-info .slider-product-item-details{display:block}.md_liveberatung .data img.grayscale{-webkit-filter:grayscale(100%);-ms-filter:grayscale(100%);filter:url("data:image/svg+xml;utf8,<svg xmlns=\'https://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");filter:grayscale(100%);transition:all .5s;-moz-filter:grayscale(100%);-o-filter:grayscale(100%)}.md_liveberatung .data img.grayscale:hover{-webkit-filter:grayscale(0%);-ms-filter:grayscale(0%);filter:url("data:image/svg+xml;utf8,<svg xmlns=\'https://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");filter:grayscale(0%);-moz-filter:grayscale(0%);-o-filter:grayscale(0%)}.md_liveberatung .contacts{text-align:right;position:relative}.md_liveberatung .contacts div{display:inline-block;margin-bottom:70px;margin-left:25px}.md_liveberatung article{position:absolute;left:0;text-align:right;width:100%;top:60px;-webkit-transition:width .25s linear,opacity .2s linear;transition:width .25s linear,opacity .3s linear;opacity:0;display:none}.md_liveberatung article button,.md_liveberatung article .button{text-transform:uppercase;color:#fff;padding:7px 15px;display:inline-block;margin-top:5px;font-size:14px}.md_liveberatung article p a{font-weight:800;text-decoration:underline}.md_liveberatung input{display:none}.md_liveberatung input:checked~article{opacity:1;display:block}.md_liveberatung input:checked~label{margin-right:0;padding-right:0;border-right:none}.md_liveberatung .product_block.berater{padding-bottom:25px;padding-top:25px;border-top:1px solid #000}.md_liveberatung .howToContact{text-align:right;padding-bottom:15px;font-weight:bold;text-decoration:underline;font-size:14px;margin-bottom:0}.md_liveberatung ul{text-align:center}@media only screen and (min-width:768px){.md_liveberatung ul{text-align:right}}.md_liveberatung ul li{list-style-type:none;display:inline-block;max-width:102px;margin-bottom:15px;vertical-align:top}.md_liveberatung ul li>div{display:inline-block;text-align:center;font-size:14px}.md_liveberatung ul li>div img{max-width:75px}.md_liveberatung h2{text-align:right;font-size:18px;text-transform:none;font-family:"Helvetica Neue",Verdana,Arial,sans-serif;font-weight:300;color:#000;line-height:normal;letter-spacing:1.6px;text-decoration:none;margin-bottom:25px;margin-top:25px}.main>.md_liveberatung{display:block;padding:50px 0;margin:50px 0;border-top:1px solid #000;border-bottom:1px solid #000}@media only screen and (min-width:768px){.main>.md_liveberatung{display:none}}.main>.md_liveberatung h2{text-align:center;margin-top:0}.main>.md_liveberatung ul{padding:0}.main>.md_liveberatung .howToContact{text-align:center}.main>.md_liveberatung .contacts{display:flex;justify-content:space-evenly}.main>.md_liveberatung .contacts div{margin-bottom:0}span.green{color:#289548;font-weight:500}span.yellow{color:#caac27;font-weight:500}span.orange{color:#bd4f20;font-weight:500}span.red{color:#9d1d3a;font-weight:500}span.blue{color:#1d329d;font-weight:500}#lhc_status_container{display:none}@media only screen and (min-width:768px){#lhc_status_container{display:block}}iframe{display:inline-block}.video-wall{position:relative;font:400 1em/1.46 Helvetica,Arial,sans-serif;color:#333;display:inline-block;min-height:18em;width:100%;margin:0;box-sizing:border-box;padding:1em;background-position:right top;background-size:cover}.video-wall strong{display:block;text-align:center;font-size:1.1em;margin:0}.video-wall>div{width:calc(98%);overflow-y:auto;margin:0 auto}.video-wall p{font-size:.7rem !important;margin:0 0 1em}.video-wall a{color:inherit}.video-wall .video-link{display:block;white-space:nowrap;font-size:.8em;margin:0 15px 50px 0;position:relative}.video-wall button{-webkit-appearance:none;cursor:pointer;color:#eee;font:700 .8em/1.2 Helvetica,Arial,sans-serif;display:block;width:11.5em;height:4.25em;border:0 none;border-radius:.75em;padding:0 0 0 5.5em;text-align:left;margin:0;position:absolute;left:50%;bottom:1em;transform:translateX(-50%);background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Cpath fill='%23eee' d='M11.109 17.625l7.562-3.906-7.562-3.953v7.859zM14 4.156c5.891 0 9.797 0.281 9.797 0.281 0.547 0.063 1.75 0.063 2.812 1.188 0 0 0.859 0.844 1.109 2.781 0.297 2.266 0.281 4.531 0.281 4.531v2.125s0.016 2.266-0.281 4.531c-0.25 1.922-1.109 2.781-1.109 2.781-1.062 1.109-2.266 1.109-2.812 1.172 0 0-3.906 0.297-9.797 0.297v0c-7.281-0.063-9.516-0.281-9.516-0.281-0.625-0.109-2.031-0.078-3.094-1.188 0 0-0.859-0.859-1.109-2.781-0.297-2.266-0.281-4.531-0.281-4.531v-2.125s-0.016-2.266 0.281-4.531c0.25-1.937 1.109-2.781 1.109-2.781 1.062-1.125 2.266-1.125 2.812-1.188 0 0 3.906-0.281 9.797-0.281v0z'%3E%3C/path%3E%3C/svg%3E") no-repeat 1em center #666;background-size:3.5em;transition:background-color .3s}.video-wall button:hover{background-color:#444}.field.qty:after{clear:both}.field.qty label.label{float:left !important;line-height:50px;font-weight:600;margin-right:7px !important}.field.qty .control{position:relative;float:right !important}.field.qty .control .quantity-nav{position:absolute;right:2px;top:5px;bottom:0;cursor:pointer}.pager .toolbar-amount{font-size:14px;padding-top:0;margin-top:2px;margin-right:1.5rem}.magestore-bannerslide-flex-slider li,.magestore-bannerslide-flex-slider li a,.magestore-bannerslide-flex-slider li a img{height:auto !important}@media only screen and (min-width:640px){.smartphone{display:none}}.themenwelt_slider .item{margin:25px !important}.themenwelt_slider .owl-nav{position:absolute;top:50%;left:-10px;width:calc(20px + 100%);transform:translateY(-50%);display:flex;justify-content:space-between}.themenwelt_slider .owl-nav button{background-color:transparent !important;background-size:contain !important;background-repeat:no-repeat !important;height:28px !important;width:35px !important;color:black}.themenwelt_slider .owl-nav button span{display:none}.themenwelt_slider .owl-nav button:active{box-shadow:none !important}.themenwelt_slider .owl-nav button.owl-prev,.themenwelt_slider .owl-nav button.owl-prev:hover{background-image:url(../images/button_back.png) !important;background-position:left !important}.themenwelt_slider .owl-nav button.owl-next,.themenwelt_slider .owl-nav button.owl-next:hover{background-image:url(../images/button_forward.png) !important;background-position:right !important}button.slick-prev{left:-30px !important}button.slick-prev,button.slick-arrow{padding:0;background:none;font-size:0;line-height:0;position:absolute;top:50% !important;display:block;width:50px;height:50px;-webkit-transform:translate(0, -50%) !important;-ms-transform:translate(0, -50%) !important;transform:translate(0, -50%) !important;cursor:pointer;color:transparent;border:none;outline:none;background:transparent;z-index:10}button.slick-prev:hover,button.slick-arrow:hover{background:none !important}#layered-filter-block .block-title{display:block}#layered-filter-block .block-title strong{text-align:left;color:#292f3b;font-size:14px;background:none;border:none;position:static;padding:0;font-weight:700;text-transform:uppercase}@media only screen and (min-width:768px){.tiles{grid-template-columns:1fr 1fr 1fr;grid-gap:30px;display:flex !important;justify-content:space-between}}.products.list.items.product-items .price-wrapper>span{display:flex;gap:5px;justify-content:center;align-items:baseline}.price-box{position:relative;direction:rtl}.price-box *{direction:ltr}.price-box .special-price{display:inline-block;vertical-align:middle;color:#ff0101}.price-box .special-price .price{vertical-align:top;font-size:20px !important;color:#ff0101;margin-bottom:0;display:inline-block}.price-box .special-price .price-label{display:none}.price-box .special-price .additionalPriceInfos{display:none}.price-box .special-price+.old-price{display:inline-block;vertical-align:middle;font-size:16px !important;color:#A0A0A0;text-decoration:none !important}.price-box .special-price+.old-price .price-label{display:none}.price-box .special-price+.old-price .price-wrapper .price{vertical-align:middle;font-size:22px !important;padding-right:1rem;margin-bottom:0;display:inline-block;text-decoration:line-through !important}.price-box .special-price+.old-price .additionalPriceInfos{position:absolute;left:0;right:0;bottom:0}.subCategorySlider{margin-top:2.25rem;margin-bottom:3rem}.subCategorySlider .item{text-align:center}.subCategorySlider .item a.product-image{display:inline-block;padding:2.25rem}.subCategorySlider .item a.product-image .title{font-weight:700;margin-top:.75rem}.page-products .products-grid .product-item:nth-child(3n + 1){margin-left:0}.page-products .products-grid .product-item:nth-child(4n + 1){margin-left:0 !important;margin-right:0 !important}.tiefpreis .price-box .special-price .price{color:#00c400}.page-wrapper{overflow:hidden}.page-wrapper .page-header{border-bottom:none}.page-wrapper .page-main>.main{overflow:hidden}.header.content{padding-top:0;padding-left:0;padding-right:0}@media only screen and (min-width:480px){.header.content{padding-left:15px}}@media only screen and (min-width:768px){.header.content{padding-top:30px;padding-left:19px;padding-right:19px}}@media only screen and (min-width:480px){.header.content .header-inner{display:flex;display:-ms-flexbox;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}}.header.content .header-inner .header-inner-logo{background:#5e6577}@media only screen and (min-width:480px){.header.content .header-inner .header-inner-logo{background:#fff}}@media only screen and (max-width:480px){.header.content .header-inner .header-inner-logo .logo{display:block;background:url('../images/mannsdoerfer_logo_white.png');background-color:rgba(0,0,0,0);background-color:#5e6577;background-repeat:no-repeat;background-size:70%;background-position:center;height:100px;max-width:unset;margin:0;padding:10px 0}.header.content .header-inner .header-inner-logo img{display:none}}.header.content .header-inner .header-inner-logo .toggle-nav{display:none !important}.header.content .header-inner .logo{float:unset}.header.content .header-inner .logo:hover img{opacity:0.85}.header.content .header-inner .header-inner-right{min-width:40%;padding-right:15px}@media only screen and (min-width:768px){.header.content .header-inner .header-inner-right{padding-right:0}}.header.content .header-inner .header-inner-right .header.panel{display:flex;padding:0}@media only screen and (min-width:768px){.header.content .header-inner .header-inner-right .header.panel{margin-top:20px;margin-bottom:15px}}.header.content .header-inner .header-inner-right .header.panel .navigation{background:transparent}.header.content .header-inner .header-inner-right .header.panel .navigation li a:hover{text-decoration:underline;text-underline-offset:0.4rem}.header.content .header-inner .header-inner-right .header.panel .navigation>ul,.header.content .header-inner .header-inner-right .header.panel>.header.links{float:unset;padding:16px 5px 0;min-height:36px;display:flex;text-align:right}@media only screen and (min-width:480px){.header.content .header-inner .header-inner-right .header.panel .navigation>ul,.header.content .header-inner .header-inner-right .header.panel>.header.links{display:block}}@media only screen and (min-width:1024px){.header.content .header-inner .header-inner-right .header.panel .navigation>ul,.header.content .header-inner .header-inner-right .header.panel>.header.links{padding:35px 0 39px}}.header.content .header-inner .header-inner-right .header.panel .navigation>ul li,.header.content .header-inner .header-inner-right .header.panel>.header.links li{vertical-align:middle;border-bottom:0}.header.content .header-inner .header-inner-right .header.panel .navigation>ul li a,.header.content .header-inner .header-inner-right .header.panel>.header.links li a{display:inline-block}.header.content .header-inner .header-inner-right .header.panel .navigation>ul li a :hover,.header.content .header-inner .header-inner-right .header.panel>.header.links li a :hover{text-decoration:underline !important}.header.content .header-inner .header-inner-right .header.panel .navigation>ul li a.menu-item-active,.header.content .header-inner .header-inner-right .header.panel>.header.links li a.menu-item-active{border-bottom:none;border-left:none}.header.content .header-inner .header-inner-right .header.panel .navigation>ul>li,.header.content .header-inner .header-inner-right .header.panel>.header.links>li{text-align:center}@media only screen and (min-width:480px){.header.content .header-inner .header-inner-right .header.panel .navigation>ul>li,.header.content .header-inner .header-inner-right .header.panel>.header.links>li{text-align:right}}.header.content .header-inner .header-inner-right .header.panel .navigation>ul .submenu,.header.content .header-inner .header-inner-right .header.panel>.header.links .submenu{width:auto !important;background:#fff;margin-left:auto !important;font-size:14px;padding:8px 0 0 0;max-width:700px !important;margin-right:20px !important}.header.content .header-inner .header-inner-right .header.panel .navigation>ul .submenu form label,.header.content .header-inner .header-inner-right .header.panel>.header.links .submenu form label{font-size:13px}.header.content .header-inner .header-inner-right .header.panel .navigation>ul .submenu form input,.header.content .header-inner .header-inner-right .header.panel>.header.links .submenu form input{border:1px solid #c0c0c0;margin-bottom:2px}.header.content .header-inner .header-inner-right .header.panel .navigation>ul .submenu .submenu-reverse,.header.content .header-inner .header-inner-right .header.panel>.header.links .submenu .submenu-reverse{right:0}.header.content .header-inner .header-inner-right .header.panel .navigation>ul .submenu .level0,.header.content .header-inner .header-inner-right .header.panel>.header.links .submenu .level0{margin:unset;max-height:356px;max-width:711px !important}.header.content .header-inner .header-inner-right .header.panel .navigation>ul .submenu .level0 a.level1,.header.content .header-inner .header-inner-right .header.panel>.header.links .submenu .level0 a.level1{font-size:14px;font-weight:600}.header.content .header-inner .header-inner-right .header.panel .navigation>ul .submenu .level0 li.level1,.header.content .header-inner .header-inner-right .header.panel>.header.links .submenu .level0 li.level1{margin-bottom:12px;max-width:215px !important;padding-right:25px}.header.content .header-inner .header-inner-right .header.panel .navigation>ul .submenu .level0 li.level1 span,.header.content .header-inner .header-inner-right .header.panel>.header.links .submenu .level0 li.level1 span{font-size:14px !important}.header.content .header-inner .header-inner-right .header.panel .navigation>ul .submenu .level0 ul.level1,.header.content .header-inner .header-inner-right .header.panel>.header.links .submenu .level0 ul.level1{padding:0}.header.content .header-inner .header-inner-right .header.panel .navigation>ul .submenu .level0 ul.level1 a,.header.content .header-inner .header-inner-right .header.panel>.header.links .submenu .level0 ul.level1 a{text-transform:none;text-decoration:none !important}.header.content .header-inner .header-inner-right .header.panel li.aktuelles a.aktuelles.ui-state-focus+ul.level0 ul,.header.content .header-inner .header-inner-right .header.panel li.aktuelles a.aktuelles.ui-state-active+ul.level0 ul{top:unset !important;left:unset !important}.header.content .header-inner .header-inner-right .header.panel li.aktuelles a.aktuelles.ui-state-focus+ul.level0 li.level1,.header.content .header-inner .header-inner-right .header.panel li.aktuelles a.aktuelles.ui-state-active+ul.level0 li.level1{display:inline-block;width:48%;vertical-align:top}.header.content .header-inner .header-inner-right .header.panel li.aktuelles a.aktuelles.ui-state-focus+ul.level0 li.level1>span,.header.content .header-inner .header-inner-right .header.panel li.aktuelles a.aktuelles.ui-state-active+ul.level0 li.level1>span{display:none}.header.content .header-inner .header-inner-right .header.panel li.aktuelles a.aktuelles.ui-state-focus+ul.level0 li.level1>span,.header.content .header-inner .header-inner-right .header.panel li.aktuelles a.aktuelles.ui-state-active+ul.level0 li.level1>span{font-size:14px;font-weight:400;text-transform:inherit}.header.content .header-inner .header-inner-right .header.panel li.aktuelles a.aktuelles.ui-state-focus+ul.level0 li.level1 ul,.header.content .header-inner .header-inner-right .header.panel li.aktuelles a.aktuelles.ui-state-active+ul.level0 li.level1 ul{display:block !important;box-shadow:none !important;border:none !important;position:static}.header.content .header-inner .header-inner-right .header.panel li.aktuelles a.aktuelles.ui-state-focus+ul.level0 li.level1 ul.before,.header.content .header-inner .header-inner-right .header.panel li.aktuelles a.aktuelles.ui-state-active+ul.level0 li.level1 ul.before,.header.content .header-inner .header-inner-right .header.panel li.aktuelles a.aktuelles.ui-state-focus+ul.level0 li.level1 ul.after,.header.content .header-inner .header-inner-right .header.panel li.aktuelles a.aktuelles.ui-state-active+ul.level0 li.level1 ul.after{display:none}.header.content .header-inner .header-inner-right .header.panel li.aktuelles a.aktuelles.ui-state-focus+ul.level0 li.level1 ul.level1,.header.content .header-inner .header-inner-right .header.panel li.aktuelles a.aktuelles.ui-state-active+ul.level0 li.level1 ul.level1{position:static !important}.header.content .header-inner .header-inner-right .header.panel li.aktuelles a.aktuelles.ui-state-focus+ul.level0 .latestbox.news,.header.content .header-inner .header-inner-right .header.panel li.aktuelles a.aktuelles.ui-state-active+ul.level0 .latestbox.news{margin-bottom:1rem;font-weight:200 !important;font-size:14px !important;text-decoration:underline;hyphens:none !important;text-align:left !important;display:block !important}.header.content .header-inner .header-inner-right .header.panel li.aktuelles a.aktuelles.ui-state-focus+ul.level0 .latestbox.news .title,.header.content .header-inner .header-inner-right .header.panel li.aktuelles a.aktuelles.ui-state-active+ul.level0 .latestbox.news .title{margin-bottom:1rem}.header.content .header-inner .header-inner-right .header.panel li.aktuelles a.aktuelles.ui-state-focus+ul.level0 .latestbox.news .thumbnail a,.header.content .header-inner .header-inner-right .header.panel li.aktuelles a.aktuelles.ui-state-active+ul.level0 .latestbox.news .thumbnail a{padding:0}.header.content .header-inner .header-inner-right .header.panel li.aktuelles a.aktuelles.ui-state-focus+ul.level0 .latestbox.news li,.header.content .header-inner .header-inner-right .header.panel li.aktuelles a.aktuelles.ui-state-active+ul.level0 .latestbox.news li{text-transform:none !important}.header.content .header-inner .header-inner-right .header.panel li.aktuelles a.aktuelles.ui-state-focus+ul.level0 ul.latestlist.news,.header.content .header-inner .header-inner-right .header.panel li.aktuelles a.aktuelles.ui-state-active+ul.level0 ul.latestlist.news{top:unset !important;left:unset !important;display:block !important;list-style:disc;margin-left:2rem;padding-bottom:2rem}.header.content .header-inner .header-inner-right .header.panel li.aktuelles a.aktuelles.ui-state-focus+ul.level0 ul.latestlist.news li,.header.content .header-inner .header-inner-right .header.panel li.aktuelles a.aktuelles.ui-state-active+ul.level0 ul.latestlist.news li{padding-left:0}.header.content .header-inner .header-inner-right .header.panel li.aktuelles a.aktuelles.ui-state-focus+ul.level0 ul.latestlist.news li a,.header.content .header-inner .header-inner-right .header.panel li.aktuelles a.aktuelles.ui-state-active+ul.level0 ul.latestlist.news li a{text-transform:none !important}.header.content .header-inner .header-inner-right .header.panel li.aktuelles a.aktuelles.ui-state-focus+ul.level0 #ui-id-7 span,.header.content .header-inner .header-inner-right .header.panel li.aktuelles a.aktuelles.ui-state-active+ul.level0 #ui-id-7 span{text-transform:initial !important;font-weight:500 !important;font-size:14px !important;letter-spacing:1px}.header.content .header-inner .header-inner-right .header.panel .minicart-wrapper{margin-top:0;float:unset}.header.content .header-inner .header-inner-right .header.panel .top_nav .top_account a>span:first-child{background:url('../images/Konto_Icon.svg') no-repeat !important;display:inline-block;height:35px;width:27px}.header.content .header-inner .header-inner-right .header.panel .top_nav .minicart-wrapper a>span:first-child{background:url('../images/Warenkorb_Icon.svg') no-repeat !important;background-size:auto;background-size:contain !important;display:inline-block;height:29px;width:21px}.header.content .header-inner .header-inner-right .header.panel .navigation>ul>li,.header.content .header-inner .header-inner-right .header.panel>ul>li{margin:0 !important;border-top:0;padding:0 6px}@media only screen and (max-width:768px){.header.content .header-inner .header-inner-right .header.panel .navigation>ul>li .submenu,.header.content .header-inner .header-inner-right .header.panel>ul>li .submenu{display:none !important}}.header.content .header-inner .header-inner-right .header.panel .navigation>ul>li *,.header.content .header-inner .header-inner-right .header.panel>ul>li *{border-top:0}.header.content .header-inner .header-inner-right .header.panel .navigation>ul>li a:not(.action),.header.content .header-inner .header-inner-right .header.panel>ul>li a:not(.action){text-underline-offset:7px;text-transform:uppercase;padding:0 0;font-size:13px;font-weight:500;background:none !important}@media only screen and (min-width:768px){.header.content .header-inner .header-inner-right .header.panel .navigation>ul>li a:not(.action),.header.content .header-inner .header-inner-right .header.panel>ul>li a:not(.action){padding:0 10px}}.header.content .header-inner .header-inner-right .header.panel .navigation>ul>li a:not(.action).ui-state-active:not(.top_account),.header.content .header-inner .header-inner-right .header.panel>ul>li a:not(.action).ui-state-active:not(.top_account),.header.content .header-inner .header-inner-right .header.panel .navigation>ul>li a:not(.action):hover:not(.top_account),.header.content .header-inner .header-inner-right .header.panel>ul>li a:not(.action):hover:not(.top_account),.header.content .header-inner .header-inner-right .header.panel .navigation>ul>li a:not(.action).ui-state-active:not(.own-cart),.header.content .header-inner .header-inner-right .header.panel>ul>li a:not(.action).ui-state-active:not(.own-cart),.header.content .header-inner .header-inner-right .header.panel .navigation>ul>li a:not(.action):hover:not(.own-cart),.header.content .header-inner .header-inner-right .header.panel>ul>li a:not(.action):hover:not(.own-cart){text-decoration:underline}.header.content .header-inner .header-inner-right .header.panel .navigation>ul>li.top_account img,.header.content .header-inner .header-inner-right .header.panel>ul>li.top_account img{height:31px}.header.content .header-inner .header-inner-right .header.panel .navigation>ul>li.top_account .submenu,.header.content .header-inner .header-inner-right .header.panel>ul>li.top_account .submenu{max-width:550px !important}.header.content .header-inner .header-inner-right .header.panel .navigation>ul>li.top_account .submenu .action,.header.content .header-inner .header-inner-right .header.panel>ul>li.top_account .submenu .action{min-width:unset;line-height:unset;font-weight:500}.header.content .header-inner .header-inner-right .header.panel .navigation>ul>li.top-link-cart img,.header.content .header-inner .header-inner-right .header.panel>ul>li.top-link-cart img{height:25px}.header.content .header-inner .header-inner-right .header.panel .navigation>ul>li:nth-last-child(-n + 2),.header.content .header-inner .header-inner-right .header.panel>ul>li:nth-last-child(-n + 2){display:none}@media only screen and (min-width:640px){.header.content .header-inner .header-inner-right .header.panel .navigation>ul>li:nth-last-child(-n + 2),.header.content .header-inner .header-inner-right .header.panel>ul>li:nth-last-child(-n + 2){display:inline-block}}.header.content .header-inner .header-inner-right .header.panel .navigation>ul>li:not(:nth-last-child(-n + 2)):not(:first-of-type),.header.content .header-inner .header-inner-right .header.panel>ul>li:not(:nth-last-child(-n + 2)):not(:first-of-type){border-color:#000 !important}@media only screen and (min-width:1024px){.header.content .header-inner .header-inner-right .header.panel .navigation>ul>li:not(:nth-last-child(-n + 2)):not(:first-of-type),.header.content .header-inner .header-inner-right .header.panel>ul>li:not(:nth-last-child(-n + 2)):not(:first-of-type){border-right:1px solid}}.header.content .header-inner .header-inner-right .header.panel .navigation>ul>li .children,.header.content .header-inner .header-inner-right .header.panel>ul>li .children{text-align:left}.header.content .header-inner .header-inner-right .block-search{width:100%;max-width:100%;margin-left:auto;z-index:2}.header.content .header-inner .header-inner-right .block-search .control{margin:0;border-top:none;padding-bottom:30px;padding-right:0}.header.content .header-inner .header-inner-right .block-search input{border-color:#000;border-radius:0;margin-bottom:0;padding:12px 15px 12px 15px;height:auto;font-size:14px;font-weight:300}@media only screen and (min-width:768px){.header.content .header-inner .header-inner-right .block-search input{padding:12px 15px 10px 45px}}.header.content .header-inner .header-inner-right .block-search .action.search{padding:0;right:unset;left:6px}@media only screen and (min-width:640px){.header.content .header-inner .header-inner-right .block-search .action.search{left:10px}}@media only screen and (min-width:768px){.header.content .header-inner .header-inner-right .block-search .action.search{left:5px}}.header.content .header-inner .header-inner-right .block-search .action.search:before{line-height:44px;font-size:42px}.header.content .header-inner .header-inner-right .block-search #search_mini_form{margin-left:auto;position:relative;display:none}@media only screen and (min-width:640px){.header.content .header-inner .header-inner-right .block-search #search_mini_form{display:block}}@media only screen and (min-width:768px){.header.content .header-inner .header-inner-right .block-search #search_mini_form{margin-right:0}}.header.content .header-inner .header-inner-right .block-search #search_mini_form label{position:absolute;top:6px;right:6px}.header.content .header-inner .header-inner-right .block-search #search_mini_form label:before{font-size:30px}.header.content .header-inner .header-inner-right .block-search #search_mini_form input{position:static;margin-top:0}@media only screen and (max-width:768px){.header.content .header-inner .header-inner-right .block-search #search_mini_form input::-webkit-input-placeholder,.header.content .header-inner .header-inner-right .block-search #search_mini_form input:-moz-placeholder,.header.content .header-inner .header-inner-right .block-search #search_mini_form input::-moz-placeholder,.header.content .header-inner .header-inner-right .block-search #search_mini_form input:-ms-input-placeholder,.header.content .header-inner .header-inner-right .block-search #search_mini_form input::placeholder{color:transparent}}.header.content .header-inner .header-inner-right .block-search #search_mini_form .mst-searchautocomplete__item.magento_catalog_product{display:grid;grid-template-columns:1fr 1fr}.header.content .header-inner .header-inner-right .block-search #search_mini_form .mst-searchautocomplete__item a{grid-column-start:1;grid-column-end:2}.header.content .header-inner .header-inner-right .block-search #search_mini_form .mst-searchautocomplete__item .meta{grid-column-start:2;grid-column-end:3;text-align:right}.header.content .header-inner .header-inner-right .block-search #search_mini_form .mst-searchautocomplete__item .store{grid-column-start:1;grid-column-end:3;text-align:right}.header.content .header-inner .header-inner-right .block-search #search_mini_form .mst-searchautocomplete__item .price{display:inline-block !important;width:auto}.header.content .ownCart{position:relative;margin-top:0 !important}.header.content .ownCart .cartCount,.header.content .ownCart .counter.qty{background-color:#f58460 !important;color:#fff !important;height:24px;line-height:24px;display:inline-block;margin:3px 0 0;min-width:24px;overflow:hidden;padding:0 3px;text-align:center;white-space:normal;border-radius:50%;position:absolute;top:-10px;right:-15px}.header.content .ownCart .counter.qty.empty{display:none}.header.content .ownCart .action:before{display:none}.nav-sections{margin-bottom:25px}.navigation{position:static !important}.navigation .menu-main-ul{display:flex;position:static !important}.navigation .menu-main-ul li.level0{flex:1 auto;position:static !important;text-align:center}.navigation .menu-main-ul li.level0 a.level-top:not(.action){text-underline-offset:7px;text-transform:uppercase;white-space:nowrap;width:100%;border:none}.navigation .menu-main-ul li.level0 a.level-top:not(.action):not(:hover){background:#d2d5d9}.navigation .menu-main-ul li.level0 a.level-top:not(.action) span{text-decoration:none}.navigation .menu-main-ul li.level0 a.level-top:not(.action):hover,.navigation .menu-main-ul li.level0 a.level-top:not(.action):focus-within,.navigation .menu-main-ul li.level0 a.level-top:not(.action):focus,.navigation .menu-main-ul li.level0 a.level-top:not(.action).ui-state-focus,.navigation .menu-main-ul li.level0 a.level-top:not(.action).ui-state-active{background:#e8eaec}.navigation .menu-main-ul li.level0 a.level-top:not(.action):hover+.submenu,.navigation .menu-main-ul li.level0 a.level-top:not(.action):focus-within+.submenu,.navigation .menu-main-ul li.level0 a.level-top:not(.action):focus+.submenu,.navigation .menu-main-ul li.level0 a.level-top:not(.action).ui-state-focus+.submenu,.navigation .menu-main-ul li.level0 a.level-top:not(.action).ui-state-active+.submenu{transition:max-height 2s ease,opacity 0s ease !important;transition-delay:0.5s !important}@media only screen and (min-width:1024px){.navigation .menu-main-ul li.level0 a.level-top:not(.action):hover+.submenu,.navigation .menu-main-ul li.level0 a.level-top:not(.action):focus-within+.submenu,.navigation .menu-main-ul li.level0 a.level-top:not(.action):focus+.submenu,.navigation .menu-main-ul li.level0 a.level-top:not(.action).ui-state-focus+.submenu,.navigation .menu-main-ul li.level0 a.level-top:not(.action).ui-state-active+.submenu{overflow:hidden !important;opacity:1;max-height:1500px !important;padding:50px 0;z-index:1000;left:0 !important;right:0 !important;width:100% !important;max-width:100% !important}}.navigation .menu-main-ul li.level0 a.redbk.level-top:not(.action):not(:hover){background:#E3000F !important;color:#ffffff}.navigation .menu-main-ul li.level0>.submenu{display:block !important;overflow:hidden !important;max-height:0 !important;opacity:0;width:0;max-width:0;left:-1000px !important;text-align:left;transition:max-height 2s ease,opacity 0s ease !important;transition-delay:0.5s !important}.navigation .menu-main-ul li.level0>.submenu:hover,.navigation .menu-main-ul li.level0>.submenu:focus-within,.navigation .menu-main-ul li.level0>.submenu:focus{overflow:hidden !important;opacity:1;max-height:1500px !important;padding:50px 0;z-index:1000;left:0 !important;right:0 !important;width:100% !important;max-width:100% !important}.navigation .menu-main-ul li.level0>.submenu ul{display:flex !important;flex-flow:column wrap;max-height:575px;max-width:1200px;justify-content:flex-start;margin:0 auto}.navigation .menu-main-ul li.level0>.submenu ul li.level1{margin-bottom:25px}.navigation .menu-main-ul li.level0>.submenu ul li.level1>a:not(.action),.navigation .menu-main-ul li.level0>.submenu ul li.level1>a>span:not(.action){text-transform:uppercase;font-size:16px !important;text-decoration:none !important}.navigation .menu-main-ul li.level0>.submenu ul li.level1 a:not(.action),.navigation .menu-main-ul li.level0>.submenu ul li.level1 a span:not(.action){padding:0 !important;border-left:0}.navigation .menu-main-ul li.level0>.submenu ul li.level1 ul.level1{font-size:14px;font-weight:400;position:static !important;display:block !important;left:unset !important;right:unset !important;box-shadow:none;border:none}.navigation .menu-main-ul li.level0>.submenu ul li.level1 .nav_kacheln_wrapper{display:grid;grid-template-columns:repeat(auto-fit, minmax(48%, 1fr));gap:10px}.category-image img{width:100%;max-width:100%}.pageheader:not(.newsletter) .image .category-image img,.pageheader:not(.unternehmen) .image .category-image img{margin-top:-25px}.ct-view-unternehmensseiten .ct-column.ct-column-main{width:100%}.ct-view-unternehmensseiten .ct-column-top,.ct-view-unternehmensseiten .md_titlewrapper{display:flex;flex-direction:row;margin-bottom:50px;border-bottom:2px solid #000;color:#000;text-transform:uppercase;flex-wrap:wrap}.ct-view-unternehmensseiten .ct-field-headline,.ct-view-unternehmensseiten .md_title{font-size:48px;font-weight:100}.ct-view-unternehmensseiten .img_228_float_right{float:right;margin:0 0 24px 24px;width:228px}.ct-view-unternehmensseiten .img_228_float_left{float:left;margin:0 24px 24px 0;width:228px}.ct-view-unternehmensseiten .video-wall{background:url("/pub/media/wysiwyg/md_video2.png");background-repeat:no-repeat;background-size:cover;background-position:0 50%}.ct-view-unternehmensseiten h1{color:#292f3b;font-weight:400;font-family:"Avenir Next",Verdana,Arial,sans-serif;font-size:28px;margin-bottom:0.7em}.ct-view-unternehmensseiten h1.headline{font-weight:700}.ct-view-unternehmensseiten .ct-field-area{position:relative;display:flex;flex-direction:column}.ct-view-unternehmensseiten .ct-field-area p{color:#232323;font-weight:400 !important;font-size:16px;font-family:"Avenir Next",Verdana,Arial,sans-serif;margin-bottom:15px}.ct-view-unternehmensseiten .ct-field-area hr{width:100%}.ct-view-unternehmensseiten .ct-field-area h2{margin-top:0;text-transform:uppercase;font-size:16px;font-weight:400;font-family:"Avenir Next","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif}.ct-view-unternehmensseiten .tiles.blue a{font-size:26px}.ct-view-unternehmensseiten .tiles .tile.bg1{box-sizing:border-box}.ct-view-unternehmensseiten#ct-view-814 .tiles{grid-template-columns:42% 42%;justify-content:space-between}.ct-view-unternehmensseiten p iframe{width:100%}.versandkosten .category-image{margin-top:20px}.versandkosten .content h3{border-bottom:1px solid}.versandkosten table.lieferung tr td h2{font-weight:400;text-transform:uppercase;color:black}.cms-news .news_timeline{position:relative;overflow:auto;width:100%}.cms-news .news_timeline h3{margin-top:5px;margin-bottom:10px;color:#636363;font-family:"Avenir Next",Verdana,Arial,sans-serif;font-size:18px;font-weight:400;font-style:normal;line-height:1.4;text-rendering:optimizeSpeed;text-transform:uppercase}.cms-news .news_timeline time{color:#333;text-decoration:underline}.cms-news .news_timeline:before{left:50.5%;position:absolute;width:1px;height:100%;background:#999 none repeat scroll 0 0;content:""}.cms-news .news_timeline ul{margin:0 auto;padding-left:0;max-width:100%;z-index:1;list-style:outside none none}.cms-news .news_timeline ul li{min-height:493px;width:44%;text-align:center;position:relative;margin-bottom:1em;padding:1em;border-bottom:1px solid #ccc}.cms-news .news_timeline ul li:nth-child(2n+1)::before{right:-1em;left:auto}.cms-news .news_timeline ul li::before{position:absolute;top:0;left:-1em;width:0;height:0;content:""}.cms-news .news_timeline ul li:nth-child(even){float:right;margin-top:2em}.cms-news .news_timeline ul li:nth-child(odd){float:left}.cms-news .timeline_image>img{max-height:230px;width:auto;margin:0 auto;max-width:100%}.cms-news .timeline_teaser_text{overflow:hidden;margin:12px 0 0;max-height:125px}.cms-news .contenttype-listing-readmore{float:right;font-style:italic}.cms-news .contenttype-results-listing{display:none}.cms-news .searchindex-results+.category-products .toolbar{border:none}.ct-view-mannsdoerfer_news .ct-column-main img{display:inline-block;margin-right:25px}.ct-view-mannsdoerfer_news .ct-column-main img.img_228_float_right{float:right;margin:0 0 24px 24px;width:228px}.ct-view-mannsdoerfer_news #ct-column-2{width:100%;font-size:28px}.ct-view-mannsdoerfer_news .gallery p{float:left;width:auto;max-width:21%;margin-right:25px}.ct-view-mannsdoerfer_news .gallery p img{display:inline-block;max-width:100%}#mitarbeiter{display:flex;flex-flow:row wrap}.mitarbeiter img{width:250px;-webkit-filter:grayscale(100%);-ms-filter:grayscale(100%);filter:url("data:image/svg+xml;utf8,<svg xmlns=\'https://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");filter:grayscale(100%);transition:all .5s;-moz-filter:grayscale(100%);-o-filter:grayscale(100%);object-position:50% 80px}.mitarbeiter img:hover{-webkit-filter:grayscale(0%);-ms-filter:grayscale(0%);filter:url("data:image/svg+xml;utf8,<svg xmlns=\'https://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");filter:grayscale(0%);-moz-filter:grayscale(0%);-o-filter:grayscale(0%)}.mitarbeiter{position:relative;margin:0 18px 18px 0;font-size:.8em;max-width:250px}.mitarbeiter .custom-object-fit{position:relative;top:-25px;display:inline-block;margin-top:75px;min-height:300px;width:100%;height:auto;-ms-background-position-x:center;-ms-background-position-y:25px;background-position-x:center;background-position-y:25px;background-size:cover;background-repeat:no-repeat}.mitarbeiter .custom-object-fit img{display:none}@media only screen and (min-width:768px){.ct-view-unternehmensseiten .ct-column-main-left-50{width:100%}}@media only screen and (max-width:768px){.mitarbeiter{width:100%;height:auto;text-align:center;max-width:200px}.news p{margin:20px 0}.mitarbeiter img{margin-right:auto;margin-left:auto;max-width:200px}.ct-view-unternehmensseiten .ct-column-main-left-50{float:left;width:100%}}@media only screen and (max-width:540px){.mitarbeiter{width:100%;height:auto;text-align:center;max-width:200px}#mitarbeiter{justify-content:center}}#bistro_lp *{min-width:0;min-height:0;scroll-behavior:unset}.slick-dotted.slick-slider{margin-bottom:0}.cms-mannsdoerfer_bistro h3{margin:0;margin-bottom:10px;color:#636363;font-family:"Avenir Next",Verdana,Arial,sans-serif;font-size:18px;font-weight:400;font-style:normal;line-height:1.4;text-rendering:optimizeSpeed;text-transform:uppercase}.cms-mannsdoerfer_bistro h2,#bistro_lp h2{font-family:"Lora",serif;letter-spacing:1.5px;line-height:63px;margin-bottom:30px;font-weight:400;text-transform:uppercase}.cms-mannsdoerfer_bistro p,#bistro_lp p{font-family:"Roboto",sans-serif;font-size:16px}.full,.full.wochenkarte,.full.zusatzkarte,#bistro_lp .widget.widget-static-block{display:flex;width:100%;position:relative}.full.wochenkarte .twocol .row{margin-bottom:25px}.full.title,.gallery.slider,.twocol.menu,.twocol.karten,.cms-mannsdoerfer_bistro .gallery,#bistro_lp .gallery{margin-bottom:30px}.title .imgtext{min-width:340px !important;background-color:#27272D;padding:50px 50px;z-index:1;flex:1 340px}.title .imgtext h2{float:left;width:300%;font-size:44px;color:#fff;text-shadow:0px 0px 7px rgba(0,0,0,0.75)}.title .imgtext p{color:#E1CDBE;font-size:17px;font-weight:200;letter-spacing:1px;line-height:25px;margin-bottom:5%}.title .imgtext a{color:#fff;font-family:"Lora",serif;font-size:18px;border:2px solid #e1cdbe;padding:15px 30px;display:inline-block;text-transform:uppercase;font-weight:bold;margin-bottom:15%}.title .img{height:650px;width:100%}.title .img{width:auto;height:100%}.full.about{flex-flow:column;margin-bottom:30px}.full.about{flex-flow:column}.full.about p{width:50%}.full.about h2,.twocol.menu h2{font-family:"Lora";font-size:44px}.threecol.aboutboxes{display:flex;flex-flow:row;margin-bottom:50px}.threecol.aboutboxes .box{flex:1;margin-right:50px;text-align:justify}.threecol.aboutboxes .box:last-child{margin-right:0}.threecol.aboutboxes .box h3{font-family:"Lora",serif;font-size:22px;color:#000000;margin-bottom:30px}.full.wochenkarte,.full.zusatzkarte,.full.wochenkarte,.full.zusatzkarte,#bistro_lp .widget.widget-static-block{flex-flow:column wrap;align-content:space-around}.full.wochenkarte h2,.full.zusatzkarte h2{text-align:center}.full.wochenkarte h3,.full.zusatzkarte h3{border-bottom:1px solid #ccc;margin:10px 0 20px;font-size:18px;font-weight:200;letter-spacing:3px}.full.wochenkarte p,.full.zusatzkarte p{font-weight:bold;margin-bottom:5px}.full.wochenkarte span,.full.zusatzkarte span{font-weight:300;color:#9d9d9d}.full.wochenkarte .twocol,.full.zusatzkarte .twocol,.full.wochenkarte .col.one,.full.zusatzkarte .col.one{flex-basis:80%;width:80%}.full.wochenkarte .twocol .row,.full.zusatzkarte .twocol .row{flex-flow:row nowrap;display:flex;justify-content:space-between}.full.zusatzkarte>p{text-align:center}.full.zusatzkarte .widget.widget-static-block{margin-top:50px}.twocol.menu{display:flex;flex-flow:row wrap}.twocol.menu h2{min-width:100%;flex:1 100%;width:100%}.twocol.menu .box{flex:1 1 50%}.twocol.karten{display:flex;flex-flow:row wrap;justify-content:center}.twocol.karten p{text-align:center;width:100%}.twocol.karten a{box-shadow:1px 1px 4px rgba(0,0,0,0.2);margin:0 90px}.cms-mannsdoerfer_bistro .gallery,#bistro_lp>.gallery{display:flex;flex-flow:row wrap;justify-content:space-evenly}.cms-mannsdoerfer_bistro .gallery a img,#bistro_lp>.gallery a img{width:auto;margin:0;padding:0}.cms-mannsdoerfer_bistro .gallery p,#bistro_lp>.gallery p{flex:1 1 30%;margin:15px;max-width:30%}.cms-mannsdoerfer_bistro .slick-dots li{position:relative;display:inline-block}.cms-mannsdoerfer_bistro .slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.cms-mannsdoerfer_bistro .slick-dots li button:before{font-size:25px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:black;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lp_last{display:flex}.lp_last #map{height:auto !important;width:100%}.lp_last .form{background-color:#27272D;padding:50px 50px;z-index:1}.lp_last .form h2{font-size:44px;margin-top:0;color:#fff !important;text-shadow:0px 0px 7px rgba(0,0,0,0.75)}#contactForm h2{display:none}#contactForm fieldset{margin-bottom:1.5rem}.lp_last .form .phone{display:flex;justify-content:space-between}.lp_last .form .phone p,.lp_last .form .phone a{color:#FFF;font-family:"Lora",serif !important;margin-bottom:5px}.lp_last .form .phone{display:flex;justify-content:space-between;color:white}.lp_last .form .fields{display:flex;margin:0}.lp_last .form form{margin:0 !important;padding:0 !important;margin-bottom:30px !important}.lp_last .form .wide{margin:0}.lp_last .form .form-list{list-style:none;padding-left:0}.lp_last .form .fields .field{max-width:200px;margin-bottom:10px}.lp_last .form .fields .field:first-child{margin-right:15px}.lp_last .form form input,.lp_last .form form textarea{background:#2b2b30;border:1px solid #e1cdbe}.lp_last .form form input,.lp_last .form form textarea{background:#2b2b30;border:1px solid #e1cdbe}.lp_last .form form input::placeholder,.lp_last .form form textarea::placeholder{color:#dbdbdb}.lp_last .form form .button{border:1px solid #b3a49a;background:none;font-family:"Lora",serif;color:#FFFFFF;text-transform:uppercase;font-size:14px;font-weight:400}@media only screen and (max-width:768px){.title .imgtext{position:relative;max-width:none;padding:25px;height:auto}#bistro_lp h2{font-size:30px;width:auto;line-height:1.3;text-align:center}#bistro_lp p{text-align:center}.topimg{display:none}.imgbetween{display:block !important;margin-left:-25px;margin-right:-25px;margin-bottom:25px}}@media only screen and (max-width:480px){.title .imgtext{position:relative;max-width:none;padding:25px;height:auto}.title .imgtext a{text-align:center;width:100%;margin-bottom:20%}.full.about{flex-flow:column wrap;justify-content:center;margin-bottom:10px}.full.about p{width:100%}.threecol.aboutboxes{flex-flow:column}.threecol.aboutboxes .box{margin:0}.threecol.aboutboxes .box h3{width:100%;text-align:center}.title .img{display:none}.twocol.menu{flex-flow:column}.full.wochenkarte .twocol .row .col,.full.zusatzkarte .twocol .row .col{flex:1}.full.wochenkarte .twocol .row .col.one p,.full.zusatzkarte .twocol .row .col.one p{text-align:left !important}.full.wochenkarte .twocol .row .col.one,.full.zusatzkarte .twocol .row .col.one{flex-basis:80%}.full.wochenkarte .twocol .row .col.one,.full.zusatzkarte .twocol .row .col.one{padding-right:50px}.twocol.karten{flex-flow:column}.twocol.karten>a{margin:40px;margin-bottom:5px}#bistro_lp>.gallery p{margin:3px}.gallery{justify-content:center}.lp_last{flex-flow:column}.lp_last #map{position:relative}.lp_last #map{height:300px !important}}.overlay{position:fixed;width:100%;height:100%;z-index:1000}.ab .price::before{content:"ab ";font-size:13px}.reviewlist{display:flex;flex-flow:row wrap}.review{flex:1 1 20%;display:flex;flex-flow:column nowrap;padding:15px;border:1px solid #ccc;margin-bottom:25px;background-color:#f8f8f8;margin-right:25px;justify-content:first baseline}.review .logo{position:relative;display:flex;align-self:center;margin-bottom:25px}.review .logo>a,.review .logo>img{width:auto;height:100px}.review .desc ol{list-style-type:decimal;margin-left:20px}.review .desc ol li a{position:static;float:none}.cms-newsletterabmeldung h2,.cms-newsletteranmeldung h2{margin-top:0}.cms-newsletterabmeldung .image,.cms-newsletteranmeldung .image{margin-bottom:50px}.cms-newsletterabmeldung .flexwrapper50,.cms-newsletteranmeldung .flexwrapper50{display:flex;margin:25px 0 50px}.cms-newsletterabmeldung .flexbox50,.cms-newsletteranmeldung .flexbox50{flex:1;margin-right:100px}.cms-newsletterabmeldung .category-text,.cms-newsletteranmeldung .category-text{bottom:5px;top:0;height:auto !important}.cms-newsletterabmeldung .category-text ul,.cms-newsletteranmeldung .category-text ul{list-style:none;padding-left:0}.cms-newsletterabmeldung .category-text ul li,.cms-newsletteranmeldung .category-text ul li{color:#ffffff;font-size:16px;max-width:80%;margin-bottom:10px;margin-left:25px;font-weight:300}.cms-newsletterabmeldung .category-text ul li::before,.cms-newsletteranmeldung .category-text ul li::before{font-family:FontAwesome;font-size:14px;content:'\f00c';font-weight:200;color:#ffffff;margin-right:15px;margin-left:-13px}.cms-newsletterabmeldung .newsletter.form ul,.cms-newsletteranmeldung .newsletter.form ul{padding-left:0}.cms-newsletterabmeldung .newsletter.form ul li,.cms-newsletteranmeldung .newsletter.form ul li{list-style:none !important;margin:15px 0 !important}.cms-newsletterabmeldung .newsletter.form ul li label,.cms-newsletteranmeldung .newsletter.form ul li label{font-size:13px}.cms-newsletterabmeldung .newsletter.form ul li:first-child,.cms-newsletteranmeldung .newsletter.form ul li:first-child{margin-top:0 !important}#recaptcha-checkout-place-order-wrapper{height:0;overflow:hidden}.firecheckout .page-title{font-size:24px !important;font-weight:600 !important;color:#000 !important}.firecheckout .swissup-checkout-fields>.step-title{display:none !important}.firecheckout .fieldset.swissup-checkout-fields{border-top:1px solid #e6e2e2 !important;padding-top:35px !important;margin-top:35px !important}.firecheckout #maincontent .authentication-wrapper .action-auth-toggle,.firecheckout #checkout .action-auth-toggle,.firecheckout #maincontent .authentication-wrapper button.action,.firecheckout #checkout button.action{padding:7px 15px !important}.firecheckout #maincontent .authentication-wrapper .action-auth-toggle.primary.checkout,.firecheckout #checkout .action-auth-toggle.primary.checkout,.firecheckout #maincontent .authentication-wrapper button.action.primary.checkout,.firecheckout #checkout button.action.primary.checkout{vertical-align:sub}.firecheckout #checkout .opc-sidebar,.firecheckout #checkout .opc>li.fc-size-s{box-shadow:none !important;border-radius:2px !important;border:1px solid #ccc !important;padding:15px !important}.firecheckout #checkout .opc-sidebar,.firecheckout #checkout .opc>li.fc-size-s{padding:15px !important}.firecheckout #checkout #checkout-step-shipping_method .table-checkout-shipping-method tbody>tr>.col.col-carrier{font-weight:bold}.firecheckout #checkout #checkout-step-shipping_method .table-checkout-shipping-method input{pointer-events:none}.firecheckout #checkout .title,.firecheckout #checkout .step-title{font-size:19px !important;font-weight:400 !important;align-items:flex-start}.firecheckout #checkout .title:before,.firecheckout #checkout .step-title:before{background:black !important;border:none !important;line-height:24px !important;font-size:12px !important;border-radius:0 !important;height:22px !important;width:22px !important;color:white !important;font-weight:400 !important;margin:0 7px 0 0 !important;padding:0 !important}.firecheckout #checkout .opc-sidebar .actions-toolbar{margin:0 !important}.firecheckout #checkout .opc-sidebar .table-totals{font-size:14px !important}.firecheckout #checkout .opc-sidebar .table-totals .mark,.firecheckout #checkout .opc-sidebar .table-totals .title{font-size:14px !important}.firecheckout #checkout .opc-sidebar .table-totals tbody tr{margin-bottom:5px !important}.firecheckout #checkout .opc-sidebar .table-totals tbody tr th,.firecheckout #checkout .opc-sidebar .table-totals tbody tr td{padding:0 0 5px 0 !important}.firecheckout #checkout .opc-sidebar .table-totals tbody tr th{text-align:right}.firecheckout #checkout select{background-color:#fff !important}.firecheckout #checkout .field{padding-bottom:0 !important}.firecheckout #checkout input+br{display:none}.firecheckout #checkout input[type="text"],.firecheckout #checkout input[type="email"]{background-color:#fff !important;border:1px solid #ccc !important;border-radius:0 !important;font-size:15px !important;height:unset !important}.firecheckout #checkout .checkout-agreements button.action{background:none !important;color:#636363 !important;padding-top:0 !important;padding-left:0 !important;padding-right:0 !important;padding-bottom:0 !important;margin-top:-2px !important}.firecheckout .modal-content{border:none;max-height:none !important;max-width:80% !important;width:80% !important;margin-top:10px !important;margin-bottom:20px !important}.checkout-cart-index .product-item-name{text-transform:uppercase;font-weight:700 !important}.checkout-cart-index .sku{font-size:12px;margin:5px 0 12px}.checkout-cart-index .sku .label{font-weight:600}.checkout-cart-index .field.qty .control .quantity-nav{font-size:10px;top:0}.checkout-cart-index .cart-empty p a{color:white;padding:.25rem 1rem}.checkout-cart-index .cart-summary .cart-container .block.discount{margin-left:0}.checkout-cart-index #crosssell_carousel .owl-item .product-item{width:100% !important}.ct-view-unternehmensseiten .latest_pdf_image img{width:250px}.ct-view-unternehmensseiten .button-group button.button_text{padding:0 !important;font-weight:400}.ct-view-unternehmensseiten .button-group button.button_text:hover{background:none !important;border:none !important}.ct-view-unternehmensseiten .filters .filter-text input{border:none !important;border-bottom:1px solid #636363 !important;width:365px !important}.ct-view-unternehmensseiten .filters .filter-sort .button-group button.button{color:#000000;text-transform:none;border:1px solid #000;background:none;padding:5px 45px}.cms-datenschutzinformationen-fuer-bewerber .page-main h1{font-size:24px;font-weight:600;color:#636363;border-bottom:none;padding-bottom:3px;margin-bottom:15px}.cms-datenschutzinformationen-fuer-bewerber .page-main h2{margin:0;margin-bottom:0.5em;color:black;font-family:"Avenir Next",Verdana,Arial,sans-serif;font-size:24px;font-weight:400;font-style:normal;line-height:1.2;text-rendering:optimizeLegibility;text-transform:uppercase}.cms-datenschutzinformationen-fuer-bewerber .page-main h3{margin:0;margin-bottom:10px;color:#636363;font-family:"Avenir Next",Verdana,Arial,sans-serif;font-size:18px;font-weight:400;font-style:normal;line-height:1.4;text-rendering:optimizeSpeed;text-transform:uppercase}.cms-datenschutzinformationen-fuer-bewerber .page-main h4{margin:0;margin-bottom:10px;color:#636363;font-family:"Avenir Next",Verdana,Arial,sans-serif;font-size:14px;font-weight:bold;font-style:normal;line-height:1.4;text-rendering:optimizeSpeed;text-transform:uppercase}.cms-datenschutzinformationen-fuer-bewerber .page-main p{color:#636363;font-family:"Avenir Next",Verdana,Arial,sans-serif;font-size:14px;line-height:24px;margin-bottom:1.5rem}.cms-datenschutzinformationen-fuer-bewerber .page-main ol{padding-left:0}.cms-datenschutzinformationen-fuer-bewerber .page-main ol li{margin-left:28px}.contentmanager-contenttype-unternehmensseiten .tiles,.contentmanager-content-814 .tiles,.contentmanager-content-749 .tiles,.contentmanager-content-769 .tiles,.contentmanager-content-34 .tiles,.contentmanager-content-894 .tiles{display:grid !important}.contentmanager-content-732 .tiles{display:flex !important}.contentmanager-content-34 #ct-field-52 .tiles .tile:first-of-type .tiletext p{margin-top:5rem}.contentmanager-content-34 #ct-field-52 .tiles .tile.bg1 .tilebutton a{padding:10px 15px !important}.contentmanager-content-769 .tiles,.contentmanager-content-768 .tiles{grid-template-columns:auto}.contentmanager-content-733 #maincontent{margin-bottom:9rem}.mobilemenu .simple-menu li a span{display:inline}#maincontent{max-width:1364px}#maincontent .column.main{padding-bottom:0 !important}.app-view .page-header,.app-view .page-footer{display:none}.header-image{margin-bottom:25px}.bg-block,.customer-account-login .block-customer-login,.customer-account-login .block-new-customer{padding:15px 20px;background:#ddd}.underlined-headline,.customer-account-login .page-title-wrapper{border-bottom:1px solid #ccc;padding-bottom:18px;margin-bottom:20px}.productslider h2{color:#000;text-align:left;font-size:36px}.productslider .product-item{padding:25px}.productslider .owl-nav{position:absolute;top:50%;width:100%;transform:translateY(-50%)}.productslider .owl-nav button{top:-50px;font-size:56px;opacity:0.8;line-height:40px;margin:0 !important}.productslider .owl-nav button span{color:#000;opacity:0;width:13px}.productslider .owl-nav button.owl-prev,.productslider .owl-nav button.owl-prev:hover{left:-5px;background:url(../images/button_back.png) no-repeat;background-size:contain}.productslider .owl-nav button.owl-next,.productslider .owl-nav button.owl-next:hover{right:-5px;background:url(../images/button_forward.png) no-repeat;background-size:contain}.productslider .owl-nav button:hover{background:none}.cms-home h2.ambanner-title{display:none}.cms-home .ambanner-slider-wrap.-alignment-center{margin-top:0}.cms-home .magestore-bannerslider+p{display:none}.cms-home h2{font-family:'Butler',serif;font-weight:900}.cms-home .seo-startseite{display:flex;justify-content:space-between;flex-flow:wrap;margin-right:5px}.cms-home .seo-startseite .column{max-width:330px}.cms-home .seo-startseite .column h2{border-bottom:1px solid #222;color:#404040;font-weight:500;font-size:36px;margin-bottom:35px}.cms-home .seo-startseite .column p a{text-decoration:underline;font-weight:bold}.cms-home .sections{margin-bottom:0}.cms-home .magestore-bannerslider-standard{max-width:100%}.cms-home .magestore-bannerslider-standard .magestore-bannerslide-flex-slider .flex-control-nav{display:none}.cms-home .magestore-bannerslider-standard .magestore-bannerslide-flex-slider .flex-direction-nav a{width:50px !important;height:50px !important;background:url('/pub/static/frontend/rwd/mannsdoerfer/de_DE/images/button_circle_back.png') 0 0 no-repeat !important;background-size:contain !important}.cms-home .magestore-bannerslider-standard .magestore-bannerslide-flex-slider .flex-direction-nav a.flex-next{background:url(/pub/static/frontend/rwd/mannsdoerfer/de_DE/images/button_circle_forward.png) 0 0 no-repeat !important;background-size:contain !important}.themenwelt_slider{margin-bottom:100px}.homepage-grid{margin-bottom:50px}.homepage-grid a{font-size:14px}.homepage-grid h2{color:black;font-size:36px;margin-bottom:10px;font-weight:900}.homepage-grid p{margin:35px 0}.homepage-grid .tiles{display:grid;grid-template-columns:1fr;grid-template-rows:1fr 1fr;grid-gap:25px;margin-bottom:25px}@media only screen and (min-width:768px){.homepage-grid .tiles{display:grid;grid-gap:25px;grid-template-columns:1fr 1fr}}.homepage-grid .tiles .tile{position:relative}@media only screen and (min-width:768px){.homepage-grid .tiles .tile{flex:50%}}.homepage-grid .tiles .tile .ct-field-image{height:100%}.homepage-grid .tiles .tile .ct-field-image .ct-image{width:100%}.homepage-grid .tiles .tile span{position:absolute;bottom:15px;width:100%;text-align:center;text-decoration:underline;font-size:16px;font-weight:bold;text-transform:uppercase;letter-spacing:1px;text-underline-offset:3px}.homepage-grid .banner_start{margin-bottom:25px}.homepage-grid .banner_start.two h2{margin-top:0}.homepage-grid .banner_start.three h2,.homepage-grid .banner_start.three h2 span,.homepage-grid .banner_start.three a{color:#fff}.homepage-grid .banner_start.three a{font-weight:700}.homepage-grid .bannertext.withPadding{padding:75px 75px}.homepage-grid .banner_start,.homepage-grid .themenwelt_slider{grid-column-start:1;grid-column-end:3}@media only screen and (min-width:768px){.homepage-grid .banner_start{display:grid;grid-template-columns:1fr 1fr;grid-gap:25px}}.homepage-grid .banner_start.right .bannerimage{grid-column-start:2;grid-column-end:3;grid-row:1}.homepage-grid .banner_start.right .bannertext{grid-column-start:1;grid-column-end:2;grid-row:1}.homepage-grid .banner_start .bannertext,.homepage-grid .banner_start .bannerimage{padding:15px;box-sizing:border-box;display:inline-block;overflow:visible;max-width:100%;width:100%;height:100%;position:relative}@media only screen and (max-width:768px){.homepage-grid .banner_start .bannertext,.homepage-grid .banner_start .bannerimage{width:100%;text-align:center}}.homepage-grid .banner_start #banner_overlay_button{max-width:200px;width:15vw;min-width:120px;position:absolute;right:clamp(-10vw, 8px, -8vw);bottom:4vw}@media only screen and (max-width:768px){.homepage-grid .banner_start #banner_overlay_button{bottom:0;top:-18rem;right:4vw;width:175px}}.homepage-grid .banner_start .bannerimage img{max-width:100%}@media only screen and (max-width:768px){.homepage-grid .banner_start .bannerimage img{width:100%}}@media only screen and (max-width:768px){.homepage-grid .banner_start .bannertext .ct-field *{text-align:center}}.homepage-grid .instagram_gallery{display:grid;grid-template-columns:1fr 1fr 1fr;padding-left:15px;grid-gap:15px;margin-left:-15px}.homepage-grid .instagram_gallery a{overflow:hidden;aspect-ratio:1}.homepage-grid .instagram_gallery a img{max-width:100%;max-height:100%;display:block;margin:0 auto}.homepage-grid .insta .bannerimage{padding-right:0;padding-left:0}.homepage-grid .kachel_k_wrapper{width:100%}@media only screen and (min-width:768px){.homepage-grid .kachel_k_wrapper{display:grid;grid-column-start:1;grid-column-end:3;gap:35px;grid-template-columns:1fr 1fr 1fr}}.homepage-grid .kachel_k{width:auto;overflow:hidden;margin-bottom:25px}@media only screen and (min-width:768px){.homepage-grid .kachel_k{margin-bottom:0}}.homepage-grid .kachel_k img{width:100%}.homepage-grid .left .bannerimage{padding-right:0}.homepage-grid .left .bannertext{padding-left:0}.homepage-grid .right .bannerimage{padding-left:0}.homepage-grid .right .bannertext{padding-right:0}.homepage-grid .cover>.bannerimage{grid-column-start:1;grid-column-end:3}.homepage-grid .cover .bannerimage a .bannerimage{display:inline-block;width:100%}.homepage-grid .cover .bannerimage img{width:100%}.homepage-grid .themenwelt_image{max-height:300px;overflow:hidden;text-align:center}.homepage-grid .themenwelt_image img{max-height:300px;max-width:300px;display:inline-block}@media only screen and (min-width:768px){.homepage-grid .themenwelt_image{max-height:230px}.homepage-grid .themenwelt_image img{max-height:unset;max-width:unset;display:inline-block}}.homepage-grid .themenwelt_link{text-align:center;padding:10px;font-weight:500;text-decoration:underline}@media screen and (max-width:810px){.homepage-grid h2{font-size:24px !important;hyphens:auto;-webkit-hyphens:auto;width:100%;text-align:center}.homepage-grid .left .bannerimage,.homepage-grid .right .bannerimage,.homepage-grid .left .bannertext,.homepage-grid .right .bannertext,.homepage-grid .banner_start .bannertext,.homepage-grid .banner_start .bannerimage{padding:15px !important}}.noroute .head{margin-top:50px}.noroute .input-box{display:flex}.noroute .input-box input{max-width:300px;height:auto}.noroute .help>ul{padding:0}.noroute .help>ul>li{margin:25px 0;list-style:none;padding:0}.noroute .help>ul>li ul{display:flex;padding:0;margin-top:1rem;list-style:none}.noroute .help>ul>li ul li{max-width:40%;margin-right:10%;margin-left:0}.noroute .facetime{float:left;margin-right:20px;margin-bottom:45px;width:50px;height:50px}.cms-unternehmen ul li{list-style-type:disc}.cms-unternehmen ul ul{margin-top:1rem}.contentmanager-content-732 .servicelist{width:100%}.customer-account-login input{border-color:#c0c0c0}.customer-account-login .page-title-wrapper h1.page-title{font-size:36px;font-weight:600;margin-bottom:0}.customer-account-login .block-customer-login .block-title,.customer-account-login .block-new-customer .block-title{padding-bottom:0;border-bottom:none;font-size:24px;margin-top:0;text-transform:uppercase}@media only screen and (min-width:768px){.customer-account-login .login-container .block{width:44%}}.customer-account-login .account-login .page-title{border-bottom:1px solid #ccc}.customer-account-create input[type="email"],.customer-account-create input[type="password"],.customer-account-create input[type="text"]{border:1px solid #c0c0c0;border-radius:2px}.customer-account-create form.form-create-account{width:100% !important}.customer-account-create form.form-create-account .fieldset.create{display:block;padding:30px;vertical-align:top;background:#ededed}@media only screen and (min-width:768px){.customer-account-create form.form-create-account .fieldset.create{display:inline-block;width:40%}}.customer-account-create form.form-create-account .fieldset.create .legend{margin-top:-30px;margin-left:-30px;margin-right:-30px;padding-bottom:10px;width:calc(160%);color:#636363;background:white;text-transform:uppercase}.customer-account-create form.form-create-account .fieldset.create .field:not(.choice){margin-bottom:10px}.customer-account-create form.form-create-account .fieldset.create .field:not(.choice) .label{width:25%}.customer-account-create form.form-create-account .fieldset.create .field:not(.choice) .control{flex:1 1 0}.customer-account-create form.form-create-account .fieldset.create .field:not(.choice) .control input[type="text"]{border:1px solid #c0c0c0;border-radius:2px}@media only screen and (min-width:768px){.customer-account-create form.form-create-account .fieldset.create .field:not(.choice){display:flex;flex-direction:row}.customer-account-create form.form-create-account .fieldset.create .field:not(.choice) .control{flex:1 1 0}}.customer-account-create form.form-create-account .fieldset.create.info{margin-right:2%}.page-products .printButtonContainer{margin-bottom:6px}.page-products #layered-filter-block{border-top:0;margin-bottom:20px}.page-products .columns{padding-top:20px}.page-products .main .toolbar.toolbar-products .pages{display:inline-block}.page-products:not(.catalogsearch-result-index) .block-title{padding:10px 0 0;margin-bottom:5px;border-top:1px solid #ccc}.page-products:not(.catalogsearch-result-index) .page-main{position:relative}.page-products .category-image,.page-products .category-description{margin-bottom:50px}.page-products .category-image{margin-top:-60px}@media only screen and (min-width:768px){.page-products .category-image{margin-top:-122px}}.page-products .category-image img{width:100%}.page-products li.product,.page-products li.product-item-info{text-align:center;position:relative}.page-products li.product .button_overlay_wrapper,.page-products li.product-item-info .button_overlay_wrapper{position:absolute;top:0;width:100%;z-index:1;text-align:right;font-size:14px}.page-products li.product .button_overlay_wrapper .sale_overlay,.page-products li.product-item-info .button_overlay_wrapper .sale_overlay{background-color:#e3000f;border-radius:25px;color:#fff;height:50px;padding:0;display:inline-block;width:50px;line-height:50px;text-align:center}.page-products li.product:not(:hover) .product-item-inner .actions,.page-products li.product-item-info:not(:hover) .product-item-inner .actions{opacity:0}.category-a-z .manufacturer_list{display:flex;padding:25px 0;border-top:1px solid #ccc;flex-wrap:wrap}.category-a-z .manufacturer_list h1{display:block;width:100%;font-size:28px;font-weight:400;margin-bottom:44px}.category-a-z .manufacturer_list ul{display:flex;flex-direction:column;margin-bottom:25px;padding-right:40px;min-width:200px;list-style:none;padding-left:0}.category-a-z .manufacturer_list ul li{margin-bottom:0}.category-a-z .manufacturer_list span.letter{margin-bottom:10px;padding-bottom:5px;border-bottom:1px solid #ccc;font-weight:bold}.category-a-z .category-view .page-title-wrapper{display:none}.catalogsearch-result-index .page-title-wrapper{position:static}.catalogsearch-result-index .page-title-wrapper .page-title{font-size:24px;font-weight:600;color:#636363;padding-bottom:3px;margin-bottom:15px}.catalog-category-view .toolbar.toolbar-products{border-top:1px solid #ccc;padding-top:5px;padding-left:2px;display:flex;flex-flow:row wrap}@media only screen and (max-width:768px){.catalog-category-view .toolbar.toolbar-products>*{margin-bottom:8px;margin-right:10px;display:block}}.catalog-category-view .toolbar.toolbar-products label{text-transform:uppercase;font-size:12px}.catalog-category-view .toolbar.toolbar-products .limiter-text{display:none}.catalog-category-view .toolbar.toolbar-products .toolbar-amount{flex:1 1}.catalog-category-view .toolbar.toolbar-products .toolbar-amount,.catalog-category-view .toolbar.toolbar-products .sort-by-switcher{font-size:12px}.catalog-category-view .toolbar.toolbar-products>.pages{flex:1 1 100%}.catalog-category-view .toolbar.toolbar-products .modes{display:none}.catalog-category-view .toolbar.toolbar-products .sorter{order:1;padding-top:0}@media only screen and (min-width:768px){.catalog-category-view .toolbar.toolbar-products .toolbar-amount{order:2;float:right;margin-left:auto;padding-top:4px;margin-right:8px}.catalog-category-view .toolbar.toolbar-products .limiter{order:3;display:block;margin-right:20px;margin-left:10px}.catalog-category-view .toolbar.toolbar-products .pages{order:4;margin-left:10px}}.catalog-category-view .pdf-block{display:flex;flex-direction:row;margin:50px 0;padding-top:50px;width:100%;border-top:1px solid #ccc;flex-wrap:wrap;justify-content:space-around}.catalog-category-view .pdf-block b{display:block;width:100%}.catalog-category-view .pdf-block a{margin:15px 0;width:150px;height:auto}.catalog-category-view .pdf-block a img{width:100%;height:auto}.cms-page-view .mst-searchautocomplete__show-all a{font-size:1.6rem;font-weight:bold !important;text-decoration:underline;color:#000000 !important}.cms-page-view .mst-searchautocomplete__show-all{margin:0 !important;padding:15px}@media only screen and (max-width:768px){.cms-page-view .mst-searchautocomplete__show-all{position:relative}}.cms-page-view .prodslider .prodslider_inner .slider-product-item-info .slider-product-item-details,#tische_und_stuehle .prodslider .prodslider_inner .slider-product-item-info .slider-product-item-details,#schraenke_sideboards_und_regale .prodslider .prodslider_inner .slider-product-item-info .slider-product-item-details{display:block !important;position:static;text-align:left;font-size:16px !important}.cms-page-view .prodslider .prodslider_inner .slider-product-item-info .slider-product-item-details .product-item-name a,#tische_und_stuehle .prodslider .prodslider_inner .slider-product-item-info .slider-product-item-details .product-item-name a,#schraenke_sideboards_und_regale .prodslider .prodslider_inner .slider-product-item-info .slider-product-item-details .product-item-name a{font-weight:700;font-size:16px !important;text-transform:uppercase;color:#636363}.cms-page-view .prodslider .prodslider_inner .slider-product-item-info .slider-product-item-details .price-box,#tische_und_stuehle .prodslider .prodslider_inner .slider-product-item-info .slider-product-item-details .price-box,#schraenke_sideboards_und_regale .prodslider .prodslider_inner .slider-product-item-info .slider-product-item-details .price-box{color:black;font-weight:700;font-size:16px !important;margin-top:4.5px}.cms-page-view .prodslider .prodslider_inner .slider-product-item-info .slider-product-item-details .price-box .price,#tische_und_stuehle .prodslider .prodslider_inner .slider-product-item-info .slider-product-item-details .price-box .price,#schraenke_sideboards_und_regale .prodslider .prodslider_inner .slider-product-item-info .slider-product-item-details .price-box .price,.cms-page-view .prodslider .prodslider_inner .slider-product-item-info .slider-product-item-details .price-box .startingAt,#tische_und_stuehle .prodslider .prodslider_inner .slider-product-item-info .slider-product-item-details .price-box .startingAt,#schraenke_sideboards_und_regale .prodslider .prodslider_inner .slider-product-item-info .slider-product-item-details .price-box .startingAt{color:black;font-size:16px !important;font-weight:700}.cms-page-view .prodslider .prodslider_inner .slider-product-item-info .slider-product-item-details .price-box:after,#tische_und_stuehle .prodslider .prodslider_inner .slider-product-item-info .slider-product-item-details .price-box:after,#schraenke_sideboards_und_regale .prodslider .prodslider_inner .slider-product-item-info .slider-product-item-details .price-box:after{content:"(inkl. MwSt., zzgl. Versand)";display:block;font-weight:100;font-size:14px}#einrichtung_lp .tileimage{line-height:0}.catalog-product-view #product_addtocart_form{display:block;width:100%;float:unset}.catalog-product-view #product_addtocart_form .form_top{display:grid;gap:50px;grid-template-columns:1fr 1fr}.catalog-product-view #product_addtocart_form .form_top>div{flex:0 0 50%;max-width:47%;align-self:flex-start}@media only screen and (min-width:768px){.catalog-product-view #product_addtocart_form .form_top .box1{grid-row:1}.catalog-product-view #product_addtocart_form .form_top .box1 .product.media{width:100%}.catalog-product-view #product_addtocart_form .form_top .box2{grid-row:2}.catalog-product-view #product_addtocart_form .form_top .box2 .title{font-size:1.75rem;margin-bottom:5px}.catalog-product-view #product_addtocart_form .form_top .box3{grid-row:3}.catalog-product-view #product_addtocart_form .form_top .box4{grid-row:1}}.mobilemenu{position:fixed;background:#5e6577;bottom:0;z-index:1000;white-space:nowrap;display:flex;flex-direction:row;left:0;right:0;box-shadow:0px -3px 5px rgba(0,0,0,0.2)}@media only screen and (min-width:768px){.mobilemenu{display:none}}.mobilemenu .simple-menu{flex:1 1 0}.mobilemenu .simple-menu ul li{display:inline-block;width:32%;text-align:center}.mobilemenu .nav-mobile{color:#FFF;padding:0;margin:0;cursor:auto;font-size:18px;list-style-type:none;width:20%;z-index:100000;display:block;float:left}.mobilemenu .nav-mobile:after{content:"";display:table;clear:both}.mobilemenu .nav-mobile svg{height:35px;padding:0;margin-right:20px}.mobilemenu .nav-mobile svg path{fill:#fff}.mobilemenu .nav-mobile svg.icon-close{display:none;padding:15px}.mobilemenu .nav-mobile li{width:100%;height:45px;line-height:46px;text-align:center;padding-right:20px}.mobilemenu .nav-mobile li a{display:block;color:#333;width:100%;height:100%;text-decoration:none}.mobilemenu .nav-mobile .menu-button{cursor:pointer}.mobilemenu .nav-mobile .menu-button:after{opacity:0;top:0;content:"";width:100vw;display:block;position:fixed;height:100vh;background:rgba(0,0,0,0.5);pointer-events:none;transition:opacity .2s cubic-bezier(0, 0, .3, 1);transition-delay:0.1s}.mobilemenu .nav-mobile #menu-toggle{display:none}.mobilemenu .nav-mobile #menu-toggle.active~.menu-button .icon-close,.mobilemenu .nav-mobile #menu-toggle:checked~.menu-button .icon-close{display:block}.mobilemenu .nav-mobile #menu-toggle.active~.menu-button .icon-open,.mobilemenu .nav-mobile #menu-toggle:checked~.menu-button .icon-open{display:none}.mobilemenu .nav-mobile #menu-toggle.active~.menu-button:after,.mobilemenu .nav-mobile #menu-toggle:checked~.menu-button:after{opacity:1;pointer-events:auto;transition:opacity .3s cubic-bezier(0, 0, .3, 1)}.mobilemenu .nav-mobile #menu-toggle.active~.menu-sidebar,.mobilemenu .nav-mobile #menu-toggle:checked~.menu-sidebar{transform:translateX(0);transition:transform .3s cubic-bezier(0, 0, .3, 1)}.mobilemenu .nav-mobile .menu-container{cursor:pointer;text-align:center}.mobilemenu .nav-mobile .menu-container .menu-sidebar{box-shadow:5px 0 5px -5px #333;display:block;width:65vw;bottom:0;background:white;color:#333;position:fixed;transform:translateX(-405px);transition:transform .3s cubic-bezier(0, 0, .3, 1);z-index:2;list-style-type:none;padding:0;max-width:400px;height:100%;overflow-y:scroll}.mobilemenu .nav-mobile .menu-container .menu-sidebar .arrow{position:absolute;line-height:50px;font-size:32px;color:#555;top:0;z-index:0}.mobilemenu .nav-mobile .menu-container .menu-sidebar .arrow.left{left:25px}.mobilemenu .nav-mobile .menu-container .menu-sidebar .arrow.right{right:25px}.mobilemenu .nav-mobile .menu-container .menu-sidebar li{height:55px;line-height:55px;font-size:16px;text-align:left;position:relative;border-bottom:1px solid rgba(0,0,0,0.1);padding-right:0;float:none}.mobilemenu .nav-mobile .menu-container .menu-sidebar li:hover{background:#eee}.mobilemenu .nav-mobile .menu-container .menu-sidebar li .menu-sub{position:fixed;top:0;right:0;bottom:0;width:0;background:white;visibility:hidden;transition:all .3s cubic-bezier(0, 0, .3, 1);border-left:1px solid #ccc;list-style-type:none;padding:0;margin:0;z-index:2;max-width:400px;height:100%;overflow-y:scroll}.mobilemenu .nav-mobile .menu-container .menu-sidebar li .menu-sub li{overflow:hidden}.mobilemenu .nav-mobile .menu-container .menu-sidebar li .menu-sub .menu-sub-title{padding-left:50px}.mobilemenu .nav-mobile .menu-container .menu-sidebar li .submenu-label{cursor:pointer;width:100%;height:100%;display:block}.mobilemenu .nav-mobile .menu-container .menu-sidebar li .submenu-toggle{display:none}.mobilemenu .nav-mobile .menu-container .menu-sidebar li .submenu-toggle.active~.menu-sub,.mobilemenu .nav-mobile .menu-container .menu-sidebar li .submenu-toggle:checked~.menu-sub{width:65vw;visibility:visible;z-index:1;transition:width .35s cubic-bezier(0, 0, .3, 1)}.mobilemenu .nav-mobile .searchautocomplete .searchautocomplete-loader,.mobilemenu .nav-mobile #search_autocomplete{display:none !important}.mobilemenu .nav-mobile a,.mobilemenu .nav-mobile label{line-height:55px;font-size:16px;text-align:left;font-weight:400;padding-left:20px;box-sizing:border-box}.mobilemenu .bottom_search #search_mini_form,.mobilemenu .bottom_search #search_mini_form .form-search,.mobilemenu .bottom_search #search_mini_form .form-search #search{height:100%}.mobilemenu .simple-menu li{border-left:1px solid #fff}.mobilemenu .simple-menu li a{display:block;background-repeat:no-repeat;width:100%;height:50px;background-size:20px;background-position:center center}.mobilemenu .simple-menu li a span{display:none}.mobilemenu .simple-menu li.bottom_account a{background-image:url('../images/account.svg')}.mobilemenu .simple-menu li.bottom_cart a{background-image:url('../images/cart.svg')}.mobilemenu .simple-menu li.bottom_search a{background-image:url('../images/lupe.png')}.mobilemenu .minicart-wrapper .action.showcart .counter.qty{border-radius:50%;position:absolute}.mobilemenu .minicart-wrapper .action.showcart .counter.qty .counter-number{display:block}.mobilemenu .minicart-wrapper{margin-top:0}body.mobile #lhc_container_v2{display:none !important}.page-products.page-layout-1column .products-grid .product-item .product-item-name{margin:0}.page-products.page-layout-1column .products-grid .product-item .product-item-name a{text-transform:uppercase;font-weight:500}.page-products.page-layout-1column .products-grid .product-item .product-item-name a:hover{color:#3399CC}.page-products.page-layout-1column .products-grid .product-item .price-box{margin-top:5px;margin-bottom:0}.page-products.page-layout-1column .products-grid .product-item .price-box .price-wrapper .price{font-size:13px;font-weight:400}.page-products.page-layout-1column .products-grid .product-item .additionalPriceInfos,.page-products.page-layout-1column .products-grid .product-item .price-appendix{font-size:10px;margin-bottom:5px}.page-products .products-grid .product-item:nth-child(3n + 1),.page-layout-1column .products-grid .product-item:nth-child(3n + 1),.page-layout-3columns .products-grid .product-item:nth-child(3n + 1),.page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1),.page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1){margin-left:0}.page-products .products-grid .product-item:nth-child(4n + 1),.page-layout-1column .products-grid .product-item:nth-child(4n + 1),.page-layout-3columns .products-grid .product-item:nth-child(4n + 1),.page-products.page-layout-1column .products-grid .product-item:nth-child(4n + 1),.page-products.page-layout-3columns .products-grid .product-item:nth-child(4n + 1){margin-left:0 !important;margin-right:0 !important}.printButtonContainer{margin-bottom:25px;text-align:right}.printButtonContainer a:before{content:'';padding-left:20px !important;background:url("../images/print.png") no-repeat left center;background-size:15px 15px}@media print{.no-print,.no-print *{display:none !important}*{background:none !important;text-align:left !important}html{margin:0 !important;padding:0 !important}body{background:#fff !important;font-size:9pt !important;padding:0 !important;margin:10px !important}body,html,.wrapper,.main-container,.main,.col-main{overflow:visible !important;height:100% !important}a{color:#2976c9 !important}th,td{color:#2f2f2f !important;border-color:#ccc !important}.nav-container,.footer-container,.pager,.toolbar,.actions,.buttons-set{display:none !important}.quick-access{display:none}.form-search{display:none}.page-print .data-table .cart-tax-total{background-position:100% -54px}.page-print .data-table .cart-tax-info{display:block !important}.category-products .item{float:left;width:46%}.news .mitarbeiter{float:left;width:22%}.main-logo .logo{max-width:50%;width:50%}.product.info.detailed{float:none}.box-tocart,.printButtonContainer,.rightHand,.product-options-wrapper,.md_liveberatung,.beratung_bottom_wrapper,#additional,.header-container,.nav-container,.footer-container,.page-footer,footer,.filter,.pager,.toolbar,.page-products .page-title,.actions,.auorg-bg,.category-image,.filter-options,.category-view,.buttons-set,#live_beratung,.pageheader,#v-cookielaw,.print_button,.ct-menu,.category-description.std,.block.block-layered-nav,.nbs-flexisel-container{display:none !important}}.fieldset>.field.required>.label::after,.fieldset>.fields>.field.required>.label::after,.fieldset>.field._required>.label::after,.fieldset>.fields>.field._required>.label::after{content:""}.mstForm__form-wrapper.bewertungsformular{position:relative}.surveyclass::before,.bewertungsformular::before{content:" ";background:url('../images/survey_icons/mannsdoerfer_icon_topleft.svg');background-size:contain;background-repeat:no-repeat;display:block;height:350px;width:350px;position:absolute;top:-75px;left:-50px;z-index:-1}.modal-inner-wrap{overflow:hidden}.mstForm__form-wrapper [data-mst-form-page]>.fieldset{display:grid;grid-template-columns:1fr 1fr}.mstForm__form-wrapper [data-id="header_AWU5H1FO8"],.mstForm__form-wrapper [data-id="paragraph_65SYT3XCF"]{grid-column-start:1;grid-column-end:3;margin-left:20vw;font-family:'Avenir Next',sans-serif;font-weight:normal;color:#000000}.mstForm__form-wrapper [data-mst-form-page] h1{font-size:72px}.mstForm__form-wrapper [data-mst-form-page] p,.mstForm__form-wrapper .mstForm__choiceElement label,.mstForm__form-wrapper .mstForm__choiceElement span,.mstForm__form-wrapper .mstForm__textAreaElement label,.mstForm__form-wrapper .mstForm__textAreaElement span,.mstForm__form-wrapper .mstForm__form-success p{font-size:30px;position:relative}.mstForm__form-wrapper [data-id="page_V380KMY08"] label span{white-space:nowrap}.mstForm__form-wrapper [data-id="paragraph_TST6TGUYQ"]{max-height:450px;grid-row:3;grid-column:1}.mstForm__form-wrapper [data-id="paragraph_TST6TGUYQ"] img{height:100%}.mstForm__form-wrapper [data-mst-form-page="1"] button{grid-row:4;grid-column:2}.mstForm__form-wrapper .mstForm__Element.mstForm__choiceElement,.mstForm__form-wrapper .mstForm__Element.mstForm__textAreaElement,.mstForm__form-wrapper [data-id="paragraph_TOK4J1N2C"]{position:relative;margin:100px 0 auto;grid-row:1;grid-column-start:1;grid-column-end:3;padding-left:20vw;box-sizing:border-box}.mstForm__form-wrapper [data-id="paragraph_TOK4J1N2C"]{padding-left:0}.mstForm__form-wrapper [data-mst-form-page="2"] button,.mstForm__form-wrapper [data-mst-form-page="3"] button,.mstForm__form-wrapper [data-mst-form-page="4"] button,.mstForm__form-wrapper [data-mst-form-page="5"] button{grid-row:2;grid-column:2}.mstForm__form-wrapper [data-mst-form-page="2"] .mstForm__choiceElement>label::before{content:" ";background:url('../images/survey_icons/icon_number_1.svg');background-size:contain;background-repeat:no-repeat;display:block;height:85px;width:85px;position:absolute;left:-100px;top:-25px}.mstForm__form-wrapper [data-mst-form-page="3"] .mstForm__choiceElement>label::before{content:" ";background:url('../images/survey_icons/icon_number_2.svg');background-size:contain;background-repeat:no-repeat;display:block;height:85px;width:85px;position:absolute;left:-100px;top:-25px}.mstForm__form-wrapper [data-mst-form-page="4"] .mstForm__choiceElement>label::before{content:" ";background:url('../images/survey_icons/icon_number_3.svg');background-size:contain;background-repeat:no-repeat;display:block;height:85px;width:85px;position:absolute;left:-100px;top:-25px}.mstForm__form-wrapper [data-mst-form-page="5"] [data-id="paragraph_TOK4J1N2C"]::before{content:" ";background:url('../images/survey_icons/icon_number_4.svg');background-size:contain;background-repeat:no-repeat;display:block;height:85px;width:85px;position:absolute;left:-100px;top:-25px}.mstForm__form-wrapper [data-mst-form-page="6"] .mstForm__textAreaElement>label::before{content:" ";background:url('../images/survey_icons/icon_number_5.svg');background-size:contain;background-repeat:no-repeat;display:block;height:85px;width:85px;position:absolute;left:-100px;top:-25px}.mstForm__form-wrapper input[type="radio"]:not([data-id="page_35ZGBSWH4"] *){position:absolute;opacity:0}.mstForm__form-wrapper input[type="radio"]+label span{display:none}.mstForm__form-wrapper [data-id="page_35ZGBSWH4"] .options .field.choice input[type="radio"]+label span{display:block}.mstForm__form-wrapper input[value="1"]+label::before{content:" ";background:none;background-size:contain;background-repeat:no-repeat;display:block;width:50px;height:50px;background:url('../images/survey_icons/icon_bewertung_1.svg')}.mstForm__form-wrapper input[value="1"]:checked+label::before{content:" ";background:none;background-size:contain;background-repeat:no-repeat;display:block;width:50px;height:50px;background:url('../images/survey_icons/icon_bewertung_negativ_1.svg')}.mstForm__form-wrapper input[value="2"]+label::before{content:" ";background:none;background-size:contain;background-repeat:no-repeat;display:block;width:50px;height:50px;background:url('../images/survey_icons/icon_bewertung_2.svg')}.mstForm__form-wrapper input[value="2"]:checked+label::before{content:" ";background:none;background-size:contain;background-repeat:no-repeat;display:block;width:50px;height:50px;background:url('../images/survey_icons/icon_bewertung_negativ_2.svg')}.mstForm__form-wrapper input[value="3"]+label::before{content:" ";background:none;background-size:contain;background-repeat:no-repeat;display:block;width:50px;height:50px;background:url('../images/survey_icons/icon_bewertung_3.svg')}.mstForm__form-wrapper input[value="3"]:checked+label::before{content:" ";background:none;background-size:contain;background-repeat:no-repeat;display:block;width:50px;height:50px;background:url('../images/survey_icons/icon_bewertung_negativ_3.svg')}.mstForm__form-wrapper input[value="4"]+label::before{content:" ";background:none;background-size:contain;background-repeat:no-repeat;display:block;width:50px;height:50px;background:url('../images/survey_icons/icon_bewertung_4.svg')}.mstForm__form-wrapper input[value="4"]:checked+label::before{content:" ";background:none;background-size:contain;background-repeat:no-repeat;display:block;width:50px;height:50px;background:url('../images/survey_icons/icon_bewertung_negativ_4.svg')}.mstForm__form-wrapper input[value="5"]+label::before{content:" ";background:none;background-size:contain;background-repeat:no-repeat;display:block;width:50px;height:50px;background:url('../images/survey_icons/icon_bewertung_5.svg')}.mstForm__form-wrapper input[value="5"]:checked+label::before{content:" ";background:none;background-size:contain;background-repeat:no-repeat;display:block;width:50px;height:50px;background:url('../images/survey_icons/icon_bewertung_negativ_5.svg')}.mstForm__form-wrapper .field.choice label:not([data-id="page_35ZGBSWH4"])+.mage-error{display:none !important}.mstForm__form-wrapper [data-id="page_V380KMY08"]>p{grid-column-start:1;grid-column-end:3;margin-left:15vw;grid-row:1}.mstForm__form-wrapper [data-id="page_V380KMY08"]>.field.horizontal:nth-of-type(1){grid-row:2;grid-column:1}.mstForm__form-wrapper [data-id="page_V380KMY08"]>.field.horizontal:nth-of-type(2){grid-row:2;grid-column:2;padding-left:50px}.mstForm__form-wrapper [data-id="page_V380KMY08"]>.field.horizontal:nth-of-type(3){grid-row:3;grid-column:1}.mstForm__form-wrapper [data-id="page_V380KMY08"]>.field.horizontal:nth-of-type(4){grid-row:3;grid-column:2;padding-left:50px}.mstForm__form-wrapper [data-mst-form-page="5"] button{grid-row:4;grid-column:2}.mstForm__form-wrapper .mstForm__Element button{grid-row:3;grid-column:last;height:35px;align-self:last baseline;width:fit-content;box-sizing:content-box}.mstForm__form-wrapper [data-id="page_V380KMY08"] .mstForm__Element button{grid-row:4}.mstForm__form-wrapper [data-id="page_35ZGBSWH4"] .field.choice{display:flex}.mstForm__form-wrapper [data-id="page_35ZGBSWH4"] .mstForm__textInputElement{grid-row:4;grid-column:1;padding-left:20vw}.mstForm__form-wrapper [data-id="page_35ZGBSWH4"] button{grid-row:5}@media screen and (max-width:1700px){.mstForm__form-wrapper [data-id="page_V380KMY08"]>.field.horizontal:nth-of-type(1){grid-row:2;grid-column:1;margin-top:50px;padding-left:20vw;grid-column-start:1;grid-column-end:4}.mstForm__form-wrapper [data-id="page_V380KMY08"]>.field.horizontal:nth-of-type(2){grid-row:3;grid-column:1;margin-top:50px;padding-left:20vw;grid-column-start:1;grid-column-end:4}.mstForm__form-wrapper [data-id="page_V380KMY08"]>.field.horizontal:nth-of-type(3){grid-row:4;grid-column:1;margin-top:50px;padding-left:20vw;grid-column-start:1;grid-column-end:4}.mstForm__form-wrapper [data-id="page_V380KMY08"]>.field.horizontal:nth-of-type(4){grid-row:5;grid-column:1;margin-top:50px;padding-left:20vw;grid-column-start:1;grid-column-end:4}.mstForm__form-wrapper [data-mst-form-page="5"] button{grid-row:6}}.mstForm__form-wrapper .mstForm__form button,.mstForm__form-wrapper .mstForm__form-success input[type="button"]{background:#000;color:#fff}.mstForm__form-wrapper .mstForm__form-success p{text-align:right}.mstForm__form-wrapper .mstForm__form-success{background:none}@media screen and (max-width:768px){.mstForm__form-wrapper .modal-inner-wrap::before{height:150px;width:150px;top:-50px;left:-25px}.mstForm__form-wrapper .modal-popup.modal-slide._inner-scroll._show{left:0}.mstForm__form-wrapper .modal-header{padding-top:15vh !important}.mstForm__form-wrapper [data-mst-form-page] h1{font-size:36px}.mstForm__form-wrapper [data-mst-form-page] p,.mstForm__form-wrapper .mstForm__choiceElement label,.mstForm__form-wrapper .mstForm__choiceElement span,.mstForm__form-wrapper .mstForm__textAreaElement label,.mstForm__form-wrapper .mstForm__textAreaElement span,.mstForm__form-wrapper .mstForm__form-success p{font-size:20px}.mstForm__form-wrapper [data-mst-form-page]>.fieldset{grid-template-columns:1fr}.mstForm__form-wrapper .mstForm__choiceElement.horizontal .options{display:flex;margin-left:-20vw;margin-top:20px}.mstForm__form-wrapper [data-id="page_V380KMY08"] .mstForm__choiceElement.horizontal .options{margin-left:0}.mstForm__form-wrapper [data-id="header_AWU5H1FO8"],.mstForm__form-wrapper [data-id="paragraph_65SYT3XCF"]{margin-left:5vw}.mstForm__form-wrapper .mstForm__form *{grid-column:1 !important;grid-row:auto !important}.mstForm__form-wrapper [data-mst-form-page="2"] .mstForm__choiceElement>label::before,.mstForm__form-wrapper [data-mst-form-page="3"] .mstForm__choiceElement>label::before,.mstForm__form-wrapper [data-mst-form-page="4"] .mstForm__choiceElement>label::before,.mstForm__form-wrapper [data-mst-form-page="5"] [data-id="paragraph_TOK4J1N2C"]::before,.mstForm__form-wrapper [data-mst-form-page="6"] .mstForm__textAreaElement>label::before{height:45px;width:45px;left:-50px;top:-10px}.mstForm__form-wrapper [data-id="page_V380KMY08"]>.field.horizontal{padding-left:5px !important}.mstForm__form-wrapper .mstForm__form button[type="submit"]{margin-top:50px;width:100% !important}}.startseite>div,.startseite>.widget.block.block-static-block{margin-bottom:50px !important}.startseite>div:last-child,.startseite>.widget.block.block-static-block:last-child{margin-bottom:0 !important}.startseite>div.filtercarousel,.startseite>.widget.block.block-static-block.filtercarousel,.startseite>div.doppelbanner,.startseite>.widget.block.block-static-block.doppelbanner,.startseite>div.magazinteaser,.startseite>.widget.block.block-static-block.magazinteaser,.startseite>div.bistroteaser,.startseite>.widget.block.block-static-block.bistroteaser,.startseite>div.kundenservice,.startseite>.widget.block.block-static-block.kundenservice{margin-left:calc(-100vw / 2 + 100% / 2);margin-right:calc(-100vw / 2 + 100% / 2)}.page-footer{color:#333;padding:0}.page-footer a{font-size:1.8rem;color:#333;margin-bottom:0}.page-footer p,.page-footer address,.page-footer ul li{font-size:1.8rem;color:#333;margin-bottom:0}.page-footer .footer.content{background-color:#f4f1ed;max-width:100vw !important;padding:0 !important;margin-top:0}.page-footer .footer.content .footer-inner{display:grid;grid-template-columns:repeat(4, 1fr);gap:20px;width:100%;max-width:1364px;margin:0 auto;padding:60px 15px 80px}.page-footer .footer.content .footer-inner>div p:first-child{padding-bottom:20px}@media (max-width:768px){.page-footer .footer.content .footer-inner{grid-template-columns:1fr 1fr}}@media (max-width:480px){.page-footer .footer.content .footer-inner{grid-template-columns:1fr}}.page-footer .footer.content .footer-lastline{background:#5e6576;padding:0 15px}.page-footer .footer.content .footer-lastline a{color:#fff}.page-footer .footer.content .footer-lastline p{color:#fff;margin:0}.page-footer .footer.content .footer-lastline .lastline{display:grid;grid-template-rows:150px;grid-template-columns:repeat(2, 1fr);max-width:1364px;margin:0 auto}@media screen and (max-width:768px){.page-footer .footer.content .footer-lastline .lastline{grid-template-columns:1fr}}.page-footer .footer.content .footer-lastline .lastline .symbols,.page-footer .footer.content .footer-lastline .lastline .legal{display:flex;align-items:center;gap:20px}@media screen and (max-width:768px){.page-footer .footer.content .footer-lastline .lastline .symbols,.page-footer .footer.content .footer-lastline .lastline .legal{justify-content:space-around}}.page-footer .footer.content .footer-lastline .lastline .legal{justify-content:flex-end}@media screen and (max-width:768px){.page-footer .footer.content .footer-lastline .lastline .legal{justify-content:space-around;padding-bottom:75px}}.page-footer .footer.content .footer-lastline .lastline .legal a{font-size:1.3rem;font-weight:bold}.page-footer .footer.content .footer-lastline .lastline .symbols div{max-width:200px;max-height:100px}.page-footer .footer.content .footer-lastline .lastline .symbols div img{height:16px !important;max-width:100%;display:inline-block !important}.bannerslider_wrapper.bannerslider.herobanner{max-width:2500px;width:100vw;position:relative;left:50%;transform:translateX(-50%)}@media (max-width:768px){.bannerslider_wrapper.bannerslider.herobanner{width:100%}}@media (max-width:2500px){.bannerslider_wrapper.bannerslider.herobanner{width:calc(100% + 100vw - 1240px);left:0;transform:none;margin-left:calc(-100vw / 2 + 100% / 2);margin-right:calc(-100vw / 2 + 100% / 2);max-width:100vw;min-width:100vw}}.bannerslider_wrapper .bannerslider_start{position:relative}.bannerslider_wrapper .bannerslider_start .hero-image a.banner-link{position:relative}.bannerslider_wrapper .bannerslider_start .hero-image .banner-text-overlay{position:absolute;top:0;right:0;bottom:0;left:0}.bannerslider_wrapper .bannerslider_start .hero-image .banner-text-overlay img{width:auto !important;height:auto;display:inline-block !important;max-width:fit-content}.bannerslider_wrapper .bannerslider_start .owl-nav{position:absolute;top:50%;transform:translateY(-50%);display:flex;justify-content:space-between;width:100%;max-width:2500px}.bannerslider_wrapper .bannerslider_start .owl-nav .owl-prev i,.bannerslider_wrapper .bannerslider_start .owl-nav .owl-next i{font-size:3rem}.bannerslider_wrapper .bannerslider_start .owl-nav.disabled{display:none}.module_productslider_startseite p{font-family:'Avenir Next',sans-serif;font-size:1.8rem;text-transform:uppercase}.module_productslider_startseite h2{font-family:'Avenir Next',sans-serif;font-size:4rem;font-weight:500;margin-top:0}.module_productslider_startseite.one-column-grid{width:100%;grid-template-columns:100%}.module_productslider_startseite .productslider .owl-stage-outer .slider-product-item-details{display:block;position:relative;text-align:left;top:unset;margin-top:10px}.module_productslider_startseite .productslider .owl-stage-outer .slider-product-item-details .product.name{margin-bottom:0}.module_productslider_startseite .productslider .owl-stage-outer .slider-product-item-details .price-box{margin-top:0}.module_productslider_startseite .productslider .owl-nav{top:30%}.module_productslider_startseite .productslider .owl-nav button.owl-prev,.module_productslider_startseite .productslider .owl-nav button.owl-prev:hover{left:-100px}@media screen and (max-width:1280px){.module_productslider_startseite .productslider .owl-nav button.owl-prev,.module_productslider_startseite .productslider .owl-nav button.owl-prev:hover{left:0}}.module_productslider_startseite .productslider .owl-nav button.owl-next,.module_productslider_startseite .productslider .owl-nav button.owl-next:hover{right:-100px}@media screen and (max-width:1280px){.module_productslider_startseite .productslider .owl-nav button.owl-next,.module_productslider_startseite .productslider .owl-nav button.owl-next:hover{right:0}}.filtercarousel{background:#F4F1ED;overflow:hidden}.filtercarousel .themenslider{box-sizing:border-box;margin-left:auto;margin-right:auto;max-width:1364px;padding:50px 20px}.filtercarousel .themenslider .filters{display:flex;flex-flow:row wrap;justify-content:center}.filtercarousel .themenslider .filters .filter{border:none;background:none;font-family:'Butler',serif;font-size:4rem;font-weight:200;font-style:italic;margin-bottom:80px}.filtercarousel .themenslider .filters .filter.active span{text-decoration:underline}@media screen and (max-width:768px){.filtercarousel .themenslider .filters .filter{font-size:3rem;margin-bottom:20px}}.filtercarousel .themenslider .filters .filter:not(:last-child):after{content:"/";margin-left:20px}@media screen and (max-width:768px){.filtercarousel .themenslider .filters .filter:not(:last-child):after{content:"";margin-left:0}}.filtercarousel .themenslider .filters .filter:hover{border-bottom:1px solid}.filtercarousel .themenslider .filters .filter:hover,.filtercarousel .themenslider .filters .filter:focus{background:none;border:none;color:initial;outline:none}.filtercarousel .themenslider .filters .filter:hover:active{box-shadow:none}.filtercarousel .themenslider .themenslider_start .owl-stage-outer .themenelement .themenelement-text{max-width:380px}.filtercarousel .themenslider .themenslider_start .owl-stage-outer .themenelement .themenelement-text p,.filtercarousel .themenslider .themenslider_start .owl-stage-outer .themenelement .themenelement-text h3{font-family:'Avenir Next',sans-serif;font-size:1.8rem;font-weight:500;color:#000000;margin:2rem 0}.filtercarousel .themenslider .themenslider_start .owl-stage-outer .themenelement .themenelement-text h3{font-weight:500}.filtercarousel .themenslider .themenslider_start .owl-nav .owl-prev i,.filtercarousel .themenslider .themenslider_start .owl-nav .owl-next i{font-size:3rem}.doppelbanner{margin-top:-50px}@media screen and (max-width:768px){.doppelbanner .doppelbanner_inner{grid-template-columns:1fr}}.doppelbanner .doppelbanner_inner .left,.doppelbanner .doppelbanner_inner .right{position:relative;display:flex;flex-direction:column}.doppelbanner .doppelbanner_inner .left>a,.doppelbanner .doppelbanner_inner .right>a,.doppelbanner .doppelbanner_inner .left .doppelbanner_image,.doppelbanner .doppelbanner_inner .right .doppelbanner_image,.doppelbanner .doppelbanner_inner .left .doppelbanner_image img,.doppelbanner .doppelbanner_inner .right .doppelbanner_image img,.doppelbanner .doppelbanner_inner .left video,.doppelbanner .doppelbanner_inner .right video{width:100%;height:100%;object-fit:cover}.doppelbanner .doppelbanner_inner .left .doppelbanner_overlay_wrapper,.doppelbanner .doppelbanner_inner .right .doppelbanner_overlay_wrapper{display:flex;justify-content:center;align-items:center;text-align:center;position:absolute;top:0;right:0;bottom:0;left:0}.doppelbanner .doppelbanner_inner .left .doppelbanner_overlay_wrapper .doppelbanner_overlay_inner p,.doppelbanner .doppelbanner_inner .right .doppelbanner_overlay_wrapper .doppelbanner_overlay_inner p{font-size:1.8rem;color:#fff;text-transform:uppercase}.doppelbanner .doppelbanner_inner .left .doppelbanner_overlay_wrapper .doppelbanner_overlay_inner h3,.doppelbanner .doppelbanner_inner .right .doppelbanner_overlay_wrapper .doppelbanner_overlay_inner h3{font-family:'Avenir Next',sans-serif;font-size:4rem;font-weight:500;color:#fff}@media screen and (max-width:768px){.doppelbanner .doppelbanner_inner .left .doppelbanner_overlay_wrapper .doppelbanner_overlay_inner h3,.doppelbanner .doppelbanner_inner .right .doppelbanner_overlay_wrapper .doppelbanner_overlay_inner h3{font-size:3rem}}.magazinteaser{padding:50px 0;border:1px solid #707070}.magazinteaser .magazinteaser_wrapper{box-sizing:border-box;margin-left:auto;margin-right:auto;max-width:1364px;padding:20px}.magazinteaser .magazinteaser_wrapper .magazinteaser_headline{text-align:center}.magazinteaser .magazinteaser_wrapper .magazinteaser_headline p{font-size:1.8rem;color:#000;text-transform:uppercase;margin-bottom:1rem}.magazinteaser .magazinteaser_wrapper .magazinteaser_headline h2{font-family:'Avenir Next',sans-serif;font-size:4rem;font-weight:500;color:#000;margin-top:0;margin-bottom:3rem}.magazinteaser .magazinteaser_wrapper .magazinteaser_content{gap:50px}@media screen and (max-width:768px){.magazinteaser .magazinteaser_wrapper .magazinteaser_content{grid-template-columns:1fr}}.magazinteaser .magazinteaser_wrapper .magazinteaser_content .magazinteaser_element img{width:100%;max-height:250px;object-fit:cover}.magazinteaser .magazinteaser_wrapper .magazinteaser_content .magazinteaser_element p,.magazinteaser .magazinteaser_wrapper .magazinteaser_content .magazinteaser_element h3{font-family:'Avenir Next',sans-serif;font-size:1.8rem;font-weight:400;color:#000000;margin:2rem 0}.magazinteaser .magazinteaser_wrapper .magazinteaser_content .magazinteaser_element h3{font-weight:500}.magazinteaser .magazinteaser_wrapper .magazinteaser_button{display:flex;justify-content:center;align-items:center}.magazinteaser .magazinteaser_wrapper .magazinteaser_button a{color:#000;border-color:#2B2E34}.bistroteaser{background-color:#20361f}.bistroteaser .bistroteaser_wrapper{grid-template-columns:2fr 4fr;max-width:1364px;padding:0 20px;margin:0 auto}@media screen and (max-width:768px){.bistroteaser .bistroteaser_wrapper{grid-template-columns:1fr;padding:50px}}.bistroteaser .bistroteaser_wrapper .bistroteaser_text{padding:80px 0 60px 0;display:flex;flex-flow:column wrap;width:390px;position:relative;order:1}@media screen and (max-width:768px){.bistroteaser .bistroteaser_wrapper .bistroteaser_text{width:100%;padding:0;order:2}}.bistroteaser .bistroteaser_wrapper .bistroteaser_text .bistroteaser_text_inner h2,.bistroteaser .bistroteaser_wrapper .bistroteaser_text .bistroteaser_text_inner p,.bistroteaser .bistroteaser_wrapper .bistroteaser_text .bistroteaser_text_inner a{color:#d7cfba}.bistroteaser .bistroteaser_wrapper .bistroteaser_text .bistroteaser_text_inner p{font-size:1.8rem;max-width:300px;line-height:25px}.bistroteaser .bistroteaser_wrapper .bistroteaser_text .bistroteaser_text_inner h2{font-weight:200;margin-bottom:25px;font-style:italic;font-size:3rem;letter-spacing:3px}.bistroteaser .bistroteaser_wrapper .bistroteaser_text .bistroteaser_text_inner h2 span{font-weight:400}.bistroteaser .bistroteaser_wrapper .bistroteaser_text .bistroteaser_text_inner a.button{max-width:fit-content;padding:7px 20px !important;text-transform:none !important;font-size:1.8rem !important;font-weight:600 !important;border-color:#6E6652 !important}.bistroteaser .bistroteaser_wrapper .bistroteaser_text .bistroteaser_svg{align-self:flex-end;height:170px;width:auto;margin-right:25px}@media screen and (max-width:768px){.bistroteaser .bistroteaser_wrapper .bistroteaser_text .bistroteaser_svg{height:150px;width:auto;position:absolute;top:30px;margin-right:0}}@media screen and (max-width:520px){.bistroteaser .bistroteaser_wrapper .bistroteaser_text .bistroteaser_svg{display:none}}.bistroteaser .bistroteaser_wrapper .bistroteaser_image{order:2}@media screen and (max-width:768px){.bistroteaser .bistroteaser_wrapper .bistroteaser_image{order:1}}.bistroteaser .bistroteaser_wrapper .bistroteaser_image img{height:100%;object-fit:cover}.dreikacheln .drei_kacheln_wrapper .drei_kacheln__content{gap:25px}@media screen and (max-width:768px){.dreikacheln .drei_kacheln_wrapper .drei_kacheln__content{grid-template-columns:1fr 1fr}}@media screen and (max-width:480px){.dreikacheln .drei_kacheln_wrapper .drei_kacheln__content{grid-template-columns:1fr}}@media screen and (max-width:480px){.dreikacheln .drei_kacheln_wrapper .drei_kacheln__content>div{text-align:center}}.dreikacheln .drei_kacheln_wrapper .drei_kacheln__content .kleine_banne_text{font-size:1.4rem;font-weight:bold}.dreikacheln .drei_kacheln_wrapper .drei_kacheln__content .kleine_banne_link a{border-bottom:.5px solid;padding-bottom:1px}.kundenservice{background-color:#f4f1ed;margin-bottom:0 !important}.kundenservice .kundenservice_wrapper .kundenservice_inner{box-sizing:border-box;margin-left:auto;margin-right:auto;max-width:1364px;padding:50px 20px}.kundenservice .kundenservice_wrapper .kundenservice_inner .kundenservice_text{display:flex;justify-content:center}.kundenservice .kundenservice_wrapper .kundenservice_inner .kundenservice_text h2{font-family:'Butler',serif;font-weight:300;font-style:italic;max-width:650px;text-align:center;margin-bottom:70px}.kundenservice .kundenservice_wrapper .kundenservice_inner .grid-wrapper{gap:30px}@media (max-width:768px){.kundenservice .kundenservice_wrapper .kundenservice_inner .grid-wrapper{grid-template-columns:1fr 1fr}}@media (max-width:480px){.kundenservice .kundenservice_wrapper .kundenservice_inner .grid-wrapper{grid-template-columns:1fr}}.kundenservice .kundenservice_wrapper .kundenservice_inner .grid-wrapper .service .icon img{width:50px;max-height:50px}.kundenservice .kundenservice_wrapper .kundenservice_inner .grid-wrapper .service .title h3{font-family:'Avenir Next',sans-serif;font-size:1.8rem;font-weight:700}.kundenservice .kundenservice_wrapper .kundenservice_inner .grid-wrapper .service .text p{font-family:'Avenir Next',sans-serif;font-size:1.8rem;font-weight:400}body .top_account{padding:32px 0 32px 20px;position:relative;height:0}body .top_account .account-icon{background:url('../images/Konto_Icon.svg') no-repeat !important;display:inline-block;height:35px;width:27px}body .top_account .account-menu{height:0;overflow:hidden;position:absolute}body .top_account .account-menu .logged-in{text-align:right;margin:15px}body .top_account .account-menu .logged-in a{display:block;margin:15px 0;font-size:1.6rem}body .top_account:hover .account-menu,body .top_account:focus-within .account-menu{height:auto;width:auto;background:#fff;font-size:14px;padding:20px 10px;overflow:hidden !important;opacity:1;z-index:1000;position:absolute;top:100%;right:0;border:1px solid #d1d1d1;border-top-color:#d1d1d1;box-shadow:0 5px 5px rgba(0,0,0,0.19)}body .top_account:hover .account-menu .logged-out,body .top_account:focus-within .account-menu .logged-out{height:100%;width:600px}body .top_account:hover .account-menu .logged-in,body .top_account:focus-within .account-menu .logged-in{height:100%;width:200px}body.account #maincontent>.columns{margin-bottom:100px}body.account #maincontent>.columns .sidebar .block-collapsible-nav .item.current a,body.account #maincontent>.columns .sidebar .block-collapsible-nav .item.current>strong{border:none}body.account #maincontent>.columns .column.main .action{padding:5px 10px;border:1px solid;margin:0 15px 15px 0;display:inline-block}body.account #maincontent>.columns .column.main .form-returns-create{display:grid;grid-template-columns:1fr 1fr;gap:25px}@media only screen and (max-width:768px){body.account #maincontent>.columns .column.main .form-returns-create{grid-template-columns:1fr}}body.account #maincontent>.columns .column.main .form-returns-create .fieldset:nth-of-type(3){grid-column-start:1;grid-column-end:3}@media only screen and (max-width:768px){body.account #maincontent>.columns .column.main .form-returns-create .fieldset:nth-of-type(3){grid-column-start:1;grid-column-end:1}}body.account #maincontent>.columns .column.main .form-returns-create .tbody{border-bottom:1px solid}.simple-menu ul{display:flex}.firecheckout .modal-content{max-width:100% !important;width:100% !important}.mobile .cart-container,.tablet .cart-container{display:grid;grid-template-columns:1fr}.mobile .cart-summary,.tablet .cart-container{order:2}.cart-container .block.discount{margin-left:0}.checkout-cart-index .cart-summary .cart-container .block.discount{margin-left:0}#crosssell_carousel{display:block}@media (min-width:768px){#block-discount{margin-left:0}}.add-to-cart-success-popup .modal-inner-wrap{max-width:600px}.mst-search__highlight{background:#C0D3ED}.shop_nav.navigation .level0 .submenu a:hover{text-decoration:underline;text-underline-offset:0.5px !important}body.mobile.desktop .mobile_only{display:none}body.mobile .desktop_only,body.mobile .tablet_only,body.desktop .mobile_only,body.desktop .tablet_only,body.tablet .desktop_only,body.tablet .mobile_only{display:none}body.mobile .mobile_only,body.desktop .desktop_only,body.tablet .tablet_only{display:inline-block}.mobilemenu{max-height:250px;transition:max-height .5s ease}.mobilemenu.closed{max-height:0;transition:max-height .5s ease}.noOnlineOrder{text-align:center;padding:25px;border:1px solid;font-weight:600}.field.qty .input-text.qty{width:75px !important}.field.qty .control .quantity-button.quantity-up{position:absolute;top:0;right:5px}.field.qty .control .quantity-button.quantity-down{position:absolute;top:0;left:5px}#banktransfer+label span{font-weight:bold}#checkout-loader{display:none !important}.page-layout-2columns-left.catalog-category-view .page-title-wrapper{display:flex;align-items:center;position:relative;min-height:100px}.page-layout-2columns-left.catalog-category-view .page-title-wrapper h1{font-family:'Butler',serif;font-weight:500;font-size:24px;text-transform:none;hyphens:auto;margin:0 auto;text-align:center;color:#000;width:100%}@media only screen and (min-width:768px){.page-layout-2columns-left.catalog-category-view .page-title-wrapper h1{font-size:5rem;margin-bottom:30px;padding:0 35px;height:92px;line-height:98px}}.page-layout-2columns-left.catalog-category-view .belownav-container{display:flex !important;flex-flow:row nowrap;justify-content:space-between;max-width:1280px;margin:0 auto;width:100%}.page-layout-2columns-left.catalog-category-view .belownav-container .breadcrumbs{margin:0;flex:1 1 auto;order:1;text-align:left;padding:0 20px}.page-layout-2columns-left.catalog-category-view .belownav-container .printButtonContainer{margin:0;flex:1 1 auto;order:2;text-align:right;padding:0 20px}.page-layout-2columns-left.catalog-category-view #maincontent h1#page-title-heading{padding:0}.page-layout-2columns-left.catalog-category-view #maincontent .category-image{margin-top:0}@media only screen and (min-width:768px){.page-layout-2columns-left.catalog-category-view #maincontent .category-image{margin-top:0}}.page-layout-2columns-left.catalog-category-view #maincontent .main{padding-left:0}.page-layout-2columns-left.catalog-category-view #maincontent .main #layer-product-list .toolbar-products{margin-left:0;display:flex !important;gap:25px}.page-layout-2columns-left.catalog-category-view #maincontent .main #layer-product-list .toolbar-products .toolbarfilter.wp-filters{display:none !important;margin-top:5px}.page-layout-2columns-left.catalog-category-view #maincontent .main #layer-product-list .toolbar-products .toolbarfilter.wp-filters .wp-filters-text{font-size:1.8rem;color:#000;cursor:pointer}.page-layout-2columns-left.catalog-category-view #maincontent .main #layer-product-list .toolbar-products .toolbarfilter.wp-filters .wp-filters-text .fa-solid.fa-sliders{margin-right:15px;font-size:1.6rem;font-style:normal}@media only screen and (max-width:768px){.page-layout-2columns-left.catalog-category-view #maincontent .main #layer-product-list .toolbar-products .toolbarfilter.wp-filters .wp-filters-text .fa-solid.fa-sliders[aria-expanded="false"]{display:block}.page-layout-2columns-left.catalog-category-view #maincontent .main #layer-product-list .toolbar-products .toolbarfilter.wp-filters .wp-filters-text .fa-solid.fa-sliders[aria-expanded="true"]{display:none}}@media only screen and (max-width:768px){.page-layout-2columns-left.catalog-category-view #maincontent .main #layer-product-list .toolbar-products .toolbarfilter.wp-filters .wp-filters-text .fa-solid.fa-window-close[aria-expanded="true"]{display:block}.page-layout-2columns-left.catalog-category-view #maincontent .main #layer-product-list .toolbar-products .toolbarfilter.wp-filters .wp-filters-text .fa-solid.fa-window-close[aria-expanded="false"]{display:none}}.page-layout-2columns-left.catalog-category-view #maincontent .main #layer-product-list .toolbar-products .toolbarfilter.wp-filters .konfigurator_textlink{font-size:1.6rem;color:#000}@media only screen and (min-width:768px){.page-layout-2columns-left.catalog-category-view #maincontent .main #layer-product-list .toolbar-products .toolbarfilter.wp-filters{display:inline-block !important}}.page-layout-2columns-left.catalog-category-view #maincontent .main #layer-product-list .toolbar-products .toolbar-currentFilter{display:flex;flex-flow:row wrap;justify-content:flex-start;gap:15px}.page-layout-2columns-left.catalog-category-view #maincontent .main #layer-product-list .toolbar-products .toolbar-currentFilter .removefilter{position:relative;border:1px solid #000;text-align:center;width:fit-content;padding:2px 25px;font-weight:500}.page-layout-2columns-left.catalog-category-view #maincontent .main #layer-product-list .toolbar-products .toolbar-currentFilter .removefilter .fa.fa-remove{position:absolute;top:3px;right:5px;box-sizing:border-box;height:100%;transition:.5s all ease}.page-layout-2columns-left.catalog-category-view #maincontent .main #layer-product-list .toolbar-products .toolbar-currentFilter .removefilter:hover .fa.fa-remove{text-align:center;font-size:2rem;font-weight:200}@media only screen and (max-width:768px){.page-layout-2columns-left.catalog-category-view #maincontent .main #layer-product-list .toolbar-products .toolbar-currentFilter{display:none}}.page-layout-2columns-left.catalog-category-view #maincontent .main #layer-product-list .toolbar-products .toolbar-amount{justify-self:flex-end;float:none;order:unset;font-size:1.6rem}.page-layout-2columns-left.catalog-category-view #maincontent .main #layer-product-list .toolbar-products .toolbar-sorter{justify-self:flex-end;grid-row:unset}.page-layout-2columns-left.catalog-category-view #maincontent .main #layer-product-list .toolbar-products .toolbar-sorter .sorter-options{border:none;font-weight:bold;font-size:1.6rem}.page-layout-2columns-left.catalog-category-view #maincontent .main #layer-product-list .toolbar-products .toolbar-sorter .sorter-options:focus{box-shadow:none}.page-layout-2columns-left.catalog-category-view #maincontent .main #layer-product-list .ias-trigger-next,.page-layout-2columns-left.catalog-category-view #maincontent .main #layer-product-list .iass-spinner,.page-layout-2columns-left.catalog-category-view #maincontent .main #layer-product-list .ias-noneleft{grid-column:1/-1;display:grid;margin-bottom:50px}.page-layout-2columns-left.catalog-category-view #maincontent .main #layer-product-list .ias-trigger-next button,.page-layout-2columns-left.catalog-category-view #maincontent .main #layer-product-list .iass-spinner button,.page-layout-2columns-left.catalog-category-view #maincontent .main #layer-product-list .ias-noneleft button{width:max-content;margin:0 auto}.page-layout-2columns-left.catalog-category-view #maincontent .sidebar .wp-filters{top:35px;display:none !important}.page-layout-2columns-left.catalog-category-view #maincontent .sidebar #layered-filter-block{left:unset;right:0;min-width:30vw;box-sizing:border-box;height:100vh}.page-layout-2columns-left.catalog-category-view #maincontent .sidebar #layered-filter-block>.block-title.filter-title{display:none}.page-layout-2columns-left.catalog-category-view #maincontent .sidebar #layered-filter-block .block-subtitle.filter-subtitle{font-family:'Butler',serif;font-weight:500;font-size:4rem;text-transform:none;hyphens:auto;margin:0 auto;text-align:center;color:#000}@media only screen and (max-width:768px){.page-layout-2columns-left.catalog-category-view #maincontent .sidebar #layered-filter-block .block-subtitle.filter-subtitle{top:30px}}.page-layout-2columns-left.catalog-category-view #maincontent .sidebar #layered-filter-block span.fa-solid.fa-sliders{margin-right:15px;font-size:2rem;font-style:normal}.page-layout-2columns-left.catalog-category-view #maincontent .sidebar #layered-filter-block .filter-options .filter-options-item{padding-bottom:35px;border:none}.page-layout-2columns-left.catalog-category-view #maincontent .sidebar #layered-filter-block .filter-options .filter-options-item .filter-options-title{text-transform:none;font-weight:300;font-size:1.6rem;letter-spacing:1px}.page-layout-2columns-left.catalog-category-view #maincontent .sidebar #layered-filter-block .filter-options .filter-options-item .filter-options-title:after{font-size:5rem;top:-17px}.page-layout-2columns-left.catalog-category-view #maincontent .sidebar #layered-filter-block .filter-options .filter-options-item .filter-options-content a{display:flex;align-items:center;margin-bottom:30px !important}.page-layout-2columns-left.catalog-category-view #maincontent .sidebar #layered-filter-block .filter-options .filter-options-item .filter-options-content a:hover{background:none;text-decoration:underline;text-underline-offset:5px}.page-layout-2columns-left.catalog-category-view #maincontent .sidebar #layered-filter-block .filter-options .filter-options-item .filter-options-content a .swatch-option.title{font-size:1.6rem;font-weight:100 !important;letter-spacing:1px;float:none;height:auto;margin:0;padding:0}.page-layout-2columns-left.catalog-category-view #maincontent .sidebar #layered-filter-block .filter-options .filter-options-item .filter-options-content a .swatch-option.color,.page-layout-2columns-left.catalog-category-view #maincontent .sidebar #layered-filter-block .filter-options .filter-options-item .filter-options-content a .swatch-option.image{margin:0;padding:0;margin-right:25px}.page-layout-2columns-left.catalog-category-view #maincontent .sidebar #layered-filter-block #wp_ln_shopby,.page-layout-2columns-left.catalog-category-view #maincontent .sidebar #layered-filter-block .filter-actions{display:none}@media only screen and (max-width:768px){.page-layout-2columns-left.catalog-category-view #maincontent .sidebar #layered-filter-block #wp_ln_shopby,.page-layout-2columns-left.catalog-category-view #maincontent .sidebar #layered-filter-block .filter-actions{display:block}.page-layout-2columns-left.catalog-category-view #maincontent .sidebar #layered-filter-block #wp_ln_shopby .block-subtitle.filter-current-subtitle:after,.page-layout-2columns-left.catalog-category-view #maincontent .sidebar #layered-filter-block .filter-actions .block-subtitle.filter-current-subtitle:after{font-size:1.4rem !important}}.page-layout-2columns-left.catalog-category-view #maincontent .sidebar #layered-filter-block .removefilter{display:block;margin-bottom:15px}@media only screen and (max-width:768px){.page-layout-2columns-left.catalog-category-view #maincontent .sidebar #layered-filter-block>.block-title.filter-title{display:block}.page-layout-2columns-left.catalog-category-view #maincontent .sidebar #layered-filter-block .removefilter{display:block;margin:5px 0}.page-layout-2columns-left.catalog-category-view #maincontent .sidebar #layered-filter-block .removefilter br{display:none}.page-layout-2columns-left.catalog-category-view #maincontent .sidebar #layered-filter-block [aria-expanded="false"] .fa-solid.fa-sliders{display:block;font-style:normal}.page-layout-2columns-left.catalog-category-view #maincontent .sidebar #layered-filter-block [aria-expanded="false"] .fa-solid.fa-window-close{display:none;font-style:normal}.page-layout-2columns-left.catalog-category-view #maincontent .sidebar #layered-filter-block [aria-expanded="true"] span,.page-layout-2columns-left.catalog-category-view #maincontent .sidebar #layered-filter-block [aria-expanded="true"] i.fa-solid.fa-sliders{display:none !important}.page-layout-2columns-left.catalog-category-view #maincontent .sidebar #layered-filter-block [aria-expanded="true"]:after{font-size:5rem}.page-layout-2columns-left.catalog-category-view #maincontent .sidebar #layered-filter-block [aria-expanded="true"] .fa-solid.fa-sliders{display:none;font-style:normal}.page-layout-2columns-left.catalog-category-view #maincontent .sidebar #layered-filter-block [aria-expanded="true"] .fa-solid.fa-window-close{display:block;font-style:normal}}@media only screen and (max-width:768px){.page-layout-2columns-left.catalog-category-view #maincontent .sidebar #layered-filter-block{padding-top:0;height:auto}}.page-layout-2columns-left.catalog-category-view #maincontent .sidebar .swatch-attribute.md_material .swatch-option.image,.page-layout-2columns-left.catalog-category-view #maincontent .sidebar .swatch-attribute.md_farbschema .swatch-option.image,.page-layout-2columns-left.catalog-category-view #maincontent .sidebar .swatch-attribute.md_material .swatch-option.color,.page-layout-2columns-left.catalog-category-view #maincontent .sidebar .swatch-attribute.md_farbschema .swatch-option.color{border-radius:50%;background-size:cover !important;height:30px;width:30px}.page-layout-2columns-left.catalog-category-view #maincontent .sidebar .swatch-attribute .swatch-attribute-options{display:grid}.page-layout-2columns-left.catalog-category-view #maincontent .sidebar .swatch-attribute .swatch-attribute-options .swatch-option.title{background:none;border:none;outline:none;color:#000;gap:15px;font-weight:500}.page-layout-2columns-left.catalog-category-view #maincontent .subCategorySlider .item.active{text-decoration:underline;text-underline-offset:5px}.page-wrapper{overflow:unset}.page-wrapper .belownav-container{display:flex !important;flex-flow:row nowrap;justify-content:space-between;margin-bottom:25px;max-width:1280px;margin:0 auto;width:100%}.page-wrapper .belownav-container .breadcrumbs{margin:0;flex:1 1 auto;order:1;text-align:left;padding:0 20px}.page-wrapper .belownav-container .printButtonContainer{margin:0;flex:1 1 auto;order:2;text-align:right;padding:0 20px}.page-wrapper #maincontent #product_addtocart_form .form_top{margin-top:50px}.page-wrapper #maincontent #product_addtocart_form .form_top .box_left_wrapper{max-width:100%}.page-wrapper #maincontent #product_addtocart_form .form_top .box_left_wrapper .box1 .fotorama__stage{border:none}.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper{position:sticky;position:-webkit-sticky;top:0;max-width:100%;grid-row-start:1;grid-row-end:3;grid-column-start:2}.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4{display:grid;grid-template-columns:1fr 1fr;gap:15px}.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .konfigurator_textlink{grid-row:5}.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .page-title-wrapper,.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .subtitle_wrapper,.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .product-options-wrapper,.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .konfigurator_textlink,.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .box-tocart,.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .delivery-time{grid-column-start:1;grid-column-end:4;max-width:100%}.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .page-title{margin-bottom:0}.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .subtitle_wrapper h2{margin-top:0;font-family:Avenir Next;font-weight:200;font-size:2rem}.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .md_manufacturer{height:50px;overflow:hidden}.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .md_manufacturer a{display:inline-block;height:50px}.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .md_manufacturer a img{height:100%}.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .product-options-wrapper #value{display:none;font-size:1.75rem;font-weight:bold;color:#f58460}.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .product-options-wrapper .field.required.showname span#value,.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .product-options-wrapper .field.required.color span#value{display:inline-block;color:#8f8f8f;font-weight:200}.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .product-options-wrapper>.fieldset>.field{overflow:hidden;position:relative;padding-bottom:15px;margin-bottom:45px}.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .product-options-wrapper>.fieldset>.field .swatch-attribute-options{position:relative;padding:2px 60px 2px 2px;overflow:hidden}.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .product-options-wrapper>.fieldset>.field .swatch-attribute-options .toggle{position:absolute;bottom:0;right:0;background-size:cover;height:100%;width:50px !important;text-align:center;border:1px solid;display:flex;justify-content:center;align-items:center}.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .product-options-wrapper>.fieldset>.field [aria-label="Farbe"] .mageworx-swatch-option,.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .product-options-wrapper>.fieldset>.field [aria-label="Farben"] .mageworx-swatch-option,.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .product-options-wrapper>.fieldset>.field [aria-label="Gestell"] .mageworx-swatch-option,.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .product-options-wrapper>.fieldset>.field [aria-label="Bezug"] .mageworx-swatch-option,.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .product-options-wrapper>.fieldset>.field [aria-label="Farboptionen"] .mageworx-swatch-option,.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .product-options-wrapper>.fieldset>.field [aria-label="Farbe"] .mageworx-swatch-option.selected,.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .product-options-wrapper>.fieldset>.field [aria-label="Farben"] .mageworx-swatch-option.selected,.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .product-options-wrapper>.fieldset>.field [aria-label="Gestell"] .mageworx-swatch-option.selected,.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .product-options-wrapper>.fieldset>.field [aria-label="Bezug"] .mageworx-swatch-option.selected,.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .product-options-wrapper>.fieldset>.field [aria-label="Farboptionen"] .mageworx-swatch-option.selected,.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .product-options-wrapper>.fieldset>.field [aria-label="Farbe"] .mageworx-swatch-option:not(.disabled):hover,.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .product-options-wrapper>.fieldset>.field [aria-label="Farben"] .mageworx-swatch-option:not(.disabled):hover,.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .product-options-wrapper>.fieldset>.field [aria-label="Gestell"] .mageworx-swatch-option:not(.disabled):hover,.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .product-options-wrapper>.fieldset>.field [aria-label="Bezug"] .mageworx-swatch-option:not(.disabled):hover,.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .product-options-wrapper>.fieldset>.field [aria-label="Farboptionen"] .mageworx-swatch-option:not(.disabled):hover{border:none !important;padding:0;border-radius:50%;background-size:cover !important;height:50px !important;width:50px !important;display:inline-flex;align-items:center;justify-content:center}.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .product-options-wrapper>.fieldset>.field [aria-label="Farbe"] .mageworx-swatch-option.text,.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .product-options-wrapper>.fieldset>.field [aria-label="Farben"] .mageworx-swatch-option.text,.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .product-options-wrapper>.fieldset>.field [aria-label="Gestell"] .mageworx-swatch-option.text,.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .product-options-wrapper>.fieldset>.field [aria-label="Bezug"] .mageworx-swatch-option.text,.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .product-options-wrapper>.fieldset>.field [aria-label="Farboptionen"] .mageworx-swatch-option.text{background:#F2F2F2;color:#7F7F7F;font-size:12px;font-weight:300;line-height:20px;padding:5px 15px;box-sizing:content-box}.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .product-options-wrapper>.fieldset>.field .size .mageworx-swatch-option.text{min-height:50px;display:flex;align-items:center;justify-content:center;color:#0a0a0a}.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .product-options-wrapper>.fieldset>.field .option_images_gallery{display:none}.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .pricebox_wrapper .product-info-price{text-align:left}.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .pricebox_wrapper .product-info-price .price-container .price{font-size:2.2rem;font-weight:600;letter-spacing:1.5px}.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .pricebox_wrapper .additionalPriceInfos{margin:7px 0 0;top:20px;font-size:14px;line-height:1.5}.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .pricebox_wrapper .additionalPriceInfos .withoutDeco{font-size:12px;font-style:italic;margin:-5px 0 10px}.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .pricebox_wrapper .additionalPriceInfos .versandartikel:after,.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .pricebox_wrapper .additionalPriceInfos .speditionsartikel:after{display:inline-block;margin-left:5px;width:20px;height:20px;background-size:cover !important;content:"";vertical-align:bottom}.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .pricebox_wrapper .additionalPriceInfos .speditionsartikel:after{background:url("https://mannsdoerfer.de/media/images/spedition.svg")}.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .pricebox_wrapper .additionalPriceInfos .versandartikel:after{background:url("https://mannsdoerfer.de/media/images/versand.svg")}.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .pricebox_wrapper .field.qty .control{float:left !important}.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .pricebox_wrapper .field.qty .control #qty{text-align:center}.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .pricebox_wrapper .field.qty .control .quantity-nav{width:100%;top:0;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:space-evenly}.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .pricebox_wrapper .field.qty .control .quantity-nav .quantity-button.quantity-up{justify-self:flex-start}.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .custom-discount-container{grid-column:3;font-weight:bold;display:block}.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .custom-discount-container span{font-weight:400}.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .custom-discount-container .smallfont{font-weight:normal;font-size:1rem}.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 #product-addtocart-button{width:100%}.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .box-tocart .noOnlineOrder .fieldset.nicht-online-formular{gap:20px;text-align:left}.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .box-tocart .noOnlineOrder .fieldset.nicht-online-formular>div{grid-row:inherit}.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .box-tocart .noOnlineOrder .fieldset.nicht-online-formular>.form-bemerkungen,.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .box-tocart .noOnlineOrder .fieldset.nicht-online-formular>.form-note,.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .box-tocart .noOnlineOrder .fieldset.nicht-online-formular>.form-product,.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .box-tocart .noOnlineOrder .fieldset.nicht-online-formular>.mst-form-submit-container{grid-column-start:1;grid-column-end:3;padding:0;margin:0}.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .box-tocart .noOnlineOrder .fieldset.nicht-online-formular>.form-bemerkungen label span{font-size:1.6rem}.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .box-tocart .noOnlineOrder .fieldset.nicht-online-formular>.form-note{font-size:1.4rem;font-weight:200}.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .box-tocart .noOnlineOrder .fieldset.nicht-online-formular>.field-recaptcha{display:none}.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .box4 .box-tocart .noOnlineOrder .fieldset.nicht-online-formular>.mst-form-submit-container button{width:100%;box-sizing:border-box}.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .product_services{background:#d2d2d2;padding:25px}.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .product_services ul{list-style-type:none;padding:0}.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .product_services ul .versandartikel:after,.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .product_services ul .speditionsartikel:after{display:inline-block;margin-left:5px;width:20px;height:20px;background-size:cover !important;content:"";vertical-align:bottom}.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .product_services ul .speditionsartikel:after{background:url("https://mannsdoerfer.de/media/images/spedition.svg")}.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .product_services ul .versandartikel:after{background:url("https://mannsdoerfer.de/media/images/versand.svg")}.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .product_services ul li.checkmark::before{display:inline-block;height:15px;width:15px;filter:invert(31%) sepia(30%) saturate(313%) hue-rotate(77deg) brightness(94%) contrast(90%);content:" ";background:url('https://mannsdoerfer.de/media/checkmark.svg') no-repeat;background-size:auto;background-size:contain;margin-right:15px;vertical-align:bottom}.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .product_services ul li.phonemark::before{display:inline-block;height:15px;width:15px;filter:invert(31%) sepia(30%) saturate(313%) hue-rotate(77deg) brightness(94%) contrast(90%);content:" ";background:url('https://mannsdoerfer.de/media/_wysiwyg/unternehmen/phone.png') no-repeat;background-size:auto;background-size:contain;margin-right:15px;vertical-align:bottom}.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .product_services ul li.videomark::before{display:inline-block;height:15px;width:15px;filter:invert(31%) sepia(30%) saturate(313%) hue-rotate(77deg) brightness(94%) contrast(90%);content:" ";background:url('https://mannsdoerfer.de/media/_wysiwyg/unternehmen/video.svg') no-repeat;background-size:auto;background-size:contain;margin-right:15px;vertical-align:bottom}.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .product_services ul li.chatmark::before{display:inline-block;height:15px;width:15px;filter:invert(31%) sepia(30%) saturate(313%) hue-rotate(77deg) brightness(94%) contrast(90%);content:" ";background:url('https://mannsdoerfer.de/media/_wysiwyg/unternehmen/chat.svg') no-repeat;background-size:auto;background-size:contain;margin-right:15px;vertical-align:bottom}.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .md_liveberatung ul li{list-style-type:none;display:inline-block;max-width:130px;margin-bottom:15px;vertical-align:top;text-align:center}.page-wrapper #maincontent #product_addtocart_form .form_top .box_right_wrapper .md_liveberatung ul li div{width:100%}.page-wrapper #maincontent #product_addtocart_form .form_top .box_left_bottom_wrapper{align-self:flex-end;max-width:100%}.page-wrapper #maincontent #product_addtocart_form .form_top .box_left_bottom_wrapper .box2 .accordion-wrapper{margin-bottom:50px;display:inline-block}.page-wrapper #maincontent #product_addtocart_form .form_top .box_left_bottom_wrapper .box2 .overview{margin-bottom:1rem}.page-wrapper #maincontent #product_addtocart_form .form_top .box_left_bottom_wrapper .box2 .md_imagehint,.page-wrapper #maincontent #product_addtocart_form .form_top .box_left_bottom_wrapper .box2 .md_bildhinweis_konfiguration,.page-wrapper #maincontent #product_addtocart_form .form_top .box_left_bottom_wrapper .box2 .pm_elektrohinweis{text-align:justify;margin-bottom:5rem}.page-wrapper #maincontent .related .owl-stage-outer{overflow:hidden}.page-wrapper #maincontent .related .owl-stage-outer .owl-stage{max-height:100%;display:block;width:max-content !important}.page-wrapper #maincontent .related .owl-stage-outer .owl-stage .owl-item{display:inline-block}.page-wrapper #maincontent .related .owl-nav{position:relative}.page-wrapper #maincontent .related .owl-nav>button{background:none;border:none;font-size:2rem}.page-wrapper #maincontent .related .owl-nav .owl-next{position:absolute;right:-30px;top:-37px}.page-wrapper #maincontent .related .owl-nav .owl-prev{position:absolute;left:-30px;top:-37px}@media only screen and (max-width:768px){.box_right_wrapper{position:static !important}.box_right_wrapper .box4{grid-template-columns:1fr}.box_right_wrapper .box4 .page-title-wrapper,.box_right_wrapper .box4 .subtitle_wrapper,.box_right_wrapper .box4 .accordion-wrapper .title,.box_right_wrapper .box4 .related .block-title.title{text-align:center}.box_right_wrapper .box4 .pricebox_wrapper{width:100%;grid-column-start:1;grid-column-end:3}.box_right_wrapper .box4 .pricebox_wrapper .field.qty .control{float:left !important}.catalog-product-view #product_addtocart_form .form_top>div{max-width:100%}.catalog-product-view #product_addtocart_form .form_top .box_right_wrapper{position:static !important;margin-bottom:25px}.catalog-product-view #product_addtocart_form .form_top{display:block}.box_left_wrapper{width:100%;display:inline-block;flex:1}.md_liveberatung h2{text-align:center}.md_liveberatung ul{padding:0}.fotorama__stage{margin:0 auto}}@media all and (min-width:769px),print{.abs-product-options-list-desktop dt,.block-giftregistry-shared .item-options dt{clear:left;float:left;margin:0 10px 5px 0}.block-giftregistry-shared .item-options dt:after{content:': '}.abs-product-options-list-desktop dd,.block-giftregistry-shared .item-options dd{display:inline-block;float:left;margin:0 0 5px;word-break:break-all}.abs-button-desktop{width:auto}.abs-blocks-2columns,.column .block-addbysku .block-content .box,.login-container .block,.account .column.main .block:not(.widget) .block-content .box,.magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,[class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,.sales-guest-view .column.main .block:not(.widget) .block-content .box{width:48.8%}.column .block-addbysku .block-content .box:nth-child(odd),.login-container .block:nth-child(odd),.account .column.main .block:not(.widget) .block-content .box:nth-child(odd),.magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),[class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),.sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd){clear:left;float:left}.column .block-addbysku .block-content .box:nth-child(even),.login-container .block:nth-child(even),.account .column.main .block:not(.widget) .block-content .box:nth-child(even),.magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),[class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),.sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even){float:right}.abs-reset-left-margin-desktop,.column.main .magento-payments-review .actions-toolbar,.bundle-options-container .legend.title,.column.main .cart-summary .actions-toolbar,.cart.table-wrapper .item-actions .actions-toolbar,.gift-summary .actions-toolbar,.cart.table-wrapper .gift-summary .actions-toolbar,.column.main .block-giftregistry-shared-items .actions-toolbar,.form-new-agreement .fieldset .legend,.form-new-agreement .actions-toolbar,.column.main .paypal-review .actions-toolbar,.wishlist-index-index .main .form-wishlist-items .actions-toolbar{margin-left:0}.abs-action-remove-desktop,.abs-add-fields-desktop .fieldset .additional .action.remove,.form-giftregistry-share .fieldset .additional .action.remove,.form-giftregistry-edit .fieldset .additional .action.remove,.form-add-invitations .fieldset .additional .action.remove,.form-create-return .fieldset .additional .action.remove,.form.send.friend .fieldset .additional .action.remove{margin-left:50%;top:6px}.form-giftregistry-share .fieldset .field:not(.choice) .control,.form-giftregistry-edit .fieldset .field:not(.choice) .control,.form-add-invitations .fieldset .field:not(.choice) .control,.form-create-return .fieldset .field:not(.choice) .control,.form.send.friend .fieldset .field:not(.choice) .control{width:50%}.abs-margin-for-forms-desktop,.fieldset .legend,.column:not(.sidebar-main) form .actions-toolbar,.column:not(.sidebar-additional) form .actions-toolbar,.login-container .fieldset:after{margin-left:0}.abs-visually-hidden-desktop,.modes-label,.block-search .label,.dashboard-welcome-toggler,.block-collapsible-nav .title{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.abs-add-clearfix-desktop:before,.abs-add-clearfix-desktop:after,.abs-pager-toolbar:before,.abs-pager-toolbar:after,.magento-payments-review .block-content:before,.magento-payments-review .block-content:after,.magento-payments-review-discount:before,.magento-payments-review-discount:after,.order-review-form:before,.order-review-form:after,.block-cart-failed .block-content:before,.block-cart-failed .block-content:after,.column .block-addbysku .block-content:before,.column .block-addbysku .block-content:after,.cart-container:before,.cart-container:after,.login-container:before,.login-container:after,.account .column.main .block:not(.widget) .block-content:before,.account .column.main .block:not(.widget) .block-content:after,.block-addresses-list .items.addresses:before,.block-addresses-list .items.addresses:after,.block-giftregistry-shared .item-options:before,.block-giftregistry-shared .item-options:after,.gift-wrapping .nested:before,.gift-wrapping .nested:after,.table .gift-wrapping .content:before,.table .gift-wrapping .content:after,.block-wishlist-management:before,.block-wishlist-management:after,.paypal-review .block-content:before,.paypal-review .block-content:after,.magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,.magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,[class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,[class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,.sales-guest-view .column.main .block:not(.widget) .block-content:before,.sales-guest-view .column.main .block:not(.widget) .block-content:after,.header.content:before,.header.content:after,.page-header .header.panel:before,.page-header .header.panel:after,.account .toolbar:before,.account .toolbar:after,.toolbar-giftregistry-results:before,.toolbar-giftregistry-results:after,.toolbar-wishlist-results:before,.toolbar-wishlist-results:after{content:'';display:table}.abs-add-clearfix-desktop:after,.abs-pager-toolbar:after,.magento-payments-review .block-content:after,.magento-payments-review-discount:after,.order-review-form:after,.block-cart-failed .block-content:after,.column .block-addbysku .block-content:after,.cart-container:after,.login-container:after,.account .column.main .block:not(.widget) .block-content:after,.block-addresses-list .items.addresses:after,.block-giftregistry-shared .item-options:after,.gift-wrapping .nested:after,.table .gift-wrapping .content:after,.block-wishlist-management:after,.paypal-review .block-content:after,.magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,[class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,.sales-guest-view .column.main .block:not(.widget) .block-content:after,.header.content:after,.page-header .header.panel:after,.account .toolbar:after,.toolbar-giftregistry-results:after,.toolbar-wishlist-results:after{clear:both}.abs-add-box-sizing-desktop,.column.main,.sidebar-main,.sidebar-additional{box-sizing:border-box}.abs-add-box-sizing-desktop-m,.opc-wrapper{box-sizing:border-box}.abs-revert-field-type-desktop .fieldset>.field,.abs-revert-field-type-desktop .fieldset .fields>.field,.product-add-form .fieldset>.field,.product-add-form .fieldset .fields>.field{margin:0 0 20px}.abs-revert-field-type-desktop .fieldset>.field:not(.choice)>.label,.abs-revert-field-type-desktop .fieldset .fields>.field:not(.choice)>.label,.product-add-form .fieldset>.field:not(.choice)>.label,.product-add-form .fieldset .fields>.field:not(.choice)>.label{box-sizing:content-box;float:none;width:auto;text-align:left;padding:0}.abs-revert-field-type-desktop .fieldset>.field:not(.choice)>.control,.abs-revert-field-type-desktop .fieldset .fields>.field:not(.choice)>.control,.product-add-form .fieldset>.field:not(.choice)>.control,.product-add-form .fieldset .fields>.field:not(.choice)>.control{float:none;width:auto}.abs-revert-field-type-desktop .fieldset>.field>.label,.abs-revert-field-type-desktop .fieldset .fields>.field>.label,.product-add-form .fieldset>.field>.label,.product-add-form .fieldset .fields>.field>.label{margin:0;display:inline-block}.abs-revert-field-type-desktop .fieldset>.field.choice:before,.abs-revert-field-type-desktop .fieldset .fields>.field.choice:before,.abs-revert-field-type-desktop .fieldset>.field.no-label:before,.abs-revert-field-type-desktop .fieldset .fields>.field.no-label:before,.product-add-form .fieldset>.field.choice:before,.product-add-form .fieldset .fields>.field.choice:before,.product-add-form .fieldset>.field.no-label:before,.product-add-form .fieldset .fields>.field.no-label:before{display:none}.product-add-form .fieldset>.field:not(:first-child):last-of-type,.product-add-form .fieldset .fields>.field:not(:first-child):last-of-type{margin-bottom:0}.abs-no-display-desktop,.opc-estimated-wrapper,.sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous){display:none}.abs-pager-toolbar,.account .toolbar,.toolbar-giftregistry-results,.toolbar-wishlist-results{margin-bottom:20px;position:relative}.abs-pager-toolbar .limiter,.account .toolbar .limiter,.toolbar-giftregistry-results .limiter,.toolbar-wishlist-results .limiter{float:right;position:relative;z-index:1}.abs-pager-toolbar .toolbar-amount,.account .toolbar .toolbar-amount,.toolbar-giftregistry-results .toolbar-amount,.toolbar-wishlist-results .toolbar-amount{float:left;line-height:normal;padding:7px 0 0;position:relative;z-index:1}.abs-pager-toolbar .pages,.account .toolbar .pages,.toolbar-giftregistry-results .pages,.toolbar-wishlist-results .pages{position:absolute;width:100%;z-index:0}.abs-shopping-cart-items-desktop,.block-cart-failed,.cart-container .form-cart,.cart-container .cart-gift-item{float:left;position:relative;width:73%}.abs-shopping-cart-items-desktop .actions,.block-cart-failed .actions,.cart-container .form-cart .actions,.cart-container .cart-gift-item .actions{text-align:right}.block-cart-failed .action.clear,.block-cart-failed .action.update,.cart-container .form-cart .action.clear,.cart-container .form-cart .action.update,.cart-container .cart-gift-item .action.clear,.cart-container .cart-gift-item .action.update{margin-left:10px}.block-cart-failed .action.continue,.cart-container .form-cart .action.continue,.cart-container .cart-gift-item .action.continue{float:left}h1{font-size:40px;margin-bottom:40px}.navigation,.breadcrumbs,.page-header .header.panel,.header.content,.footer.content,.page-wrapper>.widget,.page-wrapper>.page-bottom,.block.category.event,.top-container,.page-main{box-sizing:border-box;margin-left:auto;margin-right:auto;max-width:1280px;padding-left:20px;padding-right:20px;width:auto}.page-main{width:100%}.columns{display:block}.column.main{min-height:300px}.page-layout-1column .column.main{width:100%;-ms-flex-order:2;-webkit-order:2;order:2}.page-layout-3columns .column.main{width:66.66666667%;display:inline-block;-ms-flex-order:2;-webkit-order:2;order:2}.page-layout-2columns-left .column.main{width:83.33333333%;float:right;-ms-flex-order:2;-webkit-order:2;order:2}.page-layout-2columns-right .column.main{width:83.33333333%;float:left;-ms-flex-order:1;-webkit-order:1;order:1}.sidebar-main{padding-right:2%}.page-layout-3columns .sidebar-main{width:16.66666667%;float:left;-ms-flex-order:1;-webkit-order:1;order:1}.page-layout-2columns-left .sidebar-main{width:16.66666667%;float:left;-ms-flex-order:1;-webkit-order:1;order:1}.page-layout-2columns-right .sidebar-main{width:16.66666667%;float:left;-ms-flex-order:1;-webkit-order:1;order:1}.page-layout-2columns-right .sidebar-main{padding-left:2%;padding-right:0}.sidebar-additional{clear:right;padding-left:2%}.page-layout-3columns .sidebar-additional{width:16.66666667%;float:right;-ms-flex-order:3;-webkit-order:3;order:3}.page-layout-2columns-left .sidebar-additional{width:16.66666667%;float:right;-ms-flex-order:2;-webkit-order:2;order:2}.page-layout-2columns-right .sidebar-additional{width:16.66666667%;float:right;-ms-flex-order:2;-webkit-order:2;order:2}.page-layout-2columns-left .main{padding-left:2%}.page-layout-2columns-left .sidebar-additional{clear:left;float:left;padding-left:0}.panel.header{padding:10px 20px}.nav-toggle{display:none}.nav-sections{-webkit-flex-shrink:0;flex-shrink:0;-webkit-flex-basis:auto;flex-basis:auto;margin-bottom:25px}.nav-sections-item-title{display:none}.nav-sections-item-content>*{display:none}.nav-sections-item-content>.navigation{display:block}.navigation{background:#d2d5d9;font-size:14px;font-weight:700;height:inherit;left:auto;overflow:inherit;padding:0;position:relative;top:0;width:100%;z-index:3}.navigation:empty{display:none}.navigation ul{margin-top:0;margin-bottom:0;padding:0;position:relative}.navigation li.level0{border-top:none}.navigation li.level1{position:relative}.navigation .level0{margin:0 0 0 0;display:inline-block;position:relative}.navigation .level0:last-child{margin-right:0;padding-right:0}.navigation .level0:hover:after{content:'';display:block;position:absolute;top:0;left:100%;width:10px;height:calc(100% + 3px);z-index:1}.navigation .level0>.level-top{color:#000;line-height:1.5;padding:30px 0;text-decoration:none;box-sizing:border-box;position:relative;display:inline-block}.navigation .level0>.level-top:hover,.navigation .level0>.level-top.ui-state-focus{background:#e8eaec;color:#333;text-decoration:underline}.navigation .level0.active>.level-top,.navigation .level0.has-active>.level-top{background:#e8eaec;border-color:#ff5501;border-style:solid;border-width:0 0 3px;color:#333;text-decoration:none;display:inline-block}.navigation .level0.parent:hover>.submenu{overflow:visible !important}.navigation .level0.parent>.level-top{padding-right:20px}.navigation .level0.parent>.level-top>.ui-menu-icon{position:absolute;right:0;display:inline-block;text-decoration:none}.navigation .level0.parent>.level-top>.ui-menu-icon>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.navigation .level0.parent>.level-top>.ui-menu-icon:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:20px;color:inherit;content:'\e622';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.navigation .level0 .submenu{background:#e8eaec;border:1px solid #d1d1d1;box-shadow:0 5px 5px rgba(0,0,0,0.19);font-weight:700;min-width:230px;padding:0;display:none;left:0;margin:0 !important;position:absolute;z-index:1}.navigation .level0 .submenu:before{content:'';display:block;position:absolute;width:100%;height:4px;left:0;top:-4px;z-index:1}.navigation .level0 .submenu a{display:block;line-height:inherit;color:#000;padding:8px 20px}.navigation .level0 .submenu a:hover,.navigation .level0 .submenu a.ui-state-focus{background:#e8e8e8;color:#333;text-decoration:none}.navigation .level0 .submenu .active>a{border-color:#ff5501;border-style:solid;border-width:0 0 0 3px}.navigation .level0 .submenu .submenu{top:-1px !important;left:100% !important}.navigation .level0 .submenu .submenu-reverse{left:auto !important;right:100%}.navigation .level0 .submenu li{margin:0;position:relative}.navigation .level0 .submenu li.parent>a>.ui-menu-icon{position:absolute;right:3px;display:inline-block;text-decoration:none}.navigation .level0 .submenu li.parent>a>.ui-menu-icon>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.navigation .level0 .submenu li.parent>a>.ui-menu-icon:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:20px;color:inherit;content:'\e608';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.navigation .level0.more{position:relative;display:inline-block;text-decoration:none}.navigation .level0.more:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:26px;line-height:inherit;color:inherit;content:'\e607';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.navigation .level0.more:before{display:none}.navigation .level0.more:after{cursor:pointer;padding:8px 12px;position:relative;z-index:1}.navigation .level0.more:hover>.submenu{overflow:visible !important}.navigation .level0.more li{display:block}.panel.header .links,.panel.header .switcher{display:inline-block}.fieldset>.field{margin:0 0 20px;margin:0 0 29px}.fieldset>.field:not(.choice)>.label{box-sizing:content-box;float:none;width:auto;text-align:left;padding:0}.fieldset>.field:not(.choice)>.control{float:none;width:auto}.fieldset>.field>.label{margin:0;display:inline-block}.fieldset>.field.choice:before,.fieldset>.field.no-label:before{display:none}.product.data.items{position:relative;z-index:1}.product.data.items:before,.product.data.items:after{content:'';display:table}.product.data.items:after{clear:both}.product.data.items>.item.title{float:left;width:auto}.product.data.items>.item.title>.switch{height:20px;display:block;position:relative;z-index:2}.product.data.items>.item.content{margin-top:20px;box-sizing:border-box;float:right;margin-left:-100%;width:100%}.product.data.items>.item.content:before,.product.data.items>.item.content:after{content:'';display:table}.product.data.items>.item.content:after{clear:both}.product.data.items>.item.content.active{display:block}.product.data.items>.item.title{margin:0 5px 0 0}.product.data.items>.item.title>.switch{font-weight:600;line-height:20px;font-size:1.4rem;color:#7d7d7d;text-decoration:none;background:#f0f0f0;border:1px solid #d1d1d1;border-bottom:none;height:20px;padding:5px 20px 5px 20px}.product.data.items>.item.title>.switch:visited{color:#7d7d7d;text-decoration:none}.product.data.items>.item.title>.switch:hover{color:#7d7d7d;text-decoration:none}.product.data.items>.item.title>.switch:active{color:#636363;text-decoration:none}.product.data.items>.item.title:not(.disabled)>.switch:focus,.product.data.items>.item.title:not(.disabled)>.switch:hover{background:#fcfcfc}.product.data.items>.item.title:not(.disabled)>.switch:active,.product.data.items>.item.title.active>.switch,.product.data.items>.item.title.active>.switch:focus,.product.data.items>.item.title.active>.switch:hover{background:#fff;color:#636363;text-decoration:none}.product.data.items>.item.title.active>.switch,.product.data.items>.item.title.active>.switch:focus,.product.data.items>.item.title.active>.switch:hover{padding-bottom:6px}.product.data.items>.item.content{background:#fff;margin-top:31px;padding:20px 20px 20px 20px;border:0;border-top:1px solid #d1d1d1}.actions-toolbar{margin:10px 0 0;padding:10px 0 0}.actions-toolbar:before,.actions-toolbar:after{content:'';display:table}.actions-toolbar:after{clear:both}.actions-toolbar .primary{float:left}.actions-toolbar .secondary{float:right}.actions-toolbar .primary,.actions-toolbar .secondary{display:inline-block}.actions-toolbar .primary a.action,.actions-toolbar .secondary a.action{display:inline-block}.actions-toolbar .primary .action{margin:0 5px 0 0}.actions-toolbar .secondary a.action{margin-top:6px}.actions-toolbar>.primary,.actions-toolbar>.secondary{margin-bottom:0}.actions-toolbar>.primary .action,.actions-toolbar>.secondary .action{margin-bottom:0;width:auto}.modal-popup.modal-slide .modal-footer{border-top:1px solid #c1c1c1;text-align:right}#store-selector .form-continue .actions-toolbar>.primary{float:right}#store-selector .form-continue .actions-toolbar .action.primary{margin:0}.pagebuilder-mobile-only{display:none !important}.magento-payments-review .magento-payments-review-title{border-bottom:1px solid #d1d1d1}.magento-payments-review .block-content .box-order-shipping-address,.magento-payments-review .block-content .box-order-shipping-method,.magento-payments-review .block-content .box-order-shipping-method+.box-order-billing-address{box-sizing:border-box;float:left;width:33%}.magento-payments-review .block-content .box-order-shipping-address{padding:0 5%;width:34%}.magento-payments-review .table-magento-payments-review-items .col.price,.magento-payments-review .table-magento-payments-review-items .col.qty{text-align:center}.magento-payments-review .table-magento-payments-review-items .col.item{width:60%}.magento-payments-review .col.subtotal,.magento-payments-review .mark,.magento-payments-review .amount{text-align:right}.magento-payments-review-discount{border-top:1px solid #d1d1d1}.magento-payments-review-discount .block{margin-bottom:15px}.magento-payments-review-discount .block .title:after{display:inline;margin-left:10px;position:static}.magento-payments-review-discount .block .content{padding-bottom:0}.order-review-form .actions-toolbar>.primary{float:right}.order-review-form .action.primary{margin-right:0}.mollie-product-page-apple-pay-button{margin-bottom:0;margin-right:1%;width:49%}#modal-locationfinder-search .search-inputs div{width:49%}#wp_ln_shopby.filter-current #wp_ln_shopby_items{display:inline-block}.wp-ln-actions{width:98%;text-align:right}.wp-ln-action{cursor:pointer;display:inline-block}.wp-instant-search-wrapper{display:none}.wp-instant-search-wrapper.desktop{display:block}.wp-ln-action:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:13px;line-height:inherit;color:inherit;font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.wp-ln-show-less{display:none}.wp-filters{display:none}.sidebar.sidebar-main .wp-filters{display:none}body.slider-layer .column.main,body.slider-down-layer .column.main{width:100%}body.slider-layer .block.filter,body.slider-down-layer .block.filter{display:none}body.slider-layer .toolbar-products,body.slider-down-layer .toolbar-products{margin-left:90px}body.slider-layer .sidebar.sidebar-main .wp-filters,body.slider-down-layer .sidebar.sidebar-main .wp-filters{display:block;position:absolute;top:5px;height:20px;cursor:pointer;font-weight:bold}body.slider-layer .sidebar.sidebar-main .wp-filters .wp-filters-text,body.slider-down-layer .sidebar.sidebar-main .wp-filters .wp-filters-text{vertical-align:top;font-weight:bold}body.slider-layer .wp-ln-overlay,body.slider-down-layer .wp-ln-overlay{position:fixed;top:0;left:0;width:100%;height:100%;display:none;z-index:99;background:rgba(0,0,0,0.3);overflow:hidden;cursor:pointer}.sidebar.sidebar-main b.wp-slide-in{display:inline-block;background:url('../WeltPixel_LayeredNavigation/images/slide_icon.png') no-repeat;width:20px;height:23px;transition:scale 100ms ease;margin:2px 8px 0 0}.sidebar.sidebar-main span.wp-slide-down-add.active{display:inline-block;width:20px;height:23px;transition:scale 100ms ease;margin:2px 8px 0 0}.sidebar.sidebar-main span.wp-slide-down-add.active:after{content:'\e621';font-family:'luma-icons';position:absolute;top:1px;margin-left:5px}.sidebar.sidebar-main span.wp-slide-down-add{display:inline-block;transition:scale 100ms ease}.sidebar.sidebar-main span.wp-slide-down-add:after{content:'\e622';font-family:'luma-icons';position:absolute;top:1px;margin-left:5px}.slide-in-filter{position:fixed;top:0;left:0;width:12%;min-width:250px;background:#fff;height:95%;padding:25px;overflow:scroll;margin-bottom:10px;z-index:100}.slide-in-filter .block-subtitle{font-size:15px;text-align:center;padding:10px 10px 30px}.slide-in-filter .filter-options-item{padding:15px 0;border-bottom:1px solid #ecece7}.slide-in-filter.hide-selected-filters .filter-content{position:relative}.slide-in-filter.hide-selected-filters .filter-content .filter-actions{margin:0}.slide-in-filter.hide-selected-filters .filter-content .filter-actions a.filter-clear{position:absolute;bottom:0}.sidebar .slide-down-filter .filter-options .filter-options-item .filter-options-content #swatch-wrapper{text-align:left !important}.sidebar .slide-down-filter.no-box-shadow{box-shadow:none}.slide-down-filter{display:block;position:absolute;background:#fff;top:38px;width:98%;z-index:100;overflow-y:hidden;padding:10px;border-bottom:1px solid #ccc;-moz-box-shadow:inset 0 2px 2px #ccc;-webkit-box-shadow:inset 0 2px 2px #ccc;box-shadow:inset 0 2px 2px #ccc}.slide-down-filter:hover{overflow-y:auto;overflow-y:overlay}.slide-down-filter .filter-options-title:after{content:''}.slide-down-filter .filter-options-item{float:left;padding:15px 1% 15px 5px;border:0 none;overflow:hidden}.slide-down-filter .filter-options-item .filter-options-content{overflow:hidden;height:95%}.slide-down-filter .filter-options-item .filter-options-content:hover{overflow-y:auto;overflow-y:overlay}.slide-down-filter .block-content .block-subtitle{padding:15px 20px 15px}.slide-down-filter .block-content #wp_ln_shopby_items{display:inline-block}.slide-down-filter .block-content #wp_ln_shopby_items .item{float:left;margin:10px}.slide-down-filter .block-content .filter-actions{margin:0;float:right}b.wp-ln-load-more:after{content:"\e607"}b.wp-ln-show-less:after{content:"\e618"}b.wp-ln-load-more:before{content:''}b.show-less:before{content:''}#layered-filter-block .wp-ln-selected a{border-left:5px solid #f00;padding-left:11px;font-style:italic;color:#908f8f}#layered-filter-block .filter-options-item .filter-options-content{display:none}#layered-filter-block .filter-options-item.active .filter-options-content{display:block}#layered-filter-block .wp-ln-selected .swatch-option{position:relative;overflow:visible;outline:2px solid #e00;border:1px solid #fff}#layered-filter-block .wp-ln-selected .swatch-option:before{visibility:visible;border:3px solid #fff !important}#layered-filter-block .wp-ln-selected .swatch-option:after{visibility:visible !important}#layer-product-list .message.info.empty{margin-left:90px !important}body.wp-ln-open .page-wrapper div.page-header,body.wp-ln-open .page-wrapper .nav-sections,body.wp-ln-open .page-wrapper nav.navigation{z-index:1 !important}body.theme-pearl .slide-in-filter{height:100% !important}body.theme-pearl b.wp-ln-load-more:before{content:"\e614";font-family:'luma-icons'}body.theme-pearl b.wp-ln-show-less:before{content:"\e613";font-family:'luma-icons'}body.theme-pearl b.wp-ln-load-more:after{content:''}body.theme-pearl b.wp-ln-show-less:after{content:''}body.theme-pearl .sidebar.sidebar-main .wp-filters{top:16px !important}body.theme-pearl .sidebar.sidebar-main .wp-filters .wp-filters-text{text-transform:uppercase}body.theme-pearl #layered-filter-block .wp-ln-selected a{text-decoration:none;font-weight:900;border-left:0 none;font-style:normal;color:inherit}body.theme-pearl #layered-filter-block .wp-ln-selected a:before{background:#303030;border:1px solid #303030 !important}body.theme-pearl #layered-filter-block .wp-ln-selected .swatch-option{outline:2px solid #e00;border:1px solid #fff}body.theme-pearl #layered-filter-block .wp-ln-selected .swatch-option.text{position:relative;overflow:visible;border:2px solid #999 !important}body.theme-pearl #layered-filter-block .filter-options .swatch-option.color.disabled:after{visibility:visible;content:''}body.theme-pearl #layered-filter-block .filter-options .swatch-option.color.disabled:hover{overflow:hidden}body.theme-pearl #layered-filter-block .filter-options .swatch-option.color.disabled:hover:before{visibility:hidden}body.theme-pearl #layer-product-list .message.info.empty{margin-left:90px !important}body.theme-pearl .slide-down-filter{width:99%;top:52px;border:0 none;-moz-box-shadow:0 20px 30px 0 rgba(0,0,0,0.05);-webkit-box-shadow:0 20px 30px 0 rgba(0,0,0,0.05);box-shadow:0 20px 30px 0 rgba(0,0,0,0.05)}body.theme-pearl .slide-down-filter .block-subtitle{border:0 none !important}body.theme-pearl .slide-down-filter .filter-options-title{border:0 none !important;font-weight:800 !important}body.theme-pearl .ui-slider{background:#b3b3b3 !important;color:#333333;border:1px solid #e9e9e9;height:5px;margin:15px 0 25px 5px;position:relative;width:93%}body.theme-pearl .ui-slider .ui-slider-handle:first-of-type,body.theme-pearl .ui-slider .ui-slider-handle:last-of-type{display:block;padding:0;position:absolute;transform:translateY(-50%);top:50%}body.theme-pearl .ui-slider .ui-slider-handle:first-of-type{left:0;margin-left:-5px}body.theme-pearl .ui-slider .ui-slider-handle:last-of-type{padding:0;margin-left:-5px}body.theme-pearl .ui-slider .ui-widget-header{background:#e9e9e9 !important;height:100%;position:absolute}body.theme-pearl .ui-slider .ui-slider-range{background:#000 !important}body.theme-pearl .ui-slider .ui-slider-handle{cursor:ew-resize;width:1em;height:1em;top:-4px;background:#000000}body.theme-pearl .ui-slider .ui-corner-all{border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px}body.theme-pearl div.wp-slider-inp{width:100%;display:inline-block}body.theme-pearl div.wp-slider-inp a.wp-price-slider-a{float:right}body.theme-pearl div.wp-slider-inp a.wp-price-slider-a:hover{font-weight:bold;background:none}body.theme-pearl div.wp-slider-inp label{color:#757575;padding:0 5px}body.theme-pearl #rat_items li.item a{text-decoration:none !important}body.theme-pearl #rat_items li.item a:hover{text-decoration:none !important}body.theme-pearl .filter-options-content .items li.item{width:96%}body.theme-pearl .filter-options-content .items li.item:last-of-type{padding-bottom:15px}body.theme-pearl p.wp-slider-action{text-align:right}body.theme-pearl ::-webkit-scrollbar{width:4px;background-color:#F5F5F5}body.theme-pearl ::-webkit-scrollbar-track{background-color:#fff}body.theme-pearl ::-webkit-scrollbar-thumb{background-color:#c2c2c2;border-radius:4px}.ui-slider{background:#fff !important;color:#333333;border:1px solid #e9e9e9;height:5px;margin:15px 0 25px 0;width:98%}.ui-slider .ui-widget-header{height:100%;position:absolute;background:#e9e9e9 !important}.ui-slider .ui-slider-handle{cursor:ew-resize !important;width:0.3em;height:1em;top:-4px}.ui-slider .ui-corner-all{border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px}div.wp-slider-inp{width:100%;display:inline-block}div.wp-slider-inp .wp-slider-from{width:55%;text-align:left;float:left}div.wp-slider-inp .wp-slider-to{width:45%;text-align:right;float:right}div.wp-slider-inp .wp-price-slider-inp{max-width:41px;text-align:center;padding:0;margin-left:-2px}div.wp-slider-inp .wp-price-slider-inp.inp-type{max-width:30%;height:24px !important;margin-left:2px}div.wp-slider-inp .wp-price-slider-inp.inp-type#amount_to{margin-right:auto}div.wp-slider-inp .wp-slider-inp-range{display:flex;justify-content:flex-start;align-items:center}div.wp-slider-inp .wp-slider-inp-range .price-value-wrapper{margin-right:auto}div.wp-slider-inp .wp-slider-inp-range a.wp-price-slider-a{float:right}div.wp-slider-inp .wp-slider-inp-range a.wp-price-slider-a:hover{font-weight:bold;background:none}div.wp-slider-inp label{color:#757575;padding:0 5px}p.wp-slider-action{text-align:right}.items a.wp-filter-disabled{pointer-events:none;cursor:default;color:#ccc}.wp-instant-search-wrapper .wp-instant-search-inp{width:90%}.show-hide-filter-desktop .show-filter-icon{display:inline-block;float:left;cursor:pointer}.show-hide-filter-desktop .desktop-show-filter,.show-hide-filter-desktop .desktop-hide-filter{display:inline-block;cursor:pointer}.show-hide-filter-desktop .desktop-show-filter .show-filter-icon,.show-hide-filter-desktop .desktop-hide-filter .show-filter-icon{display:inline-block;background:url('../WeltPixel_LayeredNavigation/images/slide_icon.png') no-repeat;width:20px;height:23px;transition:scale 100ms ease;margin:2px 8px 0 0}.show-hide-filter-desktop .desktop-show-filter{display:none}.column.main.no-left-padding{padding-left:0}.weltpixel-horizontalnavigation .filter-options .filter-options-item .filter-options-content .items li.item:last-of-type{padding-bottom:5px}.weltpixel-horizontalnavigation .filter-options .filter-options-item .filter-options-content .item{margin:0 3px 5px;border-radius:5px}.weltpixel-horizontalnavigation .filter-options .filter-options-item.active{z-index:30}.page-wrapper .page-header.sticky-header.no-box-shadow,.page-wrapper .nav-sections.sticky-header.no-box-shadow{box-shadow:none}body.page-layout-1column .filter.block{border-top:none}body.page-layout-1column .horizontal-v2{display:flex;align-items:center;position:relative}body.page-layout-1column .horizontal-v2 .filter-actions-wrapper{display:flex;align-items:center}body.page-layout-1column .horizontal-v2 .filter-actions-wrapper .filter-current{display:flex;align-items:center}body.page-layout-1column .horizontal-v2 .filter-options{margin-bottom:25px}body.page-layout-1column .horizontal-v2 .filter-actions{margin-bottom:0}body.page-layout-1column .horizontal-v2 .filter-options-content ol.items{max-height:60vh;overflow-y:scroll}body.page-layout-1column .horizontal-v1 .filter-current{display:flex;align-items:center}body.page-layout-1column .horizontal-v1 .filter-actions{margin-bottom:0}body.page-layout-1column .horizontal-v1 .filter-options-content ol.items{max-height:60vh;overflow-y:scroll}body.page-layout-1column #layered-filter-block.horizontal-v3{display:flex;align-items:center}body.page-layout-1column #layered-filter-block.horizontal-v3 .block-content.filter-content .filter-options .filter-options-item{margin-bottom:5px;margin-right:10px}body.page-layout-1column #layered-filter-block.horizontal-v3 .block-content.filter-content .filter-options .filter-options-item .filter-options-title{transition:.3s;transition-property:all;transition-duration:0.3s;transition-timing-function:ease;transition-delay:0s;padding:10px 15px}body.page-layout-1column #layered-filter-block.horizontal-v3 .block-content.filter-content .filter-options .filter-options-item .filter-options-title:after{transition:transform .45s cubic-bezier(.165, .84, .44, 1),-webkit-transform .45s cubic-bezier(.165, .84, .44, 1);position:relative;margin-left:10px;top:0;left:0}body.page-layout-1column #layered-filter-block.horizontal-v3 .block-content.filter-content .filter-options .filter-options-item .filter-options-content{width:auto;opacity:0;transition:.3s cubic-bezier(.215, .61, .355, 1);margin-top:5px}body.page-layout-1column #layered-filter-block.horizontal-v3 .block-content.filter-content .filter-options .filter-options-item .filter-options-content .wp-instant-search-wrapper.desktop{margin-top:10px}body.page-layout-1column #layered-filter-block.horizontal-v3 .block-content.filter-content .filter-options .filter-options-item .filter-options-content .filter-options-content-title{display:flex;align-items:center;padding:10px 15px;font-size:16px;font-weight:700;border-bottom:1px solid #ccc;white-space:nowrap}body.page-layout-1column #layered-filter-block.horizontal-v3 .block-content.filter-content .filter-options .filter-options-item .filter-options-content .items{overflow-y:scroll;max-height:200px;margin:10px 10px 15px 10px}body.page-layout-1column #layered-filter-block.horizontal-v3 .block-content.filter-content .filter-options .filter-options-item .filter-options-content .items li.item{margin:0;padding:5px 8px 5px 0;width:100%}body.page-layout-1column #layered-filter-block.horizontal-v3 .block-content.filter-content .filter-options .filter-options-item .filter-options-content .items li.item a{margin:0}body.page-layout-1column #layered-filter-block.horizontal-v3 .block-content.filter-content .filter-options .filter-options-item .filter-options-content .items::-webkit-scrollbar{display:none}body.page-layout-1column #layered-filter-block.horizontal-v3 .block-content.filter-content .filter-options .filter-options-item:after,body.page-layout-1column #layered-filter-block.horizontal-v3 .block-content.filter-content .filter-options .filter-options-item:before{display:none}body.page-layout-1column #layered-filter-block.horizontal-v3 .block-content.filter-content .filter-options .filter-options-item.active .filter-options-title:after{content:'\e622';transform:rotate(180deg)}body.page-layout-1column #layered-filter-block.horizontal-v3 .block-content.filter-content .filter-options .filter-options-item.active .filter-options-content{opacity:100%}body.page-layout-1column #layered-filter-block.horizontal-v3 .block-content.filter-content .filter-options .filter-options-item.active .filter-options-content .items:hover::-webkit-scrollbar{display:block}body.page-layout-1column .filter-align-left{justify-content:left}body.page-layout-1column .filter-align-center{justify-content:center}body.page-layout-1column .filters-box-shadow{box-shadow:0 20px 30px 0 rgba(0,0,0,0.05)}body.page-layout-1column .sticky-filters{position:fixed;width:100%;z-index:100;left:0;background:white;justify-content:center}body.page-layout-1column .sticky-filters .filter-options{margin-bottom:0}body.page-layout-1column .sticky-filters .filter-actions-wrapper,body.page-layout-1column .sticky-filters .filter-actions{display:flex;justify-content:center;align-items:center}body.page-layout-1column .sticky-filters .filter-actions-wrapper .filter-actions,body.page-layout-1column .sticky-filters .filter-actions .filter-actions{margin-bottom:0;min-height:35px}body.page-layout-1column #layered-filter-block .filter-content.reverse-order{display:flex;flex-direction:column-reverse}body.page-layout-1column.weltpixel-horizontalnavigation #layered-filter-block .filter-options .filter-options-content{min-width:200px;width:auto !important;padding:5px}body.page-layout-1column.weltpixel-horizontalnavigation #layered-filter-block .filter-options .filter-options-content .wp-instant-search-wrapper.desktop,body.page-layout-1column.weltpixel-horizontalnavigation #layered-filter-block .filter-options .filter-options-content .wp-instant-search-wrapper.mobile{display:flex;justify-content:center}body.page-layout-1column.weltpixel-horizontalnavigation #layered-filter-block .filter-options .filter-options-content .item{white-space:nowrap}body.page-layout-1column.weltpixel-horizontalnavigation #layered-filter-block .filter-options .filter-options-content .item:hover{background-color:white}.block-cart-failed .actions{text-align:left}.block-cart-failed .actions.primary{float:right}.bundle-options-container .bundle-options-wrapper,.bundle-options-container .product-options-wrapper{float:left;width:57%}.bundle-options-container .block-bundle-summary{float:right;position:relative;width:40%}.page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,.page-layout-2columns-left .bundle-options-container .block-bundle-summary,.page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,.page-layout-2columns-right .bundle-options-container .block-bundle-summary,.page-layout-3columns .bundle-options-container .bundle-options-wrapper,.page-layout-3columns .bundle-options-container .block-bundle-summary{width:48%}.page-products .products-grid .product-item{margin-left:2%;padding:0;width:calc((100% - 4%) / 3)}.page-products .products-grid .product-item:nth-child(3n + 1){margin-left:0}.page-products.page-layout-1column .products-grid .product-item{width:25%}.page-products.page-layout-3columns .products-grid .product-item{width:50%}.page-products .columns{padding-top:0;position:relative;z-index:1}.products.wrapper~.toolbar .pages{float:left}.toolbar-amount{float:left}.sorter{float:right}.modes{display:inline-block;float:left;margin-right:20px}.products.wrapper~.toolbar .modes{display:none}.modes-mode{color:#7d7d7d;border:1px solid #d1d1d1;border-right:0;float:left;font-weight:400;line-height:1;padding:7px 10px;text-align:center;display:inline-block;text-decoration:none}.modes-mode:not(.active):hover{color:#7d7d7d;background:#dedede}.modes-mode:last-child{border-right:1px solid #d1d1d1}.modes-mode.active{color:#a6a6a6}.modes-mode>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.modes-mode:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:24px;line-height:inherit;color:#7d7d7d;content:'\e60d';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.modes-mode:hover:before{color:#7d7d7d}.mode-list:before{content:'\e60b'}.products.wrapper~.toolbar .limiter{display:block;float:right}.product-info-main .box-tocart,.product-options-bottom .box-tocart{display:table}.product-info-main .box-tocart .field.qty,.product-options-bottom .box-tocart .field.qty{display:table-cell}.product-info-main .box-tocart .actions,.product-options-bottom .box-tocart .actions{display:table-cell;padding-top:25px;text-align:center;vertical-align:bottom}.product-info-main .page-title-wrapper .page-title{margin-top:-13px}.sidebar .product-items .product-item-info .product-item-photo{float:left;left:auto;margin:0 10px 10px 0;position:relative;top:auto}.sidebar .product-items .product-item-details{margin:0}.sidebar .product-items .product-item-actions{clear:left}.product-info-main{float:right}.product.media{float:left;margin-bottom:25px}.page-layout-1column .product-info-main{width:40%}.page-layout-1column .product.media{width:57%}.page-layout-2columns-left .product-info-main,.page-layout-2columns-right .product-info-main,.page-layout-3columns .product-info-main{width:48%}.page-layout-2columns-left .product.media,.page-layout-2columns-right .product.media,.page-layout-3columns .product.media{width:50%}.block-category-event.block:last-child{margin-bottom:30px;padding:10px 0 30px}.block-category-event .block-title{margin:0}.block-category-event .block-title strong{font-size:2.4rem}.block-category-event .ticker li{display:none;margin:0 50px}.block-category-event .ticker .value{font-size:6rem}.block-category-event .ticker .label{font-size:1.4rem;text-transform:none}.block-category-event .dates .date{font-size:5rem}.block-category-event .dates .start{padding-right:50px}.block-category-event .dates .start:after{font-size:5rem;right:10px}.block-search{float:right;padding-left:15px;position:relative;width:250px;z-index:4}.block-search .control{border-top:0;margin:0;padding:0 0 25px}.block-search .nested{display:block;padding-top:5px;position:absolute}.block-search input{margin:0;padding-right:35px;position:static}.block-search input::-webkit-input-placeholder{color:#636363}.block-search input:-moz-placeholder{color:#636363}.block-search input::-moz-placeholder{color:#636363}.block-search input:-ms-input-placeholder{color:#636363}.block-search .action.search{display:inline-block;background-image:none;background:none;-moz-box-sizing:content-box;border:0;box-shadow:none;line-height:inherit;margin:0;padding:0;text-decoration:none;text-shadow:none;font-weight:400;padding:5px 0;position:absolute;right:10px;top:0;z-index:1}.block-search .action.search>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.block-search .action.search:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;line-height:22px;color:#8f8f8f;content:'\e615';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.block-search .action.search:hover:before{color:inherit}.block-search .action.search:active:before{color:inherit}.block-search .action.search:focus,.block-search .action.search:active{background:none;border:none}.block-search .action.search:hover{background:none;border:none}.block-search .action.search.disabled,.block-search .action.search[disabled],fieldset[disabled] .block-search .action.search{pointer-events:none;opacity:.5}.block-search .action.search:focus:before{color:#333}.search-autocomplete{margin-top:0}.cart-container .widget{float:left}.cart-container .widget.block{margin-bottom:20px}.cart-summary{float:right;position:relative;width:23%}.column.main .cart-summary .actions-toolbar>.secondary{float:none}.cart-summary .block .fieldset .field{margin:0 0 20px;margin:0 0 10px}.cart-summary .block .fieldset .field:not(.choice)>.label{box-sizing:content-box;float:none;width:auto;text-align:left;padding:0}.cart-summary .block .fieldset .field:not(.choice)>.control{float:none;width:auto}.cart-summary .block .fieldset .field>.label{margin:0;display:inline-block}.cart-summary .block .fieldset .field.choice:before,.cart-summary .block .fieldset .field.no-label:before{display:none}.cart.table-wrapper .items{min-width:100%;width:auto}.cart.table-wrapper .item .col.item{padding:27px 8px 10px}.cart.table-wrapper .item-actions td{text-align:right}.cart.table-wrapper .product-item-photo{display:table-cell;max-width:100%;padding-right:20px;position:static;vertical-align:top;width:1%}.cart.table-wrapper .product-item-details{display:table-cell;vertical-align:top;white-space:normal;width:99%}.cart.table-wrapper .item-actions .actions-toolbar{text-align:left}.cart .action{margin-bottom:10px}.cart-products-toolbar .toolbar-amount{line-height:30px;margin:0}.cart-products-toolbar .pages{float:right;margin:0 0 1px}.cart-products-toolbar .pages .item:last-child{margin-right:0}.cart.table-wrapper .cart-products-toolbar+.cart thead tr th.col{padding-bottom:7px;padding-top:8px}.cart.table-wrapper .cart+.cart-products-toolbar{margin-top:25px}.minicart-wrapper{margin-left:13px}.minicart-wrapper .block-minicart{right:-15px;width:390px}.opc-wrapper{width:66.66666667%;float:left;-ms-flex-order:1;-webkit-order:1;order:1;padding-right:30px}.checkout-onepage-success .print{display:block;float:right;margin:22px 0 0}.opc-progress-bar-item{width:185px}.checkout-index-index .modal-popup .form-shipping-address{max-width:600px}.checkout-index-index .modal-popup .modal-footer .action-save-address{float:right;margin:0 0 0 10px}.checkout-shipping-method .actions-toolbar>.primary{float:right}.checkout-shipping-method .actions-toolbar .action.primary{margin:0}.opc-wrapper .form-login,.opc-wrapper .form-shipping-address{max-width:600px}.table-checkout-shipping-method{width:auto}.opc-sidebar{margin:46px 0 20px;width:33.33333333%;float:right;-ms-flex-order:2;-webkit-order:2;order:2}.opc-summary-wrapper .modal-header .action-close{display:none}.authentication-dropdown{background-color:#fff;border:1px solid #aeaeae;-webkit-transform:scale(1, 0);-webkit-transform-origin:0 0;-webkit-transition:-webkit-transform linear .1s,visibility 0s linear .1s;position:absolute;text-align:left;top:100%;transform:scale(1, 0);transform-origin:0 0;transition:transform linear .1s,visibility 0s linear .1s;visibility:hidden;width:100%}.authentication-dropdown._show{z-index:100;-webkit-transform:scale(1, 1);-webkit-transition:-webkit-transform linear .1s,visibility 0s linear 0s;transform:scale(1, 1);transition:transform linear .1s,visibility 0s linear 0s;visibility:visible}.authentication-wrapper{width:33.33333333%;text-align:right}.block-authentication .block-title{font-size:2.4rem;border-bottom:0;margin-bottom:25px}.block-authentication .actions-toolbar>.primary{display:inline;float:right;margin-right:0}.block-authentication .actions-toolbar>.primary .action{margin-right:0}.block-authentication .actions-toolbar>.secondary{float:left;margin-right:2rem;padding-top:1rem}.popup-authentication .modal-inner-wrap{min-width:768px;width:60%}.popup-authentication .block-authentication{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;border-top:1px solid #c1c1c1}.popup-authentication .block[class],.popup-authentication .form-login,.popup-authentication .fieldset,.popup-authentication .block-content{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-grow:1;flex-grow:1}.popup-authentication .block[class]{box-sizing:border-box;float:left;padding:10px 30px 0 0;width:50%}.popup-authentication .block[class]+.block{border-left:1px solid #c1c1c1;border-top:0;margin:0;padding:10px 0 0 40px}.popup-authentication .block[class]+.block:before{left:0;top:50%}.popup-authentication .actions-toolbar{margin-bottom:0;margin-top:auto}.checkout-payment-method .actions-toolbar .primary{float:right;margin:0}.checkout-payment-method .fieldset>.field-select-billing>.control{float:none;width:100%}.checkout-payment-method .payment-method-content .fieldset>.field{margin:0 0 20px}.checkout-payment-method .payment-method-content .fieldset>.field.choice:before{padding:0;width:0}.checkout-payment-method .payment-method-content .fieldset>.field.type .control{margin-left:25.8%}.checkout-payment-method .payment-method-content .fieldset>.field.type.no-detection .control{margin-left:0}.checkout-billing-address .action-update{float:right}.checkout-billing-address .actions-toolbar .action-cancel{margin:6px 20px 0 0}.checkout-payment-method .payment-option-title{padding-left:22px}.checkout-payment-method .payment-option-content .payment-option-inner+.actions-toolbar{margin-left:0}.contact-index-index .column:not(.sidebar-additional) .form.contact{min-width:600px}.login-container .block .login .actions-toolbar>.primary{margin-bottom:0;margin-right:30px}.login-container .block .login .actions-toolbar>.secondary{float:left}.fieldset .fullname .field .label{padding:6px 15px 0 0;text-align:right;width:0;box-sizing:border-box;float:left}.fieldset .fullname .field .control{width:74.2%;float:left}.form.password.reset,.form.send.confirmation,.form.password.forget,.form.create.account,.form.search.advanced,.form.form-orders-search{min-width:600px;width:50%}.account.page-layout-2columns-left .sidebar-main,.account.page-layout-2columns-left .sidebar-additional{width:22.3%}.account.page-layout-2columns-left .column.main{width:77.7%}.block-addresses-list .items.addresses{font-size:0}.block-addresses-list .items.addresses>.item{display:inline-block;font-size:14px;margin-bottom:20px;vertical-align:top;width:48.8%}.block-addresses-list .items.addresses>.item:nth-last-child(1),.block-addresses-list .items.addresses>.item:nth-last-child(2){margin-bottom:0}.block-addresses-list .items.addresses>.item:nth-child(even){margin-left:2.4%}.control.captcha-image .captcha-img{margin:0 10px 10px 0}.page-product-downloadable .product-options-wrapper{float:left;width:55%}.page-product-downloadable .product-options-bottom{float:right;width:40%}.page-product-downloadable .product-options-bottom .field.qty+.actions{padding-top:0}.gift-message .field{margin-bottom:20px}.gift-options{position:relative;z-index:1}.gift-options .actions-toolbar{clear:both;float:right;position:static}.gift-options .actions-toolbar .secondary{float:right}.gift-options .actions-toolbar .secondary .action{float:right;margin-left:20px}.gift-options .actions-toolbar .secondary .action-cancel{display:block;float:left;margin-top:6px}.gift-options .actions-toolbar:nth-child(3):before{border-left:1px solid #c1c1c1;bottom:5rem;content:'';display:block;left:50%;overflow:hidden;position:absolute;top:0;width:0}.gift-options-title{font-weight:300;font-size:1.8rem}.cart.table-wrapper .action-gift{float:left}.order-options .gift-wrapping,.table-order-review .gift-wrapping{max-width:50%}.form-giftregistry-search .fieldset{margin-bottom:29px}.form-giftregistry-search .fieldset>.fields-specific-options>.field{margin:0 0 20px}.form-giftregistry-search .fieldset>.fields-specific-options>.field:not(.choice)>.label{box-sizing:content-box;float:none;width:auto;text-align:left;padding:0}.form-giftregistry-search .fieldset>.fields-specific-options>.field:not(.choice)>.control{float:none;width:auto}.form-giftregistry-search .fieldset>.fields-specific-options>.field>.label{margin:0;display:inline-block}.form-giftregistry-search .fieldset>.fields-specific-options>.field.choice:before,.form-giftregistry-search .fieldset>.fields-specific-options>.field.no-label:before{display:none}.block-giftregistry-shared-items .product-item-photo{display:table-cell;max-width:100%;padding:0 20px 0 0;vertical-align:top;width:1%}.block-giftregistry-shared-items .product-item-details{display:table-cell;vertical-align:top;width:99%;word-break:normal}.block-giftregistry-shared-items .col.product{width:48%}.block-giftregistry-shared-items .col:not(.product){text-align:center}.block-giftregistry-shared-items .col.price{padding-top:17px}.block-giftregistry-shared-items .input-text.qty{margin-top:-4px}.gift-options-cart-item .gift-wrapping,.cart-gift-item .gift-wrapping{box-sizing:border-box;float:left;padding-right:20px;width:50%}.gift-options-cart-item .gift-wrapping+.gift-message,.cart-gift-item .gift-wrapping+.gift-message{border-left:1px solid #c1c1c1;box-sizing:border-box;float:left;padding-left:4.5rem;width:50%}.form-add-invitations .additional,.form-add-invitations .field.text{margin-top:29px}.table-invitations .col{width:50%}.wishlist.window.popup{bottom:auto;top:20%;left:50%;margin-left:-212px;width:380px;right:auto}.wishlist.window.popup .field{margin:0 0 20px}.wishlist.window.popup .field:not(.choice)>.label{box-sizing:content-box;float:none;width:auto;text-align:left;padding:0}.wishlist.window.popup .field:not(.choice)>.control{float:none;width:auto}.wishlist.window.popup .field>.label{margin:0;display:inline-block}.wishlist.window.popup .field.choice:before,.wishlist.window.popup .field.no-label:before{display:none}.block-wishlist-management{margin-bottom:20px}.block-wishlist-management .wishlist-select{border-bottom:1px solid #e8e8e8;display:table;margin-bottom:15px;width:100%}.block-wishlist-management .wishlist-select .wishlist-name{display:table-cell;margin-right:10px;padding:5px 10px 10px;vertical-align:top;white-space:nowrap;width:5%}.block-wishlist-management .wishlist-select-items{display:table-cell;padding-right:160px;vertical-align:top}.block-wishlist-management .wishlist-select-items .item{display:inline-block;margin-right:10px;padding:5px 10px 10px}.block-wishlist-management .wishlist-select-items .item:last-child{margin-right:0}.block-wishlist-management .wishlist-select-items .current{border-bottom:3px solid #ff5501;font-weight:600}.block-wishlist-management .wishlist-select .wishlist-name-current{display:none}.block-wishlist-management .wishlist-add.item{position:absolute;right:0;top:0}.block-wishlist-management .wishlist-title strong{font-size:4rem}.block-wishlist-management .wishlist-info{float:left}.block-wishlist-management .wishlist-toolbar{float:right}.block-wishlist-info-items .product-item-photo{margin-left:0}.products-grid.wishlist .product-item-checkbox{float:left}.products-grid.wishlist .product-item-checkbox+.product-item-name{margin-left:25px}.block.newsletter{max-width:44%;width:max-content}.block.newsletter .field{margin-right:5px}.block.newsletter .field.newsletter{max-width:220px}.block.newsletter .field .control{width:100%}.block.newsletter .action.subscribe{border-radius:3px}.paypal-review .paypal-review-title{border-bottom:1px solid #d1d1d1}.paypal-review .block-content .box-order-shipping-address,.paypal-review .block-content .box-order-shipping-method,.paypal-review .block-content .box-order-shipping-method+.box-order-billing-address{box-sizing:border-box;float:left;width:33%}.paypal-review .block-content .box-order-shipping-address{padding:0 5%;width:34%}.paypal-review .col.subtotal,.paypal-review .mark,.paypal-review .amount{text-align:right}.products.wrapper.list .product-reviews-summary{margin:0}.reward-settings+.actions-toolbar{margin-top:-32px}.form-create-return .additional .field:last-child{margin-top:29px}.magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box{margin-bottom:20px}.block-returns-tracking .block-title .action{margin:0 0 0 30px}.block-returns-tracking .block-title .actions-track{float:right;margin-top:12px}.table-order-items .subtotal,.table-order-items .amount{text-align:right}.table-order-items.creditmemo .col.qty,.table-order-items.creditmemo .col.discount,.table-order-items.creditmemo .col.subtotal{text-align:center}.table-order-items.creditmemo .col.total{text-align:right}.order-pager-wrapper .order-pager-wrapper-top{padding-left:0;padding-right:0}.order-pager-wrapper .pages{float:right}.order-actions-toolbar .action.print{display:block;float:right}.page-title-wrapper .order-date{margin-top:-20px}[class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,.sales-guest-view .column.main .block:not(.widget) .block-content .box{margin-bottom:20px}.page-wrapper>.breadcrumbs,.page-wrapper>.top-container,.page-wrapper>.widget{box-sizing:border-box;width:100%}.navigation ul{padding:0 8px}.header.panel>.header.links{float:right;font-size:0;margin:0;padding:0;list-style:none none;margin-left:auto}.header.panel>.header.links>li{display:inline-block;vertical-align:top}.header.panel>.header.links>li{font-size:14px;margin:0 0 0 15px}.header.panel>.header.links>li.welcome,.header.panel>.header.links>li a{line-height:1.4}.header.panel>.header.links>li.welcome a{padding-left:5px}.header.content{padding:30px 20px 0}.page-header{border:0;margin-bottom:0}.page-header .panel.wrapper{border-bottom:1px solid #e8e8e8}.page-header .header.panel{padding-bottom:10px;padding-top:10px}.page-header .switcher{display:inline-block}.page-main>.page-title-wrapper .page-title{display:inline-block}.page-main>.page-title-wrapper .page-title+.action{float:right;margin-top:20px}.logo{margin:0 auto 25px 0}.logo img{max-height:inherit}.footer.content .block{float:right}.footer.content .links{display:inline-block;margin-bottom:20px;padding:0 50px 0 0;vertical-align:top}.footer.content .switcher.store{display:inline-block;padding-right:50px;vertical-align:top}.my-credit-cards .card-type img{display:block}.products-grid.wishlist .product-item-tooltip{display:inline-block}.products-grid.wishlist .product-item-actions{margin:10px 0 0}.products-grid.wishlist .product-item .fieldset .field.qty{margin-bottom:10px;padding-right:10px}.products-grid.wishlist .product-item .fieldset .field.qty .label{width:auto}.products-grid.wishlist .product-item .box-tocart .actions-primary{margin:0}.products-grid.wishlist .product-item .box-tocart .stock{margin:20px 0 0}.wishlist-index-index .product-item-info{width:240px}.filter.block{margin-bottom:40px}.filter-title{display:none}.filter-content .item{margin:10px 0}.filter-actions{margin-bottom:30px}.filter.active .filter-options,.filter-options{background:transparent;clear:both;display:block;overflow:initial;position:static}.filter-subtitle{display:block;position:static}.page-layout-1column .toolbar-products{position:absolute;top:0;width:100%}.page-layout-1column .products~.toolbar-products{position:static}.page-layout-1column.page-with-filter .column.main{padding-top:45px;position:relative;z-index:1}.page-layout-1column .filter.block{border-top:1px solid #d1d1d1}.page-layout-1column .filter-content{margin-top:10px}.page-layout-1column .filter-subtitle{display:none}.page-layout-1column .filter-options-item{border:0;display:inline-block;margin-right:25px;position:relative}.page-layout-1column .filter-options-item.active{z-index:2}.page-layout-1column .filter-options-item.active .filter-options-content{visibility:visible}.page-layout-1column .filter-options-item.active:hover{z-index:3}.page-layout-1column .filter-options-item.active:after,.page-layout-1column .filter-options-item.active:before{border:8px solid transparent;height:0;width:0;border-bottom-color:#000;bottom:-1px;content:'';display:block;left:5px;position:absolute;z-index:3}.page-layout-1column .filter-options-item.active:after{border-bottom-color:#fff;margin-top:2px;z-index:4}.page-layout-1column .filter-options-title{padding:0 20px 0 0}.page-layout-1column .filter-options-title:after{right:2px;top:3px;z-index:3}.page-layout-1column .filter-options-content{background:#fff;-webkit-box-shadow:0 3px 5px 0 rgba(50,50,50,0.75);-moz-box-shadow:0 3px 5px 0 rgba(50,50,50,0.75);-ms-box-shadow:0 3px 5px 0 rgba(50,50,50,0.75);box-shadow:0 3px 5px 0 rgba(50,50,50,0.75);border:1px solid #d1d1d1;padding:5px 0;position:absolute;top:100%;visibility:hidden;width:180px;z-index:2}.page-layout-1column .filter-options-content .item{margin:0;padding:5px}.page-layout-1column .filter-options-content .item a{margin-left:0}.page-layout-1column .filter-options-content .item:hover{background-color:#e8e8e8}.page-layout-1column .filter-current{display:inline;line-height:35px}.page-layout-1column .filter-current-subtitle{color:#7d7d7d;display:inline;font-size:14px;font-weight:normal;padding:0}.page-layout-1column .filter-current-subtitle:after{content:':'}.page-layout-1column .filter-current .item,.page-layout-1column .filter-current .items{display:inline}.page-layout-1column .filter-current .item{margin-right:25px;white-space:nowrap}.page-layout-1column .filter-current .action.remove{line-height:normal}.page-layout-1column .filter-actions{display:inline;white-space:nowrap}.page-layout-1column .filter-actions~.filter-options{margin-top:25px}.block.widget .products-grid .product-item{width:33.33333333%}.sidebar .block.widget .products-grid .product-item{margin-left:0;width:100%}.sidebar .block.widget .products-grid .product-item .actions-secondary{display:block;padding:10px 0}.page-layout-1column .block.widget .products-grid .product-item{margin-left:2%;width:calc((100% - 6%) / 4)}.page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1){margin-left:2%}.page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1){margin-left:0}.page-layout-3columns .block.widget .products-grid .product-item{width:50%}.sidebar .block.widget .pager .pages-item-next{padding:0}.sidebar .block.widget .pager .pages-item-next .action{margin:0}.page-products.page-layout-1column .products-grid .product-item:not(.owl-item){width:calc(32%)}.page-products.page-layout-1column .products-grid .owl-item .product-item{width:100%}.page-layout-1column .products-grid .owl-item .product-item{width:100% !important}.braintree-express-paylater-message-container{order:1}}@media all and (min-width:1024px),print{.form-returns-create .product-item-photo,.form-returns-create .product-item-details{display:table-cell;padding:0 0 0 10px}.form-returns-create .col-ret-item{width:45%}.form-returns-create .col-ret-sku{width:35%}.form-returns-create .col-ret-qty{width:20%}.products-grid .product-item{width:20%}.page-layout-1column .products-grid .product-item{width:16.66666667%}.page-layout-3columns .products-grid .product-item{width:25%}.page-products .products-grid .product-items{margin:0}.page-products .products-grid .product-item{margin-left:2%;padding:0;width:calc((100% - 6%) / 4)}.page-products .products-grid .product-item:nth-child(3n + 1){margin-left:2%}.page-products .products-grid .product-item:nth-child(4n + 1){margin-left:0}.page-products.page-layout-1column .products-grid .product-item{margin-left:0;width:20%}.page-products.page-layout-3columns .products-grid .product-item{margin-left:1%;width:32.667%}.page-products.page-layout-3columns .products-grid .product-item:nth-child(3n){margin-left:1%}.page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1){margin-left:0}.checkout-index-index .modal-popup .modal-inner-wrap{margin-left:-400px;width:800px;left:50%}.opc-wrapper .shipping-address-item{width:33.33333333%}.opc-wrapper .shipping-address-item:before{background:#ccc;height:calc(100% - 20px);content:'';left:0;position:absolute;top:0;width:1px}.opc-wrapper .shipping-address-item:nth-child(3n + 1):before{display:none}.opc-wrapper .shipping-address-item.selected-item:before{display:none}.opc-wrapper .shipping-address-item.selected-item+.shipping-address-item:before{display:none}.table-checkout-shipping-method{min-width:500px}.wishlist-index-index .products-grid .product-items{margin:0}.wishlist-index-index .products-grid .product-item{margin-left:calc((100% - 4 * 24.439%) / 3);padding:0;width:24.439%}.wishlist-index-index .products-grid .product-item:nth-child(4n + 1){margin-left:0}.block.widget .products-grid .product-item{width:20%}.page-layout-1column .block.widget .products-grid .product-item{margin-left:2%;width:calc((100% - 8%) / 5)}.page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1){margin-left:2%}.page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1){margin-left:0}.page-layout-3columns .block.widget .products-grid .product-item{width:25%}.block.widget .products-grid .product-items{margin:0}.block.widget .products-grid .product-item{margin-left:calc((100% - 4 * 24.439%) / 3);padding:0;width:24.439%}.block.widget .products-grid .product-item:nth-child(4n + 1){margin-left:0}.page-products.page-layout-1column .products-grid .product-item{margin-left:2%;padding:0;width:calc(23.5%)}.page-products.page-layout-1column .products-grid .product-item .product-item-info{width:100%}.page-products.page-layout-1column .products-grid .product-item:nth-child(4n){margin-right:0}.page-products .products-grid .product-item:nth-child(4n + 1),.page-layout-1column .products-grid .product-item:nth-child(4n + 1),.page-layout-3columns .products-grid .product-item:nth-child(4n + 1),.page-products.page-layout-1column .products-grid .product-item:nth-child(4n + 1),.page-products.page-layout-3columns .products-grid .product-item:nth-child(4n + 1){margin-left:0}#relateditem_carousel .product-item{width:100%}}@media all and (min-width:1440px),print{.sidebar .product-items .product-item-info .product-item-photo{float:none;left:0;margin:0;position:absolute;top:0}.sidebar .product-items .product-item-details{margin-left:85px}}