.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.cropper-container img {
  backface-visibility: hidden;
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%
}

.cropper-wrap-box, .cropper-canvas, .cropper-drag-box, .cropper-crop-box, .cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.cropper-wrap-box, .cropper-canvas {
  overflow: hidden
}

.cropper-drag-box {
  background-color: #fff;
  opacity: 0
}

.cropper-modal {
  background-color: #000;
  opacity: .5
}

.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: #3399ffbf;
  overflow: hidden;
  width: 100%
}

.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: .5;
  position: absolute
}

.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: calc(100% / 3);
  left: 0;
  top: calc(100% / 3);
  width: 100%
}

.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: calc(100% / 3);
  top: 0;
  width: calc(100% / 3)
}

.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: .75;
  position: absolute;
  top: 50%;
  width: 0
}

.cropper-center:before, .cropper-center:after {
  background-color: #eee;
  content: " ";
  display: block;
  position: absolute
}

.cropper-center:before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px
}

.cropper-center:after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px
}

.cropper-face, .cropper-line, .cropper-point {
  display: block;
  height: 100%;
  opacity: .1;
  position: absolute;
  width: 100%
}

.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0
}

.cropper-line {
  background-color: #39f
}

.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px
}

.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px
}

.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px
}

.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0
}

.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: .75;
  width: 5px
}

.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%
}

.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px
}

.cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%
}

.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px
}

.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px
}

.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px
}

.cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px
}

.cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px
}

@media (min-width: 768px) {
  .cropper-point.point-se {
    height: 15px;
    width: 15px
  }
}

@media (min-width: 992px) {
  .cropper-point.point-se {
    height: 10px;
    width: 10px
  }
}

@media (min-width: 1200px) {
  .cropper-point.point-se {
    height: 5px;
    opacity: .75;
    width: 5px
  }
}

.cropper-point.point-se:before {
  background-color: #39f;
  bottom: -50%;
  content: " ";
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%
}

.cropper-invisible {
  opacity: 0
}

.cropper-bg {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC)
}

.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0
}

.cropper-hidden {
  display: none !important
}

.cropper-move {
  cursor: move
}

.cropper-crop {
  cursor: crosshair
}

.cropper-disabled .cropper-drag-box, .cropper-disabled .cropper-face, .cropper-disabled .cropper-line, .cropper-disabled .cropper-point {
  cursor: not-allowed
}

.stage__cropper.round .cropper-face, .stage__cropper.hexagon .cropper-face {
  background-size: contain;
  opacity: .5;
  background-color: inherit
}

.stage__cropper.round .cropper-face {
  background-image: url(/img/svg/round-mask.svg)
}

.stage__cropper.hexagon .cropper-face {
  background-image: url(/img/svg/hexagon-mask.svg)
}

.oldPrice[data-v-253c2916] {
  font-size: 10px;
  font-weight: 400
}

:root {
  @custom-selector :--headlines h1,h2,h3,h4,h5,h6;
  @custom-selector :--enter :hover,:focus;
  @custom-media --jagcmsoxid (max-width: 1070px);
  @custom-media --small (max-width: 480px);
  @custom-media --medium (min-width: 481px) and (max-width: 780px);
  @custom-media --large (min-width: 781px);
  @custom-media --xlarge (min-width: 1080px);
  @custom-media --small-up (width > 1px);
  @custom-media --medium-up (width > 480px);
  @custom-media --large-up (width > 780px);
  @custom-media --xlarge-up (width > 1080px);
  @custom-media --medium-down (width < 781px);
  @custom-media --large-down (width < 1081px);
  @custom-media --mode-light (prefers-color-scheme: light);
  @custom-media --mode-dark (prefers-color-scheme: dark);
  @custom-media --no-preference (prefers-color-scheme: no-preference);
  @custom-media --desktop (hover: hover);
  @custom-media --touch (hover: none);
  --shop-max-width: 1200px;
  --checkout-max-width: 980px;
  --shop-min-width: 320px;
  --global-border-radius: 2px;
  --global-transition-time: .35s;
  --img-src: "/img";
  --font-size-small: 11px;
  --font-size: 14px;
  --font-size-big: 14px;
  --font-size-bigger: 18px;
  --global-line-height: 1.4;
  --font-raleway: Poppins, sans-serif;
  --font-lato: Poppins, sans-serif;
  --icon-font: normal normal normal 14px/1 FontAwesome;
  --letter-spacing-primary: .025em;
  --font-color-grey: #777;
  --font-color-dark: #0A0A0A;
  --color-red: #b51621;
  --color-dark: #0A0A0A;
  --color-warning: #C3D1D9;
  --color-green: #6C9680;
  --color-green-2: #6a8e06;
  --color-blue: #4e8ece;
  --color-darker: #2d2d2d;
  --color-dark-2: #454545;
  --color-brown: #5c4c45;
  --color-orange: #efaa69;
  --color-grey: #ebebeb;
  --color-light-grey: #f5f5f5;
  --color-lighter-grey: #fbfbfb;
  --color-lighter-grey-2: #e4e4e4;
  --color-lighter-grey-3: #f1f1f1;
  --color-medium-grey: #d4d4d4;
  --color-medium-grey-2: #e9e9e9;
  --color-medium-grey-3: #f8f8f8;
  --color-medium-grey-4: #7e7e7e;
  --color-medium-grey-5: #e7e7e7;
  --color-dark-grey: #666666;
  --color-dark-grey-2: #6d6d6d;
  --color-dark-grey-3: #e3e3e3;
  --color-grey-999: #999;
  --color-border-light: #c9d3d7;
  --color-border-lighter: #dadada;
  --color-border-medium: #bbbbbb;
  --color-border-checkout: #dbdddd;
  --color-button-green: #77a531;
  --color-button-green-hover: #598810;
  --color-button-grey: #eeeeee;
  --color-button-red: var(--color-red);
  --grid-space: 10px;
  --block-grid-space: 7px;
  --amp-space: 16px;
  --fieldset-border-color: var(--color-medium-grey);
  --input-border-color: var(--color-medium-grey);
  --form-padding: 25px 25px;
  --form-field-margin: 0 0 15px 0;
  --input-font-size: 13px;
  --label-font-size: 13px;
  --input-padding: 9px 10px;
  --input-color: #7f7f7f;
  --green-hover-color: #5d8324;
  --input-checkout-form-bg: #f1f1f1;
  --pagination-size: 26px;
  --format-item: 30px;
  --format-border-color: var(--color-grey-999);
  --format-border-color-active: var(--color-button-green);
  --format-border-width: 1px;
  --format-math: 2.5;
}


* {
  transition: none !important;
}

body#js_noscroll {
  overflow: hidden
}

.main {
  position: relative
}

svg, img[src$=svg] {
  user-drag: none;
  -webkit-user-select: none;
  user-select: none
}

main {
  z-index: 15
}

