@import url("/assets/libs/font-awesome/css/font-awesome.min.css");
html, body {
    height: 100%;
    overflow: hidden;
}

body {
    font-family: "akzidenz-grotesk-next-pro", Helvetica, Arial, sans-serif;
    color: #000;
    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: #000;
}

img { border: 0px; }

p {
    margin-top: 0px;
    padding-top: 0px;
    font-size: 12px;
    line-height: 1.5em;
    font-family: Arial,Helvetica,sans-serif;
}

ul {
    margin: 0;
    padding: 0;
    font-size: 0;
}

li {
    list-style: none;
}

input {
    -webkit-appearance: none;
    outline: none;
}

.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;
}

.button {
    font-size: 14px;
    padding: 15px 60px;
    cursor: pointer;
    display: inline-block;
    background-color: #000;
    color: #fff;
    box-sizing: border-box;
    font-weight: 500;
}

.button:hover {
    background-color: #00b6b3;
    color: #000;
}

.txt-title {
    font-size: 24px;
    font-weight: 500;
}

.check-selection li.selected:not(.myroom) a::after {
    position: absolute;
    display: inline-block;
    top: -1px;
    left: -1px;
    font-family: "iconfont";
    content: "\e94f";
    color: #00b6b3;
    font-size: 14px;
    text-shadow: 0px 0px 1px #fff;
}

.check-selection li.selected:not(.myroom) .selected-element {
    position: absolute;
    border: 10px solid #edecef;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.underline-selection li.selected::after {
    content: "";
    border-bottom: 3px solid #000;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
}

.underline-selection li:hover {
    opacity: 0.5;
}

.underline-selection li:hover::after {
    content: "";
    border-bottom: 3px solid #00b6b3;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
}

.inner-filter.selected::after {
    position: relative;
    top: 2px;
    left: 5px;
    font-family: "iconfont";
    content: "\e94f";
    color: #00b6b3;
    font-size: 16px;
}

.bottom-btn-box {
    float: right;
}

.error {
    color: red;
}

.alt-txt {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

/*
 BASIC STRUCTURE
*/

#content-box {
    position: absolute;
    width: 100%;
    height: 100%;
}

/*
 CONTENTBOX
*/

#image-box {
    width: 100%;
    height: 100%;
    position: absolute;
    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;
    /*object-fit: cover;*/
    object-position: center center;
}


#surface-anchors > span {
    position: absolute;
    display: block;
}

#surface-anchors > span a:hover {
    color: #000;
}

#surface-anchors > span a {
    display: block;
    color: #fff;
    font-size: 14px;
    background:url("../image/columns.png") no-repeat;
    background-size:cover;
    width: 45px;
    height: 45px;
}
#searchform{
    margin: 25px auto;
    width: 346px;
    height: 40px;
    background: #F6F6F6;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.302);

}
#searchform input{
    background: none;
    width: 220px;
    border: 1px solid #DCDCDC;
    text-indent: 8px;
}
#searchform button{
    width: 60px;
    height: 40px;
    background: #FFFFFF;
    opacity: 1;
    border: 1px solid #DCDCDC;
    font-size: 14px;
    font-weight: 400;
    color: #3D3D3D;
    text-align: center;
    line-height: 40px;
    padding: 0;
}

/*
    SplitPane
*/



#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;
    z-index: 1;
}

#split-pane-use-left,
#split-pane-use-right {
    position: absolute;
    width: 115px;
    height: 50px;
    top: 20%;
    cursor: pointer;
    background-color: #f7f7f7;
    z-index: 1;
}

#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: #00b6b3;
}

#split-pane-use-left .split-pane-active,
#split-pane-use-right .split-pane-active {
    position: absolute;
    top: 8px;
    font-size: 13px;
    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: 13px;
    font-weight: 500;
}

#split-pane-use-right .split-pane-active-txt {
    position: absolute;
    right: 10px;
    bottom: 8px;
    font-size: 13px;
    font-weight: 500;
}

#split-pane-use-left .split-pane-active-char {
    position: absolute;
    right: 4px;
    bottom: 0px;
    height: 50px;
    width: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 36px;
    font-weight: 500;
}

#split-pane-use-right .split-pane-active-char {
    position: absolute;
    left: 4px;
    bottom: 0px;
    height: 50px;
    width: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 36px;
    font-weight: 500;
}


#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: contain;
    object-position: center center;
    /*object-fit: cover;*/
}



/*
PopUp window e.g. imprint
*/

body.popup {
    padding: 10px;
    background-color: #fff;
}

body.popup .headline {
    font-weight: 500;
    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: 500;
    line-height: 1.8em;
    font-size: 1.3em;
}

body.popup li h4 {
    font-size: 1em;
}



