@charset "UTF-8";
.hoverPreview {
  position: absolute;
  transform: translateY(calc(-100% - 9px));
  left: 0px;
  width: 300px;
  height: 140px;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0px 0px 3px 0px #000;
  opacity: 0;
  transition: opacity .1s .1s ease-out;
  display: none; }
  .hoverPreview.visible {
    transition: opacity .1s .1s ease-in;
    opacity: 1;
    z-index: 101; }
  .hoverPreview.enabled {
    display: block; }
  .hoverPreview img {
    max-width: 100%;
    max-height: 100%;
    padding-bottom: 30px;
    padding-top: 10px;
    box-sizing: border-box;
    margin: 0 auto; }
  .hoverPreview .cardboardCoreColor {
    width: 100%;
    position: absolute;
    bottom: 45px;
    border-top: 1px solid #000;
    height: 20px; }
  .hoverPreview .hoverTitle {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 5px; }
  .hoverPreview .hoverTitlePP {
    width: 100%;
    position: absolute;
    bottom: 0;
    color: #fff;
    background-color: #533B3B;
    padding: 5px; }

#fixedPP .hoverPreview {
  top: -100px; }

.FixedFrameCustomPP .frame.extendedSelect .hoverPreview img {
  padding-bottom: 0px;
  padding-top: 0px; }

.configurator-form {
  text-align: left; }
  .configurator-form label {
    width: 100%; }
  .configurator-form input {
    border: 1px solid #ccc; }
  .configurator-form input[type=number] {
    width: 80px; }
  .configurator-form input:required:invalid {
    border: 1px solid red; }
  .configurator-form .width,
  .configurator-form .height {
    width: 50%; }
  .configurator-form .extendedSelect {
    width: 100%;
    position: relative;
    background: white; }
    .configurator-form .extendedSelect:after {
      /*  content: '';
            position: absolute;
            display: block;
            right: 13px;
            top: 13px;
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 5px solid #000;
            pointer-events: none;*/
      content: '+';
      position: absolute;
      display: block;
      right: 8px;
      top: -5px;
      pointer-events: none;
      font-size: 28px;
      font-weight: bold;
      color: #202020; }
    .configurator-form .extendedSelect .selectValue {
      border-radius: 3px;
      height: 32px;
      width: 100%;
      line-height: 32px;
      padding-right: 47px;
      padding-left: 8px;
      z-index: 5;
      cursor: pointer;
      border: 1px solid #292929;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: #1a1919;
      text-shadow: white 0px 0px 10px; }
      .configurator-form .extendedSelect .selectValue img {
        height: 30px;
        width: 30px;
        display: inline;
        vertical-align: middle;
        overflow: hidden; }
    .configurator-form .extendedSelect.expanded .dropdownContent {
      display: block;
      left: -100px; }
      @media only screen and (max-width: 759px) {
        .configurator-form .extendedSelect.expanded .dropdownContent {
          left: 0; } }
    .configurator-form .extendedSelect .dropdownContent {
      width: 480px;
      display: none;
      position: absolute;
      border: 2px solid #CE2626;
      z-index: 100;
      background: white;
      min-height: 300px;
      margin-top: -1px;
      padding-top: 40px; }
      @media only screen and (max-width: 770px) {
        .configurator-form .extendedSelect .dropdownContent {
          width: 100%; } }
      @media only screen and (max-width: 320px) {
        .configurator-form .extendedSelect .dropdownContent {
          position: relative; } }
      .configurator-form .extendedSelect .dropdownContent .infoicon {
        position: relative;
        display: inline-block;
        top: 3px;
        left: 2px;
        z-index: -1; }
      .configurator-form .extendedSelect .dropdownContent .close {
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        background-color: #CE2626;
        color: #FFFFFF;
        padding: 0px 20px;
        z-index: 101;
        font-weight: bold;
        font-size: 28px;
        line-height: 27px; }
      .configurator-form .extendedSelect .dropdownContent .filter {
        background-color: #eee;
        padding: 19px 15px;
        margin-bottom: 5px;
        /* Create a custom radio button */
        /* On mouse-over, add a grey background color */
        /* When the radio button is checked, add a blue background */
        /* Create the indicator (the dot/circle - hidden when not checked) */
        /* Show the indicator (dot/circle) when checked */
        /* Style the indicator (dot/circle) */ }
        .configurator-form .extendedSelect .dropdownContent .filter label.nopointer {
          pointer-events: none; }
        .configurator-form .extendedSelect .dropdownContent .filter select {
          border: 0;
          background-color: #fff;
          width: 100%;
          padding-right: 23px; }
        .configurator-form .extendedSelect .dropdownContent .filter label {
          width: 49%;
          min-width: 193px;
          vertical-align: top;
          position: relative; }
          @media only screen and (max-width: 770px) {
            .configurator-form .extendedSelect .dropdownContent .filter label {
              min-width: 0; } }
        .configurator-form .extendedSelect .dropdownContent .filter .container {
          position: relative;
          padding-left: 5px;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none; }
          .configurator-form .extendedSelect .dropdownContent .filter .container input {
            position: absolute;
            opacity: 0; }
        .configurator-form .extendedSelect .dropdownContent .filter .container .checkmark {
          position: absolute;
          top: 0;
          left: 0;
          height: 21px;
          width: 21px;
          background-color: white;
          border-radius: 50%;
          border: 2px solid #b9004f; }
        .configurator-form .extendedSelect .dropdownContent .filter .container input:checked ~ .checkmark {
          background-color: white;
          border: 2px solid #b9004f; }
        .configurator-form .extendedSelect .dropdownContent .filter .container .checkmark:after {
          content: "";
          position: absolute;
          display: none; }
        .configurator-form .extendedSelect .dropdownContent .filter .container input:checked ~ .checkmark:after {
          display: block; }
        .configurator-form .extendedSelect .dropdownContent .filter .container .checkmark:after {
          top: 2px;
          left: 2px;
          width: 13px;
          height: 13px;
          border-radius: 50%;
          background: #b9004f; }
      .configurator-form .extendedSelect .dropdownContent .price {
        font-size: 1.0rem;
        line-height: 1.4rem;
        width: 100%;
        margin-top: 5px;
        padding-right: 8px;
        display: block;
        float: right;
        text-align: right;
        font-size: 1.2em;
        color: #ce2626; }
      .configurator-form .extendedSelect .dropdownContent .description {
        line-height: 18px;
        font-size: 14px;
        padding-bottom: 15px; }
      .configurator-form .extendedSelect .dropdownContent .description2 {
        line-height: 18px;
        font-size: 14px;
        padding-bottom: 20px;
        margin-left: 50px; }
      .configurator-form .extendedSelect .dropdownContent > ul {
        max-height: 450px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch; }
        .configurator-form .extendedSelect .dropdownContent > ul > li {
          line-height: 18px;
          padding: 4px;
          margin: 1px;
          vertical-align: top;
          overflow: hidden;
          font-size: 14px; }
          .configurator-form .extendedSelect .dropdownContent > ul > li .selectThumb {
            height: 38px;
            width: 38px;
            margin-right: 5px;
            float: left;
            vertical-align: middle;
            margin: 30px 15px 0px; }
      .configurator-form .extendedSelect .dropdownContent li[data-value] {
        cursor: pointer;
        border: 2px solid transparent;
        margin: 0px 2.5px 4px 2.5px; }
        .configurator-form .extendedSelect .dropdownContent li[data-value]:hover {
          border: 2px solid #5a3838; }
        .configurator-form .extendedSelect .dropdownContent li[data-value] .name {
          font-weight: bold; }
        .configurator-form .extendedSelect .dropdownContent li[data-value] .price {
          color: #484746;
          font-size: 1.2em;
          display: inline-block;
          width: 90px;
          margin-left: 0;
          text-align: left; }
        .configurator-form .extendedSelect .dropdownContent li[data-value] button {
          background-color: green;
          color: white;
          padding: 3px 10px;
          border: 0;
          padding: 10px 10px;
          text-transform: none;
          font-weight: 600;
          margin-left: 15px; }
  .configurator-form .multiSelect.expanded .dropdownContent {
    display: block;
    left: -100px; }
    @media only screen and (max-width: 759px) {
      .configurator-form .multiSelect.expanded .dropdownContent {
        left: 0; } }
  .configurator-form .multiSelect .dropdownContent {
    width: 480px;
    padding-top: 0; }
    @media only screen and (max-width: 770px) {
      .configurator-form .multiSelect .dropdownContent {
        width: 100%; } }
    .configurator-form .multiSelect .dropdownContent > ul {
      padding-top: 5px; }
      .configurator-form .multiSelect .dropdownContent > ul > li {
        width: calc(100% - 30px);
        height: auto;
        border: 1px solid #ce2626;
        margin: 15px 0 0 15px;
        padding: 15px; }
        .configurator-form .multiSelect .dropdownContent > ul > li .preview {
          float: left;
          width: 184px; }
          @media only screen and (max-width: 770px) {
            .configurator-form .multiSelect .dropdownContent > ul > li .preview {
              width: 100%;
              padding-bottom: 10px; }
              .configurator-form .multiSelect .dropdownContent > ul > li .preview > div {
                max-width: 50%;
                float: right; }
              .configurator-form .multiSelect .dropdownContent > ul > li .preview .frameColorInfo {
                float: right;
                width: 50%;
                padding-top: 11px; } }
          .configurator-form .multiSelect .dropdownContent > ul > li .preview img.profile {
            max-width: 100%; }
            @media only screen and (max-width: 770px) {
              .configurator-form .multiSelect .dropdownContent > ul > li .preview img.profile {
                max-width: 50%;
                max-height: 100px;
                float: left; } }
        .configurator-form .multiSelect .dropdownContent > ul > li > ul > li {
          display: inline-block; }
          .configurator-form .multiSelect .dropdownContent > ul > li > ul > li .selectThumb {
            margin: 0; }
    .configurator-form .multiSelect .dropdownContent > ul#customFrame ul {
      width: 50%;
      float: right; }
      @media only screen and (max-width: 770px) {
        .configurator-form .multiSelect .dropdownContent > ul#customFrame ul {
          width: 100%;
          margin-top: 10px; } }

#rearpanelCustomFrame li[data-value], #rearpanelFixedFrame li[data-value],
#glassCustomFrame li[data-value], #glassFixedFrame li[data-value] {
  cursor: pointer;
  border: 1px solid #ce2626;
  margin: 0px 15px 12px 15px;
  width: auto;
  height: auto; }
  #rearpanelCustomFrame li[data-value]:hover, #rearpanelFixedFrame li[data-value]:hover,
  #glassCustomFrame li[data-value]:hover, #glassFixedFrame li[data-value]:hover {
    border: 1px solid #5a3838; }

.product-cutouts.configurator-form.tab-pp-cutout {
  border: 1px solid;
  padding: 10px 13px 20px; }
  .product-cutouts.configurator-form.tab-pp-cutout #borders-settings .title {
    margin-top: 30px; }
  .product-cutouts.configurator-form.tab-pp-cutout #borders-settings .links {
    margin-top: 10px; }
  .product-cutouts.configurator-form.tab-pp-cutout #borders-settings .rechts {
    margin-top: 10px; }

.farben-content-konfigurator {
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */ }
  .farben-content-konfigurator .container .checkmark {
    position: absolute;
    left: 0;
    top: 0;
    height: 21px;
    width: 21px;
    background-color: white;
    border-radius: 50%;
    border: 2px solid #b9004f; }
  .farben-content-konfigurator .container input:checked ~ .checkmark {
    background-color: white;
    border: 2px solid #b9004f; }
  .farben-content-konfigurator .container .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .farben-content-konfigurator .container input:checked ~ .checkmark:after {
    display: block; }
  .farben-content-konfigurator .container .checkmark:after {
    top: 2px;
    left: 2px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #b9004f; }

body.asp-configurator p.liste {
  padding-left: 20px; }

body.asp-configurator p.liste:before {
  content: "•";
  padding-right: 10px; }

body.asp-configurator .lightboxOverlay {
  opacity: 0.1 !important; }

body.asp-configurator #product-options-wrapper {
  order: 6; }

body.asp-configurator .product-options-bottom {
  display: none; }

body.asp-configurator #product-options-wrapper dl, body.asp-configurator p.required {
  display: none; }

body.asp-configurator .product-view {
  font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif !important; }

body.asp-configurator .product-view .product-sidepanel {
  background: #5f5f5f; }

body.asp-configurator .product-sidepanel .tab-navi.active::after {
  display: none; }

body.asp-configurator .product-sidepanel .tab-navi.active .button, body.asp-configurator .product-sidepanel .tab-navi .button:hover {
  background: #b9004f; }

body.asp-configurator .product-sidepanel .tab-navi.active .selectButton, body.asp-configurator .product-sidepanel .tab-navi .selectButton:hover, body.asp-configurator .product-sidepanel .tab-navi .addbutton:hover {
  background-color: #b9004f; }

body.asp-configurator .product-sidepanel .tab-navi {
  border-top: none; }

body.asp-configurator .product-sidepanel .tab-navi.border-bottom {
  border-bottom: none; }

body.asp-configurator #cutout-list li {
  border-bottom: none; }

body.asp-configurator #cutout-list li:nth-child(1) {
  border-top: none; }

body.asp-configurator .product-sidepanel .removebutton:hover {
  background-color: #b9004f;
  border-left: 1px solid #908b8b; }

body.asp-configurator .product-sidepanel .removebutton {
  border-left: none;
  background-color: #5f5f5f;
  height: 40px; }

body.asp-configurator .info-bubble::before {
  background: #bfb7b7; }

body.asp-configurator .title.abmessung .info-bubble::before {
  background: #ce2626; }

body.asp-configurator #cutout-list li.active, body.asp-configurator #cutout-list li:hover {
  background-color: transparent; }

body.asp-configurator #cutout-list li.active .selectButton, body.asp-configurator #cutout-list li .selectButton:hover {
  background-color: #b9004f; }

body.asp-configurator #cutout-list li.active::after {
  display: none; }

body.asp-configurator .product-view .product-sidepanel .cutout-controller-buttons .button.active, body.asp-configurator .product-view .product-sidepanel .cutout-controller-buttons .button:hover, body.asp-configurator .product-view .product-sidepanel .cutout-controller-list .button.active, body.asp-configurator .product-view .product-sidepanel .cutout-controller-list .button:hover {
  background-color: #b9004f; }

@media screen and (max-width: 859px) {
  body.asp-configurator .product-view .product-sidepanel .cutout-controller-buttons .button.active, body.asp-configurator .product-view .product-sidepanel .cutout-controller-buttons .button:hover, body.asp-configurator .product-view .product-sidepanel .cutout-controller-list .button.active, body.asp-configurator .product-view .product-sidepanel .cutout-controller-list .button:hover {
    width: 200px; } }

body.asp-configurator #frame-preview #resize-containers, body.asp-configurator #frame-preview #generator-containers {
  border: 1px solid #a49f9f; }

body.asp-configurator .product-view .product-sidepanel .cutout-controller-buttons #add-multi-cutout::before {
  content: '++'; }

body.asp-configurator .draggable .resize-drag {
  border: 1px solid #e9e9e9; }

body.asp-configurator #cutout-list {
  padding-top: 0; }

body.asp-configurator .product-sidepanel .addbutton::before, body.asp-configurator .product-view .product-sidepanel .cutout-controller-buttons #add-cutout::before, body.asp-configurator .product-view .product-sidepanel .cutout-controller-buttons #add-multi-cutout::before, body.asp-configurator .product-view .product-sidepanel .cutout-controller-list #add-cutout::before, body.asp-configurator .product-view .product-sidepanel .cutout-controller-list #add-multi-cutout::before {
  font-size: 1.3rem; }

body.asp-configurator .product-view .product-sidepanel .cutout-controller-buttons #add-cutout::before {
  margin-right: 24px; }

body.asp-configurator .product-sidepanel .addbutton::before {
  margin-right: 24px; }

body.asp-configurator .product-view .product-sidepanel .cutout-controller-buttons .button, body.asp-configurator .product-view .product-sidepanel .cutout-controller-list .button {
  font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif !important;
  font-weight: 400;
  font-size: 12px; }

body.asp-configurator .product-sidepanel {
  font-weight: 400; }

body.asp-configurator #cutout-list li {
  font-weight: 400;
  font-size: 13px;
  height: 40px; }

body.asp-configurator .product-sidepanel .tab-navi .selectButton {
  width: calc(100% - 40px);
  height: 44px; }

body.asp-configurator .product-sidepanel .tab-navi.active, body.asp-configurator .product-sidepanel .tab-navi:hover {
  background: #b9004f;
  height: 44px; }

body.asp-configurator #cutout-list li .selectButton {
  padding: 0 10px 0 10px;
  height: 40px; }

