
  @import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700&display=swap');
  @import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700&display=swap');

  body {
  font-family: 'Source Sans Pro', 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: #595959;
  }

  h1, h2, h3, h4, h5, h6 {
  color: #595959 !important;
  }

  a,
  .woocommerce ul.products li.product .price,
  .woocommerce .price {
  color: var(--pink) !important;
  }

  a:hover,
  .woocommerce ul.products li.product .price,
  .woocommerce .price,
  .product-usps li i,
  .counter {
  color: var(--main) !important;
  }

  .btn,
  .wpcf7-submit,
  .woocommerce span.onsale,
  .woocommerce a.button,
  .woocommerce .button,
  [type="submit"],
  .nf-form-content input[type=submit]
  {
  background: var(--pink) !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(--main) !important;
  color: #fff !important;
  }

  div.social-media ul li a {
  background: var(--main) !important;
  color: #fff !important;
  }

  div.social-media ul li a i {
  color: #fff !important;
  }

  div.social-media ul li a:hover {
  background: var(--main) !important;
  color: #fff !important;
  }
  footer div.social-media ul li a {
  background: var(--pink) !important;
  }

  div.phone a.phone, div.email a.email {
  background: var(--main) !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(--main) !important;
  color: #fff !important;
  }

  header button.navbar-toggle {
  color: var(--main);
  border-color: var(--main);
  }

  .woocommerce-info,
  .woocommerce-message {
  border-top-color: var(--main) !important;
  }

  .woocommerce-info::before,
  .woocommerce-message::before {
  color: var(--main) !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;
  }
  }

  header > div.wrapper {
  display: block;
  position: relative;
  }

  header div.header::after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  }

  header > div.wrapper::after {
  background: url('https://ebbeauty.nl/wp-content/uploads/sites/367/2024/05/header_pinksfeer.webp');
  background-size: cover;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
  }




  @media only screen and (min-width : 992px) {
  body.home header > div.wrapper {
  min-height: 350px;
      min-height: 438px;
    }
  body.home header > div.wrapper.above {
  min-height: 500px;
      min-height: 588px;
    }
  }

  @media only screen and (min-width : 992px) {
  body header > div.wrapper {
  min-height: 225px;
      min-height: 238px;
    }
  body header > div.wrapper.above {
  min-height: 375px;
      min-height: 388px;
    }
  body header > div.wrapper.above::after,
  body header > div.wrapper.above.shadow::before,
  body header > div.wrapper.above_shadow::before {
      top: 163px;
    }
  body header > div.wrapper.sticky_menu .header__content {
      margin-top: 163px;
    }
  }

  @media only screen and (min-width : 992px) {
  header > div.wrapper {
  min-height: 263px;
  }
  header > div.wrapper.above {
  min-height: 413px;
  }

  header div.header div.holder {
  height: 163px;
  }
  }





  nav.navbar-default, div.navbar-collapse {
  background-color: var(--main); !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(--main) !important;
  }
  }


  @media only screen and (min-width : 992px) {
  section.featured div.wrapper {
  margin-top: -100px;
  }
  header>div.wrapper .header__content {
  transform: translate3d(0, -40px, 0);
  }
  }





  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(--pink);
  }

  @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(--pink) !important;
  }
  }


  header div.header div.contact i {
  color: var(--pink);
  }

  @media only screen and (min-width : 992px) {
  header div.navbar-collapse {
  text-align: left;
  }
  }

  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(--pink) !important;
  }

  section.partners img {
  border-radius: 0 !important;
  }

  footer,
  .footer-cta.center:after,
  .author {
  background: var(--main) !important;
  }

  footer div.column > h4 {
  border-bottom: 1px solid var(--pink);
  }

  footer div.socket,
  .footer-sticky {
  background: var(--main) !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(--main);
  }

  :root {
--main: #a89272;
--beigetint: #E5DED4;
--pink: #f8cbc8;
--darkpink: #f2a09b;
--text: #b9b9b9;
--dark: #181818;
--darktint:#212121;
--white: #fff;
--spacing: 8rem;
--gap: 3rem;
}

.modal__container img {
  max-height: 330px;
  width: 100%;
  object-fit: cover;
}

.acne_blok {
    background: #5c5c5c;
    padding: 25px;
    color: white;
}

.vetkis_logo {
  max-width: 150px;
object-fit: contain;
}

footer .nf-form-content .list-select-wrap .nf-field-element>div, footer .nf-form-content input:not([type=submit]), .nf-form-content textarea {
    background: #ffffff !important;
    color: var(--dark) !important;
}
div#nbsals_popup-content h3 {
    margin-top: 1.15rem;
}
.micromodal-slide[aria-hidden=false] .modal__container {
    background: var(--darktint);
}


