
  @import url('https://fonts.googleapis.com/css?family=Archivo:400,700&display=swap');
  @import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700&display=swap');

  body {
  font-family: 'Archivo', sans-serif;
  }

  h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', sans-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: var(--text);
  }

  h1, h2, h3, h4, h5, h6 {
  color: var(--text) !important;
  }

  a,
  .woocommerce ul.products li.product .price,
  .woocommerce .price {
  color: var(--main) !important;
  }

  a:hover,
  .woocommerce ul.products li.product .price,
  .woocommerce .price,
  .product-usps li i,
  .counter {
  color: var(--darkpurple) !important;
  }

  .btn,
  .wpcf7-submit,
  .woocommerce span.onsale,
  .woocommerce a.button,
  .woocommerce .button,
  [type="submit"],
  .nf-form-content input[type=submit]
  {
  background: var(--main) !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(--darkpurple) !important;
  color: #fff !important;
  }

  div.social-media ul li a {
  background: var(--darkpurple) !important;
  color: #fff !important;
  }

  div.social-media ul li a i {
  color: #fff !important;
  }

  div.social-media ul li a:hover {
  background: var(--darkpurple) !important;
  color: #fff !important;
  }
  footer div.social-media ul li a {
  background: var(--main) !important;
  }

  div.phone a.phone, div.email a.email {
  background: var(--darkpurple) !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(--darkpurple) !important;
  color: #fff !important;
  }

  header button.navbar-toggle {
  color: var(--darkpurple);
  border-color: var(--darkpurple);
  }

  .woocommerce-info,
  .woocommerce-message {
  border-top-color: var(--darkpurple) !important;
  }

  .woocommerce-info::before,
  .woocommerce-message::before {
  color: var(--darkpurple) !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(166, 116, 110, .5) !important;
  }
  header .sticky_menu_small div.header {
  background-color: rgb(166, 116, 110) !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: 554px;
  }
  header > div.wrapper.above {
  min-height: 704px;
  }

  header div.header div.holder {
  height: 454px;
  }
  }





  nav.navbar-default, div.navbar-collapse {
  background-color: #a6746e; !important;
  }

  @media only screen and (min-width : 992px) {
  
  div.navbar-collapse {
  background: none !important;
  }

  header nav.navbar-default {
  background-color: rgba(166, 116, 110, .5) !important;
  }

  nav.navbar-default div.navbar-collapse ul.navbar-nav>li a:hover {
  background-color: rgba(166, 116, 110, .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(--darkpurple) !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(--main);
  }

  @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(--main) !important;
  }
  }


  header div.header div.contact i {
  color: var(--main);
  }

  @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: var(--text) !important;
  }

  section.featured div.item,
  section.news div.item {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  }

  section.partners {
  background: var(--main) !important;
  }

  section.partners img {
  border-radius: 0 !important;
  }

  footer,
  .footer-cta.center:after,
  .author {
  background: var(--darkpurple) !important;
  }

  footer div.column > h4 {
  border-bottom: 1px solid var(--main);
  }

  footer div.socket,
  .footer-sticky {
  background: var(--darkpurple) !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: var(--text) !important;
  }

  section.prices table tr td a {
  color: var(--text) !important;
  }

  aside div.block.treatments ul li a,
  .woocommerce .widget_product_categories ul li a,
  .woocommerce .widget_product_categories ul li span {
  color: var(--text) !important;
  }

  aside div.block.treatments ul li:hover,
  .woocommerce .widget_product_categories ul li:hover {
  background: var(--darkpurple);
  }

    :root {
--text: #252525;
--white: #fff;
--spacing: 8rem;
--gap: 3rem;
--bruin: #966339; 
--light-bruin:#c59863;
--beige: #f9f1e3;
--beige-light: #fcf9f3;
--main: #a6746e;
--darkpurple: #3a3644;
--softpink: #e6c2bf;
--lightpink: #f7edec;
}


section.archive.treatments div.treatments div.item img, section.treatments.shortcode div.treatments div.item img {
    width: 100%;
    border-radius: 25px !important;
    height: 330px;
object-fit: cover;
}

body header > div.wrapper::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #a6746e !important;
    z-index: -1;
}


/*footer div.socket img[alt=netbeauty] {
    filter: invert(0.8);
}
footer div.column > h4, footer, footer div.socket, footer div.socket a, footer div.socket a:hover {
    color: var(--text) !important;
}
footer div.socket, .footer-sticky {
    background: var(--beige) !important;
}
footer {
    background: url(/wp-content/uploads/sites/501/2024/03/background_header.jpg) !important;
    background-size: cover !important;
    background-position: center;
}*/

aside div.block div.head h4 {
    margin-bottom: 15px;
}
section.archive.reviews div.reviews div.review .col-sm-12 {
    display: none;
}
section.archive.reviews div.reviews div.review .col-sm-36 {
    width: 100%;
}
section.archive.reviews div.reviews div.review h4 {
    margin-bottom: 25px;
}
section.archive.reviews div.reviews div.review blockquote {
    border-left: 3px solid var(--main);
}


.btn, .wpcf7-submit, .woocommerce span.onsale, .woocommerce a.button, .woocommerce .button, [type="submit"], .nf-form-content input[type=submit] {
    background: var(--main) !important;
    padding: 17px 33px!important;
}


.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: 25px 8px;
}
.table>thead>tr>th {
    border-bottom: 2px solid var(--main);
}
section.prices table thead tr {
    height: 110px;
}
section.prices table thead:nth-child(1) tr {
    height: 70px;
}
.recensie_child img {
    height: 480px;
    object-fit: cover;
}

