#henvendelse-container {
	position: fixed;
	width: 500px;
	min-height: 350px;
	background: #fff;
	border: 1px solid;
	z-index: 200;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -80%);
	display: none;
	padding: 50px 50px 0 50px;
	box-shadow: 0 0 90px;
}

#contact-form-table .req.error {
	border-color: red;
}

#henvendelse-container.active {
	display: block;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	z-index: 9!important;
}

#henvendelse-stripe {
	text-align: right;
}

#henvendelse-stripe #closebutton {
	cursor: pointer;
	font-size: 50px;
	height: 50px;
	width: auto;
}

#contact-form-table {
	width: 100%;
}

#contact-form-table input,
#contact-form-table textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid #aaa;
	border-radius: 3px;
}

#contact-form-table input[type="submit"] {
	width: auto;
	margin: 20px 0 0 0;
	padding: 16px 36px;
}

#henvendelse-inner {
	/*padding: 50px;*/
}

#henvendelse-type {
	display: inline;
	margin: 0;
	float: left;
	padding: 14px 10px;
}

#form-takk {
	position: absolute;
	top: 37%;
	left: 50%;
	font-size: 2rem;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	display: none;
}

.woocommerce div.product form.cart:has(+ #send-henvendelse) {
	margin-bottom: 0; //funker ikke, men føkk it
}

#send-henvendelse {
	width: calc(100% - 10px);
	margin: 6px;
	width: calc(100% - 10px);
	margin: 6px;
	background: #fff;
	color: #000;
	border: 3px solid #000;
}

@media only screen and (max-width: 767px) {
	#henvendelse-container {
		width: 100%;
		top: 0;
		z-index: 80;
		transform: none;
		left: 0;
		border-right: 0;
		border-left: 0;
		padding: 20px 0 0 0;
	}

	#henvendelse-inner {
		padding: 7vw;
	}
}