body.asp-configurator .product-view .product-sidepanel .cutout-controller-buttons .button, body.asp-configurator .product-view .product-sidepanel .cutout-controller-list .button {
  height: 35px;
  padding: 7px 10px 4px 20px; }

body.asp-configurator .product-view .product-sidepanel .cutout-controller-buttons, body.asp-configurator .product-view .product-sidepanel .cutout-controller-list {
  border-top: 1px solid #807979; }

body.asp-configurator .product-view .product-sidepanel .cutout-controller-buttons {
  border-bottom: 1px solid #807979;
  border-top: none; }

body.asp-configurator #cutoutnumber_chooser, body.asp-configurator #innerdimensions_chooser {
  margin: 0 35px;
  float: left; }

body.asp-configurator #cutoutnumber_chooser {
  margin-bottom: 12px; }

body.asp-configurator .product-sidepanel .settings-wrapper #cutout-settings {
  height: 40px; }

body.asp-configurator .configurator-form .extendedSelect .dropdownContent {
  border: 1px solid #414141;
  padding-bottom: 15px; }

body.asp-configurator .hoverPreview .hoverTitlePP {
  color: #1b1b1b;
  background-color: #fff;
  border-top: 1px solid #000; }

body.asp-configurator .configurator-form .extendedSelect.expanded .dropdownContent {
  left: 0;
  width: 468px; }

@media screen and (max-width: 599px) {
  body.asp-configurator .configurator-form .extendedSelect.expanded .dropdownContent {
    width: 430px; } }

@media screen and (max-width: 479px) {
  body.asp-configurator .configurator-form .extendedSelect.expanded .dropdownContent {
    width: 100% !important; }
  body.asp-configurator #frame-preview .asp-gallery {
    padding-left: 0 !important;
    padding-top: 10px; }
  body.asp-configurator #cutoutnumber_chooser, body.asp-configurator #innerdimensions_chooser {
    padding: 5px 0 5px 0 !important;
    margin: auto !important; } }

body.asp-configurator .product-passepartout.configurator-form .hoverPreview {
  width: 200px; }

body.asp-configurator .configurator-form .hoverPreview {
  left: auto;
  top: auto; }

body.asp-configurator .asp-configurator-maintitle {
  height: 63px;
  display: none; }

body.asp-configurator .configurator-form .multiSelect .dropdownContent > ul > li {
  border: 1px solid #b7b7b7; }

body.asp-configurator .configurator-form .multiSelect .dropdownContent > ul > li.activeChild {
  border: 1px solid #ce2626; }

body.asp-configurator .configurator-form.tab-pp .extendedSelect .dropdownContent .price {
  width: auto; }

body.asp-configurator .configurator-form .extendedSelect .dropdownContent li[data-value] {
  border: 1px solid #bfbaba;
  position: relative; }

body.asp-configurator .configurator-form .extendedSelect .dropdownContent li[data-value]:hover {
  border: 1px solid #5a3838; }

body.asp-configurator .configurator-form .extendedSelect .dropdownContent #glassCustomFrame li[data-value], body.asp-configurator .configurator-form .extendedSelect .dropdownContent #rearpanelCustomFrame li[data-value],
body.asp-configurator .configurator-form .extendedSelect .dropdownContent #glassFixedFrame li[data-value], body.asp-configurator .configurator-form .extendedSelect .dropdownContent #rearpanelFixedFrame li[data-value] {
  border: 1px solid #bfbaba !important;
  padding-top: 15px;
  padding-bottom: 15px; }

body.asp-configurator .configurator-form .extendedSelect .dropdownContent #glassCustomFrame li[data-value]:hover, body.asp-configurator .configurator-form .extendedSelect .dropdownContent #rearpanelCustomFrame li[data-value]:hover,
body.asp-configurator .configurator-form .extendedSelect .dropdownContent #glassFixedFrame li[data-value]:hover, body.asp-configurator .configurator-form .extendedSelect .dropdownContent #rearpanelFixedFrame li[data-value]:hover {
  border: 1px solid #5a3838 !important; }

body.asp-configurator .tab-pp .asp-configurator-title, body.asp-configurator .tab-pp-cutout .asp-configurator-title {
  display: none; }

body.asp-configurator .tab-pp .asp-configurator-title.cutout, body.asp-configurator .tab-pp-cutout .asp-configurator-title.cutout {
  display: inline;
  font-size: 18px; }

body.asp-configurator .configurator-form .extendedSelect .dropdownContent .filter {
  display: flex;
  flex-wrap: wrap; }

@media screen and (max-width: 859px) {
  body.asp-configurator .product-sidepanel .tab-navi:hover, body.asp-configurator .product-sidepanel .tab-navi .selectButton:hover, body.asp-configurator .product-sidepanel .tab-navi.active {
    background: none; }
  body.asp-configurator #cutout-list li.active .selectButton:hover, body.asp-configurator .product-sidepanel .tab-navi.active .selectButton:hover {
    background-color: #b9004f; }
  body.asp-configurator .product-sidepanel .tab-navi .selectButton:hover, body.asp-configurator .product-sidepanel .tab-navi .addbutton:hover {
    background-color: #b9004f; }
  body.asp-configurator .noPP-message {
    display: none !important; }
  body.asp-configurator .product-view .product-sidepanel .links {
    display: none; }
  body.asp-configurator #background-chooser {
    display: none; }
  body.asp-configurator .product-sidepanel .tab-navi .selectButton {
    width: 100% !important;
    height: 100% !important; }
  .product-sidepanel .tab-navi .addComponent {
    padding: 10px 10px !important; }
  body.asp-configurator .control.qty-controls-wrap {
    width: 90px; } }

@media screen and (max-width: 480px) {
  body.asp-configurator .product-view .product-sidepanel {
    margin-left: -15px;
    min-width: 96vw; } }

body.asp-configurator .dropdownContent #customFrame .infoicon {
  display: none; }

body.CustomGlassCustomRearpanel .configurator-form .extendedSelect.expanded .dropdownContent {
  left: 0;
  top: 0; }

body.hideRemoveCutout .removeCutoutComponent {
  display: none !important; }

ul#rearpanelFixedFrame li[data-value].active button, ul#rearpanelGlasFrame li[data-value].active button, ul#glassFixedFrame li[data-value].active button, ul#glassCustomFrame li[data-value].active button {
  background-color: #c8c9c8 !important;
  padding: 10px 10px;
  text-transform: none;
  font-weight: 600; }

a#lightbox-link {
  cursor: pointer; }

#frame-preview span#tooltip-span {
  display: none; }

#frame-preview:hover span#tooltip-span {
  position: fixed;
  overflow: hidden; }

.CustomFrameCustomPP #tooltip-span {
  height: 140px; }

.CustomFrameCustomPP #tooltip-span img {
  padding: 5px; }

.FixedFrameCustomPP #tooltip-span img.two {
  margin-top: 10px; }

@media screen and (max-width: 599px) {
  .product-cutouts.configurator-form.tab-pp-cutout #borders-settings .links {
    margin-right: 140px; } }

@media screen and (max-width: 434px) {
  .product-cutouts.configurator-form.tab-pp-cutout #borders-settings .links {
    margin-right: 20px !important; } }

body.asp-configurator #image-list {
  position: relative; }

body.asp-configurator #image-list .dropdownTitle {
  border-radius: 3px;
  height: 32px;
  width: 100%;
  line-height: 32px;
  padding-right: 47px;
  padding-left: 8px;
  z-index: 5;
  cursor: pointer;
  border: 1px solid #292929;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #1a1919;
  text-shadow: white 0px 0px 10px;
  background: white; }

body.asp-configurator #image-list::before {
  content: '+';
  position: absolute;
  display: block;
  right: 8px;
  top: 22px;
  pointer-events: none;
  font-size: 28px;
  font-weight: bold;
  color: #202020; }

body.asp-configurator #image-list.active::before {
  content: '-'; }

body.asp-configurator #image-list .dropdownContent {
  padding-top: 10px; }

body.asp-configurator.product-passepartout-designer-mehrere-ausschnitte .configurator-form .extendedSelect.expanded .dropdownContent {
  right: 0;
  left: unset; }

body.FixedPPCustomFrame #cutout_type, body.FixedPPCustomFrame #cutout_type_title, body.FixedPPCustomFrame #align_type, body.FixedPPCustomFrame #align_type_title, body.FixedPPCustomFrame #cutout-controller, body.FixedPPCustomFrame li.cutout-select .removebutton, body.FixedPPCustomFrame .tab-pp-cutout .info-bubble {
  display: none; }

body.FixedPPCustomFrame .short-description {
  padding-top: 15px; }

body.FixedPPCustomFrame .tab-pp-cutout input {
  -moz-appearance: textfield; }

body.FixedPPCustomFrame .tab-pp-cutout input::-webkit-outer-spin-button, body.FixedPPCustomFrame .tab-pp-cutout input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.info-bubble.measure_select_pp {
  display: none; }

