﻿@font-face {
font-family: 'iransans';
src:
url('fonts/IRANSans.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('fonts/IRANSans.ttf') format('truetype'); /* Saf, Chrome4+, FF3.5, Opera 10+ */
}

#sidebarTop {
    background-color: #930075;
    height: 140px;
    width: 150px;
    position: relative;
    overflow: hidden;
}

    #sidebarTop img {
        width: 150px;
        position: absolute;
        bottom: 0px;
    }

#sidebarControl {
    position: absolute;
    top: 0px;
    right: 0px;
    font-family: 'iransans', Arial, sans-serif;
    height: 100%;
}

#leftSidebar {
    width: 150px;
    float: right;
    display: none;
    height: 100%;
}

    #leftSidebar ul {
        list-style: none;
        padding: 0;
    }

#displayedSidebarContent {
    float: right;
    width: 355px;
    height: 580px;
    margin: 0;
    position: relative;
    direction: rtl;
}

.sidebarItem {
    height: 60px;
    display: block;
    width: 150px;
    border-bottom: solid 1px rgba(51, 51, 51, 0.9);
    background-color: rgba(74,74,74,0.8);
}

.sidebarInner {
    padding-top: 10px;
}

.sidebarItem img {
    height: 20px;
}

.initiallyHidden {
    display: none;
}

@media (min-height: 768px) {
    .sidebarItem img {
        height: 40px;
    }

    .sidebarItem {
        height: 80px;
    }

    .sidebarInner {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}


.sidebarItem, .sidebarBottom {
    text-align: center;
    font-size: 12px;
}

    .sidebarItem a {
        display: block;
        height: 100%;
    }

.sidebarOption, #sidebarItemLogin, .sidebarBottom, #menuActionItem {
    color: white;
    text-decoration: none;
}

#menuActionItem {
    height: 40px;
}

.sidebarItem a, .sidebarBottom a {
    color: white;
    text-decoration: none;
}

.sidebarOption a {
    color: white;
}

.sidebarItem, .actionItem {
    /*background-color: #930075;*/
}

.menuIsOpen .sidebarItem, .menuIsOpen .actionItem {
    /*background-color: rgba(74,74,74,0.0);*/
}

.menuIsOpen .sidebarOptionSelected {
    color: black;
    text-decoration: none;
}

.tileFunctionSelected {
    background-color: #930075;
    color: white;
    border-color: white !important;
}

.sidebarOptionSelected a {
    color: #930075;
    background: #fff;
}

.sidebarItem a:hover {
    color: #930075;
    text-decoration: none;
    background: #fff;
}

.sidebarFurtherHidden {
    /* float: left; */
    display: none;
    background-color: rgba(255,255,255,0.9);
}

.sidebarFurtherHeading, .sidebarFurtherHeadingEnabled {
    font-size: xx-large;
    color: #930075;
    /*border-left: solid 1px #930075;*/
    padding: 0px 00px 0px 8px;
    line-height: 28px;
    margin-bottom: 10px;
    margin-top: 7px;
}

.startPopup {
    text-align: center;
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .startPopup img {
        width: 100px;
        height: 100px;
    }

#startPopupClose {
    cursor: pointer;
    border: 1px solid black;
    padding: 15px;
    display: inline-block;
    margin-top: 80px;
}


.startLarge {
    font-size: x-large;
    font-weight: 600;
}

.startNormal {
    font-size: large;
}

#startLogo {
    margin-bottom: 70px;
}

.sidebarFurtherHeader {
    height: 170px;
    display: block;
    padding: 7px;
    width: 359px;
}

.sidebarFurtherHeaderShort {
    height: 50px;
    /*padding-top: 30px;*/
}

#sidebarFurtherRoomSceneList, .sidebarStyleGalleryResults {
    top: 170px;
    position: absolute;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    bottom: 0;
    width: 100%;
}

#notLoggedInMessage {
    background-color: rgba(255,255,255,0.9);
}

#sidebarFurtherRoomSceneScroller, .sidebarFurtherStyleGalleryScroller {
    background-color: rgba(255,255,255,0.9);
    padding-top: 10px;
}

