/*site*/
html, body {
	height: 100%;
	margin: 0;
	font-family: 'Montserrat', Sans-serif !important;
	color: #333;
	overflow: visible !important;
}
button {
	font-family: 'Montserrat', Sans-serif !important;
}
* {
	box-sizing: border-box;
}
img {
	max-width: 100%;
}
img#preview_img {display: none !important;}
.ione-wrapper {margin-top: 60px;}
.loading:after {
    content: ' .';
    animation: dots 1s steps(5, end) infinite;
    position: absolute;
    left: -15px;
    top: -15px;
    height: 100%;
    width: 100%;
    text-align: center;
}
.loading:before {
    content: attr(data-before);
    color: #000;
    font-size: 12px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 32%;
    width: 100%;
    transform: translate(-50%,-50%);
    z-index: 9999;
}
span.supplierArticleNoNode {
	font-size: 9px;
}
eci-stock {
	font-size: 10px;
	display: flex;
    flex-direction: column;
}
.status.ok {
    color: #2e7d32;
}
.status.nok {
    color: #b71c1c;
}
.status {
    font-weight: 600;
}
body .zoom-layer {
	z-index: 9999999999999 !important;
}
@keyframes dots {
  0%, 20% {
    color: rgba(0,0,0,0);
    text-shadow:
      .25em 0 0 rgba(0,0,0,0),
      .5em 0 0 rgba(0,0,0,0);}
  40% {
    color: #03a9f4;
    text-shadow:
      .25em 0 0 rgba(0,0,0,0),
      .5em 0 0 rgba(0,0,0,0);}
  60% {
    text-shadow:
      .25em 0 0 #03a9f4,
      .5em 0 0 rgba(0,0,0,0);}
  80%, 100% {
    text-shadow:
      .25em 0 0 #03a9f4,
      .5em 0 0 #03a9f4;}
}
/*Scroll bar nav*/
::-webkit-scrollbar {
    all:unset !important;
}
::-webkit-input-placeholder { /* Edge */
	color: #999;
	font-size: 11px;
	font-style: italic;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #999;
	font-size: 11px;
	font-style: italic;
}
.render-wait {
	display: none;
}
.twod .render-wait {
	display: block;
}
.render-wait {
    position: absolute;
    top: 40px;
    left: 3px;
    z-index: 99999999;
    height: 100%;
	background: rgba(255,255,255,0.5);
}
.render-wait #wait_row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}
.render-wait #wait_row span {
    width: 80px;
    min-height: 60px;
    font-size: 60px;
    color: #03a9f4;
    position: relative;
	display: none;
	background: #fff;
	padding: 5px;
	border-radius: 10px;
}
.render-wait #wait_row span img {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.render-wait #wait_row span.loading:last-child, .render-wait #wait_row span.active {
	display: block;
}
.render-wait #wait_row span:not(.loading) {
	opacity: 0.5;
}
.render-wait #wait_row span:not(.loading):last-child {
	opacity: 1;
}
.render-wait #wait_row span:not(.loading).active {
	opacity: 0.6;
}
.render-wait #wait_row span.loading {
    height: 30px;
    top: -45px;
    background: transparent;
}
#myBar {
  width: 4%;
  height: 30px;
  background-color: #04AA6D;
  text-align: center; /* To center it horizontally (if you want) */
  line-height: 30px; /* To center it vertically */
  color: white;
  display: none;
} 
#myProgress {
	position: absolute;
    width: 100%;
    left: 0;
    bottom: 40px;
    z-index: 99999;
}
body .layer {
	position: relative !important;
	top: 0px !important;
	left: 0px !important;
}
::placeholder {
	color: #999;
	 font-size: 11px;
	font-style: italic;
}
/* Temp hidden */

.should-be-hidden {
	display: none !important;
}
.prod-dev-wrapper ul.option-list.connection li.extra-label + li label, .prod-dev-wrapper ul.option-list.connection li.extra-label + li + li label {
    position: relative;
    top: 8px;
}
.prod-dev-wrapper ul.option-list.connection li.extra-label {
    margin-top: 10px;
}
button {
	outline: none;
	border: none;
}
div {
	box-sizing: border-box;
}
.action-buttons-wrapper {
	display: flex;
	margin-top: 30px;
	gap: 5px;
}
.action-buttons-wrapper > div {
	flex: 1;
}
.action-buttons-wrapper .addtocart button {
	width: 100%;
}
div.rotate {
    position: absolute;
    height: auto;
    width: auto;
    right: 10px;
    top: -5px;
}	
div#rotate1 {
	transform: rotateX(3deg);
}
div.rotate img {
    max-width: 25px;
    filter: grayscale(100%);
    box-shadow: 10px 10px 5px #ccc;
    -moz-box-shadow: 10px 10px 5px #ccc;
    -webkit-box-shadow: 5px 5px 5px #ccc;
    -khtml-box-shadow: 10px 10px 5px #ccc;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}
div#rotate2 {
	transform: rotateY(15deg);
}
div#rotate3 {
	filter: brightness(90%);
}
span.px {
    font-size: 12px;
    padding-left: 10px;
}
.co-summary-line .icon.collapse {
    border-left: 1px solid rgba(255,255,255,0.5) !important;
    width: 30px !important;
    height: 30px !important;
}
.co-summary-line .icon.collapse>co-icon {
    width: 30px !important;
    height: 30px !important;
    border-radius: 5px !important;
    background: #FFF !important;
}
.co-summary-line .total-price {
    background: transparent !important;
}
/* homepage */
.button-wrapper-create {
	width: 100%;
	float: left;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 0px;
}
.button-wrapper-create.bottom {
	padding-left: 40px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 40px;
}
.button-create {
	display: inline-block;
	vertical-align: middle;
}
ul.option-list.article-sku {
    padding: 0;
    padding-right: 30px;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}
