@CHARSET "ISO-8859-1";

/*
 GENERAL
*/






html, body {
    height: 100%;
}

body {
    font-family: Myriad Pro,Arial,Helvetica,sans-serif;
    color: #333;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-align: left;
    background-color: #91a0ac;
}

a {
    outline: none;
    cursor: pointer;
    font-size: 12px;
    text-decoration: none;
    color: #333;
}

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;
}

.real-item-name, .sorting-number {
    display: none;
}

input, select {
    font-family: Myriad Pro,Arial,Helvetica,sans-serif;
    font-size: 12px;
    width: 98%;
}

#mobile-menu {
    display: none;
}

.table {
    display: table;
    width: 100%;
}

.table-cell {
    display: table-cell;
    vertical-align: top;
}

.outer-select {
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 246px;
}

.outer-select .inner-select {
    background: #fff none repeat scroll 0 0;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0 50px 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.outer-select .inner-select::after {
    background-image: url("images/lang_arrow.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40% auto;
    border: 1px solid #eff2f3;
    border-radius: 50%;
    content: "";
    height: 30px;
    position: absolute;
    right: 10px;
    top: 4px;
    width: 30px;
}

.outer-select select {
    cursor: pointer;
    font-family: Myriad Pro,Arial,Helvetica,sans-serif;
    font-size: 16px;
    height: 40px;
    left: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 98%;
}

.outer-select select option {
    padding: 0 20px;
}

.outer-select select[disabled] {
    cursor: default;
}

.bottom-btn-box {
    text-align: right;
}

.bottom-btn-box > span {
    display: inline-block;
    margin: 0 10px 0 0;
}

.button {
    background: #fff none repeat scroll 0 0;
    border: 3px solid #91a0ac;
    border-radius: 25px;
    color: #23415a;
    display: block;
    font-size: 16px;
    padding: 5px 20px;
    text-align: center;
}

#remove-all-favorites,
#add-to-sample-list-button,
#reset-all-colors {
    padding-right: 50px;
    position: relative;
}

#remove-all-favorites::after,
#add-to-sample-list-button::after,
#reset-all-colors::after {
    content: "";
    height: 22px;
    position: absolute;
    right: 18px;
    width: 22px;
}

#reset-all-colors::after,
#remove-all-favorites::after {
    background: url("images/fav_close.png") no-repeat center;
}

#add-to-sample-list-button::after {
    background: url("images/fav_sample.png") no-repeat center;
}

#french-declaimer {
    bottom: 10px;
    display: block;
    font-size: 10px;
    left: 15px;
    position: absolute;
    width: 50%;
    color: #fff;
    text-shadow: 1px 1px #000;
}

div .framePanel.selected {
    border-color: #006cb7;
}

/*
 BASIC STRUCTURE
*/

#content-box {
    position: absolute;
    width: 100%;
    height: 100%;
}

#header-box {
    background-color: #fff;
    border-bottom: 1px solid #dee3e6;
    height: 65px;
    position: absolute;
    z-index: 1;
}

#header-box .table-cell:first-child {
    text-align: center;
    vertical-align: middle;
    width: 150px;
}

#header-box .table-cell:last-child {
    text-align: right;
    vertical-align: bottom;
}

#menue li {
    display: inline-block;
    line-height: 40px;
    margin-left: -5px;
    padding: 12px 0;
}

#menue li a:hover {
    color: #006cb7;
}

#menue li a {
    border-right: 3px solid #eff2f3;
    color: #333;
    display: block;
    font-size: 15px;
    padding: 0 15px;
    text-transform: uppercase;
}

#menue li.selected {
    background: #66a7d4 none repeat scroll 0 0;
}

#menue li.selected a {
    border-right-color: #66a7d4;
    color: #fff;
}

#menue li#language a {
    border-right: medium none;
}

#menue li#language a.current-language {
    color: #91a0ac;
    margin-right: 20px;
    padding-right: 55px;
    padding-left: 45px;
    position: relative;
}

#menue li#language a.current-language::before {
    background-image: url("images/icon_world.png");
    content: "";
    height: 20px;
    position: absolute;
    left: 15px;
    top: 10px;
    width: 20px;
}

#menue li#language a.current-language::after {
    background-image: url("images/lang_arrow.png");
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #ccc;
    border-radius: 50%;
    content: "";
    height: 35px;
    position: absolute;
    right: 0;
    top: 2px;
    width: 35px;
}

#tab-myroom::before,
#menue-box li.selected #tab-myroom::before {
    background: url('images/camera.png') no-repeat center 1px;
    position: relative;
    right: 5px;
    top: 6px;
    width: 35px;
    height: 25px;
    background-size: 27px;
    display: inline-block;
    content: "";
}

#menue-box li.selected #tab-myroom::before {
    background-image: url('images/camera-selected.png');
}

#language #other-language {
    background-color: #fff;
    display: none;
    position: absolute;
    right: 0;
    top: 66px;
    width: 190px;
}

#language #other-language ul {
    height: 200px;
    overflow: auto;
}

#language #other-language li {
    border-right: medium none;
    display: block;
    line-height: initial;
    margin: 0;
    padding: 3px 5px;
}

#language #other-language li a {
    color: #91a0ac;
    text-transform: uppercase;
    border: none;
}

#toolbar-box {
    bottom: 0;
    position: absolute;
    right: 0;
    top: 66px;
}

#toolbar-box .table {
    height: 100%;
}

#toolbar-box .table-cell {
    vertical-align: middle;
}

#toolbar-box li {
    margin-bottom: 1px;
    position: relative;
}

#toolbar-box a {
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 50px;
    position: relative;
    width: 50px;
}

