:root {
    --color-menu: #fffaf7;
    --color-menu-accent: #e8ddd1;
    --color-background: #eee6e5;
    --color-background-white: #fff;
    --color-button: #b68c68;
    --color-button-light: #d4bba6;
    --color-button-white: #fff;
    --color-button-green: #b0db9a;
    --color-prijslijst-kop: #f9f4f0;
    --color-text: #3A2B30;
    --color-text-button: #fff;
    --color-lines: #ddd;
    --color-lines-light: #eee;
    --color-lines-small: #999999;
}

body.portal {
    background-color: var(--color-background);
    margin: 15px 0px;
    color: var(--color-text);
}

.menu_strip {
    margin-bottom: 30px;
}

.menu_strip a {
    text-decoration: underline;
    color: initial;
}

.menu_strip .current-page {
    font-weight: 600;
}

.col-lg-4.col-md-6 {
    margin-bottom: 20px;
}

.portal_content {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.portal_content h5 {
    border-bottom: 1px solid black;
    padding-bottom: 10px;
}

.portal_content a.card {
    text-decoration: none;
    color: unset;
    margin-bottom: 10px;
}

.company_logo {
    max-height: 100px;
}

.company_logo img {
    max-height: 100px;
    max-width: 100%;
    object-fit: contain;
    display: block;
    margin: 0px auto;
}

.search_icon {
    position: absolute;
    margin: 16px 0 0 10px;
}

#product_zoeken {
    width: 100%;
    border: 1px solid black;
    border-radius: 15px;
    padding: 6px 0 6px 30px;
    margin: 10px 0;
}

#medewerkers {
    margin-top: 20px;
}

.salon_info,
.winkelwagen#winkelwagen {
    margin-bottom: 20px;
}

.behandelaar_info {
    margin-bottom: 10px;
}

.datum_info, #vooraf_betalen_bedrag {
    border-top: 1px solid rgba(0, 0, 0, .25);
    padding-top: 10px;
}

#winkelwagen-tabel tfoot td {
    border-top: 2px solid var(--color-lines);
}

#winkelwagen-tabel .totaal-label,
#winkelwagen-tabel .totaal,
#winkelwagen-tabel .stukprijs {
    text-align: right;
}

#winkelwagen a svg {
    color: var(--gray);
}

.aantal,
.omschrijving,
.stukprijs,
.productprijs {
    font-weight: 600;
}

@media (max-width: 35em) {

    .winkelwagen-tabel .totaal-label,
    .winkelwagen-tabel .totaal,
    .winkelwagen-tabel .stukprijs {
        text-align: left;
    }

    .ui-table-reflow.ui-responsive td.totaal .ui-table-cell-label,
    .ui-table-reflow.ui-responsive td.totaal-label .ui-table-cell-label {
        display: none;
    }

    .winkelwagen-tabel .totaal {
        border-top: none;
    }

    .winkelwagen-tabel .totaal-label {
        border-top: 1px solid var(--color-lines);
    }
}

.karretje {
    margin: 10px 0px;
}

.volgende_knop {
    margin-top: 25px;
    background-color: var(--color-button);
    color: white;
    border-radius: 20px;
    padding: .5rem 1rem;
    font-size: 1.2rem;
}

.volgende_knop:hover {
    color: white;
}

.volgende_knop .icon {
    display: inline-block;
    padding: 3px;
    border: 1px solid white;
    color: white;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    position: relative;
    bottom: -7px;
}

.volgende_knop .icon svg {
    position: relative;
    bottom: 10px;
    font-size: 14px;
}

.medewerkers .medewerker {
    width: 33%;
    display: inline-block;
    margin-bottom: 20px;
}

.medewerkers .medewerker .profile_picture {
    display: block;
    width: 70%;
    aspect-ratio: 1;
    border-radius: 50%;
    margin: 0px auto;
    border: 1px solid black;
    background-size: cover;
    background-position: center center;
}

.medewerkers .medewerker .naam {
    width: 100%;
}

.behandelaar_info #behandelaar_naam,
.datum_info #datumtijd,
#vooraf_betalen_bedrag #totaalprijs {
    float: right;
    margin-right: .75rem;
}

#alert_content {
    margin-top: 20px;
}

.alert.alert-info {
    background-color: var(--color-button);
    color: white;
    border-color: transparent;
    border-radius: 10px;
}

#bedankt_boeking {
    display: none;
}

p::first-letter {
    text-transform: capitalize;
}