* {
   margin: 0;
}

/* Common button class for consistent styling */
.btn {
    display: inline-block;
    width: 150px; /* Standard width */
    padding: 10px;
    margin: 10px 0;
    background: linear-gradient(45deg, rgba(209,108,20,1) 0%, rgba(209,68,20,1) 100%);
    color: white;
    text-decoration: none;
    border-radius: 25px;
    border: none;
    font-size: 12pt;
    font-family: "Squada One", sans-serif;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s ease;
}

.btn:hover {
    transform: scale(1.03);
    background: linear-gradient(45deg, rgba(209,68,20,1) 0%, rgba(209,108,20,1) 100%);
}

/* Variations */
.btn-small {
    width: 80px;
    padding: 5px 10px;
    font-size: 10pt;
}

.btn-large {
    width: 160px;
    padding: 12px 20px;
    font-size: 14pt;
}

/* De scrollbar achtergrond*/
::-webkit-scrollbar {
  width: 12px; /* breedte voor verticale scrollbar */
  height: 12px; /* hoogte voor horizontale scrollbar */
}

/* Het trackgedeelte van de scrollbar */
::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

/* Het trackgedeelte van de scrollbar bij hover */
::-webkit-scrollbar-track:hover {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}

/* Het schuifgedeelte van de scrollbar (beweging) */
::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
}

/* Het schuifgedeelte van de scrollbar bij hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.65);
}

html, body {
	height: 100%;
}

.squada-one-regular {
  font-family: "Squada One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/* wat basis waardes */

#wrapper {
   max-width: auto;
   /* background: rgb(0,38,73); */
   /* background: linear-gradient(180deg, rgba(0,38,73,1) 35%, rgba(209,68,20,1) 100%); */
   background-image: url("afbeelding/backgroundBlue.jpg");
   background-size: cover;
   height: auto;
   min-height: 100%;
   margin: auto;
   font-family: Squada One;
   /*font-weight: bold;*/
}

#logo1 {
    position: absolute;
    left: 0;
    width: auto;
    height: 80px;
    margin: 0 30px;
    object-fit: cover;  
	transition: all cubic-bezier(0.5, 0, 0.5, 1) 350ms;
}

#logo2 {
    position: absolute;
    top: -18px;
    left: -10px;
    width: auto;
    height: 25px;
    margin: 5px;
	transition: all cubic-bezier(0.5, 0, 0.5, 1) 350ms;
}

#call_icon {
	position: absolute;
    width: 20px;
    height: 20px;
    padding-left:5px;
}

#email_icon {
	position: absolute;
    width: 20px;
    height: 20px;
    padding-left:5px;
}


.container {
    position: relative; 
	width: 100%;
    height: 86px;
    margin: 0 auto;
	/* background: rgb(0,38,73); */
	/* background: linear-gradient(180deg, rgba(0,38,73,1) 35%, rgba(209,68,20,1) 100%); */
    /* background-color: #FF5C00; */
	background-color: #FFFFFF;
    backdrop-filter: blur(10px);
    float: left;
	font-family: helvetica;
	text-transform: uppercase;
	transition: all cubic-bezier(0.5, 0, 0.5, 1) 350ms;
}

#logo {
	width: 50px;
	display: block;
}


@media (max-width: 600px){
	
	#wrapper {
		width: 100%;
		/* background-color: #F5F8FA; */
	}
	
	nav a {
	   font-size: 14px;
	}
	
	nav li {
		margin-left: 10px;
		margin-right: 10px;
	}
	
	h1 {
		font-size: 15pt;
	}
	
	h2 {
		font-size: 1pt;
	}
	
	h4 {
		font-size: 15pt;
	}
	
	#block3-3 { 
		max-width: 330px;
	}

}

@media (min-width: 601px){
	
	#wrapper {
		width: 100%;
		/* background-color: #F5F8FA; */
	}
	
	nav a {
	   font-size: 15px;
	}
	
	nav li {
		margin-left: 15px;
		margin-right: 15px;
	}
	
	h1 {
		font-size: 15pt;
	}
	
	h2 {
		font-size: 10pt;
	}
	
	h4 {
		font-size: 15pt;
	}
	
	#block3-3 { 
		max-width: 430px;
	}

}