.sidebarFurtherRoomScene, .sidebarFurtherStyleGallery {
    padding: 0px 20px 20px 20px;
}

    .sidebarFurtherRoomScene img, .sidebarFurtherStyleGallery img {
        max-width: 100%;
        max-height: 100%;
    }

.sidebarFurtherHeader .nav-tabs a {
    color: rgba(147,0,117,0.2);
    font-size: xx-large;
    padding-bottom: 0px;
    border: none;
    border-left: solid 1px #EFE3DD;
    padding: 0px 0px 0px 8px;
    margin: 10px;
    border-radius: 0px;
    line-height: 28px;
}

.nav-tabs-radio-room-short {
    /*margin-left: 2px;*/
    width: 145px;
    /*margin-right: 7px;*/
}

.sidebarFurtherHeader .nav-tabs-radio a {
    color: rgba(97,99,101,1);
    font-size: larger;
    padding-top: 0px;
}

.sidebarFurtherHeader .nav-tabs-radio li {
    list-style-type: none;
    float: right;
}

.sidebarFurtherHeader .nav-tabs-radio .tab-radio {
    width: 100%;
    text-align: center;
    display: none !important;
}

.sidebarFurtherHeader .nav-tabs-radio .tab-title {
    display: block;
    width: 150px;
    text-align: center;
    cursor: pointer;
}

.sidebarFurtherHeader .nav-tabs-radio .radio-img {
    opacity: 0.5;
    color: black;
}

.sidebarFurtherHeader .nav-tabs-radio .tab-radio:checked + .radio-img {
    opacity: 1;
}

/*.tab-radio:checked + .radio-img > img {
    content: url('../images/ico/purple/chacked16.png');
}*/

.radio-img {
    cursor: pointer;
    width: 100%;
    text-align: center;
}

    .radio-img > img {
        width: 12px;
        height: 12px;
    }

.sidebarFurtherHeader .nav-tabs-radio > li.active > a, .sidebarFurtherHeader .nav-tabs > li.active > a:hover, .sidebarFurtherHeader .nav-tabs > li.active > a:focus {
    color: #930075;
    background-color: rgba(255,255,255,0.0);
}

.sidebarFurtherHeader .nav-tabs-radio a:hover, .sidebarFurtherHeader .nav-tabs-radio a:focus {
    background-color: rgba(255,255,255,0.0);
}

.sidebarFurtherHeader .nav-tabs a:hover, .sidebarFurtherHeader .nav-tabs a:focus {
    background-color: rgba(255,255,255,0.0);
}

.sidebarFurtherHeader .nav-tabs > li.active > a, .sidebarFurtherHeader .nav-tabs > li.active > a:hover, .sidebarFurtherHeader .nav-tabs > li.active > a:focus {
    background-color: rgba(255,255,255,0.0);
    color: #930075;
    border: none;
    /*border-left: solid 1px #930075;*/
    padding: 0px 0px 0px 8px;
    margin: 10px;
    border-radius: 0px;
    line-height: 28px;
}

.sidebarFurtherHeaderSubtitle {
    padding: 10px;
}

.sidebarFurtherHeaderTabSubtitle {
    position: absolute;
    top: 90px;
    padding: 10px;
    margin-left: 10px;
    padding-right: 20px;
}

.sidebarFurtherDetail {
    height: 140px;
    /*padding: 10px;*/
}

#sidebarSummaryDetail {
    /*background-color: #EFE3DD;*/
}

#sidebarSummaryScrollWrapper {
    position: relative;
    height: 400px;
}

#sidebarSummaryScroll {
    position: absolute;
    overflow: auto;
    top: 0;
    bottom: 0;
    height: 100%;
}

#sidebarSummaryFooter {
    height: 100px;
    /*background-color: #EFE3DD;*/
    padding-left: 5px;
}

.nav-tabs {
    border-bottom: 0px;
    margin-top: 7px;
    padding: 0;
}

    .nav-tabs > li > a {
        border: 0px;
    }

.sidebarButton {
    background-color: #930075;
    padding: 10px;
    width: 100px;
    color: white;
    float: right;
    margin: 10px;
}

#sidebarFurtherSaveHeader {
    display: table-row;
}

