@CHARSET "ISO-8859-1";


* {
  --highlightColor1: #de1529;
}

/*
 GENERAL
*/






html,
body {
    height: 100%;
}

body {
    font-family: Helvetica, Arial, sans-serif;
    color: #666;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-align: left;
    background-color: #000;
}

a {
    outline: none;
    cursor: pointer;
    font-size:12px;
    text-decoration: none;
    color: #666;
}

img {
    border: 0px;
}

p {
    margin-top: 0;
    padding-top: 0;
    font-size: 12px;
    line-height: 1.5em;
    font-family: Arial, Helvetica, sans-serif;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

input {
    appearance: none;
    -webkit-appearance: none;
}

select {
    font-size: 14px;
    appearance: none;
    -webkit-appearance: none;
    color: #666;
}

button {
    appearance: none;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    color: #666;
}

/* button:focus:not(:focus-visible) {
    outline: 0;
} */

/* *:focus {
    outline: 0;
} */

*:focus-visible {
    outline: auto 6px Highlight;
    outline: auto 6px -webkit-focus-ring-color;
    outline-offset: -3px;
    outline-style: dashed;
    outline-color: var(--highlightColor1);
    animation: blink1 2s;
    animation-iteration-count: infinite;
    font-weight: bold;
}

button:focus-visible,
.selected *:focus-visible,
#overlay-gallery .myroom-wrapper label:focus-visible {
    outline-color: #fff;
    animation: blink1 2s;
    animation-iteration-count: infinite;
}

a:focus-visible,
select:focus-visible,
input:focus-visible,
label:focus-visible,
#surface-anchors > span button.reset-btn:focus-visible,
#surface-anchors > span button.spread-btn:focus-visible,
#dyn-rotation button:focus-visible,
.remove-room-btn:focus-visible,
.menu-box a:focus-visible,
.menu-box button:focus-visible,
button.close:focus-visible,
#split-view:focus-visible,
button#split-pane-use-left:not(.active):focus-visible,
button#split-pane-use-right:not(.active):focus-visible,
button#mobile-menu-btn:focus-visible,
button#btn-myroom-mobile:focus-visible,
.footer-item a:focus-visible,
#intensity ul li button:focus-visible,
#dyn-pattern-element button:focus-visible,
#product-list .selected a:focus-visible,
#product-list li#btn-show-more button:focus-visible {
    outline-color: var(--highlightColor1);
    animation: blink2 2s;
    animation-iteration-count: infinite;
}

.menu-box a:focus-visible,
.menu-box button:focus-visible,
#carousel li a:focus-visible {
    outline-offset: -6px;
}

#product-list li a:focus-visible {
     outline-offset: 0;
}


@keyframes blink1 { 50% { outline-color: var(--highlightColor1); } }

@keyframes blink2 { 50% { outline-color: #fff; } }





.table {
    display: table;
    width: 100%;
}

.table-row {
    display: table-row;
}

.table-row span {
    display: table-cell;
}

.table-cell {
    display: table-cell;
    vertical-align: top;
}

.mobile-gui,
.mobile-gui-600 {
    display: none !important;
}

.bottom-btn-box {
    margin: 30px 0 0 0;
    font-size: 0
}

.button {
    display: inline-block;
    padding: 13px 15px;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    background-color: var(--highlightColor1);
    color: #fff;
}

.txt-title {
    font-size: 30px;
    text-transform: uppercase;
}

/*
 BASIC STRUCTURE
*/

#content-box {
    position: absolute;
    width: 100%;
    height: 100%;
}

.active-split-pane {
    overflow: hidden; 
}

header {
    position: absolute;
    width: 100%;
    height: 58px;
    background-color: #fff;
    z-index: 1;
}

#logo {
    display: inline-block;
    vertical-align: top;
}

#logo img {
     height: 50px;
     padding: 3px 5px 5px 5px;
     vertical-align: top;
}

#mobile-menu-btn {
    font-size: 24px;
}

#btn-myroom-mobile {
    font-size: 24px;
    line-height: 50px;
    padding: 0 7px 0 7px;
}

.menu-box {
    display: inline;
    line-height: 58px;
}

#menu-box-left {
    margin: 0 0 0 10px;
    font-size: 0;
}

#menu-box-right {
    float: right;
    margin: 0 10px 0 0;
}

.menu-box li {
    display: inline-block;
    font-size: 0;
    vertical-align: top;
}

.menu-box a,
.menu-box button {
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    padding: 0 10px 0 10px;
}

.menu-box a::before,
.menu-box button::before {
    font-size: 23px;
    line-height: 58px;
}

.menu-box button > span {
    line-height: 58px;
}

/* .menu-box li:last-child * {
    padding: 0;
} */

.menu-box a.selected span,
.menu-box button.selected span,
.menu-box a.selected::before,
.menu-box button.selected::before,
#menu-mobile-box a.selected span {
    color: var(--highlightColor1);
}

#menu-box-left .btn-qr-code::before {
    display: inline-block;
    content: "\e927";
    font-family: "iconfont";
    vertical-align: top;
    padding: 0 7px 0 0;
}

.menu-box button#ips-demo {
  text-align: center;
}

.menu-box button#ips-demo::before {
    padding: 0 7px 0 0;
}

#ips-demo span {
    font-family: Helvetica, Arial, sans-serif;
    vertical-align: top;
}

#addon-objects-toolbar {
    display: none;
    box-sizing: border-box;
}

#addon-objects-toolbar li {
    position: relative;
    display: block;
    width: 100%;
    height: 43px;
    border-bottom: 1px solid #eaeaea;
    background-color: #fff;
    box-sizing: border-box;
}

#addon-objects-toolbar li button {
    display: inline-block;
    width: 100%;
    font-size: 25px;
    padding: 10px;
    line-height: 25px;
    text-align: left;
}

#addon-objects-toolbar li:last-child {
    border-bottom: none;
}

#addon-objects-toolbar li button::before {
    font-family: "iconfont";
    content: "\e925";
    position: absolute;
    right: 10px;
    display: inline-block;
    height: 25px;
    width: 25px;
    line-height: 25px;
    font-size: 15px;
    text-align: center;
    border-radius: 50%;
    color: var(--highlightColor1);
    background-color: #fff;
    box-shadow: 0px 0px 3px #00000029;
}

