
  @import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap');
  @import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond:400,700&display=swap');

  body {
  font-family: 'Montserrat', serif;
  }

  h1, h2, h3, h4, h5, h6 {
  font-family: 'Cormorant Garamond', sans-serif;
  }

  h1 {
  font-size: 40px;
  }

  h2 {
  font-size: 32px;
  }

  h3 {
  font-size: 28px;
  }

  h4 {
  font-size: 24px;
  }

  h5 {
  font-size: 20px;
  }

  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(--light-green-taupe) !important;
  }

  a:hover,
  .woocommerce ul.products li.product .price,
  .woocommerce .price,
  .product-usps li i,
  .counter {
  color: var(--darker-green) !important;
  }

  .btn,
  .wpcf7-submit,
  .woocommerce span.onsale,
  .woocommerce a.button,
  .woocommerce .button,
  [type="submit"],
  .nf-form-content input[type=submit]
  {
  background: var(--light-green-taupe) !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(--darker-green) !important;
  color: #fff !important;
  }

  div.social-media ul li a {
  background: var(--darker-green) !important;
  color: #fff !important;
  }

  div.social-media ul li a i {
  color: #fff !important;
  }

  div.social-media ul li a:hover {
  background: var(--darker-green) !important;
  color: #fff !important;
  }
  footer div.social-media ul li a {
  background: var(--light-green-taupe) !important;
  }

  div.phone a.phone, div.email a.email {
  background: var(--darker-green) !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(--darker-green) !important;
  color: #fff !important;
  }

  header button.navbar-toggle {
  color: var(--darker-green);
  border-color: var(--darker-green);
  }

  .woocommerce-info,
  .woocommerce-message {
  border-top-color: var(--darker-green) !important;
  }

  .woocommerce-info::before,
  .woocommerce-message::before {
  color: var(--darker-green) !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.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://davinciforhair.nl/wp-content/uploads/sites/289/2024/01/salonheader.jpg');
  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: 469px;
    }
  body.home header > div.wrapper.above {
  min-height: 500px;
      min-height: 619px;
    }
  }

  @media only screen and (min-width : 992px) {
  body header > div.wrapper {
  min-height: 225px;
      min-height: 269px;
    }
  body header > div.wrapper.above {
  min-height: 375px;
      min-height: 419px;
    }
  body header > div.wrapper.above::after,
  body header > div.wrapper.above.shadow::before,
  body header > div.wrapper.above_shadow::before {
      top: 194px;
    }
  body header > div.wrapper.sticky_menu .header__content {
      margin-top: 194px;
    }
  }

  @media only screen and (min-width : 992px) {
  header > div.wrapper {
  min-height: 294px;
  }
  header > div.wrapper.above {
  min-height: 444px;
  }

  header div.header div.holder {
  height: 194px;
  }
  }





  nav.navbar-default, div.navbar-collapse {
  background-color: var(--darker-green); !important;
  }

  @media only screen and (min-width : 992px) {
  
  div.navbar-collapse {
  background: none !important;
  }

  header nav.navbar-default {
  background-color: rgba(10, 0, 0, 1) !important;
  }

  nav.navbar-default div.navbar-collapse ul.navbar-nav>li a:hover {
  background-color: rgba(10, 0, 0, 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(--darker-green) !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: 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(--light-green-taupe);
  }

  @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(--light-green-taupe) !important;
  }
  }


  header div.header div.contact i {
  color: var(--light-green-taupe);
  }

  @media only screen and (min-width : 992px) {
  header div.navbar-collapse {
  text-align: right;
  }
  }

  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(--light-green-taupe) !important;
  }

  section.partners img {
  border-radius: 0 !important;
  }

  footer,
  .footer-cta.center:after,
  .author {
  background: var(--darker-green) !important;
  }

  footer div.column > h4 {
  border-bottom: 1px solid var(--light-green-taupe);
  }

  footer div.socket,
  .footer-sticky {
  background: var(--darker-green) !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(--darker-green);
  }

  :root {
--main: #1b1b1b;
  --light-green-taupe: #3a6053;
  --base-green-taupe: #2a4139;
  --dark-green-taupe: #21342d;
  --darker-green:#131f1b ;
  --koraal: #ff7f50;
  --brandweer: #ff6a00;
  --abrikoos: #feb17c;
--kop-text:#ffd8ba;
--color-text: #bda790;
--white: #fff;
--spacing: 8rem;
--gap: 3rem;
}

