
  @import url('https://fonts.googleapis.com/css?family=Poppins:400,700&display=swap');
  @import url('https://fonts.googleapis.com/css?family=Archivo:400,700&display=swap');

  body {
  font-family: 'Poppins', sans-serif;
  }

  h1, h2, h3, h4, h5, h6 {
  font-family: 'Archivo', 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(--main) !important;
  }

  a:hover,
  .woocommerce ul.products li.product .price,
  .woocommerce .price,
  .product-usps li i,
  .counter {
  color: var(--softbackgr) !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(--softbackgr) !important;
  color: #fff !important;
  }

  div.social-media ul li a {
  background: var(--softbackgr) !important;
  color: #fff !important;
  }

  div.social-media ul li a i {
  color: #fff !important;
  }

  div.social-media ul li a:hover {
  background: var(--softbackgr) !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(--softbackgr) !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(--softbackgr) !important;
  color: #fff !important;
  }

  header button.navbar-toggle {
  color: var(--softbackgr);
  border-color: var(--softbackgr);
  }

  .woocommerce-info,
  .woocommerce-message {
  border-top-color: var(--softbackgr) !important;
  }

  .woocommerce-info::before,
  .woocommerce-message::before {
  color: var(--softbackgr) !important;
  }

  .btn,
  .wpcf7-submit,
  .woocommerce span.onsale,
  .woocommerce a.button,
  .woocommerce .button,
  .modal__container,
  .footer-cta-box,
  .rimg,
  [type="submit"] {
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  }

  .img-responsive {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  }



  header div.header {
  background-color: rgba(255, 255, 255, 1) !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://isabellesbeautylounge.nl/wp-content/uploads/sites/443/2024/11/DSC1605-1.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: 520px;
    }
  body.home header > div.wrapper.above {
  min-height: 500px;
      min-height: 670px;
    }
  }

  @media only screen and (min-width : 992px) {
  body header > div.wrapper {
  min-height: 225px;
      min-height: 320px;
    }
  body header > div.wrapper.above {
  min-height: 375px;
      min-height: 470px;
    }
  body header > div.wrapper.above::after,
  body header > div.wrapper.above.shadow::before,
  body header > div.wrapper.above_shadow::before {
      top: 245px;
    }
  body header > div.wrapper.sticky_menu .header__content {
      margin-top: 245px;
    }
  }

  @media only screen and (min-width : 992px) {
  header > div.wrapper {
  min-height: 345px;
  }
  header > div.wrapper.above {
  min-height: 495px;
  }

  header div.header div.holder {
  height: 245px;
  }
  }





  nav.navbar-default, div.navbar-collapse {
  background-color: var(--softbackgr); !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(--softbackgr) !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(--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: #595959 !important;
  }

  section.featured div.item,
  section.news div.item {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  }

  section.partners {
  background: var(--main) !important;
  }

  section.partners img {
  border-radius: 0 !important;
  }

  footer,
  .footer-cta.center:after,
  .author {
  background: var(--softbackgr) !important;
  }

  footer div.column > h4 {
  border-bottom: 1px solid var(--main);
  }

  footer div.socket,
  .footer-sticky {
  background: var(--softbackgr) !important;
  }


  .img-circle {
  border-radius: 0 !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(--softbackgr);
  }

  :root {
--main: #242424;
--softbackgr:#f7f7f7;
  --soft-pink: #ffd6e0;
  --gold-yellow: #f1c27d;
--text: #3a3a3a;
--white: #fff;
--spacing: 8rem;
--gap: 3rem;
--bodytekst: "Poppins", sans-serif;
--koptekst: "Cormorant Upright", 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);
}

/*.salonintro img {
    height: 550px;
    object-fit: cover;
}
.problemen_blok .problem_bigfoto img {
    height: 750px;
    object-fit: cover;
    object-position: 0% center;
}*/

header > div.wrapper::after {
    background-position: center 10%;
}

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 {
    text-align: left;
}

.header.full-width .container {
  width: 100%;
  max-width: 1600px;
}

div.breadcrumbs {
    margin-bottom: 45px;
}

section.contact div.holder div.wrap h4 {
    margin-top: 1.15rem;
}
.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;
}
section.prices table thead tr {
    height: 100px;
}
section.prices table thead:nth-child(1) tr {
    height: 60px;
}
/*div.page-header h1::before {
    background: var(--main);
    content: "";
    left: 0;
    bottom: 0;
    width: 3%;
    position: absolute;
    height: 1px;
}*/
div.page-header h1 {
    border-bottom: 0px solid #e6e6e6!important;
    line-height: 1!important;
    position: relative!important;
}

aside div.block div.head .item_treat h4 {
    font-size: 12px;
    font-family: var(--bodytekst);
}
aside .item_treat img {
    width: 65px !important;
    height: 65px !important;
}
.woocommerce .widget_product_categories ul, aside div.block.treatments ul {
    border: 0px solid #e6e6e6;
}
.woocommerce .widget_product_categories ul li, aside div.block.treatments ul li {
    padding: 10px 15px;
    border-bottom: 1px solid var(--main);
}
aside div.block.treatments ul li:hover a {
    color: var(--gold-yellow) !important;
}

.col-md-14.col-md-pull-32, .contact .col-md-14.col-md-offset-2 {
    background: var(--softbackgr);
    padding: 25px;
}
footer div.column img {
    max-width: 240px;
}

section.archive.treatments div.treatments div.item img, section.treatments.shortcode div.treatments div.item img, section.treatments div.items div.item img {
    height: 250px;
    object-fit: cover;
    max-height: 250px;
    width: 100%;
}
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, section.treatments div.items div.item a span {
    display: inline-block;
    font-size: 14px!important;
    font-weight: 300!important;
    text-align: left!important;
    font-family: var(--bodytekst)!important;
}