#addon-objects-toolbar li button span {
    line-height: 1;
}

#addon-objects {
    position: absolute;
    display: block;
    top: 180px;
    right: 0px;
    width: 55px;
}

#addon-objects > span {
    position: relative;
    display: block;
    width: 45px;
    margin-top: 10px;
}

#addon-objects button:not(.addon-objects-remove) span {
  position: relative;
  display: block;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  padding: 10px;
  background-color: var(--highlightColor1);
  border-radius: 50%;
}

#addon-objects button:not(.addon-objects-remove) span::before {
  font-family: "iconfont";
  content: "\e93a";
}

#addon-objects button[data-object-type="rug"]:not(.addon-objects-remove) span::before {
  content: "\e93a";
}

#addon-objects button[data-object-type="table"]:not(.addon-objects-remove) span::before {
  content: "\e93e";
}

#addon-objects button[data-object-type="wall"]:not(.addon-objects-remove) span::before {
  content: "\e93b";
}

#addon-objects button[data-object-type="chair"]:not(.addon-objects-remove) span::before {
  content: "\e93d";
}

#addon-objects button.addon-objects-remove {
    position: absolute;
    top: -5px;
    right: -8px;
    width: 25px;
    height: 25px;
}

#addon-objects button.addon-objects-remove::after {
  font-family: "iconfont";
  content: "\e935";
  font-size: 15px;
  line-height: 14px;
  text-align: center;
  padding: 5px;
  border-radius: 50%;
  color: var(--highlightColor1);
  background-color: #fff;
  cursor: pointer;
}
/*
 CONTENTBOX
*/

#image-box {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}

#image-box a {
    cursor: default;
    width: 100%;
    height: 100%;
}

#image-box a img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#render-canvas {
    position: fixed;
    width: 100%;
    height: 100%;
    touch-action: none;

    outline: none;

}

#surface-anchors > span {
    position: absolute;
    display: block;
}

#surface-anchors > span button:not(.tool-btn) {
    background-color: var(--highlightColor1);
    border-radius: 50%;
}

#surface-anchors > span button:not(.tool-btn) span {
    display: block;
    color: #fff;
    font-size: 25px;
    line-height: 25px;
    padding: 10px;
}

#surface-anchors > span button:not(.tool-btn) span::before {
    font-family: "iconfont";
}

#surface-anchors > span button.installation span::before {
    content: "\e91b";
}

#surface-anchors > span button.color span::before {
    content: "\e906";
}

#surface-anchors button.tool-btn {
    position: absolute;
    display: none;
    width: 25px;
    height: 25px;
}

#surface-anchors button.tool-btn span::after {
    font-family: "iconfont";
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    padding: 5px;
    border-radius: 50%;
    color: var(--highlightColor1);
    background-color: #fff;
    cursor: pointer;
}

#surface-anchors button.reset-btn {
    top: -5px;
    right: -10px;
}

#surface-anchors button.spread-btn {
    top: -5px;
    right: -40px;
}

#surface-anchors button.reset-btn span::after {
    content: "\e935"; 
}

#surface-anchors button.spread-btn span::after {
    content: "\e934"; 
}

#surface-anchors button.spread-btn.show,
#surface-anchors button.reset-btn.show {
    display: inline-block;
}

#wait-box {
    background-color: #000;
    border-radius: 6px 6px 6px 6px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    padding: 4px;
    z-index: 2;
}

#zoom-and-pan {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

#zoom-and-pan.full {
    z-index: 1;
}

#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;
    left: 10px;
    top: 70px;
}

#zoom-and-pan-navigator {
    width: 240px;
    height: 90px;
    border: 2px solid #fff;
    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: #000;
    opacity: 0.5;
    cursor: move;
}

#zoom-and-pan-navigator.hide {
    display: none;
}

#zoom-and-pan.full #zoom-and-pan-detail > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#exit-zoom {
    position: absolute;
    left: 0;
    bottom: -10px;
    transform: translateY(100%);
}

#zoom-and-pan.full #exit-zoom {
    position: fixed;
    right: 20px;
    left: auto;
    top: 20px;
    bottom: auto;
    transform: none;
}

#toolbar-box {
    position: absolute;
    top: 58px;
    left: 50%;
    margin: 0 0 0 -25px;
    font-size: 0;
}

#toolbar-box li {
    position: relative;
    display: inline-block;
    background: none repeat scroll 0 0 #fff;
    vertical-align: top;
}

#toolbar-box a,
#toolbar-box button {
    position: relative;
    display: block;
    height: 50px;
    width: 50px;
    text-align: center;
    font-size: 12px;
}

#toolbar-box a:not(.touch):hover,
#toolbar-box a.selected,
#toolbar-box button.selected,
#toolbar-box button:not(.touch):hover {
    color: #fff;
    background-color: var(--highlightColor1);
}

#toolbar-box button::before {
    line-height: 50px;
    font-size: 28px;
}

#toolbar-bottom-box {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: auto;
}

footer {
    position: absolute;
    bottom: 15px;
    left: 20px;
    z-index: 2;
}

footer .footer-item {
    display: inline-block;
    margin: 0 15px 0 0;
}

footer .footer-item:last-child {
    margin: 0;
}

footer .footer-item a {
    font-size: 1.25em;
    font-weight: bold;
    text-shadow:  1px  1px 1px #fff,
                  1px -1px 1px #fff,
                 -1px  1px 1px #fff,
                 -1px -1px 1px #fff;
}

/*
  Overlays
*/

.overlay {
    display: none;
    position: absolute;
    top: 58px;
    width: 100%;
    max-width: 960px;
    padding: 20px;
    border-top: 1px solid #f0f0f0;
    overflow: hidden;
    z-index: 1;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    background: none repeat scroll 0 0 #fff;
}