body.FixedPPCustomFrame .info-bubble.measure_select_pp {
  display: inline-block; }

body.FixedPPCustomFrame .info-bubble.measure_select {
  display: none; }

body.CustomFrameCustomPP .configurator-form .multiSelect .dropdownContent > ul > li .preview {
  width: 168px; }

body.asp-configurator #image-list::before, .configurator-form .extendedSelect::after {
  content: '' !important; }

body.asp-configurator .extendedSelect, body.asp-configurator #image-list .dropdownTitle {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgOCA4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA4IDg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBwb2ludHM9IjYuMywxLjcgNCw0IDEuNywxLjcgMC42LDIuOCA0LDYuMyA0LDYuMyA0LDYuMyA3LjQsMi44ICIvPjwvc3ZnPg==) !important;
  background-position: calc(100% - 7px) center !important;
  background-repeat: no-repeat !important;
  background-size: 17px 30px !important; }

.product-view {
  /* .farben-content-konfigurator li.gridlist.bestseller > div {
            border: 2px solid #d2005a !important;
        }*/ }
  .product-view select {
    background-size: 17px 30px; }

/**
 * THIS IS A COPLETE COPY FROM THE VARS.SCSS OF THE THEME
 */
.multiSelectFilter {
  padding-top: 10px;
  width: 45%; }
  .multiSelectFilter .hld {
    border: 1px solid;
    padding: 5px;
    margin-right: 10px;
    background: white;
    cursor: pointer; }
    .multiSelectFilter .hld .icon {
      float: right;
      margin: 0px;
      padding: 11px 8px 0px 7px;
      overflow: hidden; }
      .multiSelectFilter .hld .icon::before {
        border-color: #32393F transparent transparent transparent;
        display: block;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 4px 0 4px;
        margin: 0 auto; }
    .multiSelectFilter .hld .text {
      -webkit-user-select: none;
      /* Chrome/Safari */
      -moz-user-select: none;
      /* Firefox */
      -ms-user-select: none;
      /* IE10+ */ }
  .multiSelectFilter .dropdowner {
    display: none;
    position: absolute;
    padding: 15px;
    border: 1px solid;
    background: white;
    border-top: none;
    min-width: 186px;
    z-index: 10; }
    .multiSelectFilter .dropdowner label {
      width: auto !important;
      min-width: 137px !important; }
    .multiSelectFilter .dropdowner input {
      float: left;
      margin-right: 5px;
      margin-top: 3px; }
    .multiSelectFilter .dropdowner a.applyMultiselectFilter {
      background: #d2005a;
      color: white;
      height: 32px;
      width: 100%;
      display: inline-block;
      text-align: center;
      padding: 5px;
      margin-top: 10px;
      cursor: pointer;
      text-decoration: none; }
    .multiSelectFilter .dropdowner a.revertMultiselectFilter {
      background: #5f5f5f;
      color: white;
      height: 32px;
      width: 100%;
      display: inline-block;
      text-align: center;
      padding: 5px;
      margin-top: 10px;
      cursor: pointer;
      text-decoration: none; }
    .multiSelectFilter .dropdowner .dropdown-wrapper {
      overflow-y: scroll;
      max-height: 300px;
      -webkit-overflow-scrolling: touch; }
      .multiSelectFilter .dropdowner .dropdown-wrapper .checkbox-wrapper {
        display: inline-block; }

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before, .cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
  z-index: inherit !important; }

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 10%;
  min-height: 25px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 10%;
  min-height: 25px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 10%;
  min-width: 25px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 10%;
  min-width: 25px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 10%;
  min-width: 25px;
  height: 10%;
  min-height: 25px;
  right: -5px;
  bottom: -5px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 10%;
  min-width: 25px;
  height: 10%;
  min-height: 25px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 10%;
  min-width: 25px;
  height: 10%;
  min-height: 25px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 10%;
  min-width: 25px;
  height: 10%;
  min-height: 25px;
  right: -5px;
  top: -5px; }

.caption {
  color: #777; }

#upload-status {
  border: 2px solid #333;
  height: 100px;
  margin: 1em;
  padding: .8em; }

.innerimage {
  cursor: move; }

#framepattern-chooser, #background-chooser {
  font-size: 0;
  width: 100%;
  margin-top: 5px;
  position: relative;
  text-align: left;
  margin-left: 30px;
  clear: left; }
  #framepattern-chooser div, #background-chooser div {
    display: inline-block;
    margin: 5px;
    height: 20px;
    width: 20px;
    cursor: pointer;
    top: -7px;
    position: relative;
    border-radius: 50%;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3); }
  #framepattern-chooser div.active, #background-chooser div.active {
    background-image: url("images/active.png");
    background-size: 30px 35px;
    background-position: -8px -2px; }

@media screen and (max-width: 479px) {
  #background-chooser {
    width: 90%; }
    #background-chooser h3 {
      display: none !important; } }

#framepattern-chooser div {
  border-radius: 0; }

.draggable {
  height: 50px;
  width: 120px;
  position: absolute;
  background-color: #fff;
  -ms-touch-action: none;
  touch-action: none; }
  .draggable.active, .draggable.hover {
    box-shadow: #FF2600 0px 0px 0px 1px !important;
    background-color: #ff2600; }
    .draggable.active .ui-resizable-handle:before, .draggable.hover .ui-resizable-handle:before {
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      box-sizing: content-box; }
    .draggable.active .innerimage, .draggable.hover .innerimage {
      opacity: .87;
      background-color: #ffefef !important; }
    .draggable.active .cls-flat,
    .draggable.active .cls-tip, .draggable.hover .cls-flat,
    .draggable.hover .cls-tip {
      opacity: .87; }
      .draggable.active .cls-flat.cls-flat-background, .draggable.active .cls-flat.cls-tip-background,
      .draggable.active .cls-tip.cls-flat-background,
      .draggable.active .cls-tip.cls-tip-background, .draggable.hover .cls-flat.cls-flat-background, .draggable.hover .cls-flat.cls-tip-background,
      .draggable.hover .cls-tip.cls-flat-background,
      .draggable.hover .cls-tip.cls-tip-background {
        opacity: 1; }
    .draggable.active .ui-resizable-n:before,
    .draggable.active .ui-resizable-s:before,
    .draggable.active .ui-resizable-e:before,
    .draggable.active .ui-resizable-w:before, .draggable.hover .ui-resizable-n:before,
    .draggable.hover .ui-resizable-s:before,
    .draggable.hover .ui-resizable-e:before,
    .draggable.hover .ui-resizable-w:before {
      content: '□';
      position: absolute;
      font-weight: 900;
      font-size: 0;
      color: red;
      border: 2px solid red;
      width: 2px;
      height: 2px;
      background: white; }
    .draggable.active .ui-resizable-e:before, .draggable.hover .ui-resizable-e:before {
      top: calc(50% - 3px);
      right: 1px; }
    .draggable.active .ui-resizable-w:before, .draggable.hover .ui-resizable-w:before {
      top: calc(50% - 3px);
      left: 1px; }
    .draggable.active .ui-resizable-n:before, .draggable.hover .ui-resizable-n:before {
      left: calc(50% - 3px);
      top: 2px; }
    .draggable.active .ui-resizable-s:before, .draggable.hover .ui-resizable-s:before {
      left: calc(50% - 3px);
      bottom: 1px; }
    .draggable.active .ui-resizable-se:before,
    .draggable.active .ui-resizable-sw:before,
    .draggable.active .ui-resizable-nw:before,
    .draggable.active .ui-resizable-ne:before, .draggable.hover .ui-resizable-se:before,
    .draggable.hover .ui-resizable-sw:before,
    .draggable.hover .ui-resizable-nw:before,
    .draggable.hover .ui-resizable-ne:before {
      content: '□';
      position: absolute;
      font-weight: 900;
      font-size: 0;
      color: red;
      border: 2px solid red;
      width: 2px;
      height: 2px;
      background: white; }
    .draggable.active .ui-resizable-se:before, .draggable.hover .ui-resizable-se:before {
      right: 2px;
      bottom: 2px; }
    .draggable.active .ui-resizable-sw:before, .draggable.hover .ui-resizable-sw:before {
      left: 2px;
      bottom: 2px; }
    .draggable.active .ui-resizable-nw:before, .draggable.hover .ui-resizable-nw:before {
      left: 2px;
      top: 2px; }
    .draggable.active .ui-resizable-ne:before, .draggable.hover .ui-resizable-ne:before {
      right: 2px;
      top: 2px; }
    .draggable.active.octagon_pointy .cls-tip-hover, .draggable.hover.octagon_pointy .cls-tip-hover {
      display: block;
      opacity: .1;
      fill: red; }
    .draggable.active.octagon_flat .cls-flat-hover, .draggable.hover.octagon_flat .cls-flat-hover {
      display: block;
      opacity: .1;
      fill: red; }
  .draggable.deselected {
    box-shadow: none !important; }
    .draggable.deselected .cls-flat,
    .draggable.deselected .cls-tip,
    .draggable.deselected .innerimage {
      opacity: 1; }
    .draggable.deselected .ui-resizable-n,
    .draggable.deselected .ui-resizable-s,
    .draggable.deselected .ui-resizable-e,
    .draggable.deselected .ui-resizable-w,
    .draggable.deselected .ui-resizable-se,
    .draggable.deselected .ui-resizable-sw,
    .draggable.deselected .ui-resizable-nw,
    .draggable.deselected .ui-resizable-ne {
      display: none; }
  .draggable.octagon {
    box-shadow: none !important;
    background-color: transparent; }
    .draggable.octagon .cls-tip,
    .draggable.octagon .cls-flat {
      stroke: red;
      stroke-width: 1; }
    .draggable.octagon .cls-flat + .cls-flat {
      transform: scale(0.98) translateX(1%) translateY(1%);
      stroke-width: 0; }
    .draggable.octagon .cls-flat-background {
      fill: red !important;
      stroke-width: 0; }
    .draggable.octagon .innerimage:hover {
      box-shadow: none !important; }
  .draggable.octagon_pointy .cls-tip {
    display: block; }
  .draggable.octagon_flat .cls-flat {
    display: block; }
  .draggable.rectangle_round {
    border-radius: 8px; }
    .draggable.rectangle_round .innerimage {
      border-radius: 8px; }
  .draggable.circle, .draggable.oval {
    border-radius: 50%; }
    .draggable.circle .innerimage, .draggable.oval .innerimage {
      border-radius: 50%; }

#rahmen {
  position: relative;
  margin: 0 auto;
  width: 420px;
  height: 320px;
  z-index: 0; }
  #rahmen svg {
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0; }
  #rahmen .noPP-message {
    position: absolute;
    font-size: 16px !important;
    text-align: center;
    width: 100%;
    bottom: 55% !important;
    left: 0;
    padding: 0 22px !important; }

#frame-preview .container {
  padding: 30px;
  overflow: hidden;
  padding-bottom: 15px;
  padding-right: 1px; }

#frame_top {
  position: absolute;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 1; }

#frame_left {
  position: absolute;
  left: 0;
  top: 100%;
  margin: 0;
  padding: 0;
  z-index: 2; }

#frame_right {
  position: absolute;
  left: 100%;
  top: 0;
  margin: 0;
  padding: 0;
  z-index: 2; }

#frame_bottom {
  position: absolute;
  left: 100%;
  top: 100%;
  margin: 0;
  padding: 0;
  z-index: 1; }

#generator-containers,
#resize-containers {
  position: absolute;
  left: 25px;
  top: 25px;
  width: 370px;
  height: 270px; }
  #generator-containers.noPP,
  #resize-containers.noPP {
    /* background-size: contain; */
    background-repeat: no-repeat !important;
    background-color: white !important;
    background-position: 50% 50% !important;
    overflow: hidden; }

#generator-containers {
  position: absolute;
  left: 25px;
  top: 25px;
  width: 370px;
  height: 270px; }
  #generator-containers .generator-vertical {
    position: absolute;
    width: 100%; }
  #generator-containers .generator-cutout {
    position: absolute; }
    #generator-containers .generator-cutout.roundrectangle {
      border-radius: 20px; }
    #generator-containers .generator-cutout.circle, #generator-containers .generator-cutout.oval {
      border-radius: 50%; }
    #generator-containers .generator-cutout.octagon_pointy {
      border: none; }
      #generator-containers .generator-cutout.octagon_pointy .cls-tip {
        display: block;
        stroke: red;
        stroke-dasharray: 8px;
        stroke-width: 2px; }
    #generator-containers .generator-cutout.octagon_flat {
      border: none; }
      #generator-containers .generator-cutout.octagon_flat .cls-flat {
        display: block;
        stroke: red;
        stroke-dasharray: 8px;
        stroke-width: 2px; }

