html, body {
	height: 100%;
	margin: 0;
}
* {
	box-sizing: border-box;
}
.header-wrapper {
    max-height: 80px;
    height: 80px;

    padding: 15px 60px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-start;
	border-bottom: 1px solid #ececec;
}
.logo-wrapper {
	height: 100%;
}
body .product-configurator-details {
	max-height: 100% !important;
	overflow-y: auto !important;
}
img {
	max-width: 100%;
	max-height: 100%;
}
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: 50%;
    bottom: 30px;
    transition: all .5s;
    -webkit-transition: all .5s;
    transform: translateX(-50%);
    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 #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;
}

.threed .animated-wrapper div.animated_3d {
    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;
}
.qr .animated-wrapper div.animated_ar {
    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;
}
.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: calc(100vh - 80px);
	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;
}
/* Full config */

            .selector-container .selector-option-header {
                font-size: 14px !important;
                font-weight: 700;
                margin: 0 !important;
                padding: 10px 0
            }

            .selector-container .selector-option-header>span:nth-child(1) {
                padding-right: 3px !important
            }

            .selector-container .selector-option-sub-header {
                font-size: 14px !important;
                font-weight: 400 !important;
                margin: 0 0 10px !important
            }

            .selection-container-07 {
                grid-template-columns: repeat(auto-fill,minmax(80px, 0.5fr)) !important
            }

            .selection-container-01 {
                grid-template-columns: repeat(auto-fill,minmax(80px, .5fr)) !important;
                padding: 0 3px !important
            }

            .selection-container-01 .selector-option-wrapper {
                padding: 5px 10px !important;
                min-height: auto !important;
                box-shadow: 0 0px 2px 1px #0003;
                border-radius: 10px !important
            }

            .selection-container-01 .selector-option-wrapper.active {
                box-shadow: none
            }

            .configurator-selector-option-button-container .product-configurator-selector-option-button-description p {
                font-size: 11px
            }

            .configurator-selector-option-button-container .product-configurator-selector-option-button-checkmark {
                top: -2px !important;
                right: -2px !important
            }

            .configurator-selector-option-button-container .product-configurator-selector-option-button-checkmark co-icon {
                background: #979284 !important;
                border-radius: 0 5px !important;
                padding: 2px !important;
                width: 14px !important;
                height: 14px !important
            }

            .configurator-selector-option-button-container .product-configurator-selector-option-button-checkmark co-icon svg {
                fill: #fff !important
            }

            .selector-wrapper {
                gap: 10px !important
            }

            rp-product-configurator-selector {
                margin-bottom: 10px;
                display: block
            }

            rp-product-configurator-selector.treelevel-3 {
                margin-bottom: 5px
            }

            rp-product-configurator-selector.treelevel-3 .selector-container .selector-option-bold-text-header {
                font-size: 12px !important;
                font-weight: 400 !important;
                margin: 10px 0 0 !important;
                padding-left: 5px
            }

            .product-info {
                position: relative;
                height: 100%
            }

            .configurator-selector-option-tile-container.configurator-selector-option-tile-container-small-rounded .product-configurator-selector-option-tile-image,.configurator-selector-option-tile-container.configurator-selector-option-tile-container-small .product-configurator-selector-option-tile-image {
                min-height: inherit !important;
                max-width: 100% !important
            }

            .configurator-selector-option-tile-container.configurator-selector-option-tile-container-small .product-configurator-selector-option-tile-checkmark {
                top: -5px !important;
                right: -5px !important
            }

            .configurator-selector-option-tile-container.configurator-selector-option-tile-container-small .product-configurator-selector-option-tile-checkmark co-icon {
                width: 18px !important;
                height: 18px !important
            }

            .selection-container-03 .selector-option-wrapper,.selection-container-06 .selector-option-wrapper {
                padding: 3px !important
            }

            .selection-container-08.selector-wrapper .selector-option-wrapper.active .product-configurator-selector-option-tile-image img {
                border: 2px solid #979284;
                box-shadow: none !important
            }

            .selection-container-08.selector-wrapper .selector-option-wrapper.active .product-configurator-selector-option-tile-checkmark {
                top: 4px !important;
                right: 4px !important
            }

            .selection-container-08.selector-wrapper .selector-option-wrapper.active .product-configurator-selector-option-tile-checkmark co-icon {
                border-radius: 50% !important
            }

            .selection-container-08.selector-wrapper .selector-option-wrapper.active {
                border: none !important
            }

            .selection-container-08.selector-wrapper .selector-option-wrapper {
                padding: 0 !important
            }

            .selection-container-08 {
                grid-template-columns: repeat(auto-fill,minmax(80px, .5fr)) !important
            }

            .configurator-option-checkbox-container .product-configurator-checkbox-checkmark .product-configurator-checkbox-selected {
                padding: 2px;
                background: #979284 !important;
                width: 18px !important;
                height: 18px !important;
                border-radius: 3px !important
            }

            .configurator-option-checkbox-container .product-configurator-checkbox-checkmark .product-configurator-checkbox-selected svg {
                fill: #fff !important
            }

            .selection-container-03 .configurator-selector-option-tile-container .product-configurator-selector-option-tile-checkmark co-icon {
                border-radius: 50% !important
            }

            .configurator-selector-option-tile-container .product-configurator-selector-option-tile-checkmark co-icon {
                padding: 3px;
                background: #979284 !important;
                width: 20px !important;
                height: 20px !important;
                border-radius: 0 3px !important
            }

            .configurator-selector-option-tile-container .product-configurator-selector-option-tile-checkmark co-icon svg {
                fill: #fff !important
            }

            .configurator-selector-option-tile-container .product-configurator-selector-option-tile-checkmark {
                top: -7px !important;
                right: -7px !important
            }

            .selection-container-03 .configurator-selector-option-tile-container .product-configurator-selector-option-tile-checkmark {
                top: -5px !important;
                right: -5px !important;
                border-radius: 50% !important
            }

            .selection-container-03 .selector-option-wrapper.active {
                border-radius: 50% !important
            }

            .selector-wrapper .selector-option-wrapper {
                background: 0 0 !important;
                border: 2px solid transparent !important;
                transition: all .5s;
                -webkit-transition: all .5s
            }

            .selector-wrapper .selector-option-wrapper.active {
                border: 2px solid #979284 !important;
                transition: all .5s;
                -webkit-transition: all .5s
            }

            .selection-container-03 .selector-option-wrapper.active .product-configurator-selector-option-tile-image img,.selection-container-06 .selector-option-wrapper.active .product-configurator-selector-option-tile-image img {
                box-shadow: none !important
            }

            .selection-container-03,.selection-container-06 {
                grid-template-columns: repeat(auto-fill,minmax(50px, .5fr)) !important;
                gap: 5px !important
            }

            .configurator-selector-option-tile-container.configurator-selector-option-tile-container-small-rounded .product-configurator-selector-option-tile-description,.configurator-selector-option-tile-container.configurator-selector-option-tile-container-small .product-configurator-selector-option-tile-description {
                display: none
            }
/* Hide scrollbar */
.product-configurator-details::-webkit-scrollbar {
  width: 0;
}

/* Show scrollbar on hover */
.product-configurator-details:hover::-webkit-scrollbar {
  width: 8px;
}

/* Optional styling */
.product-configurator-details::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.4);
  border-radius: 4px;
}			
			/* end full config */
#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)}
}