@charset "UTF-8";
#configurator {
  position: relative;
}
#configurator #options-panel {
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  width: 400px;
  top: 20px;
  left: 20px;
  bottom: 20px;
  z-index: 20;
}
@media screen and (max-width: 750px) {
  #configurator #options-panel {
    height: calc(60% - 50px);
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    width: auto;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
}
#configurator #options-panel > .loading-overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease;
  z-index: 200;
  opacity: 0;
}
#configurator #options-panel > .loading-overlay > .inner {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
#configurator #options-panel > .loading-overlay > .inner > .info-box {
  background-color: #fff;
  box-shadow: 0 0 10px 0 #666;
  padding: 10px;
}
#configurator #options-panel > .loading-overlay > .inner > .info-box > .loading-spinner {
  margin-top: 10px;
  text-align: center;
}
#configurator #options-panel > .loading-overlay > .inner > .info-box > .loading-spinner span.fa {
  font-size: 30px;
}
#configurator #options-panel > .loading-overlay.show {
  display: block;
  opacity: 1;
}
#configurator #options-panel > .inner {
  position: absolute;
  top: 20px;
  left: 20px;
  bottom: 20px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 20px;
}
@media screen and (max-width: 750px) {
  #configurator #options-panel > .inner {
    top: 10px;
    left: 10px;
    bottom: 10px;
    padding-right: 10px;
  }
}
#configurator #options-panel > .inner > .text-above {
  margin-bottom: 20px;
}
#configurator #options-panel > .inner > .step {
  margin-bottom: 40px;
}
#configurator #options-panel > .inner > .step > * {
  margin-bottom: 10px;
}
#configurator #options-panel > .inner > .step > *:last-child {
  margin-bottom: 0;
}
#configurator #options-panel > .inner > .step > .title > h2 {
  color: #d2930f;
  font-family: MultipleSlab, sans-serif;
  border-bottom: 1px #d2930f solid;
  text-transform: uppercase;
  margin: 0;
}
#configurator #options-panel > .inner > .step > .section > * {
  margin-bottom: 20px;
}
#configurator #options-panel > .inner > .step > .section > *:last-child {
  margin-bottom: 0;
}
#configurator #options-panel > .inner > .step > .section > .title {
  border-bottom: 1px #000 solid;
}
#configurator #options-panel > .inner > .step > .section > .title > h4 {
  margin: 0;
}
#configurator #options-panel > .inner > .step > .section.hide {
  display: none;
}
#configurator #options-panel > .inner > .step .section.product-type > .content > .choice {
  display: block;
  margin: 5px 0;
}
#configurator #options-panel > .inner > .step .section.door-amount > .content > .choices {
  display: flex;
  margin: -5px;
}
#configurator #options-panel > .inner > .step .section.door-amount > .content > .choices > .choice {
  padding: 5px;
}
#configurator #options-panel > .inner > .step .section.hinge-position > .content > .choices {
  display: flex;
  margin: -5px;
}
#configurator #options-panel > .inner > .step .section.hinge-position > .content > .choices > .choice {
  padding: 5px;
}
#configurator #options-panel > .inner > .step .section.dimensions > .content > .row.input {
  display: flex;
  align-items: center;
  margin: 15px 0;
}
#configurator #options-panel > .inner > .step .section.dimensions > .content > .row.input > .col.label {
  width: 50%;
  padding-right: 20px;
}
#configurator #options-panel > .inner > .step .section.dimensions > .content > .row.input > .col.input {
  width: 50%;
}
#configurator #options-panel > .inner > .step .section.side-panel > .content > .choices {
  display: flex;
  margin: -5px;
}
#configurator #options-panel > .inner > .step .section.side-panel > .content > .choices > .choice {
  padding: 5px;
}
#configurator #options-panel > .inner > .step .section.side-panel-width > .content > .row.input {
  display: flex;
  align-items: center;
  margin: 15px 0;
}
#configurator #options-panel > .inner > .step .section.side-panel-width > .content > .row.input > .col.label {
  width: 50%;
  padding-right: 20px;
}
#configurator #options-panel > .inner > .step .section.side-panel-width > .content > .row.input > .col.input {
  width: 50%;
}
#configurator #options-panel > .inner > .step .section.door-square-distribution > .content > .row.bar-amount {
  display: flex;
  margin: -20px;
}
#configurator #options-panel > .inner > .step .section.door-square-distribution > .content > .row.bar-amount > .col {
  width: 50%;
  padding: 20px;
}
#configurator #options-panel > .inner > .step .section.door-square-distribution > .content > .row.bar-amount > .col > .label {
  margin-bottom: 5px;
}
#configurator #options-panel > .inner > .step .section.side-panel-vertical-bars > .content > .row {
  display: flex;
  margin: -20px;
}
#configurator #options-panel > .inner > .step .section.side-panel-vertical-bars > .content > .row > .col {
  width: 50%;
  padding: 20px;
}
#configurator #options-panel > .inner > .step .section.side-panel-vertical-bars > .content > .row > .col > .label {
  margin-bottom: 5px;
}
#configurator #options-panel > .inner > .step .section.door-bar-positions > .content > .row {
  display: flex;
}
#configurator #options-panel > .inner > .step .section.door-bar-positions > .content > .row > .col {
  width: 50%;
}
#configurator #options-panel > .inner > .step .section.door-bar-positions > .content > .row > .col > .text {
  margin-bottom: 10px;
}
#configurator #options-panel > .inner > .step .section.door-bar-positions > .content > .row > .col > .inputs > .input {
  display: none;
  margin-bottom: 5px;
}
#configurator #options-panel > .inner > .step .section.door-bar-positions > .content > .row > .col > .inputs > .input.visible {
  display: block;
}
#configurator #options-panel > .inner > .step .section.door-bar-positions > .content > .row > .col.horizontal-bars {
  padding-right: 20px;
}
#configurator #options-panel > .inner > .step .section.door-bar-positions > .content > .row > .col.vertical-bars {
  padding-left: 20px;
}
#configurator #options-panel > .inner > .step .section.color > .content > .row.colors {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
#configurator #options-panel > .inner > .step .section.color > .content > .row.colors > .col.color {
  width: 50%;
  padding: 10px;
}
#configurator #options-panel > .inner > .step .section.color > .content > .row.colors > .col.color > .example {
  display: block;
  padding-top: 50%;
  border: 1px #f1f2f4 solid;
  cursor: pointer;
}
#configurator #options-panel > .inner > .step .section.color > .content > .row.colors > .col.color > .input {
  margin-top: 5px;
}
#configurator #options-panel > .inner > .step .section.color > .content > .row.colors > .col.ral-color > .example {
  position: relative;
  background-size: 100% 100%;
  background-position: center;
}
#configurator #options-panel > .inner > .step .section.color > .content > .row.colors > .col.ral-color > .example > .info-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
#configurator #options-panel > .inner > .step .section.color > .content > .row.colors > .col.ral-color > .example > .info-wrapper > .inner {
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  word-break: break-all;
}
#configurator #options-panel > .inner > .step .section.color > .content > .row.colors > .col.ral-color > .example > .info-wrapper > .inner > .number {
  font-weight: bold;
}
#configurator #options-panel > .inner > .step .section.color > .content > .row.colors > .col.ral-color > .example > .picker-icon-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
#configurator #options-panel > .inner > .step .section.color > .content > .row.colors > .col.ral-color > .example > .picker-icon-overlay > .inner {
  font-size: 4rem;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
  text-align: center;
  width: 100%;
  opacity: 0.15;
  transition: opacity 0.3s ease;
}
#configurator #options-panel > .inner > .step .section.color > .content > .row.colors > .col.ral-color > .example:hover > .picker-icon-overlay > .inner {
  opacity: 0.8;
}
#configurator #options-panel > .inner > .step .section.scene-settings > .content > .row {
  margin: -10px;
  display: flex;
}
#configurator #options-panel > .inner > .step .section.scene-settings > .content > .row > .col {
  width: 50%;
  padding: 10px;
}
#configurator #options-panel > .inner > .step .section.scene-settings > .content > .row > .col > .inner > label {
  display: block;
  margin-bottom: 5px;
}
#configurator #options-panel > .inner > .step .section.scene-settings > .content > .row > .col > .inner > .sp-replacer {
  width: 100%;
}
#configurator #options-panel > .inner > .step .section.scene-settings > .content > .row > .col > .inner > .sp-replacer > .sp-preview {
  width: 100%;
  border: 1px #f1f2f4 solid;
  height: 75px;
  position: relative;
}
#configurator #options-panel > .inner > .step .section.scene-settings > .content > .row > .col > .inner > .sp-replacer > .sp-preview:after {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 ForkAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 15px;
  font-size: 4rem;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.2;
  color: #fff;
  transition: opacity 0.3s ease;
}
#configurator #options-panel > .inner > .step .section.scene-settings > .content > .row > .col > .inner > .sp-replacer > .sp-preview:hover:after {
  opacity: 1;
}
#configurator #options-panel > .inner > .step .section.door-handles > .content > .choices > .choice {
  margin: 5px 0;
}
#configurator #options-panel > .inner > .step .section.customer-data > .content > .inputs > .input {
  margin: 5px 0;
}
#configurator #options-panel > .inner > .step .section.customer-data > .content > .submit-button-wrapper {
  margin-top: 10px;
  text-align: right;
}
#configurator #options-panel > .inner > .step:last-child {
  margin-bottom: 0;
}
#configurator #options-panel > .inner > .step.hide {
  display: none;
}
#configurator #options-panel > .inner::-webkit-scrollbar {
  background-color: #f1f2f4;
  width: 10px;
}
#configurator #options-panel > .inner::-webkit-scrollbar-thumb {
  background-color: #b8b8b8;
  border-radius: 5px;
}
#configurator #options-panel > .inner::-webkit-scrollbar-thumb:hover {
  background-color: #949494;
}
#configurator #options-panel .info-button {
  display: inline-block;
  cursor: pointer;
  transition: color 0.3s ease;
  color: #000;
  font-size: 1.4rem;
  margin-left: 0.3em;
  vertical-align: top;
}
#configurator #options-panel .info-button:hover {
  color: #d2930f;
}
#configurator #options-panel .info-button:active {
  transform: translateY(1px);
}
#configurator #options-panel div[data-info-button-text] {
  display: none;
}
#configurator #product-render {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 750px) {
  #configurator #product-render {
    height: 40%;
    top: 50px;
  }
}
#configurator #product-render > canvas {
  display: block;
}
#configurator #product-render > #loading-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 200;
  transition: opacity 1s ease;
}
#configurator #product-render > #loading-overlay > .inner {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
#configurator #product-render > #loading-overlay > .inner > .info-box {
  background-color: #fff;
  box-shadow: 0 0 10px 0 #666;
  padding: 10px;
}
#configurator #product-render > #loading-overlay > .inner > .info-box > .loading-spinner {
  margin-top: 10px;
  text-align: center;
}
#configurator #product-render > #loading-overlay > .inner > .info-box > .loading-spinner span.fa {
  font-size: 30px;
}
#configurator #product-render > #loading-overlay > .inner > .info-box > .progress {
  margin-top: 10px;
  text-align: center;
}
#configurator #product-render > #loading-overlay.hiding {
  opacity: 0;
  pointer-events: none;
}
#configurator #product-render > #loading-overlay.hide {
  display: none;
}
#configurator > #buttons-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 20px;
}
@media screen and (max-width: 750px) {
  #configurator > #buttons-wrapper {
    display: none;
  }
}
#configurator > #buttons-wrapper > .row {
  margin: -5px;
  display: flex;
  flex-wrap: wrap;
}
#configurator > #buttons-wrapper > .row > .col.button {
  padding: 5px;
}
#configurator > #mobile-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  display: none;
  line-height: 1;
  font-size: 1.4rem;
  align-items: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 750px) {
  #configurator > #mobile-bar {
    display: flex;
  }
}
#configurator > #mobile-bar > .col.back-to-website {
  width: 50%;
}
#configurator > #mobile-bar > .col.back-to-website > .link {
  display: flex;
  padding: 10px;
  height: 50px;
  align-items: center;
  background-color: #f1f2f4;
  text-decoration: none;
  color: #b8b8b8;
  text-transform: uppercase;
}
#configurator > #mobile-bar > .col.back-to-website > .link > .col.image {
  padding-right: 10px;
}
#configurator > #mobile-bar > .col.back-to-website > .link > .col.image > img {
  width: 25px;
}
#configurator > #mobile-bar > .col.animate-door {
  width: 50%;
}
#configurator > #mobile-bar > .col.animate-door > button {
  width: 100%;
  height: 50px;
  background: none;
  border: 0;
  display: flex;
  padding: 10px;
  align-items: center;
  text-transform: uppercase;
  text-align: left;
}
#configurator > #mobile-bar > .col.animate-door > button > .col.image {
  padding-right: 10px;
}
#configurator > #mobile-bar > .col.animate-door > button > .col.image > img {
  width: 25px;
}
#configurator #product-render.cursor-pointer {
  cursor: pointer;
}
#configurator #popups {
  display: none;
}

