@CHARSET "ISO-8859-1";

@font-face {
    font-family: "Myriad W08 Light";
    src: url("fonts/fad2e496-dc97-4966-b0a0-daef9334cdc7.woff2") format("woff2"),url("Fonts/15d8d76f-cedb-4b89-9907-249e6a46adbb.woff") format("woff");
}
 
@font-face {
    font-family: "Myriad W08 Regular";
    src: url("fonts/31f16622-b72f-4fa0-9e3b-cb48f7d62990.woff2") format("woff2"),url("Fonts/01932eb5-2a4e-4bd4-b8a8-8e04f69b2d66.woff") format("woff");
}
 
 @font-face {
    font-family: "Myriad W08 Italic";
    src: url("fonts/4178d359-8853-4a13-bb05-7f7a8245a88d.woff2") format("woff2"),url("Fonts/e24e937f-1ec2-41c0-99ac-ea86a1cfd177.woff") format("woff");
}

@font-face {
    font-family: "Myriad W08 Semibold";
    src: url("fonts/a98febbb-b853-4188-9645-fe2df19c0301.woff2") format("woff2"),url("Fonts/4aa4296f-63c3-43a5-810a-58279e79fa8b.woff") format("woff");
}

@font-face {
    font-family: "Myriad W08 Bold 1166607";
    src: url("fonts/dc57799c-1f41-4676-a6b2-17f43d772188.woff2") format("woff2"),url("Fonts/9dd01b57-2acd-409e-a6b1-24a1f09cd5b8.woff") format("woff");
}


* {
  --highlightColor1: #eff2f3;
  --highlightColor2: #c8cfd6;
  --highlightColor3: #23415a;
  --highlightColor4: #a5b1bb;
  --highlightColor5: #006cb7;
  --highlightColor6: #91a0ac;
  --baseColorWhite: #fff;
  --cookieGray: #e6e6e6;
  --baseFont: "Myriad W08 Regular", Myriad Pro, Arial, Helvetica, sans-serif;
  --headerHeight: 80px;
}

/*
 GENERAL
*/






html,
body {
    height: 100%;
}

body {
    font-family: var(--baseFont);
    color: var(--highlightColor3);
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-align: left;
    background-color: var(--highlightColor2);
}

body.splitview {
    overflow: hidden;
}

a {
    outline: none;
    cursor: pointer;
    font-size: 12px;
    text-decoration: none;
    color: var(--highlightColor3);
}

img { border: 0px; }

p {
    margin-top: 0px;
    padding-top: 0px;
    font-size: 12px;
    line-height: 1.5em;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

#start-box {
    visibility: visible;
}

input,
select {
    font-size: 16px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

input:focus,
input:focus-visible {
    outline: none;
}

input::placeholder {
    color: var(--highlightColor2)
}

input,
.generated-code-element {
    height: 40px;
    line-height: 40px;
    border: 2px solid var(--highlightColor2);
    box-sizing: border-box;
}

.generated-code-element {
    display: inline-block;
    text-align: center;
}

.generated-code-element span {
    font-size: 12px;
}

.generated-code-element span:not(.display-generated-code) {
    color: #f00;
    line-height: 1;
}

.display-generated-code {
    color: var(--highlightColor2);
}

*[data-value='leisure']::before {
    content: "\e928";
}

*[data-value='education']::before {
    content: "\e90f";
}

*[data-value='healthcare']::before {
    content: "\e91c";
}

*[data-value='office']::before {
    content: "\e92c";
}

*[data-value='social_housing']::before {
    content: "\e932";
}

*[data-value='retail']::before {
    content: "\e92e";
}

*[data-value='transport']::before {
    content: "\e934";
}

*[data-value='entrances']::before {
    content: "\e910";
}

*[data-value='wetroom']::before {
    content: "\e906";
}

*[data-value='myroom']::before {
    content: "\e909";
}



*[data-value='livingroom']::before {
    content: "\e929";
}

*[data-value='diningroom']::before {
    content: "\e90e";
}

*[data-value='kitchen']::before {
    content: "\e926";
}

*[data-value='bedroom']::before {
    content: "\e907";
}

*[data-value='homeoffice']::before {
    content: "\e91e";
}

*[data-value='hall']::before {
    content: "\e91b";
}

*[data-value='bathroom']::before {
    content: "\e906";
}

.mobile-gui,
.mobile-gui-600,
.mobile-gui-520 {
    display: none !important;
}

.mobile-sub-menu {
    display: none;
}

.table {
    display: table;
    width: 100%;
}

.table-row {
    display: table-row;
}

.table-cell {
    display: table-cell;
}

.outer-select {
    display: inline-block;
    position: relative;
    width: 100%;
}

.outer-select .inner-select {
    position: relative;
    font-size: 16px;
    padding: 5px 0 8px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.outer-select.disabled .inner-select {
    color: var(--highlightColor2);
}

.outer-select select {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    padding: 0;
    cursor: pointer;
}

.outer-select select option {
    padding: 0 20px;
}

.outer-select select[disabled] {
    cursor: default;
}

.bottom-btn-box {
    text-align: right;
    font-size: 0;
}

.bottom-btn-box > div {
    display: inline-block;
}

.bottom-btn-box .button,
.bottom-btn-box > div {
    margin-right: 25px;
}

.bottom-btn-box .button:last-child,
.bottom-btn-box > div:last-child {
    margin-right: 0;
}

.bottom-btn-box > span {
    display: inline-block;
    margin: 0 10px 0 0;
}

.simple-button {
    display: inline-block;
    line-height: 40px;
    text-transform: uppercase;
    vertical-align: top;
}

.simple-button::before {
    display: inline-block;
    font-family: "iconfont";
    content: "\e905";
    margin-right: 5px;
    transform: rotate(180deg);
}

.button {
    display: inline-block;
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    color: var(--highlightColor3);
    background-color: #fff;
    border: 2px solid var(--highlightColor2);
    border-radius: 25px;
    text-transform: uppercase;
    box-sizing: border-box;
    vertical-align: top;
    transition: all 0.2s ease;
    cursor: pointer;
}

.button.icon-font {
    line-height: 40px;
    text-transform: uppercase;
    white-space: nowrap;
}

.button.blue {
    color: #fff;
    background-color: var(--highlightColor3);
    border: 2px solid var(--highlightColor3);
}

.button:not(.btn-no-sample-available) span {
    display: inline-block;
    max-width: calc(100% - 25px);
    font-family: var(--baseFont);
    overflow: hidden;
    text-overflow: ellipsis;
}

.button::before {
    font-size: 21px;
    padding-right: 5px;
    vertical-align: top;
}
    
.button:hover {
    border-color: var(--highlightColor3);
}

.button.blue:hover {
    color: var(--highlightColor5);
    background-color: #fff;
    border-color: var(--highlightColor5);
}

#french-declaimer {
    bottom: 10px;
    display: block;
    font-size: 10px;
    left: 15px;
    position: absolute;
    width: 50%;
    color: #fff;
    text-shadow: 1px 1px #000;
}

#btn-toggle-cookie-overlay {
    position: absolute;
    right: 15px;
    bottom: 10px;
    color: #fff;
    font-size: 14px;
}

#btn-toggle-cookie-overlay {
    position: absolute;
    right: 20px;
    bottom: 10px;
    color: #fff;
    font-size: 14px;
}

#btn-toggle-cookie-overlay:hover {
    text-decoration: underline;
    color: var(--highlightColor5);
}

div .framePanel.selected {
    border-color: #006cb7;
}

