.container-inhoud {
    background: url(../../afbeeldingen/website/winkelkar.webp)center/cover fixed no-repeat
}

.container-pagina {
    max-width: 1280px;
    display: flex;
    justify-content: center;
    background-color: var(--bodyachtergrondtransparant);
}

.div_producten {
    /* display: flex;
    flex-direction: column; */
    border-right: 1px solid var(--bodytekst)
}

#gsmsection {
    border: 1px solid var(--bodytekst);
    border-radius: var(--borderradius);
    padding: var(--padding);
}

#gsmsection:hover {
    cursor: pointer
}

.gsm {
    position: sticky;
    top: 60px;
    background-color: var(--bodyachtergrondtransparant);
    z-index: 2;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 40px;
    margin-bottom: 1px
}

.gsm-winkelkar {
    display: flex;
    align-items: center
}

#gsm-totaal {
    margin-left: 10px
}

#gsmplaatsbestelling {
    display: none
}

#productdetail {
    display: none;
    width: 100%;
    padding: var(--padding);
}

#pdsluiten {
    display: inline;
}

.pdinfo {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    font-size: 1.25rem;
    font-weight: 600;
    clear: both;
    padding-top: 10px
}

#pdnaam {
    margin-right: 10px
}

.pdprijs {
    min-width: 70px;
}

.prodfoto {
    display: flex;
    justify-content: center;
    margin: 10px 0
}

#pdfoto {
    max-width: 80vh;
    max-height: 100px
}

#contpd {
    margin: 10px;
    max-width: 400px
}

#divInfotitel {
    position: relative;
    display: inline-block;
    border: 1px solid var(--bodytekst);
    border-bottom: 4px solid var(--bodyachtergrond);
    background-color: var(--bodyachtergrond);
    border-radius: 8px 8px 0 0;
    padding: 0 5px;
    margin-left: 20px;
    margin-bottom: -2px;
    z-index: 1
}

#divAllergenentitel {
    position: relative;
    display: inline-block;
    border: 1px solid var(--bodytekst);
    border-bottom: 4px solid var(--bodyachtergrond);
    background-color: var(--bodyachtergrond);
    border-radius: 8px 8px 0 0;
    padding: 0 5px;
    margin-bottom: -2px
}

#pdinhoud {
    position: relative
}

#divInfotekst {
    display: table;
    border-radius: var(--borderradius);
    padding: 0 5px;
    border: 1px solid var(--bodytekst);
    background-color: var(--bodyachtergrond);
    height: auto;
    width: 100%
}

#divAllergenentekst {
    position: absolute;
    top: 0;
    width: 100%;
    visibility: hidden;
    border: 1px solid var(--bodytekst);
    background-color: var(--bodyachtergrond);
    border-radius: var(--borderradius);
    padding: 0 5px;
    z-index: 2
}

select{
    width: 100%;
    padding: .2rem;
}


#div_prijs_productsaus {
    margin-left: 20px
}

#geensnackgekozen {
    margin-top: 5px;
    padding-left: 5px
}

.pdopmerking {
    border-bottom: 1px solid var(--bodytekst);
    margin: 10px
}

.optiesflex {
    display: flex;
    flex-direction: column;
}

/* #pdoptiesmet {
    padding-right: 10px
} */

/* #pdsauzen {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px solid var(--bodytekst);
    line-height: 2
} */

#selSauzen1, #selSauzen2, #selgratsissaus, #selsnacks {
    border-radius: var(--borderradius);
}

fieldset {
    border-radius: var(--borderradius);
    line-height: normal;
    margin-bottom: 10px;
    width: 100%;
}

#divsaus1, #divsaus2 {
    display: none;
    margin-top: 10px
}

#opmerkingklant {
    width: 100%;
    height: 60px;
    border-radius: var(--borderradius);
    margin-bottom: 10px
}

.pdtotaal {
    display: flex;
    align-items: center;
    margin: 10px
}

#pdmin, #pdplus {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--bodytekst);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 25px;
    font-weight: 600;
    text-align: center
}

#pdaantal {
    padding: var(--padding);
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    min-width: 25px
}

#pdtoevoegen {
    border: 1px solid var(--bodytekst);
    border-radius: var(--borderradius);
    /* font-size: 14px; */
    padding: var(--padding);
    /* text-align: center; */
    margin: 0 10px
}