.treat_main {
    margin-top: 18px;
    margin-bottom: 15px;
}
.item_treat {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 15px;
    transition: all 0.5s;
}
.item_treat img {
    border-radius: 100% !important;
    width: 65px;
    height: 65px !important;
    object-fit: cover;
    max-width: 65px !important;
    max-height: 65px !important;
}
.item_treat h4 {
    margin: 0;
}
.item_treat h4 a {
    color: var(--text) !important;
}

    .quote_text {
        text-align: center;
    }

section.quote_blok {
    padding: 180px 0;
}
.quote_text {
    font-family: var(--koptekst);
    font-size: 28px;
    line-height: 1.5;
    color: #fff;
}

.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(--gold-yellow) !important;
}
a, .woocommerce ul.products li.product .price, .woocommerce .price {
    color: var(--gold-yellow) !important;
}
a:hover, .woocommerce ul.products li.product .price, .woocommerce .price, .product-usps li i, .counter {
    color: var(--soft-pink) !important;
}

@media only screen and (min-width: 992px) {
html {font-size: 18px !important; }
    nav.navbar-default div.navbar-collapse ul.navbar-nav>li a:hover {
        background-color: rgb(255 255 255) !important;
        color: var(--soft-pink) !important;
    }
.bottom-align {
   display: -ms-flexbox;
   display: flex;
   -ms-flex-align: end;
   align-items: end;
}
.top-align {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-start;
}
    header div.header.full-width div.wrapper img.logo {
        max-width: 200px;
    }
    header div.header div.holder {
        height: 135px;
        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(--soft-pink) !important;
    }
header div.navbar-collapse {
        text-align: right;
    }
    body.home header > div.wrapper {
        min-height: 90vh;
    }
    body header > div.wrapper.above::after, body header > div.wrapper.above.shadow::before, body header > div.wrapper.above_shadow::before {
        top: 0 !important;
    }
header>div.wrapper .header__content .col-md-32.col-md-offset-8 {
    width: 60%;
    margin-left: 0;
}
    header>div.wrapper .header__content {
        transform: translate3d(0, 152px, 0);
    }
/*.quote_text {
    width: 52%;
    margin-left: 48%;
}*/

/*section.problemen_blok {
    margin-top: -370px;
}*/
/*section.salonintro .row.top-align .col-md-23.col-md-pull-23 {
    margin-top: 60px;
}*/
    body header > div.wrapper {
        min-height: 330px;
    }
}

header .header__content a {
    margin: 0 0px;
    background: var(--gold-yellow) !important;
}
header .header__content a:hover {
    background: var(--soft-pink) !important;
}


.btn, .wpcf7-submit, .woocommerce span.onsale, .woocommerce a.button, .woocommerce .button, [type="submit"], .nf-form-content input[type=submit] {
    padding: 15px 45px !important;
}
header .header__content p {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 5px;
}

header .header__content h1 {
    font-size: var(--font-size-h000);
    line-height: 1;
}

header>div.wrapper .header__content .col-md-32.col-md-offset-8 {
    text-align: left;
}
div.social-media ul li a:hover {
    background: var(--gold-yellow) !important;
}

footer .social-media.size-normal {
    margin-top: -35px;
    margin-left: 49px;
}

footer div.column > h4 {
    border-bottom: 0px solid var(--main);
    color: var(--text) !important;
    margin-bottom: 0px;
}
footer div.socket img[alt=netbeauty] {
    filter: invert(0.7);
}
footer {
    color: var(--text) !important;
    padding-top: 90px;
}
footer div.socket {
    color: var(--text);
    margin-top: 80px;
}
footer div.socket a, footer div.socket a:hover {
    color: var(--text)!important;
}

@media only screen and (max-width: 991px) {
html {font-size: 17px !important;}
  html.navbar-open, .navbar-open body {
    overflow: hidden !important;
  }
section.contact > div > div.row > div.col-md-32 > div.holder > div > div:nth-child(2) {
    margin-top: 80px;
    border-top: 2px solid var(--gold-yellow);
    padding-top: 80px;
}
/*.salonintro img, .problemen_blok .problem_bigfoto img {
    height: 400px!important;
}*/
.col-md-14.col-md-pull-32, .contact .col-md-14.col-md-offset-2 {
    margin-top: 100px;
}
header>div.wrapper {
    min-height: 280px;
}
header button.navbar-toggle, html.navbar-open body.mm-fullsize nav.type-fullsize button.navbar-toggle {
    color: var(--main);
}
header .header__content h1 {
    font-size: var(--font-size-h1)!important;
}
header div.navbar-collapse ul.navbar-nav li a, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    padding: 18px 15px;
}
header .header__content p {
    font-size: 11px!important;
}
header > div.wrapper::after {
    top: 130px;
}
header > div.wrapper::after {
    background-position: center;
}
.home header>div.wrapper {
    min-height: 570px;
}
section.problemen_blok {
    padding-top: 0;
}
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, .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: var(--main)!important;
}
header div.social-media ul li a {
    border: 1px solid var(--main);
}
header div.social-media ul li a i {
    color: var(--main)!important;
}
header div.social-media ul li a:hover i {
    color: #fff !important;
}
}



main section, section.treatments {
    padding: 100px 0;
}

body {
    line-height: 1.8;
    font-size: 14px;
    font-family: var(--bodytekst);
    color: var(--text) !important;
    font-weight: 300;
}

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;}

.btn {
    margin:1em 0;
    white-space: normal;
}

.relative, main section {
    position: relative;
}

html, body {
    overflow-x: hidden;
}

img {
    height: auto;
}

@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;
}
}

@media only screen and (max-width: 1450px) {
footer div.socket {
    padding-bottom: 80px!important;
}
}