/*
 BASIC STRUCTURE
*/

#frame-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 250px;
    height: calc(100% - 100px);
    border-left: 50px solid rgba(255, 255, 255, 0.5);
    border-top: 50px solid rgba(255, 255, 255, 0.5);
    border-bottom: 50px solid rgba(255, 255, 255, 0.5);
    z-index: 1;
}

#content-box {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    touch-action: none;
}

#menue-box {
    position: absolute;
    top: 80px;
    left: 82px;
    width: 250px;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1;
}

#menue-box li {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    border-top: 2px solid var(--highlightColor2);
}

#menue-box li a {
    position: relative;
    display: block;
    height: 100%;
    padding-left: 10px;
    font-size: 0;
    color: var(--highlightColor3);
    transition: all 0.2s ease;
}

#menue-box li a:hover,
#menue-box li a.blue:hover {
    color: var(--highlightColor5);
    background-color: #fff;
}

#menue-box li a.blue {
    white-space: nowrap;
    color: #fff;
    background-color: var(--highlightColor3);
}

#menue-box li a::before {
    display: inline-block;
    font-size: 21px;
    line-height: 40px;
    padding-right: 10px;
    vertical-align: top;
}

#menue-box li a span {
    position: relative;
    display: inline-block;
    top: calc(50% + 2px);
    transform: translateY(-50%);
    font-family: var(--baseFont);
    font-size: 15px;
    max-width: calc(100% - 65px);
    overflow: hidden;
    text-overflow: ellipsis;
}

#menue-box li a::after {
    position: absolute;
    right: 12px;
    font-family: "iconfont";
    font-size: 15px;
    content: "\e905";
    line-height: 40px;
    color: var(--highlightColor3);
}

#menue-box li a.blue::after {
    color: #fff;
}

#menue-box li a:hover::after, 
#menue-box li a.blue:hover::after {
    color: var(--highlightColor5);
}

#logo {
    display: block;
    height: 80px;
    background-color: #fff;
    text-align: center;
    cursor: auto;
}

#logo img {
    position: relative;
    top: 50%;
    display: inline-block;
    transform: translateY(-50%);
    height: 60px;
}

#toolbar-box {
    position: absolute;
    display: table;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    line-height: 50px;
    padding: 0 5px;
    font-size: 0;
    background-color: rgba(255, 255, 255, 0.9);
    box-sizing: border-box;
    border-radius: 25px;
    white-space: nowrap;
    z-index: 1;
}

#toolbar-box li {
    position: relative;
    display: table-cell;
    vertical-align: top;
}

#toolbar-box a {
    display: block;
    height: 50px;
    width: 43px;
    line-height: 50px;
    font-size: 30px;
    text-align: center;
    color: var(--highlightColor3);
    transition: all 0.2s ease;
}

#toolbar-box li a.btn-samples,
#toolbar-box li a#btn-favorite {
    height: 40px;
    width: auto;
    margin: 5px 0;
    padding: 0 8px;
    min-width: 43px;
    line-height: 40px;
    font-size: 25px;
    border-radius: 25px;
    color: #fff;
    background-color: var(--highlightColor6);
    box-sizing: border-box;
}

#toolbar-box li a.btn-samples:not(.empty) {
    margin-left: 5px;
}

#toolbar-box li a.btn-samples::before {
    display: inline-block;
}

#toolbar-box li a.btn-samples.empty,
#toolbar-box li a#btn-favorite.empty {
    color: var(--highlightColor3);
    background-color: transparent;
}

#toolbar-box a:hover {

}

#toolbar-box .sub-menu {
    display: none;
    position: absolute;
    top: 50px;
}

#toolbar-box .tooltip {
    display: none;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 25px;
    background-color: rgba(255, 255, 255, 0.9);
    white-space: nowrap;
    z-index: 1;
}

#toolbar-box .tooltip a {
    width: auto;
    height: auto;
    line-height: 1;
    padding: 8px 7px 6px 7px;
    font-size: 14px;
    text-transform: uppercase;
}

#toolbar-box .sub-menu .sub-menu.tooltip {
    top: 0;
    left: auto;
    right: 43px;
    transform: none;
}

#toolbar-box .sub-menu .sub-menu.tooltip a {
    height: auto;
    line-height: 1;
}

#toolbar-box .sub-menu > li {
    display: block;
    background-color: rgba(255, 255, 255, 0.9);
}

#toolbar-box .sub-menu > li:last-child {
    border-radius: 0 0 50% 50%;
}

#toolbar-box #btn-favorite div span,
#toolbar-box #btn-shopping-cart div span {
    display: inline-block;
    margin: -2px 0 0 -5px;
    line-height: 40px;
    text-align: center;
    font-family: var(--baseFont);
    font-size: 26px;
    vertical-align: bottom;
}

#toolbar-box .share + .sub-menu > li a {
    font-size: 21px;
}

#toolbar-box .share + .sub-menu > li a + .tooltip a {
    font-size: 14px;
    padding: 8px 7px 6px 7px;
}

#toolbar-box .sub-menu > li:last-child a {
    padding-bottom: 10px;
}

#toolbar-box .sub-menu > li a {
    height: 30px;
    font-size: 16px;
    line-height: 30px;
}

#toolbar-box #dyn-rotation.sub-menu li a.selected,
#dyn-rotation-mobile li a.selected {
    text-decoration: underline;
}

#toolbar-box #mobile-menu-btn::before {
    display: inline-block;
    margin-top: 5px;
    content: "\e94d";
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 25px;
    border-radius: 50%;
    background-color: #fff;
}

#toolbar-box #mobile-menu-btn::before {
    content: "\e92b"
}

#toolbar-box #mobile-menu-btn.selected {
    color: var(--highlightColor5);
}

#current-product-box {
    position: absolute;
    top: 80px;
    right: 20px;
    width: 200px;
    padding: 10px 9px 12px 9px;
    box-sizing: border-box;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1;
}

#tab-menu-scene-objects {
    display: flex;
    margin: 0 0 10px 0;
}

#tab-menu-scene-objects li {
    display: inline-block;
    margin-right: 5px;
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
}

#tab-menu-scene-objects a {
    font-size: 12px;
    text-transform: uppercase;
}

#tab-menu-scene-objects li.selected a {
    border-bottom: 1px solid var(--highlightColor3);
}

#tab-menu-pattern-elements {
    display: inline-block;
    margin-left: 5px;
    font-size: 0;
}

#tab-menu-pattern-elements li {
    display: inline-block;
}

#tab-menu-pattern-elements li a {
    display: block;
    height: 21px;
    width: 21px;
    font-size: 12px;
    line-height: 21px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid transparent;
    box-sizing: border-box;
}

#tab-menu-pattern-elements li a.selected {
    border-color: var(--highlightColor2);
    background-color: #fff;
}

#tab-menu-pattern-elements img {
    display: none;
}

#current-product-box .button-box .button {
    width: 100%;
    margin-bottom: 8px;
    font-size: 11px;
}

#current-product-box .button-box .button:last-child {
    margin-bottom: 0;
}

#current-product-box .current-product-image {
    margin-bottom: 13px;
    text-align: center;
}

#current-product-box .current-product-image img {
    height: 90px;
    width: 90px;
    object-fit: contain;
}

#current-item-description {
    margin-bottom: 17px;
    font-size: 14px;
    line-height: 17px;
    overflow: hidden;
    text-align: center;
}

#current-item-description .product-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 17px;
}