.pdtotaalprijs {
    padding: var(--padding);
    font-size: 18px;
    font-weight: 600;
    text-align: center
}

#productselectie {
    display: flex
}

.categorie {
    position: sticky;
    top: 100px;
    padding: var(--padding);
    min-width: 90px;
    height: calc(100vh - 90px);
    overflow-x: auto;
}

.categorie>* {
    margin-bottom: 10px
}

.btnOpmerking {
    display: inline-block;
    padding: var(--padding);
    margin-top: 20px;
    font-size: 10px
}

.anker {
    position: relative;
    top: -145px;
    visibility: hidden;
}

main {
    /* position: relative; */
    /* display: flex;
    flex-direction: column */
}

.zoeken {
    display: flex;
    align-items: center;
    position: sticky;
    top: 100px;
    border: 1px solid var(--bodytekst);
    border-radius: var(--borderradius);
    padding: 0;
    background-color: rgba(255, 255, 255, 0.9);
    margin-bottom: 5px;
    height: 30px;
    z-index: 5
}

#imgzoek {
    border-radius: var(--borderradius);
    margin-right: 3px
}

#zoektekst {
    border: 0;
    width: 100%;
    padding: 5px 0;
}

#zoekleeg {
    display: inline-block;
    border: 1px solid var(--bodytekst);
    border-radius: var(--borderradius);
    padding: 0 3px
}

.divproducten {
    overflow-x: auto;
    height: calc(100vh - 90px);
    margin-right: 5px;
}

.catnaam {
    background-color: var(--categorie);
    border-radius: var(--borderradius);
}

.product-kader {
    border: 1px solid var(--bodytekst);
    padding: var(--padding);
    margin: 5px 0;
    border-radius: var(--borderradius);
}

.product-kader:hover {
    cursor: pointer;
    background-color: var(--hoverproducten);
}

.achtergrond-product-kader-nietinstock {
    background-color: rgba(0, 0, 0, 0.2)
}

.achtergrond-product-kader-nietinstock:hover {
    cursor: default;
    background-color: rgba(0, 0, 0, 0.2)
}

.product-kader-inhoud {
    display: flex;
    justify-content: space-around;
    align-items: center
}

.nietinstock {
    color: var(--blauw);
    font-weight: bolder
}

.foto {
    margin-right: 5px
}

.foto img {
    width: auto;
    height: 40px;
    max-width: 40px
}

.naam {
    flex: 1 1 40%
}

.prijs {
    flex: 1 1 20%;
    margin-left: 5px;
    text-align: right;
    white-space: nowrap;
}

#geenproductengevonden {
    display: flex;
    justify-content: center;
    padding-right: 10px;
    padding-top: 30px;
    text-align: center
}

.winkelkar {
    display: none;
    padding: var(--padding);
}

.winkelkar hr {
    border: 1px solid var(--bodytekst);
    background-color: var(--bodytekst);
    margin-top: 10px
}

table {
    width: 100%
}

td {
    padding: 2px;
    /* border: 1px solid red; */
}

table img {
    vertical-align: middle
}

#wksluiten {
    display: inline-block;
    padding: var(--padding);
}

.wkcols123 {
    width: 30px;
    text-align: center
}

#voucher {
    width: 6em;
    text-align: right
}

.wkbestellen {
    display: none;
    margin-bottom: 10px;
    width: 80%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto
}

#divtitel {
    text-align: center
}

@media only screen and (min-width:600px) {

    #divInfotitel:hover, #divAllergenentitel:hover {
        background-color: var(--hoverproducten);
        box-shadow: 5px 5px 8px #888;
        cursor: pointer
    }

    #divInfotitel:active, #divAllergenentitel:active {
        box-shadow: none
    }

    .divproducten {
        /* height: calc(100vh - 250px); */
    }

    .winkelkar {
        display: flex;
        flex-direction: column;
        position: sticky;
        /* align-self: flex-start; */
        height: calc(100vh - 90px);
        overflow-x: auto;
    }

    #wksluiten {
        display: none
    }

    .gsm {
        display: none
    }



}

@media only screen and (min-width:768px) {
    .zoeken {
        top: 110px;
    }

}