.resize-drag {
  color: white;
  height: 100%;
  width: 100%;
  /* This makes things *much* easier */
  box-sizing: border-box;
  position: absolute;
  background-size: cover;
  min-height: 20px;
  min-width: 20px; }
  .resize-drag:hover {
    box-shadow: #FF2600 0px 0px 0px 1px; }

/*
// ----------------------------------------------
// Usage example:
// For IE set $mq-support to false.
// Set the fixed value.
// Then use mixins to test whether styles should be applied.
// ----------------------------------------------

$mq-support: false;
$mq-fixed-value: 1024;

// Renders at fixed value
@include bp (min-width, 300px) { 
    div { color:#000; }
}

// Doesn't render without MQ support
@include bp (min-width, 1200px) { 
    div { color:#FFF; }
}

// Doesn't render without MQ support
@include bp (max-width, 300px) { 
    div { color:#444; }
}

// Renders at fixed value
@include bp (max-width, 1200px) { 
    div { color:#888; }
}

// ----------------------------------------------
*/
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Catalog - Product
 * ============================================ */
.product-view ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.product-view .product-frame-row {
  order: 1;
  flex: 1 1 calc(100% - 145px);
  width: calc(100% - 145px);
  position: relative; }
  .product-view .product-frame-row .box-wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: row; }
    @media only screen and (max-width: 970px) {
      .product-view .product-frame-row .box-wrapper {
        flex-wrap: wrap; } }
    .product-view .product-frame-row .box-wrapper .product-name {
      display: none;
      flex: 1 1 100%; }

.product-view .product-sidepanel {
  background: #533B3B;
  order: 0;
  flex: 0 1 145px; }
  @media only screen and (max-width: 770px) {
    .product-view .product-sidepanel {
      flex: 0 1 100%; } }
  .product-view .product-sidepanel .links {
    padding-top: 18px; }
    .product-view .product-sidepanel .links ul {
      padding-left: 10px;
      text-align: left; }
    .product-view .product-sidepanel .links li {
      color: #fff;
      font-size: 14px; }
  .product-view .product-sidepanel hr {
    margin: 10px 20px;
    border: none;
    border-top: 1px solid #877676; }
    @media only screen and (max-width: 770px) {
      .product-view .product-sidepanel hr {
        display: none; } }

.product-view .product-img-box {
  order: 3;
  align-self: stretch;
  float: right;
  display: block;
  width: calc(100% - 400px); }
  @media only screen and (max-width: 770px) {
    .product-view .product-img-box {
      flex: 1 1 400px;
      margin-left: 12px;
      margin: 0 auto; } }
  @media only screen and (max-width: 470px) {
    .product-view .product-img-box {
      flex: 1 1 295px;
      margin-left: 12px;
      margin: 0 auto; } }

.product-view .price-info {
  order: 4;
  flex: 0 1 100%;
  background-color: #f4f4f4;
  border-top: 2px solid #5f5f5f; }

.product-view .product-name {
  order: -1;
  flex: 1 1 100%; }

.product-view .product-shop {
  order: 2;
  flex: 0 1 400px;
  max-width: 400px;
  padding-left: 30px; }
  @media only screen and (max-width: 770px) {
    .product-view .product-shop {
      margin: 0 auto; } }
  @media only screen and (max-width: 599px) {
    .product-view .product-shop {
      margin: 0 auto;
      max-width: 100%;
      flex: 0 1 550px; } }
  .product-view .product-shop .product-name {
    display: none;
    float: left; }
  .product-view .product-shop .product-name .h1 {
    float: left;
    margin-bottom: 5px; }
  .product-view .product-shop .product-passepartout,
  .product-view .product-shop .product-cutout-generator,
  .product-view .product-shop .product-add-cutouts,
  .product-view .product-shop .product-cutouts {
    display: none; }
  .product-view .product-shop #image-list .title,
  .product-view .product-shop .product-passepartout .title,
  .product-view .product-shop .product-cutout-generator .title,
  .product-view .product-shop .product-add-cutouts .title,
  .product-view .product-shop .product-cutouts .title,
  .product-view .product-shop .configurator-form .title {
    font-weight: bold;
    font-size: 13px;
    margin-top: 0.8rem; }
    .product-view .product-shop #image-list .title:first-child,
    .product-view .product-shop .product-passepartout .title:first-child,
    .product-view .product-shop .product-cutout-generator .title:first-child,
    .product-view .product-shop .product-add-cutouts .title:first-child,
    .product-view .product-shop .product-cutouts .title:first-child,
    .product-view .product-shop .configurator-form .title:first-child {
      margin-top: 0; }
  .product-view .product-shop #image-list .info,
  .product-view .product-shop .product-passepartout .info,
  .product-view .product-shop .product-cutout-generator .info,
  .product-view .product-shop .product-add-cutouts .info,
  .product-view .product-shop .product-cutouts .info,
  .product-view .product-shop .configurator-form .info {
    font-size: 12px;
    margin-bottom: 5px; }
  .product-view .product-shop #image-list .subtitle,
  .product-view .product-shop .product-passepartout .subtitle,
  .product-view .product-shop .product-cutout-generator .subtitle,
  .product-view .product-shop .product-add-cutouts .subtitle,
  .product-view .product-shop .product-cutouts .subtitle,
  .product-view .product-shop .configurator-form .subtitle {
    font-size: 12px; }
  .product-view .product-shop #image-list .title,
  .product-view .product-shop #image-list .subtitle,
  .product-view .product-shop .product-passepartout .title,
  .product-view .product-shop .product-passepartout .subtitle,
  .product-view .product-shop .product-cutout-generator .title,
  .product-view .product-shop .product-cutout-generator .subtitle,
  .product-view .product-shop .product-add-cutouts .title,
  .product-view .product-shop .product-add-cutouts .subtitle,
  .product-view .product-shop .product-cutouts .title,
  .product-view .product-shop .product-cutouts .subtitle,
  .product-view .product-shop .configurator-form .title,
  .product-view .product-shop .configurator-form .subtitle {
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px; }
  .product-view .product-shop #image-list .oben,
  .product-view .product-shop #image-list .unten,
  .product-view .product-shop #image-list .rechts,
  .product-view .product-shop #image-list .links,
  .product-view .product-shop .product-passepartout .oben,
  .product-view .product-shop .product-passepartout .unten,
  .product-view .product-shop .product-passepartout .rechts,
  .product-view .product-shop .product-passepartout .links,
  .product-view .product-shop .product-cutout-generator .oben,
  .product-view .product-shop .product-cutout-generator .unten,
  .product-view .product-shop .product-cutout-generator .rechts,
  .product-view .product-shop .product-cutout-generator .links,
  .product-view .product-shop .product-add-cutouts .oben,
  .product-view .product-shop .product-add-cutouts .unten,
  .product-view .product-shop .product-add-cutouts .rechts,
  .product-view .product-shop .product-add-cutouts .links,
  .product-view .product-shop .product-cutouts .oben,
  .product-view .product-shop .product-cutouts .unten,
  .product-view .product-shop .product-cutouts .rechts,
  .product-view .product-shop .product-cutouts .links,
  .product-view .product-shop .configurator-form .oben,
  .product-view .product-shop .configurator-form .unten,
  .product-view .product-shop .configurator-form .rechts,
  .product-view .product-shop .configurator-form .links {
    display: inline-block;
    width: 110px; }
    .product-view .product-shop #image-list .oben input,
    .product-view .product-shop #image-list .unten input,
    .product-view .product-shop #image-list .rechts input,
    .product-view .product-shop #image-list .links input,
    .product-view .product-shop .product-passepartout .oben input,
    .product-view .product-shop .product-passepartout .unten input,
    .product-view .product-shop .product-passepartout .rechts input,
    .product-view .product-shop .product-passepartout .links input,
    .product-view .product-shop .product-cutout-generator .oben input,
    .product-view .product-shop .product-cutout-generator .unten input,
    .product-view .product-shop .product-cutout-generator .rechts input,
    .product-view .product-shop .product-cutout-generator .links input,
    .product-view .product-shop .product-add-cutouts .oben input,
    .product-view .product-shop .product-add-cutouts .unten input,
    .product-view .product-shop .product-add-cutouts .rechts input,
    .product-view .product-shop .product-add-cutouts .links input,
    .product-view .product-shop .product-cutouts .oben input,
    .product-view .product-shop .product-cutouts .unten input,
    .product-view .product-shop .product-cutouts .rechts input,
    .product-view .product-shop .product-cutouts .links input,
    .product-view .product-shop .configurator-form .oben input,
    .product-view .product-shop .configurator-form .unten input,
    .product-view .product-shop .configurator-form .rechts input,
    .product-view .product-shop .configurator-form .links input {
      width: 100%; }
  .product-view .product-shop #image-list .oben,
  .product-view .product-shop #image-list .links,
  .product-view .product-shop .product-passepartout .oben,
  .product-view .product-shop .product-passepartout .links,
  .product-view .product-shop .product-cutout-generator .oben,
  .product-view .product-shop .product-cutout-generator .links,
  .product-view .product-shop .product-add-cutouts .oben,
  .product-view .product-shop .product-add-cutouts .links,
  .product-view .product-shop .product-cutouts .oben,
  .product-view .product-shop .product-cutouts .links,
  .product-view .product-shop .configurator-form .oben,
  .product-view .product-shop .configurator-form .links {
    margin-right: 20px; }
  .product-view .product-shop #image-list .unten,
  .product-view .product-shop #image-list .rechts,
  .product-view .product-shop .product-passepartout .unten,
  .product-view .product-shop .product-passepartout .rechts,
  .product-view .product-shop .product-cutout-generator .unten,
  .product-view .product-shop .product-cutout-generator .rechts,
  .product-view .product-shop .product-add-cutouts .unten,
  .product-view .product-shop .product-add-cutouts .rechts,
  .product-view .product-shop .product-cutouts .unten,
  .product-view .product-shop .product-cutouts .rechts,
  .product-view .product-shop .configurator-form .unten,
  .product-view .product-shop .configurator-form .rechts {
    float: right; }
    .product-view .product-shop #image-list .unten > input,
    .product-view .product-shop #image-list .rechts > input,
    .product-view .product-shop .product-passepartout .unten > input,
    .product-view .product-shop .product-passepartout .rechts > input,
    .product-view .product-shop .product-cutout-generator .unten > input,
    .product-view .product-shop .product-cutout-generator .rechts > input,
    .product-view .product-shop .product-add-cutouts .unten > input,
    .product-view .product-shop .product-add-cutouts .rechts > input,
    .product-view .product-shop .product-cutouts .unten > input,
    .product-view .product-shop .product-cutouts .rechts > input,
    .product-view .product-shop .configurator-form .unten > input,
    .product-view .product-shop .configurator-form .rechts > input {
      float: right; }
  .product-view .product-shop #image-list .frame-main-width,
  .product-view .product-shop #image-list .frame-main-height,
  .product-view .product-shop #image-list #passepartout-width-input,
  .product-view .product-shop #image-list #passepartout-height-input,
  .product-view .product-shop #image-list #add-cutout-width-input,
  .product-view .product-shop #image-list #add-cutout-height-input,
  .product-view .product-shop #image-list #cutout-width-input,
  .product-view .product-shop #image-list #cutout-height-input,
  .product-view .product-shop #image-list #cutoutgenerator-width-input,
  .product-view .product-shop #image-list #cutoutgenerator-height-input,
  .product-view .product-shop .product-passepartout .frame-main-width,
  .product-view .product-shop .product-passepartout .frame-main-height,
  .product-view .product-shop .product-passepartout #passepartout-width-input,
  .product-view .product-shop .product-passepartout #passepartout-height-input,
  .product-view .product-shop .product-passepartout #add-cutout-width-input,
  .product-view .product-shop .product-passepartout #add-cutout-height-input,
  .product-view .product-shop .product-passepartout #cutout-width-input,
  .product-view .product-shop .product-passepartout #cutout-height-input,
  .product-view .product-shop .product-passepartout #cutoutgenerator-width-input,
  .product-view .product-shop .product-passepartout #cutoutgenerator-height-input,
  .product-view .product-shop .product-cutout-generator .frame-main-width,
  .product-view .product-shop .product-cutout-generator .frame-main-height,
  .product-view .product-shop .product-cutout-generator #passepartout-width-input,
  .product-view .product-shop .product-cutout-generator #passepartout-height-input,
  .product-view .product-shop .product-cutout-generator #add-cutout-width-input,
  .product-view .product-shop .product-cutout-generator #add-cutout-height-input,
  .product-view .product-shop .product-cutout-generator #cutout-width-input,
  .product-view .product-shop .product-cutout-generator #cutout-height-input,
  .product-view .product-shop .product-cutout-generator #cutoutgenerator-width-input,
  .product-view .product-shop .product-cutout-generator #cutoutgenerator-height-input,
  .product-view .product-shop .product-add-cutouts .frame-main-width,
  .product-view .product-shop .product-add-cutouts .frame-main-height,
  .product-view .product-shop .product-add-cutouts #passepartout-width-input,
  .product-view .product-shop .product-add-cutouts #passepartout-height-input,
  .product-view .product-shop .product-add-cutouts #add-cutout-width-input,
  .product-view .product-shop .product-add-cutouts #add-cutout-height-input,
  .product-view .product-shop .product-add-cutouts #cutout-width-input,
  .product-view .product-shop .product-add-cutouts #cutout-height-input,
  .product-view .product-shop .product-add-cutouts #cutoutgenerator-width-input,
  .product-view .product-shop .product-add-cutouts #cutoutgenerator-height-input,
  .product-view .product-shop .product-cutouts .frame-main-width,
  .product-view .product-shop .product-cutouts .frame-main-height,
  .product-view .product-shop .product-cutouts #passepartout-width-input,
  .product-view .product-shop .product-cutouts #passepartout-height-input,
  .product-view .product-shop .product-cutouts #add-cutout-width-input,
  .product-view .product-shop .product-cutouts #add-cutout-height-input,
  .product-view .product-shop .product-cutouts #cutout-width-input,
  .product-view .product-shop .product-cutouts #cutout-height-input,
  .product-view .product-shop .product-cutouts #cutoutgenerator-width-input,
  .product-view .product-shop .product-cutouts #cutoutgenerator-height-input,
  .product-view .product-shop .configurator-form .frame-main-width,
  .product-view .product-shop .configurator-form .frame-main-height,
  .product-view .product-shop .configurator-form #passepartout-width-input,
  .product-view .product-shop .configurator-form #passepartout-height-input,
  .product-view .product-shop .configurator-form #add-cutout-width-input,
  .product-view .product-shop .configurator-form #add-cutout-height-input,
  .product-view .product-shop .configurator-form #cutout-width-input,
  .product-view .product-shop .configurator-form #cutout-height-input,
  .product-view .product-shop .configurator-form #cutoutgenerator-width-input,
  .product-view .product-shop .configurator-form #cutoutgenerator-height-input {
    width: calc(50% - 12px); }
  .product-view .product-shop #image-list .frame-main-height,
  .product-view .product-shop #image-list #passepartout-height-input,
  .product-view .product-shop #image-list #add-cutout-height-input,
  .product-view .product-shop #image-list #cutout-height-input,
  .product-view .product-shop #image-list #cutoutgenerator-height-input,
  .product-view .product-shop .product-passepartout .frame-main-height,
  .product-view .product-shop .product-passepartout #passepartout-height-input,
  .product-view .product-shop .product-passepartout #add-cutout-height-input,
  .product-view .product-shop .product-passepartout #cutout-height-input,
  .product-view .product-shop .product-passepartout #cutoutgenerator-height-input,
  .product-view .product-shop .product-cutout-generator .frame-main-height,
  .product-view .product-shop .product-cutout-generator #passepartout-height-input,
  .product-view .product-shop .product-cutout-generator #add-cutout-height-input,
  .product-view .product-shop .product-cutout-generator #cutout-height-input,
  .product-view .product-shop .product-cutout-generator #cutoutgenerator-height-input,
  .product-view .product-shop .product-add-cutouts .frame-main-height,
  .product-view .product-shop .product-add-cutouts #passepartout-height-input,
  .product-view .product-shop .product-add-cutouts #add-cutout-height-input,
  .product-view .product-shop .product-add-cutouts #cutout-height-input,
  .product-view .product-shop .product-add-cutouts #cutoutgenerator-height-input,
  .product-view .product-shop .product-cutouts .frame-main-height,
  .product-view .product-shop .product-cutouts #passepartout-height-input,
  .product-view .product-shop .product-cutouts #add-cutout-height-input,
  .product-view .product-shop .product-cutouts #cutout-height-input,
  .product-view .product-shop .product-cutouts #cutoutgenerator-height-input,
  .product-view .product-shop .configurator-form .frame-main-height,
  .product-view .product-shop .configurator-form #passepartout-height-input,
  .product-view .product-shop .configurator-form #add-cutout-height-input,
  .product-view .product-shop .configurator-form #cutout-height-input,
  .product-view .product-shop .configurator-form #cutoutgenerator-height-input {
    float: right; }
  .product-view .product-shop #image-list #cutoutgenerator-horizontal-count,
  .product-view .product-shop #image-list #cutoutgenerator-vertical-count,
  .product-view .product-shop .product-passepartout #cutoutgenerator-horizontal-count,
  .product-view .product-shop .product-passepartout #cutoutgenerator-vertical-count,
  .product-view .product-shop .product-cutout-generator #cutoutgenerator-horizontal-count,
  .product-view .product-shop .product-cutout-generator #cutoutgenerator-vertical-count,
  .product-view .product-shop .product-add-cutouts #cutoutgenerator-horizontal-count,
  .product-view .product-shop .product-add-cutouts #cutoutgenerator-vertical-count,
  .product-view .product-shop .product-cutouts #cutoutgenerator-horizontal-count,
  .product-view .product-shop .product-cutouts #cutoutgenerator-vertical-count,
  .product-view .product-shop .configurator-form #cutoutgenerator-horizontal-count,
  .product-view .product-shop .configurator-form #cutoutgenerator-vertical-count {
    width: 100%; }
  .product-view .product-shop #image-list input,
  .product-view .product-shop .product-passepartout input,
  .product-view .product-shop .product-cutout-generator input,
  .product-view .product-shop .product-add-cutouts input,
  .product-view .product-shop .product-cutouts input,
  .product-view .product-shop .configurator-form input {
    border: 1px solid black; }
  .product-view .product-shop #image-list span,
  .product-view .product-shop #image-list input,
  .product-view .product-shop .product-passepartout span,
  .product-view .product-shop .product-passepartout input,
  .product-view .product-shop .product-cutout-generator span,
  .product-view .product-shop .product-cutout-generator input,
  .product-view .product-shop .product-add-cutouts span,
  .product-view .product-shop .product-add-cutouts input,
  .product-view .product-shop .product-cutouts span,
  .product-view .product-shop .product-cutouts input,
  .product-view .product-shop .configurator-form span,
  .product-view .product-shop .configurator-form input {
    display: inline-block; }
  .product-view .product-shop #image-list select,
  .product-view .product-shop .product-passepartout select,
  .product-view .product-shop .product-cutout-generator select,
  .product-view .product-shop .product-add-cutouts select,
  .product-view .product-shop .product-cutouts select,
  .product-view .product-shop .configurator-form select {
    /*  -webkit-appearance: none;
                -moz-appearance: none; */
    /* -webkit-border-radius: 0px;
             /*   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
                -webkit-user-select: none;
                appearance: none;
                box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
                user-select: none; */
    border: 1px solid #292929;
    font-size: inherit;
    margin: 0;
    overflow: hidden;
    padding: 0px 7px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    border-radius: 3px !important;
    /* border-radius: 0;
                background-color: #f6f6f699; */ }
  .product-view .product-shop #image-list .current-color,
  .product-view .product-shop .product-passepartout .current-color,
  .product-view .product-shop .product-cutout-generator .current-color,
  .product-view .product-shop .product-add-cutouts .current-color,
  .product-view .product-shop .product-cutouts .current-color,
  .product-view .product-shop .configurator-form .current-color {
    font-weight: bold; }