.btn-create {
	padding: 0px 25px;
    background: #9650a0;
    color: #FFF;
    border-radius: 25px;
    display: inline-block;
    margin-top: 30px;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
}
.addto-button {
	position: relative;
}
.prod-dev-wrapper ul.option-list.connection label {
    position: relative;
    margin: 0;
    top: 0px;
}
.prod-dev-wrapper ul.option-list.connection .extra-settings {
	margin-top: 50px;
    float: left;
    width: 100%;	
}
.prod-dev-wrapper ul.option-list.connection .extra-settings li {
	margin-bottom: 15px;
}
select#bundle_upload_target {
	    border: 1px solid #ccc;
    height: 35px
}
span.adv-btn  {
    position: absolute;
    left: 275px;
    top: -2px;
    height: 23px;
    width: 23px;
    padding: 2px;
    font-size: 12px;
    /* border-radius: 10px; */
    color: #FFF;
    box-shadow: 0px 1px 3px 2px #ccc;
    -moz-box-shadow: 0px 1px 3px 2px #ccc;
    -webkit-box-shadow: 0px 1px 3px 2px #ccc;
    -khtml-box-shadow: 0px 1px 3px 2px #ccc;
    cursor: pointer;
}
span.upload_btn {
position: absolute;
    left: 315px;
    top: 18px;
    height: 23px;
    width: 23px;
    padding: 2px;
    font-size: 12px;
    /* border-radius: 10px; */
    color: #FFF;
    box-shadow: 0px 1px 3px 2px #ccc;
    -moz-box-shadow: 0px 1px 3px 2px #ccc;
    -webkit-box-shadow: 0px 1px 3px 2px #ccc;
    -khtml-box-shadow: 0px 1px 3px 2px #ccc;
    cursor: pointer;	
}
.create-url {
	width: 100%;
    float: left;
    padding: 30px 0;
	position: relative;
}
input#created {
	padding: 10px 115px 10px 7px;
    border: 1px solid #ccc;
	white-space: nowrap;
	width: 100%;
}
.required input#created {
	border: 1px solid red;
}
.create-url.required:after {
    content: 'create url first';
    position: absolute;
    bottom: 15px;
    color: red;
    left: 0px;
    font-size: 10px;
    font-style: italic;
}
button.copy {
    position: absolute;
    top: 30px;
    right: 40px;
    height: 38px;
    background: transparent;
    font-size: 20px;
	cursor: pointer;
}
button.goto {
    position: absolute;
    top: 30px;
    right: 5px;
    font-size: 24px;
    background: transparent;
    height: 38px;
	cursor: pointer;
}
button.short {
    position: absolute;
    top: 30px;
    right: 10px;
    font-size: 24px;
    background: transparent;
    height: 38px;
    cursor: pointer;
}
.create-url.copied:before {
    position: absolute;
    width: 100%;
    content: 'copied';
    background: rgba(255,255,255,0.7);
    color: #000;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
}
.production-content {
	display: flex;
}
.production-content .option-list {
	flex: 1;
}
.prod-dev-wrapper ul.option-list li {
    list-style: none;
    float: left;
    width: 100%;
}
.prod-dev-wrapper h3 {
	padding-left: 40px;
	margin-bottom: 0px;
	margin-top: 40px;
}
.slidecontainer {
	float: left;
	width: 100%;
	position: relative;
}
.prod-dev-wrapper ul.option-list li input.slider {
    width: 70%;
    float: left;
    margin: 3px 0 0 0;
}
div#adv_render_popup.active .advanced-render ul.option-list {
	margin: 0;
}
div#adv_render_popup.active .advanced-render li.addto-button {
	display: flex;
	flex-direction: column;
}
div#adv_render_popup.active .advanced-render .button {
	margin: 0;
}
div#adv_render_popup {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 9999;
	margin: 0;
}
div#adv_render_popup .adv-render-modal {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: min(1100px, 95vw);
    height: min(550px, 90vh);
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
div#adv_render_popup h4 {
    margin: 25px 0 5px 0;
}
div#adv_render_popup h4.popup-h4 {
	display: none;
}
div#adv_render_popup.active h4 {
	display: none;
}
div#adv_render_popup.active .hide-popup {
	display: none !important;
}
div#adv_render_popup.active h4.popup-h4 {
    display: block;
    margin-top: 0;
    font-size: 20px;
    text-align: center;
    padding-bottom: 30px;
}
div#adv_render_popup.active {
	display: block;
}
.adv-render-modal_backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .45);	
}
div#adv_render_popup .popup {
	display: none;
}
div#adv_render_popup.active .popup {
	display: block;
}
.close_popup.popup {
    position: fixed;
    right: 30px;
    top: 30px;
    background: #9d9d9d;
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 10px;
    color: #FFF;
    box-shadow: 0px 1px 3px 2px #ccc;
    -moz-box-shadow: 0px 1px 3px 2px #ccc;
    -webkit-box-shadow: 0px 1px 3px 2px #ccc;
    -khtml-box-shadow: 0px 1px 3px 2px #ccc;
	cursor: pointer;	
}
div#adv_render_popup .advanced-render.popup {
	display: none;
}
div#adv_render_popup.active .advanced-render.popup {
	display: block;
}
div#adv_render_popup .advanced-render .popup {
	display: none;
}
div#adv_render_popup.active .advanced-render .popup {
	display: block;
}
div#adv_render_popup.active .inner-popup {
	position: absolute;
	left: 50%;
    top: 60px;
    transform: translateX(-50%);
    width: 90%;
    height: auto;	
}
div#adv_render_popup.active .inner-popup .no-popup {
	display: none !important;
}
.advanced-render-options {
    float: left;
    width: 100%;
    display: flex;
    gap: 60px;
}
.prod-dev-wrapper ul.option-list li p.counter {
	width: calc(20% - 60px);
    float: left;
    padding-left: 30px;
    box-sizing: border-box;
    margin-top: 0px;
    margin-left: 30px;
	margin-bottom: 3px;
    border-left: 1px solid #ccc;
	font-size: 12px;
}
.prod-dev-wrapper ul.option-list li label {
	margin-bottom: 5px;
	display: block;
	font-size: 13px;
	position: relative;
}
.prod-dev-wrapper ul.option-list li.extra-label label {
	top: 7px;
}
.prod-dev-wrapper ul.option-list li.extra-label label:after {
	content: 'cdn.ione360 or cdn1.colijn-it';
	position: absolute;
	left: 0;
	top: 20px;
	font-size: 11px;
	display: none;
}
.prod-dev-wrapper ul.option-list li input {
    border: 1px solid #ccc;
    padding: 5px;
}
.prod-dev-wrapper ul.option-list.connection li {
	margin-bottom: 5px;
	position: relative;
}
.prod-dev-wrapper ul.option-list.connection li input,  .prod-dev-wrapper ul.option-list.article-sku li input {
	width: 100%;
	max-width: 300px;
	height: 30px;
}
.prod-dev-wrapper ul.option-list.article-sku.required li input {
	border: 1px solid red;
}
.prod-dev-wrapper ul.option-list.article-sku {
	position: relative;
	margin-top: 10px;
}
.prod-dev-wrapper ul.option-list.article-sku.required:after {
    content: 'sku is required';
    position: absolute;
    bottom: -15px;
    color: red;
    left: 0px;
    font-size: 10px;
    font-style: italic;
}
.prod-dev-wrapper ul.option-list.options li {
	padding-bottom: 15px;
}
.prod-dev-wrapper ul.option-list.options li label {
    position: relative;
    margin: 0;
    top: 0px;
}
/* end homepage */
.product-placeholder {
	position: relative;
}
.product-placeholder #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);
}
.product-placeholder #loading-gif img {
	max-width: 300px;
	top: 50%;
	left: 50%;
	position: absolute;
    text-align: center;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);	
	max-width: 100px;
}
.co-summary-line div.titles {
	height: auto !important;
	    max-width: 200px;
}
co-summary-line div.titles span {
	line-height: 1;
}
co-summary-line div.price > span.price {
	font-size: 13px !important;
	font-weight: normal !important;
}

