@font-face {
  font-family: Chopin;
  src: local("Chopin"), url("../font/Chopin.ttf");
}
@font-face {
  font-family: elegant;
  src: local("Elegante"), url("../font/Elegante.ttf");
}
@media only screen and (max-width: 750px) {
  .menuNavbar {
    overflow: hidden;
    max-height: 16vw;
    width: 16vw;
    transition: max-height 800ms, width 500ms;
    position: fixed;
    background-color: transparent;
    z-index: 5;
  }
  .menuNavbar .menuButton {
    border: none;
    background: transparent;
    width: 16vw;
    height: 16vw;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    transition: 500ms;
  }
  .menuNavbar .menuButton .menuButtonLine {
    background-color: #eea4ad;
    width: 10vw;
    height: 1.3vw;
    align-self: center;
    transition: 500ms;
  }
  .menuNavbar .navbarmenu {
    opacity: 0;
  }
  .menuNavbar .navbarmenu .navigation {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .menuNavbar .navbarmenu .navigation .nav_item {
    text-align: center;
    padding: 0 0 8vw 0;
  }
  .menuNavbar .navbarmenu .navigation .nav_item .nav_link {
    color: #ad616e;
    text-decoration-line: none;
    font-size: 6vw;
    font-family: "Corbel Light";
  }
  .menuNavbar .navbarmenu .navigation .nav_item .navigation {
    padding: 0.5vw 0 0 0;
  }
  .menuNavbar img {
    opacity: 0;
  }
  #body_index {
    margin: 0;
    display: flex;
    flex-direction: column;
  }
  #body_index #banner_index #introPage {
    background-size: cover;
    height: 800px;
    background-image: url(../img/feather-background.webp);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #body_index #banner_index .title {
    font-size: 25vw;
    color: #884d5a;
    font-family: elegant, sans-serif;
    margin: 300px 0 17vw 0;
  }
  #body_index #banner_index .introButton {
    border: none;
    background-color: transparent;
    font-family: Cambria;
    color: #884d5a;
    font-size: 4vw;
    cursor: pointer;
    margin-top: 75vw;
  }
  #body_index #banner_index #introArrow {
    width: 5vw;
    height: auto;
  }
  #body_index #mainContent {
    display: flex;
    flex-direction: column;
    background-image: linear-gradient(#f5f1f1, #f3eff0);
    width: 100vw;
  }
  #body_index #mainContent *:focus {
    outline: none;
  }
  #body_index #mainContent #artist {
    width: 90vw;
    height: 700px;
    font-size: 1.25em;
    font-weight: 300;
    opacity: 0;
    transition: 1500ms;
    display: grid;
    grid-template-columns: 30px 10px 295px 20px;
    grid-template-rows: 20px 300px 10px 20px 40px 240px;
  }
  #body_index #mainContent #artist p, #body_index #mainContent #artist header {
    font-family: "Corbel";
    color: #ffffff;
    margin: 0;
  }
  #body_index #mainContent #artist #artistline {
    grid-row-start: 6;
    grid-column-end: 5;
    grid-column-start: 3;
    padding: 3vw 4vw 0 4vw;
    height: auto;
    width: auto;
    background-color: #d9b7bf;
    text-align: center;
    font-size: 21px;
  }
  #body_index #mainContent #artist header {
    height: auto;
    width: auto;
    grid-row-start: 5;
    grid-column-start: 3;
    grid-column-end: 5;
    background-color: #d9b7bf;
    text-align: center;
    font-size: 25px;
    font-family: "Roboto Thin";
  }
  #body_index #mainContent #artist header h2 {
    margin: 0;
    width: 100%;
  }
  #body_index #mainContent #grimegirl {
    height: 320px;
    width: 100%;
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 3;
    transition: all 2s;
    display: flex;
  }
  #body_index #mainContent .square {
    background-color: #e3d6d6;
    width: auto;
    height: 310px;
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 4;
    display: flex;
  }
  #body_index #mainContent .servicePages {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    font-family: "Corbel Light";
  }
  #body_index #mainContent .servicePages h2, #body_index #mainContent .servicePages h5 {
    margin: 0;
    font-size: 1.1em;
  }
  #body_index #mainContent .servicePages a {
    display: block;
    text-decoration: none;
    color: #8a4b57;
    font-family: "Corbel Light";
    text-align: center;
    font-size: 5vw;
  }
  #body_index #mainContent .servicePages img {
    height: 40vw;
    width: auto;
    border-radius: 50%;
    margin: 10vw 0 0 0;
  }
  #body_index #mainContent .servicePages .serviceList {
    padding: 3vw 0 3vw 20vw;
  }
  #body_index #mainContent .servicePages #ontharing {
    display: none;
  }
  #body_index #mainContent .servicePages #nagels {
    display: none;
  }
  #body_index #mainContent .servicePages #opsteekkapsels {
    display: none;
  }
  #body_index #mainContent .servicePages #glittertattoo {
    display: none;
  }
  #body_index #mainContent .servicePages #sprookjesfiguren {
    display: none;
  }
  #body_index #mainContent #contactform form {
    background-color: #ad616e;
    padding: 0 0 5vw 0;
    width: 100vw;
  }
  #body_index #mainContent #contactform form h1 {
    color: #ffffff;
    font-family: "elegant";
    font-style: italic;
    font-size: 15vw;
    font-weight: normal;
    padding: 14vw 0 0 12vw;
    margin: 0;
  }
  #body_index #mainContent #contactform form fieldset {
    border: none;
    padding: 0 0 0 5vw;
    width: 82vw;
  }
  #body_index #mainContent #contactform form fieldset input, #body_index #mainContent #contactform form fieldset label {
    display: block;
  }
  #body_index #mainContent #contactform form fieldset input {
    width: 100%;
    height: 5vw;
    font-size: 3.5vw;
    color: #e3d6d6;
    border: none;
    border-bottom: solid;
    border-bottom-color: #e3d6d6;
    border-bottom-width: 2px;
    background-color: transparent;
    font-family: "Corbel Light";
  }
  #body_index #mainContent #contactform form fieldset label {
    font-size: 2.8vw;
    color: #f1f1f1;
    padding: 12vw 0 2vw 0;
    font-family: "Corbel";
  }
  #body_index #mainContent #contactform form fieldset #form_keuze select {
    height: 5vw;
    font-size: 3.5vw;
    width: 82vw;
    border: none;
    border-bottom: solid;
    border-bottom-color: #e3d6d6;
    border-bottom-width: 2px;
    background-color: transparent;
    font-family: "Corbel Light";
    font-style: italic;
    color: #e3d6d6;
  }
  #body_index #mainContent #contactform form fieldset #form_keuze option {
    color: #ad616e;
    background-color: #e3d6d6;
    font-family: "Corbel Light";
    font-size: 3.5vw;
  }
  #body_index #mainContent #contactform form fieldset #form_tijdstip {
    color: #e3d6d6;
    display: grid;
    font-family: "Corbel";
    grid-template-rows: auto auto;
    grid-template-columns: 40vw 7vw 40vw;
  }
  #body_index #mainContent #contactform form fieldset #form_tijdstip #form_datum {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-column-end: 4;
    font-size: 3vw;
    color: #f1f1f1;
  }
  #body_index #mainContent #contactform form fieldset #form_tijdstip #form_starttijd {
    grid-row-start: 2;
    grid-column-start: 1;
  }
  #body_index #mainContent #contactform form fieldset #form_tijdstip #form_eindtijd {
    grid-row-start: 2;
    grid-column-start: 3;
  }
  #body_index #mainContent #contactform form fieldset #form_comment textarea {
    width: 100%;
    height: 5vw;
    font-size: 3.5vw;
    border: none;
    border-bottom: solid;
    border-bottom-color: #e3d6d6;
    border-bottom-width: 2px;
    background-color: transparent;
    resize: none;
    color: #e3d6d6;
    font-family: "Corbel Light";
  }
  #body_index #mainContent #contactform form fieldset #form_humanconfirm {
    display: none !important;
  }
  #body_index #mainContent #contactform form fieldset #form_humanconfirm input {
    display: none !important;
  }
  #body_index #mainContent #contactform form fieldset ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: "Corbel Light";
    color: #e3d6d6;
    font-style: italic;
  }
  #body_index #mainContent #contactform form fieldset ::-moz-placeholder { /* Firefox 19+ */
    font-family: "Corbel Light";
    color: #e3d6d6;
    font-style: italic;
  }
  #body_index #mainContent #contactform form fieldset :-ms-input-placeholder { /* IE 10+ */
    font-family: "Corbel Light";
    color: #e3d6d6;
    font-style: italic;
  }
  #body_index #mainContent #contactform form fieldset #verzendknop {
    margin: 10vw 0 0 10vw;
    border: solid;
    border-width: 1.8px;
    width: 70vw;
    height: 10vw;
  }
  #body_index #mainContent #contactform form fieldset p {
    grid-column-start: 2;
    margin: 65px 0 0 0;
    color: #e3d6d6;
    font-family: "Corbel Light";
  }
  #body_index #mainContent #contactform form #verzendknop:hover {
    border-color: #8a4b57;
    color: #804651;
    cursor: pointer;
  }
  #body_index #mainContent #contactform article {
    color: #ad616e;
    padding: 10vw 0 0 15vw;
  }
  #body_index #mainContent #contactform article header {
    margin: 0 0 20px 0vw;
    font-family: "Corbel Light";
  }
  #body_index #mainContent #contactform article header h1 {
    font-size: 16px;
  }
  #body_index #mainContent #contactform article p {
    font-size: 25px;
    font-family: Ebrima;
    font-weight: bold;
    margin: 0 0 15px 0vw;
  }
  #body_index #mainContent #contactform article a {
    color: #f3eff0;
  }
  #body_index #mainContent #contactform article img {
    width: 10vw;
    padding: 15vw 4vw 15vw 7vw;
  }
  .banner_subpages #shoppingBag {
    width: 10vw;
    display: flex;
    margin: 20px 4vw 0 0;
    padding: 0;
    flex-direction: row;
    text-decoration-line: none;
    float: right;
  }
  .banner_subpages #shoppingBag p {
    display: none;
  }
  .banner_subpages #shoppingBag img {
    height: 8vw;
    padding: 1.5px 0 1vw 1vw;
  }
  .banner_subpages #shoppingBag .bagCounter {
    opacity: 0.9;
    background-color: #e2a7af;
    border-radius: 50%;
    width: 24px;
    height: 20px;
    position: relative;
    right: 2vw;
    top: -2px;
    font-family: Calibri;
    text-align: center;
  }
  .body_service {
    margin: 0;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    width: auto;
  }
  .body_service #main_services {
    margin: 0 0 8vw 0;
  }
  .body_service #main_services #banner_services {
    position: relative;
    height: 25vw;
    margin-bottom: 2vw;
    max-width: 750px;
    width: auto;
    overflow: hidden scroll;
  }
  .body_service #main_services #banner_services img {
    height: 25vw;
    position: absolute;
    left: -40vw;
    transition: left 800ms;
  }
  .body_service #main_services #banner_services p {
    position: absolute;
    font-size: 6vw;
    margin: 0;
    opacity: 0;
    transition: opacity 1000ms;
  }
  .body_service #main_services #banner_services p a {
    text-decoration: none;
    font-family: "Corbel light";
  }
  .body_service #main_services #banner_services #banner_animatietekst {
    left: 20vw;
    top: 4.5vw;
  }
  .body_service #main_services #banner_services #banner_animatietekst a {
    color: #e3d6d6;
  }
  .body_service #main_services #banner_services #banner_beautytekst {
    right: 17vw;
    top: 4.5vw;
  }
  .body_service #main_services #banner_services #banner_beautytekst a {
    color: #804651;
  }
  .body_service #main_services .services {
    margin: 0 2vw 5vw 3vw;
    padding: 0 0 60px 0;
    position: relative;
    font-family: "Chopin", sans-serif;
    background-color: #f1f1f1;
    color: #804651;
    transition: all 600ms;
    overflow-y: hidden;
  }
  .body_service #main_services .services header {
    padding: 8px 0 0 5%;
  }
  .body_service #main_services .services header h2 {
    margin: 0;
    font-size: 8vw;
    bottom: 0;
  }
  .body_service #main_services .services h5 {
    margin: 0;
    padding: 6px 0 0 5%;
    font-family: "Corbel Light";
    font-size: 4.5vw;
  }
  .body_service #main_services .services p {
    margin: 0;
    transition: all 800ms;
    font-family: "Corbel Light";
    font-size: 4vw;
    padding: 15px 0 25px 5%;
  }
  .body_service #main_services .services .tariefbutton {
    display: inline-flex;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgb(128, 70, 81);
    cursor: pointer;
    z-index: 2;
  }
  .body_service #main_services .services .tariefbutton h3 {
    font-family: "Corbel Light";
    color: #f1f1f1;
    width: 53%;
    text-align: end;
    font-size: 4.5vw;
  }
  .body_service #main_services .services .tariefbutton .plus_button {
    border: none;
    background: transparent;
    font-size: 3vw;
    cursor: pointer;
    width: 10%;
  }
  .body_service #main_services .services .tariefbutton .plus_button img {
    width: 60%;
  }
  .body_service #main_services .services table {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 1;
    width: 100%;
    text-align: start;
    border-collapse: separate;
    border-spacing: 0 5px;
    padding: 30px 3vw 60px 3vw;
    background-color: #f1f1f1;
    animation: slidein 600ms;
    overflow-y: auto;
  }
  .body_service #main_services .services table tr {
    text-align: start;
  }
  .body_service #main_services .services table tr th {
    text-align: start;
    padding: 0;
  }
  .body_service #main_services .services table tr td {
    border-top: 0.2px dashed rgba(128, 70, 81, 0.2);
    padding: 10px 0 10px 0;
  }
  .body_service #main_services .services table tr td:first-child {
    font-size: 16px;
    min-width: 200px;
    width: 70%;
  }
  .body_service #main_services .tariefUnveiled table {
    display: table;
    height: 100%;
    top: 0;
    animation: slideout 600ms;
  }
  .body_service #main_services .rowCentredSmall {
    position: relative;
    left: 50px;
  }
  @keyframes slidein {
    0% {
      top: 0;
    }
    100% {
      top: 100%;
    }
  }
  @keyframes slideout {
    0% {
      top: 100%;
    }
    100% {
      top: 0;
    }
  }
  .body_shop {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    background-color: white;
    overflow-y: hidden;
  }
  .body_shop .banner_subpages {
    position: fixed;
    width: 100vw;
    height: 80px;
    z-index: 3;
    background-color: white;
    border-bottom: 2px solid #804651;
    box-shadow: 0 1px 2px #804651;
    overflow-y: hidden;
  }
  .body_shop .banner_subpages #shoppingBag {
    width: 45px;
    display: flex;
    margin: 20px 10px 0 0;
    padding: 0;
    flex-direction: row;
    text-decoration-line: none;
    float: right;
  }
  .body_shop .banner_subpages #shoppingBag p {
    display: none;
  }
  .body_shop .banner_subpages #shoppingBag img {
    height: 30px;
    width: 25px;
    padding: 1.5px 0 1vw 1vw;
  }
  .body_shop .banner_subpages #shoppingBag .bagCounter {
    opacity: 0.9;
    background-color: #e2a7af;
    border-radius: 50%;
    width: 24px;
    height: 20px;
    position: relative;
    right: 2vw;
    top: -2px;
    font-family: Calibri;
    text-align: center;
  }
  .body_shop #main_shop {
    margin: 100px 0 0 0;
    padding: 0;
    position: relative;
    overflow-y: hidden;
  }
  .body_shop #main_shop .shop_nav {
    background-color: transparent;
    position: fixed;
    display: flex;
    z-index: 2;
    left: 0;
    width: 80%;
    pointer-events: none;
    overflow-y: hidden;
  }
  .body_shop #main_shop .shop_nav #shop_nav_popup {
    display: flex;
    position: absolute;
    left: 35px;
    bottom: 40px;
    width: 60px;
    height: 60px;
    background-color: #804651;
    border-radius: 50%;
    box-shadow: 1px 1px 2px 2px rgba(128, 70, 81, 0.4);
    overflow-y: scroll;
    scrollbar-color: transparent transparent;
    pointer-events: auto;
  }
  .body_shop #main_shop .shop_nav #shop_nav_popup #categoriesIcon {
    width: 40px;
    height: 35px;
    margin: auto;
  }
  .body_shop #main_shop .shop_nav #shop_nav_popup ul:first-of-type {
    height: 0;
    width: 0;
    overflow: hidden;
    margin: 0;
  }
  .body_shop #main_shop .shop_nav #shop_nav_popup .shop_list {
    list-style-type: none;
    padding: 0;
  }
  .body_shop #main_shop .shop_nav #shop_nav_popup .shop_list .shop_category {
    padding-bottom: 10px;
    margin: 0 2vw 15px 0;
    font-family: "Corbel Light";
    font-size: 21px;
    width: 50vw;
    border-bottom-style: solid;
    border-bottom-color: #d2d2d2;
    border-bottom-width: 1px;
  }
  .body_shop #main_shop .shop_nav #shop_nav_popup .shop_list .shop_category .categoryTag {
    display: flex;
    margin: 0;
    padding: 0;
    width: 100%;
    justify-content: space-between;
  }
  .body_shop #main_shop .shop_nav #shop_nav_popup .shop_list .shop_category .categoryTag p {
    margin: 0;
    padding: 0 2vw 0 3vw;
  }
  .body_shop #main_shop .shop_nav #shop_nav_popup .shop_list .shop_category .categoryTag img {
    display: flex;
    float: right;
    padding: 5px 0 0 0;
    height: 10px;
  }
  .body_shop #main_shop .shop_nav #shop_nav_popup .shop_list .shop_category .shop_list {
    display: block;
    overflow: hidden;
    max-height: 0;
    transition: max-height 500ms;
    list-style-type: none;
    padding: 0;
    margin: 5px 0 0 0;
  }
  .body_shop #main_shop .shop_nav #shop_nav_popup .shop_list .shop_category .shop_list .shop_subcategory {
    padding: 0.5vw 0 0 4vw;
    margin: 0;
    width: 80%;
  }
  .body_shop #main_shop .shop_nav #shop_nav_popup .shop_list .shop_category .shop_list .shop_subcategory img {
    float: right;
    width: 18px;
  }
  .body_shop #main_shop .shop_nav #shop_nav_popup .shop_list .shop_category .shop_list .shop_subcategory:hover {
    cursor: pointer;
  }
  .body_shop #main_shop .shop_nav #shop_nav_popup .shop_list .shop_category .shop_list.unfolded {
    max-height: 100vw;
    transition: max-height 800ms;
  }
  .body_shop #main_shop .shop_nav #shop_nav_popup .shop_list .shop_category:hover {
    cursor: pointer;
  }
  .body_shop #main_shop .shop_nav #shop_nav_popup .shop_category.unfolded {
    font-weight: bold;
    overflow-y: scroll;
  }
  .body_shop #main_shop .shop_nav #shop_nav_popup .shop_category.unfolded .categoryTag img {
    transform: rotate(-180deg);
    transition: transform 400ms;
  }
  .body_shop #main_shop .shop_nav #shop_nav_popup .shop_category.unfolded .shop_subcategory {
    font-weight: normal;
    overflow-y: scroll;
  }
  .body_shop #main_shop #dismissIcon {
    display: none;
    position: fixed;
    right: 22.5%;
    border-radius: 50%;
    margin: 12px 0;
    padding: 0;
    width: 30px;
    height: 30px;
    background-color: transparent;
    pointer-events: auto;
  }
  .body_shop #main_shop .topDownMenuOpened #shop_nav_popup {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 0 5% 0 0;
    border-bottom: none;
    box-shadow: 1px 1px 2px white;
    background-color: white;
  }
  .body_shop #main_shop .topDownMenuOpened #shop_nav_popup #categoriesIcon {
    height: 0;
    width: 0;
    margin: 0;
    animation: hideCategoryIcon 10ms;
  }
  .body_shop #main_shop .topDownMenuOpened #shop_nav_popup ul:first-of-type {
    margin: 50px auto 0 auto;
    height: auto;
    width: auto;
    overflow: visible;
  }
  @keyframes openCategories {
    0% {
      bottom: 40px;
      left: 35px;
      height: 60px;
      width: 60px;
    }
    100% {
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
  @keyframes closeCategories {
    0% {
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
    100% {
      bottom: 40px;
      left: 35px;
      height: 60px;
      width: 60px;
    }
  }
  @keyframes showCategoryIcon {
    0% {
      height: 0;
      width: 0;
    }
    100% {
      width: 40px;
      height: 35px;
    }
  }
  @keyframes hideCategoryIcon {
    0% {
      width: 40px;
      height: 35px;
    }
    100% {
      height: 0;
      width: 0;
    }
  }
  .body_shop #main_shop #shop_shelves {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: auto;
    width: 100%;
    overflow-y: scroll;
  }
  .body_shop #main_shop #shop_shelves section {
    position: relative;
    display: grid;
    grid-template-rows: 220px 100px 50px 50px;
    font-family: "Corbel Light";
    margin: 0 auto 30px auto;
    padding: 0;
    width: 40vw;
    justify-items: center;
  }
  .body_shop #main_shop #shop_shelves section .itemVisual {
    width: 40vw;
    height: 100%;
    grid-row: 1;
  }
  .body_shop #main_shop #shop_shelves section .bagContainer {
    border: 1px solid rgba(190, 168, 173, 0.38);
    grid-row: 4;
    font-size: 20px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 35vw;
    height: 20px;
  }
  .body_shop #main_shop #shop_shelves section .bagContainer .bagImage {
    width: 4vw;
    padding-right: 2vw;
  }
  .body_shop #main_shop #shop_shelves section .bagContainer:hover {
    cursor: pointer;
  }
  .body_shop #main_shop #shop_shelves section .bagContainer:active {
    background-color: #ad616e;
    color: #f1f1f1;
  }
  .body_shop #main_shop #shop_shelves section .bagContainer:active .bagImage {
    display: none;
  }
  .body_shop #main_shop #shop_shelves section div {
    padding: 10px;
    grid-row: 2;
  }
  .body_shop #main_shop #shop_shelves section div header {
    font-size: 19px;
    text-align: center;
    margin: auto;
  }
  .body_shop #main_shop #shop_shelves section div p {
    margin: 0;
    font-size: 15px;
    display: none;
  }
  .body_shop #main_shop #shop_shelves section .priceTag {
    font-size: 21px;
    grid-row: 3;
    font-family: "Calibri Light";
    margin: 10px 0 10px 0;
    padding: 0;
    text-align: center;
  }
  .body_shop:has(.winkeltas_main) {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .winkeltas_main {
    margin: 0;
    background-color: #FFFFFF;
    width: 100vw;
    overflow-x: clip;
    overflow-y: scroll;
  }
  .winkeltas_main .winkeltas {
    width: 100vw;
    padding: 0;
    margin: 120px auto 50px auto;
    font-family: "Corbel Light";
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .winkeltas_main .winkeltas #winkelwager_header {
    position: fixed;
    background-color: white;
    width: 100vw;
    padding: 100px 0 0 0;
    top: 0;
  }
  .winkeltas_main .winkeltas #winkelwager_header header {
    font-size: 35px;
    color: #f1f1f1;
    background-color: #d9b7bf;
    padding: 0;
    text-align: center;
    width: 100vw;
    height: 40px;
  }
  .winkeltas_main .winkeltas #winkelwager_header .tabelHoofding {
    display: grid;
    grid-template-columns: 60% 20% 20%;
    height: 40px;
    color: #804651;
    padding: 0;
    margin: 20px auto 0 auto;
    width: 100vw;
  }
  .winkeltas_main .winkeltas #winkelwager_header .tabelHoofding p {
    grid-row: 1;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 20px;
  }
  .winkeltas_main .winkeltas .line {
    height: 0.5px;
    margin: 0 auto 10px auto;
    width: 95%;
    background-color: #ad616e;
  }
  .winkeltas_main .winkeltas .itemSection {
    display: grid;
    height: auto;
    width: 100vw;
    grid-template-columns: 60% 20% 20%;
    grid-template-rows: 150px 100px;
    padding: 0;
    margin: 20px auto;
  }
  .winkeltas_main .winkeltas .itemSection .productImage {
    grid-row: 1;
    height: 150px;
    padding: 0;
    margin: 0 0 0 14%;
    box-shadow: 6px 6px rgba(218, 218, 218, 0.47);
  }
  .winkeltas_main .winkeltas .itemSection .productTag {
    grid-row: 2;
    grid-column: span 3;
    padding: 0;
    margin: 0 0 0 8%;
    width: 100vw;
  }
  .winkeltas_main .winkeltas .itemSection .productTag .productName {
    font-size: 22px;
    width: 100vw;
    margin: 10px 0 10px 0;
  }
  .winkeltas_main .winkeltas .itemSection .productTag .productDescription {
    margin: 0;
  }
  .winkeltas_main .winkeltas .itemSection .productTag .removeButton {
    display: flex;
    flex-direction: row;
    height: 30px;
  }
  .winkeltas_main .winkeltas .itemSection .productTag .removeButton img {
    padding: 0;
    margin: 0;
    height: 25px;
  }
  .winkeltas_main .winkeltas .itemSection .productTag .removeButton p {
    padding: 0;
    margin: auto 0 auto 5%;
    font-size: 19px;
  }
  .winkeltas_main .winkeltas .itemSection .productTag .removeButton:hover {
    cursor: pointer;
  }
  .winkeltas_main .winkeltas .itemSection .amountIndicator {
    grid-row: 1;
    margin: 0 auto;
    padding: 0;
    font-size: 22px;
  }
  .winkeltas_main .winkeltas .itemSection .priceTag {
    grid-row: 1;
    margin: 0 auto;
    padding: 0;
    font-size: 22px;
  }
  .winkeltas_main .winkeltas .totalPrice {
    float: right;
    margin: 0 5% 50px 5%;
    font-size: 30px;
    border-style: solid;
    border-width: 1px;
    border-color: #d9b7bf;
    width: fit-content;
    height: auto;
    padding: 5px 10px 5px 10px;
    background-color: transparent;
    text-align: center;
  }
  .winkeltas_main .winkeltas .orderButton {
    border: none;
    border-width: 1.8px;
    width: 45vw;
    height: 55px;
    background-color: #ad616e;
    padding: 0 2vw 0 1vw;
    margin: 0 0 10px 30%;
    color: #f1f1f1;
    font-size: 26px;
    font-family: "Corbel Light";
    text-decoration-line: none;
  }
  .winkeltas_main .bestelgegevens {
    max-height: 0;
    overflow: hidden;
    margin: 0 auto 0 auto;
  }
  .winkeltas_main .bestelgegevens header {
    font-size: 25px;
    border: 1px solid #804651;
    color: #ad616e;
    width: 90vw;
    padding: 10px 0 10px 0;
    margin: 0 auto;
    text-align: center;
  }
  .winkeltas_main .bestelgegevens form {
    margin: 20px 0;
  }
  .winkeltas_main .bestelgegevens form fieldset {
    border: none;
    display: block;
    padding: 0;
    margin: 0 auto;
    width: 90vw;
  }
  .winkeltas_main .bestelgegevens form fieldset div {
    width: 90vw;
    margin: 0 auto 30px auto;
  }
  .winkeltas_main .bestelgegevens form fieldset div input, .winkeltas_main .bestelgegevens form fieldset div label {
    display: block;
  }
  .winkeltas_main .bestelgegevens form fieldset div input {
    width: 90vw;
    height: 20px;
    font-size: 22px;
    border: none;
    border-bottom: solid 1px;
    border-bottom-color: #d9b7bf;
    background-color: transparent;
    font-family: "Corbel Light";
    color: #d9b7bf;
  }
  .winkeltas_main .bestelgegevens form fieldset div input::placeholder {
    color: #d9b7bf;
    font-size: 20px;
    font-family: "Corbel Light";
  }
  .winkeltas_main .bestelgegevens form fieldset div label {
    font-size: 22px;
    color: #ad616e;
    padding: 0 0 10px 0;
    font-family: "Corbel Light";
    display: block;
  }
  .winkeltas_main .bestelgegevens form fieldset #bestelling_land select {
    width: 90vw;
    height: 25px;
    font-size: 20px;
    border: none;
    border-bottom: solid;
    border-bottom-color: #d9b7bf;
    border-bottom-width: 1px;
    background-color: transparent;
    font-family: "Corbel Light";
    color: #d9b7bf;
  }
  .winkeltas_main .bestelgegevens form fieldset #bestelling_land option {
    color: #d9b7bf;
    background-color: #f1f1f1;
    font-family: "Corbel Light";
    font-size: 18px;
  }
  .winkeltas_main .bestelgegevens form fieldset #bestelling_comment textarea {
    width: 100%;
    height: 20px;
    font-size: 20px;
    border: none;
    border-bottom: solid;
    border-bottom-color: #e3d6d6;
    border-bottom-width: 2px;
    background-color: transparent;
    resize: none;
  }
  .winkeltas_main .bestelgegevens form fieldset #label_ophalen, .winkeltas_main .bestelgegevens form fieldset #label_verzenden {
    display: inline-block;
    color: #ad616e;
    border-style: solid;
    border-color: #ad616e;
    border-width: 1.5px;
    width: 35vw;
    height: 22px;
    margin: 0;
    text-align: center;
    padding: 10px 0;
  }
  .winkeltas_main .bestelgegevens form fieldset #label_ophalen {
    margin-left: 2vw;
  }
  .winkeltas_main .bestelgegevens form fieldset #ophalen, .winkeltas_main .bestelgegevens form fieldset #verzenden {
    width: 0;
    height: 0;
    opacity: 0;
  }
  .winkeltas_main .bestelgegevens form fieldset #label_ophalen:hover, .winkeltas_main .bestelgegevens form fieldset #label_verzenden:hover {
    background-color: #f1f1f1;
  }
  .winkeltas_main .bestelgegevens form fieldset #ophalen:checked + label, .winkeltas_main .bestelgegevens form fieldset #verzenden:checked + label {
    background-color: #ad616e;
    color: #f1f1f1;
  }
  .winkeltas_main .bestelgegevens form fieldset #verzendkosten p:first-of-type {
    font-weight: bold;
  }
  .winkeltas_main .bestelgegevens form fieldset .orderButton {
    border: none;
    border-width: 1.8px;
    float: right;
    width: 40vw;
    height: 40px;
    background-color: #ad616e;
    margin: 0 auto;
    color: #f1f1f1;
    font-size: 22px;
    font-family: "Corbel Light";
    text-decoration-line: none;
  }
  .winkeltas_main .bestelgegevens form fieldset .orderButton:focus {
    background-color: #64383f;
    color: #f1f1f1;
  }
  .winkeltas_main .bestelgegevens form fieldset #backButton {
    border: none;
    border-width: 1.8px;
    float: left;
    width: 40vw;
    height: 40px;
    background-color: rgba(245, 245, 245, 0.64);
    margin: 0 auto;
    color: #ad616e;
    font-size: 22px;
    font-family: "Corbel Light";
    text-decoration-line: none;
  }
  .winkeltas_main .bestelgegevens form fieldset #backButton:focus {
    background-color: rgba(211, 211, 211, 0.64);
    color: #100202;
  }
  .winkeltas_main .bestelgegevens form p {
    margin: 20px auto 20px auto;
    padding: 0 0 0 10vw;
  }
  .winkeltas_main .bestelgegevens_unfolded {
    width: 100vw;
    max-height: 100%;
    font-family: "Corbel Light";
    grid-row-start: 1;
    grid-row-end: auto;
    grid-column: 1;
  }
  .winkeltas_main .besteloverzicht {
    display: none;
  }
  .body_shop .winkeltas_main {
    margin: 100px auto 50px auto;
  }
  .body_shop .winkeltas_main .eindoverzicht {
    font-family: "Corbel Light";
    background-color: #ad616e;
    border-radius: 6px;
    margin: 0 auto;
    overflow: hidden;
    height: min-content;
    padding: 10px 0 0 0;
    color: #f1f1f1;
  }
  .body_shop .winkeltas_main .eindoverzicht header {
    font-size: 24px;
    background-color: transparent;
    padding: 0;
    text-align: center;
  }
  .body_shop .winkeltas_main .eindoverzicht .tabelHoofding {
    display: none;
  }
  .body_shop .winkeltas_main .eindoverzicht .line {
    height: 0.5px;
    background-color: #f1f1f1;
    margin: 20px 0 0 20px;
    width: 90%;
  }
  .body_shop .winkeltas_main .eindoverzicht .itemSection {
    display: grid;
    grid-template-columns: 60% 20% 20%;
    grid-template-rows: auto auto;
    padding: 5px 0 5px 0;
    font-size: 20px;
    width: 90vw;
  }
  .body_shop .winkeltas_main .eindoverzicht .itemSection .productImage {
    grid-row: 1;
    grid-column: 1;
    width: 160px;
    height: 200px;
    padding: 0;
    box-shadow: 8px 8px rgba(119, 65, 77, 0.37);
    margin: 0;
  }
  .body_shop .winkeltas_main .eindoverzicht .itemSection .productTag {
    grid-row: 2;
    grid-column: span 3;
    padding: 10px 0 0 0;
    margin: 0;
    font-size: 20px;
  }
  .body_shop .winkeltas_main .eindoverzicht .itemSection .productTag .productName {
    font-size: 20px;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .body_shop .winkeltas_main .eindoverzicht .itemSection .productTag .productDescription {
    display: none;
    margin: 0;
    padding: 0;
  }
  .body_shop .winkeltas_main .eindoverzicht .itemSection .productTag .removeButton {
    display: none;
  }
  .body_shop .winkeltas_main .eindoverzicht .itemSection .productTag .removeButton:hover {
    cursor: pointer;
  }
  .body_shop .winkeltas_main .eindoverzicht .itemSection .amountIndicator {
    grid-row: 1;
    grid-column: 2;
    padding: 0 0 0 10px;
    margin: 10px 0 0 0;
    font-size: 20px;
  }
  .body_shop .winkeltas_main .eindoverzicht .itemSection .priceTag {
    grid-row: 1;
    grid-column: 3;
    padding: 10px 0 0 0;
    font-size: 20px;
  }
  .body_shop .winkeltas_main .eindoverzicht .totalPrice {
    float: right;
    margin: 10px 15px 10px 0;
    border-style: none;
    font-size: 20px;
  }
  .body_shop .winkeltas_main #klantgegevens {
    font-family: "Corbel Light";
    grid-column: 1;
    grid-row: 1;
    border-radius: 6px;
    margin: 40px 0 40px 0;
    overflow: hidden;
    height: min-content;
    padding: 2vw 0 3vw 0;
    color: #ad616e;
  }
  .body_shop .winkeltas_main #klantgegevens header {
    font-size: 24px;
    background-color: transparent;
    padding: 0;
    margin: 0;
    text-align: center;
  }
  .body_shop .winkeltas_main #klantgegevens span {
    background-color: #ad616e;
    display: block;
    padding: 0;
    margin: 20px auto 20px auto;
    height: 0.5px;
    width: 85%;
  }
  .body_shop .winkeltas_main #klantgegevens section {
    display: grid;
    grid-template-columns: 30vw 60vw;
    margin: 0;
    padding: 0 0 5px 10%;
  }
  .body_shop .winkeltas_main #klantgegevens section p {
    margin: 0;
    padding: 0;
    display: block;
  }
  .body_shop .winkeltas_main #klantgegevens section p:first-of-type {
    margin: 0;
  }
  .body_shop .winkeltas_main #orderConfirmationButton {
    border: none;
    border-width: 1.8px;
    float: right;
    width: 40vw;
    height: 45px;
    background-color: #ad616e;
    padding: 0;
    margin: 0 5% 0 0;
    color: #f1f1f1;
    font-size: 20px;
    font-family: "Corbel Light";
    text-decoration-line: none;
    text-align: center;
  }
  .body_shop .winkeltas_main #orderConfirmationButton:focus {
    background-color: #64383f;
    color: #f1f1f1;
  }
  .body_shop .winkeltas_main #backButtonOrderPage {
    border: none;
    border-width: 1.8px;
    float: left;
    width: 40vw;
    height: 35px;
    background-color: rgba(245, 245, 245, 0.64);
    margin: 0 0 0 5%;
    padding: 10px 0 0 0;
    text-align: center;
    color: #ad616e;
    font-size: 20px;
    font-family: "Corbel Light";
    text-decoration-line: none;
  }
  .body_shop .winkeltas_main #backButtonOrderPage:focus {
    background-color: rgba(211, 211, 211, 0.64);
    color: #100202;
  }
  .body_shop .winkeltas_main #orderConfirmationSheet {
    display: none;
    padding: 0;
    margin: 60px auto;
    width: 90vw;
    font-family: Corbel Light, Calibri Light;
    color: #804651;
    text-align: center;
  }
  .body_shop .winkeltas_main #orderConfirmationSheet h1 {
    font-size: 35px;
  }
  .body_shop .winkeltas_main #orderConfirmationSheet p {
    font-size: 22px;
  }
  .body_shop .takeOrderSheet #orderConfirmationButton {
    display: none;
  }
  .body_shop .takeOrderSheet #backButtonOrderPage {
    margin: 0 0 0 25%;
  }
  .body_shop .takeOrderSheet #orderConfirmationSheet {
    display: flex;
    flex-direction: column;
  }
  main #workinprogress {
    margin: 8vw 2vw 0 6vw;
    text-align: center;
  }
  main #workinprogress img {
    width: 20vw;
    margin-top: 2vw;
  }
  main #workinprogress div {
    display: flex;
    color: #804651;
    margin-top: 2vw;
    justify-content: center;
  }
  main #workinprogress div #regular {
    font-family: "Corbel Light";
    padding: 1.2vw 2vw 0 0;
    font-size: 2.5vw;
    margin: 0;
  }
  main #workinprogress div #elegant {
    font-family: Elegant;
    font-size: 5vw;
    margin: 0;
  }
}
@media only screen and (min-width: 750.5px) {
  .menuNavbar {
    overflow: visible;
    max-height: 50vw;
    width: 3vw;
    height: 50vw;
    position: fixed;
    display: inline-flex;
    transition: all 300ms;
    background-color: transparent;
  }
  .menuNavbar .menuButton {
    display: none;
  }
  .menuNavbar .navbarmenu {
    opacity: 100;
    background-color: #a45d69;
    box-shadow: 0 0 10px 2px #804651;
    height: 50vw;
    width: 3vw;
    transition: all 300ms;
    padding: 5vw 0 0 0;
    animation: showMenu 2s ease-in-out;
  }
  .menuNavbar .navbarmenu .navigation {
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .menuNavbar .navbarmenu .navigation .nav_item {
    text-align: center;
    padding: 2.5vw 0 0 0;
  }
  .menuNavbar .navbarmenu .navigation .nav_item .nav_link {
    text-decoration: none;
    color: #f1f1f1;
    font-size: 20px;
    font-family: "Corbel Light";
  }
  .menuNavbar .navbarmenu .navigation .nav_item .webShop {
    border: #f1f1f1;
    border-style: solid;
    border-width: 0.01px;
    padding: 0.5vw;
  }
  .menuNavbar .navbarmenu .navigation .nav_item img {
    display: none;
    width: 4vw;
    padding: 0;
    margin: 0;
  }
  .menuNavbar .navbarmenu .navigation .nav_item .navigation {
    padding: 0.5vw 0 0 0;
  }
  .menuNavbar .navbarmenu .navigation .navLine {
    width: 0;
    height: 0.02vw;
    background-color: #f1f1f1;
  }
  @keyframes showMenu {
    0% {
      padding-right: 0;
    }
    50% {
      padding-right: 2vw;
    }
    100% {
      padding-right: 0;
    }
  }
  .menuNavbar img {
    margin: 20vw 0 0 0;
    padding: 3vw 0 3vw 0;
    width: 3vw;
    height: 3vw;
  }
  .menuNavbar:hover {
    width: 5vw;
  }
  .menuNavbar:hover .navbarmenu .nav_item .nav_link:hover {
    color: #804651;
  }
  .menuNavbar:hover .navbarmenu .nav_item .webShop:hover {
    padding: 0.6vw 0.6vw 0.6vw 0.6vw;
    border: #804651;
    border-style: solid;
    border-width: 0.02px;
  }
  .menuNavbar:hover img:hover {
    cursor: pointer;
  }
  #body_index {
    margin: 0;
    display: flex;
    flex-direction: column;
  }
  #body_index #banner_index #introPage {
    background-size: cover;
    height: 50vw;
    background-image: url(../img/feather-background.webp);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #body_index #banner_index .title {
    font-size: 10vw;
    color: #884d5a;
    font-family: elegant, sans-serif;
    margin: 15vw 0 17vw 0;
  }
  #body_index #banner_index .introButton {
    border: none;
    background-color: transparent;
    font-family: Cambria;
    color: #884d5a;
    font-size: 1.5vw;
    cursor: pointer;
  }
  #body_index #banner_index #introArrow {
    width: 8vw;
    height: auto;
  }
  #body_index #mainContent {
    display: flex;
    flex-direction: column;
    background-image: linear-gradient(#f5f1f1, #f3eff0);
  }
  #body_index #mainContent *:focus {
    outline: none;
  }
  #body_index #mainContent #artist {
    padding: 0 5vw 40px 0;
    height: 42vw;
    font-size: 1.25em;
    font-weight: 300;
    opacity: 0;
    transition: 1500ms;
    display: grid;
    grid-template-columns: 15px 330px 40vw;
    grid-template-rows: 50px 100px 180px 80px 15px;
  }
  #body_index #mainContent #artist p, #body_index #mainContent #artist header {
    font-family: "Corbel";
    color: #ffffff;
  }
  #body_index #mainContent #artist #artistline {
    grid-row-start: 3;
    grid-column-start: 3;
    grid-column-end: 3;
    height: auto;
    margin: 0;
    background-color: #d9b7bf;
    text-align: center;
    font-size: 23px;
  }
  #body_index #mainContent #artist header {
    height: auto;
    grid-column-start: 3;
    grid-column-end: 3;
    grid-row-start: 2;
    background-color: #d9b7bf;
    text-align: center;
    font-size: 30px;
    font-family: "Roboto Thin";
  }
  #body_index #mainContent #artist header h2 {
    margin: 25px 0 0 0;
  }
  #body_index #mainContent #grimegirl {
    max-height: 100%;
    width: auto;
    grid-column-start: 2;
    grid-row-start: 1;
    grid-row-end: 5;
    transition: all 2s;
  }
  #body_index #mainContent .square {
    background-color: #e3d6d6;
    width: auto;
    height: auto;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: span 4;
  }
  #body_index #mainContent .servicePages {
    display: grid;
    padding: 10vw 0 10vw 0;
    justify-content: space-evenly;
    background-color: #ffffff;
    font-family: "Corbel Light";
  }
  #body_index #mainContent .servicePages h2, #body_index #mainContent .servicePages h5 {
    margin: 0;
    font-size: 1.1em;
  }
  #body_index #mainContent .servicePages a {
    display: block;
    text-decoration: none;
    color: #8a4b57;
    font-family: "Corbel Light";
    text-align: center;
    font-size: 1vw;
  }
  #body_index #mainContent .servicePages img {
    height: 15vw;
    width: auto;
    border-radius: 50%;
  }
  #body_index #mainContent .servicePages .serviceList {
    padding: 3vw 0 3vw 0;
  }
  #body_index #mainContent .servicePages #animatie {
    grid-column: 1/span 4;
    grid-row: 1;
    display: flex;
    justify-content: space-evenly;
  }
  #body_index #mainContent .servicePages #beauty {
    grid-column: 1/span 4;
    grid-row: 2;
    display: flex;
    justify-content: space-evenly;
  }
  #body_index #mainContent .servicePages #makeup {
    grid-column: 1;
    grid-row: 2;
  }
  #body_index #mainContent .servicePages #ontharing {
    grid-column: 2;
    grid-row: 2;
  }
  #body_index #mainContent .servicePages #nagels {
    grid-column: 3;
    grid-row: 2;
  }
  #body_index #mainContent .servicePages #opsteekkapsels {
    grid-column: 4;
    grid-row: 2;
  }
  #body_index #mainContent #contactform {
    display: inline-flex;
  }
  #body_index #mainContent #contactform form {
    background-color: #ad616e;
    padding: 0 2vw 5vw 6vw;
    width: 70vw;
  }
  #body_index #mainContent #contactform form h1 {
    color: #ffffff;
    font-family: "elegant";
    font-style: italic;
    font-size: 100px;
    font-weight: normal;
    margin: 30px 0 30px 70px;
  }
  #body_index #mainContent #contactform form fieldset {
    border: none;
    display: grid;
    padding: 0;
    width: 55vw;
  }
  #body_index #mainContent #contactform form fieldset input, #body_index #mainContent #contactform form fieldset label {
    display: block;
  }
  #body_index #mainContent #contactform form fieldset input {
    width: 100%;
    height: 2vw;
    font-size: 20px;
    color: #e3d6d6;
    border: none;
    border-bottom: solid;
    border-bottom-color: #e3d6d6;
    border-bottom-width: 2px;
    background-color: transparent;
    font-family: "Corbel Light";
  }
  #body_index #mainContent #contactform form fieldset label {
    font-size: 16px;
    color: #f1f1f1;
    padding: 40px 0 12px 0;
    font-family: "Corbel";
  }
  #body_index #mainContent #contactform form fieldset #form_naam {
    grid-column-start: 1;
    grid-row-start: 1;
    width: 25vw;
  }
  #body_index #mainContent #contactform form fieldset #form_mail {
    grid-column-start: 1;
    grid-row-start: 2;
    width: 25vw;
  }
  #body_index #mainContent #contactform form fieldset #form_bedrijf {
    grid-column-start: 2;
    grid-row-start: 1;
    width: 25vw;
    justify-self: end;
  }
  #body_index #mainContent #contactform form fieldset #form_phone {
    grid-column-start: 2;
    grid-row-start: 2;
    width: 25vw;
    justify-self: end;
  }
  #body_index #mainContent #contactform form fieldset #form_keuze {
    grid-column-start: 1;
  }
  #body_index #mainContent #contactform form fieldset #form_keuze select {
    width: 25vw;
    height: 2vw;
    font-size: 20px;
    border: none;
    border-bottom: solid;
    border-bottom-color: #e3d6d6;
    border-bottom-width: 2px;
    background-color: transparent;
    font-family: "Corbel Light";
    font-style: italic;
    color: #e3d6d6;
  }
  #body_index #mainContent #contactform form fieldset #form_keuze option {
    color: #ad616e;
    background-color: #e3d6d6;
    font-family: "Corbel Light";
    font-size: 20px;
  }
  #body_index #mainContent #contactform form fieldset #form_tijdstip {
    grid-column-start: 2;
    color: #e3d6d6;
    width: 25vw;
    justify-self: end;
    display: flex;
    font-family: "Corbel";
  }
  #body_index #mainContent #contactform form fieldset #form_tijdstip #form_datum {
    font-size: 16px;
    color: #f1f1f1;
  }
  #body_index #mainContent #contactform form fieldset #form_tijdstip #form_starttijd, #body_index #mainContent #contactform form fieldset #form_tijdstip #form_eindtijd {
    padding-left: 2vw;
    width: 25vw;
  }
  #body_index #mainContent #contactform form fieldset #form_comment textarea {
    width: 100%;
    height: 2vw;
    font-size: 20px;
    border: none;
    border-bottom: solid;
    border-bottom-color: #e3d6d6;
    border-bottom-width: 2px;
    background-color: transparent;
    resize: none;
    color: #e3d6d6;
    font-family: "Corbel Light";
  }
  #body_index #mainContent #contactform form fieldset #form_humanconfirm {
    display: none !important;
  }
  #body_index #mainContent #contactform form fieldset #form_humanconfirm input {
    display: none !important;
  }
  #body_index #mainContent #contactform form fieldset ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: "Corbel Light";
    color: #e3d6d6;
    font-style: italic;
  }
  #body_index #mainContent #contactform form fieldset ::-moz-placeholder { /* Firefox 19+ */
    font-family: "Corbel Light";
    color: #e3d6d6;
    font-style: italic;
  }
  #body_index #mainContent #contactform form fieldset :-ms-input-placeholder { /* IE 10+ */
    font-family: "Corbel Light";
    color: #e3d6d6;
    font-style: italic;
  }
  #body_index #mainContent #contactform form fieldset #verzendknop {
    margin: 50px 0 0 0;
    border: solid;
    border-width: 1.8px;
    width: 15vw;
    height: 3vw;
    grid-column-start: 1;
  }
  #body_index #mainContent #contactform form fieldset p {
    grid-column-start: 2;
    margin: 65px 0 0 0;
    color: #e3d6d6;
    font-family: "Corbel Light";
  }
  #body_index #mainContent #contactform form #verzendknop:hover {
    border-color: #8a4b57;
    color: #804651;
    cursor: pointer;
  }
  #body_index #mainContent #contactform article {
    width: 100%;
    color: #ad616e;
    padding: 80px 0;
    text-align: center;
  }
  #body_index #mainContent #contactform article header {
    margin: 0px 0 20px 0px;
    font-family: "Corbel Light";
  }
  #body_index #mainContent #contactform article header h1 {
    font-size: 16px;
  }
  #body_index #mainContent #contactform article p {
    font-size: 25px;
    font-family: Ebrima;
    font-weight: bold;
    margin: 0 0 15px 0px;
  }
  #body_index #mainContent #contactform article a {
    display: inline-flex;
    height: auto;
    color: #f3eff0;
    margin: 100px 0 50px 0;
  }
  #body_index #mainContent #contactform article img {
    margin: auto;
    width: 40%;
  }
  .banner_subpages {
    background-color: #f5f5f5;
    opacity: 90%;
    display: flex;
    position: fixed;
    width: 100%;
    height: 65px;
    z-index: 3;
  }
  .banner_subpages .menuNavbar {
    width: 88%;
    height: 65px;
    background: transparent;
    position: relative;
    display: flex;
    padding: 15px 0 0 0;
  }
  .banner_subpages .menuNavbar .navbarmenu {
    width: 100%;
    height: 100%;
    background: transparent;
    box-shadow: none;
    padding: 0;
    display: flex;
  }
  .banner_subpages .menuNavbar .navbarmenu .navigation {
    display: flex;
    padding: 0 0 0 10vw;
    justify-items: flex-end;
  }
  .banner_subpages .menuNavbar .navbarmenu .navigation .nav_item {
    max-width: 14%;
    height: 40px;
    text-align: center;
    padding: 0 2vw 0 2vw;
    margin: 0 4vw 0 0;
    text-align: center;
    line-height: 40px;
  }
  .banner_subpages .menuNavbar .navbarmenu .navigation .nav_item .nav_link {
    color: #804651;
    text-decoration-line: none;
    font-size: 22px;
    font-family: "Corbel Light";
  }
  .banner_subpages .menuNavbar .navbarmenu .navigation .nav_item .nav_link:hover {
    color: #e78a94;
  }
  .banner_subpages #shoppingBag {
    width: 12%;
    display: flex;
    flex-direction: row;
    padding: 15px 3vw 0 0;
    text-decoration-line: none;
  }
  .banner_subpages #shoppingBag p {
    font-family: "Corbel Light";
    color: #804651;
    font-size: 1vw;
    margin: 0.5vw 0 0 0;
    text-align: end;
    text-decoration-line: none;
  }
  .banner_subpages #shoppingBag img {
    height: 1.65vw;
    padding: 1.5px 0 1vw 1vw;
  }
  .banner_subpages #shoppingBag .bagCounter {
    opacity: 0.9;
    background-color: #e2a7af;
    border-radius: 50%;
    width: 18px;
    height: 19px;
    font-size: 15px;
    position: relative;
    right: 0.5vw;
    top: -0.5vw;
    text-align: center;
    font-family: "Calibri Light";
  }
  .body_service {
    margin: 0;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    overflow-x: hidden;
  }
  .body_service #main_services {
    padding: 65px 0 8vw 0;
  }
  .body_service #main_services #banner_services {
    position: relative;
    height: 25vw;
    margin-bottom: 2vw;
  }
  .body_service #main_services #banner_services img {
    height: 25vw;
    position: absolute;
    left: -40vw;
    transition: left 800ms;
  }
  .body_service #main_services #banner_services p {
    position: absolute;
    font-size: 3vw;
    margin: 0;
  }
  .body_service #main_services #banner_services p a {
    text-decoration: none;
    font-family: "Corbel light";
  }
  .body_service #main_services #banner_services #banner_animatietekst {
    left: 4vw;
    top: 8vw;
  }
  .body_service #main_services #banner_services #banner_animatietekst a {
    color: #e3d6d6;
  }
  .body_service #main_services #banner_services #banner_beautytekst {
    right: 10vw;
    bottom: 3vw;
  }
  .body_service #main_services #banner_services #banner_beautytekst a {
    color: #804651;
  }
  .body_service #main_services .services {
    display: grid;
    margin: 0 2vw 1vw 3vw;
    padding: 0;
    max-height: 500px;
    grid-template-columns: 0 4% 70% 15% 10px;
    grid-template-rows: 15% 10% 75%;
    font-family: "Chopin", sans-serif;
    background-color: #f1f1f1;
    color: #804651;
    font-weight: normal;
    position: relative;
    transition: all 600ms;
    overflow: hidden;
  }
  .body_service #main_services .services header {
    grid-row-start: 1;
    grid-column-start: 3;
    padding: 20px 0 0 5%;
  }
  .body_service #main_services .services header h2 {
    font-size: 2.5vw;
    margin: 0;
    font-size: 3vw;
    bottom: 0;
  }
  .body_service #main_services .services h5 {
    grid-row-start: 2;
    grid-column-start: 3;
    margin: 0;
    padding: 15px 0 0 5%;
    font-family: "Corbel Light";
    font-size: 1.3vw;
  }
  .body_service #main_services .services p {
    margin: 0;
    grid-row-start: 3;
    grid-column-start: 3;
    transition: all 800ms;
    font-family: "Corbel Light";
    font-size: 18px;
    padding: 20px 0 0 5%;
  }
  .body_service #main_services .services .tariefbutton {
    display: grid;
    grid-template-columns: 85% 15%;
    grid-template-rows: auto;
    height: 500px;
    width: 100%;
    grid-row: 1/span 3;
    align-self: center;
    text-align: center;
    background-color: rgb(128, 70, 81);
    grid-column-start: 2;
    writing-mode: vertical-lr;
    transform: scale(-1, -1);
    cursor: pointer;
  }
  .body_service #main_services .services .tariefbutton h3 {
    font-family: "Corbel Light";
    color: #f1f1f1;
    grid-column-start: 1;
  }
  .body_service #main_services .services .tariefbutton .plus_button {
    border: none;
    background: transparent;
    font-size: 3vw;
    grid-column-start: 2;
    cursor: pointer;
    width: 2vw;
  }
  .body_service #main_services .services .tariefbutton .plus_button img {
    width: 2vw;
    transform: scale(-1, -1);
  }
  .body_service #main_services .services table {
    display: none;
    position: absolute;
    width: 85%;
    left: -100%;
    text-align: start;
    grid-column: 1;
    grid-row: 1/span 3;
    border-collapse: separate;
    border-spacing: 0 5px;
    padding: 30px 0 0 0;
    background-color: #f1f1f1;
    animation: slideout 600ms;
  }
  .body_service #main_services .services table tr {
    text-align: start;
    width: 100%;
  }
  .body_service #main_services .services table tr th {
    text-align: start;
    padding: 0;
  }
  .body_service #main_services .services table tr td {
    border-top: 0.2px dashed rgba(128, 70, 81, 0.2);
    padding: 10px 0 10px 0;
  }
  .body_service #main_services .services table tr td:first-child {
    font-size: 16px;
    min-width: 500px;
    width: 70%;
  }
  .body_service #main_services .tariefUnveiled {
    grid-template-columns: 96% 4% 70% 15% 10px;
  }
  .body_service #main_services .tariefUnveiled table {
    left: 5%;
    animation: slidein 600ms;
  }
  .body_service #main_services .rowCentredLarge {
    position: relative;
    left: 200px;
  }
  @keyframes slidein {
    0% {
      left: -100%;
    }
    100% {
      left: 5%;
    }
  }
  @keyframes slideout {
    0% {
      left: 5%;
    }
    100% {
      left: -100%;
    }
  }
  .body_shop {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    background-color: white;
  }
  .body_shop #main_shop {
    margin: 0;
    display: flex;
    padding-top: 3.75vw;
  }
  .body_shop #main_shop .shop_nav {
    background-color: white;
    display: block;
    min-width: 8vw;
    min-height: 20vw;
    max-height: 500px;
    margin: 6vh 0 0 0;
    padding: 0 0 50px 1.4vw;
    position: fixed;
    z-index: 4;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
  }
  .body_shop #main_shop .shop_nav #shop_nav_popup #categoriesIcon {
    display: none;
  }
  .body_shop #main_shop .shop_nav #shop_nav_popup .shop_list {
    list-style-type: none;
  }
  .body_shop #main_shop .shop_nav #shop_nav_popup .shop_list .shop_category {
    padding-bottom: 1.5vw;
    margin-bottom: 2vw;
    font-family: "Corbel Light";
    z-index: 2;
    font-size: 18px;
    width: 18vw;
    border-bottom-style: solid;
    border-bottom-color: #d2d2d2;
    border-bottom-width: 1px;
  }
  .body_shop #main_shop .shop_nav #shop_nav_popup .shop_list .shop_category .categoryTag {
    display: flex;
    margin: 0;
    padding: 0;
    width: 16vw;
    justify-content: space-between;
  }
  .body_shop #main_shop .shop_nav #shop_nav_popup .shop_list .shop_category .categoryTag p {
    margin: 0;
    padding: 0 1vw 0 3vw;
  }
  .body_shop #main_shop .shop_nav #shop_nav_popup .shop_list .shop_category .categoryTag img {
    display: flex;
    padding-top: 0.15vw;
    height: 0.8vw;
  }
  .body_shop #main_shop .shop_nav #shop_nav_popup .shop_list .shop_category .shop_list {
    max-height: 0;
    transition: max-height 500ms;
    list-style-type: none;
    padding-left: 1vw;
    overflow: hidden;
  }
  .body_shop #main_shop .shop_nav #shop_nav_popup .shop_list .shop_category .shop_list .shop_subcategory {
    padding: 0.5vw 0 0 4vw;
    margin: 0;
  }
  .body_shop #main_shop .shop_nav #shop_nav_popup .shop_list .shop_category .shop_list .shop_subcategory img {
    padding-left: 2vw;
    width: 0.9vw;
    opacity: 1;
    animation-name: fadeIn;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 300ms;
    -webkit-animation: fadeIn 300ms;
    -moz-animation: fadeIn 300ms;
    -o-animation: fadeIn 300ms;
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-moz-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-o-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .body_shop #main_shop .shop_nav #shop_nav_popup .shop_list .shop_category .shop_list .shop_subcategory:hover {
    cursor: pointer;
  }
  .body_shop #main_shop .shop_nav #shop_nav_popup .shop_list .shop_category .shop_list.unfolded {
    max-height: 680px;
    transition: max-height 800ms;
  }
  .body_shop #main_shop .shop_nav #shop_nav_popup .shop_list .shop_category:hover {
    cursor: pointer;
  }
  .body_shop #main_shop .shop_nav #shop_nav_popup .shop_category.unfolded {
    font-weight: bold;
  }
  .body_shop #main_shop .shop_nav #shop_nav_popup .shop_category.unfolded .categoryTag img {
    padding-top: 0.2vw;
    height: 0.8vw;
    transform: rotate(-180deg);
    transition: transform 400ms;
  }
  .body_shop #main_shop .shop_nav #shop_nav_popup .shop_category.unfolded .shop_subcategory {
    font-weight: normal;
  }
  .body_shop #main_shop .shop_nav #dismissIcon {
    display: none;
  }
  .body_shop #main_shop #shop_shelves {
    padding: 5vw 0 0 15vw;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-left: 13vw;
  }
  .body_shop #main_shop #shop_shelves section {
    position: relative;
    display: grid;
    grid-template-rows: 290px 85px 30px 40px;
    font-family: "Corbel Light";
    margin: 0 1.5vw 2vw 0;
    width: 15.5vw;
  }
  .body_shop #main_shop #shop_shelves section .itemVisual {
    width: 15.5vw;
    height: 100%;
    object-fit: cover;
    grid-row: 1;
  }
  .body_shop #main_shop #shop_shelves section .bagContainer {
    border-style: solid;
    border-color: rgba(190, 168, 173, 0.38);
    border-width: 0.05vw;
    font-size: 16px;
    display: flex;
    text-align: center;
    padding: 0.4vw 0 0.4vw 0;
    justify-content: center;
    align-items: center;
    width: 15.5vw;
    height: 1.5vw;
    grid-row: 4;
  }
  .body_shop #main_shop #shop_shelves section .bagContainer .bagImage {
    width: 1.3vw;
    padding-right: 1vw;
  }
  .body_shop #main_shop #shop_shelves section .bagContainer:hover {
    cursor: pointer;
  }
  .body_shop #main_shop #shop_shelves section .bagContainer:active {
    background-color: #ad616e;
    color: #f1f1f1;
  }
  .body_shop #main_shop #shop_shelves section .bagContainer:active .bagImage {
    display: none;
  }
  .body_shop #main_shop #shop_shelves section div {
    grid-row: 2;
  }
  .body_shop #main_shop #shop_shelves section div header {
    padding-top: 1vw;
    font-size: 19px;
    text-align: center;
  }
  .body_shop #main_shop #shop_shelves section div p {
    font-size: 15px;
  }
  .body_shop #main_shop #shop_shelves section .priceTag {
    font-size: 21px;
    margin: 0 0 1vw 0;
    padding: 0;
    text-align: center;
    grid-row: 3;
  }
  .winkeltas_main {
    margin: 12vw 10vw 3vw 10vw;
    background-color: #FFFFFF;
    display: grid;
    grid-template-columns: 50% 45%;
  }
  .winkeltas_main .winkeltas {
    padding: 2vw 3vw 2vw 3vw;
    font-family: "Corbel Light";
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .winkeltas_main .winkeltas header {
    font-size: 2vw;
    color: #f1f1f1;
    background-color: #d9b7bf;
    padding: 0.3vw 0 0.3vw 0;
    text-align: center;
  }
  .winkeltas_main .winkeltas .tabelHoofding {
    display: grid;
    grid-template-columns: 70% 15% 15%;
    height: 2vw;
    color: #804651;
    padding-top: 2vw;
  }
  .winkeltas_main .winkeltas .tabelHoofding p {
    grid-row: 1;
    height: 100%;
    margin: 0;
  }
  .winkeltas_main .winkeltas .line {
    height: 0.05vw;
    width: 100%;
    background-color: #ad616e;
  }
  .winkeltas_main .winkeltas .itemSection {
    display: grid;
    grid-template-columns: 13% 57% 15% 15%;
    padding: 1vw 0 1vw 0;
  }
  .winkeltas_main .winkeltas .itemSection .productImage {
    grid-row: 1;
    max-width: 8vw;
    padding: 0;
    margin: 0;
    box-shadow: 6px 6px rgba(218, 218, 218, 0.47);
  }
  .winkeltas_main .winkeltas .itemSection .productTag {
    grid-row: 1;
    padding: 0 1vw 0 1vw;
  }
  .winkeltas_main .winkeltas .itemSection .productTag .removeButton {
    display: flex;
    flex-direction: row;
    height: 2vw;
  }
  .winkeltas_main .winkeltas .itemSection .productTag .removeButton img {
    padding: 0;
    margin: 0;
    max-height: 1.5vw;
  }
  .winkeltas_main .winkeltas .itemSection .productTag .removeButton p {
    padding: 0.08vw 0 0 0.2vw;
    margin: 0;
  }
  .winkeltas_main .winkeltas .itemSection .productTag .removeButton:hover {
    cursor: pointer;
  }
  .winkeltas_main .winkeltas .itemSection .amountIndicator {
    grid-row: 1;
  }
  .winkeltas_main .winkeltas .itemSection .priceTag {
    grid-row: 1;
  }
  .winkeltas_main .winkeltas .totalPrice {
    margin-top: 3vw;
    font-size: 22px;
    border-style: solid;
    border-width: 1px;
    border-color: #d9b7bf;
    width: max-content;
    height: 2vw;
    padding: 6px 18px 6px 18px;
    font-family: "Calibri Light";
  }
  .winkeltas_main .winkeltas .orderButton {
    float: right;
    border: none;
    border-width: 1.8px;
    width: 16vw;
    height: 3vw;
    background-color: #ad616e;
    margin-bottom: 1.5vw;
    color: #f1f1f1;
    font-size: 1.1vw;
    font-family: "Corbel Light";
    text-decoration-line: none;
  }
  .winkeltas_main .bestelgegevens {
    max-height: 0;
    overflow: hidden;
  }
  .winkeltas_main .bestelgegevens header {
    font-size: 2vw;
    color: #ad616e;
    width: 30vw;
    padding: 0.3vw 0 0.3vw 0;
    text-align: center;
  }
  .winkeltas_main .bestelgegevens form fieldset {
    border: none;
    display: block;
    padding: 0;
    margin-bottom: 3vw;
    width: 35vw;
  }
  .winkeltas_main .bestelgegevens form fieldset div {
    width: 30vw;
  }
  .winkeltas_main .bestelgegevens form fieldset div input, .winkeltas_main .bestelgegevens form fieldset div label {
    display: block;
  }
  .winkeltas_main .bestelgegevens form fieldset div input {
    width: 30vw;
    height: 2vw;
    font-size: 20px;
    border: none;
    border-bottom: solid 1px;
    border-bottom-color: #d9b7bf;
    background-color: transparent;
    font-family: "Corbel Light";
    color: #d9b7bf;
  }
  .winkeltas_main .bestelgegevens form fieldset div input::placeholder {
    color: #d9b7bf;
    font-size: 18px;
    font-family: "Corbel Light";
  }
  .winkeltas_main .bestelgegevens form fieldset div label {
    font-size: 20px;
    color: #ad616e;
    padding: 2vw 0 1vw 0;
    font-family: "Corbel Light";
    display: block;
  }
  .winkeltas_main .bestelgegevens form fieldset #bestelling_land select {
    width: 30vw;
    height: 2vw;
    font-size: 18px;
    border: none;
    border-bottom: solid;
    border-bottom-color: #d9b7bf;
    border-bottom-width: 1px;
    background-color: transparent;
    font-family: "Corbel Light";
    color: #d9b7bf;
  }
  .winkeltas_main .bestelgegevens form fieldset #bestelling_land option {
    color: #d9b7bf;
    background-color: #f1f1f1;
    font-family: "Corbel Light";
    font-size: 18px;
  }
  .winkeltas_main .bestelgegevens form fieldset #bestelling_comment textarea {
    width: 100%;
    height: 2vw;
    font-size: 20px;
    border: none;
    border-bottom: solid;
    border-bottom-color: #e3d6d6;
    border-bottom-width: 2px;
    background-color: transparent;
    resize: none;
  }
  .winkeltas_main .bestelgegevens form fieldset #label_ophalen, .winkeltas_main .bestelgegevens form fieldset #label_verzenden {
    display: inline-block;
    color: #ad616e;
    border-style: solid;
    border-color: #ad616e;
    border-width: 1.5px;
    width: 12vw;
    height: 1.5vw;
    margin: 0;
    text-align: center;
    padding: 0.5vw 0 0.5vw 0;
  }
  .winkeltas_main .bestelgegevens form fieldset #label_ophalen {
    margin-left: 2vw;
  }
  .winkeltas_main .bestelgegevens form fieldset #ophalen, .winkeltas_main .bestelgegevens form fieldset #verzenden {
    width: 0;
    height: 0;
    opacity: 0;
  }
  .winkeltas_main .bestelgegevens form fieldset #label_ophalen:hover, .winkeltas_main .bestelgegevens form fieldset #label_verzenden:hover {
    background-color: #f1f1f1;
  }
  .winkeltas_main .bestelgegevens form fieldset #ophalen:checked + label, .winkeltas_main .bestelgegevens form fieldset #verzenden:checked + label {
    background-color: #ad616e;
    color: #f1f1f1;
  }
  .winkeltas_main .bestelgegevens form fieldset #verzendkosten {
    display: none;
    width: 60%;
    border: 0.5px dashed #ad616e;
    margin: 10px 0 0 150px;
    padding: 10px 5px 10px 20px;
    font-family: "Corbel Light", "Calibri Light";
  }
  .winkeltas_main .bestelgegevens form fieldset #verzendkosten p:first-of-type {
    font-weight: bold;
  }
  .winkeltas_main .bestelgegevens form fieldset #verzendkosten p {
    padding: 0;
    margin: 0;
    white-space: pre;
  }
  .winkeltas_main .bestelgegevens form fieldset #label_verzenden:hover + #verzendkosten {
    display: block;
  }
  .winkeltas_main .bestelgegevens form fieldset .orderButton {
    border: none;
    border-width: 1.8px;
    float: right;
    width: 16vw;
    height: 40px;
    background-color: #ad616e;
    margin: 1vw 0 1.5vw 0;
    color: #f1f1f1;
    font-size: 1.2vw;
    font-family: "Corbel Light";
    text-decoration-line: none;
  }
  .winkeltas_main .bestelgegevens form fieldset .orderButton:hover {
    background-color: #9a5863;
    color: #f1f1f1;
  }
  .winkeltas_main .bestelgegevens form fieldset .orderButton:focus {
    background-color: #64383f;
    color: #f1f1f1;
  }
  .winkeltas_main .bestelgegevens form fieldset #backButton {
    border: none;
    border-width: 1.8px;
    float: left;
    width: 15vw;
    height: 40px;
    background-color: rgba(245, 245, 245, 0.64);
    margin: 1vw 0 1.5vw 0;
    color: #ad616e;
    font-size: 1.2vw;
    font-family: "Corbel Light";
    text-decoration-line: none;
  }
  .winkeltas_main .bestelgegevens form fieldset #backButton:hover {
    background-color: rgba(234, 234, 234, 0.64);
  }
  .winkeltas_main .bestelgegevens form fieldset #backButton:focus {
    background-color: rgba(211, 211, 211, 0.64);
    color: #100202;
  }
  .winkeltas_main .bestelgegevens form fieldset:has(#backButton) {
    margin-bottom: 0;
  }
  .winkeltas_main .bestelgegevens form fieldset:has(#verzenden) {
    margin-bottom: 0;
    height: 100px;
  }
  .winkeltas_main .bestelgegevens_unfolded {
    padding: 5vw 3vw 2vw 3vw;
    font-family: "Corbel Light";
    max-height: 100%;
    grid-row-start: 1;
    grid-row-end: auto;
    grid-column: 1;
  }
  .winkeltas_main .bestelgegevens_unfolded header {
    padding-top: 10px;
    border-bottom: 1px ridge #e78d8d;
  }
  .winkeltas_main .besteloverzicht {
    font-family: "Corbel Light";
    grid-column: 2;
    background-color: #ad616e;
    border-radius: 6px;
    margin: 3vw 0 0 0;
    overflow: hidden;
    height: min-content;
    padding: 2vw 0 0 0;
    color: #f1f1f1;
  }
  .winkeltas_main .besteloverzicht header {
    font-size: 2vw;
    background-color: transparent;
    padding: 0;
    text-align: center;
  }
  .winkeltas_main .besteloverzicht .tabelHoofding {
    display: none;
  }
  .winkeltas_main .besteloverzicht .line {
    height: 0.05vw;
    background-color: #f1f1f1;
    margin: 1.2vw 0 0 1.2vw;
    width: 90%;
  }
  .winkeltas_main .besteloverzicht .itemSection {
    display: grid;
    grid-template-columns: 25% 55% 15%;
    grid-template-rows: 40% 60%;
    padding: 1vw 1.2vw 1vw 1.2vw;
    font-size: 1.2vw;
  }
  .winkeltas_main .besteloverzicht .itemSection .productImage {
    grid-row: span 2;
    grid-column: 1;
    max-width: 8vw;
    padding: 0;
    box-shadow: 8px 8px rgba(119, 65, 77, 0.37);
    margin: 0;
  }
  .winkeltas_main .besteloverzicht .itemSection .productTag {
    grid-row: 1;
    grid-column: 2;
    padding: 0.6vw 1vw 0 1vw;
    font-size: 1.2vw;
  }
  .winkeltas_main .besteloverzicht .itemSection .productTag .productDescription {
    display: none;
  }
  .winkeltas_main .besteloverzicht .itemSection .productTag .removeButton {
    display: none;
  }
  .winkeltas_main .besteloverzicht .itemSection .productTag .removeButton:hover {
    cursor: pointer;
  }
  .winkeltas_main .besteloverzicht .itemSection .amountIndicator {
    grid-row: 2;
    grid-column: 2;
    padding-left: 1.2vw;
    margin: 1vw 0 0 0;
  }
  .winkeltas_main .besteloverzicht .itemSection .priceTag {
    grid-row: 1;
    grid-column: 3;
    padding-top: 1vw;
  }
  .winkeltas_main .besteloverzicht .totalPrice {
    float: right;
    margin: 1vw 3vw 2vw 1vw;
    border-style: none;
  }
  .body_shop .winkeltas_main #klantgegevens {
    font-family: "Corbel Light";
    grid-column: 1;
    grid-row: 1;
    border-radius: 6px;
    margin: 3vw 0 0 0;
    overflow: hidden;
    height: min-content;
    padding: 2vw 0 0 0;
    color: #ad616e;
  }
  .body_shop .winkeltas_main #klantgegevens header {
    font-size: 2vw;
    background-color: transparent;
    padding: 0;
    margin: 0;
    text-align: center;
  }
  .body_shop .winkeltas_main #klantgegevens span {
    background-color: #ad616e;
    display: block;
    padding: 0;
    margin: 1.2vw 5vw 3vw 5vw;
    height: 0.04vw;
    width: 75%;
  }
  .body_shop .winkeltas_main #klantgegevens section {
    display: grid;
    grid-template-columns: 10vw 15vw;
    margin: 0;
    padding: 0 0 1vw 10vw;
  }
  .body_shop .winkeltas_main #klantgegevens section p {
    margin: 0;
    padding: 0;
  }
  .body_shop .winkeltas_main #klantgegevens section p:first-of-type {
    margin: 0;
  }
  .body_shop .winkeltas_main .eindoverzicht {
    font-family: "Corbel Light";
    grid-column: 2;
    background-color: #ad616e;
    border-radius: 6px;
    margin: 3vw 0 0 0;
    overflow: hidden;
    height: min-content;
    padding: 2vw 0 0 0;
    color: #f1f1f1;
  }
  .body_shop .winkeltas_main .eindoverzicht header {
    font-size: 2vw;
    background-color: transparent;
    padding: 0;
    text-align: center;
  }
  .body_shop .winkeltas_main .eindoverzicht .tabelHoofding {
    display: none;
  }
  .body_shop .winkeltas_main .eindoverzicht .line {
    height: 0.05vw;
    background-color: #f1f1f1;
    margin: 1.2vw 0 0 1.2vw;
    width: 90%;
  }
  .body_shop .winkeltas_main .eindoverzicht .itemSection {
    display: grid;
    grid-template-columns: 25% 55% 15%;
    grid-template-rows: 40% 60%;
    padding: 1vw 1.2vw 1vw 1.2vw;
    font-size: 1.2vw;
  }
  .body_shop .winkeltas_main .eindoverzicht .itemSection .productImage {
    grid-row: span 2;
    grid-column: 1;
    max-width: 8vw;
    padding: 0;
    box-shadow: 8px 8px rgba(119, 65, 77, 0.37);
    margin: 0;
  }
  .body_shop .winkeltas_main .eindoverzicht .itemSection .productTag {
    grid-row: 1;
    grid-column: 2;
    padding: 0.6vw 1vw 0 1vw;
    font-size: 1.2vw;
  }
  .body_shop .winkeltas_main .eindoverzicht .itemSection .productTag .productName {
    font-size: 16px;
  }
  .body_shop .winkeltas_main .eindoverzicht .itemSection .productTag .productDescription {
    display: none;
  }
  .body_shop .winkeltas_main .eindoverzicht .itemSection .productTag .removeButton {
    display: none;
  }
  .body_shop .winkeltas_main .eindoverzicht .itemSection .productTag .removeButton:hover {
    cursor: pointer;
  }
  .body_shop .winkeltas_main .eindoverzicht .itemSection .amountIndicator {
    grid-row: 2;
    grid-column: 2;
    padding-left: 1.2vw;
    margin: 25px 0 0 0;
    font-size: 16px;
  }
  .body_shop .winkeltas_main .eindoverzicht .itemSection .priceTag {
    grid-row: 1;
    grid-column: 3;
    padding-top: 1vw;
    font-size: 16px;
  }
  .body_shop .winkeltas_main .eindoverzicht .totalPrice {
    float: right;
    margin: 1vw 3vw 2vw 1vw;
    border-style: none;
    font-size: 19px;
  }
  .body_shop .winkeltas_main #backButtonOrderPage {
    border: none;
    border-width: 1.8px;
    float: left;
    width: 15vw;
    height: 30px;
    background-color: rgba(245, 245, 245, 0.64);
    margin: 40px 0 1.5vw 0;
    padding: 10px 0 0 0;
    color: #ad616e;
    font-size: 18px;
    font-family: "Corbel Light";
    text-decoration-line: none;
    text-align: center;
    grid-row: 2;
    grid-column: 1;
  }
  .body_shop .winkeltas_main #backButtonOrderPage:hover {
    background-color: rgba(234, 234, 234, 0.64);
  }
  .body_shop .winkeltas_main #backButtonOrderPage:focus {
    background-color: rgba(211, 211, 211, 0.64);
    color: #100202;
  }
  .body_shop .winkeltas_main #orderConfirmationButton {
    justify-self: center;
    text-align: center;
    border: none;
    border-width: 1.8px;
    width: 16vw;
    height: 40px;
    padding: 0;
    grid-row: 2;
    grid-column: 1;
    background-color: #ad616e;
    margin: 40px 0 3vw 15vw;
    color: #f1f1f1;
    font-size: 18px;
    font-family: "Corbel Light";
    text-decoration-line: none;
  }
  .body_shop .winkeltas_main #orderConfirmationButton:hover {
    background-color: #9a5863;
    color: #f1f1f1;
  }
  .body_shop .winkeltas_main #orderConfirmationButton:focus {
    background-color: #64383f;
    color: #f1f1f1;
  }
  .body_shop .winkeltas_main #orderConfirmationSheet {
    display: none;
    padding: 0;
    margin: 0;
    width: 90%;
    font-family: Corbel Light, Calibri Light;
    color: #804651;
    text-align: center;
  }
  .body_shop .winkeltas_main #orderConfirmationSheet h1 {
    font-size: 35px;
  }
  .body_shop .winkeltas_main #orderConfirmationSheet p {
    font-size: 22px;
  }
  .body_shop .takeOrderSheet #orderConfirmationButton {
    display: none;
  }
  .body_shop .takeOrderSheet #orderConfirmationSheet {
    display: block;
    margin: 30px auto;
    grid-column: span 2;
  }
  main #workinprogress {
    margin: 8vw 2vw 0 6vw;
    text-align: center;
  }
  main #workinprogress img {
    width: 20vw;
    margin-top: 2vw;
  }
  main #workinprogress div {
    display: flex;
    color: #804651;
    margin-top: 2vw;
    justify-content: center;
  }
  main #workinprogress div #regular {
    font-family: "Corbel Light";
    padding: 1.2vw 2vw 0 0;
    font-size: 2.5vw;
    margin: 0;
  }
  main #workinprogress div #elegant {
    font-family: Elegant;
    font-size: 5vw;
    margin: 0;
  }
}

/*# sourceMappingURL=design.css.map */
