#footer,
.breadcrumbs,
#credits,
#navbar-hoofdmenu,
#betaalmogelijkheden{
	display: none !important;
}

.navbar>.container{
    justify-content: center !important;	
	position: relative;
}

.terug_naar_site{
    position: absolute;
    left: var(--bs-gutter-x, 1.5rem);
}

.searchbar-new,
.tablet-top,
.jumbo_before_header,
.mobiel-top{
	display: none !important;
}

body,
nav.navbar{
	background-color: #f6f4f2;
}

body{
	padding-top: 0;
	background: #f6f4f2 url("../images/inloggen.png") left bottom no-repeat;
    height: 100vh;
}

body.register_active{
	background: #f6f4f2 url("../images/registreren.png") right bottom no-repeat;
}

.woocommerce_my_account{
    background: none !important;
    padding-bottom: 0 !important;
}

nav.navbar{
	position: absolute;
	top: 0;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
	border: none;
	background: none !important;
	padding: 0;
	margin: 0;
	border-radius: 0;
}

.woocommerce-form-register{
	display: none;
}

#logoholder{
	margin-top: 3rem;
}

.wrap_login_forms{
	width: 100%;
	max-width: 41rem;
    margin: 0 auto;
}

.woocommerce-form-login__submit,
.woocommerce-form-register__submit{
	width: 100%;
	text-align: center;
    justify-content: center;
}

.lost_password{
	text-align: center;
}

.lost_password a{
	font-family: freight-text-pro;
	color: #1c1c1c !important;
}

.login_register_switch{
	display: flex;
	column-gap: 3rem;
	justify-content: center;
	margin-bottom: 4rem;
}

.login_register_switch a{
	color: #1c1c1c;
	font-size: 2rem;
	font-weight: 700;
	text-decoration: none !important;
	line-height: 3rem;
	border-bottom: solid 0.3rem #1c1c1c;
    padding-bottom: 0.3rem;
}

.login_register_switch a:not(.active_switch){
	opacity: 0.4;
	border: none;
}

.woocommerce_my_account{
	height: 100vh;
	padding-top: 16rem;
	justify-content: center;
	display: flex;
}

@media (max-width:767px)
{		
	body{
		background-image: none !important;
	}
	
	.navbar>.container{
    	justify-content: space-between !important;
	}
	
	#logoholder {
    	margin: 1rem 0;
	}
	
	.terug_naar_site{
		position: static;
	}
}

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

@media (min-width:992px) and (max-width:1199px)
{
	
}

@media (min-width:1200px) and (max-width:1399px)
{
    
}

@media (min-width:1400px)
{
    
}