.product-view .add-to-cart-wrapper {
  order: 6;
  flex: 1 1 50%;
  background-color: #f4f4f4;
  margin: 0;
  border: none;
  width: 100%;
  padding: 20px !important; }
  .product-view .add-to-cart-wrapper .white-box {
    display: flex;
    flex-wrap: wrap;
    margin: 10px;
    padding: 20px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
    background: white; }
  .product-view .add-to-cart-wrapper .tax-details {
    display: none; }

@media screen and (max-width: 479px) {
  .product-view .add-to-cart-wrapper {
    padding: 0px !important; } }

.product-view .beside-add-to-cart-wrapper {
  display: none; }

@media only screen and (min-width: 481px) {
  .product-view .beside-add-to-cart-wrapper {
    display: block;
    order: 5;
    flex: 1 1 50%;
    background-color: #f4f4f4; } }

.product-view .block-related {
  width: 50%;
  float: right;
  clear: right; }

.catalog-product-view .col-main .product-view .block-related {
  float: none; }

.product-img-box .product-image {
  float: right;
  width: 380px; }
  .product-img-box .product-image img {
    max-width: 100%;
    margin: 0px auto; }

.product-image-gallery {
  position: relative; }
  .product-image-gallery .gallery-image {
    display: none; }
    .product-image-gallery .gallery-image.visible {
      display: block;
      width: 100%;
      height: auto; }
      .product-image-gallery .gallery-image.visible.hidden {
        visibility: hidden; }

#product_addtocart_form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start; }

.product-essential {
  display: inherit; }

.configurator-overview-content {
  position: absolute; }

.product-image .combinedimage.container {
  margin: 0px auto; }

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

.add-to-cart-wrapper .price-box {
  margin-top: 0;
  display: inline-block;
  width: auto;
  flex: 0 1 auto; }

.add-to-cart-wrapper .tier-prices {
  clear: right;
  float: right;
  background: transparent;
  border: none; }

.add-to-cart-wrapper .tier-prices li {
  float: left;
  font-size: 14px;
  margin: 0 5px 5px;
  color: #ce2626;
  text-align: left; }

.add-to-cart-wrapper .versand-price-label {
  position: relative;
  top: 6px;
  font-size: 14px;
  line-height: 18px;
  color: #484746;
  font-weight: 400;
  letter-spacing: -0.3px;
  text-align: left;
  display: inline-block;
  flex: 1 1 auto;
  width: 260px;
  padding-left: 15px; }

.add-to-cart-wrapper .versand-price-label a {
  font-size: 14px;
  line-height: 18px;
  color: #484746; }

.add-to-cart-wrapper .price-box .price {
  color: #484746;
  font-size: 34px;
  font-weight: 400; }

#product-options-wrapper label.required,
#product-options-wrapper span.required {
  color: #484746;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase; }

.col1-layout .product-view .product-shop {
  width: 35%; }

.product-img-box .more-views {
  width: 250px;
  float: left; }

.product-view .product-shop .product-options ul.options-list label {
  width: auto; }

.catalog-product-view .product-shop .price-box .minimal-price {
  display: none; }

.catalog-product-view .col3-layout .col-left {
  float: none;
  width: 10%; }

.catalog-product-view .col3-layout .col-wrapper .col-main {
  display: table-cell;
  float: none; }

.catalog-product-view .col-left {
  background: #533b3b none repeat scroll 0 0;
  display: table-cell;
  height: 100%;
  min-height: 700px;
  vertical-align: top;
  color: white;
  width: 10%; }

.catalog-product-view .col3-layout .product-view {
  display: table-cell; }

.catalog-product-view .col3-layout .col-wrapper .col-main {
  display: table;
  float: none; }

@-webkit-keyframes uil-rolling-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes uil-rolling-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes uil-rolling-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-ms-keyframes uil-rolling-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes uil-rolling-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes uil-rolling-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes uil-rolling-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes uil-rolling-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

.uil-rolling-css {
  display: none;
  width: 200px;
  height: 200px;
  transform: scale(0.1);
  position: absolute;
  top: -77px;
  left: -80px;
  background: #533b3b; }

.uil-rolling-css > div {
  width: 200px;
  height: 200px;
  position: relative;
  -ms-animation: uil-rolling-anim 1.2s linear infinite;
  -moz-animation: uil-rolling-anim 1.2s linear infinite;
  -webkit-animation: uil-rolling-anim 1.2s linear infinite;
  -o-animation: uil-rolling-anim 1.2s linear infinite;
  animation: uil-rolling-anim 1.2s linear infinite; }

.uil-rolling-css > div div {
  position: absolute;
  width: 200px;
  height: 100px;
  border-radius: 1000px 1000px 0 0;
  border-color: #fff;
  border-style: solid;
  border-width: 26px;
  border-bottom-width: 0; }

.uil-rolling-css > div div:nth-of-type(2) {
  -ms-transform: translate(0, 50px) rotate(54deg) translate(0, -50px);
  -moz-transform: translate(0, 50px) rotate(54deg) translate(0, -50px);
  -webkit-transform: translate(0, 50px) rotate(54deg) translate(0, -50px);
  -o-transform: translate(0, 50px) rotate(54deg) translate(0, -50px);
  transform: translate(0, 50px) rotate(54deg) translate(0, -50px); }

.config-float-right {
  float: right;
  width: calc(100% - 80px);
  padding-right: 27px; }

.config-float-left {
  float: left; }

.fr {
  float: right; }

body {
  background: #d4d4d4;
  font-family: sans-serif;
  height: 100%; }

h1 {
  margin-top: 0; }

.button {
  /*width: 200px;
	height: 50px;
	cursor: pointer;
	font-size: 15px;
	line-height: 50px;
	font-weight: bold;*/ }
  .button.silver {
    background-color: #f3f3f3;
    color: #333;
    text-align: center;
    margin: 40px auto;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2); }

.thumbnail {
  background-size: cover;
  background-position: 50% 50%; }

.thumbnail:hover {
  background-color: #940000; }
  .thumbnail:hover img {
    cursor: pointer;
    background-color: red;
    background-image: none !important;
    height: 0 !important;
    width: 0 !important; }

.product-view {
  font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif !important; }

.asp-configurator-errors {
  font-size: 20px;
  color: #df1a1a;
  font-weight: 700; }

.asp-gallery img {
  height: 100px;
  width: 100px;
  display: inline;
  border: 1px solid #c7c7c7;
  cursor: pointer;
  margin-right: 5px; }

.errorfield {
  border: 1px solid red !important; }

#confirm-add-cutout,
#confirm-add-cutout-generator,
#cancel-add-cutout-generator,
.confirm_button {
  display: block;
  background: #009B00;
  margin: 15px 0;
  text-align: center;
  padding: 10px 20px;
  color: white;
  font-weight: 600;
  width: calc(100% - 5px);
  cursor: pointer; }

#cancel-add-cutout-generator {
  background: #da330d; }

.bold {
  font-weight: bold; }

#innerdimensions-container {
  position: absolute; }
  #innerdimensions-container .number {
    text-align: center;
    font-size: 8px;
    top: 10px;
    position: relative;
    color: black; }
  #innerdimensions-container .vertical {
    z-index: 500;
    width: 100%;
    height: 10px;
    border-bottom: 1px solid black;
    top: 2px;
    position: relative; }
    #innerdimensions-container .vertical:before {
      border-right: 1px solid black;
      border-bottom: 1px solid black;
      width: 7px;
      height: 7px;
      transform: rotate(135deg);
      margin-top: 0px;
      content: '';
      display: block;
      position: absolute;
      left: 2px;
      top: 6px; }
    #innerdimensions-container .vertical:after {
      border-right: 1px solid black;
      border-bottom: 1px solid black;
      width: 7px;
      height: 7px;
      transform: rotate(-45deg);
      margin-top: 0px;
      content: '';
      display: block;
      position: absolute;
      top: 6px;
      right: 2px; }
  #innerdimensions-container .horizontal {
    z-index: 500;
    position: absolute;
    height: 100%;
    width: 10px;
    right: 2px;
    border-left: 1px solid black;
    top: 0; }
    #innerdimensions-container .horizontal:before {
      border-right: 1px solid black;
      border-bottom: 1px solid black;
      width: 7px;
      height: 7px;
      transform: rotate(225deg);
      margin-top: 0px;
      content: '';
      display: block;
      position: absolute;
      right: 6px;
      top: 2px; }
    #innerdimensions-container .horizontal:after {
      border-right: 1px solid black;
      border-bottom: 1px solid black;
      width: 7px;
      height: 7px;
      transform: rotate(45deg);
      margin-top: 0px;
      content: '';
      display: block;
      position: absolute;
      bottom: 2px;
      right: 6px; }
    #innerdimensions-container .horizontal .number {
      transform: rotate(90deg);
      top: calc(50% - 24px);
      right: 12px; }