header.header:hover {
  z-index: 20
}

.product__material {
  display: none
}

@media (--small) {
  .headline {
    margin-top: calc(var(--grid-space) * 2);
    margin-bottom: calc(var(--grid-space) * 2)
  }
}

@media (--small) {
  .headline .headline__text {
    font-size: var(--font-size-bigger)
  }
}

.fill-white {
  fill: #fff
}

.order-breadcrumb {
  display: flex;
  flex-direction: column
}

@media (--small) {
  .order-breadcrumb .breadcrumb {
    order: 1
  }
}

@media (--large-up) {
  .cropper-point.point-se {
    height: 14px !important;
    opacity: 1 !important;
    width: 14px !important;
    bottom: -6px;
    right: -6px
  }
}

input {
  box-shadow: none !important;
  border-radius: 0 !important
}

.dropDown > p:after {
  background-image: none
}

:root {
  --boxsizing: {
    box-sizing: border-box;
    & *, & *:before, & *:after {
      box-sizing: inherit;
    }
  }
  --clearfix: {
    display: table;
    clear: both;
    content: "";
  }

  --no-liststyle {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  --font-oswaldlight {
    font-weight: 300 !important;
    font-family: var(--font-raleway);
  }

  --font-oswaldbold {
    font-weight: 700 !important;
    font-family: var(--font-raleway);
  }

  --small-hide {
    @media (--small) {
      display: none !important;
    }
  }

  --medium-hide {
    @media (--medium) {
      display: none !important;
    }
  }

  --large-hide {
    @media (--large-up) {
      display: none !important;
    }
  }

  --small-show {
    @media (--small) {
      display: block !important;
    }
  }

  --medium-show {
    @media (--medium) {
      display: block !important;
    }
  }

  --large-show {
    @media (--large-up) {
      display: block !important;
    }
  }

  --transition {
    transition: all var(--global-transition-time);
  }

  --btn {
    @apply --transition;
    padding: 10px 20px;
    border-radius: var(--global-border-radius);
    color: white;
    text-align: center;
    font-size: 16px;
    font-family: var(--font-raleway);
    line-height: 1.5;
  }

  --btn-white {
    border: 1px solid #ccc;
    border-radius: var(--global-border-radius);
    background: white;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .15);
    color: var(--color-dark);
    cursor: pointer;

    &:hover {
      &:hover {
        border-color: black;
        background-color: black;
        color: white;
      }
    }
  }

  --btn-red {
    background: var(--color-button-red);
    color: white;
  }

  --btn-black {
    background: black;
    color: white;
  }

  --btn-grey {
    background: var(--color-button-grey);
    color: #666;
  }

  --btn-green {
    border: 0;
    background: url(https://www.wall-art.de/out/wallart-dm/img/buttons/strips_bg.png) repeat #6aa214;
    color: white;

    &:not([disabled]) {
      cursor: pointer;

      &:--enter {
        background-color: #598810;
      }
    }
  }

  --btn-upload {
    padding: 7px 8px 5px 8px;
    outline: none;
    border: 1px solid #999;
    border-radius: 3px;
    background: linear-gradient(to bottom, #f9f9f9, #e3e3e3) !important;
    background: transparent;
    text-shadow: 1px 1px #fff;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    user-select: none;
  }

  --btn-delete {
    position: absolute;
    top: 3px;
    right: 3px;
    z-index: 10;
    display: none;
    padding: 2px;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background-color: var(--color-red);
    background-size: 16px 16px;
    color: var(--color-lighter-grey-2);
    content: "";
    font-weight: 700;
    line-height: .75;

    &::after {
      display: block;
      content: "x";
      text-align: center;
      font-size: 13px;
    }

    &:hover {
      box-shadow: 1px 1px 1px #999;
    }
  }

  --loading {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    display: block;
    width: 100%;
    height: 100%;
    background: url(https://www.wall-art.de/out/wallart-dm/img/icons/spinner.svg) no-repeat center center rgba(255, 255, 255, .4);
    background-size: 60px;
    content: "";
  }

  --grey-form-style {
    float: none;
    width: 100%;
    border: 0;
    border-bottom: 1px solid var(--color-medium-grey);
    border-radius: 0;
    background-color: var(--input-checkout-form-bg);
    background-position: 97% center;
    box-shadow: none;
  }

  --offcanvas {
    left: -100%;
    z-index: 1000;
    width: 100%;
    height: 100vh;
    background: white;
    transition: all .3s ease-in-out;
    @media (--small) {
      padding-bottom: 40px;
    }
    @media (--medium) {
      padding-bottom: 40px;
      max-width: var(--shop-min-width);
    }
    @media (--small-up) {
      position: fixed;
      top: 0;
      right: 0;
      list-style: none;
    }
    @media (--large-up) {
      position: static;
      z-index: 1;
      overflow: visible;
      width: 100%;
      height: auto;
      border-right: none;
      background: white;
    }
  }

  --offcanvas-bg {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    display: none;
    width: 100%;
    width: 100vw;
    height: 100%;
    height: 100vh;
    background: rgba(000, 000, 000, .5);
    @media (--large-up) {
      display: none !important;
    }

    & svg {
      position: absolute;
      top: 17px;
      right: 26px;
      display: none;
      transform: rotate(-45deg);
      fill: white;
    }
  }

  --offcanvas-show {
    left: 0;
    display: block;
    @media (--small) {
      overflow-y: auto;
    }
    @media (--medium) {
      overflow-y: auto;
    }

    &.js_move ~ [class*="__background"], &.js_move > [class*="__background"] {
      display: block;
      @media (--large-up) {
        display: none !important;
      }
    }
  }
}

fieldset {
  border-color: var(--color-medium-grey)
}

fieldset legend {
  padding: 0 var(--block-grid-space);
  font-size: 12px;
  font-weight: 700
}

.alert {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100001;
  display: none;
  width: 100%;
  width: 100vw;
  height: 100%;
  height: 100vh;
  background: rgba(000, 000, 000, .5)
}

.alert .alert__box {
  position: absolute;
  top: 10%;
  left: 50%;
  padding: 5px;
  min-width: calc(var(--shop-min-width) / 1.5);
  max-width: 400px;
  border-radius: var(--global-border-radius);
  background: white;
  box-shadow: 2px 3px 4px var(--color-dark);
  text-align: center;
  transform: translate(-50%)
}

.alert .alert__box > div {
  padding: calc(var(--grid-space) * 2);
  border-radius: var(--global-border-radius)
}

.alert .alert__message {
  margin: 0 auto;
  max-width: 90%;
  color: var(--color-dark);
  font-family: var(--font-raleway)
}

.alert .alert__message > * {
  font-size: var(--font-size)
}

.alert .alert__message :--headlines {
  color: var(--color-dark);
  font-size: 18px;
  font-family: var(--font-raleway);
  font-weight: 700
}

.alert .alert__confirm {
  @apply --btn;
  @apply --btn-green;
  display: none;
  margin: calc(var(--block-grid-space) * 2) auto 0 auto;
  padding: var(--block-grid-space) calc(var(--block-grid-space) * 2);
  outline: 0;
  border: 0
}

.alert .alert__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border-radius: var(--global-border-radius);
  background: rgba(255, 255, 255, .75);
  cursor: pointer
}

.alert .alert__close > * {
  transform: rotate(45deg)
}

.loading.js_loadingScreen:before {
  background-color: #fff;
  background-size: 0
}

.loading .loading__message {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10001;
  max-width: 420px;
  color: var(--color-dark);
  text-align: center;
  font-size: 24px;
  font-family: var(--font-lato);
  line-height: 1.5;
  transform: translate(-50%, -70%)
}

.loading .loading__message img {
  display: block;
  margin: var(--grid-space) auto;
  max-width: 210px
}

.loading .loading__message:after {
  display: block;
  margin: var(--grid-space) auto;
  width: 80px;
  height: 80px;
  background: url(https://www.wall-art.de/out/wallart-dm/img/icons/spinner.svg) no-repeat center center;
  background-size: cover;
  content: ""
}

.selection {
  position: relative
}

.selection .selection__headline {
  font-size: 12px;
  -webkit-user-select: none;
  user-select: none
}

.selection .selection__headline span {
  display: block;
  max-width: 90%
}

.selection .selection__headline .selection__headline--first {
  color: var(--color-dark);
  text-transform: none;
  font-size: var(--font-size-bigger);
  font-family: var(--font-raleway);
  font-weight: 600
}

.selection .selection__headline .selection__hint {
  width: 16px;
  height: 16px
}

.selection .selection__headline + ul {
  display: flex;
  max-width: 5000px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  flex-flow: nowrap;
  position: relative;
  margin-bottom: 21px;
}

.selection .selection__headline + ul > li {
  --slidewidth: 38%;
  --mr: 14px;
  flex: 0 0 var(--slidewidth);
  width: var(--slidewidth);
  max-width: 160px;
  margin-right: var(--mr);
}

.selection .selection__headline .selection__hint .tooltip__text {
  max-width: fit-content
}

.selection .selection__headline .selection__headline--second {
  color: var(--color-grey-999);
  font-size: var(--font-size);
  font-family: var(--font-lato)
}

.selection .selection__headline .selection__headline--second small {
  font-family: var(--font-raleway)
}

.selection .selection__headline .selection__headline--second > span {
  display: inline-block;
  color: var(--color-dark)
}

.selection .selection__headline svg {
  position: absolute;
  top: 50%;
  right: var(--block-grid-space);
  width: 13px;
  height: 13px;
  cursor: pointer;
  transform: translateY(-50%) rotate(-90deg);
  fill: #000
}

.selection .selection__headline.open > svg {
  top: 40%;
  transform: rotate(90deg);
  transform-origin: center
}

.selection .selection__item--active {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.selection .selection__item {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none
}

.selection .selection__item--price {
  margin-bottom: var(--block-grid-space);
  font-weight: 500;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: calc(var(--block-grid-space) / 2)
}

.selection .selection__step {
  position: relative;
  z-index: 10;
  display: none;
  margin-left: calc(var(--block-grid-space) / 2);
  max-width: 300px
}

.selection .selection__items--additional > .grid-row {
  margin-bottom: calc(var(--block-grid-space) * 2)
}

.selection .selection__items .selection__items--list > div:nth-of-type(1) {
  position: relative;
  min-height: 45px
}

.selection .selection__items .selection__items--list .active .selection__item--img:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 24px;
  height: 24px;
  background: url(/img/svg/tick.svg) no-repeat center center white;
  background-size: 90%;
  border-radius: 100%;
  transform: translate(-50%, -50%)
}

.selection .selection__item--material, .selection .selection__item--products, .selection .selection__item--forms, .selection .selection__item--sizes, .selection .selection__item--adjustments, .selection .selection__item--accessories, .selection .selection__item--filters {
  position: relative;
  padding: 4px;
  text-align: center;
  font-weight: 400;
}

.selection .selection__item--material:not(.selection__item--forms):hover, .selection .selection__item--products:not(.selection__item--forms):hover, .selection .selection__item--forms:not(.selection__item--forms):hover, .selection .selection__item--sizes:not(.selection__item--forms):hover, .selection .selection__item--adjustments:not(.selection__item--forms):hover, .selection .selection__item--accessories:not(.selection__item--forms):hover, .selection .selection__item--filters:not(.selection__item--forms):hover {
  position: relative;
  box-shadow: 1px -2px 15px -6px #000000;
}

.selection .selection__item--material .selection__item--img, .selection .selection__item--products .selection__item--img, .selection .selection__item--forms .selection__item--img, .selection .selection__item--sizes .selection__item--img, .selection .selection__item--adjustments .selection__item--img, .selection .selection__item--accessories .selection__item--img, .selection .selection__item--filters .selection__item--img {
  display: block;
  flex: 1;
  width: 100%;
  border-radius: 4px 4px 0 0
}

.selection .selection__item--material .selection__item--img img, .selection .selection__item--products .selection__item--img img, .selection .selection__item--forms .selection__item--img img, .selection .selection__item--sizes .selection__item--img img, .selection .selection__item--adjustments .selection__item--img img, .selection .selection__item--accessories .selection__item--img img, .selection .selection__item--filters .selection__item--img img {
  width: 100%
}

.selection .selection__item--material .selection__item--headline, .selection .selection__item--products .selection__item--headline, .selection .selection__item--forms .selection__item--headline, .selection .selection__item--sizes .selection__item--headline, .selection .selection__item--adjustments .selection__item--headline, .selection .selection__item--accessories .selection__item--headline, .selection .selection__item--filters .selection__item--headline {
  margin-top: calc(var(--block-grid-space) / 2);
  font-size: 13px;
  max-width: 100%;
  text-rendering: geometricPrecision;
  word-break: break-word;
}

.selection .selection__item--material a, .selection .selection__item--products a, .selection .selection__item--forms a, .selection .selection__item--sizes a, .selection .selection__item--adjustments a, .selection .selection__item--accessories a, .selection .selection__item--filters a {
  color: var(--color-dark)
}

.selection.selection.accessories .selection__headline {
  padding: 0 0 var(--block-grid-space) 0;
  border-bottom: 1px solid var(--input-border-color);
  margin-bottom: calc(var(--grid-space) * 2)
}

@media (--large-up) {
  .selection.selection.accessories .selection__headline {
    max-width: 90%
  }
}

.selection.selection.accessories .button {
  font-size: 11px;
  padding: var(--block-grid-space) var(--grid-space)
}

.selection .selection__item--accessories {
  border-bottom: 2px solid white;
  display: flex;
  flex-direction: column;
  height: 100%
}

.selection .selection__item--accessories:not(.active) .selection__item--img {
  opacity: .75
}

.selection .selection__item--accessories.active {
  border-color: var(--color-red)
}

.selection .selection__item--accessories.active > div:nth-of-type(1):after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 24px;
  height: 24px;
  background: url(/img/svg/tick.svg) no-repeat center center white;
  background-size: 90%;
  border-radius: 100%;
  transform: translate(-50%, -50%)
}

.selection .selection__item--accessories:hover .selection__item--img {
  opacity: 1
}

.selection .selection__filter.grayscale {
  filter: grayscale(100%)
}

.selection .selection__filter.sepia {
  filter: sepia(100%)
}

.selection .selection__item--forms, .selection .selection__item--adjustments {
  border-width: 0
}

.selection .selection__item--forms:hover, .selection .selection__item--forms .active, .selection .selection__item--adjustments:hover, .selection .selection__item--adjustments .active {
  box-shadow: none
}

.selection .selection__item--products {
  border-width: 0
}

.selection .selection__item--products:hover, .selection .selection__item--products.active {
  box-shadow: none
}

.selection.sizes [type=range] {
  margin-top: var(--block-grid-space);
  cursor: pointer
}

.selection .dropDown > p, .selection .notADropDown > p {
  margin: 0;
  padding: calc(var(--block-grid-space) * 2) 0;
  border-width: 1px 0 0 0;
  background: white;
  box-shadow: none
}

.selection .dropDown ~ .selection__items, .selection .notADropDown ~ .selection__items {
  display: none;
  margin: 0;
  padding-bottom: var(--block-grid-space);
  width: 100%
}

.selection .dropDown ~ .selection__items li:not(.fotouploader__variants--item), .selection .notADropDown ~ .selection__items li:not(.fotouploader__variants--item) {
  margin-bottom: calc(var(--block-grid-space) * 2);
  cursor: pointer
}

.selection .selection__item--size-headline {
  background-color: var(--color-dark);
  color: #fff;
  padding: var(--block-grid-space);
  margin-bottom: var(--block-grid-space)
}

.selection .selection__item--size-headline + .fotouploader {
  margin: -2px
}

.selection .notADropDown {
  border-top: 1px solid var(--input-border-color)
}

.selection .notADropDown.selection__headline svg {
  display: none
}

.selection .notADropDown ~ .selection__items {
  display: block !important;
  border-bottom: 1px solid var(--input-border-color)
}

.preview {
  position: fixed;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  @apply --transition;
  overflow-y: auto
}

.preview.js_open {
  top: 0
}

.preview .headline {
  margin-top: var(--grid-space)
}

.preview .preview__section {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: center
}

.preview .preview__canvas {
  display: flex
}

.preview .preview__canvas img {
  box-shadow: 3px 3px 5px #333
}

.preview .preview__canvas img#Grayscale {
  filter: grayscale(100%)
}

.preview .preview__canvas img#Sepia {
  filter: sepia(100%)
}