.sidebarProductButton {
    background-color: #930075;
    padding: 7px;
    width: 111px;
    color: white;
    margin: 10px;
    float: right;
    font-size: larger;
    margin-left: -9px;
}

    .sidebarProductButton:hover {
        color: rgb(97,99,101);
        text-decoration: none;
    }

    .sidebarProductButton:focus {
        color: rgb(97,99,101);
        text-decoration: none;
    }

    .sidebarProductButton.selected {
        color: rgb(97,99,101);
        text-decoration: none;
    }

        .sidebarProductButton.selected:after {
            content: " x";
        }

.sidebarSummaryButton {
    font-size: larger;
    background-color: #930075;
    padding: 10px;
    width: 188px;
    color: white;
    margin: 10px;
    float: left;
}

ul.sidebarProductSelector li {
    display: inline;
}

ul.sidebarProductSelector {
    list-style: none;
    padding: 0;
    height: 51px;
}

    ul.sidebarProductSelector li a:hover {
        text-decoration: none;
        color: #cdb39f;
    }

#outerSearchBox {
    height: 30px;
    padding: 10px 10px 25px 10px;
}

#sidebarFurtherDetailSaveBox {
    background-color: #EFE3DD;
    padding: 10px;
    margin-bottom: 5px;
}

.wideTextBox {
    width: 100%;
}

#sidebarTileSearchTextbox {
    width: 308px;
    float: left;
    border: none;
    height: 35px;
    padding-left: 10px;
    font-size: larger;
}

#sidebarTileSearchButton {
    width: 27px;
    height: 35px;
    padding-top: 6px;
    float: left;
    background-color: white;
}

.sidebarBottom {
    font-size: smaller;
    height: 50px;
    position: fixed;
    left: 10px;
    bottom: 0px;
}

    .sidebarBottom hr {
        width: 15%;
        margin-top: 5px;
        margin-bottom: 5px;
    }

.tab-pane {
    display: none;
    height: 0px;
}

    .tab-pane.active {
        display: block;
    }

#outerShareBox img {
    height: 75px;
    margin: 15px 29px 15px 29px;
}

.sidebarFurtherDetail a:hover {
    text-decoration: none;
}

li.menuRight {
    float: right;
}

#sidebarFurtherProducts {
    height: 561px;
}

#sidebarFurtherProductsHeader .tab-pane.active {
    position: relative;
    height: 40px;
}

ul.sidebarProductSubList {
    padding-left: 0px;
    position: absolute;
    bottom: 0;
    margin-bottom: 0px;
}

.sidebarProductSubList img {
    width: 25px;
    height: 25px;
}

.sidebarProductSubList li:first-child {
    margin-left: 20px;
}

.sidebarProductSubList li {
    display: inline;
    margin-left: 33px;
    font-size: larger;
    cursor: pointer;
    padding: 7px;
}

    .sidebarProductSubList li:hover {
        /*background-color: #d6c0b1;*/
    }


#productFilterPanel, #tileLayoutPanel, #groutPanel {
    display: none;
}

#groutPanelInner {
    height: 450px;
}

#productFilterPanel {
    padding-left: 40px;
    padding-bottom: 30px;
}

#tileLayoutPanel {
    padding: 10px;
    height: 379px;
    overflow-y: scroll;
    margin-right: 0 !important;
    width: 99%;
}

#groutPanel, #paintPanel {
    padding: 18px;
}

#tileLayoutPanel li.active a {
    border: 0;
}

#tileResults {
    height: 100%;
}

#tileResultsCell {
    /*display: table-cell;*/
    position: relative;
    height: 100%;
}

#tileProductSelectorPanel {
    position: absolute;
    width: 100%;
    top: 150px;
    bottom: 0px;
    display: block;
    height: 316px;
}

#tileResultsCellInner {
    -webkit-overflow-scrolling: touch;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    display: none;
}

#tileRangeSelectPanel {
    padding-bottom: 10px;
}

/*#tileRangeSelectGroup {
    background-color: #EFE3DD;
}*/

.touch #sidebarProductResults {
    overflow-y: scroll;
    position: absolute;
    top: 0px;
    bottom: 0px;
}

.no-touch #sidebarProductResults {
    overflow-y: auto;
    position: absolute;
    top: 0px;
    bottom: 0px;
}

html {
    height: 100%;
}

body {
    height: 100%;
    width: 1365px !important;
    margin: 0 auto;
    position: relative;
}