@media screen and (max-width: 859px) {
  #frame-preview .container {
    padding: 10px !important; }
  #frame-preview .asp-gallery {
    padding: 0 10px; } }

#frame-preview .asp-gallery {
  padding: 0 0 0 30px;
  clear: left;
  margin-bottom: 30px;
  margin-top: 10px; }

#cutoutnumber_chooser,
#innerdimensions_chooser {
  text-align: left;
  width: 235px;
  margin: 0 auto; }
  @media only screen and (max-width: 859px) {
    #cutoutnumber_chooser,
    #innerdimensions_chooser {
      padding-left: 0px !important;
      width: 270px; } }

#cutoutnumber_chooser {
  margin: 0 auto 12px auto;
  width: 280px; }

@media only screen and (max-width: 859px) {
  #cutoutnumber_chooser {
    padding-bottom: 20px; } }

.draggable.octagon .cutoutNumber, .draggable.circle .cutoutNumber {
  top: 17%;
  left: 17%; }

.draggable .cutoutNumber {
  width: 21px;
  height: 21px;
  background: white;
  position: absolute;
  top: 3px;
  left: 3px;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
  line-height: 21px;
  padding-left: 2px; }

#image-list {
  margin-top: 25px; }
  #image-list .cutout-image-button {
    width: 100%;
    height: 44px;
    overflow: hidden;
    padding: 0;
    background-color: #AA7675;
    font-weight: bold;
    position: relative;
    font-size: 20px; }
    #image-list .cutout-image-button #drop-area {
      position: relative;
      width: 100%;
      height: 100%;
      font-size: 16px;
      margin-bottom: 0;
      background-color: #AA7675;
      color: #fff;
      line-height: 44px;
      text-align: center; }
    #image-list .cutout-image-button input {
      opacity: 0;
      z-index: 1;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%; }
  #image-list .thumbnail {
    display: inline-block;
    position: relative;
    width: calc(49% - 5px);
    height: 65px;
    text-align: top;
    vertical-align: start;
    margin-bottom: 9px;
    margin-right: 5px;
    font-size: 9px;
    overflow: hidden; }
    #image-list .thumbnail img {
      height: 100%;
      width: auto; }
    #image-list .thumbnail .close {
      position: absolute;
      right: 0px;
      top: 0px;
      height: 30px;
      width: 30px;
      background: #CE2626;
      cursor: pointer; }
      #image-list .thumbnail .close:after {
        content: '×';
        color: white;
        font-size: 26px;
        left: 8px;
        position: relative;
        top: 0px;
        line-height: 26px; }

#borders-settings,
#add-borders-settings,
#generator-borders-settings {
  margin-top: .8rem; }

#borders-settings.active {
  display: block; }

.generator-cutout {
  width: 75px;
  height: 75px;
  display: inline-block;
  border: 2px dashed red;
  position: relative; }

.asp-configurator-title {
  text-align: left;
  font-size: 1.5em;
  margin-bottom: 10px; }

.asp-configurator-title-pp-cutout, .asp-configurator-title-pp, .asp-configurator-title-frame {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 14px;
  /*margin-top: 24px;*/ }

input.qty[type="number"],
input.qty[type="text"] {
  width: 90px; }

.asp-tier-price {
  padding-top: 20px;
  padding-left: 20px;
  margin-bottom: 0; }
  .asp-tier-price li {
    display: inline-block;
    padding: 4px 8px;
    margin: 0px 1px 20px;
    width: 95px;
    font-size: 14px;
    border: 2px solid transparent; }
    .asp-tier-price li:first-child {
      /*margin-left: 20px;*/ }
    .asp-tier-price li:hover {
      border: 2px solid #5A3838; }
    .asp-tier-price li .price {
      font-weight: bold; }

.price-components {
  margin: 0 20px;
  padding: 0; }
  .price-components .single-component,
  .price-components .components-title {
    width: 100%;
    padding: 0 11px; }
    .price-components .single-component .title,
    .price-components .single-component .price,
    .price-components .single-component .component-name,
    .price-components .single-component .component-price,
    .price-components .components-title .title,
    .price-components .components-title .price,
    .price-components .components-title .component-name,
    .price-components .components-title .component-price {
      display: inline-block; }
    .price-components .single-component .title,
    .price-components .single-component .component-name,
    .price-components .components-title .title,
    .price-components .components-title .component-name {
      width: calc(100% - 105px); }
    .price-components .single-component .price,
    .price-components .single-component .component-price,
    .price-components .components-title .price,
    .price-components .components-title .component-price {
      width: 100px;
      text-align: right; }
    .price-components .single-component .title,
    .price-components .single-component .price,
    .price-components .components-title .title,
    .price-components .components-title .price {
      font-weight: bold;
      text-transform: uppercase;
      font-size: 14px; }
  .price-components .single-component {
    margin: 4px 0; }
    .price-components .single-component:first-child {
      margin-top: 10px; }
  .price-components .components-title {
    border-bottom: 3px solid #b7b7b7; }

.product-view .add-to-cart {
  border: none;
  margin-bottom: 0; }

#product-options-wrapper dl,
p.required {
  display: none; }

.configurator-errors {
  display: none;
  border: 1px solid red;
  background-color: #ffaaaa;
  margin-bottom: 10px; }

.delivery-time {
  display: inline; }

#cutout-list {
  padding-top: 15px;
  flex: 0 0 100%;
  order: 1; }
  #cutout-list .cutout-title {
    line-height: 44px;
    padding: 0 10px;
    text-align: left;
    color: white; }
  @media screen and (max-width: 859px) {
    #cutout-list {
      order: 0;
      padding-top: 0;
      border-bottom: 1px solid #E3DDDD;
      border-top: 1px solid #E3DDDD; } }
  #cutout-list li {
    position: relative;
    text-align: left;
    color: #fff;
    font-weight: 200;
    font-size: 13px;
    margin: 0;
    border-bottom: 1px solid #877676;
    height: 45px;
    padding: 0; }
    #cutout-list li .selectButton {
      float: left;
      line-height: 44px;
      padding: 0 10px;
      height: 42px;
      width: 100%; }
    #cutout-list li:nth-child(1) {
      border-top: 1px solid #877676; }
    #cutout-list li:nth-child(2) {
      border-top: none; }
    #cutout-list li:hover {
      background: #AA7675;
      cursor: pointer; }
    #cutout-list li.active {
      background: #AA7675;
      cursor: pointer; }
      #cutout-list li.active:after {
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid #aa7675;
        display: block;
        content: '';
        float: right;
        right: -10px;
        position: absolute;
        top: 10px; }
        @media screen and (max-width: 859px) {
          #cutout-list li.active:after {
            display: none; } }
    #cutout-list li label {
      font-family: sans-serif;
      text-align: left;
      font-weight: 200;
      font-size: 13px;
      cursor: pointer; }
      #cutout-list li label:hover {
        background: none; }
    #cutout-list li input {
      margin-left: 8px; }
    #cutout-list li.cutout-control .cutout-control-checkbox.active .checkmark-wrapper {
      background: #fff; }
    #cutout-list li.cutout-control .cutout-control-checkbox.active .checkmark {
      display: inline-block;
      width: 22px;
      height: 14px;
      -ms-transform: rotate(45deg);
      /* IE 9 */
      -webkit-transform: rotate(45deg);
      /* Chrome, Safari, Opera */
      transform: rotate(45deg);
      top: 0;
      top: -3px;
      left: 0px; }
    #cutout-list li.cutout-control .cutout-control-checkbox.active .checkmark_stem {
      position: absolute;
      width: 3px;
      height: 9px;
      background-color: #ce2626;
      left: 11px;
      top: 6px; }
    #cutout-list li.cutout-control .cutout-control-checkbox.active .checkmark_kick {
      position: absolute;
      width: 3px;
      height: 3px;
      background-color: #ce2626;
      left: 8px;
      top: 12px; }
    #cutout-list li.cutout-control .cutout-control-checkbox span {
      display: inline-block;
      top: -2px;
      position: relative;
      padding-left: 4px; }
    #cutout-list li.cutout-control .cutout-control-checkbox .checkmark-wrapper {
      display: inline-block;
      height: 22px;
      width: 22px;
      border: 3px solid white;
      border-radius: 6px;
      top: 0px; }
    #cutout-list li.cutout-control .cutout-control-checkbox .checkmark {
      height: 14px;
      top: 0;
      top: -3px;
      left: 0px; }
    @media screen and (max-width: 859px) {
      #cutout-list li.cutout-select {
        width: 150px;
        /*width: 50%;
                float: left;
                margin-top: -1px;
                border: 1px solid #877676;
                &:nth-child(even) {
                    border-top: 1px solid #A18F8F;
                    border-bottom: 1px solid #A18F8F;
                }
                &:nth-child(4n-2) {
                    border-top: 1px solid #A18F8F;
                    border-bottom: 1px solid #A18F8F;
                    border-right: 1px solid #A18F8F;
                }*/ } }
  @media screen and (max-width: 859px) {
    #cutout-list .mobile-clear {
      clear: both;
      float: none; } }