.preview .preview__close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 103;
  background: rgba(255, 255, 255, .75);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--global-border-radius);
  padding: 5px
}

.preview .preview__close > * {
  transform: rotate(45deg)
}

.preview .preview_bg {
  background-image: url(/img/jpg/preview_bg.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% auto;
  min-height: 50vw;
  width: 100%
}

@media (--large-up) {
  .preview .preview_bg {
    background-position: left top
  }
}

.format {
  flex: 1;
  display: flex;
  align-items: flex-end
}

.format .format__item:before {
  display: none
}

.format[data-desc]:after {
  display: none
}

.stage {
  width: 100%
}

@media (--large-up) {
  .stage {
    margin-bottom: var(--block-grid-space)
  }
}

.stage .stage__cropper {
  padding: var(--grid-space) 0;
  position: relative
}

@media (--large-up) {
  .stage .stage__cropper {
    padding: 0
  }
}

.stage .stage__controls {
  order: 1
}

@media (--medium-up) {
  .stage .stage__controls {
    order: 0
  }
}


.stage .stage__cropper {
  position: relative
}

.stage .stage__cropper#grayscale .cropper-container img {
  filter: grayscale(100%)
}

.stage .stage__cropper#sepia .cropper-container img {
  filter: sepia(100%)
}

.stage .stage__cropper--controls-hidden {
  display: none
}