#toolbar-bottom-box {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

#myroom {
    background-image: url("images/camera-toolbar.png");
}

#pdf {
    background-image: url("images/icon_pdf.png");
}

#add {
    background-image: url("images/icon_add.png");
}

#zoom {
    background-image: url("images/icon_zoom.png");
}

#share {
    background-image: url("images/icon_share.png");
}

#cad {
    background-image: url("images/icon_cad.png");
}

#print {
    background-image: url("images/icon_print.png");
}

#fullscreen {
    background-image: url("images/icon_fullscreen.png");
}

#show-calculator {
    background-image: url("images/icon_calculator.png");
}

#btn-split-view {
    background-image: url("images/icon_splitview.png"); 
}

#toolbar-box .project-code {
    text-align: center;
    text-transform: uppercase;
    line-height: 45px;
    color: #91a0ac;
    font-size: 16px;
    font-weight: bold;
}

#list-social-media {
    display: none;
    position: absolute;
    right: 51px;
    top: 0;
    width: 153px;
}

#list-social-media > li {
    float: left;
    margin-left: 1px;
}

#twitter {
    background-image: url("images/icon_twitter.png");
}

#facebook {
    background-image: url("images/icon_facebook.png");
}

#email {
    background-image: url("images/icon_email.png");
}

/*
 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;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

#surface-anchors>span {
    position: absolute;
    display: block;
    z-index: 1;
}

#surface-anchors>span a:hover {
    color: #006cb7;
    border-color: #006cb7;
}

#surface-anchors>span a {
    background: #fff none repeat scroll 0 0;
    border: 4px solid #91a0ac;
    border-radius: 20px;
    color: #91a0ac;
    display: block;
    font-size: 20px;
    padding: 2px 20px;
    text-transform: uppercase;
}

#wait-box {
    background-color: #000000;
    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: #FFFFFF;
}

#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 {
    position: absolute;
    right: 50px;
    bottom: 124px;
    width: 240px;
    height: 90px;
    
    border: 2px solid #FFFFFF;
    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 {
    bottom: 50px;
    position: absolute;
    right: 40px;
}



.overlay {
    background: rgba(250, 250, 250, 0.9) none repeat scroll 0 0;
    display: none;
    left: 10px;
    padding: 20px;
    position: absolute;
    top: 76px;
    width: 964px;
    font-size: 14px;
    color: #23415a;
    

    z-index: 1;
}

.title, .sub-title {
    display: block;
    margin-bottom: 10px;
    position: relative;
}

.title {
    margin-bottom: 20px;
    text-align: center;
}

.title span.txt-title,
.txt-subtitle {
    color: #23415a;
    font-size: 16px;
}

.title span.txt-title {
    font-size: 20px;
    text-transform: uppercase;
}

.btn-close {
    display: block;
    right: 0;
    text-align: right;
}

.content-overlay {
    height: 100%;
    position: relative;

}



#product-list,
#carousel,
#color-selector {
    height: 323px;
    overflow-x: hidden;
    position: relative;
    background-color: #fff;
}

.ie11 #carousel ul {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

.ie11 #carousel li {

}


#product-list .items,
#carousel .items,
#color-selector .items {


    position: absolute;
    z-index: 1;
}

.ie11 #product-list .items {
    display:flex;
    flex-flow: wrap;
}

#product-list li,
#carousel ul li {
    justify-self: center;
}

#carousel ul li {
    position: relative;
}

#product-list li a span.img-item.selected,
#carousel li a span.selected {
    border: 4px solid #006cb7;
}



.btn-filter,
.btn-close-filter {
    display: none;
}

#overlay-products.overlay {
    background: rgba(245, 245, 245, 0.9) none repeat scroll 0 0;
    padding: 0 0 20px 0;
    width: 1004px;
}

#overlay-products .content-overlay {
    display: grid;
    grid-template-rows: 45px 385px;
    grid-template-columns: 300px 615px 1fr;
    grid-row-gap: 10px;
    grid-column-gap: 45px;
}

.ie11 #overlay-products .content-overlay {
    display: -ms-grid;
    -ms-grid-columns: 300px 615px 1fr;
    -ms-grid-rows: 45px 385px;
}

#overlay-products .btn-close {
    position: absolute;
    right: 10px;
    top: 13px;
    z-index: 2;
}

#overlay-products .overlay-filters {
    grid-row: 1/3;
    grid-column: 1/2;
}

.ie11 #overlay-products .overlay-filters {
    -ms-grid-row: 1;
    -ms-grid-row-span:3;
    -ms-grid-column: 1;
}

#overlay-products .content-filter {
    display: grid;
    grid-template-rows: 45px 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
    grid-row: 1/4;
    grid-column: 1/2;
}

.ie11 #overlay-products .content-filter {
    display: -ms-grid;
    -ms-grid-rows: 45px 1fr;
    -ms-grid-columns: 1fr;
}

#overlay-products .overlay-bar {
    background: #fff none repeat scroll 0 0;
    display: grid;
    grid-template-columns: 1fr 230px;
    height: 100%;
    grid-row: 1/2;
    z-index: 1;
    position: absolute;
    width: 100%;
}

.ie11 #overlay-products .overlay-bar {
    display: -ms-grid;
    -ms-grid-columns: 1fr 230px;
    -ms-grid-rows: 45px;
    -ms-grid-row: 1;
    height: auto;
}

#intensity-box {
    flex: 0 1 725px;
    align-self: center;
    padding: 0 20px;
}

#intensity ul li {
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
    padding: 7px;
    width: 20px;
    height: 20px;
}

#intensity ul li a {
    background: #f00 none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 20px;
    width: 20px;
    background-size: 20px 20px;
}

#intensity ul li.selected {
    border: 2px solid #006cb7;
    padding: 5px;
}

#intensity ul li.disabled {
    display: none;
}


.ie11 .overlay-bar #intensity-box {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
}

#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 0 transparent;
   background-size: 100% auto;
}

#dyn-intensity li a#color-item-COLG2 {
    background: url("images/flt_icon_nature_colors.png") no-repeat scroll 0 transparent;
    background-size: 100% auto;
}

#dyn-intensity li a#color-item-COLG3 {
    background-color: #fff;
    border: 0.06667rem solid #91a0ac;
}

#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 0 transparent;
    background-size: 100% auto;
}

#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 0 transparent;
    background-size: 100% auto;
}

#search-box {
    align-self: center;
    display: flex;
}

.ie11 .overlay-bar #search-box {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
}

#search {
    position: relative;
}

#search input.frm-text {
    background: #eff2f3 none repeat scroll 0 0;
    border: medium none;
    border-radius: 20px;
    color: #265785;
    height: 30px;
    padding: 0 45px 0 15px;
    width: 140px;
}

#search a#search-item {
    background: transparent url("images/btn_search.png") no-repeat scroll center center;
    display: block;
    height: 17px;
    position: absolute;
    right: 15px;
    top: 6px;
    width: 17px;
}

.ie11 #search-item {
    margin-top: 5px;
}

.ie11 #search-box #search {
    padding-top: 5px;
}

#no-items-found-box {
    color: #f00;
    display: none;
    position: absolute;
    top: 35px;
    right: 45px;
    font-size: 12px;
}

#filter-box {
    justify-self: center;
    grid-row: 2/3;
}

#filter-box .filter {
    margin-bottom: 10px;
    width: 250px;
}

.ie11 #filter-box {
    -ms-grid-row: 2;
    padding-left: 13px;
    margin-top: 10px;
}

.ie11 #filter-box .filter {
    width: 100%;
}

.ie11 #filter-box .outer-select {
    max-width: 300px;
}

.product-selection-box {
    grid-column: 1/3;
    grid-row: 1/2;
}

#installation-box,
#pattern-designer-box {
    margin: 10px 0;
    position: relative;
}

#installation-box li,
#pattern-designer-box li {
    float: left;
    margin-right: 2px;
}

#installation-box li a,
#pattern-designer-box li a {
    display: block;
    margin: 4px;
}

#installation-box li span.img-item,
#pattern-designer-box li span.img-item {
    display: block;
    height: 55px;
    overflow: hidden;
    width: 55px;
    position: relative;
}

#installation-box li img, #pattern-designer-box li img {
    height: 66px;
    left: -10px;
    position: absolute;
    top: -5px;
}

#installation-box li.selected,
#pattern-designer-box li.selected {
    border: 2px solid #006cb7;
}

#installation-box li.selected a,
#pattern-designer-box li.selected a {
    margin: 2px;
}

#show-more-patterns,
#show-more-design {
    color: #23415a;
    display: block;
    font-size: 14px;
    left: 205px;
    position: absolute;
}

#show-more-patterns::after,
#show-more-design::after {
    background: rgba(0, 0, 0, 0) url("images/arrow_showMore.png") repeat scroll 0 0;
    content: "";
    height: 12px;
    position: absolute;
    right: -15px;
    top: 4px;
    width: 12px;
}

.product-area {
    display: grid;
    grid-template-rows: 380px 1fr;
    grid-template-columns: auto 200px;
    grid-row: 2/4;
    grid-column: 2/3;
}

.ie11 .product-area {
    -ms-grid-columns: auto 200px;
    -ms-grid-rows: 380px 1fr;
    -ms-grid-row: 2;
    -ms-grid-row-span: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;    
    margin-left: 45px;
    margin-right: 45px;
    margin-top: 10px;
}

#pattern-element ul {
    border-bottom: 2px solid #91a0ac;
    height: 26px;
}

#pattern-element li {
    float: left;
    margin-left: -1px;
    position: relative;
}

#pattern-element li:first-child {
    margin-left: 8px;
}

#pattern-element li a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #91a0ac;
    color: #91a0ac;
    display: block;
    font-size: 14px;
    margin-top: 5px;
    padding: 1px 10px;
}

#pattern-element li a.selected {
    border-bottom-color: #fff;
    border-width: 2px;
    font-weight: bold;
    margin-top: 0;
    padding: 3px 10px;
}

.ie11 #pattern-element li a {
    display: inline-block;
}

.ie11 #pattern-element li a.selected {
    border-bottom-width: 1px;
}

#pattern-element .currentProduct {
    border: 1px solid #ccc;
    display: block;
    float: right;
    height: 12px;
    margin-left: 5px;
    margin-top: 2px;
    overflow: hidden;
    width: 12px;
}

#pattern-element li.product1 .patternInfoIcon {
    background: rgba(0, 0, 0, 0) url("images/icon_itemInfo.png") repeat scroll 0 0;
    height: 26px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 27px;
    z-index: 1;
    cursor: pointer;
}

#product-list-box {
    clear: left;
}

#product-list .items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    width: 100%;
}

#product-list li a span.img-item {
    display: block;
    border: 4px solid transparent;
    position: relative;
}

#product-list li a span.img-item .item-description {
    display: none;
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    bottom: 0;
    padding: 2px 5px;
    position: absolute;
    text-align: center;
    width: 100px;
}

#product-list li a span.img-item img {
    height: 95px;
    width: 110px;
    object-fit: cover;
}

#product-list li a:hover span.img-item .item-description {
    display: block;
}

#product-list li#btn-show-more {
    height: 95px;
    width: 110px;
    border: 4px solid transparent;
}

#product-list li#btn-show-more .table-cell {
    background-color: #eff2f3;
    text-align: center;
    vertical-align: middle;
}

#product-list li a span.show-more {
    display: block;
    text-decoration: underline;
}

#current-box {
    grid-column: 1/2;
    display: flex;
    flex-wrap: wrap;
}

#current-box .sub-title {
    flex: 0 0 100%;
}

#current-product-image-box {
    padding: 0 10px 0 0;
    flex: 0 1 85px;
}

#current-product-image img {
    height: 85px;
    width: 85px;
    object-fit: contain;
}

#current-product-variations {
     flex: 0 1 250px;
}

#current-item-description {
    color: #23415a;
    font-size: 13px;
    height: 50px;
    margin-bottom: 2px;
    overflow: hidden;
    width: 250px;
    


}

#customisation-box .outer-select .inner-select {
    border: 3px solid #91a0ac;
    border-radius: 25px;
    height: 27px;
    line-height: 27px;
    padding: 0 20px;
    text-align: center;
}

#customisation-box .outer-select select {
    height: 33px;
    text-align: center;
    width: 100%;
}

#customisation-box .outer-select .inner-select.disabled {
    color: #ccc;
}

#customisation-box .outer-select .inner-select::after {

    border: medium none;
}

#variations {
    display: none;
}

#external-link-box {
    display: flex;
    text-align: right;
    grid-column: 2/3;
    justify-self: end;
    text-align: center;
}

#external-link-box img {
    margin: 5px 0 0 0;
    width: 100px;
}

#dyn-rotation {
    display: inline-block;
    padding: 6px 25px 0px 5px;
}

#rotation-button {
    position: relative;
    display: inline-block;
    font-size: 25px;
    line-height: 25px;
    padding: 22px;
    color: #fff;
    border-radius: 50%;
    z-index: 1;
    background: #006cb7 url("images/rotate.png") no-repeat center;
    background-size: 25px;
}

#rotation-box {
    display: none;
    position: absolute;
    background-color: #fff;
    right: 25px;
    width: 185px;
    height: 45px;
    border-radius: 25px 0 0 25px;
}

#rotation-box li {
    display: inline-block;
    margin-left: 2px;
}

#rotation-box li a {
    border-radius: 50%;
    color: #23415a;
    display: block;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    padding: 2px;
    text-align: center;
    width: 28px;
}

#rotation-box li a.selected {
    border: 1px solid #91a0ac;
    height: 26px;
    line-height: 26px;
    width: 26px;
}




#overlay-gallery.overlay {
    padding: 0;
    width: 1004px;
}

#overlay-gallery .btn-close {
    position: absolute;
    right: 10px;
    top: 13px;
    z-index: 2;
}

#gallery-box.content-overlay {
    display: grid;
    grid-template-rows: 45px 1fr;
    grid-template-columns: 280px 635px 1fr;
    grid-row-gap: 10px;
    grid-column-gap: 45px;
    padding-bottom: 30px;
}

.ie11 #overlay-gallery.overlay {
    padding: 20px;
}

.ie11 .content-overlay#gallery-box {
    padding-bottom: 0px;
}

.ie11 #overlay-gallery .btn-close {
    position: static;    
}

#categories {
    grid-row: 2/3;
    justify-self: center;
}

.ie11 #categories {
    float: left;
    margin-right: 30px;
}

#categories a {
    color: #23415a;
}

#categories ul.sub1 li a {
    border-radius: 20px;
    display: block;
    font-size: 16px;
    padding: 10px 23px;
    width: 188px;
}

#categories ul.sub1 li a.selected {
    background: #fff url("images/arrow-right.png") no-repeat scroll 205px center;
    border: 3px solid #91a0ac;
    padding: 7px 20px;
}

#categories ul.sub1 li.selected ul.sub2 {
    border-bottom: 3px solid #91a0ac;
}

#categories ul.sub2 {
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 0;
    width: 214px;
}

#categories ul.sub2 li a {
    border-radius: 0;
    padding: 0 0 0 26px;
    width: auto;
}

#categories ul.sub2 li a.selected {
    background-color: transparent;
    background-position: 198px center;
    border: medium none;
    font-weight: bold;
    padding: 0 26px;
}

#gallery {
    grid-row: 2/3;
}

#carousel {
    height: 385px;
}

#carousel .items {
    width: 100%;
}

#carousel ul {
    display: grid;
    grid-template-columns: repeat(3,1fr);
}

#carousel li a {
    display: block;
}

#carousel li a span {
    display: block;
    position: relative;
    border: 4px solid transparent;
}

img.carousel {
    cursor: pointer;
    height: 120px;
    width: 196px;
    object-fit: cover;
}



#overlay-favorite .content-overlay {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 25px 1fr 35px;
}

#favorites {
    position: relative;
    height: 316px;
    margin-bottom: 30px;
    overflow: auto;
    grid-row: 2/3;
}

#favorites .favorites {
    display: grid;
    grid-template-columns: 250px 1fr 15px;
}

#favorites > div, #no-favorites {
    height: 100%;
}

#no-favorites .table-cell {
    color: #23415a;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
}

#favorites li {
    background: #fff none repeat scroll 0 0;
    border-left: 4px solid #91a0ac;
    border-right: 4px solid #91a0ac;
    margin-bottom: 10px;
    padding: 10px;
}

.ie11 #favorites ul li .favorites div {
    display: inline-block;
}

#favorites li .favorites .scene-img a {
    display: block;
    height: 128px;
    overflow: hidden;
    width: 228px;
}

#favorites li ul.item-lists-wrapper li {
    display: inline-block;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    margin: 0;
    padding: 0;
}

#favorites li ul.item-lists-wrapper li .current-item-description {
    color: #23415a;
    display: block;
    font-size: 16px;
    line-height: 28px;

}

#favorites li ul.item-lists-wrapper li .current-item {
    display: block;
}

#favorites li ul.item-lists-wrapper li .current-item img {
    height: 100px;
    width: 100px;
    object-fit: contain;   
}

#favorites li ul.item-lists-wrapper li .item-box {
    display: inline-block;
    margin-right: 10px;
}

#favorites li ul.item-lists-wrapper li .current-pattern span img {
    height: 55px;
    width: 55px;
    object-fit: cover;
}

#favorites .button-box a {
    background: rgba(0, 0, 0, 0) url("images/fav_close.png") repeat scroll 0 0;
    display: block;
    height: 18px;
    width: 18px;
}

#carousel li a .remove-room-btn {
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 15px;
    height: 15px;
    background: url(images/close.png) no-repeat scroll center transparent;
    background-size: cover;
    z-index: 1;
    border-radius: 50%;
    background-color: #fff;
}

.btn-box.myroom {
    position: relative;
    background-color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    border: 3px solid #91a0ac;
    display: grid;
    grid-template-columns: 70px 160px;
    height: 60px;
    align-content: center;
    justify-content: center;
    font-size: 16px;
    color: #006cb7;
}

.ie11 .btn-box.myroom {
    padding: 10px;
    height: 35px;
}

.ie11 .btn-box.myroom img {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
} 

.ie11 .btn-box.myroom span{
    max-width: 100px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 30px;
}

.myroom-info-text {
    font-size: 14px;
}

#myroom-upload-btn img,
#myroom-upload-btn span {
    justify-self: center;
    align-self: center;
}

#myroom-upload-btn {
}

#myroom-upload-btn input {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    direction: ltr;
    cursor: pointer;
}

#overlay-gallery .progress {
    display: none;
    position: absolute;
    color: #fff;
    font-size: 12px;
    bottom: 70px;
    font-size: 12px;
    width: 100%;
}

#overlay-gallery .bar {
    height: 18px;
    background-color: #0B4395;
}

#overlay-gallery .bar-text {
    width: 100%;
    height: 18px;
    

    position: absolute;
    left: 5px;
    top: 0;
    line-height: 17px;
}




#color-selection-box {
    padding: 0 10px;
    margin-bottom: 25px;
}

#color-selector {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    padding: 10px 0 0 10px;
    height: 278px;
    width: 920px;
}



#overlay-calculator {
    display: none;
    width: 550px;

    z-index: 3;
}

#overlay-calculator .btn-close {
    position: absolute;
    top: 0;
}

#calculator-box {
    padding: 0 0 55px 0;
}

#calculator-tabs {
    border-bottom: 1px solid #f5f5f5;
    height: 22px;
}

#calculator-tabs li {
    float: left;
    margin-right: 5px;
}

#calculator-tabs a {
    background: none repeat scroll 0 0 #f5f5f5;
    padding: 3px 10px;
    font-size: 16px;
}

#calculator-tabs a.selected {
    background: none repeat scroll 0 0 #f5f5f5;
}

#calculator {
    padding: 9px;
    background-color: #f5f5f5;
    margin-bottom: 15px;
}

#calculator>div:last-child {
    margin-top: 10px;
}

#calculator-box tr.wall-calculation-item, #calculator-box td.floor-calculation-item {
    visibility:hidden;
}

#calculator-box input {
    font-size: 11px;
    width: 50px;
}

#calculator-box td {
    padding: 2px;
    text-align: left;
}

.calculator-results li {
    margin-bottom: 15px;
}

.calculator-results .current-item-description {
    padding: 8px 25px;
}

#calculator-box .required-packages-total {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 16px;
}

#btn-calc {
    position: absolute;
    right: 0;
    bottom: 0px;
}


#overlay-project-code {
    font-size: 14px;
    color: #23415a;
}

#overlay-project-code .btn-close {
    position: absolute;
    top: 0;
}

#overlay-project-code .overlay {
    padding: 30px 50px 15px 35px;
}

#overlay-project-code .box-wrapper {
    clear: both;
    margin: 30px 0 0 0;
}

#overlay-project-code .box-wrapper div.txt {
    padding: 15px 0 0 2px;
}

#overlay-project-code .button-box {
    margin: 20px 0 0 0;
    text-align: center;
}

#overlay-project-code .txt-title-3 {
    font-size: 20px;
}

#overlay-project-code .button-box .btn-box-title {
    font-size: 16px;
}

#overlay-project-code .generated-code-box {
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#overlay-project-code .generated-code-box div:first-child {
    border: 1px solid #d8d8d8;
    border-radius: 4px 0 0 4px;
    background-color: #fff;
}

#overlay-project-code .generated-code-box > div {
    height: 32px;
    box-shadow: none;
    flex: 0 0 200px;
}

#overlay-project-code .generate-code {
    text-transform: uppercase;
    margin-left: 10px;
}

#overlay-project-code .button-box .generated-code-wrapper {
    display: inline-block;
}

#overlay-project-code .button-box .generated-code-wrapper span:not(#display-generated-code) {
    font-size: 13px;
    color: red;
}

#display-generated-code {
    width: 100%;
    max-width: 180px;
    font-size: 28px;
    font-weight: 800;
}

#overlay-project-code div.input-wrapper {
    width: 100%;
    text-align: center;
    position: relative;
}  

#overlay-project-code input {
    display: inline-block;
    margin: 10px 0 0 0;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    padding: 0 51px 0 10px;
    height: 51px;
    font-size: 18px;
    line-height: 51px;
    width: 341px;
    background-color: #fff;
    text-align: center;
}
    
#overlay-project-code input:placeholder {
    color: #333;
}
    
.input-action-btn {
    position: relative;
    margin: 0 0 0 -56px;
}

.input-action-btn::after {
    display: inline-block;
    width: 51px;
    line-height: 45px;
    color: #23415a;
    content: ">";
    font-size: 18px;
    font-weight: 400;
    background-color: #fff;
    border: 3px solid #91a0ac;
}

.numeration {
    display: inline-block;
    margin-right: 2px;
    width: 40px;
    height: 40px;
    line-height: 37px;
    text-align: center;
}

/*
  Sub Overlays
*/