.product-sidepanel {
  z-index: 5;
  background-color: #533b3b;
  font-weight: 200; }
  .product-sidepanel .settings-wrapper {
    display: flex;
    flex-wrap: wrap; }
    .product-sidepanel .settings-wrapper #frame-settings-add {
      order: 10; }
    .product-sidepanel .settings-wrapper #frame-settings {
      order: 20; }
    .product-sidepanel .settings-wrapper #cutout-settings-add {
      order: 30;
      height: auto;
      background: #016c01; }
    .product-sidepanel .settings-wrapper #cutout-settings {
      order: 40; }
    .product-sidepanel .settings-wrapper .cutout-controller-buttons {
      order: 50; }
    .product-sidepanel .settings-wrapper .cutout-controller-list {
      order: 45; }
  .product-sidepanel .links {
    padding-bottom: 15px; }
  .product-sidepanel .tab-navi {
    position: relative;
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 0;
    color: #fff;
    cursor: pointer;
    height: auto; }
    @media screen and (max-width: 859px) {
      .product-sidepanel .tab-navi {
        width: 145px;
        display: inline-block; } }
    @media screen and (max-width: 859px) {
      .product-sidepanel .tab-navi[hidden] {
        display: none; } }
    .product-sidepanel .tab-navi:hover {
      background: #af7575; }
    .product-sidepanel .tab-navi.active {
      background: #af7575; }
      .product-sidepanel .tab-navi.active:after {
        width: 0;
        height: 0;
        display: none;
        content: '';
        float: right;
        right: -10px;
        position: absolute;
        top: 10px; }
        @media screen and (max-width: 859px) {
          .product-sidepanel .tab-navi.active:after {
            display: none; } }
    .product-sidepanel .tab-navi.button {
      border-top: 0;
      border-bottom: 0; }
    .product-sidepanel .tab-navi .selectButton {
      float: left;
      line-height: 44px;
      padding: 0 10px;
      width: calc(100% - 40px);
      height: 40px;
      font-size: 13px; }
    .product-sidepanel .tab-navi .addComponent {
      padding: 5px 10px;
      font-size: 13px;
      height: 100%;
      background: green; }
  .product-sidepanel .removebutton {
    display: inline-block;
    width: 30px;
    position: absolute;
    height: 43px;
    top: 0;
    right: 0;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    padding-top: 7px;
    font-size: 18px; }
    .product-sidepanel .removebutton:hover {
      background-color: #815858; }
  .product-sidepanel .addbutton {
    padding: 12px 10px;
    line-height: 25px; }
    @media screen and (max-width: 859px) {
      .product-sidepanel .addbutton {
        line-height: auto; } }
    .product-sidepanel .addbutton:before {
      content: '+';
      display: inline-block;
      font-size: 2.4rem;
      vertical-align: middle;
      margin-right: 12px;
      top: -1px;
      position: relative; }
  .product-sidepanel #cutout-settings-add,
  .product-sidepanel #frame-settings-add {
    border: none; }

.product-view .product-frame-row {
  order: 1;
  flex: 1 1 calc(100% - 155px);
  max-width: calc(100% - 155px);
  position: relative; }
  @media screen and (max-width: 859px) {
    .product-view .product-frame-row {
      min-width: 100%; } }

.product-view .product-sidepanel {
  background: #5f5f5f;
  font-weight: 400;
  order: 0;
  flex: 0 1 150px;
  max-width: 150px; }
  @media screen and (max-width: 859px) {
    .product-view .product-sidepanel {
      flex: 0 1 100%;
      width: 100%;
      min-width: 100%;
      margin-left: 0;
      margin-bottom: 20px; } }
  .product-view .product-sidepanel .links {
    padding-top: 18px; }
    .product-view .product-sidepanel .links ul {
      padding-left: 10px;
      text-align: left; }
    .product-view .product-sidepanel .links li {
      color: #fff;
      padding: 5px 0px 0px 0px; }
    .product-view .product-sidepanel .links li:hover a {
      text-decoration: underline; }
  .product-view .product-sidepanel hr {
    margin: 10px 20px;
    border: none;
    border-top: 1px solid #877676; }
    @media screen and (max-width: 859px) {
      .product-view .product-sidepanel hr {
        display: none; } }
  .product-view .product-sidepanel .cutout-controller-buttons,
  .product-view .product-sidepanel .cutout-controller-list {
    width: 100%;
    flex-wrap: wrap;
    text-align: center; }
    @media screen and (max-width: 859px) {
      .product-view .product-sidepanel .cutout-controller-buttons,
      .product-view .product-sidepanel .cutout-controller-list {
        align-content: stretch;
        justify-content: flex-start;
        width: 100%;
        flex-wrap: wrap;
        border-top: none !important; } }
    .product-view .product-sidepanel .cutout-controller-buttons .title,
    .product-view .product-sidepanel .cutout-controller-list .title {
      color: #C7BCBC;
      text-align: center;
      margin: 10px 0;
      font-size: 9px;
      display: block; }
    .product-view .product-sidepanel .cutout-controller-buttons .button,
    .product-view .product-sidepanel .cutout-controller-list .button {
      position: relative;
      height: 44px;
      width: 100%;
      font-weight: 200;
      text-align: left;
      color: #fff;
      font-size: 13px;
      padding: 12px 10px;
      margin: 0;
      font-family: "Nexa", "Helvetica Neue", Verdana, Arial, sans-serif !important;
      text-transform: none;
      background: none;
      color: white;
      line-height: 25px; }
      @media screen and (max-width: 859px) {
        .product-view .product-sidepanel .cutout-controller-buttons .button,
        .product-view .product-sidepanel .cutout-controller-list .button {
          display: inline-block; } }
      .product-view .product-sidepanel .cutout-controller-buttons .button.active, .product-view .product-sidepanel .cutout-controller-buttons .button:hover,
      .product-view .product-sidepanel .cutout-controller-list .button.active,
      .product-view .product-sidepanel .cutout-controller-list .button:hover {
        background-color: #AA7675; }
    .product-view .product-sidepanel .cutout-controller-buttons #add-multi-cutout:before,
    .product-view .product-sidepanel .cutout-controller-list #add-multi-cutout:before {
      content: '+';
      display: inline-block;
      font-size: 2.4rem;
      vertical-align: middle;
      margin-right: 12px;
      top: -1px;
      position: relative; }
    .product-view .product-sidepanel .cutout-controller-buttons #add-cutout,
    .product-view .product-sidepanel .cutout-controller-list #add-cutout {
      margin-top: 0;
      background: green; }
    .product-view .product-sidepanel .cutout-controller-buttons #add-cutout::after,
    .product-view .product-sidepanel .cutout-controller-list #add-cutout::after {
      background-color: #016c01; }
    .product-view .product-sidepanel .cutout-controller-buttons #add-multi-cutout,
    .product-view .product-sidepanel .cutout-controller-list #add-multi-cutout {
      margin-bottom: 5px; }
    .product-view .product-sidepanel .cutout-controller-buttons .disabled,
    .product-view .product-sidepanel .cutout-controller-list .disabled {
      color: #fff;
      opacity: 0.7; }
      .product-view .product-sidepanel .cutout-controller-buttons .disabled.button,
      .product-view .product-sidepanel .cutout-controller-list .disabled.button {
        pointer-events: none; }
        .product-view .product-sidepanel .cutout-controller-buttons .disabled.button:hover,
        .product-view .product-sidepanel .cutout-controller-list .disabled.button:hover {
          background-color: #533b3b !important; }
        .product-view .product-sidepanel .cutout-controller-buttons .disabled.button .uil-rolling-css,
        .product-view .product-sidepanel .cutout-controller-list .disabled.button .uil-rolling-css {
          display: block; }
    .product-view .product-sidepanel .cutout-controller-buttons .cutout-handler,
    .product-view .product-sidepanel .cutout-controller-list .cutout-handler {
      flex: 0 0 100%;
      order: 0;
      display: none; }
      @media screen and (max-width: 859px) {
        .product-view .product-sidepanel .cutout-controller-buttons .cutout-handler,
        .product-view .product-sidepanel .cutout-controller-list .cutout-handler {
          order: 1;
          text-align: left;
          padding-left: 0;
          width: 200px; }
          .product-view .product-sidepanel .cutout-controller-buttons .cutout-handler .title,
          .product-view .product-sidepanel .cutout-controller-list .cutout-handler .title {
            display: inline-block;
            font-size: 12px;
            padding-right: 5px; }
          .product-view .product-sidepanel .cutout-controller-buttons .cutout-handler .button,
          .product-view .product-sidepanel .cutout-controller-list .cutout-handler .button {
            border: none; } }
    .product-view .product-sidepanel .cutout-controller-buttons .cutout-error,
    .product-view .product-sidepanel .cutout-controller-list .cutout-error {
      content: '!';
      position: absolute;
      top: 2px;
      right: 44px;
      height: 20px;
      width: 20px; }
      .product-view .product-sidepanel .cutout-controller-buttons .cutout-error:before,
      .product-view .product-sidepanel .cutout-controller-list .cutout-error:before {
        content: '!';
        display: block;
        height: 20px;
        width: 20px;
        background: #ce2626;
        border-radius: 50%;
        color: white;
        text-align: center;
        font-weight: normal;
        font-size: 15px;
        font-family: serif;
        font-style: italic;
        cursor: help; }
      .product-view .product-sidepanel .cutout-controller-buttons .cutout-error .message,
      .product-view .product-sidepanel .cutout-controller-list .cutout-error .message {
        position: absolute;
        display: none; }
        .product-view .product-sidepanel .cutout-controller-buttons .cutout-error .message span,
        .product-view .product-sidepanel .cutout-controller-list .cutout-error .message span {
          display: block;
          padding-top: 5px; }
          .product-view .product-sidepanel .cutout-controller-buttons .cutout-error .message span:nth-child(1),
          .product-view .product-sidepanel .cutout-controller-list .cutout-error .message span:nth-child(1) {
            padding-top: 0; }
      .product-view .product-sidepanel .cutout-controller-buttons .cutout-error:hover .message,
      .product-view .product-sidepanel .cutout-controller-list .cutout-error:hover .message {
        display: block;
        width: 300px;
        background: #f5f5f5;
        box-sizing: border-box;
        padding: 11px;
        z-index: 999;
        top: 10px;
        left: 29px;
        border: 2px solid #ce2626;
        color: black;
        font-weight: 500; }
    .product-view .product-sidepanel .cutout-controller-buttons .cutout-handle-buttons,
    .product-view .product-sidepanel .cutout-controller-list .cutout-handle-buttons {
      display: none;
      flex: 0 0 100%;
      order: 4;
      margin-top: 10px; }
      .product-view .product-sidepanel .cutout-controller-buttons .cutout-handle-buttons .button-delete,
      .product-view .product-sidepanel .cutout-controller-buttons .cutout-handle-buttons .button-cancel,
      .product-view .product-sidepanel .cutout-controller-list .cutout-handle-buttons .button-delete,
      .product-view .product-sidepanel .cutout-controller-list .cutout-handle-buttons .button-cancel {
        display: block;
        color: white;
        padding: 5px;
        cursor: pointer; }
      .product-view .product-sidepanel .cutout-controller-buttons .cutout-handle-buttons .button-delete,
      .product-view .product-sidepanel .cutout-controller-list .cutout-handle-buttons .button-delete {
        background: #ce2626;
        margin: 0 18px; }
        .product-view .product-sidepanel .cutout-controller-buttons .cutout-handle-buttons .button-delete:hover,
        .product-view .product-sidepanel .cutout-controller-list .cutout-handle-buttons .button-delete:hover {
          background: #a31e1e; }
      .product-view .product-sidepanel .cutout-controller-buttons .cutout-handle-buttons .button-cancel,
      .product-view .product-sidepanel .cutout-controller-list .cutout-handle-buttons .button-cancel {
        background: #AA7675;
        margin: 0 18px 5px 18px; }
        .product-view .product-sidepanel .cutout-controller-buttons .cutout-handle-buttons .button-cancel:hover,
        .product-view .product-sidepanel .cutout-controller-list .cutout-handle-buttons .button-cancel:hover {
          background: #925b5a; }

.info-bubble {
  position: relative;
  display: inline-block;
  height: 15px;
  width: 15px;
  padding-left: 2px;
  top: -1px; }
  .info-bubble:before {
    content: 'i';
    display: block;
    height: 15px;
    width: 15px;
    background: #ce2626;
    border-radius: 50%;
    color: white;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
    font-family: serif;
    text-transform: none;
    font-style: italic;
    line-height: 16px;
    cursor: help; }
  .info-bubble > .message {
    position: absolute;
    display: none !important;
    padding-top: 5px;
    text-transform: none;
    box-sizing: border-box; }
  .info-bubble:hover .message {
    display: block !important;
    width: 300px;
    background: #fffcf9;
    padding: 11px;
    z-index: 999;
    top: 10px;
    right: 29px;
    border: 2px solid #ce2626;
    color: black;
    font-weight: 500; }

body.asp-configurator .dropdownContent .info-bubble::before {
  background: #ce2626; }

body.asp-configurator .dropdownContent .info-bubble:hover .message {
  border: 1px solid lightgrey;
  top: -60px;
  right: auto;
  left: 20px;
  max-width: 250px; }

.pp-add-cutout-help .inline-image {
  display: inline-block;
  height: 20px;
  width: 20px;
  position: relative;
  top: 4px; }

.pp-add-cutout-help .arrow {
  margin: 20px 0;
  width: 140px; }

.measure-innercutout {
  margin-bottom: 15px; }

.measure-innercutout > span,
.tab-pp-cutout > span {
  text-align: center;
  width: 18px; }

#undoOverlay {
  color: #BBB0B0;
  text-align: center;
  font-size: 12px;
  overflow: hidden;
  height: 30px;
  cursor: pointer; }
  #undoOverlay:hover {
    color: white; }
  #undoOverlay .container {
    top: 0px;
    position: relative;
    transition: top .6s; }

.asp-configurator-form .product-passepartout {
  margin-bottom: 30px; }

.hideCutoutNumbers .draggable .cutoutNumber {
  display: none; }

.product-view .product-frame .product-options-bottom {
  display: block; }

.FixedFrameCustomPP .product-view .product-shop .configurator-form select option, .FixedPPCustomFrame .product-view .product-shop .configurator-form select option {
  padding-left: 10px; }

#magebees-addtoquote-button {
  display: none; }

#product-addtocart-button {
  width: 100%;
  background: #0d9900;
  border-radius: 3px !important;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase; }