.btn.orange_version {
    background: var(--brandweer)!important;
}
.btn.orange_version:hover {
    background: var(--light-green-taupe)!important;
}
a, .woocommerce ul.products li.product .price, .woocommerce .price {
    color: var(--color-text)!important;
}

section.contact .mb-xs .wrap {
    background: #cad4d0;
}

.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
    border-radius: 50px!important;
    padding: 13px 35px!important;
}

.teammember {
    background: var(--base-green-taupe);
    color: white;
    margin: 30px 0;
    border-radius: 40px;
}
.teammember img {
    height: 320px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 40px 40px 0 0;
}
.teammember .teamtext {
    padding: 20px 25px 30px;
}
.gallerij_view {
    margin-bottom: 55px;
}

section.prices .col-xs-48 {
    display: flex;
    flex-direction: column;
}

.tarief_parent.tarief_een {
    grid-template-columns: repeat(2, 1fr);
    order: 1;
    margin-bottom: 80px;
}
section.prices table.table.table-hover {
    order: 2;
}
.tarief_parent.tarief_twee {
    order: 3;
    margin-top: 80px;
}

section.prices table thead:nth-child(1) tr {
    height: 60px;
}
section.prices table thead tr {
    height: 100px;
}

.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;
}
.table>thead>tr>th {
    border-bottom: 2px solid var(--base-green-taupe);
}



.tarief_parent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    grid-auto-rows: minmax(100px, auto);
}
.tariefitem {
    background: #edf1ef;
    padding: 35px;
    border-radius: 10px;
    /* color: var(--white); */
}
.tariefitem h3 {
    margin-bottom: 25px;
}

/*section.dienst_blok .col-sm-16 div.item p, .tekst_view, section.color_block {
    color: var(--color-text)!important;
}
*/
section.dienst_blok .col-sm-16 div.item p, .tekst_view, section.color_block {
    color: var(--white)!important;
}


footer .social-media.size-normal {
    margin-top: -30px;
}
footer div.social-media ul li a:hover {
    background: var(--base-green-taupe) !important;
}
footer .column a {
    color: var(--color-text)!important;
}
footer .column a:hover {
    color: var(--light-green-taupe) !important;
}

footer div.column > h4 {
    border-bottom: 0px solid var(--light-green-taupe);
    color: var(--kop-text)!important;
    font-size: 31px;
    margin-bottom: 5px;
}

footer {
    padding-top: 90px;
}
footer div.socket {
    margin-top: 69px;
    padding: 35px 0;
}

footer div.column img {
    max-width: 210px;
}