.sidebarFurtherSidebarProducts {
    padding: 0px 14px 0px 11px;
    position: absolute;
    overflow: auto;
    background-color: #EFE3DD;
}

.sidebarFurtherProduct {
    display: table-row;
    height: 110px;
    cursor: pointer;
}

.sidebarFurtherProductInner {
    background-color: white;
    margin: 10px;
    margin-top: 0px;
    position: relative;
    margin-left: 10px;
}

#sidebarProductResults .sidebarFurtherProductInner {
    cursor: pointer;
}

/*#sidebarProductResults {
    background-color: #EFE3DD;
}*/

#sidebarProductResults p {
    color: black;
    padding: 10px;
    text-align: center;
}

.sidebarFurtherProductInfo {
    font-size: smaller;
    display: table-cell;
    width: 150px;
    vertical-align: middle;
}

.sidebarFurtherProductImage, .sidebarFurtherProductDetails, .sidebarFurtherProductMultiselect, .sidebarFurtherProductRequest {
    display: table-cell;
}

.sidebarFurtherProductMultiselect {
    width: 120px;
    float: right;
}

.sidebarFurtherProductImage img {
    max-width: 100px;
    max-height: 100px;
    padding: 5px;
}

.sidebarFurtherProductRow {
    display: table-row;
    height: 20px;
}

.sidebarFurtherProductDetails {
    width: 350px;
    margin-top: 10px;
    vertical-align: top;
    padding-top: 5px;
}

.sidebarFurtherProductName {
    padding-bottom: 5px;
    font-weight: bold;
}

.sidebarFurtherProductActions {
    vertical-align: top;
}

.sidebarFurtherProductRequest {
    padding-right: 5px;
    font-size: smaller;
    width: 130px;
}

.grout-thumbnail {
    display: table-cell;
    padding: 4px 0px 4px 14px;
    width: 55px;
    text-align: center;
    float: right;
    margin: 0 12px;
}

    .grout-thumbnail img {
        width: 70px;
        height: 70px;
    }

.paint-thumbnail {
    display: table-cell;
    padding: 8.5px;
    width: 70px;
    text-align: center;
}

    .paint-thumbnail img {
        width: 70px;
        height: 70px;
    }

.textgrey {
    color: lightgray;
}

.sidebarFurtherProductImageContainer, .productContainerInner {
    position: relative;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
}

.sidebarFurtherProductImageZoom {
    background: url("../images/icon-zoom.png");
    width: 20px;
    height: 20px;
    background-size: cover;
    position: absolute;
    top: 40px;
    left: 40px;
}

    .sidebarFurtherProductImageZoom:hover {
        background: url("../images/icon-zoom-hover.png");
        width: 20px;
        height: 20px;
        background-size: cover;
        position: absolute;
        top: 40px;
        left: 40px;
    }

.sidebarFurtherProductApply {
    padding-right: 27px !important;
    display: none;
}

.sidebarFurtherProductFavourite, .sidebarFurtherProductMultiselect, .sidebarFurtherProductApply {
    font-size: smaller;
    float: right;
    padding-right: 15px;
    width: 88px;
    text-align: right;
}

#sidebarSummary {
}

.sidebarSummaryProducts {
    /*padding: 0px 11px 0px 11px;*/
    overflow: auto;
}

#sidebarSummaryResults {
    padding: 20px;
}

/*#tileLayouts {
    padding-left: 3px;
}*/

#tileLayouts img {
    height: 75px;
    width: 75px;
    margin: 10px 0px 10px 8px;
}

#tileLayouts a:last-child img {
    margin: 10px 0px 10px 0px;
}

#tileLayouts a.selected img {
    outline: solid 3px #930075;
}

#tileLayoutPanel .nav-tabs > li {
    padding: 0;
    width: 120px;
    border: 1px black solid;
}

#tileLayoutPanel .nav > li > a {
    padding: 5px;
    border-radius: 0;
    margin: 0px;
    text-align: center;
    color: black;
    background-color: lightgray;
}

#tileLayoutPanel .nav-tabs > li.active > a {
    background-color: white;
}

.productInfoLabel {
    width: 75px;
    display: inline-block;
}

.productActionLabel {
    width: 75px;
}