@media (min-width: 768px){
	
	#wrapper {
		width: 100%;
		/* background-color: #F5F8FA; */
	}
	
	nav a {
	   font-size: 20px;
	}
	
	nav li {
		margin-left: 25px;
		margin-right: 25px;
	}
	
	h1 {
		font-size: 22pt;
	}
	
	h2 {
		font-size: 12pt;
	}
	
	h4 {
		font-size: 22pt;
	}
	
	#block3-3 { 
		max-width: 630px;
	}
	
}

@media (min-width: 992px){
	
	#wrapper {
		width: 100%;
		/* background-color: #F5F8FA; /*#f8f8f8 */ */
	}
	
	nav a {
	   font-size: 20px;
	}
	
	nav li {
		margin-left: 25px;
		margin-right: 25px;
	}
	
	h1 {
		font-size: 22pt;
	}
	
	h2 {
		font-size: 12pt;
	}
	
	h4	{
		font-size: 22pt;
	}
	
	#block3-3 { 
		max-width: 830px;
	}

}

/* Hamburger menu styles */
.hamburger {
    display: none;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1000; /* Ensure it appears above other elements */
}

.hamburger div {
    width: 25px;
    height: 3px;
    background-color: #333;
}

/* Navigation styles */
nav ul.desktop {
    list-style: none;
    display: flex;
    gap: 15px;
    position: relative;
    z-index: 1000; /* Default z-index for desktop menu */
}

nav ul.mobile {
    display: none;
    flex-direction: column;
    gap: 10px;
    position: fixed;
    top: 0;
    right: 0;
    width: 200px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); /* Semi-transparent background */
    padding: 20px;
    z-index: 999; /* Ensure it appears behind the hamburger icon but above the main content */
}

nav ul.mobile.active {
    display: flex;
}

/* Media query for mobile view */
@media (max-width: 768px) {
    .hamburger {
        display: flex;
    }

    nav ul.desktop {
        display: none; /* Hide the desktop menu on small screens */
    }

    nav ul.mobile {
        display: none; /* Default state for the mobile menu */
    }
}

/* nav bar */
nav {
	margin-left: 300px;
	display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
	transition: all cubic-bezier(0.5, 0, 0.5, 1) 350ms;
}

nav li {
	display: inline-block;            /* block zodat ze achter elkaar staan */
	/* margin-left: 25px; */
	/* margin-right: 25px; */
	padding-top: 5px;
	
	position: relative;               /* relative anders krijg je 1 rechte streep boven de navs */
	transition: all cubic-bezier(0.5, 0, 0.5, 1) 350ms;
}

nav a {
   color: #6D6D6D;
   text-decoration: none;             /* text decoration: none; zodat het niet meer op een link lijkt */
   /* font-size: 20px; */
}

nav a:hover {
   color: #6D6D6D;
   text-decoration: none;
}

nav a:visited {
   color: #6D6D6D;
   text-decoration: none;
}

nav a::before {
	content: '';                           /* is zodat die een value kan geven */
	display: block;                        /* block zodat ze achter elkaar staan */
	height: 4px;
	background-color: #6D6D6D;			   /*kleur balkje*/
	
	position: absolute;
	bottom: -4px;
	width: 0%;
	
	transition: all ease-in-out 250ms;     /* animatie van links naar rechts */
}

nav a:hover::before {
	width: 100%;
}

/* einde nav bar */


input.logout {
	display: flex;
	justify-content: center;
	align-content: center;
	
	padding: 2px;
	font-size: 10pt;
	font-weight: inherit;
	position: relative;
    min-width: 60%;
	min-height: 5%;
	border: 1px solid lightgray;
	cursor: pointer;
	
	transition: 250ms;
}


/* text styles */
p {
	color: white;
	font-size: 16pt;
	/* font-family: helvetica; */
	/*font-weight: bold;*/
}

h1 {
	color: #1b94fb;
	/* font-size: 22pt; */
	/* font-family: helvetica; */
	/*font-weight: bold; */
	text-align: center;
}

h2 {
	color: black;
	font-size: 14pt;
	/* font-family: helvetica; */
	text-align: left;
	font-weight: inherit;
}

h3 {
	color: black;
	font-size: 16pt;
	text-align: left;
	font-weight: inherit;
}

h4 {
	color: #636363;
	font-size: 14pt;
	font-weight: 300;
}

h7 { 
	color: white; 
	font-size: 15pt;
	font-weight: 300;
	text-align: center;
}