.tekst_view {
    border-radius: 50px;
}
.foto_view figure.gallery-item {
    padding: 0;
}
.foto_view img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.foto_view {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.tekst_view {
    width: 50%;
    margin-left: 60%;
    background: var(--base-green-taupe);
    padding: 45px;
}

main {
    position: relative;
}
main::before {
    content: "Kapsalon";
    left: -120px;
    top: 15%;
    font-size: 12.5em;
    position: absolute;
    color: var(--kop-text);
    writing-mode: vertical-lr;
    z-index: 1000;
    font-family: 'Cormorant Garamond', sans-serif;
    opacity: 0.7;
}
main::after {
    content: "Vorden";
    right: -230px;
    bottom: 15%;
    font-size: 12.5em;
    position: absolute;
    color: var(--kop-text);
    /* writing-mode: vertical-lr; */
    z-index: 1000;
    font-family: 'Cormorant Garamond', sans-serif;
    opacity: 0.7;
    transform: rotate(270deg);
}

section.dienst_blok {
    background: linear-gradient(180deg, var(--dark-green-taupe) 70.5%, var(--white) 69%);
}


.dienst_titel *, .dienst_blok h3, .tekst_view h1 {
    color: var(--kop-text)!important;
}



.dienst_blok .col-sm-16:nth-child(1) .item.item-card {
    background: var(--base-green-taupe);
}
.dienst_blok .col-sm-16:nth-child(2) .item.item-card {
    background: var(--darker-green);
}
.dienst_blok .col-sm-16:nth-child(3) .item.item-card {
    background: var(--base-green-taupe);
}
.dienst_blok .item.item-card {
    padding: 45px;
    text-align: center;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.dienst_blok .item.item-card h3 {
    font-size: 27px;
    margin-bottom: 45px;
}

header > div.wrapper::after {
    background-position: center;
}


div.breadcrumbs, section.page .content .page-header, section.prices .page-header, section.contact .page-header {
    display: none;
}

body header > div.wrapper::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.3);
    z-index: -1;
    top: 0;
    background: rgb(33 52 45 / 72%)!important;
}

section.title_head h1 {
    border-bottom: 0;
    margin: 0;
    color: var(--kop-text)!important;
    font-size: calc(2.5em + 2vw);
}
section.title_head::before {
    content: "";
    width: 80%;
    background: var(--dark-green-taupe);
    position: absolute;
    height: 100%;
    Z-INDEX: -1;
    top: 0;
    border-radius: 0 50px 50px 0;
}
section.title_head {
    margin-top: -90px;
    padding: 80px 0;
}

img {
height:auto;
}

@media only screen and (min-width: 992px) {
.foto_view .gallery-item:last-child img {
    border-radius: 0 50px 50px 0;
}
.foto_view {
    width: 80%;
}
.gallerij_view img {
    width: 340px;
    height: 340px!important;
    object-fit: cover;
}
.gallerij_view figure.gallery-item:nth-child(1) {
    margin-left: 16.666%;
}
.gallerij_view figure.gallery-item {
    width: 33.3333%;
}
body header > div.wrapper {
    min-height: 470px;
}
.dropdown-menu {
    background-color: var(--dark-green-taupe);
border-radius: 10px!important;
}
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(--kop-text)!important;
}
header .navbar-nav ul.sm-nowrap>li>a {
    padding: 18px 35px!important;
}
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(--white) !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(--kop-text) !important;
}
.dienst_blok .col-sm-16:nth-child(1) .item.item-card, .dienst_blok .col-sm-16:nth-child(3) .item.item-card {
    margin-top: 90px;
}
body.home header > div.wrapper {
    min-height: 890px;
}
header div.header.full-width div.wrapper img.logo {
    padding: 0!important;
    max-width: 150px;
}
header div.header div.holder {
    height: 84px;
    min-height: 50px;
}
.header div.header.full-width .container {
    width: 90%;
}
body header > div.wrapper.above::after, body header > div.wrapper.above.shadow::before, body header > div.wrapper.above_shadow::before {
    top: 0;
    background: rgb(33 52 45 / 72%)!important;
}
header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav>li>a {
    color: var(--white)!important;
}
header>div.wrapper .header__content .col-md-32.col-md-offset-8 {
    margin-left: 10%;
    width: 80%;
}
header>div.wrapper .header__content {
    transform: translate3d(0, 120px, 0);
}
}

header div.header.full-width {
    background: var(--base-green-taupe);
}

.btn, .wpcf7-submit, .woocommerce span.onsale, .woocommerce a.button, .woocommerce .button, .modal__container, .footer-cta-box, .rimg, [type="submit"] {
    padding: 17px 45px!important;
    border-radius: 50px!important;
}