.stage .stage__cropper--controls-hidden.js_active {
  display: flex
}

.stage .stage__cropper--controls-hidden:not(.controls__list) {
  width: 0;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border-radius: calc(var(--global-border-radius) * 2);
  position: absolute;
  top: 10px;
  right: 120%;
  transition: all .3s linear
}

.stage .stage__cropper--controls-hidden:not(.controls__list).js_active {
  width: 380px
}

.stage .stage__cropper--controls-hidden:not(.controls__list).js_active:after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent var(--color-dark);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%)
}

.stage .stage__cropper--controls-hidden:not(.controls__list) .stage__cropper--control {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%
}

.stage .stage__cropper--controls-hidden:not(.controls__list) svg {
  width: 32px;
  height: 32px;
  margin: 0
}

.stage .stage__cropper--controls {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 1000;
  right: var(--grid-space);
  bottom: var(--grid-space)
}

.stage .stage__cropper--controls .horizontal svg {
  transform: rotate(90deg)
}

.stage .stage__cropper--controls .reset svg {
  width: 32px;
  height: 32px
}

.stage .stage__cropper--control-arrow {
  position: absolute;
  z-index: 1000;
  cursor: pointer
}

.stage .stage__cropper--control-arrow.top {
  top: var(--grid-space);
  left: 50%;
  transform: translate(-50%) rotate(-90deg)
}

.stage .stage__cropper--control-arrow.right {
  top: 50%;
  right: var(--grid-space);
  transform: translateY(-50%)
}

.stage .stage__cropper--control-arrow.bottom {
  bottom: var(--grid-space);
  left: 50%;
  transform: translate(-50%) rotate(90deg)
}

.stage .stage__cropper--control-arrow.left {
  top: 50%;
  left: var(--grid-space);
  transform: translateY(-50%) rotate(-180deg)
}

.stage .stage__cropper--control-arrow svg {
  width: 20px;
  height: 20px
}

@media (--large-up) {
  .stage .stage__cropper--control-arrow svg {
    width: 24px;
    height: 24px
  }
}

.tabs_ {
  position: relative
}

@media (--small) {
  .tabs_ {
    order: -1
  }
}

@media (--medium-up) {
  .tabs_ {
    margin-top: -14px !important
  }
}

.tabs_ .tabs__nav {
  -webkit-user-select: none;
  user-select: none
}

@media (--small) {
  .tabs_ .tabs__nav {
    display: flex;
    flex-flow: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0 -10px 0 0;
    max-width: 5000px
  }
}

@media (--medium-up) {
  .tabs_ .tabs__nav {
    display: block
  }
}