.sidebarFurtherProductRequestLabel {
    display: inline-block;
    /*padding-left: 8px;*/
    padding-right: 4px;
    vertical-align: top;
    padding-top: 3px;
}

.tableRowShown {
    display: table-row;
}

.tableRowFullsize {
    height: 100%;
}

.tableRowHidden {
    display: none;
}

/*#tileFilterPanel {
    background-color: #EFE3DD;
}*/

/*#paintResults {
    background-color:#EFE3DD;
}*/

.tileRotate {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

.placeholder {
    color: #aaa;
}

.sidebarFullTable {
    display: block;
    width: 357px;
    /*background-color: #EFE3DD;*/
    padding-bottom: 10px;
}

#sidebarFurtherProductsHeader, #sidebarSummaryHeader, #paintResults {
    display: block;
}

#sidebarSummaryHeaderText {
    padding: 10px;
}

/*#saveNotLoggedIn {
    padding: 10px;
    margin-left: 10px;
}*/

#tileRangeSelectGroup {
    padding-left: 20px;
}

#notLoggedInMessage, #loadingDesignsMessage {
    display: none;
}

.summaryText {
    padding: 10px;
}

input[type=text] {
    -webkit-appearance: none;
    border-radius: 0;
}

.folditmenu {
    padding: 0;
    margin: 0;
    /* list-style:none; */
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
}

    .folditmenu li {
        position: absolute;
    }

    .folditmenu .even {
        position: absolute;
        -webkit-transform-origin: 50% 0%;
        -moz-transform-origin: 50% 0%;
        -ms-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        -webkit-transform: perspective(1000px) rotate3d(1,0,0,90deg);
        -moz-transform: perspective(1000px) rotate3d(1,0,0,90deg);
        -ms-transform: perspective(1000px) rotate3d(1,0,0,90deg);
        transform: perspective(1000px) rotate3d(1,0,0,90deg);
        zoom: 1;
    }

    .folditmenu .odd {
        position: absolute;
        -webkit-transform-origin: 50% 100%;
        -moz-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: perspective(1000px) rotate3d(1,0,0,-90deg);
        -moz-transform: perspective(1000px) rotate3d(1,0,0,90deg);
        -ms-transform: perspective(1000px) rotate3d(1,0,0,90deg);
        transform: perspective(1000px) rotate3d(1,0,0,90deg);
        /* zoom:1; */
    }

.menuIsOpen {
    /* menu  is open now */
}

.menuIsAmimationNow {
    /* menu is amimation now */
}

.actionItem {
    padding: 8px;
    text-align: center;
    height: 40px;
    display: block;
    width: 150px;
    border-bottom: solid 1px rgba(51, 51, 51, 0.4);
    background-color: #930075;
}

#sidebarItems {
    display: none;
    background-color: rgba(74,74,74,0.0);
}

    #sidebarItems.menuIsOpen {
        height: 100%;
        /*background-color: rgba(74,74,74,0.8);*/
    }

.menuIsOpen .actionItem {
    height: 100%;
}

.actionItem img {
    width: 20px;
    height: 20px;
}

.sidebarFurtherProductRequestBox {
    position: relative;
    display: inline;
    vertical-align: top;
}

    .sidebarFurtherProductRequestBox input {
        width: 20px;
    }

.sidebarFurtherProductRequest label {
    content: '';
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: white;
    position: absolute;
    left: 0px;
    top: 2px;
    border: solid 1px #333;
}

    .sidebarFurtherProductRequest label:after {
        content: '';
        width: 16px;
        height: 16px;
        background: #930075;
        opacity: 0;
        position: absolute;
        left: 0px;
        top: 0px;
        border: solid 1px #333;
    }

.sidebarFurtherProductRequest input[type=checkbox] {
    visibility: hidden;
}

    .sidebarFurtherProductRequest input[type=checkbox]:checked + label:after {
        opacity: 1;
    }

#sidebarProductResultsMessage {
    padding: 10px;
    /*background-color: #EFE3DD;*/
    width: 100%;
}

.notActiveAnchor {
    display: none;
    /*pointer-events: none;
    cursor: default;*/
}

