/*
Theme Name: AllroundWeb Child
Theme URI: https://www.allroundweb.nl/
Description: Designed by <a href="https://allroundweb.nl/">Allround Web</a>.
Author: Allround Web
Version: 1.0.0
Template: hello-elementor
*/



/* MENU */
/* Naviation menu */

/* Naviation menu */

.aw-mainMenuNavigation {
    display:flex;
    gap: 5px;
    }
    
    .aw-mainMenuNavigation {
        list-style-type: none;
    }
    
    
    .aw-hoofdItem .aw-subItems {
        opacity: none;
        visibility:hidden;
    }
    
    
    .aw-cat {
        /* background: red; */
    }
    
    .aw-mainMenuNavigation {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0;
        position: relative; /* Ensure the submenu positions are relative to this container */
        justify-content: space-between;
        /* background: rgb(215, 230, 215) !important; */
    }
    
    .aw-hoofdItem {
        /* position: relative; */
        /* height:40px; */
        /* line-height:40px; */
        padding: 5px 5px;
		font-size:16px;
		font-weight:600;
		color: #C1272D;

    }
    
    .aw-hoofdItem a {
        color: #464646 !important;
    }
    
    .aw-subItems {
        margin: auto;
        position: absolute;
        top: 100%;
        left: 0%;
        /* transform: translateX(-50%); */
        width: 1000px;
        max-width: 86vw;
        background-color: #f9f9f9;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        border: 1px solid rgba(0, 0, 0, 0.1);
        padding: 15px;
        padding-top:0;
        z-index: 15;
        /* column-count: 4; */
        /* column-fill: balance; */
        /* flex-wrap: wrap; */
        /* gap: 15px; */
        list-style: none;
        /* display: flex; */
        opacity: 0; /* Start hidden */
        visibility: hidden;
        transition: opacity 0.2s ease, visibility 0.2s ease, scale 0.2s ease; /* Smooth transition */
        columns: 3; /* Define 4 equal-width columns */
        column-gap: 5px; /* Spacing between columns */
        transform: scale(0); /* Initially scaled down */
    }
    
    .aw-hoofdItem.merken{
        position:relative;
    }
    
    .aw-hoofdItem.merken::after {
        content: '';
        position: absolute;
        top: 12px;
        right: 0; /* Position it on the right side */
        height: 20px; /* Make it extend the full height of the parent */
        width: 1px;
        background-color: #000; /* Set the color of the line */
    }
    
    /* Prevent list items from breaking between columns */
    .aw-subItems div{
            break-inside: avoid;
            /* background: red !important; */
    }

    .aw-hoofdItem:nth-of-type(3) .aw-subItems div,
    .aw-hoofdItem:nth-of-type(4) .aw-subItems div,
    .aw-hoofdItem:nth-of-type(5) .aw-subItems div{
            break-inside: auto;

    }
    
    .aw-hoofdItem:hover .aw-subItems {
        opacity: 1; 
        visibility: visible; /* Make it accessible */
        transform: scale(1); /* Grow to its original size */
    }
    
    li.aw-cat-name {
        font-size: 20px;
        font-weight: bold;
        margin-bottom:5px;
        color: dark-red !important;
    }
    
    /* .aw-subcategories + .aw-subcategories {
        padding-top: 15px;
    } */

    ul.aw-cats {
        padding-left: 0;
    }
    
    li.aw-cat {
        font-size: 1rem;
        list-style: none;;
    }
    
    .aw-cat a {
        /* color:rgb(0, 0, 0) !important; */
    }

    /* GEEN LI STIJLEN IN MEGA MENU */

    .aw-mainMenuNavigation .aw-subItems{
        padding: 1rem;
    }

    .aw-mainMenuNavigation ul {
        list-style:none;
    }

    .aw-level4-summary {
        margin-left: 15px;
    }

    .aw-subcat {
        line-height: 30px;
    }

    .aw-mainMenuNavigation li a:hover {
        display: inline-block;
        transform: scale(1.05);
    }

.categorieFacet {
	font-size: 15px;
}

.prijsFacet input.facetwp-slider-reset,
.resetFacet button.facetwp-reset{
	padding: 5px 50px !important;
	box-shadow: none !important;
}


li.aw-cat-name a{
    color: #B7181E !important;
}

.jet-mobile-menu__body {
    margin-top:25px;
}

.cat-level-0>li {
    font-weight: 600;
}


/* Movbile menu chevron */
.details-category-tree ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 20px;
}
.details-category-tree li {
    padding: 5px 0;
}
.details-category-tree details {
    margin: 5px 0;
}
.details-category-tree summary {
    cursor: pointer;
    margin-bottom: 5px;
    list-style: none; /* Remove default marker */
    display: flex;
    align-items: center;
    position: relative;
}
.details-category-tree summary::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' stroke='%23333' stroke-width='3' d='M9 6l6 6-6 6'%3E%3C/path%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.2s ease;
}
.details-category-tree details[open] > summary::before {
    transform: rotate(90deg); /* Rotate when open */
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    background: #efefef;
    opacity: 1;
    color: #000;
    padding: 20px;
    min-height: 30vh;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

body #moove_gdpr_cookie_info_bar {
    height: 100vh !important;
    max-height: 100vh !important;
    position: fixed !important;
    top: 0 !important;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    opacity: 1 !important;
    border: none !important;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice,
body #moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice p {
    color: #000 !important;
}

body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
    background-color: #202020eb !important;
}
/* Invisible hover area at the top */
.aw-hover-trigger {
  opacity: 0.01 ;
  transition: opacity 0.3s ease-in-out !important;
}
.aw-hover-trigger:hover {
  opacity: 1 ;
}
@media only screen and (max-width: 768px) {
  .aw-hover-trigger {
    opacity: 1 ;
  }
	
	.afbeelding-carousel-container img{
		max-height: 200px;
	}
}

.afbeelding-carousel-container img{
	max-height: 250px;
}