.tabs_ .tabs__item {
  position: relative;
  display: inline-block;
  float: none;
  margin-right: var(--grid-space)
}

.tabs_ .tabs__item > span {
  display: block;
  border: solid transparent;
  border-width: 1px;
  background: white;
  font-size: var(--font-size-big);
  font-family: var(--font-lato);
  font-weight: 700;
  cursor: pointer;
  padding: 10px 0
}

@media (--small) {
  .tabs_ .tabs__item > span {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin-right: calc(var(--block-grid-space) * 2);
    margin-bottom: 4px;
    padding: var(--grid-space) calc(var(--block-grid-space) * 2);
    min-width: 130px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 2px 3px #00000026;
    color: #333;
    white-space: nowrap;
    font-size: 15px;
    font-family: var(--font-lato);
    cursor: pointer
  }
}

.tabs_ .tabs__item:after {
  position: absolute;
  bottom: 10px;
  left: calc(var(--block-grid-space) * 2);
  display: none;
  width: calc(var(--grid-space) * 2);
  height: 2px;
  background: #8d8d8d;
  content: ""
}

.tabs_ .tabs__item:hover, .tabs_ .tabs__item.active {
  color: var(--color-dark)
}

.tabs_ .tabs__item:hover:after, .tabs_ .tabs__item.active:after {
  background: var(--color-red)
}

.tabs_ .tabs__item.active {
  margin-bottom: -1px;
  border-color: #ccc
}

@media (--medium-up) {
  .tabs_ .tabs__item.active {
    border-bottom: 1px solid var(--color-red)
  }
}

@media (--small) {
  .tabs_ .tabs__item.active > span {
    border-color: var(--color-dark)
  }
}

.tabs_ .tabs__content {
  display: none;
  padding: calc(var(--block-grid-space) * 2) 0 var(--block-grid-space) 0
}

.tabs_ .tabs__content.active, .tabs_ .tabs__content:nth-of-type(1) {
  display: block
}

@media (--large-up) {
  .slider.product .slider__content {
    flex-wrap: wrap;
    justify-content: flex-start
  }
}

.slider.product .slider__item:not(.last) {
  max-width: 158px;
  -webkit-user-select: none;
  user-select: none
}

@media (--large-up) {
  .slider.product .slider__item:not(.last) {
    margin-bottom: calc(var(--block-grid-space) * 2)
  }
}

@media (--large-up) {
  .slider.product .slider__item.last {
    display: none
  }
}

.upload {
  position: relative;
  overflow: hidden;
  cursor: pointer
}

.upload .square {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: var(--block-grid-space);
  margin-bottom: 10px;
  padding: var(--grid-space);
  width: 100%;
  border: 1px dashed #afafaf;
  background: white;
  font-size: 12px
}

@media (--medium-up) {
  .upload .square {
    margin-top: 0
  }
}

.upload .square:after {
  display: block;
  padding-bottom: 75%;
  content: ""
}

@media (--medium-up) { {
  margin-top: 0;
  padding-bottom: 50%
}
}

.upload .square input[type=file] {
  cursor: pointer
}

.upload .square button {
  margin: calc(var(--block-grid-space) * 2) auto
}

.upload .upload__mesage {
  position: absolute;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.upload .upload__mesage img {
  margin-bottom: var(--block-grid-space);
  max-width: 60px
}

@media (--medium-up) {
  .upload .upload__mesage img {
    margin-bottom: calc(var(--block-grid-space) * 2);
    max-width: 80px
  }
}

.upload .upload__mesage span {
  display: block;
  margin: calc(var(--block-grid-space) / 2);
  color: var(--color-dark);
  letter-spacing: .025em;
  font-size: var(--font-size);
  font-weight: 400;
  font-family: var(--font-raleway)
}

@media (--medium-up) {
  .upload .upload__mesage span {
    margin: var(--block-grid-space)
  }
}

.upload .upload__mesage small {
  display: block;
  color: var(--color-grey-999);
  text-align: center;
  font-size: 12px
}

.upload input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  color: transparent;
  opacity: 0;
  cursor: pointer
}

.upload .upload__step {
  position: absolute;
  top: -30px;
  z-index: 2;
  max-width: 320px
}

@media (--medium-up) {
  .upload .upload__step {
    max-width: 375px
  }
}

.upload .upload__field {
  position: relative;
  padding-right: 0
}

@media (--small) {
  .upload .upload__field {
    padding-left: 1px;
    padding-right: 1px
  }
}

.upload .upload__field:before {
  @apply --loading;
  z-index: 0
}

.upload .upload__view {
  background-color: #fff;
  margin-top: var(--block-grid-space)
}

.upload .formular__search {
  margin-bottom: var(--grid-space);
  max-width: 344px;
  margin-right: 18px
}

.upload .formular__search .btn {
  padding: 8px 10px 10px;
  line-height: 1.1
}

.masonry {
  column-gap: var(--block-grid-space);
  column-count: 2
}

@media (--medium) {
  .masonry {
    column-count: 3
  }
}

@media (--large-up) {
  .masonry {
    column-count: 4
  }
}

.masonry .item img {
  margin-bottom: calc(var(--block-grid-space) * 2);
  padding: 2px;
  border: 1px solid var(--color-border-lighter);
  cursor: move;
  cursor: grab;
  transition: all .2s;
  position: relative;
  cursor: pointer;
  width: 100%
}

.masonry .item img.loading:before {
  @apply --loading;
}

.masonry .item img:active {
  cursor: grabbing
}

.masonry .item img:hover, .masonry .item img.active {
  position: relative;
  border-color: var(--color-dark-grey);
  box-shadow: 1px 1px 1px #999
}

.masonry .item img.active {
  border-color: var(--color-button-green-hover)
}

.progress {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, .4);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center
}

.controls {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-around
}

.controls.active .controls__item.show {
  display: none
}

.controls.active .controls__item.hide {
  display: flex
}

.controls .controls__list {
  background-color: #fff;
  flex-direction: row;
  font-size: 12px;
  margin: 0
}

@media (--small) {
  .controls .controls__list {
    border-bottom: 1px solid #ccc
  }
}

.controls .controls__item {
  align-items: center;
  padding: var(--grid-space);
  cursor: pointer;
  width: 100%;
  font-family: var(--font-raleway);
  -webkit-user-select: none;
  user-select: none;
  display: flex;
  flex-direction: column;
  @apply --transition;
  position: relative
}

.controls .controls__item:nth-of-type(2) {
  display: none;
}

@media (--medium-up) {
  .controls .controls__item {
    border: solid #ccc;
    border-width: 0 0 1px 0
  }
}

.controls .controls__item.horizontal svg {
  transform: rotate(-90deg)
}

@media (--medium-up) {
  .controls .controls__item:hover {
    border-color: var(--color-dark);
    background-color: #efefef
  }
}