.summary-line {
    position: relative;
}

.summary-line:after {
    content: '\f078'; /* chevron-down */
    position: absolute;
    display: inline-block;
    font-family: 'Font Awesome 6 Pro'; /* or 'Font Awesome 5 Pro' depending on your version */
    font-weight: 300; /* 300 is Light in FA Pro */
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: 15px;
    top: 25px;
}
body .co-summary-line .titles label {
	color: #000;
    font-weight: 600;
    font-size: 14px;
	font-style: normal;
	white-space: normal;
}
body rp-selections-summary .co-summary-line .summary-line {
	font-size: 12px;
	grid-template-columns: auto minmax(200px, 500px) 40px;
	align-items: center;
	padding: 5px;
}
body .co-summary-line .title-wrapper:first-child {
	margin-top: 2px;
}
body co-summary-line div.titles span {
	font-size: 12px;
}
body .co-summary-line .total-price {
	font-size: 12px;
	font-weight: 600;
}
body .header-wrappers {
	width: 100%;
    float: left;
    background: #FFF;
	position: fixed;
	z-index: 99;
	border-bottom: 1px solid #eee;
	top: 0;
}

.threed-viewer {
	position: absolute;
	z-index: 4;
	height: 100%;
	left: -100%;
	width: 100%;
	top: 0px;
    transition: all .5s;
    -webkit-transition: all .5s;	
	padding: 40px;
	box-sizing: border-box;
}
.threed-viewer.expand-animated {
    left: 0;
    padding: 40px;
    box-sizing: border-box;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.fotorama__active {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
}
.configurator-data {
    float: left;
	width: 100%;
}	
.configurator-data span {
	font-size: 13px;
	color: #000000;
	text-decoration: underline;
	cursor: pointer;
}
.configurator-data span.expand-desc:after {
	content: '\f057';
	display: inline-block;
	font-family: FontAwesome;
	position: relative;
	left: 5px;
}
.configurator-data p.expand-desc {
	height: auto;
	max-height: 200px;
	background: rgba(255,255,255,0.6);
	-webkit-transition: height 0.4s, background 0.4s; /* Safari prior 6.1 */
	transition: height 0.4s, background 0.4s;
	padding-left: 15px;
	margin-left: -15px;
}
.configurator-data p {
	font-size: 13px;
    line-height: 1.5;
    font-weight: normal;
	height: 70px;
    overflow: hidden;
	-webkit-transition: height 0.4s, background 0.4s; /* Safari prior 6.1 */
	transition: height 0.4s, background 0.4s;
	background: rgba(255,255,255,0);
}
.configurator-data p p {
	height: auto;
}
.configurator-data h1 {
	font-size: 24px;
    font-weight: normal;
	white-space: normal;
    text-align: left;
	padding: 0 0 15px 0;
	position: relative;
	margin: 0;
}	

.product-added-information h2 {
	font-size: 22px;
    font-weight: normal;
	white-space: nowrap;
    text-align: left;
	padding-bottom: 20px;
}
.product-added-information .table-wrapper {
	padding-right: 40px;
}
.product-added-information table {
	width: 100%;
}
.product-added-information tr td, .product-added-information tr th {
	text-align: left;
	font-size: 14px;
	font-weight: normal;
}
.header-station {
	margin: 0 auto;
	box-sizing: border-box;
	max-width: 1440px;
	padding: 5px 60px;
	display: flex;
    align-items: center;
    justify-content: space-between;	
}
.image-wrapper {
	position: relative;
	min-height: calc(100vh - 70px);
	background: #FFF;
	max-width: 100%;
    display: flex;
    justify-content: center;
	max-height: 100%;
	height: 100%;
	width: 100%;
}
.image-wrapper.busy {
	background: #f5f5f5;
}
.image-wrapper .animated-wrapper {
	position: absolute;
	right: 60px;
	top: 60px;	
}

.product-info .addtocart {
	padding: 0;
}
.product-info .addto i {
	color: #FFF;
	margin-right: 10px;
}
.product-info .addto {
	background-color: #222;
    border-radius: 3px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);	
	color: #FFF;
    padding: 8px 15px;
    font-size: 14px;
	cursor: pointer;
	text-transform: capitalize;
}
.image-wrapper .animated-wrapper .animated_3d {   
	background-color: #D22F2F;
    border-radius: 100%;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
    color: #FFF;
    height: 40px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    width: 40px;
}
.image-wrapper .animated-wrapper .getrender {
	background-color: #D22F2F;
    border-radius: 100%;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
    color: #FFF;
    height: 40px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    width: 40px;
}
.image-wrapper .animated-wrapper .getrender i:before {
	content:'\f021';
}