.sub-overlay {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    display: none;
    left: 50%;
    margin-left: -271px;
    padding: 20px;
    position: absolute;
    top: 72px;
    width: 542px;
    z-index: 2;
}

.sub-overlay .btn-close {
    position: absolute;
    right: 0;
    top: 4px;
}



#patterns,
#predefined-patterns-listbox {
    height: 315px;
    overflow: auto;
    position: relative;
}

#dyn-patterns ul li,
#predefined-patterns-listbox ul li {
    display: inline-block;
    margin: 0 10px 10px 0;
}

#dyn-patterns li a,
#predefined-patterns-list li a {
    display: block;
    padding: 5px;
}

#dyn-patterns li a span,
#predefined-patterns-list li a span {
    display: block;
    height: 85px;
    overflow: hidden;
    width: 85px;
}

#dyn-patterns li a span img,
#predefined-patterns-list li a span img {
    height: 85px;
}

#dyn-patterns ul li.selected a,
#predefined-patterns-list ul li.selected a {
    border: 2px solid #006cb7;
    padding: 3px;
}

/*
  PatternsInfo Popup
*/

.popup {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.75);
    color: #2a3957;
    display: none;
    line-height: 18px;
    padding: 20px;
    position: absolute;
    width: 231px;
    z-index: 2;
}