.sub-overlay-box {
    display: none;
    position: absolute;
    top: 100px;
    left: 50%;
    width: auto;
    max-width: 580px;
    margin: 0 auto;
    padding: 20px;
    transform: translateX(-50%);
    z-index: 3;
    box-shadow: 0 0 10px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 1);
    box-sizing: border-box;
    background: none repeat scroll 0 0 #fff;
}

.title {
    display: block;
    margin-bottom: 25px;
    position: relative;
}

.close {
    display: block;
    position: absolute;
    right: 8px;
    top: 8px;
    font-size: 18px;
    z-index: 1;
}



#categories {
    float: left;
    width: 211px;
    margin: 30px 20px 0 0;
}

.myroom-wrapper {
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 0;
}

.myroom-wrapper .icon-camera-2 {
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 47px;
    color: var(--highlightColor1);
}

.myroom-info-text {
    display: inline-block;
    width: calc(100% - 57px);
    font-size: 15px;
    line-height: 20px;
    vertical-align: bottom;
}

.myroom-upload-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    font-size: 16px;
    margin: 10px 0 0 0;
    padding: 9px;
    color: #fff;
    background-color: var(--highlightColor1);
    white-space: nowrap;
    box-sizing: border-box;
}

.myroom-wrapper input {
    display: none;
}

.menu-box button.btn-gallery::before {
    display: inline-block;
    font-family: "iconfont";
    content: "\e909";
    padding: 0 7px 0 0;
    font-size: 23px;
    vertical-align: top;
}

.progress {
    display: none;
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.progress .bar {
    height: 18px;
    background-color: var(--highlightColor1);
}

.progress .bar-text {
    width: 100%;
    height: 18px;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    text-indent: 5px;
    

    position: absolute;
    left: 0;
    top: 0;
}

#dyn-categories {
    margin: 0;
    padding: 0;
}

#dyn-categories li {
    list-style: none outside none;
    line-height: 30px;
}

#dyn-categories li a {
    display: inline-block;
    font-size: 15px;
    padding: 3px 9px;
    text-transform: uppercase;
    color: #6b6b6b;
}

#dyn-categories li a.selected {
    color: var(--highlightColor1);
}

#gallery {
    float: left;
    height: 405px;
    width: calc(100% - 221px);
    margin: 30px -10px 0 0;
    padding: 0 0 25px 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

#carousel {
    position: relative;
    height: 100%;
    width: 100%;
    white-space: nowrap;
}

#carousel ul {
    position: absolute;
    z-index: 1;
    font-size: 0;
}

#carousel ul li {
    float: left;
    display: inline-block;
    margin: 0 10px 10px 0;
    vertical-align: top;
}

#carousel li a {
    position: relative;
    display: block;
    height: 128px;
    overflow: hidden;
}

#carousel li a .remove-room-btn {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: auto;
    font-size: 11px;
    text-align: center;
    line-height: 1;
    color: #fff;
    background-color: #6b6b6b;
    padding: 4px;
    border-radius: 50%;
}

img.carousel {
    display: inline-block;
    cursor: pointer;
    width: 228px;
}



#no-favorites {
    position: relative;
    top: 230px;
    text-align: center;
    font-size: 14px;
}

#favorites {
    position: relative;
    margin: 35px 0 0 0;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 0;  
}

#favorites .scene-img {
    display: inline-block;
    margin: 0 10px 10px 0;
    vertical-align: top;
}

#favorites .scene-img img {
    width: 228px;
}

#favorites .favorite-item-list {
    display: inline-block;
    width: calc(100% - 238px);
    vertical-align: top;
}

#dyn-favorite li {
    position: relative;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0 30px 0 0;
    list-style: none outside none;
    font-size: 0;
    box-sizing: border-box;
}

#dyn-favorite li .item-box {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

#dyn-favorite li .current-item {
    display: inline-block;
    width: 125px;
    height: 80px;
    overflow: hidden;
}

#dyn-favorite li .no-item-info,
#dyn-favorite li .current-item-info {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 10px;
    box-sizing: border-box;
    width: calc(100% - 125px);
    font-size: 13px;
    margin-bottom: 10px;
}

#dyn-favorite li .no-item-info {
    width: unset;
    height: 30px
}

.current-item-info .current-item-name {
    display: block;
    color: var(--highlightColor1);
    text-transform: uppercase;
}

.current-item-info .current-item-description-text {
    text-transform: uppercase;
}

.current-item-data-table {
    display: table;
    margin: 25px 0 0 0;
    width: 100%;
}

#dyn-favorite li .favorite-item {
    position: relative;
}

#dyn-favorite li .remove {
    position: absolute;
    top: 0;
    right: 0;
    text-transform: uppercase;
    font-size: 20px;
}

#favorites-box .bottom-btn-box {
    float: right;
    font-size: 0;
}

#favorites-box .bottom-btn-box > span {
    display: inline-block;
    margin: 0 15px 10px 0;
}

#favorites-box .bottom-btn-box > span:last-child {
    margin: 0;
}



#dyn-product-list-size {
    height: 50px;
    margin: 0 0 20px 0;
    padding: 0 15px;
    background-color: #f5f5f5;
}

#dyn-product-list-size > span {
    font-size: 20px;
    line-height: 50px;
}

#intensity-wrapper {
    height: 25px;
}

#intensity-wrapper .filter-title {
    line-height: 25px;
    text-indent: 11px;
}

#intensity {
    float: right;
}

#intensity ul {
    margin: 0;
    padding: 0;
}

#intensity ul li {
    position: relative;
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: top;
}

#intensity ul li:last-child {
    margin: 0;
}

#intensity ul li button {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

#intensity_0 {
    background: #e7e7e7 none repeat scroll 0 0;
}

#intensity_1 {
    background: #9a9a9a none repeat scroll 0 0;
}

#intensity_2 {
    background: #5a5a5a none repeat scroll 0 0;
}

#intensity ul li button.selected::before {
    font-family: "iconfont";
    content: "\e90c";
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
}

#intensity ul li button.disabled::after {
    display: inline-block;
    position: absolute;
    top: 6px;
    right: 7px;
    font-family: "iconfont";
    content: "\e900";
    color: #fff;
}