.threed-viewer .close_3d {
    background-color: #D22F2F;
    border-radius: 100%;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
    position: absolute;
    top: 20px;
    right: 20px;
    border: none !important;
    color: #fff;
    padding: 0;
    font-size: 0px;
    cursor: pointer;
	height: 45px;
	width: 45px;
}
.threed-viewer .close_3d i {
	font-size: 22px;
}
.image-wrapper .animated-wrapper img {
	max-width: 240px;
}
.header-station ul {
	margin: 0;
	padding: 0;
}
.header-station ul li {
	display: inline-block;
	list-style: none;
	padding: 20px 10px;
}
.header-left a {
    font-size: 14px;
    color: #222;
    background: #fcebeb;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 30px;
}
.header-left a.active {
    color: #fff;
    background: #03a9f4;
}
.header-station .header-logo {
	height: 60px;
}
.header-station .header-left {
	float: left;
	width: 25%;
}
.header-station .header-right {
	float: right;
	width: 25%;
}
.header-station .header-right ul {
	float: right;
}
.header-station .header-right ul li {
	font-size: 18px;
	padding-right: 10px;
}
.header-station .header-switch {
	width: 50%;
	float: right;
	display: none;
}
.header-station .header-switch ul {
	
}
.header-station .header-switch ul li {
	float: right;
	margin: 0px 10px 0 0;
}
.header-station .header-switch ul li, .header-station .header-switch ul {
	list-style: none;
}
.header-station .header-logo img {
    margin: 0 auto;
}
.header-station .header-switch img {
	height: 60px;
}
.header-station .header-switch li:last-child img {
	border: 4px solid #000000;
	opacity: 1;
}
.header-station .header-switch li img {
	border: 4px solid #222;
	opacity: 0.6;
}

.product-essential-wrapper, .main-essential-wrapper {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 20px;
    box-sizing: border-box;	
}
.product-essential, .main-essential {
	position: relative;
}
.breadcrumbs-wrapper {
    padding: 0;
	display: none;
}
.product-main-information, .main-information-wrapper {
	float: left;
	width: 100%;
	padding-bottom: 40px;
	top: 70px;
	box-sizing: border-box;	
	position: relative;	
}
.product-essential-wrapper .breadcrumbs ul li, .main-essential-wrapper .breadcrumbs ul li {
	display: inline-block;
	list-style: none;
	font-size: 13px;
	padding-right: 10px;
}
.product-essential-wrapper .breadcrumbs ul, .main-essential-wrapper .breadcrumbs ul {
	margin: 0px;
	padding: 15px 0;
}

.product-added-information .product-info {
	max-width: 1440px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
    vertical-align: middle;
	column-gap: 40px;
	border-top: 1px solid #ececec;
    padding: 40px;
}
.product-essential {
	width: 100%;
	float: left;
	padding: 30px 0;
}
.product-essential .product-info {
	position: relative;
	width: 100%;
	float: left;
	padding-right: 0px;
}
.product-essential .configurator-image {
	position: relative;
	width: 100%;
	float: left;
	overflow: hidden;
	height: 100%;
}
.product-placeholder {

    left: -100%;
    z-index: 10;
    transition: all .5s;
    -webkit-transition: all .5s;
    width: 100%;
    height: 100%;
	top: 0;
}
.product-placeholder #render_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.configurator-image.twod .product-placeholder {
    left: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.configurator-image threed-configurator {
	position: absolute;
    left: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
	max-height: 100vh;
    height: 100%;
    display: block;
    background: white;	
	width: 100%;
}
body.multiple-renders .configurator-image threed-configurator {
	max-height: 100%;
}
 .configurator-image threed-configurator canvas {

 }
 .expanded .configurator-image threed-configurator canvas {
	 max-height: 100%;
 }
.configurator-image .animated-wrapper {
	left: 0;
    bottom: 10px;
    transition: all .5s;
    -webkit-transition: all .5s;
    width: 100%;
	position: absolute;
	z-index: 11;
	padding-right: 0px;
	display: flex;
    justify-content: center;	
	gap: 15px;
}
.configurator-image .animated-wrapper svg {
    width: 18px;
    height: 18px;
	fill: #000;
}
.configurator-image .animated-wrapper .animated_2d,
.configurator-image .animated-wrapper .animated_3d,
.configurator-image .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;	
}