#items-info-popup.popup {
    left: 505px;
    top: -30px;
    padding: 10px;
}

#items-info-popup.popup::after {
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 10px 10px 0;
    content: "";
    height: 0;
    left: 10px;
    position: absolute;
    top: 56px;
    width: 0;
}

#model-info-popup.popup {
    left: 50px;
    top: 50px;
    width: 334px;
}

#model-info-popup.popup::after {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    content: "";
    height: 0;
    position: absolute;
    right: -10px;
    top: 170px;
    width: 0;
}

/*
 OverlaySendTo
*/

#overlay-send-to,
#overlay-model {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;

    display: none;
    left: 50%;
    margin-left: -240px;
    padding: 20px;
    position: absolute;
    top: 116px;
    width: 440px;
    z-index: 1;
}

#overlay-send-to .btn-close,
#overlay-model .btn-close {
    position: absolute;
    top: 0;
}

#overlay-send-to .btn-box {
    bottom: 0;
    position: absolute;
    right: 0;
}

#send-to-box .txt-send-to {
    display: block;
    line-height: 1.5em;
}

#send-to-error {
    display: none;  
}

#send-to {
    display: block;
    height: 100%;
    position: relative;
}

#send-to table {
    margin-top: 20px;
    position: relative;
}

#send-to .frm-text {
    width: 350px;
}