#filter-box {
    position: relative;
    float: left;
    width: 211px;
    margin: 0 20px 0 0;
}

#filter-box,
#product-selection-wrapper {
    height: 450px;
}

.filter-wrapper {
    margin: 13px 0 0 0;
}

.filter-title {
    display: inline-block;
    font-size: 14px;
}

.outer-select {
    position: relative;
    display: inline-block;
    width: 100%;
}

.outer-select::before {
    position: absolute;
    right: 10px;
    font-size: 18px;
    line-height: 34px;
    font-family: "iconfont";
    color: var(--highlightColor1);
}

.outer-select select {
    position: relative;
    width: 100%;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;    
    border: 1px solid #eaeaea;
    font-size: 14px;    
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0);
}

#product-selection-wrapper {
    float: left;
    width: calc(100% - 221px);
    margin: 0 -10px 0 0;
}

#product-list-box {
    position: relative;
    width: 100%;
    height: calc(100% - 26px);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

#pattern-element ul {
    margin: 0;
    padding: 0;
    height: 26px;
    font-size: 0;
}

#pattern-element li {
    display: inline-block;
    margin-left: -1px;
    position: relative;
}

#pattern-element li button {
    display: block;
    font-size: 14px;
    margin-top: 5px;
    padding: 1px 10px;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e3e3e3;
    color: #4c5a6b;
}

#pattern-element li button.selected {
    margin-top: 0;
    padding: 3px 10px;
    border-bottom-color: #fff;
}

#pattern-element .current-product {
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-left: 5px;
    margin-top: 2px;
    overflow: hidden;
    border: 1px solid #ccc;
}

#product-list {
    position: relative;
    height: 100%;
    width: calc(100% + 10px);
    font-size: 0;
}

#product-list .items {
    position: absolute;
    z-index: 1;
}

#product-list li {
    display: inline-block;
    width: 128px;
    vertical-align: top;
    margin: 0 10px 10px 0;
}

#product-list li.selected .img-description {
    color: var(--highlightColor1);
}

#product-list li#btn-show-more button {
    display: block;
    height: 80px;
    width: 100%;
    text-align: center;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

/* #product-list li#btn-show-more button span {
    position: relative;
    top: 25px;
} */

#product-list li a {
    display: block;
}

#product-list li a span.img-item {
    position: relative;
    display: inline-block;
    width: 128px;
    height: 80px;
    overflow: hidden;
}

#product-list li.selected a span.img-item:after,
#carousel li.selected:not(.myroom) a:after {
    position: absolute;
    display: inline-block;
    top: 5px;
    right: 5px;
    font-family: "iconfont";
    content: "\e90c";
    color: var(--highlightColor1);
    font-size: 20px;
    text-shadow: 0px 0px 1px #fff;
}    

#product-list li a span.img-item img {
    width: 128px;
}

#product-list .img-description {
    display: inline-block;
    width: 100%;
    height: 60px;
    padding: 7px 5px 5px 5px;
    font-size: 13px;
    box-sizing: border-box;
    text-align: center;
    color: #6b6b6b;
}

#product-list .img-description span {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#product-list ul li a span.show-more-caption {
    position: relative;
    float: left;
    font-size: 11px;
    margin-left: 13px;
}

#laying-option-box {
    position: absolute;
    width: 100%;
    bottom: 0;
}

#installation-box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

#installation-box .wrapper {
    position: relative;
    margin: 10px 0 10px 0;
}

ul.pattern-short-list,
ul.pattern-short-list li {
    display: inline-block;
}

#show-more-patterns {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 15px;
}

#show-more-patterns span.title-pattern,
#show-more-patterns span.title-form {
    display: none;
}

#show-more-patterns span.title-pattern.show,
#show-more-patterns span.title-form.show {
    display: inline-block;
}

#dyn-patterns {
    margin: 5px 0 0 0;
}

#dyn-patterns li {
    float: left;
    margin: 0 10px 10px 0;
}

#dyn-patterns li:last-child {
    float: left;
    margin: 0 0 10px 0;
}

#dyn-patterns li a {
    display: block;
    padding: 1px;
    overflow: hidden;
}

#dyn-patterns li.selected a {
    padding: 0;
    border: 1px solid var(--highlightColor1);
}

#rotation-box {
    display: none;
    position: absolute;
    right: 25px;
    bottom: 0;
    width: 280px;
    height: 45px;
    border-radius: 25px 0 0 25px;
    background-color: #fff;
}

#toolbar-bottom-box > button {
    position: relative;
    display: inline-block;
    font-size: 25px;
    line-height: 25px;
    padding: 10px;
    margin-top: 5px;
    color: #fff;
    background-color: var(--highlightColor1);
    border-radius: 50%;
    z-index: 1;
}

#surface-button {
    display: none;
}

#surface-button.show {
    display: inline-block;
}

#dyn-rotation {
    display: inline-block;
    padding: 0 0 0 25px;
}

#dyn-rotation ul {
    font-size: 0;
}

#dyn-rotation li {
    display: inline;
}

#dyn-rotation li span:first-child {
    margin: 0 5px 0 0;
}

#dyn-rotation li button {
    padding: 0 5px 0 5px;
    font-size: 14px;
    color: #666;
    line-height: 45px;
}

#dyn-rotation li button.selected {
    color: var(--highlightColor1);
}



#object-selection-box {
    margin: 30px 0 0 0;
}

#dyn-scene-objects li {
    font-size: 0;
}

#dyn-scene-objects li .item-box {
    position: relative;
    display: inline-block;
    height: 215px;
    width: 50%;
    margin: 0 0 10px 0;
}

#dyn-scene-objects li .current-item {
    display: inline-block;
    overflow: hidden;
}

#dyn-scene-objects li .current-item-info {
    position: relative;
    display: inline-block;
    height: 100%;
    max-width: calc(100% - 128px);
    vertical-align: top;
    padding: 0 10px 0 17px;
    font-size: 13px;
    box-sizing: border-box;
}

#dyn-scene-objects .no-item-info {
    font-size: 13px;
}



#color-selection-box {
    float: left;
    position: relative;
    width: 100%;
    margin: 15px 0 0 0;
}

