@font-face {
    font-family: 'league-gothic';
    src: url('../fonts/LeagueGothic-Regular-VariableFont_wdth.ttf');
}

@font-face {
    font-family: 'klee-one';
    src: url('../fonts/KleeOne-Regular.ttf');
}

@font-face {
    font-family: 'jockeyone';
    src: url('../fonts/JockeyOne-Regular.ttf');
}

@font-face {
    font-family: 'martel-sans';
    src: url('../fonts/MartelSans-Regular.ttf');

}

body {
    margin: 0;
    overflow-x: hidden;
    background-color: rgb(240, 240, 240);
    overflow-x: hidden;
}

::-webkit-scrollbar {
    display: none;
    /* Verbergt de scrollbar */
}

.winkelmandje img {
    width: 40px;
}

.navbar {
    display: flex;
    height: 100px;
    background-color: rgba(255, 25, 29, 1);
    align-items: center;
    padding-left: 50px;
    justify-content: space-between;

}

.menu img {
    width: 30px;
    margin-right: 13vw;
    transition: transform 0.3s ease;
}

.menu img.active {
    transform: rotate(90deg);
}

.logo img {
    width: 80px;
    margin-right: 5vw;
}

.talen {
    display: flex;
    gap: 5px;
}

.talen button {
    height: 40px;
    width: 40px;
    border-radius: 10px;
}

.zwart button {
    background-color: black;
    color: white;
}

.Inlog_Uitlog button {
    background-color: black;
    color: white;
    padding: 10px;
    border-radius: 10px;
}

.responsive_rechterkant {
    display: flex;
    /* of block/grid afhankelijk van layout */
    gap: 10px;
    align-items: center;
    margin-right: 50px;
}

.menu {
    position: relative;
    display: inline-block;
}

.dropdown-menu {
    display: block;
    /* Changed from 'none' to 'block' */
    position: absolute;
    top: 100%;
    left: -50px;
    background-color: rgba(255, 25, 29, 1);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    padding-top: 10px;
    border-radius: 5px;
    padding: 20px;

    /* Animation properties */
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out;
    padding-top: 0;
    padding-bottom: 0;
}

.dropdown-menu.show {
    max-height: 320px;
    /* Adjust based on your menu's content */
    padding: 20px;
}

.dropdown-menu button {
    width: 100px;
    border: none;
    background: none;
    text-align: left;
    cursor: pointer;
    background-color: black;
    color: white;
    margin-top: 20px;
    padding: 14px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
}

.dropdown-menu button:hover {
    background-color: #f1f1f1;
    color: black;
}

.intro_text {
    font-family: 'klee-one';
    font-size: 20px;
    color: rgba(255, 25, 29, 1);
    margin-top: 40px;
}

.links_rechts_margin {
    margin-left: 10vw;
    margin-right: 10vw;

}

.links_rechts_margin_inlog_register {
    margin-left: 20vw;
    margin-right: 20vw;

}

.burger {
    font-family: 'league-gothic';
    font-size: 50px;
}

.burger p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.banner img {
    width: 100%;
}

.banner a {
    width: 100%;
}

.banner video {
    width: 100%;
}


.grijzebox {
    margin-top: 50px;
    padding: 20px;
    background-color: rgba(214, 214, 214, 1);
    padding-bottom: 80px;
}

.about_us {
    font-family: jockeyone;
    display: flex;
    justify-content: center;
}

.about_us p {
    font-size: 40px;
}

.witerand {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 10%;
    padding-right: 0;
    width: 80%;
    background-color: white;
}

.textvalk {
    font-size: 19px;
    font-family: 'martel-sans';
    width: 80%;
    padding-left: 10%;
}

.brugers_one_sale {
    display: flex;
    justify-content: center;
    font-family: 'league-gothic';
    font-size: 50px;
    margin-top: 10px;
}

.brugers_one_sale p {
    margin-top: 70px;
}

.enkel_wopper_img img {
    width: 204px;
    transform: translate(0, 4px);
    height: 204px;
}

.textbox {
    width: 204px;
    font-family: 'martel-sans';
    background-color: white;
}

.burger_font {
    font-family: 'jockeyone';
    font-size: 15px;
}

.burger_font p {
    margin-top: 0;
}