.dd-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.dd-flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.dd-flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.dd-justify-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.dd-justify-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.dd-justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.dd-justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.dd-justify-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.dd-align-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.dd-align-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.dd-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.dd-align-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.dd-align-baseline {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.dd-nowrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.dd-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.dd-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#tool{
    width: 520px;
    height: 55px;
   background: #fff;
    border-radius: 0px 0px 0px 0px;
    position: absolute;
   left:0px;
    bottom: 35px;
}

#tool .rightbtn{ display: none;}
#tool.hidetool{
    left:-500px;
}
#tool.hidetool .rightbtn{
    display: block;
    width: 40px;
    height: 53px;
    background: url("../image/rbtn1.png") right center #fff no-repeat;
    background-size: 16px;
}

#tool dl{ display: block; width: 25%; text-align: center; position: relative;}
#tool dl dt i{ margin-right: 10px; font-size: 16px; vertical-align: bottom;}
#tool dl dd{
    position: absolute;
}
#tool dl dd img{ display: block;}
#choose{
    position: absolute;
    right: 0;
    top: 0;
    width: 390px;
    background: #fff;
    overflow-x: auto;
}
#choose.cur{ height: 100%;}
#choose .header{
    position: relative;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 500;
    color: #3D3D3D;
    padding: 0 30px;
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.302);
    cursor: pointer;
}
#choose .header i{ position: absolute; right: 30px; top: 19px; font-size: 22px;}
#choose div{ }
#choose #scencate{ overflow-x: auto}
#choose #scencate dl{
    padding: 15px;
    width: 330px;
    height: 240px;
    margin: 10px auto;cursor: pointer;
}
#choose #scencate dl.cur,#choose #scencate dl:hover{
    background: #DCDCDC;
}
#choose #scencate dl dt{
    width: 330px;
    height: 160px;
}
#choose #scencate dl dt img{ width: 100%;height: 100%; object-fit: contain; margin: 0 auto; display: block}
#choose #scencate dl dd{
    margin-inline-start: 0px;}
#choose #scencate dl dd h1{
    font-size: 16px;
    font-weight: 400;
    color: #3D3D3D;
}
#choose #scencate dl dd p{
    width: 322px;
    font-size: 14px;
    font-weight: 300;
    color: #3D3D3D;
}
#scenelist{
    position: absolute;
    right: 390px;
    overflow-y: scroll;
    top: 0;
    padding: 18px;
    width: 249px;
    height: 100%;
    background: #FFFFFF;
    box-shadow: -4px 0px 30px 0px rgba(0,0,0,0.302);
}
#scenelist h2{
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #3D3D3D;
    margin: 0;
}
#scenelist h2 i{
    position: absolute;
    top: 0;
    right: 0px;
    font-weight: normal;
    font-size: 20px;
}
#scenelist a.choosefile{
    margin-top: 30px;
    margin-bottom: 20px;
    display: block;
    width: 248px;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    text-indent: 84px;
    background: url("../image/plus.png") 24px center no-repeat #3D3D3D;
}

#scenelist .listimg{
    width: 228px;
    height: 128px;
    padding: 10px;
    margin: 10px auto;
    background: #f5f5f5;
}
#scenelist .listimg.cur,#scenelist .listimg:hover{
    background: #DCDCDC;
}
#scenelist .listimg img{ width: 100%;height: 100%; object-fit: contain;
    display: block;}

#product{
    padding: 15px 8px;
    overflow-x: auto;
}
#product dl{ width: 110px; height: 100px; margin: 5px 4px; display: inline-block; vertical-align: middle;}
#product dl dt{ width: 110px; height: 62px;}
#product dl dt img{ width: 100%; height: 100%; object-fit: contain; display: block;}
#product dl dd{
    height: 38px;
    font-size: 14px;
    font-weight: 400;
    color: #3D3D3D;
    margin-inline-start: 0;
    word-break: break-all;
}

#colorlist{
    padding: 14px;
    position: absolute;
    overflow-y: auto;
    right: 390px;
    top: 0;
    width: 272px;
    height: 100%;
    background: #FFFFFF;
    box-shadow: -4px 0px 30px 0px rgba(0,0,0,0.302);
    padding-bottom: 20px;
}
#colorlist h2{
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #3D3D3D;
    margin: 0;
}
#colorlist h2 i{
    position: absolute;
    top: 0;
    right: 0;
    font-weight: normal;
    font-size: 20px;
}
#colorlist h3{
    font-size: 16px;
    font-weight: 300;
    color: #3D3D3D;
}
#colorlist dl{ width: 70px; margin: 5px 5px 0 0; display: inline-block;
    padding: 5px;}