#customisation-box {
    margin-top: 8px;
}

#customisation-box .outer-select .inner-select {
    border: 3px solid var(--highlightColor6);
    height: 40px;
    line-height: 40px;
    border-radius: 25px;
    padding: 0 20px;
    text-align: center;
    box-sizing: border-box;
}

#customisation-box .outer-select .inner-select.disabled {
    color: #ccc;
}

#customisation-box .outer-select .inner-select::after {
    border: medium none;
}

#variations {
    display: none;
}

/*
 content-box
*/

#image-box {
    width: 100%;
    height:100%;
    position:absolute;
    overflow: hidden;
}

#image-box a {
    cursor: default;
    width: 100%;
    height: 100%;
}

#image-box a img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#image-box a img.myroom-uploaded-image {
    object-fit: contain;
}

#surface-anchors > span {
    position: absolute;
    display: block;
    z-index: 1;
}

#surface-anchors > span a {
    display: block;
    font-size: 16px;
    line-height: 19px;
    padding: 12px 40px 9px 40px;
    text-transform: uppercase;
    color: var(--highlightColor3);
    background-color: var(--highlightColor1);
    border: 2px solid var(--highlightColor2);
    border-radius: 25px;
    box-sizing: border-box;
    white-space: nowrap;
}

#surface-anchors > span a:hover {
    color: var(--highlightColor5);
    border-color: var(--highlightColor5);
}

#wait-box {
    width: 113px !important;
    height: 110px !important;
    /* background-color: #000000;
    border-radius: 6px 6px 6px 6px; */
    opacity: 0.7;
    filter: alpha(opacity=70);
    padding: 4px;
    z-index: 2;
}

#wait-box::before {
    display: block;
    opacity: 1;
    content: "";
    height: 5.06667rem;
    width: 5.06667rem;
    position: absolute;
    left: 50%;

    z-index: 100;
    margin-left: -2.53333rem;
    border-bottom: .53333rem solid transparent;
    border-left: .53333rem solid transparent;
    border-right: .53333rem solid #006cb7;
    border-top: .53333rem solid #006cb7;
    border-radius: 100%;
    -webkit-animation: loadingIndicator .6s infinite linear;
    -moz-animation: loadingIndicator 0.6s infinite linear;
    animation: loadingIndicator 0.6s infinite linear;
}

@-webkit-keyframes loadingIndicator {
  from {
    -webkit-transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(359deg)
  }
}

@-moz-keyframes loadingIndicator {
  from {
    -moz-transform: rotate(0)
  }

  to {
    -moz-transform: rotate(359deg)
  }
}

@-o-keyframes loadingIndicator {
  from {
    -o-transform: rotate(0);
  }

  to {
    -o-transform: rotate(359deg);
  }
}

#wait-box img {
    display: none !important;
    width: 113px !important;
    height: 110px !important;
}

#zoom-and-pan {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

#zoom-and-pan-detail {
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#zoom-and-pan-detail > img {
    width: auto;
    height: auto;
}

#zoom-and-pan-navigator-container {
    position: absolute;
    right: 50px;
    bottom: 124px;
}

#zoom-and-pan-navigator {
    width: 240px;
    height: 90px;
    border: 2px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
}

#zoom-and-pan-navigator > img {
    width: 100%;
    cursor: pointer;
}

#zoom-and-pan-navigator > div {
    position: absolute;
    background-color: #243557;
    opacity: 0.5;
    cursor: move;
}

#exit-zoom {
    position: absolute;
    right: 0;
    transform: translateY(100%);
}

#front-navigator {
    display: none;
    position: absolute;
    top: 124px;
    right: 18px;
    width: 240px;
    height: 90px;
    border: 2px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
    width: 180px;
    background-color: #fff;
    z-index: 1;
}

#front-navigator > img {
    width: 100%;
    cursor: pointer;
}

#front-navigator > div {
    position: absolute;
    cursor: move;
    border: 2px solid #fba61e;
    box-sizing: border-box;
}



.overlay {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%); 
    width: 100%;
    max-width: 930px;
    overflow: hidden;
    z-index: 1;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
}

.sub-overlay {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%); 
    width: auto;
    max-width: 580px;
    margin: 0 auto;
    padding: 39px 22px;;
    z-index: 3;
    background-color: #fff;
    box-sizing: border-box;
}

.overlay:not(.slide-in) {
    padding: 25px 30px 25px 48px;
}
    
.overlay.slide-in {
    height: calc(100% - 100px);
    top: 50px;
    bottom: 50px;
    left: -100%;
    transform: none;
    background-color: var(--highlightColor1);
}

.overlay.slide-in .left-column {
    float: left;
    width: 250px;
    height: 100%;
    box-sizing: border-box;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.overlay.slide-in .right-column {
    float: left;
    width: calc(100% - 250px);
    height: 100%;
    box-sizing: border-box; 
}

.sub-title {
    display: block;
    margin-bottom: 10px;
    position: relative;
}

.title {
    position: relative;
    display: block;
    font-size: 19px;
    line-height: 19px;
}

.title span {
    font-family: var(--baseFont);
}

.title span.txt-title {
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
}

.txt-subtitle {
    font-size: 16px;
}

.txt-subtitle-2 {
    font-size: 12px;
}

.btn-close {
    position: absolute;
    display: block;
    top: 15px;
    right: 15px;
    font-size: 15px;
    color: var(--highlightColor2);
    z-index: 1;
}



#overlay-language {
    max-width: 250px;
}

#overlay-language .title {
    margin: 21px 0 14px 14px;
}

#language {
    height: calc(100% - 74px);
    padding: 0 18px 0 44px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

#language a {
    font-size: 16px;
    line-height: 40px;
}



#overlay-products {
    max-width: 930px;
}

#overlay-products .left-column .wrapper {
    padding: 10px 16px 7px 14px;
    box-sizing: border-box;
}

#btn-toggle-filter {
    width: calc(100% - 20px);
    padding: 0 10px;
    height: 33px;
    line-height: 33px;
    font-size: 16px;
    border-bottom: 1px solid var(--highlightColor2);
    transition: all 0.2s ease;
}

#btn-toggle-filter.open {
    color: #fff;
    background-color: var(--highlightColor3);
}

#btn-toggle-filter::after {
    position: absolute;
    right: 10px;
    display: inline-block;
    padding: 4px 0;
    font-family: "iconfont";
    content: "\e904";
    transition: all 0.2s ease;
}

#btn-toggle-filter.open::after {
    transform: rotate(180deg);
}

#btn-toggle-filter span {
    font-family: var(--baseFont);
}

#search-box {
    position: relative;
    width: 100%;
    padding: 15px 18px 14px 14px;
    box-sizing: border-box;
    border-bottom: 2px solid var(--highlightColor2);
}

#search {
    position: relative;
}

#search input {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    border-radius: 18px;
    border: 1px solid #006CB7;
    padding: 0 20px 0 20px;
    box-sizing: border-box;
}

#no-items-found-box {
    display: none;
    position: absolute;
    top: 2px;
    left: 0;
    width: 100%;
    color: #f00;
    font-size: 11px;
    text-align: center;
}

#filter-toggle-box .filter {
    width: 100%;
    padding: 0 0 0 14px;
    border-bottom: 1px solid var(--highlightColor2);
    box-sizing: border-box;
}

.outer-select .filter-label {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 15px 0 0 0;
}

.outer-select .filter-label::before {
    position: absolute;
    top: -15px;
    right: 10px;
    font-size: 15px;
    line-height: 40px;
    text-indent: 0;
    font-family: "iconfont";
    transform: rotate(90deg);
}

