html, body {
	height: 100%;
	margin: 0;
}
* {
	box-sizing: border-box;
}
.header-wrapper {
    max-height: 80px;
    height: 80px;
    background: #000;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-wrapper {
	height: 100%;
}
img {
	max-width: 100%;
	max-height: 100%;
}
.selections {
	position: fixed;
	top: 0;
	right: 0;
	background: rgba(0,0,0,0);
	height: calc(100% - 70px);
	transition: right 0.3s ease;	
	z-index: 99;
}
.selections.active {
	width: 350px;
}
.selections.close {
	right: -350px;
	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;
}
.ione-wrapper {
	margin-top: 30px;
}
.sum {
  background-color: transparent !important;
}
	
.controls-bottom {
	display: none;
	position: absolute;
    bottom: 0;
    right: 0;	
}

canvas {
	height: 100%;
	width: 100%;
}
div.titles label {
	color: inherit !important;
	font-weight: 600;
	cursor: pointer;
}
span#close_sel {
    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;
}
.animated-wrapper {
    left: 0;
    bottom: 30px;
    transition: all .5s;
    -webkit-transition: all .5s;
    width: 100%;
    position: absolute;
    z-index: 12;
    padding-right: 0px;
    display: flex;
    justify-content: center;
    gap: 15px;
}
.twod .animated-wrapper div.animated_2d {
    box-shadow: 0 0 1px 1px #FF9800;
    -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;
}

.threed .animated-wrapper div.animated_3d {
    box-shadow: 0 0 1px 1px #FF9800;
    -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;
}
.qr .animated-wrapper div.animated_ar {
    box-shadow: 0 0 1px 1px #FF9800;
    -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;
}
.configurator-wrapper .animated-wrapper .animated_2d, .configurator-wrapper .animated-wrapper .animated_3d, .configurator-wrapper .animated-wrapper .animated_ar {
    align-items: center;
    display: flex;
    gap: 5px;
    font-size: 12px;
    background: #ececec;
    color: #000;
    padding: 5px 15px;
    border-radius: 15px;
    opacity: 1;
    -webkit-transition: .1s opacity linear;
    -moz-transition: .1s opacity linear;
    -ms-transition: .1s opacity linear;
    transition: .1s opacity linear;
    cursor: pointer;
}
.animated-wrapper svg {
    width: 18px;
    height: 18px;
    fill: #000;
}
.configurator-wrapper {
    position: relative;
	height: 100vh;
	overflow: hidden;
}
threed-configurator {
    position: absolute;
    left: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    max-height: 100%;
    height: 100%;
    display: block;
    background: white;
	width: 100%;
	top: 0;
}
.configurator-wrapper.twod .image-wrapper {
    left: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.image-wrapper {
    left: -100%;
    z-index: 10;
    transition: all .5s;
    -webkit-transition: all .5s;
    width: 100%;
    height: 100%;
    top: 0;
	position: relative;
	background: #FFF;
    display: flex;
    justify-content: center;
}

.main-loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    animation: rotate 1s linear infinite;
}
.configurator-wrapper #loading-gif {
	top: 50%;
	left: 50%;
	position: absolute;
	width: 100%;
	height: 100%;
    text-align: center;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
	background: rgba(255,255,255,0.5);
	z-index: 999;
}
.main-loader::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 3px solid #ccc;
  animation: prixClipFix 2s linear infinite ;
}
.loader {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: none;
	position: absolute;
	top: calc(50% - 15px);
	left: calc(50% - 15px);
	animation: rotate 1s linear infinite
}
.loader::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 2px solid #ccc;
  animation: prixClipFix 2s linear infinite ;
}

.configurator-wrapper .qr-content {
	position: absolute;
	right: -100%;
    z-index: 10;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 100%;
    height: 100%;
    padding-top: 60px;
	top: 0;	
}
.configurator-wrapper.qr .qr-content {
    right: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.qr-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
	background: #FFF;
}
.qr-code-header {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.qr-content p.only-mobile {
    display: block;
    padding: 5px 10px;
    background: #f5f5f5;
    border-radius: 15px;
}
.qr-content p.look-on, .qr-content p.top-content {
    font-weight: 600;
}
.qr-code-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px 60px;
    max-width: 600px;
    border: 1px solid #ececec;
    gap: 15px;
}
.qr-content p {
    margin: 0;
}

#render_img {
	object-fit: scale-down;
}
@keyframes rotate {
  100%   {transform: rotate(360deg)}
}

@keyframes prixClipFix {
	0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
	25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
	50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
	75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
	100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
}