#color-selector {
    position: relative;
    height: 202px;
    max-width: 900px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

#color-selector .items {
    position: absolute;
    z-index: 1;
}



#overlay-qr-code {
    width: auto;
    padding: 45px;
}

#overlay-qr-code .title,
#qr-code-box {
    text-align: center;
}

.qr-info-text {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    margin-top: 20px
}



#overlay-ar-preview {
    height: 80vh;
}

#overlay-ar-preview .preview-container {
    width: 100%;
    height: calc(100% - 92px);
}

#overlay-ar-preview model-viewer {
    width: 100%;
    height: 100%;
}

.txt-info {
    text-transform: uppercase;
    font-size: 15px;
}

#overlay-ar-preview .input-wrapper {
    display: block;
    float: left;
    margin-right: 20px;
}

.ar-preview-size {
    font-size: 14px;
    margin: 10px 0;
}

#overlay-ar-preview input {

    font-size: 14px;
    border: 1px solid #eaeaea;
    position: relative;
    height: 33px;
    padding: 7px 10px;
    box-sizing: border-box;
}

#overlay-ar-preview input:invalid {
    background-color: ivory;
    outline: 2px solid red;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 10px; 
}




#dyn-surface-overview li {
    display: inline-block;
    margin: 0 10px 10px 0;
    cursor: pointer;
}

#dyn-surface-overview li.selected {
    color: var(--highlightColor1);
}

#dyn-surface-overview .current-surface {


}

#dyn-surface-overview .surface-name {
    line-height: 25px;
    margin-right: 5px;
}

.surface-material,
.surface-material-empty {
    display: inline-block;
    position: relative;
    height: 80px;
    width: 128px;
    content: "";
    overflow: hidden;
    text-align: center;
    line-height: 80px;
    color: #ccc;
}

.surface-material img {
    height: auto;
    width: 128px;
}

.surface-material-empty {
   border: 2px solid #ccc;
   box-sizing: border-box; 
}

.surface-material .reset-btn {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    width: 15px;
    height: 15px;
    font-size: 15px;
    line-height: 15px;
    box-sizing: content-box;
    text-align: center;
    padding: 5px;
}

.surface-material .reset-btn::before {
    content: "\e935";
    color: #fff;
    font-family: "iconfont";
}

#copy-scene-objects-box.filter-wrapper {
    width: calc(50% - 10px);
    float: left;
    margin: 13px 10px 0 0;
}

#copy-scene-objects-box .wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
}

#copy-scene-objects-box .wrapper .inner-select {
  position: relative;
  border: 1px solid #eaeaea;
  font-size: 14px;
  padding: 8px 10px;
}

#dyn-appropriate-scene-objects {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    opacity: 0;
    cursor: pointer;
}

.wrapper .inner-select .select-text.icon-arrow-down::before {
  position: absolute;
  right: 10px;
  color: var(--highlightColor1);
  font-size: 18px;
  font-family: "iconfont";
}

#reset-all {
    max-width: calc(50% - 10px);
    float: left;
    margin: 13px 10px 0 0;
}

/*
    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-helper {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 100%;
}

#split-pane-use-left,
#split-pane-use-right {
    position: absolute;
    width: 115px;
    height: 50px;
    top: 20%;
    cursor: pointer;
    background-color: #f7f7f7;
}

#split-pane-use-left {
    left: -115px;
}

#split-pane-use-right {
    left: 9px;
}

#split-pane-use-left.active,
#split-pane-use-right.active {
    color: #fff;
    background-color: var(--highlightColor1);
}

#split-pane-use-left .split-pane-active,
#split-pane-use-right .split-pane-active {
    position: absolute;
    display: none;
    top: 8px;
    font-size: 13px;
    font-style: italic;
}

#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: 13px;
    font-weight: bold;
}

#split-pane-use-right .split-pane-active-txt {
    position: absolute;
    right: 10px;
    bottom: 8px;
    font-size: 13px;
    font-weight: bold;
}

#split-pane-use-left .split-pane-active-char {
    position: absolute;
    right: 4px;
    bottom: 0px;
    height: 50px;
    line-height: 50px;
    font-size: 36px;
    font-weight: bold;
}

#split-pane-use-right .split-pane-active-char {
    position: absolute;
    left: 4px;
    bottom: 0px;
    height: 50px;
    line-height: 50px;
    font-size: 36px;
    font-weight: bold;
}


#split-pane-right {
    position: absolute;
    width: 100%;
    height: 100%;
    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: contain;
}



#overlay-search {
    margin-left: -330px;
    width: 660px;
    left: 50%;
    top: 58px;
}

#overlay-search .content {
    padding: 30px;
    width: 100%;
    box-sizing: border-box;
}

#search-box {
    position: relative;
    font-size: 0;
}

#search-item {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 5px;
}

#search-item::before {
    display: inline-block;
    color: var(--highlightColor1);
    text-align: center;
    vertical-align: middle;
    line-height: 33px;
    font-size: 24px;
}

#search > div:first-child {
    position: relative;
    width: 100%;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
}

#search-box input {
    position: relative;
    border: none;
    width: 100%;
    height: 33px;
    width: calc(100% - 30px);
    font-size: 14px;
    padding: 0;
    text-indent: 10px;
}

#title-matching-items {
    margin-bottom: 20px;
    text-transform: uppercase;
}

#search-results-list li {
    margin-bottom: 10px;
    display: grid;
    grid-template-columns: 120px 1fr;
    align-items: center;
}

#search-results-list .item-image {
    display: block;
}

#no-items-found-box {
    visibility: hidden;
    color: #de0e29;
    left: 60px;
    bottom: 2px;
    font-size: 12px;
    line-height: 15px;
    margin: -15px 0 0 0;
}

#search-results-list > ul {
    height: 250px;
    max-height: 330px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#search-results-list li {
    margin-bottom: 10px;
}

#search-results-list .item-image {
    width: 90px;
}

#search-results-list .item-image span {
    display: block;
    height: 90px;
    width: 90px;
    overflow: hidden;
}

#search-results-list .item-image span img {
    width: 90px;
}

/*
PopUp window e.g. imprint
*/