.filter-label span {
    font-family: var(--baseFont);
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.outer-select .inner-select .select-text {
    font-size: 14px;
    color: var(--highlightColor2);
}

.checkbox-list {
    margin: 5px 0 8px 0;
}

.checkbox-list li {
    margin-bottom:  5px;
}

.checkbox-list li:last-child {
    margin-bottom: 0;
}

.checkbox-list li a .checkbox {
    display: inline-block;
    margin-right: 9px;
    text-align: center;
    border: 1px solid var(--highlightColor2);
    vertical-align: top;
}

.checkbox-list li a.selected .checkbox {
    border-color: var(--highlightColor3);
}

.checkbox-list li a .checkbox .core {
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    margin: 3px;
    background-color: #fff;
}

.checkbox-list li a.selected .checkbox .core {
    background-color: var(--highlightColor3);
}

.checkbox-list .label {
    display: inline-block;
    line-height: 23px;
}

#intensity {
    font-size: 0;
}

#intensity ul li {
    display: inline-block;
    margin: 0 2px 2px 0;
}

#intensity ul li a {
    display: inline-block;
    height: 30px;
    width: 30px;
    margin: 2px;
    background-size: contain;
    border-radius: 50%;
    background-color: #f00;
}
  
#intensity ul li.selected a {
    border: 2px solid var(--highlightColor3);
    margin: 0;
}

#intensity ul li.disabled {
    display: none;
}

#dyn-intensity li a.disabled {
    cursor: default;
    background: rgba(0, 0, 0, 0) repeating-linear-gradient(-45deg, #eeeeee, #eeeeee 48%, #ff0000 49%, #ff0000 51%, #eeeeee 52%, #eeeeee) repeat scroll 0 0;
    border: 1px solid #ff0000;
}

#dyn-intensity li a#color-item-COLG1 {
   background: url("images/flt_icon_wood_colors.png") no-repeat scroll center transparent;
}

#dyn-intensity li a#color-item-COLG2 {
    background: url("images/flt_icon_nature_colors.png") no-repeat scroll center transparent;
}

#dyn-intensity li a#color-item-COLG3 {
    background-color: #fff;
    border: 1px solid var(--highlightColor6);
    box-sizing: border-box;
}

#dyn-intensity li a#color-item-COLG4 {
    background-color: #999;
}

#dyn-intensity li a#color-item-COLG5 {
    background-color: #006cb7;
}

#dyn-intensity li a#color-item-COLG6 {
    background-color: #679d3f;
}

#dyn-intensity li a#color-item-COLG7 {
    background: url("images/flt_icon_multi_colors.png") no-repeat scroll center transparent;
}

#dyn-intensity li a#color-item-COLG8 {
    background-color: #f2e0c9;
}

#dyn-intensity li a#color-item-COLG9 {
    background-color: #000;
}

#dyn-intensity li a#color-item-COLG10 {
    background-color: #b45900;
}

#dyn-intensity li a#color-item-COLG11 {
    background-color: #ff7f00;
}

#dyn-intensity li a#color-item-COLG12 {
    background-color: #b200b2;
}

#dyn-intensity li a#color-item-COLG13 {
    background-color: #d90000;
}

#dyn-intensity li a#color-item-COLG14 {
    background-color: #ffd24d;
}

#dyn-intensity li a#color-item-COLG15 {
    background-color: #ff007f;
}

#dyn-intensity li a#color-item-COLG16 {
    background: url("images/flt_icon_all_colors.png") no-repeat scroll center transparent;
}

#reset-all-filter {
    width: 100%;
    font-size: 16px;
    text-transform: none;
}

#installation-box {
    margin: 7px -4px 20px -4px;
    padding: 0 18px 0 14px;
    font-size: 0;
}

#installation-box li {
    display: inline-block;
}

#installation-box li a {
    display: block;
    padding: 2px;
    border: 2px solid transparent;
}

#installation-box li a span {
    display: block;
    height: 62px;
    width: 62px;
    overflow: hidden;
}

#installation-box li img {
    height: 62px;
}

#installation-box li.selected a {
    border-color: #333;
}

#pattern-element {
    height: 40px;
    margin: 0 0 15px 0;
    background-color: #fff;
}

#pattern-element ul {
    font-size: 0;
}

#pattern-element li {
    display: inline-block;
    border-right: 2px solid var(--highlightColor1);
}

#pattern-element li a {
    display: block;
}

#pattern-element li a span {
    display: inline-block;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 25px;
    color: var(--highlightColor2);
    vertical-align: top;
}

#pattern-element li a.selected span {
    background-color: var(--highlightColor1);
    color: var(--highlightColor3);
}

#pattern-element li img {
    width: 32px;
    height: 32px;
    padding: 4px;
}

#pattern-element li a.selected img {
    background-color: var(--highlightColor1);
}

#dyn-product-list-size {
    margin-bottom: 12px;
    padding-right: 40px;
    text-align: right;
    font-size: 20px;
    line-height: 24px;
    color: var(--highlightColor4);
}

#product-list-box {
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 40px 0 35px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

#product-list {
    position: relative;
    height: calc(100% - 100px);
    width: calc(100% + 40px);
    overflow-x: hidden;
    margin-right: -40px;
    font-size: 0;
}

#product-list .items {
    position: absolute;
    margin-right: -22px;
    z-index: 1;
}

#product-list li {
    display: inline-block;
    width: 180px;
    margin: 0 20px 5px 0;
    padding: 4px;
    text-align: center;
    border: 1px solid transparent;
    overflow: hidden;
}

#product-list li.selected {
    border-color: #c8cfd6;
    background-color: #fff;
}

#product-list li a {
    display: block;
}

#product-list li a span.img-item {
    display: block;
    position: relative;
}

#product-list li a span.img-item img {
    height: 180px;
    width: 180px;
    object-fit: cover;
}

#product-list li a .item-description {
    display: inline-block;
    width: 100%;
    height: 120px;
    padding-top: 5px;
    font-size: 12px;
    line-height: 14px;
}

#product-list li a .item-description span {
    display: inline-block;
    padding-bottom: 5px;
}

#product-list li a .item-description span:first-child {
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
}

#product-list li a .item-description span:last-child {
    padding-bottom: 0;
}

#product-list li#btn-show-more {
    position: relative;
    top: 5px;
    height: 180px;
    width: 180px;
    border: 4px solid var(--highlightColor2);
    box-sizing: border-box;
    vertical-align: top;
}

#product-list li#btn-show-more a {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}



#overlay-gallery {
    max-width: 812px;
}

#overlay-gallery .left-column {
    background-color: var(--highlightColor1);
}

#overlay-gallery .left-column .wrapper {
    text-align: center;
}

#overlay-gallery .left-column .myroom-wrapper {
    position: relative;
    margin: 39px 0 22px 0;
}

.myroom-wrapper .myroom-upload-btn {
    display: block;
    position: relative;
    width: 100%;
    height: 49px;
    padding-left: 20px;
    font-size: 16px;
    overflow: hidden;
    color: #fff;
    background-color: var(--highlightColor3);
}

.myroom-wrapper .myroom-upload-btn::before {
    display: inline-block;
    font-size: 21px;
    vertical-align: top;
    line-height: 49px;
}

.myroom-wrapper .myroom-upload-btn input {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    direction: ltr;
    cursor: pointer;
}