.configurator-image.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;
}
.configurator-image.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;
}
.configurator-image.ar .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;
}
.twod .force-render, .force-expand {
    height: 40px;
    width: 40px;
    float: left;
    background: rgba(255, 255, 255, 0.4);
    text-align: center;
    color: #000;
    opacity: 0.7;
    cursor: pointer;
	display: block;
}
span#RenderIcon, span#ExpandIcon, span#ZoomIcon {
    height: 100%;
    width: 100%;
    float: left;
}
.force-expand {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 999999999;
}
.force-render {
    position: absolute;
    bottom: 0px;
    left: 45px;
    z-index: 999999999;
    display: none;
}
.fa-expand:before {
    content: "\f065";
}
.twod .force-render .fa-download, .force-expand .fa-expand, .force-zoom .fa-magnifying-glass {
    line-height: 40px;
}
.twod .force-render .fa-download:before {
    content: "\f01e";
}
.twod .force-render:hover, .force-expand:hover {
    opacity: 1;
}
.co-summary-line .icon .co-icon {
    width: 20px !important;
    height: 20px;
    background: #F5F5F5;
    position: relative;
    z-index: 9;
    left: 2px;		
}
.co-summary-line:hover .icon .co-icon {
	background: #ececec !important;
}
.co-summary-line .icon .co-icon svg {
    fill: #5b6875;
    width: 16px;
    height: 16px;
}
#selections-expand.expanded div#threedconfigurator {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99999999;
	padding: 0;
	max-height: 100%;
}
#selections-expand.expanded threed-configurator {
    max-width: 100%;
    max-height: 100%;
    transition: max-width .15s ease, max-height .15s ease;
	width: 100%;
}
body.threed #selections-expand.expanded .render-thumbnails,
body.qr #selections-expand.expanded .render-thumbnails {
	display: none;
}
bundle-loader {
	z-index: 999;
}
#selections-expand.expanded .qr-content {
	padding-top: 60px;
}
#selections-expand.expanded .selections {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999999999999;
    max-width: 400px;
    padding: 30px;
    box-sizing: border-box;
    background: rgba(255,255,255,0.5);
}
#selections-expand.expanded .animated-wrapper {
   
}
#selections-expand.expanded div#render_thumbs {
    position: fixed;
    left: 30px;
    top: 30px;
    z-index: 999999999;
    height: 100%;
}
#selections-expand.expanded .product-placeholder .image-wrapper {
    text-align: center;
	min-height: 100%;
}
#selections-expand.expanded .force-expand .fa-expand:before {
    content: '\f00d';
}
div#render_thumbs img {
    max-width: 100%;
	cursor: pointer;
}
div#render_thumbs .thumb {
	position: relative;
	min-width: 130px;
    min-height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
background: #f5f5f5;	
}
div#render_thumbs .thumb.busy {
	background: #f5f5f5;
}

/*div#render_thumbs .busy:before {
	content: '';
	background: rgba(255,255,255,0.5);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}*/
.busy .loader {
	display: block;
}
.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 ;
}

@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)}
}
div#render_thumbs {
    width: 150px;
	display: flex;
    flex-direction: column;
    gap: 15px;	
}

div#render_thumbs .busy img.active {
	box-shadow: none;
}
@media(min-width:992px){
	.product-essential .product-info {
		position: relative;
		width: 560px;
		float: right;
		padding-left: 15px;
	}
	body.multiple-renders .product-essential .product-info {
		width: 560px;
		padding-left: 0;
	}
	.product-essential .configurator-image {
		position: relative;
		width: calc(100% - 560px);
		float: left;
		overflow: hidden;
		padding-right: 0px;
	}
	body.multiple-renders .product-essential .configurator-image {
		width: calc(100% - 560px);
	}
	body.multiple-renders .product-essential {
		display: flex;
		gap: 15px;
	}
	body.multiple-renders .product-essential-wrapper {
		overflow: hidden;
		max-width: 1600px;
	}
	body.fullscreen .product-essential {
		height: calc(100vh - 70px);
		padding: 0;
	}
	body.fullscreen .product-main-information .product-essential-wrapper {
		max-width: 100%;
		padding: 0;
	}
	body.fullscreen div#render_thumbs {
		flex-direction: row;
        width: auto;
		gap: 8px;
	}
	body.fullscreen .product-main-information .product-essential .product-info {
        position: absolute;
        right: 0;
        top: 0;
        padding: 0 0 0 15px;
        border-left: 1px solid #ccc;
        height: 100%;
	}
	body.fullscreen div#render_thumbs img {

		object-fit: cover;
        max-height: 100%;
		width: 100%;
		
		border-radius: 15px;
	}
	body.fullscreen div#render_thumbs .thumb {
		position: relative;
        width: 60px;
        min-height: 35px;
        min-width: 60px;
        height: 35px;
        border-radius: 15px;		
	}
	body div#render_thumbs .thumb.busy img {
		height: 30px;
		width: 30px;
	}
	body.fullscreen div#render_thumbs .thumb.busy {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	body div#render_thumbs .thumb.active {
		box-shadow: 0 0 1px 2px #9650a0;
	}
	body.fullscreen .configurator-image .animated-wrapper {
		gap: 8px;
	}
	body.fullscreen .configurator-image .animated-wrapper .animated_2d, 
	body.fullscreen .configurator-image .animated-wrapper .animated_3d, 
	body.fullscreen .configurator-image .animated-wrapper .animated_ar {
		height: 35px;
		width: 60px;
        justify-content: center;
	}
	body.fullscreen .configurator-image.twod .animated-wrapper div.animated_2d {
		box-shadow: 0 0 1px 2px #9650a0;
	}
	body.fullscreen .configurator-image.threed .animated-wrapper div.animated_3d {
		box-shadow: 0 0 1px 2px #9650a0;
	}
	body.fullscreen .configurator-image.qr .animated-wrapper div.animated_ar {
		box-shadow: 0 0 1px 2px #9650a0;
	}	
	body.fullscreen .configurator-image .animated-wrapper .animated_2d span, 
	body.fullscreen .configurator-image .animated-wrapper .animated_3d span, 
	body.fullscreen .configurator-image .animated-wrapper .animated_ar span {
		display: none;
	}	
	body.fullscreen .configurator-image .animated-wrapper svg {
		width: 18px;
		height: 18px;
	}
	body.fullscreen .force-expand {
		display: none !important;
	}
	body.fullscreen .configurator-image .animated-wrapper div.animated_2d {
		display: none;
	}
	body.fullscreen .configurator-image .animated-wrapper {
		bottom: 20px;
	}
	body.fullscreen .force-render {
		left: 0;
	}
	body.fullscreen .selector-container .selector-wrapper {
		padding: 5px 0 !important;
	}

	body.fullscreen .configurator-data h1 {
		padding: 15px 0;
	}
	body.fullscreen .selections-header {
		display: none !important;
	}
	body.fullscreen .product-configurator-details {
		max-height: calc(100vh - 260px) !important;
	}
	body.fullscreen .action-buttons-wrapper {
		margin-top: 15px;
	}
	body.fullscreen .product-configurator-summary {
		padding: 0 !important;
	}
	body.fullscreen div.sum {
		padding: 15px 0;
		margin-top: 15px;
		border-top: 1px solid #ccc;
		display: flex;
		border-radius: 0;
	}
	body.fullscreen .product-info .addto i {
		color: #333;
		margin-right: 10px;
	}
	body.fullscreen .product-info .addto {
		color: #333;
		background-color: #ececec;
		box-shadow: none;
		border: 1px solid #ccc;
	}
	body.fullscreen .configurator-selector-option-tile-container.configurator-selector-option-tile-container-small .product-configurator-selector-option-tile-image {
		max-width: 30px !important;
	}
	body.fullscreen .configurator-data {
		padding-bottom: 10px;
	}
}

