/* 
* Aanmelden 
* */
iframe[name=loginFrame]
{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	min-height: 500px;
	padding: 40px;
	background-color: white;
	border: 1px solid #ccc;
	border-radius: 5px;
	z-index: 2;
}


/* 
* Winkelwagen 
* */
.webshop-shoppoingcart-modal__container .webshop-shoppingcart-modal__widget {
	position: fixed;
	top: 200px;
	left: 50%;
	transform: translate(-50%, 0px);
	width: 50%;
	min-height: 500px;
	background-color: white;
	border: 1px solid #ccc;
	border-radius: 5px;
	z-index: 2;
	max-height: 75vh;
	overflow-x: hidden;
	z-index: 3;
}

@media only screen and (max-width: 767px) {
	.webshop-shoppoingcart-modal__container .webshop-shoppingcart-modal__widget {
		width: 90%;
	}
}

.webshop-shoppoingcart-modal__container .webshop-shoppingcart-modal__widget .fjVrmh{
	height: auto;
	overflow-y: auto;
	width: 100%;
}

.shopping-cart-wrapper > div > div > div > div > button {
	border-radius: 0px;
	background: inherit;
	background-color: var(--e-global-color-primary);
	color: #fff !important;
	border-color: var(--e-global-color-primary);
	text-indent: -9999em;
}

.shopping-cart-wrapper > div > div > div > div > div > button {
	border-radius: 0px;
	box-shadow: unset;
	background: transparent;
	border: unset;
	padding: 5px 25px;
	border: 1px solid #fff;
	content: "";
	float: none;
	text-transform: none;
	text-indent: -9999em;
}	
.shopping-cart-wrapper > div > div > div > div > button.ECcRy:hover {
	background: #fff;
	color: var(--e-global-color-secondary);
	color: #000;
}

.shopping-cart-wrapper > div > div > div > div {
	width: auto !important;
}

/* 
* Inloggen / mijn account 
* */
.webshop-sign-in__container button:first-child {
	border-radius: 0px;
	background: #fff;
	border: 2px solid var(--e-global-color-primary);
	border: unset;
	padding: 0px;
	text-transform: none;
	font-size: 14px;
	color: var(--e-global-color-secondary);
}

.webshop-sign-in__container button:first-child:hover {
	color: var(--e-global-color-primary);
}

.webshop-sign-in__container button:before {
	font-size: 25px;
	margin-right: 5px;
	position: relative;
	content: "\f124";
	font-family: "woodmart-font";
}
/*
.webshop-login-form__container {
	position: absolute;
	top: 50px;
	z-index: 5;
	left: 0;
	right: auto;
}
*/

@media only screen and (max-width: 767px) {

}

/* 
* Search 
* */
.search-wrapper input {
	/*border-radius: 0px !important;*/
}

.search-wrapper button {
	/*border-radius: 0px;*/
}