/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 13 2026 | 13:41:02 */
/* product-titel  aanpassingen */ 
.woocommerce ul.products li.product .woocommerce-LoopProduct-link h2, .woocommerce ul.products li.product .woocommerce-loop-category__title{
	font-family: Poppins;
	font-size: 15px;
	font-weight: 500;
}

/* add to cart  message pop up  */ 
.woocommerce-message{
	display:none;
/* 	border-left: 10px solid var(--dark-blue);	
	background-color: var(--light-blue);
	color: var(--dark-blue);	 */
}
/* a.button.wc-forward{
		color: var(--dark-blue) !important;	
}
a.button.wc-forward:hover{
		color: var(--dark-brown) !important;		
} */
/* product feed een beetje omhoog */ 
.woocommerce-archive-wrapper .entry-content{
	margin-top: -4rem !important ;
}
/* verwijderen knop onder product image */ 
.woocommerce ul.products li.product .button, .star-rating, .wcf-total-results, span.price, .woocommerce-ordering{
	display: none ;
}
a.woocommerce-loop-product__link > span.price{
		display: none!important ;
}
a.woocommerce-loop-product__link >  .star-rating{
		display: none!important ;
}
/* background-color filter results */ 
.wcf-active-filters-container{
	background-color: #f1e8df;
}
/* clear filter link color */ 
.rt-Flex > a:hover{	
	color: #00264b;
}

/* product-image aanpassingen */ 
.wc-product-image{

	display: flex;
	padding: 5px;


}

.wc-product-image:hover{

	display: flex;
	padding: 5px;
	box-shadow: 0.15rem 0.15rem  0.2rem #d7c9bb;

}
/* achtergrond checkbox productfilters */ 
.wcf-cv{
	background-color:#00264b !important;
}

.wcf-active-filter{
	background-color:#d7e2e8 !important;
}
.wcf-popover-body{
	background-color:white !important;
}
@media only screen and ( min-width: 769px ){
	.wcf-group{
	background-color:#d7e2e8 !important;
}
}
@media only screen and ( max-width: 768px ){
	.wcf-group{
		margin-top:25px;
		padding-top:1rem;
		padding-bottom:1rem;
	background-color:#f1e8df !important;
}
	.wcf-filter-horizontal-container{
		background-color:#d7e2e8 !important;
	}
	.inside-left-sidebar{
		display:none;
	}
}
/* tekst label */ 
.wcf-option-label{
	color:#00264b !important;
}
.wcf-pagination-wrapper{
	background-color:#f1e8df;
}

/* pagination buttons */ 
 .rt-variant-solid{
	background-color:#bd9a74 ;
	color:#00264b;
}
 .rt-variant-soft{
		background-color:#d7e2e8 ;
	    color:#00264b;
}

/*  Fixing the hover issue when applying a filter */
.woocommerce.archive .wc-has-gallery .secondary-image {
    opacity: 0 !important;
    visibility: hidden !important;
    transition: opacity 0.3s ease !important;
}

.woocommerce.archive .wc-has-gallery:hover .secondary-image {
    opacity: 1 !important;
    visibility: visible !important;
}

.woocommerce.archive .wc-has-gallery:hover img:not(.secondary-image) {
    opacity: 0 !important;
}