.product-essential .product-media .product-placeholder {
	padding: 0 40px 40px 40px;
}
.product-essential .product-media .product-placeholder img {
	margin-top: 80px;
	max-width: 100%;
}
.product-added-information {
	width: 100%;
	float: left;
	padding: 40px 0;	
}

.product-added-information .product-info p {
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
}	
.product-added-information .product-info .product-description {
	flex: 4;
}
.product-added-information .product-info .product-tags {
	flex: 2;
	max-width: 380px;
}
.product-added-information .product-info .product-ar {
	flex: 1;
}
div#gif {
	width: 100%;
	box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.29);
	-webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.29);
	-moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.29);
}
div#gif img {
	width: 100%;
}
/*bb*/
co-slideout {
	min-width: 600px;
	z-index: 99 !important;
	top: 0px !important;
	max-width: calc(30vw + 60px) !important;
	height: 100% !important;
}
.selections-header {
	text-align: left;
}
.selections-header p {
	font-size: 20px;
    font-weight: normal;
    padding: 15px 0;
	position: relative;
	margin-bottom: 0px;
}

	
.selections {
	width: 100%;
	float: left;
	top: 0px;
	z-index: 10;
	right: 0px;
	background: #FFF;
	box-sizing: border-box;
}
.short-description {
	display: none;
}
rp-selections-summary {
	background: transparent !important;
	overflow: visible !important;
}
co-summary-line {
	/*background: transparent !important;*/
	background: #f5f5f5 !important;
	cursor: pointer;
	box-shadow: none !important;
    border-top: 1px solid #F5F5F5;
}
div.sum {
	box-shadow: none !important;
	border-top: 1px solid #F5F5F5;
	margin-top: 15px;
	gap: 5px;
}
div.sum > label {
	width: auto !important;
}
div.sum div.price {
	font-size: 14px !important;
}
co-card .co-card-wrapper {
	transition: .4s ease-out !important;
}
	
co-summary-line:hover, co-summary-line.highlighted {
	/*background: rgba(0,0,0,0.7) !important;*/
	background: #ececec!important
}
/*
co-summary-line:hover div span, co-summary-line:hover div label, co-summary-line.highlighted div label, co-summary-line.highlighted div span{
	color: #FFF !important;
}
co-summary-line.highlighted co-html-header h1 {
	color: #FFF;
}
co-summary-line:hover .summary-line:after, co-summary-line.highlighted .summary-line:after {
	color: #FFF;
}
*/
co-summary-line.highlighted .summary-content {
	position: absolute;
    left: -100%;
    z-index: 9;
    width: 100%;
    height: 100%;
	background: rgba(0,0,0,0.7);
	top: 1px;
}	
co-summary-line co-image img {
	border-radius: 5px;
}
co-summary-line rp-answer-card {
	width: 33.33333% !important;
}
co-slideout rp-answer-card {
	cursor: pointer;
	width: 18% !important;
}
co-slideout div.title {
    margin: 10px 0 0 30px !important;
    padding: 15px 30px 0px 0 !important;
    width: 100% !important;
    float: left !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}
co-slideout div.title h3 {
    display: block !important;
    font-size: 26px !important;
    font-weight: normal !important;
    text-align: left !important;
    margin: 0 0 5px 0 !important;
    padding-bottom: 0px;
    float: right !important;
	box-sizing: border-box;
}
co-slideout span.option-count {
    width: 100% !important;
    float: left !important;
    text-align: right !important;
    padding-right: 5px !important;
    box-sizing: border-box !important;
	margin: 0 !important;
}
.co-card-wrapper .description-wrapper {
	width: 100%;
	align-items: start !important;
}
rp-answer-card span.description {
	font-size: 12px !important;
    margin-top: 10px !important;
    text-align: left !important;
    white-space: normal !important;
    overflow: hidden !important;
    padding: 0 0 0 0 !important;
    box-sizing: border-box !important;
    height: 30px !important;
	width: 100%;
	text-overflow: ellipsis;
    word-wrap: break-word;
    overflow-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;	
}	
rp-answer-card span.price {
    font-weight: normal !important;
    font-size: 12px !important;
}
.production-content .option-list select {
    width: 100%;
    width: 100%;
    max-width: 300px;
    height: 26px;
    border: 1px solid #ccc;
    padding: 0 5px;
}
.sum {
  background-color: transparent !important;
}
.ar-wrapper button {
    background: #03a9f4;
    color: #FFF;
    width: 150px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
}	
co-summary-line label {
	white-space: nowrap;
	cursor: pointer;
}
canvas {
	height: 100%;
	width: 100%;
}
div#Configurator {
	width: 100%;
	float: left;
}
div#Configurator .wrapper {
	
	padding: 20px;
}
div#Configurator .wrapper img {
	max-height: 40px;
}