h6 {
	color: white;
	font-size: 14pt;
	font-weight: 300;
}
/* eind text */

/* kleur error message */
#errormsg {
	color: red;
}

/** verzenden en registeren **/



#verzenden { 
    width: 100px;
	margin: 2%;
    display: inline-block;
    padding: 10px;
	background: rgb(209,108,20);
	background: linear-gradient(45deg, rgba(209,108,20,1) 0%, rgba(209,68,20,1) 100%);
    /* background-image: url("afbeelding/backgroundBlue.jpg"); */
    color: white;
    text-decoration: none;
    font-size: 16pt;
    border-radius: 25px;
    border: none;
    font-size: 12pt;
    font-family: Squada One;
	cursor: pointer;
    /* min-width: 60%; */
    min-height: 5%;
    /* border: 2px solid lightgray; */
    transition: background-color 0.3s cubic-bezier(0, 0, 1, 0.40);
} 


#register {
    width: 100px;
	margin-top: 2%;
    display: inline-block;
    padding: 10px;
	background: rgb(209,108,20);
	background: linear-gradient(45deg, rgba(209,108,20,1) 0%, rgba(209,68,20,1) 100%);
    /* background-image: url("afbeelding/backgroundBlue.jpg"); */
    color: white;
    text-decoration: none;
    font-size: 16pt;
    border-radius: 25px;
    border: none;
    font-size: 12pt;
    font-family: Squada One;
	cursor: pointer;
    /* min-width: 60%; */
    min-height: 5%;
    /* border: 2px solid lightgray; */
    transition: background-color 0.3s cubic-bezier(0, 0, 1, 0.40);
}

#register:visited {
   color: #9e9e9e;
   text-decoration: none;
}

/** einde reigistreren **/

#delete {
	color: green;
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#betaling {
	margin-left: 5%;
	color: red;
    display: flex;
    width: 95%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#table_manager {
	max-width: 100%;
	overflow-x: auto;
}

#accounts {
	width: -webkit-fill-available;
	max-width: 100%;
    overflow-x: auto;
}

table {
	width: 100%;
	table-layout: auto;
}

table.counter {
	width: 100%;
}

th.counter {
	width: 10%;
}


table, th, td {
	padding: 4pt;
	border: 2px solid #05102f;
	border-collapse: collapse;
	overflow-x:auto;
	font-family: "Squada One";
}

th {
	font-family: "Squada One";
	background-color: #3e3e3e;
    text-align:left;
}

td {
	font-family: "Squada One";
	color: black;
	background-color: rgba(255, 255, 255,0.5);
	font-weight: 300;
	width: 150px;
}

.message.error{
    color: white;
}

.message.warning{
    color: white;
}

#filter {
	display: flex;
    flex-direction: column;
    align-items: center;
	margin-left: 15px;
    margin-top: 96px;
    position: fixed;
    width: 210px;
    height: 90%;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border: 1px solid rgba(255, 255, 255, 0.4);
	transition: all cubic-bezier(0.5, 0, 0.5, 1) 350ms;
}

/* show filters in a row */
.filter-row {
    display: flex;
    align-items: center;
    padding-left:10px;
}
.filter-row label {
    margin: 0 20px 0 0;
    font-weight: normal;
    display: flex;
    flex-direction: row;
}
.filter-row input[type="checkbox"] {
    margin-right: 5px;
}

.filter-row-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5px;
}

/* Responsive: stack vertically on small screens */
@media (max-width: 800px) {
    .filter-row-container {
        padding: 5px;
        align-items: center;
    }
    .filter-row {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .filter-row {
        flex-direction: column !important;
        align-items: flex-start !important;
        padding: 10px;
    }
    .filter-row > div {
        width: 100%;
    }
        .filter-row-container {
        padding: 5px;
        align-items: start;
    }
    .filter-row {
        width: 100%;
    }
}

#filter_block1 {
    padding: 5%;
    margin: 5%;
    max-width: none;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    transition: all cubic-bezier(0.5, 0, 0.5, 1) 350ms;
}



