/*overview*/
.product-overview__item {
	margin-bottom:32px;
}
.product-overview__image {
	margin-bottom:16px;
}

/*detail*/
.product-detail-container {
	padding-top:30px;
}
.product-detail {
	padding-bottom:45px;
	border-bottom:1px solid #E7E7E7;
	margin-bottom:45px;
}
.product-detail__model {
	margin-bottom:25px;
}
.product-detail__model model-viewer {
	width: 100%;
	height: 345px;
}
.product-detail__text {
	margin-bottom:30px;
}

/*navigation*/
.product-naviagtion {
	padding-top:10px;
}

/**/
.product-detail__contact__col {
	background-color:#E44D4D;
}
.product-detail__contact__content {
	padding:25px;
	color:#FFF;
}
.product-detail__contact__content a {
	color:#FFF;
}
.product-detail__contact__content__title {
	font-size:24px;
}
.product-detail__contact__content__button {
	margin-bottom:10px;
}
.product-detail__contact__content__button--last {
	margin-bottom:0;
}

/**/
.product-detail__contact__content a.btn-contact {
	color:#000 !important;
	background-color: #FFF;
}

/*video*/
.product-detail__video-container {
  margin-bottom: 30px;
}
.product-detail__video {
	width:100%;
	max-width:100%;
}

/*contactform*/
.contactform {
	margin-bottom:60px;
}
.contactform .emailfield {
	display:none;
}
.form-control {
	color:#FFF;
	border:1px solid #E7E7E7;
	background-color:#323232;
}
.form-control:focus {
	color:#FFF;
	background-color:#323232;
}
.custom-select {
	width:100%;
	color:#FFF;
	border:1px solid #E7E7E7;
	background-color:#323232;
}
.custom-select option {
	color:#FFF;
}
.contactform textarea {
	min-height:180px;
}

/*btn*/
.btn.btn-calendar::after {
  	content: '';
	background-image: url(../img/button-icon/calendar2-check-fill_white.svg);
	background-repeat:no-repeat;
	background-position:center left 15px;
	background-size:14px;
}
.btn.btn-envelope::after {
	content: '';
	background-image: url(../img/button-icon/envelope-fill_white.svg);
	background-repeat:no-repeat;
	background-position:center left 15px;
	background-size:14px;
}
.btn.btn-send::after {
	content: '';
	background-image: url(../img/button-icon/send-fill_white.svg);
	background-repeat:no-repeat;
	background-position:center left 15px;
	background-size:14px;
}