.controls .controls__item li {
  display: flex;
  align-items: center;
  justify-content: center
}

.controls .controls__item svg {
  max-width: 100%;
  display: block;
  margin-top: calc(var(--block-grid-space) / 2);
  margin-bottom: calc(var(--block-grid-space) / 2)
}

@media (--large-up) {
  .controls .controls__item svg {
    flex-direction: column;
    margin-top: calc(var(--block-grid-space) / 2);
    margin-bottom: var(--block-grid-space);
    margin-right: 0
  }
}

.controls .controls__hint {
  position: absolute;
  left: 6%;
  top: -110%;
  z-index: 100;
  min-width: 100px;
  background-color: var(--color-dark);
  color: #fff;
  padding: var(--block-grid-space);
  border: solid white;
  border-width: 0 0 2px 2px
}

@media (--large-up) {
  .controls .controls__hint {
    white-space: nowrap;
    transform: translate(-100%, -50%);
    left: 0;
    top: 50%
  }
}

.controls .controls__hint:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  transform: rotate(90deg);
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent var(--color-dark);
  position: absolute;
  right: 50%;
  top: 98%
}

@media (--large-up) { {
  transform: rotate(360deg) translate(100%, -50%);
  right: 1px;
  top: 50%
}
}

.rating {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: var(--block-grid-space)
}

@media (--large-up) {
  .rating {
    padding: var(--grid-space) 0 0 0
  }
}

.rating .rating__text {
  max-width: 175px;
  margin-top: var(--block-grid-space)
}

.rating .rating__text span {
  font-size: var(--font-size-small);
  display: block
}

.rating .rating__text span:nth-of-type(1) {
  font-weight: 700;
  display: none
}

.tiles {
  margin: 0;
  width: 100%
}

.tiles > li {
  display: flex;
  padding: 2px
}

.tiles .tile {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center
}

.tiles .tile.active {
  border-color: var(--color-red)
}

.tiles .tile__icon {
  margin: 0 auto;
  margin-top: var(--grid-space);
  margin-bottom: calc(var(--grid-space) * 2);
  width: 60px;
  height: 60px;
  background: url(/img/svg/picture.svg);
  background-size: cover;
  -webkit-user-select: none;
  user-select: none
}

.tiles .tile__iconmessage {
  position: relative;
  width: 100%;
  text-align: center;
  font-family: var(--font-lato);
  -webkit-user-select: none;
  user-select: none
}

.tiles .tile__iconmessage:after {
  display: block;
  padding-bottom: 100%;
  content: ""
}

.tiles .tile__iconmessage > div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  width: 90%;
  text-align: center;
  transform: translate(-50%, -50%)
}

.product .product__details {
  position: relative
}

@media (--large-up) {
  .product .product__details .product__headlines .headline {
    margin-top: calc(var(--grid-space) * 3);
    margin-bottom: 0
  }
}

.product .product__details .product__headlines .subline {
  color: #777;
  font-size: var(--font-size)
}

.product .product__details .product__form--wrapper {
  min-height: 70px;
  border-bottom: 1px solid var(--input-border-color)
}

.product .product__pricebox {
  height: 100%;
  display: flex;
  align-items: flex-end
}

.button.upload {
  @apply --btn-upload;
}

.button .toggle {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  margin-bottom: var(--grid-space);
  min-width: 140px;
  border-radius: var(--global-border-radius);
  background: var(--color-grey);
  box-shadow: inset 0 1px 3px #0000004d, 0 1px #ffffff1a
}

.button .toggle .toggle__label {
  position: relative;
  z-index: 2;
  flex: 0 0 50%;
  padding: var(--block-grid-space);
  max-width: 50%;
  width: 50%;
  text-align: center;
  font-size: 11px;
  cursor: pointer;
  @apply --transition;
}

.button .toggle .toggle__label:before {
  display: none
}

.button .toggle .toggle__selection {
  @apply --transition;
  position: absolute;
  top: 2px;
  bottom: 2px;
  background: url(https://www.wall-art.de/out/wallart-dm/img/buttons/strips_bg.png) repeat #6aa214
}

.button .toggle .toggle__input:checked + .toggle__label {
  color: #fff
}

.button .toggle .toggle__input:checked + .first ~ .toggle__selection {
  right: 50%;
  left: 2px
}

.button .toggle .toggle__input:checked + .second ~ .toggle__selection {
  right: 0;
  left: 50%
}

.result .result__preview {
  @apply --transition;
  position: fixed;
  top: -10%;
  right: 0;
  left: 0;
  z-index: 1000;
  will-change: scroll-position
}

@media (--small) {
  .result .result__viewport--trigger.above-viewport ~ .result__preview {
    top: 0
  }
}

.result .result__preview--button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(var(--block-grid-space) * 1.6) var(--block-grid-space);
  outline: none;
  border: solid #999;
  border-width: 0 0 1px 0;
  background: linear-gradient(to bottom, #f9f9f9, #e3e3e3);
  text-align: center;
  text-shadow: 1px 1px #fff;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none
}

.result .result__preview--button img {
  margin-right: var(--block-grid-space);
  position: relative;
  top: -2px
}

.tooltip .tooltip__text {
  @apply --transition;
  padding: 7px 10px;
  border: 0;
  border-radius: 2px;
  background: #616161;
  box-shadow: none;
  color: #fff;
  text-align: left;
  font-size: 12px;
  -webkit-user-select: none;
  user-select: none;
  text-rendering: geometricPrecision;
  width: auto;
  max-width: 200px;
  margin: 0;
  bottom: 150%;
  min-width: 100%;
  transform: translate(-50%);
  z-index: 1000 !important
}

.tooltip .tooltip__text:after {
  border-color: #616161 transparent transparent transparent
}

.chips {
  display: inline-flex;
  align-items: center;
  padding: 0 var(--grid-space);
  height: 32px;
  border-radius: 32px;
  background: var(--color-lighter-grey-2);
  box-shadow: 0 2px 2px #00000024, 0 1px 5px #0000001f, 0 3px 1px -2px #0003;
  font-size: 12px;
  -webkit-user-select: none;
  user-select: none
}

.chips span {
  display: block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 120px
}

.chips .chips__remove {
  margin: 0 -4px 0 4px;
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 100%;
  background: #aaa;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  color: var(--color-lighter-grey-2);
  line-height: 17px
}

.chips .chips__remove:hover {
  background-color: #888
}

.message[data-status] {
  font-size: 11px;
  padding: calc(var(--block-grid-space) / 2) var(--block-grid-space);
  border-radius: var(--global-border-radius);
  position: absolute;
  top: -12px
}

.message[data-status]:after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  position: absolute;
  bottom: -5px
}

.message[data-status=error] {
  background: var(--color-red);
  color: #fff
}

.message[data-status=error]:after {
  border-color: var(--color-red) transparent transparent transparent
}

.message[data-status=success] {
  background: var(--color-green);
  color: #fff
}