.box-tocart {
  margin-top: 15px; }
  .box-tocart .actions {
    padding: 18px 20px; }

.product-add-form .fieldset > .field.qty > .label {
  background: transparent; }

#image-list .info {
  font-size: 12px; }

body.asp-configurator .short-description .std a {
  color: #b9004f;
  padding: 0; }
  body.asp-configurator .short-description .std a:hover {
    text-decoration: underline;
    padding: 0; }

body.asp-configurator .short-description {
  padding-top: 10px; }

body.asp-configurator input#qty {
  text-align: center; }

body.asp-configurator .icon-minus, body.asp-configurator .icon-plus {
  height: 40px; }

body.asp-configurator .product-view .price-info {
  padding: 10px 10px 0; }

body.asp-configurator .field.qty .label {
  text-align: center;
  margin-bottom: 5px; }

@media screen and (max-width: 479px) {
  body.asp-configurator .product-add-form form {
    text-align: left; }
  body.asp-configurator .control.qty-controls-wrap {
    width: 92px; }
  body.asp-configurator .box-tocart {
    width: 100%; } }

body.asp-configurator #beschreibungslink a, body.asp-configurator #hilfevideolink a, body.asp-configurator #farbenlink a {
  color: #fff; }

body.asp-configurator .page-wrapper {
  overflow-x: scroll; }

body.asp-configurator .page-title {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 1;
  max-width: 270px; }

body.asp-configurator .reviewMock {
  padding-left: 10px;
  font-size: 24px;
  line-height: 1; }

body.asp-configurator .page-title-wrapper {
  display: flex; }

@media screen and (max-width: 859px) {
  body.asp-configurator {
    /*.product-shop .page-title-wrapper {display: none;}*/ }
    body.asp-configurator .product-img-box .product-name {
      /*display: flex !important; */
      display: none !important; } }

body[class^='Deha'] .asp-gallery img, body[class*='Deha'] .asp-gallery img {
  height: auto; }

body.FixedPPCustomFrame .product-cutouts.configurator-form.tab-pp-cutout {
  display: none !important; }

body.asp-configurator .liste {
  padding-left: 20px;
  padding-bottom: 3px;
  padding-top: 2px; }

body.asp-configurator .liste:before {
  content: "•";
  padding-right: 3px; }

body.asp-configurator .lightboxOverlay {
  opacity: 0.1 !important; }

body.asp-configurator #product-options-wrapper {
  order: 6;
  display: none; }

body.asp-configurator .product-options-bottom {
  display: none; }

body.asp-configurator #product-options-wrapper dl, body.asp-configurator p.required {
  display: none; }

body.asp-configurator .product-view {
  font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif !important; }

body.asp-configurator .product-view .product-sidepanel {
  background: #5f5f5f; }

body.asp-configurator .product-sidepanel .tab-navi.active::after {
  display: none; }

body.asp-configurator .product-sidepanel .tab-navi.active .button, body.asp-configurator .product-sidepanel .tab-navi .button:hover {
  background: #b9004f; }

body.asp-configurator .product-sidepanel .tab-navi.active .selectButton, body.asp-configurator .product-sidepanel .tab-navi .selectButton:hover {
  background-color: #b9004f; }

body.asp-configurator .product-sidepanel .tab-navi .addbutton:hover {
  background-color: #016c01; }

body.asp-configurator .product-sidepanel .tab-navi {
  border-top: none; }

body.asp-configurator .product-sidepanel .tab-navi.border-bottom {
  border-bottom: none; }

body.asp-configurator #cutout-list li {
  border-bottom: none; }

body.asp-configurator #cutout-list li:nth-child(1) {
  border-top: none; }

body.asp-configurator .product-sidepanel .removebutton:hover {
  /*background-color: #b9004f;
        border-left: 1px solid #908b8b;*/
  background-color: #d70b0b;
  border-left: none; }

body.asp-configurator .product-sidepanel .removebutton {
  border-left: none;
  background-color: #df1a1a;
  height: 40px; }

body.asp-configurator .info-bubble::before {
  background: #bfb7b7; }

body.asp-configurator .title.abmessung .info-bubble::before {
  background: #ce2626; }

body.asp-configurator #cutout-list li.active, body.asp-configurator #cutout-list li:hover {
  background-color: transparent; }

body.asp-configurator #cutout-list li.active .selectButton, body.asp-configurator #cutout-list li .selectButton:hover {
  background-color: #b9004f; }

body.asp-configurator #cutout-list li.active::after {
  display: none; }

body.asp-configurator .product-view .product-sidepanel .cutout-controller-buttons .button.active, body.asp-configurator .product-view .product-sidepanel .cutout-controller-buttons .button:hover, body.asp-configurator .product-view .product-sidepanel .cutout-controller-list .button.active, body.asp-configurator .product-view .product-sidepanel .cutout-controller-list .button:hover {
  background-color: #b9004f; }
  @media screen and (max-width: 859px) {
    body.asp-configurator .product-view .product-sidepanel .cutout-controller-buttons .button.active, body.asp-configurator .product-view .product-sidepanel .cutout-controller-buttons .button:hover, body.asp-configurator .product-view .product-sidepanel .cutout-controller-list .button.active, body.asp-configurator .product-view .product-sidepanel .cutout-controller-list .button:hover {
      width: 200px; } }

body.asp-configurator #frame-preview #resize-containers, body.asp-configurator #frame-preview #generator-containers {
  border: 1px solid #a49f9f; }

body.asp-configurator .product-view .product-sidepanel .cutout-controller-buttons #add-multi-cutout::before {
  content: '++'; }

body.asp-configurator .draggable .resize-drag {
  border: 1px solid #ffafaf; }

body.asp-configurator #cutout-list {
  padding-top: 0; }

body.asp-configurator .product-sidepanel .addbutton::before, body.asp-configurator .product-view .product-sidepanel .cutout-controller-buttons #add-cutout::before, body.asp-configurator .product-view .product-sidepanel .cutout-controller-buttons #add-multi-cutout::before, body.asp-configurator .product-view .product-sidepanel .cutout-controller-list #add-cutout::before, body.asp-configurator .product-view .product-sidepanel .cutout-controller-list #add-multi-cutout::before {
  font-size: 20px; }

body.asp-configurator .product-view .product-sidepanel .cutout-controller-buttons #add-cutout::before {
  margin-right: 24px; }

body.asp-configurator .product-sidepanel .addbutton::before {
  margin-right: 24px; }

body.asp-configurator .product-view .product-sidepanel .cutout-controller-buttons .button, body.asp-configurator .product-view .product-sidepanel .cutout-controller-list .button {
  font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif !important;
  font-weight: 400;
  font-size: 12px; }

body.asp-configurator .product-sidepanel {
  font-weight: 400; }

body.asp-configurator #cutout-list li {
  font-weight: 400;
  font-size: 13px;
  height: 40px; }

body.asp-configurator .product-sidepanel .tab-navi .selectButton {
  width: calc(100% - 40px);
  height: 40px; }

body.asp-configurator .product-sidepanel .tab-navi.active, body.asp-configurator .product-sidepanel .tab-navi:hover {
  background: #b9004f;
  height: auto; }

body.asp-configurator #cutout-list li .selectButton {
  padding: 0 10px 0 10px;
  height: 40px; }

body.asp-configurator .product-view .product-sidepanel .cutout-controller-buttons .button, body.asp-configurator .product-view .product-sidepanel .cutout-controller-list .button {
  height: 35px;
  padding: 7px 10px 4px 20px; }

body.asp-configurator .product-view .product-sidepanel .cutout-controller-buttons, body.asp-configurator .product-view .product-sidepanel .cutout-controller-list {
  border-top: 1px solid #807979; }

body.asp-configurator .product-view .product-sidepanel .cutout-controller-buttons {
  border-bottom: 1px solid #807979;
  border-top: none; }

body.asp-configurator #cutoutnumber_chooser, body.asp-configurator #innerdimensions_chooser {
  margin: 0 35px; }

body.asp-configurator #cutoutnumber_chooser {
  margin-bottom: 12px; }

body.asp-configurator .product-sidepanel .settings-wrapper #cutout-settings {
  height: 40px; }

body.asp-configurator .configurator-form .extendedSelect .dropdownContent {
  border: 1px solid #414141;
  padding-bottom: 15px; }

body.asp-configurator .hoverPreview .hoverTitlePP {
  color: #1b1b1b;
  background-color: #fff;
  border-top: 1px solid #000; }

body.asp-configurator .configurator-form .extendedSelect.expanded .dropdownContent {
  left: 0;
  width: 400px; }

body.asp-configurator .product-passepartout.configurator-form .hoverPreview {
  width: 200px; }

body.asp-configurator .configurator-form .hoverPreview {
  left: auto;
  top: auto; }

body.asp-configurator .asp-configurator-maintitle {
  height: 63px;
  display: none; }

body.asp-configurator .configurator-form .multiSelect .dropdownContent > ul > li {
  border: 1px solid #b7b7b7; }

body.asp-configurator .configurator-form .multiSelect .dropdownContent > ul > li.activeChild {
  border: 1px solid #ce2626; }

body.asp-configurator .configurator-form.tab-pp .extendedSelect .dropdownContent .price {
  width: auto; }

body.asp-configurator .configurator-form .extendedSelect .dropdownContent li[data-value] {
  border: 1px solid #bfbaba;
  position: relative; }
  body.asp-configurator .configurator-form .extendedSelect .dropdownContent li[data-value]:hover {
    border: 1px solid #5a3838; }

body.asp-configurator .configurator-form .extendedSelect .dropdownContent #glassCustomFrame li[data-value], body.asp-configurator .configurator-form .extendedSelect .dropdownContent #rearpanelCustomFrame li[data-value] {
  border: 1px solid #bfbaba !important;
  padding-top: 15px;
  padding-bottom: 15px; }
  body.asp-configurator .configurator-form .extendedSelect .dropdownContent #glassCustomFrame li[data-value]:hover, body.asp-configurator .configurator-form .extendedSelect .dropdownContent #rearpanelCustomFrame li[data-value]:hover {
    border: 1px solid #5a3838 !important; }

body.asp-configurator .tab-pp .asp-configurator-title, body.asp-configurator .tab-pp-cutout .asp-configurator-title {
  display: none; }

body.asp-configurator .tab-pp .asp-configurator-title.cutout, body.asp-configurator .tab-pp-cutout .asp-configurator-title.cutout {
  display: inline;
  font-size: 18px; }

body.asp-configurator .configurator-form .extendedSelect .dropdownContent .filter {
  display: flex;
  flex-wrap: wrap; }

@media screen and (max-width: 859px) {
  body.asp-configurator .product-sidepanel .tab-navi:hover, body.asp-configurator .product-view .product-sidepanel .cutout-controller-buttons .button:hover, body.asp-configurator #cutout-list li .selectButton:hover, body.asp-configurator .product-sidepanel .tab-navi .selectButton:hover, body.asp-configurator .product-sidepanel .tab-navi.active {
    background: none; }
  body.asp-configurator #cutout-list li.active .selectButton:hover, body.asp-configurator .product-sidepanel .tab-navi.active .selectButton:hover {
    background-color: #b9004f; }
  body.asp-configurator .product-sidepanel .tab-navi .selectButton:hover, body.asp-configurator .product-sidepanel .tab-navi .addbutton:hover {
    background-color: #b9004f; } }

@media screen and (max-width: 480px) {
  body.asp-configurator .product-view .product-sidepanel {
    margin-left: -15px;
    min-width: 96vw; } }

body.CustomGlassCustomRearpanel .configurator-form .extendedSelect.expanded .dropdownContent {
  left: 0;
  top: 0; }

body.hideRemoveCutout .removeCutoutComponent {
  display: none !important; }

/*# sourceMappingURL=maps/asp-configurator.css.map */