.config-wrapper {
	box-sizing: border-box;
    width: 100vw;
    height: 100vh;
    position: relative;
    z-index: 2;
    padding: 40px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.highlighted {
	box-shadow: none !important;
	outline: none !important;
}
.configurator__title {
    position: absolute;
    top: 60px;
    left: 40px;
    z-index: 3;
}
.configurator__title h2 {
    font-family: 'FuturaStd-Bold';
    font-size: 32px;
    line-height: 36px;
    margin: 0;
    color: black;
}
.check {
	background-color: #000000 !important;
	width: 20px !important;
	height: 20px !important;
}
@-webkit-keyframes scaleout {0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes scaleout{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}
#CarouselWrapper img{max-width: 100%; max-height: 800px;}
#ConfiguratorView2D{position: absolute; width: 70vw; height: calc(100% - 200px); top: 60px; left: 0;z-index:7;}
@media(max-width:1440px){
	co-slideout div.title {
		padding: 60px 0px 0px 0px !important;
	}
	co-slideout div.title h3 {
		min-height: 80px !important;
	}
}	
@media(max-width:1440px){
	.header-station {
		width: 100%;
	}
	.prod-dev-wrapper ul.option-list li p.counter {
		padding-left: 10px;
		margin-left: 10px;
	}
	div.rotate {
		right: 15px;
	}

}
.product-essential-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;	
}
.product-essential-wrapper .configurator-image.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;
}
.ar-mobile {display:block;}
.selections-header .mobile {display:none;}
.force-zoom {display:none;}

