/*site*/
html, body {
	height: 100%;
	margin: 0;
	font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	color: #333;
	overflow: visible !important;
}
button {
	outline: none;
	border: none;
}

.co-summary-line div.titles {
	height: auto !important;
}
co-summary-line div.titles span {
	line-height: 1;
}
co-summary-line div.price > span.price {
	font-size: 13px !important;
	font-weight: normal !important;
}
.controls-bottom {
	position: absolute;
    left: 0;
}
.summary-line {
    position: relative;
}

.summary-line:after {
    content: '\e007';
    position: absolute;
    display: inline-block;
    font: normal normal normal 14px/1 WooCommerce;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: 15px;
    top: 30px;
}
.header-wrapper {
	width: 100%;
    float: left;
    background: #FFF;
	position: fixed;
	z-index: 10;
	border-bottom: 1px solid #eee;
}

.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: '\e007';
	display: inline-block;
	font-family: WooCommerce;
	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: nowrap;
    text-align: left;
	padding: 25px 0 15px 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 {
	padding: 0 100px;
	margin: 0 auto;
	box-sizing: border-box;
	max-width: 1240px;
	padding: 10px 0;
}
.image-wrapper {
	position: relative;
min-height: 600px;
background: #FFF;
}
.image-wrapper .animated-wrapper {
	position: absolute;
		right: 60px;
		top: 60px;
}
.product-info .addtocart {
	width: 100%;
	float: left;
	padding: 30px 0 0 0;
}
.product-info .addtocart i {
	color: #FFF;
	margin-right: 10px;
}
.product-info .addto {
	background-color: #222;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
	color: #FFF;
    padding: 10px 30px;
    font-size: 18px;
	cursor: pointer;
}
.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 20px 0 20px;
}
.header-station .header-logo {
	width: 50%;
	margin: 0 auto;
	text-align: center;
	display: inline-block;
}
.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 {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 20px;
    box-sizing: border-box;
}
.product-essential {
	position: relative;
}
.breadcrumbs-wrapper {
    padding: 0 40px;
}
.product-main-information {
	float: left;
	width: 100%;
	padding-bottom: 40px;
	top: 70px;
	box-sizing: border-box;
	position: relative;
}
.product-essential-wrapper .breadcrumbs ul li {
	display: inline-block;
	list-style: none;
	font-size: 13px;
	padding-right: 10px;
}
.product-essential-wrapper .breadcrumbs ul {
	margin: 0px;
	padding: 15px 0;
}
.product-essential .product-info {
	position: relative;
	width: 30%;
	float: left;
	padding-right: 40px;
}
.product-essential .product-media {
	position: relative;
	width: 70%;
	float: left;
	overflow: hidden;
}
.product-essential .product-media .product-placeholder {
	padding: 40px;
}
.product-added-information {
	width: 100%;
	float: left;
	padding: 40px 0;
}
.product-added-information .product-info {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 40px;
}
.product-added-information .product-info p {
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
}
.product-added-information .product-info .product-description {
	width: 66.66666%;
	float: left;
}
.product-added-information .product-info .product-tags {
	width: 33.333333%;
	float: left;
}
/*bb*/
co-slideout {
	min-width: 600px;
	z-index: 15 !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;
}

.configurator-data h1 {
	position: relative;
}
.configurator-data h1:after {
	content: "";
    border-top: 3px solid #000000;
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 50px;
    height: 3px;
    top: 55px;
}
.selections {
	width: 100%;
	float: left;
	top: 0px;
	z-index: 10;
	right: 0px;
	background: #FFF;
	box-sizing: border-box;
}

rp-selections-summary {
	background: transparent !important;
}

co-summary-line {
	background: transparent !important;
	cursor: pointer;

}
co-slideout rp-answer-card {
	cursor: pointer;

	width: 16.6666666% !important;
}
co-slideout div.title {
    margin: 10px 0 0 30px !important;
    padding: 160px 40px 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: 34px !important;
    font-weight: normal !important;
    max-width: 330px !important;
    text-align: right !important;
    margin: 0 !important;
    padding-bottom: 0px;
    float: right !important;
	min-height: 182px;
	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;
	overflow: hidden;
}
rp-answer-card span.description {
	font-size: 12px !important;
    margin-top: 10px !important;
    text-align: left !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    padding: 0 10px 0 0 !important;
    box-sizing: border-box !important;
    height: 15px !important;


}
rp-answer-card span.price {
    font-weight: normal !important;
    font-size: 12px !important;


}

.sum {
  background-color: transparent !important;
}

.controls-bottom {

	position: absolute;


}
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: 0 0 5px 1px rgba(232, 70, 21, 1) !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;
}


.loading-gif {
	width: 18%;
	height: 18%;
	text-align: center;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
	position: absolute;
	top: 40%;
	left: 40%;
}

