html, body {
	height: 100%;
	margin: 0;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-size: 14px;
}
* {
	box-sizing: border-box;
}
rp-render-controls {display: none !important;}
/* bundle loader override */
bundle-loader .organic-loader svg {
	display: none;
}
bundle-loader .organic-loader {
	background: url('/images/brand.gif') no-repeat;
	background-size: 80px;
}
/* end bundle loader override */
/* name front articleReceived */
.name-wrapper {
    padding: 0 0 15px 0;
}
span#title_wrapper {
    font-size: 14px;
    font-weight: 600;
}
/* end name front articleReceived */
.selections {
	position: fixed;
	top: 0;
	right: 0;
	background: rgba(0,0,0,0);
	height: calc(100% - 70px);
	transition: right 0.3s ease;	
	z-index: 9;
	padding: 15px;
}
.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;
}

.sum {
  background-color: transparent !important;
}
	
.controls-bottom {
	left: 20px !important;
	right: initial !important;
}

canvas {
	height: 100%;
	width: 100%;
}
div.titles label {
	cursor: pointer;
}
span#close_sel, span#close_sel_mob {
    position: absolute;
    left: -45px;
    top: 7px;
    background: #fff;
	font-size: 26px;
    height: 36px;
    box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
    width: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}
span#close_sel_mob {
	display: none;
}
@media (min-width: 991px) {
	co-slideout {
		min-width: 600px;
        z-index: 99 !important;
        top: 0px !important;
        max-width: calc(30vw + 60px) !important;
        height: 100% !important;
		padding: 15px;
	}
	.selections {
		max-width: 350px;
	}
	div#sel_wrap {
		overflow: auto;
		height: 100%;
	}
}
@media (max-width: 992px) {
	span#close_sel {
		display: none;
	}
	.selections {
		width: 100%;
		height: 0px;
		bottom: 0;
		top: initial;
		z-index: 9;
	}
	span#close_sel_mob {
		top: initial;
		bottom: 0px;
		left: 0;
		border-radius: 0;
		z-index: 99;
		display: block;
		padding: 5px 15px;
		width: 100%;
		text-align: left;
		box-sizing: border-box;
		height: 45px;
	}
	.selections.close {
		top: 60px;
		left: 0;
		height: 100%;
		right: inherit;
	}
	.selections.close span#close_sel_mob {
		top: -60px;
	}
	rp-selections-summary {
		height: 100%;
		overflow-y: auto !important;
		background-color: rgba(255,255,255,0.8) !important;
	}
	threed-configurator .controls-bottom {
		bottom: 70px;
	}
	.selections #close_sel_mob:before {
		content: 'Maak uw keuze';
		position: absolute;
		font-family: 'Montserrat';
		top: -2px;
		left: 0;
		width: 100%;
		text-align: center;
		height: 50px;
		line-height: 50px;
		font-size: 16px;
	}
	.selections.fr #close_sel_mob:before {
		content: 'Faites votre choix';
	}
	.selections.de #close_sel_mob:before {
		content: 'Personalisieren';
	}
	co-slideout {
		min-width: 100% !important;
        z-index: 99 !important;
        top: 45px !important;
        max-width: 100% !important;
        height: 100% !important;
		padding: 15px;		
	}
	co-slideout rp-answer-card {
		width: 23% !important;
	}
}
@media print {
	threed-configurator {
		width: 100%;
		display: flex;
	}
	.selections {
		width: 100% !important;
		max-width: 100% !important;
		position: unset !important;
	}
}