.myroom-upload-btn span {
    position: relative;
    display: inline-block;
    top: calc(50% + 2px);
    font-family: var(--baseFont);
    transform: translateY(-50%);
    font-family: var(--baseFont);
    font-size: 15px;
    max-width: calc(100% - 50px);
    overflow: hidden;
    text-overflow: ellipsis;
}

.myroom-wrapper .progress {
    position: absolute;
    display: none;
    width: 100%;
    font-size: 12px;
    color: #fff;
}

.myroom-wrapper .bar {
    height: 18px;
    background-color: var(--highlightColor3);
}

.myroom-wrapper .bar-text {

    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 18px;
    line-height: 18px;
    text-indent: 5px;
}

#selected-category-mobile {
    width: 100%;
    margin: 8px 0 9px 0;
    line-height: 19px;
    font-size: 0;
    cursor: pointer;
    box-sizing: border-box;
}

#selected-category-mobile span {
    font-size: 16px;
}

#selected-category-mobile span.sub-category {
    font-size: 14px;
    color: var(--highlightColor2);
}

#selected-category-mobile::before {
    display: inline-block;
    margin-right: 7px;
    font-family: "iconfont";
    vertical-align: top;
    font-size: 30px;
    line-height: 30px;
}

#selected-category-mobile div {
    display: inline-block;
}

#selected-category-mobile span:not(.sub-category)::after {
    position: absolute;
    right: 10px;
    display: inline-block;
    font-family: "iconfont";
    content: "\e904";
    font-size: 15px;
}

#categories {
    padding: 0 0 0 10px;
}

#categories a {
    display: block;
    height: 49px;
    font-size: 16px;
    line-height: 49px;
    text-indent: 10px;
    white-space: nowrap;
}

#categories a::before {
    display: inline-block;
    padding: 0 8px 0 0;
    font-family: "iconfont";
    font-size: 26px;
    vertical-align: top;
}

#categories a[data-value='myroom']::before {
    font-size: 21px;
}

#categories ul.main-categories > li > a.selected {
    background-color: #fff;
    border-radius: 25px 0 0 25px;
}

#categories ul.sub-categories a {
    height: auto;
    padding: 0;
    font-size: 16px;
    line-height: 26px;
    padding-left: 69px;
    text-indent: 0;
    white-space: normal;
}

#categories ul.sub-categories li a.selected {
    font-weight: bold;
}

#gallery {
    width: 100%;
    height: 100%;
    padding: 39px 39px 20px 41px;
    box-sizing: border-box;
    background-color: #fff;
}

#carousel {
    position: relative;
    height: 100%;
    width: calc(100% + 40px);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

#carousel ul {
    position: absolute;
    margin-right: -22px;
    z-index: 1;
    font-size: 0;
}

#carousel ul li {
    display: inline-block;
    margin: 0 25px 5px 0;
    vertical-align: top;
}

#carousel li a {
    position: relative;
    display: block;
    width: 228px;
    height: 128px;
    overflow: hidden;
}

#carousel li a .remove-room-btn {
    position: absolute;
    display: inline-block;
    right: 5px;
    top: 5px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 11px;
    border-radius: 50%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1;
}

#carousel li a span {
    display: block;
    position: relative;
    border: 4px solid transparent;
}

img.carousel {
    position: absolute;
    bottom: 0;
    cursor: pointer;
    height: inherit;
    width: 100%;
    object-fit: cover;
}



#overlay-favorite {
    max-width: 1111px;
}

#generate-code-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    font-size: 0;
}

#generate-code-wrapper > div {
    display: inline-block;
    min-height: 85px;
    font-size: 16px;
    vertical-align: top;
}

#generate-code-wrapper > div:last-child {
    margin-left: 20px;
    white-space: nowrap;
}

#generate-code-wrapper .generated-code-box {
    position: relative;
}

#generate-code-wrapper .generated-code-box .generated-code-element {
    width: 104px;
    margin-right: 7px;
    white-space: normal;
}

#generate-code-wrapper .generate-code-btn.button {
    padding: 0 35px;
}

#send-code {
    position: absolute;
    left: 0;
    bottom: calc(-100% - 5px);
    white-space: nowrap;
}

#favorites {
    position: relative;
    height: 464px;
    margin-bottom: 30px;
    overflow: auto;
}

#favorites > div,
#no-favorites {
    height: 100%;
}

#no-favorites .table-cell {
    color: #23415a;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
}

#dyn-favorite {
    border-top: 6px solid var(--highlightColor1);
}

#dyn-favorite > li {
    border-left: 6px solid var(--highlightColor1);
    border-right: 6px solid var(--highlightColor1);
    border-bottom: 6px solid var(--highlightColor1);
}

#favorites li {
    position: relative;
    padding: 12px;
    font-size: 0;
}

#favorites li .scene-img {
    display: inline-block;
    height: 128px;
    width: 228px;
    margin-right: 15px;
    overflow: hidden;
    vertical-align: top;
}

#favorites li .scene-img a {
    display: block;
    height: 128px;
    width: 228px;
    overflow: hidden;
}

#favorites li ul.item-list-wrapper {
    display: inline-block;
    max-width: calc(100% - 260px);
    margin-bottom: -12px;
}

#favorites li ul.item-list-wrapper li {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
}

#favorites li ul.item-list-wrapper li .current-item {
    display: block;
}

#favorites li ul.item-list-wrapper li .current-item-image-wrapper {
    display: inline-block;
    height: 128px;
    width: 128px;
    margin-right: 15px;
    vertical-align: top;
}

#favorites li ul.item-list-wrapper li .current-item-image-wrapper img {
    width: 128px;
    object-fit: contain;    
}

#favorites li ul.item-list-wrapper li .item-box {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 12px;
}

#favorites li ul.item-list-wrapper li .current-item-description {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
}

#favorites li ul.item-list-wrapper li .current-item-description > span > span:first-child {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
}

#favorites li ul.item-list-wrapper li .current-item-description .button {
    position: absolute;
    left: 143px;
    bottom: 0;
}

#favorites .btn-remove-favorite {
    position: absolute;
    display: block;
    top: 50%;
    right: 0;
    height: 50px;
    width: 25px;
    line-height: 50px;
    font-size: 12px;
    text-align: center;
    color: var(--highlightColor3);
    background-color: var(--highlightColor1);
    transform: translateY(-50%);
    border-radius: 25px 0 0 25px;
}

#favorites .btn-remove-favorite::before {
    padding-left: 6px;
}

#overlay-favorite .bottom-btn-box .simple-button {
    float: left;
}

#remove-all-favorites::before {
    color: var(--highlightColor2);
    font-size: 15px;
}



#color-selection-box {
    padding: 0 10px;
    margin-bottom: 25px;
}

#color-selector {
    position: relative;
    height: 278px;
    width: 100%;
    overflow-x: hidden;
    background-color: #fff;
}



#overlay-permalink {
    max-width: 550px;
}

#permalink-box {
    margin-top: 25px;
}

#permalink-box input {
    width: 100%
}



#overlay-calculator {
    display: none;
    max-width: 1111px;
}

#calculator-box {
    font-size: 14px;
}

#calculator-tabs {
    margin: 10px 0 20px 0;
    border-bottom: 1px solid var(--highlightColor1);
    height: 22px;
}

#calculator-tabs li {
    float: left;
    margin-right: 5px;
}

#calculator-tabs a {
    background-color: var(--highlightColor1);
    padding: 3px 10px;
    font-size: 16px;
}