#send-to td {
    height: 35px;
    padding: 0 5px;
    vertical-align: top;    
}

#send-to td span {
    color: #FF0000;
    display: block;
    font-size: 10px;
    text-align: center;
    width: 350px;
}

#send-to .send-to-image {
    width: 330px;
}

#send-to .send-to-image .table-cell:first-child {
    width: 150px;
    padding-right: 10px;
}

#send-to #mail-image {
    display: block;
    height: 84px;
    overflow: hidden;
    width: 150px;
}

#send-to #mail-description {
    color: #888888;
    display: block;
}

#send-mail {cursor: pointer;}

/*
 OverlayModel
*/

#overlay-model {
}

#overlay-model .outer-select {
    width: 220px;
}

#model-box td {
    padding-top: 6px;
}

#model-box input {
    border: medium none;
    color: #768b9b;
    font-size: 16px;
    padding: 10px 20px;
    width: 180px;
}

#model-box .cad-input-unit {
    font-size: 16px;
    padding: 0 0 0 5px;
}

#model-box input.invalid {
    border: 2px solid #FF0000;
}

#model-more-info {
    color: #23415a;
    display: block;
    font-size: 14px;
    margin: 20px 0;
    position: relative;
}

#model-info-icon {
    background: rgba(0, 0, 0, 0) url("images/icon_itemInfo.png") repeat scroll 0 0;
    display: block;
    height: 26px;
    position: absolute;
    right: 0;
    top: -25px;
    width: 27px;
}