#refreshButton {
    display: inline;
    width: 55px;
    margin-bottom: 6px;
    border: solid thin #888;
    margin-left: 15px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: white;
}

    #refreshButton a {
        text-decoration: none;
        color: #333;
    }

    #refreshButton img {
        width: 12px;
        height: 12px;
        vertical-align: top;
        margin-top: 4px;
    }

.block33 {
    display: inline-block;
    width: 109px;
    border: 1px solid rgb(97, 99, 101);
    margin-top: 10px;
    /*margin-left: 10px;*/
    margin-bottom: 0px;
    padding: 5px;
    cursor: pointer;
}

.block22 {
    display: inline-block;
    width: 49%;
    border: 1px solid rgb(97, 99, 101);
    margin-top: 10px;
    /*margin-left: 10px;*/
    margin-bottom: 0px;
    padding: 5px;
    cursor: pointer;
}

.block-white {
    color: white;
}

.block-gray {
    color: rgb(97,99,101);
}

#resetButton {
    position: absolute;
    left: 35px;
    top: 0px;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

#featureAreaButton {
    left: 35px;
    top: 35px;
}

.top-right-menu-button {
    position: absolute;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

    .top-right-menu-button img {
        max-width: 100%;
        max-height: 100%;
    }

#infoWindowButton {
    position: absolute;
    left: 0px;
    top: 35px;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

#infoWindowButtonLink {
    max-width: 100%;
    max-height: 100%;
}

#informationWindow {
    position: absolute;
    left: 0px;
    top: 70px;
    width: 255px;
    height: auto;
    direction: rtl;
}

.instructions-title {
    width: 100%;
    background-color: #930075;
    color: white;
    font-size: x-large;
    font-weight: lighter;
    padding: 5px;
    padding-right: 10px;
}

.instructions-body {
    background-color: white;
    font-size: medium;
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 14px !important;
}

.instructions-element {
    padding-right: 15px;
    margin-left: 10px;
    margin-bottom: 20px;
    border-left: 5px solid #930075;
}

.instructions-button {
    border: 1px solid #930075;
    width: 195px;
    padding: 5px;
    padding-left: 10px;
    margin-right: 20px;
    margin-bottom: 5px;
    cursor: pointer;
}

    .instructions-button a {
        text-decoration: none;
        width: 100%;
        display: block;
        color: black;
    }

.instructions-button-reverse {
    background-color: #930075;
    color: white;
}

    .instructions-button-reverse a {
        color: white;
    }

.door-style-entry, .worktop-style-entry {
    cursor: pointer;
    background: white;
    /* border: 10px solid rgba(239, 227, 221, 0); */
    border-bottom: 0px;
    margin: 10px;
    height: 110px;
}

    /*.door-style-entry:hover {
        background-color: #CFC3BD;
    }*/

    .door-style-entry img, .worktop-style-entry img {
        width: 110px;
        padding: 5px;
    }

.door-style-entry-text {
    /*vertical-align: top;*/
    font-size: medium;
    display: inline-block;
}

.closeButton {
    position: absolute;
    right: 10px;
    cursor: pointer;
    z-index: 10;
}

    .closeButton img {
        content: url('../images/ico/gray/close_gray_24.png');
    }

    .closeButton:hover img {
        content: url('../images/ico/black/close_black_24.png');
    }

#shareButtonsShow {
    margin-top: 90px;
}

.tgpopup-button.tgpopup-button-sidebar-further-roduct {
    width: 65px;
    text-align: center;
}

    .tgpopup-button.tgpopup-button-sidebar-further-roduct a {
        padding: 2px;
    }
/*
    Paddings and margins classes, do not change them
*/
.mr0 {
    margin-right: 0px;
}
.ml0 {
    margin-left: 0px;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}
.p10 {
    padding: 10px;
}
.pt5 {
    padding-top: 5px;
}
.pt10 {
    padding-top: 10px;
}
/*#productFilterPanel {
	background-color: #EFE3DD;
}*/
#room-six .cube-face-bottom {background: #efefef;transform: rotateX(125deg) rotatez(38deg);width: 1300px;height: 934px;left: 67px;top: 156px;}
#room-six .cube-face-bottom2 {background: #efefef;transform: rotateX(125deg) rotatez(38deg);width: 1300px;height: 936px;left: -370px;top: 299px;}