#colorlist dl.cur,#colorlist dl:hover{
    background: #DCDCDC;
}
#colorlist dl dt{ width: 70px; height: 40px;}
#colorlist dl dt img{ display: block; width: 100%; height: 100%; object-fit: contain;}
#colorlist dl dd{
margin-inline-start: 0;
    font-size: 12px;
    font-weight: 400;
    color: #3D3D3D;
    line-height: 18px;
}
#installtype{  padding: 15px 18px;}
#installtype dl{ width: 168px; height: 168px; margin: 5px 4px; display: inline-block; vertical-align: middle;}
#installtype dl.cur,#installtype dl:hover{  background: #DCDCDC;}
#installtype dl dt{  width: 168px; height: 128px;
    overflow: hidden;}
#installtype dl dt img{ width: 128px; height: 128px;  display: block; margin: 0 auto}
#installtype dl dd{
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    font-weight: 400;
    color: #3D3D3D;
    margin-inline-start: 0;
    word-break: break-all;
}

dl.share{ position: relative}

dl.share dd{ position: absolute; top: -96px;right: 0;
    text-align: center;
    width: 160px;
    height: 70px;
    background: #FFFFFF;
}
dl.share dd::after{
    content: " ";
    background: url("../image/sj.png");
    display: block;
    position: absolute;
    bottom: -12px;
    left:100px;
    width: 13px;
    height: 12px;
}
dl.share dd a{ display: inline-block; padding: 23px 28px; }
dl.share dd a img{ display: block;}

#loading{ background: rgba(0,0,0,.5); position: fixed; width: 100%; height: 100%; top: 0;left: 0; z-index: 99999999}
#loading img{ display: block; position: absolute; left: 50%;top: 50%;
    margin-left: -30px;
    margin-top: -12px;}

#proinfo{
    /*display: none;*/
    padding:0 50px;
    min-width: 800px;
    max-width: 1184px;
    height: 100%;
    background: #FFFFFF;
    position: fixed;
    top: 0; left: 0;
}
#proinfo .fa-times{ position: absolute; right: 20px;top: 10px; font-size: 20px;}
#proinfo .top{}
#proinfo .top h1{
    margin-top: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #9E9E9E;
    line-height: 26px;
}
#proinfo .top p{
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    color: #9E9E9E;
    line-height: 20px;
}

#proinfo .details{}
#proinfo .details h2{
    font-size: 16px;
    font-weight: 500;
    color: #9E9E9E;
    line-height: 23px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D8D8D8;
}
#proinfo .details dl{
    padding-bottom: 20px;
    border-bottom: 1px solid #D8D8D8;
}
#proinfo .details dl dt{width: 130px;
    height: 73px;}
#proinfo .details dl dt img{ width: 100%}
#proinfo .details dl dd{
flex: 1;
    font-weight: 500;
    color: #3D3D3D;
}
#proinfo .details dl dd h3{ line-height: 24px; margin: 0;font-size: 14px;
    color: #3D3D3D;}
#proinfo .details dl dd h4{line-height: 24px; margin: 0;font-size: 14px;
    color: #3D3D3D;}
#proinfo .details dl dd h5{line-height: 24px; margin: 0;font-size: 14px;
    color: #3D3D3D;}
#proinfo .details dl dd h5 a{ float: right;
    color: #3D3D3D;}
.myscene{ position: relative;}
.myscene a{ position: absolute; right: 0px; top: 0px; display: block; width: 18px; height:18px; font-size: 20px; }
/*
 Media Queries
*/


@media (max-width: 1375px) {

    #dyn-categories li a {
        font-size: 14px;
    }
}

@media (max-width: 1260px) {

    #menu-box-right {
        margin: 0 5px 0 0;
    }
}

@media (max-width: 1023px) {

    .mobile-gui {
        display: inline-block !important;
    }

    .hide-on-mobile {
        display: none !important;
    }

    #header-box {
        height: 50px;
    }

    #logo {
        top: 10px;
    }

    .menu-box a {
        line-height: 50px;
    }

    .menu-box .btn-gallery {
        font-size: 18px;
    }

    #mobile-menu-btn {
        width: 50px;
        text-align: center;
        border-right: 1px solid #ebebeb;
    }

    .overlay {
        top: 50px;
    }

    #zoom-and-pan-navigator {
        top: 60px;
        left: 60px;
    }

    #surface-anchors > span a {
        /*padding: 10px;*/
    }

    #surface-anchors > span a > span {
        display: none;
    }

    #surface-anchors > span a::after {
        left: auto;
        top: auto;
    }
}


@media (max-width: 996px) {

    .overlay {
        height: 100%;
        height: calc(100% - 50px);
    }

    #overlay-products {
        overflow-y: auto;
        overflow-x: hidden;
    }

    #favorites-box,
    #object-selection {
        height: 100%;
    }

    #favorites {
        height: calc(100% - 150px);
    }

    #scene-objects {
        height: calc(100% - 80px);
    }

    #filter-box-bottom {
        margin-top: 20px;
    }

    #color-selector {
        height: auto;
    }
}