#zoeken { 
	margin: 2%;
    display: inline-block;
    padding: 5px 10px;
	background: rgb(209,108,20);
	background: linear-gradient(45deg, rgba(209,108,20,1) 0%, rgba(209,68,20,1) 100%);
    /* background-image: url("afbeelding/backgroundBlue.jpg"); */
    color: white;
    text-decoration: none;
    font-size: 16pt;
    border-radius: 25px;
    border: none;
    font-size: 12pt;
    font-family: Squada One;
    /* min-width: 60%; */
    min-height: 5%;
	cursor: pointer;
    /* border: 2px solid lightgray; */
    transition: background-color 0.3s cubic-bezier(0, 0, 1, 0.40);
} 

#zoekterm { 
	width: 100%;
	margin: 2%;
    display: inline-block;
    padding: 5px 10px;
    background-color: white;
    color: black;
    text-decoration: none;
    border-radius: 25px;
    border: none;
    font-size: 12pt;
    font-family: Squada One;
    /* min-width: 100%; */
    min-height: 5%;
    /* border: 2px solid lightgray; */
    transition: background-color 0.3s cubic-bezier(0, 0, 1, 0.40);
	float: center;
} 

#loginI { 
	width: 80%;
	margin-bottom: 15px;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #ddd;
    background-color: white;
    font-family: "Squada One", sans-serif;
    transition: background-color 0.3s cubic-bezier(0, 0, 1, 0.40);
} 

#accI { 
	width: auto;
	margin-bottom: 2%;
    display: inline-block;
    padding: 2px 5px;
    background-color: white;
    color: black;
    text-decoration: none;
    border-radius: 10px;
    border: none;
    font-size: 12pt;
    font-family: Squada One;
    /* min-width: 100%; */
    min-height: 5%;
    /* border: 2px solid lightgray; */
    transition: background-color 0.3s cubic-bezier(0, 0, 1, 0.40);
} 

#maxPrijs { 
	max-width: 80%;
} 

#frame {
	margin-top: 96px;
    float: left;
    position: fixed;
	transition: all cubic-bezier(0.5, 0, 0.5, 1) 350ms;
    width: 100%;
}

#main-controls {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 16px;
}

#filter-inline {
    min-width: 180px;
}

#block1-2 {
    flex: 1 1 0;
    min-width: 0;
}

@media (max-width: 800px) {
    #main-controls {
        flex-direction: column; /* Stack vertically on mobile */
        gap: 12px;
    }
    #filter-inline,
    #block1-2 {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }
}

#zoekbalk{
    width: 90%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
}

#productList {
	display: flex;
    width: 100%;
    overflow-y: auto;
    max-height: calc(100vh - 300px);
    position: relative;
    transition: all cubic-bezier(0.5, 0, 0.5, 1) 350ms;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
}

#block1 {
	height: 40px;
    display: flex;
    min-width: 100%;
    min-height: 5%;
    transition: background-color 0.3s cubic-bezier(0, 0, 1, 0.40);
    justify-content: center;
    align-items: center;
	transition: all cubic-bezier(0.5, 0, 0.5, 1) 350ms;
}

#block1-2 {
    display: flex;
    background-color: #1b94fb;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	border: 1px solid rgba(255, 255, 255, 0.4);	
	color: white;
    text-decoration: none;
    border: none;
    font-size: 16pt;
    /* font-weight: inherit; */
    font-family: Squada One;
    min-width: 85%;
    transition: background-color 0.3s cubic-bezier(0, 0, 1, 0.40);
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
	transition: all cubic-bezier(0.5, 0, 0.5, 1) 350ms;
}

#block1-1 {
	height: auto;
	margin-top: 1%;
	border-bottom: 2px solid lightgray;
	transition: all cubic-bezier(0.5, 0, 0.5, 1) 350ms;
}

/* filter */
#block8{
    padding: 0px 10px 0px 10px;
    background-color: white;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

#block2 {
    display: inline-flex;
    height: 320px;
    width: 209px;
    margin: 10px 10px 0 10px;
    /* border: 2px solid lightgray; */
    -webkit-box-sizing: border-box;
    flex-direction: column;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border: 1px solid rgba(255, 255, 255, 0.4);
	transition: 250ms;
}

#block2:hover{
	transform: scale(1.03);
	box-shadow: 0 4px 30px rgba(255, 255, 255, 0.2);
	cursor: pointer;
}

#block2 a, #block2 a:hover, #block2 a:visited, #block2 a:focus, #block2 a:active {
    text-decoration: none;
}

#block2-1 {
	height: 185px;
    width: 208px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.5);
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px;
}