section.recensie_blok {
    background: linear-gradient(270deg, var(--softpink) 48%, rgba(0, 0, 0, 0) 48%);
}

.recensie_parent {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 0 var(--spacing);
}
.recensie_child {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.recensie_text h1 {
    margin-bottom: 25px;
}

.dienstparent img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    margin: 0;
}


footer {
    padding-top: 100px;
}
footer div.socket {
    margin-top: 90px;
}
footer .social-media.size-normal {
    margin-top: -40px;
}
footer .column img.img-responsive {
    max-width: 200px;
}

footer div.column > h4 {
    border-bottom: 0px solid var(--main);
    margin-bottom: 5px;
}
.dienstitem h4 {
    font-size: 26px;
    margin-bottom: 25px;
}

section.salontro {
    background: var(--lightpink);
}
section.behandel_bod {
    background: linear-gradient(180deg, var(--lightpink) 12%, rgba(0, 0, 0, 0) 11%);
    padding-top: 10px;
}

.dienstparent {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    grid-auto-rows: minmax(100px, auto);
    margin-top: 60px;
}
.dienstitem {
    text-align: center;
    position: relative;
    overflow: hidden;
    background: var(--lightpink);
}
.dienst_text {
    padding: 25px;
}

div.page-header h1 {
    border-bottom: 0px solid #e6e6e6 !important;
    margin-bottom: 80px !important;
}

.single-behandelingen figure img.img-responsive {
    box-shadow: 20px -17px 0 var(--softpink);
}

.salontro img {
    height: 560px;
    object-fit: cover;
    object-position: top;
    box-shadow: -50px -25px 0 var(--softpink);
}

@media only screen and (min-width: 992px) {
header > div.wrapper::after {
    background-position: center;
}
.single-behandelingen section.page .container {
    width: 830px;
}
.dropdown-menu {
    background-color: var(--main);
}
nav.navbar-default div.navbar-collapse ul.navbar-nav>li a, header nav.navbar-default ul.navbar-nav .active>a:visited {
    text-transform: uppercase;
    font-size: 15px;
    color: var(--white) !important;
    font-weight: 600;
}
header>div.wrapper div.wrapper img.logo {
    padding: 0;
    max-width: 190px;
}
nav.navbar-default div.navbar-collapse ul.navbar-nav>li a:hover {
    background-color: rgb(255 255 255 / 0%) !important;
    box-shadow: none!important;
    color: #ebb19f !important;
}
header div.header {
    background-color: rgb(255 255 255 / 0%) !important;
}
header nav.navbar-default {
    background-color: rgb(150 99 57 / 0%) !important;
}
header div.header div.holder {
    height: 242px;
    min-height: 50px;
}
    body.home header>div.wrapper, header > div.wrapper {
        min-height: 307px;
    }
footer .row .col-sm-16:nth-child(2) {
    margin: 0 9%;
}
footer .row .col-sm-16 {
    width: 27%;
}
}


@media only screen and (max-width: 991px) {
.dienstitem:nth-child(3) {
    border-bottom: 1px solid;
}
header .type-fullsize .navbar-collapse {
    left: 15px;
}
  html.navbar-open, .navbar-open body {
    overflow: hidden !important;
  }
header div.header div.holder, header nav.navbar-default div.navbar-header div.holder {
    min-height: 210px;
}
header div.header div.wrapper img.logo {
    max-height: 210px!important;
    padding: 0 !important;
}
section.behandel_bod {
    background: linear-gradient(180deg, rgb(244 241 240) 6%, rgba(0, 0, 0, 0) 6%)!important;
}
.dienstitem {
    padding: 15px 35px!important;
}
.recensie_parent {
    gap: 0 25px;
}
div.page-header h1 {
    font-size: 2.2em;
}
header > div.wrapper::after {
    background-position: center;
}
.home header>div.wrapper {
    min-height: 210px;
}
.recensie_child img {
    height: 390px;
    object-fit: cover;
}
.recensie_parent {
    grid-template-columns: repeat(2, 1fr)!important;
}
.recensie_child:nth-child(1) {
    grid-column: 1 / -1;
}
section.recensie_blok {
    background: linear-gradient(0deg, var(--softpink) 40%, rgba(0, 0, 0, 0) 40%)!important;
    padding-top: 10px;
}
.salontro img {
    margin-bottom: 75px;
}
.dienstparent {
    grid-template-columns: 1fr;
}
}

.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(--darkpurple) !important;
}


footer div.social-media ul li a:hover {
    background: var(--softpink) !important;
}
footer .column a:hover {
    color: var(--softpink) !important;
}
footer .column a {
    color: var(--main) !important;
}
main section, section.treatments {
    padding: 100px 0;
}

body {
    font-size: 20px;
  font-family: "Josefin Sans", sans-serif;
font-weight: 300;
    line-height: 1.4em;
}

h1,h2,h3,h4,h5,h6 {
margin: 2.75rem 0 1.05rem;
line-height: 1.15;
letter-spacing: 3px;
}

h1 { font-size: 3.052em;}
h2 {font-size: 2.441em;}
h3 {font-size: 1.953em;}
h4 {font-size: 1.563em;}
h5 {font-size: 1.25em;}
small, .text_small {font-size: 0.8em;}

p {margin-bottom: 1.15rem;}

.btn {
    margin:1em 0;
    white-space: normal;
}

.relative, main section {
    position: relative;
}

html, body {
    overflow-x: hidden;
}


@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-mt-0 {
margin-top:0!important;
}
.m-mb-0 {
margin-bottom:0!important;
}
}