.sale_display {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.text_margin {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    background-color: white;
}

.button_mandje button {
    width: 95%;
    height: 30px;
    background-color: rgba(255, 25, 29, 1);
    border-radius: 10px;
    font-family: 'jockeyone';
    margin-top: 10px;
}

.text_prijs_burger p {
    margin: 0;
    font-size: 12px;
}

.margin_bottom {
    margin-bottom: 60px;
}

.burger_display {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.burger_menu {
    display: flex;
    justify-content: space-evenly;
    margin-top: 30px;
}

.drinken_menu {
    display: flex;
    justify-content: center;
    font-family: 'league-gothic';
    font-size: 50px;
    margin-top: 10px;
}

.contacten_grijze_rand {
    margin-top: 50px;
    padding: 20px;
    background-color: rgba(214, 214, 214, 1);
}

.contacten_grijze_rand_betaal {
    margin-top: 50px;
    padding: 20px;
    background-color: rgba(214, 214, 214, 1);
    width: 600px;
    height: 600px;
}

.links_rechts_margin_contact {
    margin-left: 25vw;
    margin-right: 25vw;
}

.Contacten_kop {
    font-family: 'jockeyone';
    display: flex;
    justify-content: center;
    font-size: 40px;
    margin-top: 20px;
    flex-direction: column;
    align-items: center;
}

.Contacten_kop p {
    width: 180px;
}

textarea {
    resize: none;
}

.naam {
    font-family: 'martel-sans';
}

.naam p {
    margin: 0;
    padding-top: 15px;
}

.naam input {
    width: 100%;
    height: 30px;
}

.email {
    font-family: 'martel-sans';
}

.email p {
    margin: 0;
    padding-top: 30px;
}

.email input {
    width: 100%;
    height: 30px;
}

.bericht {
    font-family: 'martel-sans';
}

.bericht p {
    margin: 0;
    padding-top: 30px;
}

.bericht textarea {
    width: 100%;
    height: 80px;
}

.button_verstuur {
    display: flex;
    justify-content: center;
}

.button_verstuur button {
    width: 120px;
    height: 50px;
    background-color: black;
    color: white;
    border-radius: 10px;
    margin-top: 50px;
    font-size: 18px;
    font-weight: lighter;
}

.wachtwoord {
    font-family: 'martel-sans';
}

.wachtwoord p {
    margin: 0;
    padding-top: 30px;
}

.wachtwoord input {
    width: 100%;
    height: 30px;
}

.gebruikersnaam {
    font-family: 'martel-sans';
}

.gebruikersnaam p {
    margin: 0;
    padding-top: 30px;
}

.gebruikersnaam input {
    width: 100%;
    height: 30px;
}

.inlog_kop {
    font-family: 'jockeyone';
    display: flex;
    justify-content: center;
    font-size: 40px;

}

.geen_account_button button {
    background-color: black;
    color: white;
    padding: 10px;
    border-radius: 10px;
}

.geen_account_midden {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}

.Inlog_Uitlog img {
    width: 30px;
    margin-left: 10px;
}

.bestelling_winkelkar {
    font-family: 'jockeyone';
    font-size: 40px;
    margin-top: 100px;
}

.afrekenen_winkelkar {
    margin: 20px;
    background-color: rgba(217, 217, 217, 1);
    width: 230px;
    transform: translate(800px, 18px);
}

.totaal_winkekar {
    display: flex;
    justify-content: space-around;
    padding-top: 5px;
    font-family: 'jockeyone';
}

.button_afrekenen_winkelmandje {
    display: flex;
    justify-content: center;
}

.button_afrekenen_winkelmandje button {
    width: 100%;
    height: 25px;
    background-color: rgba(255, 25, 29, 1);
    border-radius: 10px;
    font-family: 'jockeyone';
    margin-top: 10px;
    margin-bottom: 10px;
}

.winkelkar_flex {
    display: flex;
    justify-content: flex-end;
}

.winkelkar_flex button {
    cursor: pointer;
}

.product_winkelkar {
    display: flex;
    flex-direction: column;
    background-color: rgba(217, 217, 217, 1);
    width: 600px;
    padding: 10px;
    padding-bottom: 0;
    padding-left: 30px;
    transform: translate(0px, -165px);
    padding-bottom: 40px;
}

.buttons_kar {
    display: flex;
    gap: 13px;
    transform: translate(390px, -40px);
    align-items: center;
    font-family: 'jockeyone';
}

.buttons_kar button {
    width: 30px;
    height: 30px;
    background-color: rgb(0, 0, 0);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.buttons_kar form {
    margin: 0;
}

.gap_winkelkar {
    margin-bottom: 35px;
}

.links_rechts_margin_winkelkar {
    margin-left: 15vw;
    margin-right: 15vw;
}

.bestelling_geselecteerd {
    transform: translateY(-125px);
}

.enkel_wopper_img_winkelkar img {
    width: 240px;
    transform: translate(0, 4px);
}

.textbox_winkelkar {
    width: 240px;
    font-family: 'martel-sans';
    /* background-color: white; */
}

.red-text {
    color: red;
}



.twee_vakken {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.input_text p {
    margin-bottom: 0;
    padding-bottom: 10px;
}

.input_text input {
    width: 425px;
    height: 30px;

}

.input_text {
    display: flex;
    flex-direction: column;
}

.input_text_betaal input {
    width: 225px;
    height: 30px;
    padding: 5px;
    border: 1px solid #ccc;
    background: #f8f8f8;
    font-size: 16px;
    color: #333;
    margin-top: 5px;
}

.input_text_betaal select {
    width: 225px;
    height: 30px;
    padding: 5px;
    border: 1px solid #ccc;
    background: #f8f8f8;
    font-size: 16px;
    color: #333;
    margin-top: 5px;
}

.input_text_betaal select:hover {
    border-color: #ff3366;
}

.responsive_betaal {
    display: flex;
    gap: 10vw;
    margin-left: 10vw;
}

.textbox_winkelkar {
    width: 240px;
    font-family: 'martel-sans';
    /* background-color: white; */
}

.enkel_wopper_img_betaal img {
    width: 150px;
    transform: translate(0, 4px);
}

.product_winkelkar_betaal {
    display: flex;
    flex-direction: column;
    background-color: rgba(217, 217, 217, 1);
    width: 250px;
    padding: 10px;
    padding-left: 30px;
}

.buttons_kar_betaal {
    display: flex;
    gap: 11px;
    transform: translate(160px, -20px);
    align-items: flex-end;
    font-family: 'jockeyone';
    flex-direction: row;
    padding-bottom: 10px;
}

.buttons_kar_geschiedenis {
    display: flex;
    gap: 11px;
    align-items: flex-end;
    font-family: 'jockeyone';
    flex-direction: column;
    transform: translate(0px, -70px);
}

.text_prijs_burger_betaal p {
    margin: 0;
    font-size: 12px;
}

.buttons_kar_betaal button {
    width: 30px;
    height: 30px;
    background-color: rgb(0, 0, 0);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.textbox_winkelkar_betaal {
    width: 150px;
    font-family: 'martel-sans';
    background-color: white;
}

.een_vakken {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.bestelling_geselecteerd_betaal {
    margin-top: 100px;
}

.ideal img {
    width: 100px;
}

.betaalkeuze {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.select_payment {
    margin-left: 70px;
}

.select_payment p {
    font-size: 18px;
}

.prijs_product_geschiedenis p {
    margin: 0;
}

.prijs_product_geschiedenis {
    display: flex;
    gap: 5px;
    align-items: center;
    font-family: 'jockeyone';
    flex-direction: column;
}

.center_geschiedenis {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.bestel_geschiedenis {
    font-size: 40px;
    font-family: 'jockeyone';
}

.enkel_wopper_imgs_betaal {
    display: flex;
    gap: 10px;
    /* optioneel, voor ruimte tussen de afbeeldingen */
}

.product_winkelkar_geschiedenis {
    display: flex;
    flex-direction: column;
    background-color: rgba(217, 217, 217, 1);
    width: 400px;
    padding: 10px;
    padding-bottom: 0;
    /* height: 350px; */
    padding-top: 50px;
    padding-left: 20px;
}

.enkel_wopper_img_geschiedenis img {
    border-radius: 10px;
    width: 100px;
    transform: translate(0, 4px);
}

.woppers-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    max-width: 250px;
    /* pas aan op basis van je afbeeldinggrootte */
}

.enkel_wopper_imgs_betaal,
.enkel_wopper_imgs_geschiedenis {
    flex: 1 1 45%;
    /* zorgt voor max 2 per rij */
    box-sizing: border-box;
}

.enkel_wopper_img_geschiedenis {
    display: flex;
    font-family: 'jockeyone';
    flex-direction: column;
    align-items: center;
}

.enkel_wopper_img_geschiedenis p {
    font-size: 20px;
    max-width: 100px;
}

.responsive_geschiedenis {
    display: flex;
    /* gap: 10vw; */
    /* margin-left: 10vw; */
    flex-direction: column;
    align-items: center;
}

.product_winkelkar_admin {
    display: flex;
    flex-direction: column;
    background-color: rgba(217, 217, 217, 1);
    padding: 10px;
    width: 550px;
}

.enkel_wopper_img_admin img {
    width: 150px;
    height: 150px;
    margin-right: 50px;
}

.enkel_wopper_img_admin {
    display: flex;
    font-family: 'jockeyone';
}

.beschrijving_admin_text p {
    width: 300px;
margin-bottom: 110px;
}

.product_prijs_prijs p {
    margin: 0;
    padding-left: 30px;
}

.product_prijs_naam {
    margin-left: 30px;
}

.buttons_admin {
    display: flex;
    gap: 13px;
    align-items: center;
    font-family: 'jockeyone';
    justify-content: flex-end;
}

.buttons_admin img {
    width: 50px;
    height: 50px;
    cursor: pointer;
    margin: 0;
}

.buttons_admin button {
    width: 30px;
    height: 30px;
    background-color: rgb(0, 0, 0);
    color: red;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button_verstuur_admin button {
    width: 120px;
    height: 50px;
    background-color: black;
    color: white;
    border-radius: 10px;
    margin-bottom: 50px;
    font-size: 18px;
    font-weight: lighter;
}

.button_verstuur_admin {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.button_verstuur_admin p {
    font-size: 18px;
    font-family: 'martel-sans';
}

.bestelling_geselecteerd_admin {
    margin-top: 0px;
}

.order-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 900px;
}

.order-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.order-status {
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 14px;
}

.nieuw {
    background-color: #e3f2fd;
    color: #0d47a1;
}

.in.behandeling {
    background-color: #fff9c4;
    color: #f57f17;
}

.onderweg {
    background-color: #e8f5e9;
    color: #2e7d32;
}

.afgeleverd {
    background-color: #e0f2f1;
    color: #00695c;
}

.order-items ul {
    list-style-type: none;
    padding-left: 0;
}

.order-items li {
    padding: 5px 0;
}

.order-total {
    margin-top: 10px;
    font-size: 18px;
}

.order-actions {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.status-select {
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.delete-order-btn {
    background-color: #f44336;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 4px;
    cursor: pointer;
}

.delete-order-btn:hover {
    background-color: #d32f2f;
}

/* Modal styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: auto;
}

.modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border-radius: 8px;
    width: 80%;
    max-width: 500px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    animation: modalFadeIn 0.3s;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.close-modal {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close-modal:hover,
.close-modal:focus {
    color: #000;
    text-decoration: none;
}

.modal-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 20px;
}

.confirm-btn {
    background-color: #f44336;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 4px;
    cursor: pointer;
}

.confirm-btn:hover {
    background-color: #d32f2f;
}

.cancel-btn {
    background-color: #e0e0e0;
    color: #333;
    border: none;
    padding: 8px 15px;
    border-radius: 4px;
    cursor: pointer;
}

.cancel-btn:hover {
    background-color: #bdbdbd;
}

.product_flex {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product_kleur {
    padding: 20px;
    background-color: rgba(214, 214, 214, 1);
    width: 900px;

}

.product_input {
    display: flex;
    flex-direction: column;
}

.product_input p {
    margin-bottom: 0;

}

.product_input input {
    width: 40%;
    height: 30px;
}

.product_input2 {
    display: flex;
    flex-direction: column;
}

.product_input2 p {
    margin-bottom: 0;

}

.product_input2 input {
    width: 40%;
    height: 30px;
}

.text_input_display select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    background: #f8f8f8;
    font-size: 16px;
    color: #333;
    margin-top: 5px;

}

.text_input_display option {
    color: #333;
    background: #fff;
    font-size: 16px;
}

/* Optioneel: hover effect voor select */
.text_input_display select:hover {
    border-color: #ff3366;
}

.text_input_display {
    display: flex;
    flex-direction: column;
    margin-left: 50px;
}

.text_beschrijving_display textarea {
    width: 100%;
    height: 110px;
    padding: 5px;
    border: 1px solid #ccc;
    background: #f8f8f8;
    font-size: 16px;
    color: #333;
    margin-top: 5px;
}

.text_text_display input {
    width: 80%;
    height: 30px;
    padding: 5px;
    border: 1px solid #ccc;
    background: #f8f8f8;
    font-size: 16px;
    color: #333;
    margin-top: 5px;
}

/* Zet de twee product input blokken naast elkaar */
.product_inputs_row {
    display: flex;
    gap: 40px;
    /* ruimte tussen de blokken */
    justify-content: center;
    align-items: flex-start;
    font-family: 'martel-sans';
}

.product_input,
.product_input2 {
    flex: 1 1 0;
}

.custom-file-upload_banner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-file-upload input[type="file"] {
    display: none;
}

.custom-file-upload label {
    display: inline-block;
    padding: 10px 20px;
    width: 42%;
    border-radius: 8px;
    background: white;
    color: black;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.2s;
    margin-top: 30px;
    width: 117px;
    margin-left: 50px;
}

.product_inputs_row {
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: flex-start;
}

.product_input,
.product_input2 {
    /* flex: 1 1 0;
            /* background: #f8f8f8; */
    /* padding: 20px; */
    /* border-radius: 12px; */
    /* box-shadow: 0 2px 8px rgba(0,0,0,0.05); */
    padding: 0;
}

.custom-file-upload input[type="file"] {
    display: none;
}

.custom-file-upload label {
    display: inline-block;
    padding: 10px 20px;
    background: #ff3366;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.2s;
}

.custom-file-upload label:hover {
    background: #d12a57;
}

.product_img_banner {
    margin-left: 65px;
}

.custom-file-upload label:hover {
    background: #d12a57;
}

.doe_dat_hier {
    display: flex;
}

.custom-file-upload_banner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.custom-file-upload_banner input[type="file"] {
    display: none;
}

.custom-file-upload_banner label {
    display: inline-block;
    padding: 10px 20px;
    width: 42%;
    border-radius: 8px;
    background: white;
    color: black;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.2s;
    margin-top: 30px;
    width: 117px;

}

.custom-file-upload_banner label:hover {
    background: #d12a57;
}

.admin_functies {
    display: flex;
    justify-content: space-around;
    gap: 100px;
}

.nieuw_preview {
    margin-left: 50px;
}

.text_beschrijving_display textarea {
    width: 300px;
    height: 110px;
    padding: 5px;
    border: 1px solid #ccc;
    background: #f8f8f8;
    font-size: 16px;
    color: #333;
    margin-top: 5px;
}

.product_input_flex {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.vorige_banner img {
    max-width: 100px;
}

.in_contact {
    margin-bottom: 20px;
}

#product-image-preview {
    max-width: 200px;
    display: none;
    margin-left: 50px;

}
.product_kleur_banner{
    background-color: rgba(214, 214, 214, 1);
    padding: 10px;
}

/* Filter System Styles */
.filter-section {
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    /* position: sticky; */
    top: 0;
    z-index: 100;
    transition: box-shadow 0.3s ease;
}

.filter-section.scrolled {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 0 0 10px 10px;
}

.filter-header h2 {
    font-family: 'jockeyone';
    font-size: 24px;
    margin: 0 0 20px 0;
    color: rgba(255, 25, 29, 1);
    text-align: center;
}

.filter-controls {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-end;
    justify-content: center;
}

.filter-group {
    display: flex;
    flex-direction: column;
    min-width: 150px;
}

.filter-group label {
    font-family: 'martel-sans';
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
}

.filter-group select,
.filter-group input[type="text"] {
    padding: 8px 12px;
    border: 2px solid #ddd;
    border-radius: 5px;
    font-family: 'martel-sans';
    font-size: 14px;
    background-color: white;
    transition: border-color 0.3s ease;
}

.filter-group select:focus,
.filter-group input[type="text"]:focus {
    outline: none;
    border-color: rgba(255, 25, 29, 1);
}

.clear-filters-btn {
    padding: 8px 16px;
    background-color: rgba(255, 25, 29, 1);
    color: white;
    border: none;
    border-radius: 5px;
    font-family: 'jockeyone';
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.clear-filters-btn:hover {
    background-color: rgba(200, 20, 24, 1);
}

.results-count {
    text-align: center;
    margin-bottom: 20px;
}

.results-count p {
    font-family: 'martel-sans';
    font-style: italic;
    color: #666;
    margin: 0;
}

.no-results {
    text-align: center;
    padding: 40px;
    background-color: #f9f9f9;
    border-radius: 10px;
    margin: 20px 0;
}

.no-results p {
    font-family: 'martel-sans';
    font-size: 18px;
    color: #666;
    margin: 0;
}

/* Responsive adjustments for filters */
@media (max-width: 768px) {
    .filter-controls {
        flex-direction: column;
        align-items: stretch;
    }
    
    .filter-group {
        min-width: 100%;
    }
    
    .filter-header h2 {
        font-size: 20px;
    }
    
    .filter-section {
        padding: 15px;
        margin-bottom: 20px;
        border-radius: 0;
        margin-left: -20px;
        margin-right: 20px;
        width: calc(100% + 10px);
    }
    
    .filter-section.scrolled {
        border-radius: 0;
    }
     .filter-group select,
    .filter-group input[type="text"] {
        padding: 0px;
        font-size: 16px; /* Prevents zoom on iOS */
    }
}

@media (max-width: 480px) {
    
    
    .filter-controls {
        gap: 12px;
    }
    
    .filter-header h2 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    
   
        
}

@media (max-width: 1500px) {
    .input_text input {
        width: 210px;
        height: 30px;
    }
}

@media (max-width: 1278px) {
    .links_rechts_margin_winkelkar {
        margin-left: 0vw;
        margin-right: 0vw;
    }

    .bestelling_geselecteerd {
        transform: translateY(0px);
        display: flex;
        flex-direction: column;
        align-items: center;
    }



    .winkelkar_flex_display {
        display: flex;
        justify-content: center;
    }

    .buttons_kar {
        display: flex;
        gap: 13px;
        transform: translate(170px, -40px);
        align-items: center;
        font-family: 'jockeyone';
    }

    .enkel_wopper_img_winkelkar img {
        width: 160px;
        transform: translate(0, 4px);
    }

    .textbox_winkelkar {
        width: 160px;
        font-family: 'martel-sans';
        /* background-color: white; */
    }

    .product_winkelkar {
        display: flex;
        flex-direction: column;
        background-color: rgba(217, 217, 217, 1);
        width: 330px;
        padding: 10px;
        padding-bottom: 40px;
        padding-left: 30px;
        transform: translate(0px, 0px);
    }

    .bestelling_winkelkar {
        display: flex;
        justify-content: center;
    }



    .bestelling_winkelkar {
        font-family: 'jockeyone';
        font-size: 40px;
        margin-top: 0px;
    }

    .afrekenen_winkelkar {
        margin: 20px;
        background-color: rgba(217, 217, 217, 1);
        width: 230px;
        transform: translate(0px, 0px);
    }

    .afrekenen_winkelkar_display {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}

@media (max-width: 1000px) {
    .product_kleur {
        width: 300px;
    }
    .responsive_betaal{	
    gap: 0;
    margin-left: 0;
    flex-direction: column-reverse;
    align-items: center;
    }
    .contacten_grijze_rand_betaal{
        margin-top: 0;
    }

    .text_beschrijving_display textarea {
        width: 200px;
        height: 110px;
        padding: 5px;
        border: 1px solid #ccc;
        background: #f8f8f8;
        font-size: 16px;
        color: #333;
        margin-top: 5px;
    }

    #product-image-preview {
        max-width: 160px;
        margin-left: 30px;
    }

    .product_inputs_row {
        display: flex;
        gap: 40px;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .text_input_display {
        margin-left: 0;
    }

    .custom-file-upload label {
        margin-left: 30px;
    }

    .text_text_display input {
        width: 200px;
    }

    .nieuw_preview {
        margin-left: 60px;
    }

    .button_verstuur button {
        margin-left: 15px;
    }

    .product_inputs_row {
        gap: 0px;
    }
    .order-card{
 width: 580px;
    }
   
}

@media (max-width: 810px) {
    .input_text input {
        width: 110px;
        height: 30px;
    }

    .Contacten_kop {
        font-size: 25px;
    }

    .links_rechts_margin_contact {
    margin-left: 10vw;
    margin-right: 10vw;
}
}

@media (max-width: 600px) {
    .textvalk {
        font-size: 13px;
    }

    .burger {
        font-family: 'league-gothic';
        font-size: 30px;
    }

    .intro_text {
        font-size: 14px;
    }

    .talen {
        display: flex;
        gap: 5px;
        flex-direction: column;
    }

    .winkelmandje img {
        width: 30px;
    }

    .Inlog_Uitlog button {
        background-color: black;
        color: white;
        padding: 5px;
        border-radius: 10px;
        font-size: 10px;
    }

    .Inlog_Uitlog img {
        width: 25px;
        margin-left: 10px;
    }

    .talen button {
        height: 35px;
        width: 35px;
        border-radius: 10px;
    }

    .menu img {
        width: 30px;
        margin-right: 2.5vw;
    }

    .enkel_wopper_img img {
        width: 130px;
        height: 130px;
        transform: translate(0, 4px);
    }
    .product_winkelkar_admin{
        width: 350px;
    }

    .textbox {
        width: 130px;
        font-family: 'martel-sans';
        background-color: white;
    }

    .button_mandje button {
        font-size: 10px;
    }



    .beschrijving_admin_text p {
        width: 120px;
        font-size: 16px;
        margin-bottom: 40px;
    }

    .buttons_admin {
        margin-right: 10px;
    }


    .text_input_display select {
        width: 100%;
        padding: 10px;
        border: 1px solid #ccc;
        background: #f8f8f8;
        font-size: 16px;
        color: #333;
        margin-top: 5px;
    }

    .text_input_display {
        display: flex;
    }

    .text_text_display input {
        width: 200px;
    }

    .product_img {
        margin-left: 0;
    }

    .banner-preview-old video {
        width: 200px;

    }

    .banner-preview-new span {
        margin-left: 50px;
    }

    .banner-preview-new video {
        width: 200px;

    }


    #banner-preview-img {
        max-width: 200px !important;
        width: 200px !important;

    }

    .banner-preview-old img,
    .banner-preview-old video {
        max-width: 200px !important;
        width: 200px !important;

    }

    .admin_functies {
        display: flex;
        justify-content: space-around;
        flex-direction: column;
    }

    #product-image-preview {
        max-width: 160px;
        display: none;
        margin-left: 30px;
    }

    .product_kleur_banner {
        width: 250px;
    }
    .order-card{
 width: 300px;
    }
}

@media (max-width: 500px) {
    .links_rechts_margin_inlog_register {
        margin-left: 10vw;
        margin-right: 10vw;

    }
}

@media (max-width: 460px) {
    .buttons_kar_geschiedenis {
        align-items: center;
    }

    .product_winkelkar_geschiedenis {
        width: 250px;
        padding-left: 40px;
    }

    .prijs_product_geschiedenis {

        margin-top: 70px;
    }

    .Contacten_kop {
        font-size: 17px;
    }
}

@media (max-width: 408px) {
    .logo img {
        width: 60px;
        margin-right: 0;
    }

    .textvalk {
        font-size: 10px;
    }

    .button_mandje button {
        font-size: 10px;
        padding-bottom: 30px;
    }

    .enkel_wopper_img img {
        width: 100px;
        transform: translate(0, 4px);
        height: 100px;
    }

    .textbox {
        width: 100px;
        font-family: 'martel-sans';
        background-color: white;
    }

    .text_prijs_burger p {
        margin: 0;
        font-size: 10px;
    }

    .navbar {
        display: flex;
        height: 100px;
        background-color: rgba(255, 25, 29, 1);
        align-items: center;
        padding-left: 20px;
        justify-content: space-between;
    }

    .dropdown-menu.show {
        max-height: 320px;
        padding: 20px;
        margin-left: 20px;
    }
}

@media (max-width: 392px) {
    .enkel_wopper_img_winkelkar img {
        width: 120px;
        transform: translate(0, 4px);
    }

    .textbox_winkelkar {
        width: 120px;
        font-family: 'martel-sans';
        /* background-color: white; */
    }

    .buttons_kar {
        display: flex;
        gap: 13px;
        transform: translate(140px, -40px);
        align-items: center;
        font-family: 'jockeyone';
        font-size: 11px;
    }

    .buttons_kar button {
        width: 20px;
        height: 20px;
        background-color: rgb(0, 0, 0);
        color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .product_winkelkar {
        display: flex;
        flex-direction: column;
        background-color: rgba(217, 217, 217, 1);
        width: 260px;
        padding: 10px;
        padding-bottom: 0;
        height: 270px;
        padding-left: 30px;
    }

    .inlog_kop {
        font-size: 35px;
    }

    .beschrijving_admin_text p {
        width: 100px;
        font-size: 13px;
    }

    .product_winkelkar_admin {
        width: 300px;
    }

    .Inlog_Uitlog {
        font-size: 11px;
    }
}
@media (max-width: 320px) {
 .order-card{
 width: 250px;
    }
}

.error-message {
    color: red;
    margin: 10px 0;
    text-align: center;
}

.success-message {
    color: green;
    margin: 10px 0;
    text-align: center;
}

.payment-method {
    cursor: pointer;
    padding: 5px;
    border: 2px solid transparent;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.payment-method.selected {
    border-color: #ff191d;
    background-color: rgba(255, 25, 29, 0.1);
    transform: scale(1.05);
}

.payment-method:hover {
    transform: scale(1.05);
}

input[type="radio"].payment-radio {
    display: none;
}

.winkelmandje {
    position: relative;
}

.cart-counter {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: #ff191d;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: none;
    /* Default to hidden */
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    font-family: 'martel-sans';
    border: 2px solid white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

.cart-counter.show {
    display: flex !important;
}

 .admin-tabs {
            display: flex;
            margin-bottom: 20px;
            border-bottom: 2px solid #ddd;
        }
        .admin-tab {
            padding: 10px 20px;
            background: #f8f9fa;
            border: none;
            cursor: pointer;
            margin-right: 5px;
        }
        .admin-tab.active {
            background: #007bff;
            color: white;
        }
        .tab-content {
            display: none;
        }
        .tab-content.active {
            display: block;
        }
      
        .order-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 10px;
        }
        .order-status {
            padding: 5px 10px;
            border-radius: 4px;
            font-weight: bold;
        }
        .status-nieuw { background: #ffc107; color: #000; }
        .status-in-behandeling { background: #17a2b8; color: white; }
        .status-onderweg { background: #fd7e14; color: white; }
        .status-afgeleverd { background: #28a745; color: white; }
        .order-items {
            margin: 10px 0;
        }
        .order-item {
            display: flex;
            align-items: center;
            margin-bottom: 5px;
        }
        .order-item img {
            width: 40px;
            height: 40px;
            object-fit: cover;
            margin-right: 10px;
            border-radius: 4px;
        }

.users-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.user-card {
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.user-header {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.user-header h3 {
    margin: 0;
    color: #333;
    display: flex;
    align-items: center;
    gap: 10px;
}

.admin-badge {
    background: #ff191d;
    color: white;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: bold;
}

.user-id {
    margin: 5px 0 0 0;
    color: #666;
    font-size: 14px;
}

.user-info-row {
    margin-bottom: 8px;
    font-size: 14px;
}

.user-info-row strong {
    color: #333;
    min-width: 120px;
    display: inline-block;
}

.login-required-message {
    background-color: #fff3cd;
    border: 1px solid #ffeaa7;
    color: #856404;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 8px;
    text-align: center;
    font-family: 'martel-sans';
}

.login-required-message a {
    color: #ff191d;
    text-decoration: underline;
    font-weight: bold;
}

.login-required-message a:hover {
    color: #d4161a;
}

.checkout-disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background-color: #ccc !important;
    pointer-events: none;
}

.order-info p {
    margin: 5px 0;
    font-size: 14px;
}

.order-info p strong {
    color: #333;
    font-weight: bold;
}

/* Specifieke styling voor levering */
.order-info p:has(strong:contains("Levering")) {
    color: #ff191d;
    font-weight: bold;
}
.alle_gebruikers{
    display: flex;
    flex-direction: column;
    align-items: center;
}