body.popup {
    padding: 10px;
    background-color: #fff;
}

body.popup .headline {
    font-weight: bold;
    font-size: 1.4em;
}

body.popup ul {
    margin: 0 0 25px 0;
}

body.popup ul li,
body.popup p {
    font-size: 1.1em;
    line-height: 1.5em;
}

body.popup h4 {
    font-weight: bold;
    line-height: 1.8em;
    font-size: 1.3em;
}

body.popup li h4 {
    font-size: 1em;
}

/*
Mobile menu
*/

#menu-mobile-box {
    display: none;
    position: absolute;
    top: 50px;
    overflow: hidden;
    z-index: 2;
    border-top: 1px solid #f0f0f0;
    background-color: #fff;
}

#btn-myroom-mobile::before {
    font-family: "iconfont";
    content: "\e909";
    color: var(--highlightColor1);
}

#menu-mobile-box ul {
    padding: 15px;
}

#menu-mobile-box ul li {
   display: block;
   margin: 0 0 15px 0;
}

#menu-mobile-box li a,
#menu-mobile-box li button {
    font-size: 16px;
}

#menu-mobile-box li a.selected,
#menu-mobile-box li button.selected {
    color: #009ea4;
}

/*
 My room Overlay
*/
 
#overlay-myroom {
    width: 100%;
    height: calc(100% - 58px);
    max-width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
}
 
#overlay-myroom .myroom-wrapper {
    position: absolute;
    top: calc(50% - 50px);
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 300px;
    max-height: 200px;
}

/*
 3D Model 
*/

.model-page .language-box {
    float: right;
    display: block;
    margin-right: 20px;
    line-height: 58px;
}

.model-page .language {
    float: left;
    display: block;
    margin: 0 15px 0 0;
}

.model-page .language:last-child {
    margin: 0;
}

.model-page .language a {
    font-size: 14px;
}

.model-page .overlay {
    padding: 30px;
    display: block;
    margin-left: -480px;
    left: 50%;
}
    
input[type="text"],
input[type="password"] {
        width: 96%;
}

.model-page .highlight { 
    color: #666;
    font-weight: bold;
}

.model-page .txt-title {
    font-size: 25px;
}

.model-page #left {
    border-right: 1px solid #f2f2f2;
    padding-right: 25px;
    width: 35%;
}

.model-page #right {
    padding-left: 25px;
}

.model-page #model-text ul {
    margin: 12px 0;
    padding: 0 0 0 40px;
}

.model-page #model-text ul li {
    list-style: inherit;
    padding: 5px 0;
}

.model-page .current-item {
    height: 80px;
    width: 128px;
    overflow: hidden;
    margin-right: 10px;
}

.model-page .current-item-description {
    text-transform: uppercase;
}

.model-page #model-text ul li {
    line-height: 1.5em;
    list-style: outside none disc;
    padding: 5px 0;
}

#model-current-product-box .item-box {
    margin-bottom: 10px;
}

#download-form > div {
    margin: 5px 0;
    font-size: 0;
}

#download-form label {
    display: inline-block;
    width: 107px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
}

#download-form span {
    font-size: 14px;
}

#download-form input {
    width: 140px;
    padding: 10px;
    margin-right: 10px;
    font-size: 14px;
    text-align: left;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
}

#download-form .input-wrapper.invalid input {
    border: 1px solid var(--highlightColor1);
    color: var(--highlightColor1);
}

#download-form .input-wrapper .error-msg {
    display: none;
    font-size: 14px;
    padding: 5px 0;
    color: var(--highlightColor1);
}

#download-form .input-wrapper.invalid .error-msg {
    display: block;
}

#download-form input[type="radio"] {
	-webkit-appearance: auto;
	width: 15px;
    height: 15px;
    float: none;
}

#download-form .outer-select {
    width: 140px;
    box-sizing: border-box;
}

#download-form .outer-select::before {
    right: 3px;
}

#download-form .outer-select .inner-select {
    padding: 8px 5px;
}

#download-form .radio-box label {
    width: auto;
}

#download-form .button {
  width: 100%;
}

/*  
  Overlay Refinement Tool
*/

#overlay-refinement-tool {
    display: none;
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    max-width: none;
    padding: 20px;
    border-top: 1px solid #f0f0f0;
    overflow: hidden;
    z-index: 2;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    background: none repeat scroll 0 0 #fff;
}

#refinement-tool-container {
    overflow: auto;
    height: 100%;
}

#overlay-refinement-tool input {
    -webkit-appearance: auto;
}

#overlay-refinement-tool .title {
    text-align: left;
}

#overlay-refinement-tool .txt-title {
    font-size: 21px;
    text-transform: none;
}

#refinement-tool-box {
    width: 450px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    padding: 50px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-sizing: border-box;
}

#refinement-tool-drag-box {
    height: 50px;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    cursor: move;
    z-index: 1;
}

#refinement-tool-drag-box.drag {
    height: 150%;
    top: -50%;
    left: -350px;
    z-index: 1;
    width: 250%;
}

#refinement-tool-drag-box.drag:hover {
    background-color: transparent;
}

#refinement-tool-drag-box:hover {
    background-color: rgba(0,0,0,0.03);
}

#refinement-object-box {
    margin: 10px 0;
}

.refinement-object-color {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.refinement-object-type.selected {
    font-weight: 700;
    font-size: 14px;
}

.refinement-object-color + span {
    margin: 0 10px 0 0;
}

#toolbar-bottom-box  #refinement-tool-button {
    display: none;
    position: relative;
}

#refinement-tool-button .flyout-box {
    position: absolute;
    top: 0;
    right: 25px;
    width: 251px;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    z-index: -1;
}

#refinement-tool-button .flyout-box > span {
    display: block;
    padding: 10px 15px;
    background-color: var(--highlightColor1);
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 27px 0px 0 27px;
    white-space: nowrap;
    font-family: Helvetica, Arial, sans-serif;
}

#toolbar-bottom-box #refinement-tool-button.show {
    display: inline-block;
}