#calculator-tabs a.selected {
    color: #fff;
    background-color: var(--highlightColor3);
}

#select-shape-box {
    display: flex;
    width: 100%;
    font-size: 0
}

#select-shape-box li {
    display: inline-block;
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    vertical-align: top;
}

#select-shape-box li a {
    display: block;
    height: 198px;
    background-size: contain;
}

#select-shape-box li a.selected {
   background-size: contain;
} 

.btn-select-shape[data-shape="shapeR"] {
	background: url("images/calculator-Rechteck-Form.svg") no-repeat scroll center transparent;
}

.btn-select-shape.selected[data-shape="shapeR"] {
	background: url("images/calculator-Rechteck-Form-selected.svg") no-repeat scroll center transparent;
}

.btn-select-shape[data-shape="shapeU"] {
	background: url("images/calculator-U-Form.svg") no-repeat scroll center transparent;
}

.btn-select-shape.selected[data-shape="shapeU"] {
	background: url("images/calculator-U-Form-selected.svg") no-repeat scroll center transparent;
}

.btn-select-shape[data-shape="shapeL"] {
	background: url("images/calculator-L-Form.svg") no-repeat scroll center transparent;
}

.btn-select-shape.selected[data-shape="shapeL"] {
	background: url("images/calculator-L-Form-selected.svg") no-repeat scroll center transparent;
}

#calculator {
    margin: 19px 0 15px 0;
    font-size: 0;
}

#calculator .column {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

#calculator .calculator-wrapper {
    display: none;
    font-size: 0;
}

#calculator .calculator-wrapper.selected {
    display: block;
}

#calculator .wrapper {
    display: table-row;
    height: 50px;
}

#calculator .wrapper .label {
    display: table-cell;
    width: calc(100% - 237px);
    font-size: 14px;
    padding-right: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
}

#calculator .wrapper .input-wrapper {
    display: table-cell;
    padding-bottom: 10px;
    font-size: 14px;
    vertical-align: middle;
}

#calculator-box input {
    font-size: 16px;
    width: 227px;
    margin-right: 5px;
}

#total-required-packages {
    font-weight: 800;
    font-size: 16px;
}

#calculation-items-info {
    margin-top: 15px;
    font-size: 0;
}

#calculation-items-info .item-box {
    display: inline-block;
    margin: 0 10px 10px 0;
}

#calculation-items-info .current-item {
    display: table-cell;
    vertical-align: top;
}

#calculation-items-info .current-item img {
    height: 90px;
}

#calculation-items-info .current-item-description {
    display: table-cell;
    padding-left: 10px;
    font-size: 14px;
}

#btn-calc {
    float: right;
}



#samples-list {
    height: 476px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 10px;
}

#overlay-samples {
    max-width: 1111px;
}

#samples-list ul {
    border-top: 6px solid var(--highlightColor1);
}

#samples-list li {
    position: relative;
    padding: 12px;
    font-size: 0;
    border-left: 6px solid var(--highlightColor1);
    border-right: 6px solid var(--highlightColor1);
    border-bottom: 6px solid var(--highlightColor1);
}

#samples-list li .current-item-image-wrapper {
    display: inline-block;
    height: 90px;
    width: 90px;
    margin-right: 15px;
    vertical-align: top;
}

#samples-list li .current-item-image-wrapper img {
    width: 90px;
    object-fit: contain;
}

#samples-list li .current-item-description {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
}

#samples-list li .current-item-description > span:first-child {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 5px;
}

#samples-list li .btn-remove-sample {
    position: absolute;
    display: block;
    top: 50%;
    right: 0;
    height: 50px;
    width: 25px;
    line-height: 50px;
    font-size: 12px;
    text-align: center;
    color: var(--highlightColor3);
    background-color: var(--highlightColor1);
    transform: translateY(-50%);
    border-radius: 25px 0 0 25px;
}

#samples-list .btn-remove-sample::before {
    padding-left: 6px;
}

#sample-request-button {
    float: right;
}

#sample-request-button.disabled,
.btn-no-sample-available {
    color: var(--highlightColor3);
    background-color: var(--highlightColor1);
    border: 2px solid var(--highlightColor2);
}



#sample-box {
    margin: 0 0 38px 0;
    padding: 10px;
    border: 6px solid var(--highlightColor1);
    box-sizing: border-box;
    font-size: 0;
}

#sample-box > div {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
}

#sample-box > div div:first-child {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
}

#sample-box .current-item-image-wrapper {
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
}

#sample-box img {
    width: 90px;
    height: 90px;
}

#overlay-sample-confirmation .button-box > a:first-child {
    float: left;
}

#overlay-sample-confirmation .button-box > a:last-child,
#overlay-sample-limit-notice .button-box > a:last-child {
    float: right;
}



#overlay-project-code {
    max-width: 1111px;
}

#overlay-project-code .overlay {
    padding: 30px 50px 15px 35px;
}

#overlay-project-code .box-wrapper {
    margin-top: 35px;
    padding: 39px 22px;
    font-size: 16px;
    border-top: 6px solid var(--highlightColor1);
    border-left: 6px solid var(--highlightColor1);
    border-right: 6px solid var(--highlightColor1);
    box-sizing: border-box;
}

#overlay-project-code .box-wrapper:last-child {
    margin-top: 0;
    border-bottom: 6px solid var(--highlightColor1);
}

#overlay-project-code .txt-title-3 {
    margin: 0 0 22px 0;
    font-size: 24px;
}

#overlay-project-code .txt-title-3 .numeration {
    padding-right: 5px;
}

#overlay-project-code .generated-code-box {
    font-size: 16px;
}

#overlay-project-code .input-wrapper .generated-code-element,
#overlay-project-code .input-wrapper input {
    float: left;
    width: 100%;
    max-width: 268px;
}

#overlay-project-code .button-box .generated-code-element {
    display: inline-block;
}

#overlay-project-code .input-wrapper .button {
    margin-left: 10px;
}

#overlay-project-code div.input-wrapper {
    position: relative;
    width: 100%;
    margin-top: 10px;
}



#overlay-search {
    max-width: 660px;
}

#search-results-list li {
    margin-bottom: 10px;
    width: 100%;
}

#search-results-list .item-image {
    display: block;
    font-size: 0;
}

#search-results-list > ul {
    height: 250px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#search-results-list li {
    margin-bottom: 10px;
}

#search-results-list .item-image > span {
    display: inline-block;
    height: 90px;
    width: 90px;
    overflow: hidden;
}

#search-results-list .item-description {
    display: inline-block;
    margin-left: 5px;
    font-size: 14px;
    vertical-align: top;
}



#overlay-send-to {
    max-width: 550px;
}

#overlay-send-to .btn-box {
    margin-top: 25px;
    text-align: right;
}

#send-to-box .txt-send-to {
    margin-bottom: 25px;
    font-size: 16px;
}

#send-to-error {
    display: none;  
}

#send-to {
    display: block;
    height: 100%;
    position: relative;
}

#send-to .table-row .table-cell {
    position: relative;
}

#send-to .table-row .table-cell:first-child {
    vertical-align: middle;
}

#send-to .table-row .table-cell .error-msg {
    color: #f00;
}

#send-to .table-cell > div {
    display: inline-block;
}

#send-to input {
    width: 341px;
    margin-bottom: 10px;
}

#send-to .send-to-image {
    font-size: 0;
    margin-top: 34px;
}

#send-to #mail-image {
    position: relative;
    display: inline-block;
    width: 228px;
    height: 128px;
    overflow: hidden;
    vertical-align: top;
}