.message[data-status=success]:after {
  border-color: var(--color-green) transparent transparent transparent
}

.hint .hint__upload {
  display: block;
  margin-bottom: var(--block-grid-space);
  font-size: 11px
}

.hint .hint__upload i {
  margin-right: 2px;
  color: #888;
  display: none
}

.hint .hint__upload, .hint .hint__upload a {
  color: var(--color-dark)
}

.hint .hint__message {
  z-index: 2;
  font-size: var(--font-size-bigger);
  font-family: var(--font-raleway)
}

input[type=text], input[type=email], input[type=search], input[type=url], input[type=tel], input[type=number], input[type=password], textarea, select, .filter .marmFilterTitel, .dropDown > p, .dropdown > p, .additional__product, .filter__choosed li > div, .filter__choosed li > a {
  display: block;
  padding: var(--input-padding);
  width: 100%;
  outline: none;
  border: 1px solid var(--input-border-color);
  border-radius: var(--global-border-radius);
  background-color: #fff;
  box-shadow: inset 0 1px 2px #0a0a0a1a;
  color: var(--color-dark);
  font-weight: 400;
  font-size: var(--input-font-size);
  font-family: var(--font-raleway);
  line-height: var(--global-line-height);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border var(--global-transition-time)
}

input[type=text].js_error, input[type=email].js_error, input[type=search].js_error, input[type=url].js_error, input[type=tel].js_error, input[type=number].js_error, input[type=password].js_error, textarea.js_error, select.js_error, .filter .marmFilterTitel.js_error, .dropDown > p.js_error, .dropdown > p.js_error, .additional__product.js_error, .filter__choosed li > div.js_error, .filter__choosed li > a.js_error {
  border-color: var(--color-red)
}

input[type=text], input[type=email], input[type=url], input[type=tel], input[type=number], input[type=password] {
  background-position: top right;
  transition: all .3s ease-out
}

input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=tel]:focus, input[type=number]:focus, input[type=password]:focus {
  border-color: #a9a9a9
}

input[type=text]::-ms-clear, input[type=text]::-ms-reveal, input[type=email]::-ms-clear, input[type=email]::-ms-reveal, input[type=url]::-ms-clear, input[type=url]::-ms-reveal, input[type=tel]::-ms-clear, input[type=tel]::-ms-reveal, input[type=number]::-ms-clear, input[type=number]::-ms-reveal, input[type=password]::-ms-clear, input[type=password]::-ms-reveal {
  display: none
}

button {
  border: 0
}

select, .dropDown > p, .dropdown > p, .filter .marmFilterTitel {
  background-image: url(https://www.wall-art.de/out/wallart-dm/img/select-arrow.png);
  background-position: 96%;
  background-size: 10px;
  background-repeat: no-repeat;
  cursor: pointer
}

select::-ms-expand {
  display: none
}

label {
  position: relative
}

label, label * {
  -webkit-user-select: none;
  user-select: none
}

label ::selection, label * ::selection {
  background: transparent;
  color: inherit
}

.checkbox__style--none {
  position: relative;
  top: 2px;
  cursor: pointer
}

.checkbox__style--none + label {
  cursor: pointer
}

[data-status=invalid] {
  display: block !important
}

[data-status=invalid] input {
  border: 1px solid var(--color-red)
}

[data-status=invalid] .formular__error {
  position: relative;
  display: block;
  clear: both;
  padding: 5px 0 0;
  color: var(--color-red);
  font-size: 11px
}

@media (--large-up) {
  [data-status=invalid] .formular__error {
    float: right;
    width: 70%
  }
}

[data-status=invalid] .formular__error span {
  display: block
}

.dropDown, .dropdown {
  position: relative
}

.dropDown > ul, .dropDown .dropdown__item, .dropdown > ul, .dropdown .dropdown__item {
  position: absolute;
  top: 95%;
  left: 0;
  z-index: 500;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  max-height: 236px;
  width: 95%;
  border: 1px solid var(--input-border-color);
  background: white;
  box-shadow: 2px 2px 5px #666
}

.dropDown > ul li, .dropDown .dropdown__item li, .dropdown > ul li, .dropdown .dropdown__item li {
  border-bottom: 1px solid #b4b8b8
}

.dropDown > ul li:hover, .dropDown .dropdown__item li:hover, .dropdown > ul li:hover, .dropdown .dropdown__item li:hover {
  background: var(--color-blue)
}

.dropDown > ul li:hover a, .dropDown .dropdown__item li:hover a, .dropdown > ul li:hover a, .dropdown .dropdown__item li:hover a {
  color: #fff
}

.dropDown > ul li:last-of-type, .dropDown .dropdown__item li:last-of-type, .dropdown > ul li:last-of-type, .dropdown .dropdown__item li:last-of-type {
  border: 0
}

.dropDown > ul li a, .dropDown .dropdown__item li a, .dropdown > ul li a, .dropdown .dropdown__item li a {
  display: block;
  padding: 8px 10px;
  color: var(--color-dark-grey);
  text-decoration: none;
  font-size: 13px;
  line-height: 24px;

  &--enter {
    background: var(--color-blue)
  }
}

[type=radio], [type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0
}

[type=radio] + label, [type=checkbox] + label {
  font-size: 13px;
  cursor: pointer
}

[type=radio] + label:before, [type=checkbox] + label:before {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  min-width: 16px;
  width: 16px;
  height: 16px;
  outline: none;
  border: 1px solid white;
  border-color: var(--input-border-color);
  border-radius: 100%;
  background: white;
  content: "";
  vertical-align: top;
  text-align: center;
  cursor: pointer;
  transition: all .25s ease
}

[type=radio]:checked + label:before, [type=checkbox]:checked + label:before {
  outline: none;
  border-color: var(--input-border-color);
  background-color: var(--color-button-green);
  box-shadow: inset 0 0 0 3px #fff
}

[type=radio]:focus + label:before, [type=checkbox]:focus + label:before {
  outline: none;
  border-color: var(--input-border-color)
}

[type=radio]:disabled + label:before, [type=checkbox]:disabled + label:before {
  border-color: var(--input-border-color);
  background: var(--input-border-color);
  box-shadow: inset 0 0 0 3px var(--input-border-color)
}

[type=radio] + label:empty:before, [type=checkbox] + label:empty:before {
  margin-right: 0
}

[type=radio] + label:before {
  width: 18px;
  height: 18px
}

[type=radio].radio__big + label:before {
  width: 24px;
  height: 24px
}

[type=radio].radio__big:checked + label:before {
  box-shadow: inset 0 0 0 5px #fff
}

[type=checkbox]:not(:checked) + label:before, [type=checkbox]:checked + label:before {
  top: 0;
  border-radius: 0
}

[type=checkbox]:checked + label:before {
  height: 7px;
  border-color: #77a531;
  border-top-style: none;
  border-right-style: none;
  background-color: #fff;
  transform: rotate(-45deg)
}

.checkbox__style--none {
  position: static;
  width: auto;
  height: auto;
  opacity: 1
}

.checkbox__style--none + label:before {
  display: none
}

@media (--large-up) {
  .dropdown .dropdown__item {
    width: 100%
  }
}

.dropdown .dropdown__item li {
  padding: 5px;
  cursor: pointer;
  -webkit-user-select: auto;
  user-select: auto
}

.dropdown .dropdown__item li:hover {
  color: #fff
}

.dropdown > p > [style*=background-color] {
  position: relative;
  top: 1px;
  display: flex;
  flex: 0 0 25%
}

@media (--large) {
  .dropdown > p > [style*=background-color] {
    flex: 0 0 10%
  }
}

.dropdown > p > [style*=background-color]:before {
  display: block;
  padding-top: 100%;
  content: ""
}

.colors .colors__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -calc(var(--block-grid-space)/2)
}

