
  @import url('https://fonts.googleapis.com/css?family=Merriweather:400,700&display=swap');
  @import url('https://fonts.googleapis.com/css?family=Karma:400,700&display=swap');

  body {
  font-family: 'Merriweather', serif;
  }

  h1, h2, h3, h4, h5, h6 {
  font-family: 'Karma', serif;
  }

  h1 {
  font-size: 34px;
  }

  h2 {
  font-size: 32px;
  }

  h3 {
  font-size: 26px;
  }

  h4 {
  font-size: 21px;
  }

  h5 {
  font-size: 18px;
  }

  h6 {
  font-size: 16px;
  }

  body {
  font-size: 15px;
  }

  body,
  .product-usps li,
  .stock-message {
  color: #595959;
  }

  h1, h2, h3, h4, h5, h6 {
  color: #595959 !important;
  }

  a,
  .woocommerce ul.products li.product .price,
  .woocommerce .price {
  color: var(--deepnude) !important;
  }

  a:hover,
  .woocommerce ul.products li.product .price,
  .woocommerce .price,
  .product-usps li i,
  .counter {
  color: var(--softnude) !important;
  }

  .btn,
  .wpcf7-submit,
  .woocommerce span.onsale,
  .woocommerce a.button,
  .woocommerce .button,
  [type="submit"],
  .nf-form-content input[type=submit]
  {
  background: var(--deepnude) !important;
  color: #fff !important;
  }

  .btn:hover,
  .wpcf7-submit:hover,
  .woocommerce span.onsale:hover,
  .woocommerce a.button:hover,
  .woocommerce .button:hover,
  [type="submit"]:hover,
  .nf-form-content input[type=submit]:hover
  {
  background: var(--softnude) !important;
  color: #fff !important;
  }

  div.social-media ul li a {
  background: var(--softnude) !important;
  color: #fff !important;
  }

  div.social-media ul li a i {
  color: #fff !important;
  }

  div.social-media ul li a:hover {
  background: var(--softnude) !important;
  color: #fff !important;
  }
  footer div.social-media ul li a {
  background: var(--deepnude) !important;
  }

  div.phone a.phone, div.email a.email {
  background: var(--softnude) !important;
  color: #fff !important;
  }

  div.phone a.phone, div.email a.email i {
  color: #fff !important;
  }

  div.phone a.phone:hover, div.email a.email:hover {
  background: var(--softnude) !important;
  color: #fff !important;
  }

  header button.navbar-toggle {
  color: var(--softnude);
  border-color: var(--softnude);
  }

  .woocommerce-info,
  .woocommerce-message {
  border-top-color: var(--softnude) !important;
  }

  .woocommerce-info::before,
  .woocommerce-message::before {
  color: var(--softnude) !important;
  }

  .btn,
  .wpcf7-submit,
  .woocommerce span.onsale,
  .woocommerce a.button,
  .woocommerce .button,
  .modal__container,
  .footer-cta-box,
  .rimg,
  [type="submit"] {
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  }

  .img-responsive {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  }



  header div.header {
  background-color: rgba(255, 255, 255, .5) !important;
  }
  header .sticky_menu_small div.header {
  background-color: rgb(255, 255, 255) !important;
  }

  @media only screen and (max-width : 992px) {
  header nav.navbar-default {
  background: none !important;
  }
  }





  @media only screen and (min-width : 992px) {
  header > div.wrapper {
  min-height: 351px;
  }
  header > div.wrapper.above {
  min-height: 501px;
  }

  header div.header div.holder {
  height: 251px;
  }
  }





  nav.navbar-default, div.navbar-collapse {
  background-color: var(--softnude); !important;
  }

  @media only screen and (min-width : 992px) {
  
  div.navbar-collapse {
  background: none !important;
  }

  header nav.navbar-default {
  background-color: rgba(10, 0, 0, .5) !important;
  }

  nav.navbar-default div.navbar-collapse ul.navbar-nav>li a:hover {
  background-color: rgba(10, 0, 0, .5) !important;
  -webkit-box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.1);
  }

  header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav > li > a:hover,
  header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav > li > a:focus,
  header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav > li > a:active {
  color: var(--softnude) !important;
  }
  }


  section.featured div.wrapper {
  margin-top: 60px;
  }





  header div.header {
  text-align: center;
  }

  header div.navbar-collapse ul.navbar-nav li a, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  border-bottom: 1px solid var(--deepnude);
  }

  @media only screen and (min-width : 992px) {
  header div.navbar-collapse ul.navbar-nav li a, header nav.navbar-default div.navbar-collapse ul.navbar-nav li ul.dropdown-menu li.active > a {
  color: var(--deepnude) !important;
  }
  }


  header div.header div.contact i {
  color: var(--deepnude);
  }

  @media only screen and (min-width : 992px) {
  header div.navbar-collapse {
  text-align: center;
  }
  }

  section.featured div.item p,
  section.news div.item p {
  color: #595959 !important;
  }

  section.featured div.item,
  section.news div.item {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  }

  section.partners {
  background: var(--deepnude) !important;
  }

  section.partners img {
  border-radius: 0 !important;
  }

  footer,
  .footer-cta.center:after,
  .author {
  background: var(--softnude) !important;
  }

  footer div.column > h4 {
  border-bottom: 1px solid var(--deepnude);
  }

  footer div.socket,
  .footer-sticky {
  background: var(--softnude) !important;
  }


  section.treatments div.items div.item img {
  border-radius: 100% !important;
  }

  .img-circle {
  border-radius: 100% !important;
  }

  section.treatments div.button-wrap {
  background: #9c7694;
  margin-top: 30px;
  }

  section.treatments div.item a {
  color: #595959 !important;
  }

  section.prices table tr td a {
  color: #595959 !important;
  }

  aside div.block.treatments ul li a,
  .woocommerce .widget_product_categories ul li a,
  .woocommerce .widget_product_categories ul li span {
  color: #595959 !important;
  }

  aside div.block.treatments ul li:hover,
  .woocommerce .widget_product_categories ul li:hover {
  background: var(--softnude);
  }

  :root {
--deepnude: #CBB4A4;
--mildnude: #D7C5B8;
--softnude: #E2D5CC;
--backgr: #f4efeb;
--black: #151515;
--text: #303030;
--white: #fff;
--spacing: 8rem;
--gap: 3rem;
--bodytekst: "Gilda Display", serif;
--koptekst: "Gilda Display", serif;
--font-size-h1: calc(1rem* 2.25);
 --font-size-h2: calc(1rem* 1.75);
--font-size-h3: calc(1rem* 1.5);
 --font-size-h4: calc(1rem* 1.25);
--font-size-h5: calc(1rem* 1);
 --font-size-h6: calc(1rem* 0.875);
    --font-size-h00: calc(1rem * 3.75);
    --font-size-h000: calc(1rem * 4.5);
    --font-size-h0000: calc(1rem * 5.25);
    --font-size-h00000: calc(1rem * 6);
    --font-size-h000000: calc(1rem * 6.75);
}