#send-to #mail-image img {
    position: absolute;
    bottom: 0;
    height: auto;
    width: 100%;
    object-fit: cover;
}

#send-to #mail-description {
    display: inline-block;
    width: calc(100% - 245px);
    height: 128px;
    margin-left: 17px;
    font-size: 14px;
    line-height: 17px;
    overflow-x: hidden;
    overflow-x: auto;
}

#send-to #mail-description span {
    display: block;
    margin-bottom: 10px;
}



#cookie-overlay {
    display: none;
    position: absolute;
    top: 24px;
    left: 50%;
    width: 100%;
    max-width: 592px;
    max-height: 100%;
    max-height: calc(100vh - 48px);
    font-size: 18px;
    margin: auto;
    padding: 24px;
    transform: translateX(-50%);
    z-index: 3;
    background-image: linear-gradient(0deg, #5b6f82 0%, #5b6f82 66%, #91a0ac 66%, #91a0ac 100%);
    background-position: 0 0, 100% 0;
    background-repeat: no-repeat;
    box-sizing: border-box;
}

#cookie-overlay > div {
    color: #333;
    line-height: 25px;
    padding: 16px 24px 0 24px;
    background-color: #fff;
    font-size: 16px;
}

#cookie-overlay .title {
    min-height: 40px;
    margin-bottom: 1.3em;
    padding-top: 20px;
    line-height: 1.33;
    font-weight: 600;
    font-size: 1.2rem;
    background: url("images/logo.png") scroll no-repeat center right transparent;
    background-size: auto 40px;
    box-sizing: border-box;
    font-family: "Myriad W08 Semibold",Arial,sans-serif;
}

#cookie-overlay .wrapper {
    font-size: 1em;
    margin-bottom: 18px;
}

#cookie-overlay .btn-more-info {
    color: var(--highlightColor6);
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: underline;
}

#cookie-overlay .button-wrapper {
    padding-top: 21px;
    text-align: right;
    font-size: 0;
    border-top: 1px solid var(--cookieGray);
}

#cookie-overlay .button-wrapper .button {
    margin: 0 0 21px 15px;
    border-width: 3px;
    font-size: 15px;
    box-sizing: content-box;
    border-color: #eaeaea;
    color: #91a0ac;
}

#cookie-overlay .button-wrapper .button:first-child {
    margin-left: 0;
}

#cookie-overlay .button-wrapper .button:hover { 
    color: var(--highlightColor5);
    border-color: var(--highlightColor5);
}

#cookie-overlay .button-wrapper .button span {
    max-width: unset;
}

#cookie-overlay .button-wrapper .button#cookie-overlay-confirm {
    border-color: #b3ce9f;
    color: #b3ce9f;
}

#cookie-overlay .button-wrapper .button#cookie-overlay-confirm:hover {
    border-color: green;
    color: green;
}

/*
    SplitPane
*/

#split-pane {
    display: none;
}

#split-pane-divider {
    position: absolute;
    width: 9px;
    height: 100%;
    left: 500px;
    
    cursor: ew-resize;
    background-color: #f7f7f7;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
    

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    

    user-select: none;
}

#split-pane-use-left,
#split-pane-use-right {
    position: absolute;
    width: 130px;
    height: 50px;
    top: 20%;
    cursor: pointer;
    color: #333;
    background-color: #f7f7f7;
    opacity: 0.6;
}

#split-pane-use-left {
    left: -130px;
}

#split-pane-use-right {
    left: 9px;
}

#split-pane-use-left.active,
#split-pane-use-right.active {
    opacity: 1;
    color: #fff;
    background-color: var(--highlightColor3);
}

#split-pane-use-left .split-pane-active,
#split-pane-use-right .split-pane-active {
    position: absolute;
    top: 12px;
    font-size: 20px;
    font-style: italic;
    display: none;
}

#split-pane-use-left.active .split-pane-active,
#split-pane-use-right.active .split-pane-active {
    display: block;
}

#split-pane-use-left .split-pane-active {
    left: 10px;
}

#split-pane-use-right .split-pane-active {
    right: 10px;
}

#split-pane-use-left .split-pane-active-txt {
    position: absolute;
    left: 10px;
    bottom: 8px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

#split-pane-use-right .split-pane-active-txt {
    position: absolute;
    right: 10px;
    bottom: 8px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

#split-pane-use-left .split-pane-active-char {
    position: absolute;
    right: 4px;
    bottom: 0px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
}

#split-pane-use-right .split-pane-active-char {
    position: absolute;
    left: 4px;
    bottom: 0px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
}


#split-pane-right {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}

#split-pane-right div {
    position: absolute;
    width: 100%;
    height: 100%;
}

#split-pane-right div img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#split-pane-right div img.myroom-uploaded-image {
    object-fit: contain;
}

/*
 Header mobile
*/

#header-mobile {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 100%;
    line-height: 50px;
    background-color: rgba(255, 255, 255, 0.9);
}

#header-mobile .logo {
    float: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 0 0 13px;
}

#header-mobile .logo img {
    height: 29px;
}

#header-mobile ul {
    float: right;
    margin: 0;
    padding: 0;
    font-size: 0;
}

#header-mobile li {
    display: inline-block;
    margin-left: 9px;
    font-size: 12px;
    vertical-align: top;
}

#header-mobile li a {
    display: block;
    height: 50px;
    line-height: 50px;
}

#header-mobile li a::before {
    display: inline-block;
    font-size: 25px;
}

/*
 Media Queries
*/

@media (max-width: 1023px) {

    .mobile-gui {
        display: inline-block !important;
    }
    
    .overlay {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-width: unset;
        transform: none;
        overflow-y: auto;
        overflow-x: hidden;
    }
    
    #overlay-project-code,
    #overlay-calculator,
    #overlay-send-to {
        max-width: unset;
    }
    
    #search-results-list > ul {
        height: auto;
    }
    

}

@media (max-width: 800px) {
    
    #send-code {
        position: relative;
        bottom: 30px;
    }
    
    #generated-code-wrapper-2 .layout-helper {
        display: block;
        height: 35px;
        width: 100%;
    }
    
    #generate-code-wrapper {
        display: block;
    }
    
    #generate-code-wrapper .generated-code-box .generated-code-element {
        float: none;
    }
    
    #generate-code-wrapper > div:first-child {
        width: 100%;
        max-width: unset;
        min-height: unset;
        margin-bottom: 7px;
        font-size: 11px;
        line-height: 13px;
    }
    
    #generate-code-wrapper > div:last-child {
        width: 100%;
        margin-left: 0;
    }

    #calculator .column {
        width: auto;
        margin-right: 20px;
    }
    
    #calculator .column:last-child {
        margin-right: 0;
    }
    
    #calculator-box input {
        width: auto;
    }
    

}