.colors .colors__cell {
  display: flex;
  flex: 0 0 10%;
  padding: calc(var(--block-grid-space) / 2)
}

.colors .colors__cell:before {
  content: "";
  display: block;
  padding-top: 100%
}

.colors .colors__item {
  flex-grow: 1;
  cursor: pointer
}

.colors .colors__item[style*="255,255,255"], .colors .colors__item[style*="255, 255, 255"] {
  border: 1px solid var(--color-medium-grey-4)
}

.colors .colors__item:hover {
  border: 1px solid var(--color-red)
}

.colors .colors__select {
  display: none;
  margin-top: var(--block-grid-space)
}

.colors .colors__select label {
  display: inline-block;
  font-size: 12px;
  margin-right: calc(var(--block-grid-space) / 2)
}

.colors .colors__select [type=color] {
  cursor: pointer
}

@supports (display: grid) {
  .colors .colors__select {
    display: block
  }
}

.editor.editor__text > .grid-row > .grid-columns:nth-child(-n+3) {
  padding-right: 0
}

.editor.editor__text .dropdown > p, .editor.editor__text select {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  padding: calc(var(--grid-space) / 2) var(--block-grid-space);
  min-height: 28px;
  max-height: 28px;
  background-position: calc(100% - var(--block-grid-space)) 50%;
  background-size: var(--block-grid-space);
  font-size: 12px;
  -webkit-user-select: none;
  user-select: none
}

.editor.editor__text .dropdown > p > small, .editor.editor__text select > small {
  position: relative;
  top: 1px;
  font-size: 9px
}

.editor.editor__text .editor__alignments {
  margin: 0;
  padding: calc(var(--block-grid-space) / 2)
}

.editor.editor__text .editor__alignments li {
  padding: 1px;
  border-bottom-width: 0 !important;
  text-align: center
}

.editor.editor__text .editor__alignments label {
  display: block;
  padding: calc(var(--block-grid-space) / 2);
  border: 1px solid white;
  background-color: var(--color-medium-grey-2);
  cursor: pointer;
< wu-quality > < / wu-quality > &: hover, & . active {
  border-color: var(--color-green);
  color: var(--color-dark);
}
}

.editor.editor__text .editor__alignments label {
  display: block
}

.editor.editor__text .editor__alignment {
  display: flex;
  min-height: calc(var(--block-grid-space) * 2);
  flex: 0 0 25%;
  max-width: 15px
}

.editor.editor__text .editor__alignment:before {
  display: block;
  padding-top: 100%;
  content: ""
}

.editor.editor__text .editor__sizes label, .editor.editor__text .editor__fonts label {
  display: inline-block;
  width: 100%
}

.editor.editor__text .colors {
  padding: 5px
}

.editor.editor__text .colors .colors__cell {
  flex: 0 0 33%
}

.editor.editor__text textarea {
  margin-top: var(--grid-space);
  min-height: 130px
}

.editor.editor__image .editor__image--bar {
  margin-bottom: var(--grid-space)
}

.editor.editor__image [type=button] {
  padding: var(--block-grid-space) var(--grid-space);
  width: 100%;
  border-radius: 2px;
  font-size: .8rem;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none
}

.editor.editor__image .editor__image--apply {
  background: url(https://www.wall-art.de/out/wallart-dm/img/buttons/strips_bg.png) repeat #6aa214;
  color: #fff
}

.editor.editor__image .stage__edit {
  display: none
}

.size .size__list {
  margin-bottom: calc(var(--block-grid-space) * 3)
}

.size .size__input span {
  display: block;
  margin-bottom: calc(var(--block-grid-space) / 3);
  font-size: 11px
}

.size .size__fixed {
  align-items: flex-end;
  justify-content: center
}

.size .size__fixed > div {
  text-align: center
}

.size .size__fixed > div i {
  color: var(--color-dark);
  cursor: pointer
}

.size .size__fixed > div span {
  display: block;
  font-size: 9.5px
}

.size.size__slider {
  margin-bottom: calc(var(--block-grid-space) * 3);
  padding: var(--grid-space);
  border: 1px solid #ccc;
  background-color: var(--color-light-grey)
}

@media (--small) {
  .size.size__slider {
    margin-right: var(--grid-space)
  }
}

.size.size__slider .size__slider--item:nth-of-type(1) {
  padding-right: calc(var(--grid-space) * 2) !important
}

.size.size__slider .size__slider--item:nth-of-type(1) .noUi-handle {
  transform: translate(45%)
}

.size.size__slider .size__slider--item:nth-of-type(2) {
  padding-left: calc(var(--grid-space) * 2) !important
}

.size.size__slider .size__slider--item:nth-of-type(2) .noUi-handle {
  transform: translate(-45%)
}

.size.size__slider .noUi-horizontal {
  height: var(--grid-space)
}

.size.size__slider .noUi-horizontal .noUi-handle {
  right: -10px
}

.size.size__slider .noUi-horizontal .noUi-handle {
  width: calc(var(--grid-space) * 2);
  height: calc(var(--grid-space) * 2);
  cursor: ew-resize
}

.size.size__slider .noUi-horizontal .noUi-handle:before, .size.size__slider .noUi-horizontal .noUi-handle:after {
  top: 5px;
  height: var(--block-grid-space);
  display: none
}

.size.size__slider .noUi-target, .size.size__slider .noUi-connects {
  border-radius: 0
}

.size.size__slider .noUi-connect {
  background: #bbb
}

.size.size__slider .noUi-target {
  border: 1px solid #ccc
}

.size.size__slider .noUi-handle {
  background: #777;
  border: 0;
  border-radius: var(--global-border-radius);
  box-shadow: none !important
}

.modal .modal__wrapper {
  width: 540px
}

.modal#productform .modal__wrapper {
  box-shadow: -2px 0 3px #0003;
  padding-bottom: calc(var(--grid-space) * 4)
}

.modal#productform .modal__background {
}