#toolbar-bottom-box #refinement-tool-button.initial {
    overflow: visible;
    animation: wiggle 2s linear infinite;
}

@keyframes wiggle {
  0%, 7% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-15deg);
  }
  20% {
    transform: rotateZ(10deg);
  }
  25% {
    transform: rotateZ(-10deg);
  }
  30% {
    transform: rotateZ(6deg);
  }
  35% {
    transform: rotateZ(-4deg);
  }
  40%, 100% {
    transform: rotateZ(0);
  }
}

/*  
  Overlay Refinement Tool Close Request
*/

#overlay-refinement-close-request {
    font-size: 14px;
}

#overlay-refinement-close-request .button-box {
    text-align: right;
    margin-top: 20px;
}

#overlay-refinement-close-request .button {
    padding: 5px 16px;
    font-size: 12px;
}
 
/*
 Media Queries
*/


@media (max-width: 1375px) {
    
    .menu-box a,
    .menu-box button {
        font-size: 14px;
        padding: 0 6px 0 6px;
    }
    
    #dyn-categories li a {
        font-size: 14px;
    }
    

}

@media (max-width: 1260px) {
    
    .menu-box a,
    .menu-box button {
        font-size: 13px;
    }
    
    #menu-box-right {
        margin: 0 5px 0 0;
    }
    

}

@media (max-width: 1023px) {
   
   .mobile-gui {
        display: inline-block !important;
    }
    
    #menu-box-left,
    #menu-box-right > li .btn-qr-code {
        display: none;
    }
    
    header {
        height: 50px;
    }
    
    #logo img {
        height: 50px;
    }
    
    .menu-box a::before,
    .menu-box button::before,
    .menu-box button > span {
        line-height: 50px;
    }
    
    #mobile-menu-btn {
        line-height: 50px;
        margin-left: 8px;
        padding: 0 7px 0 7px;
    }
    
    footer {
        left: 15px;
    }
    
    .overlay,
    #toolbar-box {
        top: 50px;
    }
    
    #zoom-and-pan-navigator {
        top: 60px;
        left: 60px;
    }
    
    .ar-preview-size,
    #overlay-ar-preview input {
        font-size: 16px;
    }
    

}   


@media (max-width: 996px) {

    .overlay,
    #overlay-myroom,
    #overlay-ar-preview {
        height: 100%;
        height: calc(100% - 50px);
        overflow-y: auto;
        overflow-x: hidden;
    }
       
    #overlay-search {
        top: 50px;
        height: calc(100% - 50px);
        overflow-y: auto;
        overflow-x: hidden;
        padding: 20px 24px;
        margin: 0;
        left: 0;
        width: 100%;
    }
    
    #overlay-search .content {
        padding: 0;
    }
    
    #search-results-list > ul {
        height: auto;
        max-height: none;
    }
    
    #favorites-box,
    #favorites {
        height: calc(100% - 50px);
    }
    
    #color-selector {
        height: auto;
    }
    

}


@media (max-width: 960px) {

    .overlay:not(#overlay-qr-code) .close {
        position: fixed;
        top: 60px;
        right: 20px;
        padding: 5px;
        font-size: 14px;
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 50%;
    }
    
    #overlay-qr-code .close {
        padding: 5px;
        font-size: 14px;
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 50%;
    }
     
    #favorites {
        max-height: none;
    }
     
    #dyn-favorite li .current-item {
        margin: 0 10px 10px 0;
    }
    
    #dyn-favorite li .no-item-info,
    #dyn-favorite li .current-item-info {
        width: auto;
        padding: 0;
    }
    
    #dyn-favorite li {
        margin: 0 0 15px 0;
        padding: 0px 0 10px 0;
        border-bottom: 1px solid #eaeaea;
    }
    
    #product-selection-wrapper {
        height: 100%;
    }
    
    #favorites .favorite-item-list {
        width: 100%;
    }
    
    #product-list-box {
        margin-left: -1px;
    }
    
    #product-list li a span.img-item img {
        width: 126px;
        height: 78px;
        border: 2px solid transparent;
    }
    
    #product-list li.selected a span.img-item {
        border: 1px solid var(--highlightColor1);
    }
    
    #product-list li.selected a span.img-item img {
        border: 1px solid transparent;
    }
    
    #dyn-scene-objects li .item-box {
        width: 100%;
    }
    
    .bottom-btn-box {
        position: absolute;
        right: 15px;
    }
        
    .txt-title {
        font-size: 23px;
    }
    
    .qr-info-text {
        font-size: 13px;
        line-height: 18px;
    }
    
    .model-page .overlay {
        margin-left: 0;
        left: 0;
    }
    
    .model-page .txt-title {
        font-size: 20px;
    }
    

}

@media (max-width: 680px) {
    
    #dyn-favorite li .item-box {
        width: 100%;
        margin: 0 0 15px 0;
    }
    
    .model-page .overlay {
        padding: 20px;
    }
    
     .model-page .current-item {
        margin: 0 0 10px 0;
    }
    
    .model-page .current-item-info {
        display: block;
    }


}