.consult_blok a.btn.btn-primary:hover {
    background: var(--softnude) !important;
}

section.contact div.holder div.wrap h3 {
    margin-top: 1.15rem;
}

.table-hover>tbody>tr:hover {
    background-color: #eee7e1;
}
.tarief_blok h2 {
    margin-top: 0;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 19px 8px;
    border-top: 1px solid var(--mildnude);
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid var(--mildnude);
}



div.page-header h1 {
    border-bottom: 0px solid #e6e6e6!important;
}

section.featured a div.item-background {
    border-radius: 25px;
}

div.breadcrumbs {
    display: none;
}
section.title_header {
    padding-bottom: 0;
}

.consult_blok {
    padding: 5px 45px 25px;
    background: var(--mildnude);
    margin: 35px 0;
}

.behandel_view h2 {
    margin-top: 1.15rem;
}
.behandel_view h2 {
    scroll-margin-top: 100px;
}
.behandel_view h2 {
    scroll-margin-top: 200px;
}

section.quoteblok h1 {
    margin-bottom: 0;
    font-size: var(--font-size-h1);
    font-style: italic;
}
.home main section .btn, .home main section p.knop {
    margin-bottom: 0;
}
.home main section h1 {
    margin-top: 0 !important;
}

footer .column.behandel_list ul {
    padding-inline-start: 27px;
}
div.social-media ul li a:hover {
    background: var(--mildnude) !important;
}
footer .column a:hover {
    color: var(--deepnude) !important;
}
footer .column a {
    color: var(--text) !important;
    text-decoration: underline;
}
footer .column.move_up {
    margin-top: -15px;
}
footer .column.move_up h4 {
    display: none;
}
footer {
    color: var(--text) !important;
    padding-top: 110px;
}
footer div.column > h4 {
    border-bottom: 0px solid var(--deepnude);
    margin-bottom: 3px;
    font-size: 19px;
    color: var(--text) !important;
    font-weight: 800;
}
footer div.socket {
    color: var(--text) !important;
    margin-top: 90px;
}
footer div.socket a, footer div.socket a:hover {
    color: var(--text) !important;
}
footer div.socket img[alt=netbeauty] {
    filter: invert(0.7);
}

.btn, .wpcf7-submit, .woocommerce span.onsale, .woocommerce a.button, .woocommerce .button, [type="submit"], .nf-form-content input[type=submit] {
    padding: 15px 45px !important;
}
.btn:hover, .wpcf7-submit:hover, .woocommerce span.onsale:hover, .woocommerce a.button:hover, .woocommerce .button:hover, [type="submit"]:hover, .nf-form-content input[type=submit]:hover {
    background: var(--mildnude) !important;
}

