html, body {
	height: 100%;
	margin: 0;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-size: 14px;
}
scene-options .children-wrapper button {
	display: none !important;
}
scene-options .children-wrapper button.show {
	display: inline-block !important;
}
span#back_btn {
    position: absolute;
    z-index: 99;
    left: 20px;
    top: 7px;
    width: 36px;
    height: 36px;
    padding: 7px;
    background: #fff;
    height: 36px;
    box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
    width: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}
rp-render-controls {display: none !important;}
div#render_thumbs .thumb {
    width: 40px;
    height: 34px;
    background: #ececec;
    border-radius: 15px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
	cursor: pointer;
}
.twod div#render_thumbs .thumb.active {
    box-shadow: 0 0 1px 1px #979284;
    -webkit-transition: .1s box-shadow linear;
    -moz-transition: .1s box-shadow linear;
    -ms-transition: .1s box-shadow linear;
    transition: .1s box-shadow linear;
    pointer-events: none;	
}
div#render_thumbs {
    display: flex;
    gap: 10px;
}
.selections {
position: absolute;
    right: 0;
    top: 0;
    padding: 0 40px 20px 20px;
    border-left: 0px solid #ccc;
    height: calc(100% - 60px);
    width: 480px;
    float: right;
    transition: all .3s;
    -webkit-transition: all .3s;
}
button#downloadPdfBtn {
    background-color: #222;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
    color: #FFF;
    padding: 8px 30px;
    font-size: 14px;
    cursor: pointer;
    text-transform: capitalize;
}
div#pdf_click {
    position: absolute;
    bottom: -30px;
}
.product-media.configurator-image {
    position: relative;
    width: calc(100% - 480px);
    float: left;
    overflow: hidden;
    transition: all .3s;
    -webkit-transition: all .3s;
    padding-right: 0px;
	height: 100%;
}
.configurator-wrapper.full .product-media.configurator-image {
	width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
}	
threed-selections#selector {
height: 100%;
    display: flex;
    flex-direction: column;	
	
}
.rp-product-configurator {
	height: 100%;
}
.product-configurator-container {
	height: 100%;
}
.selections.active {
	width: 480px;
}
.selections.close {
	right: -480px;
	transition: right 0.3s ease;
}
rp-selections-summary {
	background-color: rgba(255,255,255,0.3) !important;
}

co-summary-line {
	background: transparent !important;
	cursor: pointer;
}

.sum {
  background-color: transparent !important;
}
	
.controls-bottom {
	display: none;
	position: absolute;
    bottom: 0;
    right: 0;	
}

canvas {
	height: 100%;
	width: 100%;
}
div.titles label {
	cursor: pointer;
}
span#close_sel, span#close_sel_mob {
    position: absolute;
    left: -45px;
    top: 7px;
    background: #fff;
	font-size: 26px;
    height: 36px;
    box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
    width: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}
span#close_sel_mob {
	display: none;
}
@media (min-width: 991px) {
	co-slideout {
		min-width: 600px;
        z-index: 999 !important;
        top: 0px !important;
        max-width: calc(30vw + 60px) !important;
        height: 100% !important;
		padding: 15px;
	}

}