@media (max-width: 600px) {

    .mobile-gui-600 {
        display: inline-block !important;
    }
    
    .hide-on-600 {
        display: none !important;
    }
    
    .btn-close {
        right: 10px;
    }
    
    .title span.txt-title {
        font-size: 20px;
        line-height: 24px;
    }
    
    #toolbar-box {
        display: flex;
        top: auto;
        left: 0;
        bottom: 0;
        transform: none;
        width: 100%;
        border-radius: 0;
    }
    
    #toolbar-box li {
        flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
    }
    
    #toolbar-box a {
        width: auto;
    }
    
    .mobile-sub-menu {
        display: none;
        position: absolute;
        z-index: 1;
    }
    
    .mobile-menu {
        display: table;
        width: 100%;
        table-layout: fixed;
        border-collapse: collapse;
        margin: 0;
        transform: none;
        background-color: #fff;
        z-index: 2;
    }
    
    .mobile-menu li {
        position: relative;
        display: table-cell;
        text-align: center;
    }
    
    .mobile-menu li a {
        display: block;
        line-height: 50px;
        font-size: 24px;
        transition: all 0.4s ease;
    }
    
    .mobile-sub-menu[data-level="2"] {
        bottom: 50px;
    }
    
    .mobile-sub-menu[data-level="3"] { 
        bottom: 100px;
    }
    
    #current-product-box {
        display: none;
        top: auto;
        right: auto;
        left: 0;
        bottom: 50px;
    }
    
    #surface-anchors > span a {
        font-size: 14px;
        line-height: 16px;
        padding: 7px 30px 6px 30px;
    }
    
    .overlay.slide-in {
        top: 0;
        bottom: 0;
        height: 100%;
    }
    
    .overlay:not(.slide-in) {
        padding: 11px 9px 7px 9px;
    }
    
    #overlay-gallery,
    #overlay-products,
    .overlay.slide-in {
        max-width: 320px;
    }
    
    .overlay.slide-in .left-column {
        background-color: var(--highlightColor1);
    }
    
    .overlay.slide-in .left-column,
    .overlay.slide-in .right-column {
        float: none;
        width: 100%;
        height: auto;
    }
    
    #product-list-box,
    #product-list {
        height: auto;
    }
    
    #overlay-gallery .left-column {
        padding: 0 7px;
    }
    
    #overlay-gallery .left-column .button {
        width: 100%;
    }
    
    #carousel ul,
    #product-list .items {
        position: static;
    }
    
    #search-box {
        padding: 6px 8px 6px 8px;
    }
    
    #search {
        width: calc(100% - 28px);
    }
    
    #filter-toggle-box {
        display: none;
    }
    
    #current-product-installation {
        position: relative;
        margin: 0 20px;
        overflow-y: hidden;
        overflow-x: auto;
    }
    
    #installation-box {
        position: relative;
    }
    
    #installation-box::after,
    #installation-box::before {
        position: absolute;
        display: inline-block;
        top: 50%;
        font-family: "iconfont";
        content: "\e905";
        font-size: 21px;
    }
    
    #installation-box::after {
        right: 10px;
    }
    
    #installation-box::before {
        left: 10px;
        transform: rotate(180deg);
    }
    
    #dyn-patterns {
        white-space: nowrap;   
    }
    
    #installation-box li a span {
        width: 36px;
        height: 36px;
    }
    
    #installation-box li img {
        height: 36px;
    }
    
    #pattern-element {
        margin-bottom: 5px;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }
    
    #pattern-element li a span {
        width: 25px;
        font-size: 20px;
        line-height: 33px;
    }
    
    #pattern-element li img {
        width: 25px;
        height: 25px;
        padding: 4px 4px 4px 0;
    }
    
    #product-list-box {
        padding: 0;
    }
    
    #product-list .items {
        margin: 0;
    }
    
    #product-list {
        width: 100%;
        margin: 0;
        overflow-y: hidden; 
    }
    
    #product-list li {
        width: 50%;
        margin: 0;
        box-sizing: border-box;
    }
    
    #product-list li a span.img-item img {
        width: 100%;
        height: auto;
    }
    
    #product-list li#btn-show-more {
        width: 50%;
        height: 142px;
    }
    
    #dyn-categories-1 {
        display: none;
    }
    
    #categories a {
        text-indent: 0;
    }
    
    #gallery {
        height: auto;
        padding: 8px;
    }
    
    #carousel {
        height: auto;
        width: 100%;
    }
    
    #carousel ul {
        margin: 0;
    }
    
    #carousel ul li {
        width: calc(50% - 4px);
        margin: 0 4px 4px 0;
    }
    
    #carousel li a {
        width: 100%;
        height: auto;
    }
    
    img.carousel {
        position: relative;
        height: 84px;
    }
    
    #current-product-box .button-box {
        text-align: center;
    }
    
    #current-product-box .button-box .button {
        width: 40px;
        height: 40px;
        padding: 0;
        margin-right: 5px;
        border-radius: 50%;
        text-align: center;
    }
    
    #current-product-box .button-box .button:last-child {
        margin-right: 0;
    }
    
    #current-product-box .button-box .button::before {
        padding-right: 0;
    }
    
    #generate-code-wrapper .generate-code-btn.button {
        width: calc(100% - 115px);
        padding: 0 15px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    
    #favorites {
        height: auto;
    }
    
    #favorites li .scene-img {
        width: auto;
    }
    
    #favorites li .scene-img a {
        width: 157px;
        height: 88px;
    }
    
    #favorites li .scene-img a img {
        width: auto;
        height: 88px;
    }
    
    #favorites li ul.item-list-wrapper li .current-item-image-wrapper,
    #favorites li ul.item-list-wrapper li .current-item-image-wrapper img {
        height: 88px;
        width: 88px;
    }
    
    #favorites li ul.item-list-wrapper {
        width: auto;
        max-width: unset;
    }
    
    #favorites li ul.item-list-wrapper li .current-item-description > span {
        display: none;
    }
    
    #favorites li ul.item-list-wrapper li .current-item-description .btn-add-sample {
        position: static;
    }
    
    #favorites li ul.item-list-wrapper li .current-item-description .btn-add-sample span {
        display: none;
    }

    .bottom-btn-box > div {
        display: block;
        margin-bottom: 11px;
        margin-right: 0;
    }
    
    .bottom-btn-box > div:last-child {
        margin-bottom: 0;
    }
    
    #samples-list {
        height: auto;
    }
    
    #color-selector {
        height: auto;
    }
    
    #send-to .table-row .table-cell,
    #send-to .table-cell > div {
        display: block;
    }
    
    #send-to input {
        width: 100%;
    }
    
    #select-shape-box li a {
        height: 125px;
    }
    
    #calculator .column {
        width: 100%;
        margin-right: 0;
    }
    
    #calculator .wrapper {
        display: block;
        width: 100%;
    }
    
    #calculator .wrapper .label,
    #calculator .wrapper .input-wrapper {
        display: inline-block;
        width: 50%;
        padding: 0;
        box-sizing: border-box;
    }
    
    #calculator .wrapper .label {
        padding: 13px 10px 13px 0;
    }
    
    #calculator-box input {
        width: 86%;
    }
    
    #cookie-overlay {
        width: 100%;
        top: auto;
        bottom: 0;
        left: 0;
        padding: 0;
        transform: none;
        background-image: none;
    }
    
    #image-box {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    #image-box a img {
        height: 100%;
        width: auto;
        object-fit: contain;
    }
    
    #front-navigator {
        display: block;
        top: 72px;
        right: 22px;
        width: 130px;
    }
    

}

@media (max-width: 480px) {

    #overlay-project-code .box-wrapper {
        margin-top: 20px; 
    }
    
    #overlay-project-code .input-wrapper .generated-code-element,
    #overlay-project-code .input-wrapper input {
        max-width: unset;
    }
    
    #overlay-project-code .input-wrapper .button {
        margin-left: 0;
        margin-top: 10px;
    }
    
    #calculator .wrapper .label,
    #calculator .wrapper .input-wrapper {
        font-size: 12px;
    }
    
    #front-navigator {
        width: 90px;
    }


}

@media (max-width: 321px) {



}