@media (max-width: 600px) {
    
    footer {
        z-index: 0;
    }
    
    .mobile-gui-600 {
        display: inline-block !important;
    }
    
    #ips-demo span {
        display: none;
    }
    
    #addon-objects-toolbar {
        position: absolute;
        top: 50px;
        right: 0;
    }
    
    #toolbar-bottom-box {
        width: auto;
    }
    
    .txt-title {
        font-size: 23px;
    }
    
    #dyn-product-list-size {
        height: 35px;
    }
    
    #dyn-product-list-size > span {
        line-height: 35px;
        font-size: 18px;
    }
    
    #btn-toggle-filter {
        width: 100%;
        box-sizing: border-box;
        margin: 20px 0 0 0;
    }
    
    #btn-toggle-filter span::before {
        position: absolute;
        right: 10px;
        font-size: 16px;
        font-family: "iconfont";
    }
    
    #filter-toggle-box {
        display: none;
    }
    
    #filter-box,
    #product-selection-wrapper,
    #gallery,
    #categories {
        width: 100%;
        float: none;
    }
    
    #color-selector {
        width: 100%;
        max-width: none;
        height: auto;
     }
    
    #filter-box {
        height: auto;
    }
    
    #installation-box {
        width: 100%;
    }
    
    #dyn-product-list-size {
        box-sizing: border-box;
    }
    
    #product-selection-wrapper,
    #product-list-box {
        height: auto;
    }
    
    #product-list .items,
    #laying-option-box {
        position: static;
    }
    
    #laying-option-box {
        margin: 10px 0 0 0;
    }
    
    #dyn-categories {
        font-size: 0;
    }
    
    #dyn-categories li {
        width: 50%;
        display: inline-block;
    }
    
    #gallery {
        height: auto;
    }
    
    #carousel ul {
        position: static;
    }

    #carousel ul li {
        width: calc(50% - 10px);
    }
    
    img.carousel,
    #carousel ul li.selected img.carousel {
        width: 100%;
        height: auto;
        margin: 0;
    }
    
    #pattern-element {
        float: left;
    }
    
    #favorites {
        padding: 0;
    }
    
    #dyn-scene-objects li .current-item img {
        width: auto;
    }
    
    #dyn-scene-objects li .item-box {
        height: auto;
    }
    
    #dyn-scene-objects li .current-item-info .button {
        position: static;
        margin: 20px 0 0 0;
    }
    
    .current-item-info .current-item-name {
        font-size: 17px;
    }
    
    .current-item-info .current-item-description {
        font-size: 12px;
    }
    
    .button {
        font-size: 11px;
        padding: 10px 12px;
    }
    
    .myroom-upload-btn {
        font-size: 13px;
    }
    
    #surface-button {
        top: unset;
        right:unset;
    }
    
    #rotation-box {
        right: 0;
        bottom: 25px;
        top: auto;
        width: 45px;
        height: 280px;
        border-radius: 25px 25px 0 0;
    }
    
    #dyn-rotation {
        display: block;
        padding: 25px 0 0 0;
    }
    
    #dyn-rotation ul {
        position: relative;
        bottom: 20px;
    }
    
    #dyn-rotation li {
        display: block;
        line-height: 32px;
        text-align: center;
    }
    
    #dyn-rotation li button {
        padding: 0;
    }
    
    .model-page #left {
        border-right: none;
        border-bottom: 1px solid #f2f2f2;
        padding: 0 0 20px 0;
        width: 100%;
    }
  
    .current-item-info .current-item-description {
        font-size: 12px;
    }
  
    .model-page #right {
        padding-left: 0;
        display: block;
        margin-top: 20px;
    }
    

}

@media (max-width: 520px) {
    
    .overlay,
    #overlay-qr-code {
        padding: 30px 15px 15px 15px;
    }
    
    #categories {
        margin-top: 15px;
    }
    
    #surface-anchors > span a,
    #surface-button,
    #rotation-button {
        font-size: 21px;
        line-height: 21px;
    }
    
    #rotation-box {
        width: 41px;
    }
    
    #color-selector {
        height: 100%
    }
    
    .txt-title {
        font-size: 17px;
    }
    
    .qr-info-text {
        font-size: 11px;
        line-height: 16px;
    }
    
    #dyn-scene-objects li .item-box {
        float: none;
        margin: 0 0 20px 0;
    }
    
    #dyn-favorite li .current-item-info,
    #dyn-scene-objects li .current-item-info {
        padding: 0 0 0 10px;
    }
    
    .current-item-data-table {
        margin: 15px 0 0 0;
    }
    

}

@media (max-width: 480px) {
    
    #logo img {
        height: 20px;
        vertical-align: unset;
    }
    
    .overlay:not(#overlay-qr-code) .close {
        right: 10px;
    }
    
    .overlay {
        right: 0;
        max-width: 321px;
    }
    
    #dyn-product-list-size {
        margin: 0 0 15px 0;
    }
    
    #btn-toggle-filter {
        margin: 15px 0 0 0;
    }
    
    #laying-option-box {
        margin: 5px 0 0 0;
    }
    
    #dyn-favorite li .current-item-info,
    #dyn-scene-objects li .current-item-info {
        width: 100%;
        margin: 15px 0 0 0;
        padding: 0;
        max-width: none;
    }
    
    #pattern-element {
        float: none;
    }
    
    #pattern-element ul {
       display: flex;
       overflow-y: hidden;
       overflow-x: auto;
       width: 268px;
    }
        
    #pattern-element ul li {
       flex: 1;
       margin: 0;
    }
    
    #pattern-element li button.selected,
    #pattern-element li button {
        margin: 0;
        font-size: 13px;
        line-height: 26px;
        padding: 0 0 0 10px;
    }
    
    #pattern-element li button.selected {
        color: var(--highlightColor1);
    }
    
    #pattern-element .current-product {
        display: none;
    }
    
    #product-list-box {
        margin-left: 0;
    }
    
    #product-list {
        width: 276px;
    }
    
    .sub-overlay-box {
        top: 0;
        width: 100%;
    }
    
    #carousel li a {
        height: 75px;
    }
    
    #qr-canvas {
        width: 100%;
    }
    
    #copy-scene-objects-box.filter-wrapper {
        width: calc(100% - 10px);
    }
    
    #reset-all {
        max-width: calc(100% - 10px);
    }
    
    .model-page .overlay {
        max-width: 100%;
    }
    
    #overlay-ar-preview .preview-container {
        height: calc(100% - 142px);
    }
    
    #overlay-ar-preview .input-wrapper {
        margin: 0 10px 10px 0;
    }
    
    #overlay-ar-preview .input-wrapper label {
        display: inline-block;
        width: 50px;
    }
    

}

@media (max-width: 360px) {
    
    .menu-box a,
    .menu-box button {
        font-size: 12px;
    }
    
    .menu-box button::before {
        font-size: 21px;
    }
    
    #toolbar-box #split-view {
        display: none;
    }
    
    #dyn-favorite li .current-item-info,
    #dyn-scene-objects li .current-item-info {
        width: 100%;
        margin: 10px 0 0 0;
        padding: 0;
    }
    

}
