
* {
	box-sizing: border-box;
}
/* temp */
rp-element-toolbar {display: none !important;}
.configurator-header {
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 100%;
    padding: 10px 30px;
    display: flex;
    height: 70px;
    align-items: center;
    justify-content: space-between;
	position: relative;
	z-index: 2;
}
.logo-wrapper {
	height: 100%;
}
img {
	max-width: 100%;
	max-height: 100%;
}

.selections {
	 width: 560px;
	padding: 15px 30px;
	height: 100%;
	background: #FFF;
	display: flex;
	flex-direction: column;
	border-radius: 15px;
}
rp-selections-summary {
	background-color: rgba(255,255,255,0.3) !important;
}

co-summary-line {
	background: transparent !important;
	cursor: pointer;
}
.product-configurator-selector-option-info-icon {
    position: absolute;
    bottom: -5px;
    right: -5px;
}
rp-element-toolbar .toolbar-wrapper {
	justify-content: center;
	gap: 10px !important;
}
rp-element-toolbar .toolbar-wrapper .mat-mini-fab.mat-accent {
	background-color: #979284 !important;
}
.product-configurator-selector-option-info-icon co-icon {
    width: 20px;
    height: 20px;
    padding: 3px;
    background: #eeece6;
    border-radius: 50%;
}
.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: 20px;
    top: 15px;
    transition: all .5s;
    -webkit-transition: all .5s;
    height: 100%;
    position: absolute;
    z-index: 12;
    padding-right: 0px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 15px;
}
.twod .animated-wrapper div.animated_2d {
    box-shadow: 0 0 1px 1px #FE4400;
    -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 #FE4400;
    -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 #FE4400;
    -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: #FFFFFF;
    color: #000;
    padding: 10px;
    border-radius: 5px;
    opacity: 1;
    -webkit-transition: .1s opacity linear;
    -moz-transition: .1s opacity linear;
    -ms-transition: .1s opacity linear;
    transition: .1s opacity linear;
    cursor: pointer;
	box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f;
}
.animated-wrapper svg {
    width: 22px;
    height: 22px;
    fill: #000;
}
.animated-wrapper span {
    display: none;
}
.product-essentials {
    float: left;
    width: 100%;
    padding: 15px 30px 15px 15px;
    box-sizing: border-box;
    position: relative;
    background: #F7F5F3;
	height: calc(100vh - 70px);
	display: flex;
	gap: 15px;
	top: 0px;	
    margin-bottom: 20px;
}
.configurator-wrapper {
	width: calc(100% - 560px);
	float: left;
    overflow: hidden;
    padding-right: 0px;
	position: relative;
	height: 100%;
}
.controls-directions {
	display: none !important;
}
threed-configurator {
    position: absolute;
    left: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    max-height: 100%;
    height: 100%;
    display: block;
    
	width: 100%;
	top: 0;
}
.configurator-selector-option-tile-container .product-configurator-selector-option-tile-image {
	min-height: 67px !important;
}
.configurator-option-checkbox-container .product-configurator-checkbox-checkmark .product-configurator-checkbox-selected svg {
	fill: #979284;
	
}
.selector-container h2.selector-option-header {
	color: #000;
	font-weight: 600 !important;
}
.product-name h1 {
    font-size: 20px;
    font-weight: normal;
    white-space: normal;
    text-align: left;
    padding: 0 0 15px 0;
    position: relative;
    margin: 0;
	padding: 10px 0 0px 0;
	color: #000;
}
.selector-container .selector-option-header {
    font-size: 14px !important;
    font-weight: bold;
    margin: 10px 0 0;
    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: normal !important;
    margin: 5px 0 0 0 !important;

}
/* 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;
}
.product-configurator-details {
	max-height: calc(100vh - 340px) !important;
	overflow: scroll;
}
.action-buttons-wrapper {
	margin-top: 15px;
	border-top: 1px solid #ccc;
	padding-top: 15px;
	display: flex;
    gap: 15px;
}
.action-buttons-wrapper .addto {
    background-color: #222;
    border-radius: 3px;
    box-shadow: none;
    color: #000;
    padding: 10px 15px;
    font-size: 14px;
    cursor: pointer;
	border: none;
	font-weight: normal;
	width: 100%;
	    box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f;
}
.action-buttons-wrapper > div {
    flex: 1;
}
.action-buttons-wrapper .addto.to-price {
	background-color: #979284;
    color: #FFF !important;	
}
.action-buttons-wrapper .addto.to-mail {
	background-color: #e3e0d699;
}
.action-buttons-wrapper .addto.to-pdf {
	background-color: #f5f5f5;
}

.selection-container-07 {
    grid-template-columns: repeat(auto-fill, minmax(80px, 0.5fr)) !important;
}
.selection-container-01 {
	grid-template-columns: repeat(auto-fill, minmax(60px, .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: 15px;
    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: normal !important;
	margin: 10px 0 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: 0px !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 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: none !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;
}
.configurator-wrapper.twod .image-wrapper {
    left: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.selections-heading h2 {
    margin: 10px 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCCC;
	color: #000;
}
.header-buttons {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    gap: 15px;
	    top: 10px;
    right: 30px;
	position: relative;
}
.header-buttons svg {
    width: 22px;
    height: 22px;
    fill: #000;
}
.menu-btn, .account-btn {
    align-items: center;
    display: flex;
    gap: 5px;
    font-size: 12px;
    background: #FFFFFF;
    color: #000;
    padding: 7px;
    border-radius: 5px;
    opacity: 1;
    -webkit-transition: .1s opacity linear;
    -moz-transition: .1s opacity linear;
    -ms-transition: .1s opacity linear;
    transition: .1s opacity linear;
    cursor: pointer;
    box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f;
}
body .account-btn {
	 background: #979284;
}
body .account-btn svg {
	 fill: #fff;
}

.image-wrapper {
    left: -100%;
    z-index: 10;
    transition: all .5s;
    -webkit-transition: all .5s;
    width: 100%;
    height: 100%;
    top: 0;
	position: relative;
    display: flex;
    justify-content: center;
	background: #f7f5f3; 
}

.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;
}

.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: #f7f5f3; 
}
.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)}
}

@media(max-width:800px){
	.product-essentials {
		flex-direction: column;
		padding: 0px;
		height: 100%;
		
	}
	.product-essentials .configurator-wrapper {
		width: 100%;
		overflow: visible;
	}
	.product-essentials .selections {
		width: 100%;
	}
	#render_img {
		height: 100%;
		min-height: 60vh;
	}
}