section.color_block h1 {
    font-size: calc(4.5em + 2vw);
    color: var(--kop-text)!important;
    margin: -50px 0 0;
}

section.color_block::before {
    content: "";
    width: 80%;
    background: var(--dark-green-taupe);
    position: absolute;
    height: 68%;
    Z-INDEX: -1;
    top: 0;
    border-radius: 0 50px 50px 0;
}
section.color_block {
    color: var(--white);
    margin-top: -170px;
}

section.color_block img {
    width: 100%;
    height: 600px;
    margin-top: 60px;
    object-fit: cover;
    border-radius: 50px 0px 50px 50px;
}


@media only screen and (max-width: 991px) {
main section:not(.home main section), section.treatments {
    padding: 60px 0;
}
section.salonview {
    padding-top: 0px;
}
main::before, main::after {
    opacity: 0.3;
    z-index: 0;
}
.home main::before, .home main::afer {
    opacity: 0.4;
    z-index: 1000;
}
main::before {
    left: -100px;
    font-size: 9.5em;
    opacity: 0.4;
}
main::after {
    right: -180px;
    font-size: 9.5em;
    opacity: 0.4;
}
.tarief_parent {
    grid-template-columns: repeat(1, 1fr)!important;
}
header>div.wrapper {
    min-height: 470px;
}
section.title_head::before {
    width: 97%!important;
}
.foto_view img {
    height: 240px!important;
}
.foto_view .gallery-item:nth-child(1) img {
    border-radius: 50px 0 0 0;
}
.foto_view .gallery-item:nth-child(2) img {
    border-radius: 0px 50px 0 0;
}
.foto_view .gallery-item:nth-child(4) img {
    border-radius: 0px 0px 50px 0;
}
.foto_view .gallery-item:nth-child(3) img {
    border-radius: 0px 0px 0px 50px;
}
.foto_view figure.gallery-item {
    width: 50%;
}
.tekst_view {
    width: 90%;
    margin-left: 5%;
    margin-top: -55px;
}
.salonview .container.text-left {
    padding: 0;
}
.foto_view {
    position: relative;
}
section.dienst_blok {
    background: linear-gradient(180deg, var(--dark-green-taupe) 86%, var(--white) 86%);
}
footer {
    text-align: center;
}
header {
    z-index: unset;
}
header .header__content {
    margin-top: 40px;
}
.home header>div.wrapper {
    min-height: 670px;
}
section.color_block h1 {
    margin: -50px 0 40px;
}
section.color_block img {
    border-radius: 50px 50px 50px 50px;
    height: 270px;
}
section.color_block::before {
    width: 97%!important;
    height: 81%;
}
header div.navbar-collapse ul.navbar-nav li a, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    padding: 19px 15px;
}
section.color_block {
    margin-top: -60px!important;
    padding: 100px 20px 100px 0;
}
header button.navbar-toggle {
    color: var(--kop-text)!important;
}
header div.header {
    text-align: left;
}
footer table.opening_hours {
    margin: 0 auto;
}
header div.header div.holder {
    background-color: var(--base-green-taupe)!important;
}
.img-responsive, aside div.block img, footer div.column img {
    max-width: 160px!important;
    margin: 0 auto!important;
}
footer .col-sm-16:nth-child(2) {
    margin: 75px 0!important;
}
}

header .header__content h1, header .header__content p {
    color: var(--kop-text)!important;
}

header .header__content h1 {
    font-size: calc(1.5em + 2vw);
    text-transform: uppercase;
    margin: 35px 0;
}

main section, section.treatments {
    padding: 100px 0;
}

body {
    line-height: 1.8;
color:var(--main)!important;

}

h1,h2,h3,h4,h5,h6 {
margin: 2.75rem 0 1.05rem;
line-height: 1.15;
color:var(--main)!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 (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;
}
}