#model-current-products li .item-box {
    display: inline-block;
    margin: 0 10px 0 0;
}

#model-current-products li .current-item {
    display: block;
    height: 47px;
    overflow: hidden;
    width: 63px;
}

#model-current-products li .current-item img {
    width: 63px;
}

#model-current-products li .current-item-description {
    display: none;
}

#model-current-products a.button {
    margin-top: 20px;
}

/*
 BASE PAGE easybo
*/

.easybo .overlay {
    display: block;
    left: 50%;
    margin-left: -502px;
}

.easybo .highlight { 
    color: #91a0ac;
    font-weight: bold;
}

.easybo #easybo-action {
    border-right: 1px solid #f2f2f2;
    padding-right: 25px;
    width: 35%;
}

.easybo #easybo-text {
    padding-left: 25px;
}

.easybo #easybo-text ul {
    margin: 12px 0;
    padding: 0 0 0 40px;
}

.easybo #easybo-text ul li {
    list-style: inherit;
    padding: 5px 0;
}



.easybo #easybo-text {
    margin-bottom: 40px;
}

/*
 SONSTIGES
*/

#wait-box {
    width: 113px !important;
    height: 110px !important;
}

#wait-box img {
    width: 113px !important;
    height: 110px !important;
}

/*
 COOKIE-BANNER
*/