.flying_button {
    position: fixed;
    bottom: 30px;
    right: 30px;
    box-shadow: rgb(0 0 0 / 30%) 0px 3px 15px !important;
}

footer .column.social_blok_footer {
    margin-top: -71px;
}

.alert {
    background: #882b2b;
    color: white;
}

.proef_cta {
    background: #f2a09b54;
    padding: 5px 35px 35px 35px;
    margin: 3em 0;
    color: #fff;
}


.bottle_cta {
    background: #4a4a4a;
    padding: 35px 35px;
    margin-top: 45px;
    color: #fff !important;
}
.bottle_cta h4 {
    margin-top: 1.15rem;
}
.modal__close {
  color: #fff;
}

.column.footer_social {
    margin-top: -60px;
}

.table>tbody>tr>td:nth-child(2) {
    text-decoration: line-through;
    opacity: 0.5;
}


.table>thead>tr>th {
    vertical-align: bottom!important;
}
section.prices table thead:nth-child(1) tr {
    height: 60px;
}
section.prices table thead tr {
    height: 150px;
}


.table>thead>tr>th:nth-child(1) {
    font-size: 20px;
    color: white;
    font-family: 'Playfair Display', sans-serif;
}
.table-hover>tbody>tr:hover {
    background-color: #202020;
}
.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: 18px 8px;
    vertical-align: middle;
    border-top: 1px solid #242424;
}


.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=submit]), .nf-form-content textarea {
    background: var(--dark)!important;
    color: var(--white)!important;
}
section.contact div.holder div.wrap {   
    background: var(--darktint);
}
.contact .nf-form-title h3 {
    margin-top: 20px;
    margin-bottom: 35px;
}
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 {
    border-bottom: none;
    margin-bottom: 90px;
    padding-bottom: 60px;
    position: relative;
}
section.archive.reviews div.reviews div.review::after {
    width: 70%;
    height: 1px;
    content: "";
    position: absolute;
    background: var(--pink);
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
section.archive.reviews div.reviews div.review blockquote {
    padding: 0px 10px 0px 12px;
    margin: 20px 0 20px;
    border-left: 2px solid var(--main);
}


.single-behandelingen figure img.img-responsive {
    filter: brightness(0.7);
}

section.archive.treatments div.treatments div.item img, section.treatments.shortcode div.treatments div.item img {
    filter: brightness(0.7);
}
section.archive.treatments div.treatments div.item img:hover, section.treatments.shortcode div.treatments div.item img:hover {
    filter: brightness(1);
}

main section:not(.home main section), section.treatments {
    padding: 130px 0 90px;
}
.home main section {
    padding: 90px 0;
}
div.breadcrumbs {
    text-align: center;
    margin-top: -85px;
    margin-bottom: 80px;
    font-size: 13px;
}
header .page-header {
    bottom: -60px;
    left: 0;
    right: 0;
    position: absolute;
}
div.page-header h1 {
    border-bottom: 0px solid #f8cbc8!important;
    margin-bottom: 30px!important;
    margin-top: 0!important;
    font-size: calc(3.4em + 1vw);
    text-align: center;
    line-height: 1;
}

footer .column a:hover {
    color: var(--dark)!important;
}

section.archive.treatments div.items div.treatments div.item a span, section.archive.treatments div.treatments div.item h4, section.archive.treatments div.treatments div.items div.item a span, section.treatments.shortcode div.items div.treatments div.item a span, section.treatments.shortcode div.treatments div.item h4, section.treatments.shortcode div.treatments div.items div.item a span {
    font-size: 15px;
    font-weight: 500;
    font-family: 'Source Sans Pro', sans-serif;
}

strong {
    color: var(--white);
}

header > div.wrapper::after {
    background-position: bottom;
}

section.pictureblok a div.item-background {
    padding: 260px 0;
    height: unset!important;
    border-radius: 0;
}
section.pictureblok .item-centered.text-center {
    padding: 25px;
    top: unset!important;
    bottom: 0;
    transform: unset!important;
    left: 0;
    text-align: left;
}

.home main {
    margin-top: 110px;
}

.footer-cta-box {
    background: transparent!important;
}


.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
    border: none!important;
    padding: 15px 45px!important;
}

.btn, .wpcf7-submit, .woocommerce span.onsale, .woocommerce a.button, .woocommerce .button, [type="submit"], .nf-form-content input[type=submit] {
    padding: 19px 45px!important;
    font-size: 17px;
    background: var(--darkpink)!important;
}

header p.subtitle {
    /* font-size: calc(0.2em + 1vw); */
    margin-bottom: -25px;
    word-spacing: 52px;
    letter-spacing: 12px;
    text-align: left;
    font-size: 22px;
    /* letter-spacing: normal; */
    /* word-spacing: 0; */
    margin-left: 4%;
}