#block2-2 {
	text-overflow: ellipsis;
    display: inline-block;
	height: 88px;
    max-width: 200px;
	padding: 10px;
    box-sizing: border-box;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

#ww {
	margin-top: 15px;
    padding: 10px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #333;
    text-align: center;
    width: 80%;
    font-family: "Squada One", sans-serif;
    font-size: 14px;
}

#Help_GB {
	float: right;
}

#block_login {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 380px;
    padding: 25px 20px;
    box-sizing: border-box;
    margin: 20px auto;
    
    background: rgba(255, 255, 255, 0.5);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    
    color: #333;
    font-family: "Squada One", sans-serif;
}

#block_login label {
    align-self: flex-start;
    margin-left: 10%;
    font-family: "Squada One", sans-serif;
    color: #333;
    margin-bottom: 5px;
}

#block_acc {
    display: inline-flex;
    height: auto;
    width: 209px;
    margin: 10px 10px 0 600px; 
	padding: 0px 5px 5px 5px;
    /* border: 2px solid lightgray; */
    -webkit-box-sizing: border-box;
    flex-direction: column;
    flex-wrap: wrap;
	align-content: center;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border: 1px solid rgba(255, 255, 255, 0.4);
	transition: 250ms;
	
	color: white; 
	font-size: 16pt;
    /* font-weight: inherit; */
    font-family: Squada One;
	
}

#block3 {
	margin: 90px 20px 20px 20px;
	color: white;
	padding: 20px;
	font-size: 16pt; 
	font-family: Squada One;
    height: auto;
    justify-content: center;
	
	background: rgba(255, 255, 255, 0.5);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border: 1px solid rgba(255, 255, 255, 0.4);
}

#block5 {
	z-index: 1;
	color: black;
    height: 500px;
	color: black;
    height: 500px;
    margin: 90px 20px 20px 20px;
	padding: 10px;
    position: relative;
	
    background: rgba(255, 255, 255, 0.5);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border: 1px solid rgba(255, 255, 255, 0.4);
	
    color: white;
    text-decoration: none;
    font-size: 10pt;
    font-weight: inherit;
    font-family: Squada One;
	
    transition: all cubic-bezier(0.5, 0, 0.5, 1) 350ms;
}



#block5-Pinfo{
	font-size: 16pt;
	color: black;
    position: relative;
	background: rgba(255, 255, 255, 0.5);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border: 1px solid rgba(255, 255, 255, 0.4);
}

#block5-Sinfo {
	font-size: 16pt;
	color: black;
    position: relative;
	background: rgba(255, 255, 255, 0.5);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border: 1px solid rgba(255, 255, 255, 0.4);
}

#B5-1{
	padding: 10px;
	height: 40px;
    position: relative;
	
	background: rgba(255, 255, 255, 0.5);
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    box-shadow: 0 4px 30px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

#B5-2{
    padding: 10px;
    height: 310px;
    position: relative;
    display: flex;
	
	background-image: url("afbeelding/backgroundBlue.jpg");
    /* background: rgba(255, 255, 255, 0.5); */
    box-shadow: 0 4px 30px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    justify-content: center;
    align-items: center;
}

#B5-3{
    padding: 10px;
    position: relative;
	border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
	
	background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 4px 30px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

#B5-6{
	padding: 10px;
	height: 60px;
    position: relative;
	
	background: rgba(255, 255, 255, 0.5);
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    box-shadow: 0 4px 30px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

#B5-7{
	padding: 10px;
    min-height: 290px;
    position: relative;
	
	background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 4px 30px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

#B5-8{
	padding: 10px;
    height: 85px;
    position: relative;
	border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
	
	background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 4px 30px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

#block6 {
    margin: 90px 20px 20px 20px;
	padding: 10px;
    position: relative;
	
    background: rgba(255, 255, 255, 0.5);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border: 1px solid rgba(255, 255, 255, 0.4);
	
    color: white;
    text-decoration: none;
    font-size: 14pt;
    font-weight: inherit;
    font-family: Squada One;
	
    transition: all cubic-bezier(0.5, 0, 0.5, 1) 350ms;
}

#block7 {
    margin: 20px 20px 20px 20px;
	padding: 20px;
    position: relative;
	overflow-x: auto;
	
    background: rgba(255, 255, 255, 0.5);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border: 1px solid rgba(255, 255, 255, 0.4);
	
    color: white;
    text-decoration: none;
    font-size: 16pt;
    font-weight: inherit;
    font-family: Squada One;
	
    transition: all cubic-bezier(0.5, 0, 0.5, 1) 350ms;
}

