/* General Styles */
.visual-search-icon {
    display: none !important;
}

body {
    margin: 0;
    padding: 0;
    font-family: KoHo, sans-serif;
    background-color: white;


.container {
    width: 1194px;
    height: 834px;
    position: relative;
    background: white;
}

/* Sidebar */
.sidebar {
    width: 245px;
    height: 834px;
    position: absolute;
    background: #B0A092;
}

/* Highlighted box */
.highlight-box {
    width: 216px;
    height: 62px;
    position: absolute;
    left: 14px;
    top: 724px;
    background: #716040;
    opacity: 0.20;
    border-radius: 10px;
}

/* Box styles */
.box {
    width: 281px;
    height: 249px;
    position: absolute;
    background: #B0A092;
    border-radius: 20px;
}

.frisdrank {
    left: 286px;
    top: 277px;
}

.cocktails {
    left: 286px;
    top: 556px;
}

.bier {
    left: 583px;
    top: 277px;
}

.snacks {
    left: 583px;
    top: 556px;
}

.wijn {
    left: 882px;
    top: 277px;
}

.snoep {
    left: 882px;
    top: 556px;
}

/* Image styles */
.image {
    width: 254px;
    height: 163px;
    position: absolute;
    border-radius: 20px;
}

.logo {
    width: 176px;
    height: 66px;
    position: absolute;
    left: 30px;
    top: 56px;
}

.main-image {
    width: 877px;
    height: 216px;
    position: absolute;
    left: 286px;
    top: 30px;
    border-radius: 20px;
}

/* Labels */
.label {
    position: absolute;
    text-align: center;
    color: white;
    font-size: 32px;
    font-weight: 600;
    word-wrap: break-word;
}

.frisdrank-label {
    width: 175px;
    height: 45px;
    left: 335px;
    top: 466px;
}

.cocktails-label {
    width: 182px;
    height: 44px;
    left: 335px;
    top: 747px;
}

.bier-label {
    width: 91px;
    height: 37px;
    left: 678px;
    top: 466px;
}

.snacks-label {
    width: 148px;
    height: 45px;
    left: 650px;
    top: 746px;
}

.wijn-label {
    width: 84px;
    height: 49px;
    left: 987px;
    top: 466px;
}

.snoep-label {
    width: 150px;
    height: 49px;
    left: 949px;
    top: 746px;
}

/* Menu Labels */
.menu-label {
    position: absolute;
    color: white;
    font-size: 24px;
    font-weight: 500;
    word-wrap: break-word;
}

/* Aangepaste posities voor de menu labels */
.Gastenlijst-label {
    left: 64px;  /* Gastenlijst */
    top: 293px;  /* Aangepast naar 293px */
}

.bestelling-label {
    left: 30px;  /* Laatste bestelling */
    top: 378px;  /* Aangepast naar 378px */
}

.Rekening-label {
    left: 69px;  /* Rekening */
    top: 466px;  /* Aangepast naar 466px */
}

.home-label {
    left: 87px;  /* Home */
    top: 208px;  /* Aangepast naar 208px */
}

/* loguit */
.Assortiment-label {
    left: 55px;  /* Assortiment */
    top: 564px;  /* Aangepast naar 737px */
}

/* Log Out link */
.log-out {
    left: 90px;
    top: 737px;
    text-decoration: none;
}

/* Separator Line */
.line {
    width: 203px;
    height: 0;
    position: absolute;
    left: 21px;
    top: 681px;
    border: 1px white solid;
}
}