header .header__content h1.float_text {
    font-size: calc(17.0em + 2vw);
    margin: 0;
    font-size: calc(2.0em + 15vw);
  font-size: calc(2.0em + 9vw);
}

main section .page-header {
    display: none;
}

p.subtitle {
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 600;
    color: var(--main);
}


header div.header {
    background-color: rgb(248 203 200 / 0%)!important;
}

.home header>div.wrapper.shadow:before {
    background: rgb(0 0 0 / 70%);
    width: 44%;
}

header > div.wrapper::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: rgb(0 0 0 / 70%);
    width: 64%;
}

section.salonintro::before {
    content: "";
    background-image: url(https://ebbeauty.nl/wp-content/uploads/sites/367/2025/11/EB-Pand.jpg);
    background-size: cover;
    right: 0;
    width: 34%;
    height: 100%;
    position: absolute;
    top: 0;
    object-fit: cover;
    background-color: var(--text);
    opacity: 0.4;
}

section.pictureblok .item-centered.text-center h3 {
    position: relative;
}
section.pictureblok .item-centered.text-center h3::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    display: block;
    background: white;
    width: 70px;
    height: 1px;
    right: 13px;
    bottom: 50%;
}
section.pictureblok .item-centered.text-center h3::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 15px;
    height: 15px;
    border-top: 1px solid var(--white);
    border-right: 1px solid var(--white);
    transform: rotate(45deg);
    right: 13px;
    bottom: 24%;
}

section.footer-cta.text-center.above {
    padding: 180px 0 130px;
    margin-top: 150px;
    background: var(--darktint);
}
.footer-cta-box.pd-1.position-relative h1 {
    font-size: calc(12.0em + 2vw);
    margin-top: -380px;
}

footer div.column > h4 {
    border-bottom: none!important;
}
footer .column.insta_feed h4 {
    display: none;
}
footer {
    padding-top: 80px;
}
footer div.socket {
    margin-top: 50px;
}
section.archive.treatments div.treatments div.item, section.archive.treatments div.treatments p, section.treatments.shortcode div.treatments div.item, section.treatments.shortcode div.treatments p {
    margin-bottom: 90px;
}

.galerij_foto img {
    width: 100%;
    height: 380px!important;
    object-fit: cover;
}
.galerij_foto {
    margin-top: 5em;
}

.resultaat_foto img {
    width: 100%;
    height: 250px!important;
    object-fit: cover;
}
.resultaat_foto {
    margin-top: 2em;
}

@media only screen and (min-width: 992px) {
.single-behandelingen main section.page .container, .post-type-archive-recensies main section.reviews .container, .page-id-604 main section .container, section.prices .container {
    width: 850px;
}
body > footer > div.container > div > div.col-sm-24.col-md-12 {
    width: 100%;
}
footer .column.sbb_beeld {
    text-align: center;
}
    .modal__container {
        max-width: 695px;
    }
header>div.wrapper.sticky_menu.sticky_nav .navbar div.navbar-collapse {
    text-align: center;
}
    header>div.wrapper.sticky_menu.sticky_nav .navbar {
        background: rgb(24 24 24 / 85%) !important;
    }
    .sbb_beeld img {
        max-width: 101px !important;
        display: inline!important;
    }
footer .sbb_beeld {
    margin-top: -23px;
}
footer > div.container > div > div:nth-child(3) > div > p > img:nth-child(3) {
    margin-top: 15px !important;
}
    header>div.wrapper div.wrapper img.logo {
        max-width: 300px;
    }
/*body > footer > div.container > div > div:nth-child(3) {
    width: 49%;
    margin-left: 5%;
}
body > footer > div.container > div > div:nth-child(1), body > footer > div.container > div > div:nth-child(2) {
    width: 23%;
}*/
body header > div.wrapper {
    min-height: 367px;
}
section.pictureblok .enlarged .item-centered.text-center {
    display: block;
}
section.pictureblok .item-centered.text-center {
    display: none;
}
header div.header div.holder {
    height: 102px;
    min-height: 50px;
}
body.home header > div.wrapper {
    min-height: 620px;
}
body header > div.wrapper.above::after, body header > div.wrapper.above.shadow::before, body header > div.wrapper.above_shadow::before {
    top: 0;
}
header>div.wrapper .header__content .col-md-32.col-md-offset-8 {
    width: 100%;
    margin: 0;
}
header>div.wrapper .header__content .container {
    width: 100%;
}
header>div.wrapper .header__content {
    /* transform: translate3d(0, 140px, 0); */
    position: absolute;
    bottom: -130px;
    height: auto;
    padding: 0;
    left: 0;
    right: 0;
  transform: unset;
}
header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav>li>a {
    color: var(--white)!important;
    font-size: 19px;
}
header>div.wrapper div.wrapper img.logo {
    padding: 29px 0;
}
header nav.navbar-default {
    background-color: rgb(10 0 0 / 0%) !important;
}
nav.navbar-default div.navbar-collapse ul.navbar-nav>li a {
    font-size: 18px;
}
nav.navbar-default div.navbar-collapse ul.navbar-nav>li a:hover {
    background-color: rgb(10 0 0 / 0%) !important;
    box-shadow: unset!important;
    color: var(--main)!important;
}
section.pictureblok .enlarged a div.item-bg>img {
    filter: brightness(0.6);
}
section.pictureblok a div.item-bg>img, section.pictureblok .shrink a div.item-bg>img {
    filter: brightness(.3);
}
.pictureblok .row .col-sm-12.shrink {
    width: 20%!important;
}
.pictureblok .row .col-sm-12.enlarged {
    width: 40%!important;
}
.pictureblok .row .col-sm-12 {
    width: 20%;
    transition: 0.5s;
}
.pictureblok .row .col-sm-12:hover {
    width: 40%;
}
section.footer-cta.text-center.above .container {
    width: 100%;
}
}