.startup {
    position: relative;
}
.flypicture img {
    width: 100%;
    height: 570px;
    object-fit: cover;
    object-position: top;
}
.flydown {
    position: absolute;
    bottom: -70px;
    right: -40px;
    text-align: right;
    z-index: 1;
}
.flyup {
    position: absolute;
    top: -80px;
    left: -40px;
    z-index: 1;
}
.startup h1 {
    font-size: var(--font-size-h0000);
    margin: 0;
}


section.partners {
    background: var(--backgr) !important;
}
section.partners div.item div.holder img {
    filter: invert(0.7);
}
section.partners:not(.home section.partners) {
    display: none;
}


@media only screen and (min-width: 992px) {
html {font-size: 23px !important; }
.bottom-align {
   display: -ms-flexbox;
   display: flex;
   -ms-flex-align: end;
   align-items: end;
}
    header div.header.full-width div.wrapper img.logo {
        max-width: 180px;
    }
    header div.header div.holder {
        height: 150px;
        min-height: 50px;
    }
    header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav>li>a {
        color: var(--text) !important;
    }
    header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav > li > a:hover, header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav > li > a:focus, header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav > li > a:active {
        color: var(--deepnude) !important;
    }
    body.home header > div.wrapper {
        min-height: 135px;
    }
    body header > div.wrapper {
        min-height: 145px;
    }
    header div.navbar-collapse {
        text-align: right;
    }
}


header div.header {
    background-color: var(--backgr)!important;
}

@media only screen and (max-width: 991px) {
html {font-size: 16px !important;}
header div.header {
    text-align: left;
}
.consult_blok {
    padding: 1px 25px 5px!important;
}
header button.navbar-toggle {
    color: var(--deepnude);
}
header nav.navbar-default ul.navbar-nav .active>a:focus, header nav.navbar-default ul.navbar-nav .active>a:hover, header nav.navbar-default ul.navbar-nav .active>a:visited, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover, header nav.navbar-default ul.navbar-nav .active>a, nav.navbar-default div.navbar-collapse ul.navbar-nav>li>a, header nav.navbar-default ul.navbar-nav .active>a:focus, header nav.navbar-default ul.navbar-nav .active>a:hover, header nav.navbar-default ul.navbar-nav .active>a:visited, header div.navbar-collapse ul li a i {
    color: var(--text)!important;
}
  html.navbar-open, .navbar-open body {
    overflow: hidden !important;
  }
html.navbar-open body.mm-fullsize nav.type-fullsize button.navbar-toggle {
    color: var(--text);
}
header div.navbar-collapse ul.navbar-nav li a, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    padding: 25px 15px;
}
.startup h1 {
    font-size: var(--font-size-h000)!important;
line-height: 1;
}
.flyup {
    top: -40px!important;
    left: 0px!important;
}
.flydown {
    bottom: -41px!important;
    right: 0!important;
}
.startup .flydown h1 {
    font-size: 44px!important;
}
section.salonblok img {
    margin-top: 90px;
}
.ivanablok img {
    margin-bottom: 90px;
}
section.partners .col-sm-24 {
    width: 48%;
    margin: 1%;
    float: left;
}
.behandel_view img {
    margin-bottom: 80px;
}
}





body {
    line-height: 1.8;
    font-size: 15px;
font-family: var(--bodytekst);
color: var(--text)!important;
    background-color: var(--backgr)!important;
}

h1,h2,h3,h4,h5,h6 {
margin: 2.75rem 0 1.05rem;
line-height: 1.15;
letter-spacing: 0px;
font-family: var(--koptekst);
color: var(--text)!important;
}

h1 { font-size: var(--font-size-h1);}
h2 { font-size: var(--font-size-h2);}
h3 { font-size: var(--font-size-h3);}
h4 { font-size: var(--font-size-h4);}
h5 { font-size: var(--font-size-h5);}
h6 { font-size: var(--font-size-h6);}


small, .text_small {font-size: 0.8em;}

p {margin-bottom: 1.15rem;}

main section, section.treatments, section.partners {
    padding: 110px 0;
}

.btn {
    margin:1em 0;
    white-space: normal;
}

.relative, main section {
    position: relative;
}

html, body {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

img {
    height: auto;
}
main img {
    border-radius: 25px;
}


@media only screen and (max-width: 991px) {
.gallery .gallery-item {
    width: 100%;
}
.m-pdt-0 {
padding-top:0!important;
}
.m-pdb-0 {
padding-bottom:0!important;
}
.m-pdb-2 {
padding-bottom:2em!important;
}
.m-pdt-2 {
padding-top:2em!important;
}
.m-pdt-4 {
padding-top:4em!important;
}
.m-mt-0 {
margin-top:0!important;
}
.m-mb-0 {
margin-bottom:0!important;
}
}

@media only screen and (max-width: 1450px) {
footer div.socket {
    padding-bottom: 80px!important;
}
}