#foto-slider {
    width: 100%;
    max-width: 600px;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.slides {
    display: flex;
    width: 100%; /* Pas dit aan aan het aantal afbeeldingen */
	/* gap: 10%; */
    transition: transform 0.5s ease-in-out;
}

.slide, .slide1, .slide2, .slide3, .slide4, .slide5, .slide6, .slide7, .slide8, .slide9, .slide10{
    min-width: 100%;
    height: 300px; /* Pas aan naar de gewenste hoogte */
    flex-shrink: 0;
}

.slide img, .slide1 img, .slide2 img, .slide3 img, .slide4 img, .slide5 img, .slide6 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

button#nextSlide {
	right: 15%;
}

button#previousSlide {
	left: 15%;
}

button#nextSlide, button#previousSlide {
	position: absolute;
    bottom: 0;
	
	margin-top: 2%;
    display: inline-block;
    padding: 5px 10px;
	background: rgb(209,108,20);
	background: linear-gradient(45deg, rgba(209,108,20,1) 0%, rgba(209,68,20,1) 100%);
    /* background-image: url("afbeelding/backgroundBlue.jpg"); */
    color: white;
    text-decoration: none;
    font-size: 16pt;
    border-radius: 25px;
    border: none;
    font-size: 12pt;
    font-family: Squada One;
    /* min-width: 60%; */
    min-height: 5%;
    /* border: 2px solid lightgray; */
    transition: background-color 0.3s cubic-bezier(0, 0, 1, 0.40);
}

img#SmallProduct {
    width: 100%; 
    height: 100%; 
    object-fit: contain;
}

img#SmallProduct1 {
    width: 100%; 
    max-height: 100%; 
    object-fit: contain; 
}

input#omschrijving { 
	height: 50px;
	width: 150px;
}

/* Form Styling */
.content-container {
    margin-top: 100px;
    display: flex;
    justify-content: center;
    width: 100%;
}

/* Custom file upload styling */
.file-upload-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.file-list {
    margin-top: 8px;
    font-family: 'Squada One', sans-serif;
    font-size: 12px;
    color: #636363;
    background-color: #f1f1f1;
    padding: 8px 12px;
    border-radius: 8px;
    max-width: 100%;
    word-break: break-all;
}

.file-format-hint {
    font-size: 12px;
    font-style: italic;
    color: #888;
}

/* Help Section Styling */
.help-container {
    width: 80%;
    margin: 120px auto 40px;
    padding: 20px;
    background-color: white;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.help-section {
    margin-bottom: 30px;
}

.help-section h1 {
    color: black;
    font-family: "Squada One", sans-serif;
    margin-bottom: 15px;
}

.help-section h2 {
    color: black;
    font-family: "Squada One", sans-serif;
    margin-bottom: 15px;
}

.help-section h3 {
    color: black;
    font-family: "Squada One", sans-serif;
    margin-bottom: 15px;
}

.help-section ul {
    color: white;
    margin-left: 20px;
}

.help-section li {
    margin-bottom: 5px;
}

/* notification styling */
				#notification-container {
                    margin: 10px auto;
                    width: 100%;
                    max-width: 800px;
                    z-index: 9999;
				}
				
				.notification {
                    margin: 0 auto 10px auto;
                    padding: 15px;
                    border-radius: 4px;
                    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    animation: slide-in 0.3s ease-out;
                    background-color: white;
                    border-left: 4px solid #ccc;
                    max-width: 800px;
				}
				
				.notification.success {
					border-left-color: #4CAF50;
					background-color: #e8f5e9;
				}
				
				.notification.error {
					border-left-color: #F44336;
					background-color: #ffebee;
				}
				
				.notification.info {
					border-left-color: #2196F3;
					background-color: #e3f2fd;
				}
				
				 .notification.warning {
					border-left-color: #FF9800;
					background-color: #fff3cd;
				}
				
				.notification-message {
					flex-grow: 1;
					margin-right: 10px;
				}
				
				.notification-close {
					background: none;
					border: none;
					font-size: 20px;
					cursor: pointer;
					color: #555;
				}
				
				.notification-hide {
					animation: fade-out 0.5s ease-out forwards;
				}
				
				@keyframes fade-in {
					from { transform: translateY(-20px); opacity: 0; }
					to { transform: translateY(0); opacity: 1; }
				}
				
				@keyframes fade-out {
					from { transform: translateY(0); opacity: 1; }
					to { transform: translateY(-20px); opacity: 0; }
				}