section.pictureblok {
    padding-bottom: 170px!important;
}

@media only screen and (max-width: 991px) {
header .page-header {
    display: none;
}
footer table.opening_hours {
    margin: 0 auto;
}
img.anbos_logo_home, img.sbb_logo_home {
    margin-top: 0!important;
    margin-bottom: 0!important;
}
.sbb_beeld img {
        max-width: 111px !important;
        margin-top: -23px;
        display: inline!important;
        margin: -23px auto;
    }

header button.navbar-toggle {
    color: var(--dark);
}
main section:not(.home main section), section.treatments {
    padding: 90px 0 90px!important;
}
    main section .page-header {
        display: block !important;
        margin-top: -80px;
    }
div.breadcrumbs {
    margin-top: 0px!important;
}
footer {
    text-align: center;
}
div.page-header h1 {
    line-height: 1.5!important;
}
.gallery .gallery-item {
    width: 100%;
}
header>div.wrapper {
    min-height: 280px;
}
section.footer-cta.text-center.above {
    margin-top: 60px!important;
}
.footer-cta-box.pd-1.position-relative h1 {
    font-size: calc(2.0em + 8vw)!important;
    margin-top: -290px!important;
}
header .type-fullsize .navbar-collapse {
    text-align: center;
}
header .nav>li>a {
    padding: 30px 15px;
}
header .type-fullsize .navbar-collapse {
    background: rgb(24 24 24 / 91%);
}
h1 {
    font-size: 2.552em!important;
}
.salonintro img {
    margin-bottom: 100px;
    margin-top: 80px;
}
header .type-fullsize .navbar-collapse {
    left: unset;
}
section.pictureblok a div.item-background {
    padding: 180px 0!important;
}
section.salonintro::before {
    width: 100%!important;
    height: 21%!important;
    bottom: 0!important;
    top: unset!important;
}
header .header__content {
    position: absolute;
    height: auto;
    padding: 0;
    left: 0;
    right: 0;
    bottom: -90px;
}
header .header__content h1.float_text {
    font-size: calc(2.0em + 6vw)!important;
}
.home header>div.wrapper {
    min-height: 410px;
}
header p.subtitle {
    word-spacing: 0!important;
    font-size: 14px!important;
    margin-left: 2%!important;
    margin-bottom: 35px;
}
.home header>div.wrapper.shadow:before {
    width: 65%!important;
}
section.footer-cta.text-center.above {
    margin-top: 20px!important;
}
.footer-cta-box.pd-1.position-relative h1 {
    font-size: calc(2.0em + 6vw)!important;
    margin-top: -270px!important;
}
}


@media only screen and (min-width: 992px) and (max-width: 1170px){
header .header__content h1.float_text {
    font-size: calc(2.0em + 7vw)!important;
}
header p.subtitle {
    font-size: 18px!important;
    margin-left: 2%!important;
}
}


body {
    line-height: 1.8;
    font-size: 17px;
    color: var(--text)!important;
    background: var(--dark);
}

h1, h2, h3, h4, h5, h6 {
    margin: 1.95em 0 1.05rem;
    line-height: 1.15;
    letter-spacing: 3px;
    color: var(--white)!important;
}

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 (min-width: 1920px) {
body.home header > div.wrapper {
    min-height: 800px!important;
}

}


@media only screen and (max-width: 1450px) {
footer div.socket {
    padding-bottom: 80px!important;
}
}


#whatsapp_button {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 99;
    font-size: 32px;
    line-height: 1;
    border: none;
    outline: none;
    background-color: #25D366;
    color: #fff;
    cursor: pointer;
    padding: 14px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    box-shadow: rgb(0 0 0 / 30%) 0px 3px 15px !important;
}

button#whatsapp_button i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}