/* Full config */

            .selector-container .selector-option-header {
                font-size: 14px !important;
                font-weight: 700;
                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: 400 !important;
                margin: 5px 0 0 !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(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: 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
            }
			
			/* end full config */
@media(max-width:991px){
	#selections-expand.expanded .force-zoom #ZoomIcon {
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 18px
	}	
	#selections-expand .configurator-image.threed .force-zoom,
	#selections-expand .configurator-image.qr .force-zoom {
		display: none !important;
	}
	.force-zoom {
		height: 36px;
        width: 36px;
        border-radius: 10px;
        box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.5);
        top: 50px;
		left: initial;
        right: 5px;
        bottom: initial;
		position: absolute;
		z-index: 999999999;
		background: rgba(255, 255, 255, 0.4);
		text-align: center;
		color: #000;
		opacity: 0.7;
		cursor: pointer;
		
	}
	#selections-expand.expanded.zoomed .product-placeholder .image-wrapper {
		min-height: 100%;
		height: 100%;
	}
	#selections-expand.expanded.zoomed .render-thumbnails, 
	#selections-expand.expanded.zoomed .animated-wrapper,
	#selections-expand.expanded.zoomed .product-info,
	#selections-expand.expanded.zoomed .getzoom,
	#selections-expand.expanded.zoomed .force-expand,
	#selections-expand.expanded.zoomed .force-render	{
		display: none !important;
	}
	#selections-expand.expanded .force-zoom {
		display: block;
	}		
	#selections-expand.expanded .force-zoom .getzoomout {
		display: none !important;
	}
	#selections-expand.expanded.zoomed .force-zoom .getzoomout {
		display: flex !important;
	}
	#selections-expand.expanded.zoomed .force-zoom {
		top: 5px !important;
	}
	.product-info .addtocart {
		padding: 0;
	}
	.product-main-information, .main-information-wrapper {
		top: 60px;
	}
	.action-buttons-wrapper {
		gap: 0;
	}
	.action-buttons-wrapper > * {
		flex: 1;
	}
	.product-essential-wrapper {
		padding: 0;
	}
	.product-info .addto {
		width: 100%;
		border-radius: 0;
		padding: 0;
		height: 40px;
		line-height: 40px;
	}
	.force-expand {
		top: 5px;
		left: initial;
		right: 5px;
		bottom: initial;
	}
	.twod .force-render, .force-expand {
		height: 36px;
		width: 36px;
		border-radius: 10px;
		box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.5);
		top: 5px;
	}
	.force-render {
		bottom: 5px;
		left: 5px;
	}
	.breadcrumbs-wrapper {
		display: none;
	}
	.product-essential {
		padding: 0 0 30px 0;
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
	div#render_thumbs {
		order: 2;
		flex-direction: row;
		width: 100%;
		overflow: scroll;
		padding: 2px;
	}
	.product-essential .configurator-image {
		order: 1;
	}
	.product-essential .product-info {
		order: 3;
	}
	.image-wrapper {
		height: 340px;
		min-height: 340px;
	}
	#selections-expand.expanded .configurator-image.threed .animated-wrapper,
	#selections-expand.expanded .configurator-image.qr .animated-wrapper	{
		bottom: 100px;
	}
	#selections-expand.expanded .configurator-image.twod .animated-wrapper {
		bottom: initial;
		top: 300px;
	}
	#selections-expand.expanded .qr-content {
		padding-top: 60px;
		justify-content: flex-start;
	}
	#selections-expand.expanded div#render_thumbs .thumb {
		min-height: 0;
		width: calc(50% - 10px);		
	}
	#selections-expand.expanded .product-placeholder .image-wrapper {
		min-height: 340px;
		height: 340px;
	}
	#selections-expand.expanded .product-placeholder {
		background: #FFF;
	}
	#selections-expand.expanded div#render_thumbs {
		bottom: initial;
		top: 350px;
		left: 0px;
		flex-wrap: wrap;
		height: auto;
		overflow: auto;
		
	}
	.product-placeholder #render_img {
		object-fit: cover;
	}
	.ar-wrapper {display:block;}
	.ar-mobile {display:none;}
	.product-added-information .product-info {
		display: block;
	}
	.product-added-information .product-info > div {
		width: 100% !important;
	}
	.prod-dev-wrapper ul.option-list.article-sku {
		width: 100%;
	}
	.prod-dev-wrapper ul.option-list.connection li input, .prod-dev-wrapper ul.option-list.article-sku li input {
		max-width: 100%;
	}
	.btn-create {
		width: 100%;
		box-sizing: border-box;
	}
	.button-create {
		text-align: center;
		width: 100%;
	}
	.production-content {
		display: block;
	}
	.header-station .header-left {
		display: none;
	}
	.prod-dev-wrapper h3 {
		padding-left: 15px;
	}	
	.production-content .option-list {
		margin: 0;
		padding: 15px;
		display: inline-block;
		width: 100%;
		box-sizing: border-box;
	}
	.button-wrapper-create {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 30px;
		margin-top: 15px;
		border-top: 1px solid #ccc;
	}
	.header-station {
		padding: 0px;
	}
	.header-station .header-right {
		display: none;
	}
	div.rotate {
		right: 5px;
	}
	.header-station .header-logo {
		width: 100%;
		text-align: center;
	}
	.header-station .header-logo img {
		max-height: 40px;
		width: auto;
		padding: 10px;
	}
	.header-station .header-switch {
		position: absolute;
		right: 0;
		top: 30px;
	}
	.header-wrappers {
		height: 60px;
	}
	.header-station .header-switch ul {
		display: none;
	}
	rp-answers-slideout, co-slideout {
		top: 0px !important;
	}
	#selections-expand.expanded .selections {
        position: fixed;
        display: block;
        bottom: 40px;
        width: 100%;
        right: 0px;
        left: 0px;
        top: initial;
        height: 50px;
		max-height: 50px;
        max-width: 100%;
        border-radius: 0;
        -webkit-transition: height 0.4s;
        transition: height 0.4s;
        padding: 0 15px;
        -webkit-box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px -5px 5px 0px rgba(0,0,0,0.2);
        box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.2);
        background: #FFF;		
	}
	#selections-expand.expanded .action-buttons-wrapper {
		gap: 0;
		position: fixed;
		bottom: 0;
		width: 100%;
		left: 0;
	}
	#selections-expand.expanded .selections .selections-header {
		display: block;
		padding: 9px 5px;
	}
	co-slideout {
		min-width: auto !important;
		max-width: 100% !important;
		width: 100% !important;
		position: fixed !important;
		z-index: 999999999 !important;
		top: 0px !important;
		padding: 15px !important;
	}
	.controls-bottom {
		right: 2px;
		bottom: 40px;
	}
	threed-configurator canvas {

		position: relative;
	}
	.header-wrappers {
		z-index: 12;
	}
	.threed-wrapper {
		position: relative !important;
		top: 0 !important;
		left: 0 !important;
		width: 100% !important;
		height: 100% !important;
	}
	.threed-viewer {
		position: absolute;
		z-index: 4;
		height: calc(100% - 120px);
		left: 0px;
		width: 100%;
		top: 120px;
		background: #FFF;
	}
	.selections-header {
		text-align: left;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
	}
	.selections-header p {
		padding: 0; 
		font-size: 14px;
		padding: 0;
		margin: 0;
		
	} 
	.selections-header p#as_configured {
		font-size: 12px;
	}
	.selections-header p#mobile_name {
		font-weight: 500;
	}	
	.selections-header p.not-mobile {
		display: none;
	}
	.selections-header .mobile {
		display: flex;
		justify-content: space-between;
        align-items: flex-end;		
	}
	.selections-header .mobile .right-side {
		display: flex;
		gap: 10px;
		align-items: flex-end;
	}
	.selections-header .mobile #mobile_icon {
		padding: 5px;
		background: #f8a834;
		border-radius: 3px;
		height: 24px;
		width: 24px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #FFF;
		font-size: 12px;
	}	
	#selections-expand.expanded .selections threed-selections {
		display: none;
		padding-top: 100px;
	}	
	.configurator-data {
		padding-left: 0px;
		float: left;
		width: 100%;
		max-width: none;
	}
	.configurator-data h1:after {
		display: none !important;
	}
	.configurator-data h1 {
		font-size: 24px;
		font-weight: normal;
		text-align: center;
		padding: 30px 0;
	}
	#selections-expand.expanded.expand-mobile .selections {
		height: calc(100% - 40px);
		-webkit-transition: height 0.4s; /* Safari prior 6.1 */
		transition: max-height 0.4s;
		max-height: 800px;
	}
	.expand-mobile .selections-header {
		
	}
	co-slideout div.title h3 {
		min-height: 30px !important;		
		font-size: 20px !important;
		text-align: left !important;
	}

	#selections-expand.expanded.expand-mobile .selections threed-selections {
		display: block;
		padding-top: 60px;
		max-height: 100%;
		overflow: auto;
	}

	.selections .selections-header {
		display: none;
	}
	co-summary-line div.titles span {
		font-size: 13px !important;
	}
	co-summary-line div.price > span.price {
		font-size: 13px !important;
		font-weight: normal !important;
	}
	co-slideout div.title {
		padding: 30px 0 0 0 !important;
	}
	co-slideout rp-answer-card {
		cursor: pointer;
		width: 30% !important;
	}
}
@media(max-width:480px){
	div.rotate {
		right: -5px;
	}
	.prod-dev-wrapper ul.option-list.options li {
		display: flex;
	}
	.prod-dev-wrapper ul.option-list.options li label {
		flex: 1;
		line-height: 36px;
		top:0;
	}
	.prod-dev-wrapper ul.option-list.options li .toggle-button-cover {
		flex: 1;
	}
	.prod-dev-wrapper ul.option-list.options li .toggle-button-cover .button {
		margin: 0;
	}
}
@media print {
	.product-essential .configurator-image {
		position: relative;
		width: 100% !important;
		left: 0 !important;
		height: 100%;
		float: none !important;
		page-break-after: always;
		display: block !important;
	}
	.configurator-image threed-configurator {
		display: none !important;
	}
	.product-essential .product-info {
		width: 100% !important;
	}
	.product-added-information {
		display: none !important;
	}
	.product-placeholder {
		position: relative !important;
		left: 0px !important;
	}
	.animated-wrapper, .force-expand, .force-render {
		display: none !important;
	}
	.selections {
		display: block !important;
	}

	.selections-header {
		display: none;
	}
	.action-buttons-wrapper {
		display: none;
	}
	.breadcrumbs-wrapper {
		display: none;
	}
	.co-summary-line {
		float: left !important;
		width: 100% !important;
	}
	.co-summary-line div.titles {
		height: auto !important;
	}
	.title-item-list {
		max-height: 100% !important;
		display: flex;
		align-items: flex-start;
		vertical-align: top;
		justify-content: space-between;
		gap: 20px;
		column-gap: 40px;
	}
	div.titles {
		display: block;
	}
	div.titles span {
		line-height: 10px !important;
		font-size: 12px !important;
	}
	.summary-line {
		min-height: 100% !important;
	}	
}