.ral-color-picker > .row.color-tint-picker {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.ral-color-picker > .row.color-tint-picker > .color-tint {
  padding: 10px;
  width: 11.11111%;
}
@media screen and (max-width: 750px) {
  .ral-color-picker > .row.color-tint-picker > .color-tint {
    width: 20%;
  }
}
@media screen and (max-width: 500px) {
  .ral-color-picker > .row.color-tint-picker > .color-tint {
    width: 33.3333%;
  }
}
.ral-color-picker > .row.color-tint-picker > .color-tint > .example {
  position: relative;
  display: block;
  padding-top: 100%;
  cursor: pointer;
}
.ral-color-picker > .row.color-tint-picker > .color-tint > .example > .radio-button {
  display: none;
}
.ral-color-picker > .row.color-tint-picker > .color-tint > .example > .check-mark {
  top: 5px;
  left: 5px;
  position: absolute;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 10px;
  color: #d2930f;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
  background-color: #fff;
  font-size: 12px;
}
.ral-color-picker > .row.color-tint-picker > .color-tint > .example > .radio-button:checked + .check-mark {
  visibility: visible;
  opacity: 1;
}
.ral-color-picker > .row.color-tint-picker > .color-tint > .example:hover > .check-mark {
  visibility: visible;
  opacity: 0.2;
}
.ral-color-picker > .row.color-tint-picker > .color-tint > .name {
  text-align: center;
}
.ral-color-picker > .row.color-picker {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 2px #ddd solid;
}
.ral-color-picker > .row.color-picker > .colors-per-tint {
  display: none;
}
.ral-color-picker > .row.color-picker > .colors-per-tint > .colors {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.ral-color-picker > .row.color-picker > .colors-per-tint > .colors > .color {
  width: 20%;
  padding: 10px;
}
@media screen and (max-width: 750px) {
  .ral-color-picker > .row.color-picker > .colors-per-tint > .colors > .color {
    width: 25%;
  }
}
@media screen and (max-width: 500px) {
  .ral-color-picker > .row.color-picker > .colors-per-tint > .colors > .color {
    width: 33.3333%;
  }
}
.ral-color-picker > .row.color-picker > .colors-per-tint > .colors > .color > .example {
  position: relative;
  display: block;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  padding-top: 60%;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
}
.ral-color-picker > .row.color-picker > .colors-per-tint > .colors > .color > .example > .radio-button {
  display: none;
}
.ral-color-picker > .row.color-picker > .colors-per-tint > .colors > .color > .example > .check-mark {
  top: 5px;
  left: 5px;
  position: absolute;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 10px;
  color: #d2930f;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
  background-color: #fff;
  font-size: 12px;
}
.ral-color-picker > .row.color-picker > .colors-per-tint > .colors > .color > .example > .radio-button:checked + .check-mark {
  visibility: visible;
  opacity: 1;
}
.ral-color-picker > .row.color-picker > .colors-per-tint > .colors > .color > .example > .info-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.ral-color-picker > .row.color-picker > .colors-per-tint > .colors > .color > .example > .info-wrapper > .inner {
  width: 100%;
  text-align: center;
  word-break: break-word;
}
.ral-color-picker > .row.color-picker > .colors-per-tint > .colors > .color > .example > .info-wrapper > .inner > .number {
  font-weight: bold;
}
.ral-color-picker > .row.color-picker > .colors-per-tint > .colors > .color > .example:hover > .check-mark {
  visibility: visible;
  opacity: 0.2;
}
.ral-color-picker > .row.color-picker > .colors-per-tint.show {
  display: block;
}

.popup-content.offer-request-sent > .buttons-wrapper {
  margin-top: 20px;
  text-align: right;
}

.sp-replacer {
  padding: 0;
  border: 0;
}
.sp-replacer > .sp-dd {
  display: none;
}

.sp-container {
  border: 0;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.sp-container > .sp-palette-container {
  border-right: 0;
}
.sp-container > .sp-picker-container {
  border-left: 10px #ddd solid;
}
