
  @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap');


  body {
  font-family: 'Open Sans', sans-serif;
  }

  h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', 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: #595959;
  }

  h1, h2, h3, h4, h5, h6 {
  color: #595959 !important;
  }

  a,
  .woocommerce ul.products li.product .price,
  .woocommerce .price {
  color: var(--bruine-kleur) !important;
  }

  a:hover,
  .woocommerce ul.products li.product .price,
  .woocommerce .price,
  .product-usps li i,
  .counter {
  color: var(--bruine-kleur) !important;
  }

  .btn,
  .wpcf7-submit,
  .woocommerce span.onsale,
  .woocommerce a.button,
  .woocommerce .button,
  [type="submit"],
  .nf-form-content input[type=submit]
  {
  background: var(--bruine-kleur) !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(--bruine-kleur) !important;
  color: #fff !important;
  }

  div.social-media ul li a {
  background: var(--bruine-kleur) !important;
  color: #fff !important;
  }

  div.social-media ul li a i {
  color: #fff !important;
  }

  div.social-media ul li a:hover {
  background: var(--bruine-kleur) !important;
  color: #fff !important;
  }
  footer div.social-media ul li a {
  background: var(--bruine-kleur) !important;
  }

  div.phone a.phone, div.email a.email {
  background: var(--bruine-kleur) !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(--bruine-kleur) !important;
  color: #fff !important;
  }

  header button.navbar-toggle {
  color: var(--bruine-kleur);
  border-color: var(--bruine-kleur);
  }

  .woocommerce-info,
  .woocommerce-message {
  border-top-color: var(--bruine-kleur) !important;
  }

  .woocommerce-info::before,
  .woocommerce-message::before {
  color: var(--bruine-kleur) !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: 277px;
  }
  header > div.wrapper.above {
  min-height: 427px;
  }

  header div.header div.holder {
  height: 177px;
  }
  }

  .topbar {
  background: #82624c;
  }
  .topbar {
  color: #ffffff;
  }




  nav.navbar-default, div.navbar-collapse {
  background-color: #702082; !important;
  }

  @media only screen and (min-width : 992px) {
  
  div.navbar-collapse {
  background: none !important;
  }

  header nav.navbar-default {
  background-color: rgba(112, 32, 130, 1) !important;
  }

  nav.navbar-default div.navbar-collapse ul.navbar-nav>li a:hover {
  background-color: rgba(112, 32, 130, 1) !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(--bruine-kleur) !important;
  }
  }


  section.featured div.wrapper {
  margin-top: 60px;
  }





  header div.header {
  text-align: left;
  }

  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(--bruine-kleur);
  }

  @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(--bruine-kleur) !important;
  }
  }


  header div.header div.contact i {
  color: var(--bruine-kleur);
  }

  @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(--bruine-kleur) !important;
  }

  section.partners img {
  border-radius: 0 !important;
  }

  footer,
  .footer-cta.center:after,
  .author {
  background: var(--bruine-kleur) !important;
  }

  footer div.column > h4 {
  border-bottom: 1px solid var(--bruine-kleur);
  }

  footer div.socket,
  .footer-sticky {
  background: var(--bruine-kleur) !important;
  }


  section.treatments div.items div.item img {
  border-radius: 100% !important;
  }

  .img-circle {
  border-radius: 100% !important;
  }

  section.treatments div.button-wrap {
  background: var(--bruine-kleur);
  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(--bruine-kleur);
  }

  :root {
--bruine-kleur: #82624C;
--achtergrond-kleur: #FAF7F5;
--roze-kleur: #E4B2D7;
}

aside div.block.treatments ul li a, .woocommerce .widget_product_categories ul li a, .woocommerce .widget_product_categories ul li span {
  color: var(--bruine-kleur) !important;
}


section.treatments div.items div.item a span {
  color: var(--bruine-kleur);
}
.footer-socials {
  background: #6F4F3A;
  padding: 1.4rem;
  line-height: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  max-width: 80%;
}
.footer-socials i {
  font-size: 2rem;
}

nav.navbar-default, div.navbar-collapse {
  background-color: var(--bruine-kleur);
}

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(--roze-kleur);
}
div.social-media ul li a {
  background: var(--bruine-kleur) !important;
  color: #fff !important;
}

header > div.wrapper::after {
  background: none;
}

.item.item-card img {
  width: 100% !important;
  height: 200px;
  object-fit: cover;
}

.navbar-toggle.default {
  color: var(--roze-kleur) !important;
}

body, h1, h2, h3, h4, h5, h6 {
  color: var(--bruine-kleur) !important;
}

body {
  font-family: 'Poppins', sans-serif;
}

.lijntje::after {
  content: "";
  width: 10%;
  height: 2px;
  background-color: var(--roze-kleur);
  position: absolute;
  display: flex;
  transform: translateX(-50%);
  left: 50%;
}
.lijntje {
  margin-bottom: 3rem;
}

main section {
  padding: 70px 0 !important;
}

footer div.column > h4 {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0);
}

footer a, .woocommerce ul.products li.product .price, .woocommerce .price {
  color: var(--roze-kleur) !important;
}

.btn, .wpcf7-submit, .woocommerce span.onsale, .woocommerce a.button, .woocommerce .button, [type="submit"], .nf-form-content input[type="submit"] {
  background: var(--bruine-kleur) !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(--roze-kleur) !important;
  color: #fff !important;
}
footer {
  background: var(--bruine-kleur) !important;
}
footer div.socket, .footer-sticky {
  background: var(--bruine-kleur) !important;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Tenor Sans', sans-serif;
}

@media only screen and (max-width: 991px) {

header > div.wrapper::after {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
header div.header {
    margin-top: 100px;
}
}


@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(--roze-kleur) !important;
  }

  nav.navbar-default div.navbar-collapse ul.navbar-nav > li a:hover {
    background-color: var(--bruine-kleur) !important;
  }


  body header > div.wrapper {
    min-height: 225px;
    min-height: 278px;
  }


 body.home header > div.wrapper {
    min-height: 225px;
    min-height: 468px;
  }

  header nav.navbar-default {
    background-color: var(--bruine-kleur) !important;
  }
}















@media only screen and (min-width: 992px) {
header>div.wrapper div.wrapper img.logo {
    max-width: 300px;
    width: 300px!Important;
}
}


.list-checkbox-wrap .nf-field-element li label, .list-image-wrap .nf-field-element li label, .list-radio-wrap .nf-field-element li label {
    float: left!important;
}
.list-radio-wrap .nf-field-element li input {
    width: auto!important;
    float: left!important;
    margin-top: -0.45em!important;
}
.list-radio-wrap .nf-field-element li label {
    margin-left: 0px!important;
    margin-right: 2em!important;
}
.navbar-nav.sm-collapsible ul.sm-nowrap>li>a {
    white-space: nowrap;
}

.euroteken {
    background: #ffffff;
    margin-left: -9px;
}

.table-hover>tbody>tr:hover .euroteken {
    background-color: #f5f5f5;
}

.afspraak-en-contact aside .block:nth-child(2), .afspraak-en-contact aside .block:nth-child(1) {
    display: none;
}

.afspraak-en-contact .holder .col-sm-24 {width:100%}

nav.navbar-default div.navbar-collapse ul.navbar-nav>li a:hover {
color: #ffffff!important;
}

footer a, .woocommerce ul.products li.product .price, .woocommerce .price {
    color: #f0afff !important;
}