.configurator-image .animated-wrapper {
	left: 0;
    top: 3px;
    transition: all .5s;
    -webkit-transition: all .5s;
    width: 100%;
	position: absolute;
	z-index: 11;
	padding-right: 30px;
}
.configurator-image .animated-wrapper button {
    float: right;
    margin: 2px;
    padding: 0;
	opacity: 1;
    -webkit-transition: .1s opacity linear;
    -moz-transition: .1s opacity linear;
    -ms-transition: .1s opacity linear;
    transition: .1s opacity linear;
	background: none;
	color: #222;
	cursor: pointer;
	outline:none !important;
}
.configurator-image .animated-wrapper button i {
	color: #03a9f4;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
}
.configurator-image .animated-wrapper button span {
	vertical-align: middle;
	display: inline-block;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
}
.configurator-image .animated-wrapper button:hover {
	opacity: 0.7;
    -webkit-transition: .1s opacity linear;
    -moz-transition: .1s opacity linear;
    -ms-transition: .1s opacity linear;
    transition: .1s opacity linear;
	border: none !important;
}
.configurator-image .animated-wrapper button.animated_2d {
	float: left;
}
.configurator-image .animated-wrapper button.animated_2d i:before {
	content: "\f0a8";
}
.configurator-image .animated-wrapper button.animated_3d i:before {
	content: "\f0a9";
}
.configurator-image.twod .animated-wrapper button.animated_2d {
	opacity: 0.5;
    -webkit-transition: .1s opacity linear;
    -moz-transition: .1s opacity linear;
    -ms-transition: .1s opacity linear;
    transition: .1s opacity linear;
	pointer-events: none;
}
.configurator-image.threed .animated-wrapper button.animated_3d {
	opacity: 0.5;
    -webkit-transition: .1s opacity linear;
    -moz-transition: .1s opacity linear;
    -ms-transition: .1s opacity linear;
    transition: .1s opacity linear;
}

.forcerender {
	content: "\f01e";
	height: 40px;
    width: 40px;
    float: left;
    background: #03a9f4;
    text-align: center;
    color:#ADE5FC;
    opacity: 0.7;
    cursor: pointer;
	display: block;
}

.product-main-information {
margin-bottom: 60px !important;
}

.comment-form-comment {
	border-style: inset;
	border-width: 1px;
}

textarea.comment{
	border-style: inset;
	border-width: 1px;
}

/* trying to remove the drop down arrow in the configurator */
.icon.collapse.ng-tns-c31-3.ng-star-inserted{
	display: none !important;

}

/*  Configurator button on the product page		*/
.myBtn {
		padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    font-size: 1.6rem;
		font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
		margin-top: 1rem;
}

/*  Add to cart button in the modal		*/
.addtocart{
	padding-top: 1.55rem;
	padding-bottom: 1.59rem;
	font-size: 1.4rem;
	font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}



/*  Customize in 3d button on the demopage	*/
.animated_3d_demo{
	padding-top: 17px;
	padding-bottom: 18px;
	font-size: 19px;
	font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	margin-top: 10px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden;  /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 8% auto;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
	height: 80%;
}
/* The Close Button */
.close {
  color: #aaa;
  position: absolute;
	right:0;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

@-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;}
#standalone_show_measurements {display: none;}
@media(max-width:1440px){
	co-slideout div.title {
		padding: 140px 40px 0px 0px !important;
	}
	co-slideout div.title h3 {
		min-height: 140px !important;
	}
}
@media(max-width:1240px){
	.header-station {
		width: 100%;
	}

}
@media(max-width:991px){

	.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-wrapper {
		height: 60px;
	}
	.header-station .header-switch ul {
		display: none;
	}
	rp-answers-slideout, co-slideout {
		top: 60px !important;

	}
	.selections {
		position: fixed;
		bottom: 0px;
		width: 100%;
		right: 0px;
		left: 0px;
		top: initial;
		height: 50px;
		border-radius: 20px 20px 0 0;
		-webkit-transition: height 0.4s; /* Safari prior 6.1 */
		transition: height 0.4s;
		padding: 0 40px;
-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);
	}
	co-slideout {
		min-width: auto !important;
		max-width: 100% !important;
		width: 100% !important;
		position: fixed !important;
	}
	threed-configurator canvas {
		height: 100% !important;
		top: -50px;
		position: relative;

	}
	.header-wrapper {
		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: 20px;
		padding: 0;
		margin: 15px 20px;
	}
	threed-selections {
		display: none;
		padding-top: 100px;
	}
	.selections-header p:after {
		font-family: WooCommerce;
		content: "\e007";
		display: block;
		float: right;
		top: 5px;
		font-size: 30px;
		left: 0;
		color: #000000;
		position: relative;
		top: -4px;
		border: none !important;
	}
	.configurator-data {
		padding-left: 0px;
		float: left;
		position: absolute;
		z-index: 5;
		bottom: 40px;
		top: 80px;
		height: 40px;
		width: 100%;
		left: 0;
		max-width: none;
	}
	.configurator-data h1:after {
		display: none !important;
	}
	.configurator-data h1 {
		font-size: 20px;
		font-weight: normal;
		text-align: center;
		padding: 0;
	}
	.expand-mobile .selections {
		height: auto;
	  -webkit-transition: height 0.4s; /* Safari prior 6.1 */
	  transition: height 0.4s;
	}
	.expand-mobile .selections-header {

	}
	co-slideout div.title h3 {
		min-height: 100px !important;
		font-size: 28px !important;
	}
	.expand-mobile threed-selections {
		display: block;
	}
	.expand-mobile .selections-header p:after {

		content: "\e007";
	}
	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: 80px 20px 0px 0 !important;
	}
	co-slideout rp-answer-card {
		cursor: pointer;

		width: 20% !important;
	}
	.controls-bottom {

		position: absolute;
		bottom: 60px !important;

	}
}