#cookie-banner {
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
}

#cookie-banner > div{
    color: #fff;
    line-height: 25px;
    padding: 30px 280px;
    background-color: #91a0ac;
    font-size: 16px;
}

.cookie-banner-buttons {
    display: inline-block;
    margin-left: 10px;
    margin-top: 4px;
}

.cookie-banner-buttons a {
    min-height: 46px;
    color: inherit;
    font-size: 14px;
    border: 2px solid #fff;
    border-radius: 100px;
    padding: 4px 10px;
}

.cookie-banner-buttons a:hover {
    border-color: #006cb7;
    background-color: #fff;
    color: #006cb7;
}

/*
    SplitPane
*/

#split-pane {
    display: none;
}

#split-pane-divider-left,
#split-pane-divider-right {
    position: absolute;
    border: 3px solid #ccc;   
    height: 50px;
    width: 60px;
    top: 50%;
}

#split-pane-divider-left {
    background: url("images/splitDivider_left.png") no-repeat scroll center center #fff;
    border-radius: 5px 0 0 5px;
    left: -64px;
}

#split-pane-divider-right {
    background: url("images/splitDivider_right.png") no-repeat scroll center center #fff;
    border-radius: 0 5px 5px 0;
    height: 50px;
    left: 9px;
}

#split-pane-divider {
    position: absolute;
    width: 9px;
    height: 100%;
    left: 500px;
    cursor: e-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-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;
}

#split-pane-favorites {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
    max-height: 60%;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    right: 60px;
    top: 90px;
    width: 160px;
}

#split-pane-favorites .no-favorites {
    display: none;
}

#split-pane-favorites .add-bookmark {
    color: #23415a;
    font-weight: bold;
}

#split-pane-favorites>a {

    position: relative;
    display: inline-block;
}

#split-pane-favorites>a img {
    height: 90px;
}

#split-pane-favorites > a:hover:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 160px;
    height: 90px;
    content: '';
    display: block;
    background: url("images/icon_leftright.gif") no-repeat scroll 0 0 transparent;
}

