body {
	--EDIX: #AC0033;
}

.woocommerce ul.products li.product .button {
	display:none;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	border-radius: 5px;
	text-align: left;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
	width: 18%;
}

.woocommerce ul.products li.product:hover{
	transform:scale(102%)
}

.woocommerce ul.products li.product a img {
	border-radius: 5px 5px 0 0;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	font-size: 1em;
	word-spacing: -3px;
	margin: 2px 16px 24px 4px;
	max-height: 34px;
}

.woocommerce ul.products li.product .price {
	font-size: .857em;
	padding-right: 5px;
	position: absolute;
	right: 7px;
	bottom: -2px;
	font-weight: 800;
}

body.woocommerce-page a span.onsale, body.woocommerce-page ul.products li.product .onsale {
	min-width: 100%;
}

.woocommerce ul.products li.product a img {
	border-bottom: 1px solid #d6d4d4;
	margin-bottom: 4px;
}

h2, .featured-content article.has-post-thumbnail .entry-title {
	border: none;
}

.sidebar-primary {
	position: absolute;
	left: 1.5%;
	width: 15%;
	padding-top: 2%;
	background-color: #f2f2f2;
}

.sidebar-primary .price_slider,
.sidebar-primary .widget_price_filter .price_slider_wrapper .ui-widget-content,
.sidebar-primary .widget_price_filter .ui-slider .ui-slider-range,
.sidebar-primary .widget_price_filter .ui-slider .ui-slider-handle{
	background-color: var(--EDIX);
}

.wrap:has(aside) {
	width: 80%;
	max-width: 80%;
	margin-left: 18%;
}

main.content:has(+ aside) {
	width: 100%; !important
	text-align: center;
	border-left: 1px solid #e5e5e5;
	padding: 5px;
	padding-left: 5%;
}

.widget.woocommerce.widget_layered_nav {
	margin-bottom:0;
}

.sizeChart {
	max-width: 100%;
}

/* Categorie/archiefpagina's: zet oude prijs (del) links van de nieuwe prijs */
.woocommerce ul.products li.product .price del {
  position: absolute;
  left: -40px;
  top: 0;
  color: #999;        /* optioneel: grijs maken */
  font-size: 0.9em;   /* optioneel: iets kleiner */
}

@media only screen and (min-width: 800px) {
	.woocommerce-page img.sizeChart {
		height: 80vh;
	}
}

#loginform .pmpro_form_field-password-toggle-state {
	color: #AC0033;
}

#lostpasswordform .pmpro_btn,
#loginform #wp-submit {
	background-color: white;
	border-color: #AC0033;
	color: #AC0033;
}

#lostpasswordform .pmpro_btn:hover,
#loginform #wp-submit:hover {
	background-color: #AC0033;
	color: white;
}

div.payment_method_mollie_wc_gateway_ideal {
	display: none !important;
}