/* Make product info blocks stack vertically on small screens */
@media (max-width: 800px) {
    #block5 {
        flex-direction: column !important;
        height: auto !important;
        gap: 16px;
    }
    
    #block5-Pinfo, #block5-Sinfo {
        width: 100% !important;
        float: none !important;
        display: block !important;
        margin: 0 !important;
        flex: none !important;
    }
    
    #block5-Sinfo {
        margin-top: 20px !important;
    }
    
    #B5-6{
        padding-bottom: 20px;
    }
    
    /* Adjust heights for mobile */
    #B5-7 {
        min-height: auto;
    }
}

/* --- Product detail flex layout for desktop --- */
#block5 {
    display: flex;
    flex-direction: row;
    gap: 2%;
    height: auto;
}
#block5-Pinfo, #block5-Sinfo {
    flex: 1 1 0;
    min-width: 0;
    float: none;
    width: auto;
    display: block;
}

/* Responsive styling for account edit form */
#edit-form .form-group {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 15px;
}

#edit-form .form-group label {
    min-width: 180px;
    font-weight: bold;
    color: #333;
    line-height: 1.4;
}

#edit-form .form-group input[type="email"],
#edit-form .form-group input[type="tel"] {
    flex: 1;
    max-width: 250px;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.4;
    transition: border-color 0.3s ease;
}

#edit-form .form-group input[type="email"]:focus,
#edit-form .form-group input[type="tel"]:focus {
    outline: none;
    border-color: rgba(209,108,20,1);
    box-shadow: 0 0 0 2px rgba(209,108,20,0.2);
}

#edit-form .form-buttons {
    margin-top: 25px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

#edit-form button {
    padding: 12px 20px;
    margin-right: 15px;
    background: linear-gradient(45deg, rgba(209,108,20,1) 0%, rgba(209,68,20,1) 100%);
    color: white;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-family: 'Squada One', sans-serif;
    font-size: 14px;
    transition: all 0.3s ease;
}

#edit-form button[type="button"] {
    background: #666;
}

#edit-form button:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

/* Mobile responsive adjustments for edit form */
@media (max-width: 768px) {
    #edit-form .form-group {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 10px !important;
        margin-bottom: 25px !important;
    }
    
    #edit-form .form-group label {
        min-width: auto !important;
        width: 100% !important;
        margin-bottom: 8px !important;
        font-size: 15px !important;
    }
    
    #edit-form .form-group input[type="email"],
    #edit-form .form-group input[type="tel"] {
        width: 100% !important;
        max-width: 100% !important;
        flex: none !important;
        padding: 14px 16px !important;
    }
    
    #edit-form .form-buttons {
        margin-top: 30px !important;
        padding-top: 20px !important;
    }
    
    #edit-form button {
        display: block !important;
        width: 100% !important;
        margin: 0 0 15px 0 !important;
        padding: 14px !important;
        font-size: 16px !important;
        box-sizing: border-box !important;
    }
}

@media (max-width: 480px) {
    #edit-form {
        margin-top: 15px !important;
        padding: 20px !important;
        background: rgba(255, 255, 255, 0.05) !important;
        border-radius: 10px !important;
    }
    
    #edit-form h3 {
        font-size: 18px !important;
        margin-bottom: 25px !important;
        text-align: center !important;
    }
    
    #edit-form .form-group {
        margin-bottom: 30px !important;
    }
    
    #edit-form .form-group label {
        font-size: 16px !important;
        font-weight: bold !important;
        margin-bottom: 10px !important;
    }
    
    #edit-form .form-group input[type="email"],
    #edit-form .form-group input[type="tel"] {
        font-size: 16px !important; /* Prevents zoom on iOS */
        padding: 16px !important;
        border-radius: 8px !important;
    }
    
    #edit-form .form-buttons {
        margin-top: 35px !important;
        padding-top: 25px !important;
    }
    
    #edit-form button {
        font-size: 16px !important;
        padding: 16px !important;
        margin-bottom: 15px !important;
        border-radius: 8px !important;
    }
}      