@media (max-width: 1023px) {
    
    #header-box {
        height: 60px;
    }
    
    .btn-close {
        position: absolute;
        right: 26px;
        z-index: 2;
    }
    
    #mobile-menu {
        display: block;
        position: absolute;
        right: 22px;
        top: 22px;
    }
    
    #menue {
        display: none;
    }
    
    #menue.mobile {
        position: absolute;
        display: none;
        background-color: #fff;
        text-align: center;
        right: 0;
        width: 250px;
    }
    
    #menue.mobile li {
        display: block;
    }
    
    #menue.mobile #language #other-language ul {
        height: 320px;
    }
    
    #menue.mobile #language #other-language {
        width: 250px;;
        bottom: 60px;
        top: auto;
    }
    
    #logo img {
        position: absolute;
        width: 100px;
        left: 10px;
        top: 5px;
    }
    .overlay {
        width: 100% !important;
        left: 0;
        height: 100vh;
        top: 60px;
        background-color: #fff;
        padding: 0;
    }
    
    #menue.mobile li.tab-cad,
    #toolbar-box #cad,
    #toolbar-box #fullscreen,
    #toolbar-box #print,
    #toolbar-box #btn-split-view {
        display: none;
    }
    
    .bottom-btn-box {
        font-size: 13px;
        position: fixed;
        bottom: 0;
        width: 100%;
        text-align: center;
        background-color:#fff;
        padding: 15px 0;
    }
    
    /********************************************************************
        Gallery-Overlay 
    *********************************************************************/
    
    #gallery-box.content-overlay {
        grid-template-columns: 1fr;
        grid-template-rows: 40px 1fr 3fr;
    }
    
    img.carousel {
        width: 100%;
        height: 100%;
    }
    
    #carousel .items {
        width: 100%;
        padding: 0;
    }
    
    #carousel .items > ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    
    #carousel .items > ul li{
        justify-self: center;
    }

    #dyn-categories-1 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 5%;
    }
        
    #categories {
        width: 100%;
        grid-row: 2/3;
        justify-self: left;
    }
    
    #categories ul.sub1 li a {
        font-size: 14px;
        padding: 10px 17px;
        width: auto;
    }
    
    #categories ul.sub1 li a.selected {
        background-position: 90% center;
        padding: 7px 15px;
    }
    
    #categories ul.sub2 {
        width: 170px;
    }
    
    #categories ul.sub1 li.selected ul.sub2 li a.selected {
        background-position: 141px center;
    }
    
    #gallery {
        grid-row: 3/4;
    }
    
    /********************************************************************
        Product-Overlay 
    *********************************************************************/
    #overlay-products.overlay {
        background-color: #fff;
    }
    
    #overlay-products .content-overlay {
        grid-template-columns: 1fr;
    }
    
    #overlay-products .overlay-filters,
    #search-box {
        display: none;
    }
    
    #overlay-products .overlay-filters {
        grid-column: 1/4;
        z-index: 3;
    }
    
    #overlay-products .content-filter {
        grid-template-rows: 25px 80px 70px 100vh;
        grid-template-columns: 1fr;
        grid-row-gap: 20px;
        background-color: #fff;
        width: 100%
    }
      
    .btn-filter {
        display: block;
        position: relative;
        left: 10px;
        top: 5px;
        background: url("images/filter.png") no-repeat scroll center center #006cb7;
        display: block;
        width: 50px;      
        border-radius: 17px;    
        height: 30px;   
        background-size: 20px;
    }
    
    
    #product-list {
        width: 100%;
        height: 70vh;
    }
    
    #product-list .items {
        display: grid;
        justify-content: center;
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    }
    
    #product-list li {
        justify-self: center;
    }
    
    #product-list .items{
        padding: 0;
        width: 100%;
    }
    
    
    #product-list li a span.img-item img {
        height: 100%;
        width: 100%;
    }
   
    #pattern-element,
    #product-list-box {
        padding: 0;
    }
    
    .product-area {
        grid-template-rows: 1fr;
        grid-template-columns: auto;
        grid-column: 1/4;
        grid-row: 2/5;
        margin-top: 10px;
    }
    
    #current-box {
        padding: 15px;
        grid-column: 1/3;
        position: fixed;
        bottom: 0;
        flex-wrap: nowrap;
        z-index: 2;
        background-color: #fff;
        width: 100%;
    }
    
    #current-box .outer-select {
        width: 80%;
    }
    
    #current-product-image img {
        height: 60px;
        width: 60px;
    }

    #current-item-description {
        height: auto;
    }
    
    .outer-select .inner-select::after {
        height: 24px;
    }
    
    #customisation-box .outer-select .inner-select {
        height: 25px;
        line-height: 25px;
    }
    
    #product-navi,
    #current-box .sub-title {
        display: none;
    }
    
    #filter-box {
        width: 95%;
        grid-row: 3/4;
    }
    
    #filter-box .outer-select {
        max-width: unset;
    }
        
    #filter-box .filter {
        width: 100%;
    }
    
    #external-link-box {
        justify-self: center;
        z-index: 3;
        position: absolute;
        top: -50px;
        grid-column: 1/4;
        width: 50%;
    }
    
    #external-link-box img {
        width: 50px;
    }
    
    #intensity-box {
        flex: 0 1 auto;
        padding: 0 15px;
    }
    
    .btn-close-filter {
        grid-row: 1/2;
        display: block;
        justify-self: end;
        margin-right: 26px;
    }
    
    #overlay-products .overlay-bar {
        position: relative;
        grid-row: 2/3;
        grid-template-columns: 1fr;
    }
    
    .sub-overlay {
        left: auto;
        margin-left: auto;
        width: 100%;
        z-index: 3;
        padding: 0;
    }
    
    /********************************************************************
        Favorites 
    *********************************************************************/
    
    #overlay-favorite a {
        font-size: 12px;
    }
    
    #favorites {
        height: 90vh;
        padding: 5px;
        margin: 0 10px 10px 10px;
    }
    
    #favorites .favorites {
        grid-template-columns: 1fr;
    }
        
    #favorites li ul.item-lists-wrapper li .current-item img {
        height: 55px;
        width: 55px;
        object-fit: cover;
    }
    
    #favorites .favorites div:last-child {
        grid-row: 1/2;
        justify-self: end;
    }
    
    #remove-all-favorites::after {
        background-size: 14px;   
        bottom: 3px;
    }

    #add-to-sample-list-button::after {
        background-size: 16px;
        bottom: 4px;
    }
    
    /********************************************************************
        Color
    *********************************************************************/
    
    #color-selector {
        padding-left: 0;
    }
    
    #overlay-color a {
        font-size: 12px;
    }
    
    #color-selector {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(84px, 1fr));
        height: 85vh;
        width: 100%;
    }
    
    #reset-all-colors::after {
        background-size: 14px;   
        bottom: 3px;
    }
    
    /********************************************************************
        Project-Code 
    *********************************************************************/
    
    #overlay-project-code .title {
        padding-top: 20px;
    }
    
    #overlay-project-code input {
        width: 50%;
    }
    
    /********************************************************************
        Calculator
    *********************************************************************/
    
    #overlay-calculator .title {
        padding-top: 20px;
    }
        
    /********************************************************************
        Zoom 
    *********************************************************************/
    #zoom-and-pan-navigator {
        right: 10px;
        top: 70px;
    }
    
    #exit-zoom {
        top: 220px;
        right: 10px;
        bottom: auto;
    }
        
    /********************************************************************
        Cookie-Banner
    *********************************************************************/
    
    #cookie-banner > div {
        line-height: 14px;
        padding: 10px;
        font-size: 14px;
    }
    
    .cookie-banner-buttons a {
        font-size: 12px;
        padding: 4px 10px;
    }
    
    .cookie-banner-buttons {
        margin-left: 0;
        margin-top: 10px;
    }
    
    /********************************************************************
        Send-To Overlay
    *********************************************************************/
    
    #overlay-send-to, #overlay-model {
        left: auto;
        margin-left: 0;
        padding: 20px 0;
        top: 60px;
        width: 100%;
        background-color: #fff;
    }
    
    #send-to .send-to-image,
    #send-to .frm-text {
        width: 100%;
    }
}

@media (max-width: 600px) {

    #overlay-project-code .generated-code-box > div {
        flex-basis: 80%;
        margin-bottom: 10px;
    }
}

@media (max-width: 321px) {

    #product-list li a span.img-item img,
    #product-list li#btn-show-more {
        height: 100px;
        width: 100px;
    }
}