@media (max-width: 800px) {

    .overlay .close {
        position: fixed;
        top: 70px;
        right: 20px;
        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 .current-item-info {
        width: auto;
        padding: 0;
    }

    #dyn-favorite .installation-box li {
        margin: 0 0 15px 0;
        padding: 0 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 {
        width: 126px;
        height: 78px;
    }

    .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 #00b6b3;
    }

    .product-list li.selected a span.img-item img {
        border: 1px solid transparent;
    }

    .product-list .img-description {
        height: auto;
    }

    #dyn-scene-objects li .item-box {
        width: 100%;
    }

    .bottom-btn-box {
        position: absolute;
        right: 15px;
    }

    .txt-title {
        font-size: 23px;
    }
}

@media (max-width: 680px) {

    #dyn-favorite li .item-box {
        width: 100%;
        margin: 0 0 15px 0;
    }
}

@media (max-width: 600px) {

    .mobile-gui-600 {
        display: inline-block !important;
    }

    .txt-title {
        font-size: 23px;
    }

    #overlay-products.search-view #btn-toggle-filter {
        display: none;
    }

    #btn-toggle-filter {
        display: inline-block;
        width: 100%;
        box-sizing: border-box;
        margin: 20px 0 0 0;
        padding: 15px;
        font-size: 16px;
    }

    #btn-toggle-filter.open span::before {
        transform: rotate(180deg);
    }

    #btn-toggle-filter span::before {
        float: right;
        font-size: 20px;
        transition: all 0.2s ease;
    }

    #filter-toggle-box {
        display: none;
    }

    #reset-all-filters {
        padding-top: 15px;
        display: inline-block;
    }

    #filter-box,
    #product-selection-wrapper,
    #gallery,
    #categories {
        width: 100%;
        float: none;
        height: auto;
    }

    #color-selector {
        width: 100%;
        max-width: none;
        height: auto;
    }

    #filter-box {
        min-height: auto;
    }

    #filter-box-bottom {
        margin-bottom: 20px;
        transform: unset;
        top: auto;
    }

    #dyn-rotation li {
        padding: 20px 0;
    }

    #product-selection-wrapper,
    #product-list-box {
        height: auto;
    }

    #product-list-box {
        padding-left: 5px;
    }

    .product-list .items {
        position: static;
    }

    #dyn-categories {
        font-size: 0;
    }

    #gallery {
        height: auto;
    }

    #carousel ul {
        position: static;
    }

    img.carousel,
    #carousel ul li.selected img.carousel {
        width: 100%;
        height: auto;
        margin: 0;
    }

    #favorites {
        padding: 0;
        padding-top: 25px;
    }

    #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;
    }

    .myroom-upload-btn {
        font-size: 13px;
    }
}

@media (max-width: 520px) {

    #surface-anchors > span a,
    #rotation-button {
        font-size: 14px;
        line-height: 14px;
    }

    #color-selector {
        height: 100%
    }

    .txt-title {
        font-size: 17px;
    }

    #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) {

    .overlay .close {
        right: 10px;
    }

    .overlay {
        right: 0;
        max-width: 321px;
        height: auto;
    }

    #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;
    }

    #dyn-favorite .content-favorite,
    #dyn-scene-objects .current-item {
        grid-template-columns: 1fr;
        grid-column-gap: unset;
        grid-row-gap: 10px;
    }

    #favorites {
        height: calc(100% - 135px);
    }

    #favorites .scene-img {
        grid-row: 1;
    }

    #scene-objects {
        height: calc(100vh - 200px);
    }

    #dyn-scene-objects .current-item > div:nth-child(2) {
        grid-row: 2;
    }

    #dyn-favorite .content-favorite .scene-img img {
        width: 100%;
        height: 100%;
    }

    #dyn-favorite .installation-box,
    #dyn-favorite .btn-show {
        grid-column: 1;
    }

    .bottom-btn-box {
        text-align: center;
        position: relative;
        right: auto;
        float: none;
        padding-top: 10px;
    }

    #overlay-products .title {
        margin-bottom: 20px;
    }

    .rotation-wrapper {
        padding-left: 15px;
    }

    #search-box {
        float: none;
        margin-right: auto;
        width: 100%;
    }

    #overlay-favorite .bottom-btn-box span {
        display: block;
        margin-bottom: 10px;
    }

    #dyn-category li {
        width: 100%;
        margin: 10px 0;
    }

    #product-list-box {
        margin-left: 0;
    }

    .product-list {
        width: 276px;
    }

    .product-list li {
        margin-right: 10px;
    }

    .sub-overlay-box {
        top: 0;
        width: 100%;
    }
}

@media (max-width: 360px) {

    #toolbar-box a#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;
    }
}
