@charset "UTF-8";
/*KLEUREN*/
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

h2 {
  font-size: 28px;
  line-height: 42px;
}

h3 {
  font-size: 24px;
  font-weight: 700;
}

p, a, span, ul, li {
  font-size: 14px;
  line-height: 30px;
}

body {
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

input[type=checkbox] {
  margin-right: 10px;
  border-color: #ADADBA;
  border-radius: 2px;
}

/*PADDINGS*/
.pane {
  padding: 70px 0;
  position: relative;
}
@media (max-width: 920px) {
  .pane {
    padding: 50px 0;
  }
}
@media (max-width: 767.98px) {
  .pane {
    padding: 25px 0;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1380px;
  }
}
.button {
  line-height: 46px !important;
  background-color: #780026 !important;
  border-radius: 4px !important;
  font-weight: 600 !important;
  text-align: center !important;
  display: inline-block !important;
  color: #ffffff !important;
  text-decoration: none !important;
  padding: 0 23px !important;
  width: max-content !important;
  box-shadow: rgba(0, 0, 0, 0.08) -1px 4px 4px 0px !important;
}
.button.single_add_to_cart_button {
  margin-left: 0 !important;
}
.button:hover {
  opacity: 0.8;
  text-decoration: none;
}

.button-blue {
  background-color: #006495 !important;
}

.coupon-button {
  background-color: #f5f7fa !important;
  border: 1px solid #dadada !important;
  align-items: center;
  color: #e38daa !important;
  box-shadow: none !important;
  cursor: pointer;
  display: flex;
  font-weight: 600;
  justify-content: center;
  padding: 0 23px;
  line-height: 44px;
  border-radius: 4px;
  margin-top: 15px;
}

.fixed-header-offset {
  height: 80px;
  width: 100%;
}
@media (max-width: 575.98px) {
  .fixed-header-offset {
    height: 120px;
  }
}

@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px);
  }
}
@keyframes bouncemirror {
  0%, 100% {
    -webkit-transform: translateX(0) rotate(180deg);
    -ms-transform: translateX(0) rotate(180deg);
    transform: translateX(0) rotate(180deg);
  }
  50% {
    -webkit-transform: translateX(-8px) rotate(180deg);
    -ms-transform: translateX(-8px) rotate(180deg);
    transform: translateX(-8px) rotate(180deg);
  }
}
.woocommerce-breadcrumb a {
  color: #e38daa;
}

.header {
  display: flex;
  background-color: #e38daa;
  position: fixed;
  z-index: 99999;
  width: 100vw;
  top: 0;
}
.header .header-data {
  display: flex;
  height: 80px;
  position: relative;
}
.header .header-data .login-mobile {
  display: none;
}
.header .header-data a {
  color: #ffffff;
  font-size: 14px;
  margin: auto 20px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .header .header-data a {
    margin: auto 8px;
  }
}
.header .header-data .top-product-menu-mobile {
  display: none;
}
@media (max-width: 991.98px) {
  .header .header-data .top-product-menu-mobile {
    display: flex;
  }
}
.header .header-data .logo {
  display: flex;
  width: 150px;
  justify-content: center;
  margin: auto 0;
}
.header .header-data .logo h1 {
  width: 70px;
  height: 70px;
  margin: auto 0;
}
.header .header-data .logo img {
  margin: auto 0;
  width: 100%;
  height: 100%;
}
.header .header-data .cats-button {
  border: 1px solid #ffffff;
  border-radius: 4px;
  line-height: 44px;
  padding: 0 20px;
  height: min-content;
  color: #ffffff;
  margin: auto 0 auto 20px;
  font-weight: 600;
  font-size: 14px;
  position: relative;
  background-color: #e38daa;
  white-space: nowrap;
}
.header .header-data .cats-button i {
  font-weight: 600;
  font-size: 11px;
  height: inherit;
  margin: auto 0 16px 6px;
}
.header .header-data .cats-button:hover {
  text-decoration: none;
}
.header .header-data .cats-button:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 35px;
  bottom: -35px;
  left: 0;
}
@media (max-width: 1199.98px) {
  .header .header-data .cats-button {
    padding: 0 12px;
  }
}
@media (max-width: 991.98px) {
  .header .header-data .cats-button {
    display: none;
  }
}
.header .header-data .customer-service {
  margin-left: auto;
  padding-left: 20px;
}
@media (max-width: 991.98px) {
  .header .header-data .customer-service {
    display: none;
  }
}
.header .header-data .login {
  display: flex;
}
.header .header-data .login i {
  font-weight: 600;
  font-size: 11px;
  height: 100%;
  line-height: 30px;
  margin: auto 0 auto 6px;
}
.header .header-data .wishlist {
  font-size: 20px;
  position: relative;
}
.header .header-data .wishlist span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  background-color: #780026;
  right: -10px;
  top: -8px;
  box-shadow: 0 4px 4px rgba(40, 40, 48, 0.25);
  display: flex;
  justify-content: center;
  position: absolute;
  font-weight: 600;
}
.header .header-data .cart-button {
  position: relative;
  font-size: 20px;
  margin-right: 0;
}
.header .header-data .cart-button span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  background-color: #006495;
  right: -10px;
  top: -8px;
  box-shadow: 0 4px 4px rgba(40, 40, 48, 0.25);
  display: flex;
  justify-content: center;
  position: absolute;
  font-weight: 600;
}
.header .header-data .cart-hover {
  display: none;
}

.hamburger {
  display: none;
}

@media (max-width: 991.98px) {
  .hamburger {
    display: flex;
    width: 24px;
    height: 18px;
    z-index: 999;
    position: absolute;
    margin: auto 15px auto 0;
    left: 0;
    top: calc(50% - 9px);
    opacity: 1;
    transition: opacity 250ms;
  }
  .hamburger .hamburger-stripe {
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
  }
  .hamburger .hamburger_top-stripe {
    top: 0;
    transition: transform 150ms;
  }
  .hamburger .hamburger_mid-stripe {
    top: calc(50% - 1px);
    transition: opacity 150ms;
  }
  .hamburger .hamburger_bottom-stripe {
    bottom: 0;
    transition: transform 150ms;
  }
  .hamburger.search-open {
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms;
  }

  .mobile-menu-open .hamburger .hamburger_top-stripe {
    top: calc(50% - 1px);
    transform: rotate(45deg);
    transition: transform 150ms;
  }
  .mobile-menu-open .hamburger .hamburger_mid-stripe {
    top: calc(50% - 1px);
    opacity: 0;
    transition: opacity 150ms;
  }
  .mobile-menu-open .hamburger .hamburger_bottom-stripe {
    bottom: unset;
    top: calc(50% - 1px);
    transform: rotate(135deg);
    transition: transform 150ms;
  }
}
.search-mobile {
  display: none;
}

@media (max-width: 575.98px) {
  .header .header-data .searchform, .header .header-data .close-search {
    display: none;
  }
  .header .header-data .hamburger {
    left: 12px;
  }
  .header .header-data .login-mobile {
    display: flex;
    margin-left: 40px;
  }
  .header .header-data .login-mobile i {
    font-size: 18px;
  }
  .header .header-data .logo {
    position: absolute;
    width: 100%;
    left: 0;
  }
  .header .header-data .login {
    display: none;
  }
  .header .header-data .wishlist {
    margin-left: auto;
  }
  .header .search-mobile {
    display: flex;
    position: absolute;
    background: #ffffff;
    width: 100%;
    bottom: -40px;
    border-bottom: 1px solid #E2E2E2;
    height: 40px;
  }
  .header .search-mobile #searchform {
    width: 100%;
  }
  .header .search-mobile #searchform label {
    display: none;
  }
  .header .search-mobile #searchform #searchsubmit {
    background-color: unset;
    border: none;
    color: transparent;
    height: 40px;
    width: 40px;
    background-image: url("img/icon-zoeken-pink.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
  }
  .header .search-mobile #searchform #s {
    width: calc(100% - 45px);
    border: none;
  }
  .header .search-mobile #searchform #s:focus-visible {
    outline: none;
  }
  .header .search-mobile #searchform #s::placeholder {
    opacity: 1;
    color: #E2E2E2;
  }
}
.header-data .close-search {
  padding-left: 15px;
  font-weight: 500;
  z-index: 9;
  color: #ffffff;
  line-height: 40px;
  right: 15px;
  top: calc(50% - 20px);
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.header-data .close-search.search-open {
  cursor: pointer;
  opacity: 1;
  pointer-events: unset;
}
.header-data .searchform {
  position: relative;
  width: 300px;
  height: 100%;
  display: flex;
  z-index: 1;
  transition: background-color 100ms;
}
.header-data .searchform div {
  display: flex;
}
.header-data .searchform #s {
  border-radius: 4px;
  background-color: #ffffff;
  line-height: 44px;
  border: none;
  width: 100%;
  color: #333333;
  margin: auto 0;
  padding: 0 15px;
  border-right: 1px solid #ffffff;
  background-image: url("img/icon-zoeken-pink.svg");
  background-position: calc(100% - 10px);
  background-repeat: no-repeat;
  background-size: 20px;
}
.header-data .searchform #s::placeholder {
  opacity: 1;
  color: #E2E2E2;
}
.header-data .searchform #s:focus-within {
  outline: none;
  background-color: #e38daa;
}
.header-data .searchform.search-open {
  opacity: 1;
  pointer-events: unset;
  background-color: #e38daa;
  position: absolute;
  width: 100%;
  transition: background-color 100ms;
}
.header-data .searchform.search-open div {
  width: calc(100% - 121px);
  display: flex;
}
.header-data .searchform.search-open #s {
  border-radius: 0;
  background-image: url("img/icon-zoeken.svg");
  background-position: left;
  padding: 0 35px;
  color: #ffffff;
}
.header-data .searchform label,
.header-data .searchform #searchsubmit {
  display: none;
}
@media (max-width: 768px) {
  .header-data .searchform {
    margin-right: 8px;
  }
}
@media (max-width: 767.98px) {
  .header-data .searchform {
    width: 175px;
  }
}
@media (max-width: 991.98px) {
  .header-data .searchform {
    margin-left: auto;
  }
}

.usps {
  padding: 0;
}
.usps .usp-slider .flickity-button, .usps .usp-slider .flickity-page-dots {
  display: none;
}
.usps a {
  color: #e38daa;
  margin-right: 15px;
  width: 100%;
  line-height: 55px;
}
.usps .usp {
  margin-right: 15px;
  display: flex;
  width: 100%;
}
.usps .usp .fas {
  font-size: 8px;
  line-height: 15px;
  width: 15px;
  height: 15px;
  background-color: #e38daa;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  margin: auto 5px auto 0;
}
.usps .usp p {
  margin: 0;
  line-height: 55px;
}
@media (min-width: 768px) {
  .usps a, .usps .usp {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .usps a, .usps .usp {
    width: 33%;
  }
}

.footer-contact-row {
  background-color: #e38daa;
  color: #ffffff;
  padding: 50px 0 70px 0;
}
.footer-contact-row h3 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 20px;
}
.footer-contact-row .footer-contact-person-div {
  display: flex;
}
.footer-contact-row .footer-contact-person-div .contact-persoon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  margin-right: 10px;
}
.footer-contact-row .footer-contact-person-div .introtext {
  display: flex;
  flex-direction: column;
  width: calc(100% - 110px);
}
.footer-contact-row .openingstijden {
  display: flex;
  margin: 38px 0 30px 0;
}
.footer-contact-row .footer-contact-midcol a {
  margin-top: 30px;
  color: #780026;
  font-weight: 600;
  font-size: 16px;
}
.footer-contact-row .newsletter-col {
  display: flex;
  flex-direction: column;
}
.footer-contact-row .newsletter-col .footer-logo {
  width: 150px;
  height: auto;
  margin-bottom: 40px;
}
.footer-contact-row .newsletter-col .gform_wrapper {
  margin: 30px 0 10px;
}
.footer-contact-row .newsletter-col .gform_wrapper form {
  display: flex;
}
.footer-contact-row .newsletter-col .gform_wrapper form .gfield {
  padding: 0;
  margin: 0 !important;
}
.footer-contact-row .newsletter-col .gform_wrapper form .gfield .ginput_container {
  margin: 0 10px 0 0;
}
.footer-contact-row .newsletter-col .gform_wrapper form .gfield .large {
  margin: 0;
  border: none;
  line-height: 46px;
  padding: 0 8px !important;
  box-shadow: -15px 25px 50px rgba(40, 56, 74, 0.08);
  border-radius: 4px;
}
.footer-contact-row .newsletter-col .gform_wrapper form .gfield .large:focus-within {
  border: none;
}
.footer-contact-row .newsletter-col .gform_wrapper form .gform_footer {
  padding: 0;
  margin: 0;
  width: auto;
}
.footer-contact-row .newsletter-col .gform_wrapper form .gform_footer .button {
  border: unset;
  outline: unset;
  width: 155px;
  margin: 0;
}
.footer-contact-row .newsletter-col .privacy {
  color: #ffffff;
  font-size: 12px;
  line-height: 19px;
}

footer .top-row {
  padding: 60px 0 100px 0;
  border-bottom: 1px solid #E2E2E2;
}
footer .top-row h4 {
  color: #231f20;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  footer .top-row h4 {
    margin-bottom: 16px;
  }
}
footer .top-row a {
  color: #231f20;
  font-size: 14px;
  text-decoration: none;
  line-height: 32px;
}
footer .top-row a:hover {
  color: #e38daa;
}
footer .top-row .contact-data,
footer .top-row .footer-links-col {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}
footer .top-row .contact-data.no-title,
footer .top-row .footer-links-col.no-title {
  padding-top: 53px;
}
footer .top-row .contact-data span, footer .top-row .contact-data a, footer .top-row .contact-data label {
  font-weight: 300;
  line-height: 32px;
  font-size: 14px;
}
footer .top-row .contact-data .title, footer .top-row .contact-data label {
  font-weight: 600;
}
footer .top-row .contact-data .name {
  font-weight: bold;
}
footer .top-row .contact-data a {
  color: #e38daa;
}
footer .top-row .contact-data a:hover {
  opacity: 0.8;
}
@media (max-width: 767.98px) {
  footer .top-row {
    padding: 98px 0 42px 0;
  }
  footer .top-row .col-work-1 {
    margin-bottom: 0 !important;
  }
  footer .top-row .col-work-2 {
    padding-top: 0 !important;
  }
}
footer .bottom-row {
  width: 100%;
  padding: 30px 0 40px 0;
  /* a {
     text-align: center;
     font-size: 14px;
     color: #bfbfbf;
     line-height: 44px;
     text-decoration: none;
     font-weight: 300;
   }*/
}
footer .bottom-row .footer-bottom-col {
  display: flex;
  flex-direction: column;
}
footer .bottom-row .footer-bottom-col span {
  text-align: center;
}
footer .bottom-row .betaalmethodes {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin-top: 30px;
}
footer .bottom-row .betaalmethodes img {
  width: 30px;
  height: 30px;
}
footer .bottom-row .socials a {
  align-items: center;
  background-color: #fbf5e5;
  color: #e38daa;
  border-radius: 50%;
  display: flex;
  height: 50px;
  justify-content: center;
  width: 50px;
  transition: all 100ms;
}
footer .bottom-row .socials a .fab {
  font-size: 24px;
}
footer .bottom-row .socials a:hover {
  transition: all 100ms;
  background-color: #e38daa;
  color: #ffffff;
  text-decoration: none;
}

.pane--hero {
  padding: 0 0 50px 0;
}
.pane--hero .left-col a,
.pane--hero .right-col a {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 450px;
  display: flex;
  border-radius: 4px;
  color: #333333;
  overflow: hidden;
  position: relative;
}
.pane--hero .left-col a h3,
.pane--hero .right-col a h3 {
  font-size: 21px;
  font-weight: 700;
  line-height: 25.2px;
  margin-bottom: 10px;
}
.pane--hero .left-col a:before,
.pane--hero .right-col a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  transition: transform 250ms;
}
.pane--hero .left-col a:hover:before,
.pane--hero .right-col a:hover:before {
  transform: scale(1.1);
  transition: transform 250ms;
}
.pane--hero .right-col a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #ffffff;
  padding: 22px 30px 40px 30px;
}
.pane--hero .right-col a p {
  margin: 0;
  line-height: 22px;
}
.pane--hero .right-col a h3, .pane--hero .right-col a p {
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .pane--hero .right-col a {
    height: 215px;
    margin-top: 20px;
  }
}
.pane--hero .content-div {
  width: 310px;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  margin: 30px;
  padding: 22px 30px 30px;
  border-radius: 4px;
  position: relative;
}
.pane--hero .content-div p {
  margin: 0;
  line-height: 22px;
}
.pane--hero .content-div img {
  width: 230px;
  margin: 0 auto;
}
.pane--hero .content-div .comment {
  font-size: 16px;
  font-weight: 600;
  background-color: #e38daa;
  width: 93px;
  height: 93px;
  color: #ffffff;
  border-radius: 50%;
  position: absolute;
  text-align: center;
  bottom: 60px;
  right: 25px;
  padding-top: 16px;
}
.pane--hero .content-div .last-sentence {
  margin-top: auto;
  color: #006495;
  text-align: center;
}

.pane--site-title {
  padding: 50px 0;
}
.pane--site-title .site-title {
  text-align: center;
}
.pane--site-title .site-title strong {
  color: #e38daa;
  font-weight: bold;
}

.pane--cat-tiles {
  padding: 0 0 30px 0;
}
.pane--cat-tiles .cat-tile {
  display: block;
  border-radius: 4px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin: 0 0 20px 0;
}
.pane--cat-tiles .cat-tile .color-pink {
  color: #ffffff;
  background-color: #e38daa;
}
.pane--cat-tiles .cat-tile .color-purple {
  color: #ffffff;
  background-color: #780026;
}
.pane--cat-tiles .cat-tile .color-blue {
  color: #ffffff;
  background-color: #006495;
}
.pane--cat-tiles .cat-tile .cat-tile-content {
  display: flex;
  width: 100%;
  height: 265px;
  background-size: cover;
  background-position: center;
  transition: background-size 250ms;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  position: relative;
}
.pane--cat-tiles .cat-tile .cat-tile-content h3 {
  font-size: 28px;
}
.pane--cat-tiles .cat-tile .cat-tile-content p {
  font-size: 16px;
  margin-bottom: 0;
}
.pane--cat-tiles .cat-tile .cat-tile-content.bg-img:before {
  content: "";
  position: absolute;
  background-size: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  transition: transform 250ms;
}
.pane--cat-tiles .cat-tile .cat-tile-content:hover:before {
  transform: scale(1.1);
  transition: transform 250ms;
}
.pane--cat-tiles .cat-tile .cat-tile-content:hover span i {
  animation-name: bounce;
}
.pane--cat-tiles .cat-tile span {
  width: 100%;
  line-height: 70px;
  background-color: #ffffff;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 600;
  color: #231f20;
  display: flex;
  z-index: 1;
  position: relative;
}
.pane--cat-tiles .cat-tile span i {
  color: #e38daa;
  font-size: 15px;
  margin-left: 8px;
  line-height: 70px;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

.pane--product-highlights .main-product {
  position: relative;
  width: 100%;
  height: 450px;
  background-size: cover;
  transition: all 250ms;
  background-position: center;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  padding: 30px;
  overflow: hidden;
  /* &:hover {
     text-decoration: none;
     background-size: 110%;
     transition: all 250ms;
   }*/
}
.pane--product-highlights .main-product .main-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 22px 30px 30px 30px;
  background-color: #ffffff;
  max-width: 310px;
  border-radius: 4px;
  color: #231f20;
  position: relative;
}
.pane--product-highlights .main-product .main-content .product_title {
  font-size: 21px;
  margin-bottom: 10px;
  line-height: 25.2px;
}
.pane--product-highlights .main-product .main-content .product_excerpt {
  line-height: 22px;
  margin-bottom: 10px;
}
.pane--product-highlights .main-product .main-content img {
  height: 180px;
  width: auto;
  margin: 0 auto;
}
.pane--product-highlights .main-product .main-content .price {
  position: absolute;
  color: #ffffff;
  background-color: #e38daa;
  width: 93px;
  height: 93px;
  border-radius: 50%;
  bottom: 60px;
  right: 25px;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 14px;
}
.pane--product-highlights .main-product .main-content .price .old-price {
  text-decoration: line-through;
}
.pane--product-highlights .main-product .main-content .price span {
  line-height: 14px;
  opacity: 0.6;
}
.pane--product-highlights .main-product .main-content .price strong {
  font-weight: 600;
  margin-top: 2px;
  opacity: 1;
  line-height: 25px;
}
.pane--product-highlights .main-product .main-content .tagline {
  position: absolute;
  bottom: 20px;
  color: #006495;
}
.pane--product-highlights .main-product:before {
  content: "";
  position: absolute;
  background-size: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  transition: transform 250ms;
}
.pane--product-highlights .main-product:hover:before {
  transform: scale(1.1);
  transition: transform 250ms;
}
.pane--product-highlights .side-highlight-col {
  box-shadow: rgba(0, 0, 0, 0.08) 0 2px 15px 0;
  border-radius: 4px;
  height: 100%;
}
.pane--product-highlights .side-highlight-col .row {
  height: 50%;
  margin: 0;
}
.pane--product-highlights .side-highlight-col .row.side_33 {
  height: 33.333%;
}
.pane--product-highlights .side-product {
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.08) 0 2px 15px 0;
  padding: 0 25px;
  align-items: center;
  color: #231f20;
  overflow: hidden;
}
.pane--product-highlights .side-product .main-content {
  width: 60%;
  padding-right: 10%;
  display: flex;
  flex-direction: column;
}
.pane--product-highlights .side-product .main-content .product_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
}
.pane--product-highlights .side-product .main-content .product_excerpt {
  line-height: 16.8px;
}
.pane--product-highlights .side-product .main-content .price {
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
  margin-top: 15px;
}
.pane--product-highlights .side-product .main-content .price .old-price {
  text-decoration: line-through;
  margin-right: 10px;
}
.pane--product-highlights .side-product img {
  max-height: 100px;
  height: 100%;
  max-width: 40%;
  width: auto;
  transition: 400ms transform;
  margin: 10px 10px 10px auto;
}
.pane--product-highlights .side-product:hover {
  text-decoration: none;
}
.pane--product-highlights .side-product:hover img {
  transform: scale(1.1);
  transition: 400ms transform;
}

.pane--cat-carousel {
  padding: 100px 0;
  background-color: #006495;
  color: #ffffff;
  overflow: hidden;
}
.pane--cat-carousel .shop_url {
  color: #ffffff;
  position: relative;
  display: flex;
  font-weight: 600;
  margin-top: 30px;
}
.pane--cat-carousel .shop_url:after {
  content: " ";
  background-image: url("img/arrow.svg");
  width: 16px;
  height: 16px;
  margin: auto 0 auto 5px;
  display: flex;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.pane--cat-carousel .shop_url:hover {
  text-decoration: none;
}
.pane--cat-carousel .shop_url:hover:after {
  animation-name: bounce;
}
.pane--cat-carousel .flickity-viewport {
  height: 100%;
  overflow: visible;
  clip-path: polygon(0 0, 1000% 0, 1000% 100%, 0 1000%);
}
.pane--cat-carousel .car-item {
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: -15px 25px 50px rgba(40, 56, 74, 0.08);
  color: #231f20;
  height: 175px;
  width: 277px;
  padding: 20px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  transition: 400ms transform;
}
.pane--cat-carousel .car-item .cat_title {
  font-weight: 700;
  font-size: 16px;
  margin: 12px 0 0 10px;
}
.pane--cat-carousel .car-item img {
  transition: 400ms transform;
  width: 100px;
}
.pane--cat-carousel .car-item:hover {
  text-decoration: none;
}
.pane--cat-carousel .car-item:hover img {
  transform: scale(1.1);
  transition: 400ms transform;
}

.pane .flickity-page-dots {
  display: none;
}
.pane .flickity-button {
  margin-top: auto;
  transform: unset;
  top: calc(100% + 20px);
  background: unset;
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0;
  width: 30px;
  height: 30px;
}
.pane .flickity-button svg {
  display: none;
}
.pane .flickity-button:after {
  content: " ";
  width: 16px;
  height: 16px;
  background-image: url("img/arrow.svg");
  background-size: contain;
  display: flex;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.pane .flickity-button:hover:after {
  animation-name: bounce;
}
.pane .previous {
  left: unset;
  right: 52px;
}
.pane .previous:after {
  transform: rotate(180deg);
}
.pane .previous:hover:after {
  animation-name: bouncemirror;
}

.pane--recommended {
  padding-top: 0;
  overflow: hidden;
}
.pane--recommended .top-bar {
  box-shadow: rgba(40, 56, 74, 0.05) -15px 25px 50px 0;
}
.pane--recommended .top-bar .container {
  display: flex;
}
.pane--recommended .top-bar .title {
  margin-right: auto;
  margin-bottom: 0;
  line-height: 97px;
}
.pane--recommended .top-bar span {
  margin: auto 25px;
  color: #231f20;
  font-size: 16px;
}
.pane--recommended .top-bar span:last-of-type {
  margin-right: 100px;
}
.pane--recommended .top-bar span:hover {
  cursor: pointer;
  text-decoration: none;
  color: #e38daa;
}
.pane--recommended .top-bar span.current {
  color: #e38daa;
  font-weight: 600;
}
.pane--recommended .products {
  display: flex;
  width: 100%;
  opacity: 0;
  height: 0;
  padding: 0;
  pointer-events: none;
}
.pane--recommended .products.visible {
  opacity: 1;
  height: unset;
  pointer-events: unset;
  padding: 30px 0 40px 0;
}
.pane--recommended .products .flickity-viewport {
  width: 100%;
  box-shadow: 2px 2px 50px rgba(38, 63, 77, 0.1);
}
.pane--recommended .products .flickity-button {
  top: -64px;
}
.pane--recommended .products .flickity-button:after {
  background-image: url("img/arrow-grey.svg");
}
.pane--recommended .no-slider {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 575.98px) {
  .pane--recommended .no-slider {
    justify-content: center;
  }
  .pane--recommended .no-slider .product-card {
    margin: 10px;
  }
}
@media (max-width: 991.98px) {
  .pane--recommended .top-bar {
    box-shadow: rgba(40, 56, 74, 0.05) -15px 25px 50px 0;
  }
  .pane--recommended .top-bar .container {
    flex-direction: column;
  }
  .pane--recommended .top-bar span {
    margin: 0;
  }
}

.pane--brands {
  padding: 0 0 40px 0;
}
.pane--brands .flickity-page-dots {
  display: none;
}
.pane--brands .flickity-viewport {
  height: 44px;
}
.pane--brands h2 {
  margin-bottom: 20px;
}
.pane--brands a {
  width: 150px;
  text-align: center;
  color: #E2E2E2;
  transition: 250ms all;
}
.pane--brands a:hover {
  color: #e38daa;
  transition: 250ms all;
}
.pane--brands .archive-url {
  color: #e38daa;
  position: relative;
  display: flex;
  font-weight: 600;
  font-size: 16px;
  margin-top: 45px;
}
.pane--brands .archive-url:after {
  content: " ";
  background-image: url("img/arrow-pink.svg");
  width: 16px;
  height: 16px;
  margin: auto 0 auto 5px;
  display: flex;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.pane--brands .archive-url:hover {
  text-decoration: none;
  color: #231f20;
}
.pane--brands .archive-url:hover:after {
  animation-name: bounce;
}
.pane--brands .flickity-button {
  top: unset;
  bottom: calc(100% + 24px);
}
.pane--brands .flickity-button:after {
  background-image: url("img/arrow-grey.svg");
}

.product-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 10px 20px 10px 0;
  width: 319px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 2px 2px 50px rgba(38, 63, 77, 0.1);
  min-height: 490px;
  height: 490px;
  position: relative;
  padding: 30px 40px;
}
.product-card .product-top {
  color: #231f20;
  display: flex;
  flex-direction: column;
}
.product-card .product-top p {
  font-size: 14px;
}
.product-card .product-top .product_title {
  line-height: 24px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: auto;
}
.product-card .product-top img {
  height: 100%;
  max-width: 100%;
  max-height: 275px;
  width: auto;
  margin: 0 auto 25px auto;
}
.product-card .stars {
  display: flex;
  align-items: center;
}
.product-card .stars img {
  width: 14px;
  height: 14px;
  margin: 0;
}
.product-card .product-footer {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.product-card .product-footer .add-to-cart {
  width: 60%;
}
.product-card .product-footer .price {
  width: 40%;
  line-height: 46px;
}
.product-card .product-footer .label {
  display: flex;
  z-index: 1;
}
.product-card .product-footer .supply {
  margin-left: auto;
  text-align: right;
  color: #006495;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.product-card .product-footer .supply i {
  color: #ffffff;
  background-color: #006495;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 5px;
  line-height: 15px;
  font-size: 8px;
  text-align: center;
}
.product-card .product-footer .no-supply {
  color: #ADADBA;
}
.product-card .product-footer .price {
  font-size: 16px;
  font-weight: 600;
}
.product-card .product-footer .add-to-cart {
  display: flex;
  justify-content: flex-end;
}
.product-card .product-footer .cart {
  position: relative;
  width: 143px;
  display: flex;
  justify-content: flex-end;
}
.product-card .product-footer .quantity {
  position: absolute;
  left: 0;
}
.product-card .product-footer .quantity input {
  border: 1px solid #f2f2f2;
  box-shadow: -1px 4px 4px rgba(0, 0, 0, 0.08);
  margin-right: auto;
  width: 52px;
  border-radius: 4px;
  padding: 10px 5px 9px 15px;
}
.product-card .product-footer .single_add_to_cart_button {
  width: 85px;
  height: 46px;
  background-color: #006495;
  border: none;
  border-radius: 4px;
  box-shadow: -1px 4px 4px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.product-card .product-footer .single_add_to_cart_button i {
  color: #ffffff;
  margin: auto;
  font-size: 22px;
  font-weight: 300;
}

.price-stock {
  display: flex;
  margin-bottom: 15px;
}
.price-stock .price {
  font-size: 28px;
  font-weight: 600;
}
.price-stock .stock {
  color: #006495;
  display: flex;
  font-weight: 600;
}
.price-stock .stock i {
  color: #ffffff;
  content: " ";
  height: 15px;
  width: 15px;
  background-color: #006495;
  margin-right: 5px;
  border-radius: 50%;
  top: 7.5px;
  position: relative;
  left: 0;
  font-size: 9px;
  text-align: center;
  line-height: 15px;
}
.price-stock .no {
  color: #e38daa;
}
.price-stock .no i {
  background-color: #e38daa;
}

.product-data .cart {
  display: flex;
  margin-top: 20px;
}
.product-data .cart .button-blue {
  border: none;
  line-height: 50px;
  margin-left: 15px;
  white-space: nowrap;
}
.product-data .cart .coupon-button {
  line-height: 50px;
  width: 50px;
  text-align: center;
  margin-left: 15px;
  margin-top: unset;
}
.product-data .usps {
  border: unset;
  padding: 45px 0 0 0;
}
.product-data .usps .usp {
  margin-left: 0;
  width: unset;
}
.product-data .product-quantity {
  position: relative;
  width: 114px;
}
.product-data .product-quantity .quantity {
  height: 48px;
  width: 100%;
  overflow: visible;
}
.product-data .product-quantity .quantity input[type=number] {
  color: #303c43;
  height: 100%;
  width: 100%;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #E2E2E2;
}
.product-data .product-quantity .quantity input[type=number]::-webkit-inner-spin-button,
.product-data .product-quantity .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.product-data .product-quantity .plus,
.product-data .product-quantity .min {
  position: absolute;
  width: 30px;
  height: 46px;
  border: none;
  top: 0;
  background-color: transparent;
  margin: auto 0 auto 2px;
}
.product-data .product-quantity .plus {
  right: 0;
}
.product-data .product-quantity .min {
  left: 0;
}
.product-data .product-quantity:hover .quantity input[type=number] {
  border: 1px solid #e38daa;
}
.product-data .below-title {
  display: flex;
  margin-bottom: 15px;
}
.product-data .below-title .stars, .product-data .below-title a, .product-data .below-title span {
  padding: 0 10px;
}
.product-data .below-title .stars, .product-data .below-title a {
  position: relative;
}
.product-data .below-title .stars:not(:last-child):after, .product-data .below-title a:not(:last-child):after {
  content: " ";
  width: 1px;
  height: 12px;
  background-color: #ADADBA;
  position: absolute;
  right: 0;
  top: 9px;
}
.product-data .below-title .stars {
  padding-left: 0;
}
.product-data .below-title .stars img {
  height: 15px;
  width: 15px;
}
.product-data .below-title a {
  color: #e38daa;
}
.product-data .short-description {
  line-height: 25px;
  font-size: 14px;
  margin-bottom: 20px;
}
.product-data .price-stock .stock {
  margin-left: 20px;
}

.add-to-cart .stock {
  display: none;
}
.add-to-cart .woocommerce-variation-add-to-cart {
  display: flex;
}
.add-to-cart .quantity {
  margin: auto 20px auto 0;
}
.add-to-cart .variations {
  margin-right: 20px;
}
.add-to-cart .variations_form {
  display: flex;
  flex-wrap: wrap;
}
.add-to-cart .variations_form .variations {
  margin-right: auto;
  margin-bottom: 2rem;
}
.add-to-cart .variations_form .variations .label {
  padding-right: 1rem;
}
.add-to-cart .add_to_wishlist {
  color: #e38daa;
}

.prijs-qty {
  display: flex;
  align-items: baseline;
}

/*.product-nav {
  a {
    font-weight: 600;
    margin-right: 35px;
    font-size: 16px;
    color: $black2;

    &:first-of-type, &:hover {
      color: $pink;
    }
  }
}*/
.pane--product-description h3 {
  font-size: 21px;
  margin-bottom: 10px;
}
.pane--product-description .product-nav {
  width: 100%;
  margin-bottom: 40px;
  box-shadow: 0 30px 50px rgba(40, 56, 74, 0.05);
}
.pane--product-description .description-expandable {
  max-height: 145px;
  overflow: hidden;
  padding-bottom: 30px;
  position: relative;
  transition: height 200ms;
}
.pane--product-description .description.showmore-open .description-expandable {
  max-height: unset;
  transition: height 200ms;
}
@media (max-width: 991.98px) {
  .pane--product-description .description {
    margin-bottom: 2rem;
  }
}
.pane--product-description .showmore {
  bottom: 0;
  cursor: pointer;
}
.pane--product-description .showmore span {
  color: #e38daa;
}
.pane--product-description .showmore span i {
  line-height: 30px;
  margin-left: 5px;
}
.pane--product-description .showmore .less {
  display: none;
}
.pane--product-description .showmore.showmore-open .less {
  display: flex;
}
.pane--product-description .showmore.showmore-open .more {
  display: none;
}
.pane--product-description .specs .spec {
  display: flex;
  width: 100%;
}
.pane--product-description .specs .spec span {
  line-height: 50px;
  width: 50%;
  padding: 0 25px;
}
.pane--product-description .specs .spec:nth-of-type(odd) {
  background-color: #f5f7fa;
}

.reviews .review {
  display: flex;
  flex-direction: column;
}

.woocommerce-notices-wrapper .woocommerce-message {
  border-top-color: #e38daa;
  background-color: #f6f6f6;
}
.woocommerce-notices-wrapper .woocommerce-message:before {
  color: #e38daa;
}
.woocommerce-notices-wrapper .woocommerce-message .button {
  background-color: #006495;
}

.pane--cart {
  padding-top: 0;
}
.pane--cart .woocommerce-breadcrumb {
  font-size: 14px;
  line-height: 30px;
  color: #333333;
}
.pane--cart .cart-title {
  margin-bottom: 30px;
  padding-bottom: 10px;
  line-height: 53px;
  font-size: 28px;
  width: 100%;
  box-shadow: -15px 25px 50px rgba(40, 56, 74, 0.05);
  display: flex;
}
.pane--cart .cart-title h2 {
  margin-top: 15px;
}
.pane--cart .woocommerce-cart-form {
  background-color: #ffffff;
  width: 100%;
}
.pane--cart .woocommerce-cart-form .cart_item {
  padding: 25px;
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  box-shadow: 2px 2px 50px rgba(38, 63, 77, 0.1);
  position: relative;
  flex-wrap: wrap;
}
.pane--cart .woocommerce-cart-form .cart_item:first-of-type {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.pane--cart .woocommerce-cart-form .cart_item .cart-left {
  display: flex;
}
@media (max-width: 575.98px) {
  .pane--cart .woocommerce-cart-form .cart_item .cart-left {
    flex-wrap: wrap;
  }
}
.pane--cart .woocommerce-cart-form .cart_item .product-thumbnail {
  margin: 0 24px 0 0;
}
.pane--cart .woocommerce-cart-form .cart_item .product-thumbnail a {
  width: 130px;
  height: 130px;
  display: flex;
}
.pane--cart .woocommerce-cart-form .cart_item .product-thumbnail a img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.pane--cart .woocommerce-cart-form .cart_item .product-name {
  display: flex;
  flex-direction: column;
  margin: auto 0;
}
.pane--cart .woocommerce-cart-form .cart_item .product-name a {
  color: #333333;
  font-size: 1rem;
  font-weight: 700;
}
.pane--cart .woocommerce-cart-form .cart_item .price-stock {
  margin-bottom: unset;
  margin-top: 12px;
}
.pane--cart .woocommerce-cart-form .cart_item .cart-right {
  max-width: 210px;
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  margin-left: auto;
}
@media (max-width: 1200px) {
  .pane--cart .woocommerce-cart-form .cart_item .cart-right {
    max-width: unset;
    width: 100%;
    flex-direction: row;
  }
  .pane--cart .woocommerce-cart-form .cart_item .cart-right .product-remove {
    margin-left: auto;
  }
}
.pane--cart .woocommerce-cart-form .cart_item .cart-right-top {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.pane--cart .woocommerce-cart-form .cart_item .cart-right-top .product-quantity {
  position: relative;
  margin-left: auto;
}
.pane--cart .woocommerce-cart-form .cart_item .cart-right-top .product-quantity .quantity {
  height: 43px;
  width: 116px;
  overflow: visible;
}
.pane--cart .woocommerce-cart-form .cart_item .cart-right-top .product-quantity .quantity input[type=number] {
  color: #303c43;
  height: 100%;
  width: 100%;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #E2E2E2;
}
.pane--cart .woocommerce-cart-form .cart_item .cart-right-top .product-quantity .quantity input[type=number]::-webkit-inner-spin-button,
.pane--cart .woocommerce-cart-form .cart_item .cart-right-top .product-quantity .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.pane--cart .woocommerce-cart-form .cart_item .cart-right-top .product-quantity .plus,
.pane--cart .woocommerce-cart-form .cart_item .cart-right-top .product-quantity .min {
  position: absolute;
  width: 30px;
  height: 40px;
  border: none;
  top: 0;
  background-color: transparent;
  margin: auto 0 auto 2px;
}
.pane--cart .woocommerce-cart-form .cart_item .cart-right-top .product-quantity .plus {
  right: 0;
}
.pane--cart .woocommerce-cart-form .cart_item .cart-right-top .product-quantity .min {
  left: 0;
}
.pane--cart .woocommerce-cart-form .cart_item .cart-right-top .product-quantity:hover .quantity input[type=number] {
  border: 1px solid #e38daa;
}
.pane--cart .woocommerce-cart-form .cart_item .product-subtotal {
  justify-content: flex-end;
  display: flex;
  margin-left: 20px;
}
.pane--cart .woocommerce-cart-form .cart_item .product-subtotal span {
  line-height: 45px;
}
.pane--cart .woocommerce-cart-form .cart_item .product-subtotal span bdi {
  font-size: 16px;
  font-weight: 600;
  text-align: right;
}
.pane--cart .woocommerce-cart-form .cart_item .product-remove {
  display: flex;
  justify-content: flex-end;
  right: 25px;
  bottom: 25px;
  margin-top: 1.5rem;
}
.pane--cart .woocommerce-cart-form .cart_item .remove {
  font-size: 14px;
  color: #333333;
}
.pane--cart .woocommerce-cart-form .cart_item .remove i {
  align-items: center;
  border-radius: 50%;
  border: 1px solid #F6F6F6;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.06);
  display: inline-flex;
  font-size: 16px;
  height: 41px;
  justify-content: center;
  margin-right: 5px;
  width: 41px;
  transition: color 150ms;
}
.pane--cart .woocommerce-cart-form .cart_item .remove:hover i {
  color: #e38daa;
  transition: color 150ms;
}

@media (min-width: 1200px) {
  .coupon-col {
    padding-left: 30px;
  }
}

.cart_totals {
  background-color: #f6f6f6;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  margin-bottom: 30px;
  padding: 30px;
  float: unset !important;
  width: 100% !important;
}
.cart_totals .order-total,
.cart_totals .cart-subtotal {
  display: flex;
  justify-content: space-between;
}
.cart_totals .label,
.cart_totals .totals-item {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 20px;
}
.cart_totals .shipping {
  color: #006495;
}
.cart_totals .order-total .label {
  font-size: 21px;
}
.cart_totals .order-total .price-total bdi, .cart_totals .order-total .price-total span {
  font-size: 21px;
  font-weight: 600 !important;
}
.cart_totals .order-total .price-total span {
  margin-right: 3px;
}

.coupon-div {
  padding: 18px 0;
}
@media (min-width: 1200px) {
  .coupon-div {
    padding: 18px 14px;
  }
}
.coupon-div h4 {
  color: #333333;
  font-size: 16px;
}

.coupon {
  display: flex;
}
.coupon .input-text {
  background: unset;
  border: 1px solid #E2E2E2;
  margin-right: 10px;
  border-radius: 4px;
  padding: 0 6px;
  width: 100%;
  margin-top: 15px;
}

.coupon-col .usps {
  display: flex;
  flex-direction: column;
  padding: 18px 14px;
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
}
.coupon-col .usps a {
  color: #e38daa;
  margin: auto 15px auto 0;
}
.coupon-col .usps .usp {
  margin: 0 15px;
  display: flex;
  width: unset;
}
.coupon-col .usps .usp .fas {
  font-size: 8px;
  line-height: 15px;
  width: 15px;
  height: 15px;
  background-color: #e38daa;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  margin: auto 5px auto 0;
}
.coupon-col .usps .usp p {
  margin: 0;
  line-height: 30px;
}
@media (max-width: 1399.98px) {
  .coupon-col .usps {
    padding: 18px 0;
  }
  .coupon-col .usps .usp {
    margin: 0;
  }
}

.betaalmethodes {
  display: flex;
  justify-content: center;
}
.betaalmethodes img {
  width: 30px;
  height: 30px;
  margin: 50px 8px 0 8px;
}

.wc-proceed-to-checkout {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.wc-proceed-to-checkout .coupon-button {
  margin-top: 0;
}
.wc-proceed-to-checkout .button {
  width: calc(50% - 20px);
  margin-bottom: 0 !important;
}
.wc-proceed-to-checkout .button:first-of-type {
  margin-right: auto;
}
@media (min-width: 1280px) {
  .wc-proceed-to-checkout .button {
    min-width: 340px;
  }
}

.product-gallery-col {
  position: relative;
}
.product-gallery-col .woocommerce-product-gallery__trigger {
  width: 100%;
  height: 500px;
  position: absolute;
  z-index: 1;
}
.product-gallery-col .woocommerce-product-gallery__trigger img {
  opacity: 0;
}
.product-gallery-col .flex-control-thumbs {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}
.product-gallery-col .flex-control-thumbs img {
  border: 1px solid #ffffff;
}
.product-gallery-col .flex-control-thumbs .flex-active {
  border: 1px solid #e38daa;
}

.shop-title {
  margin-bottom: 30px;
  margin-top: 30px;
}

.pane--categories {
  background-color: #f6f6f6;
  padding: 50px 0 0 0;
}
.pane--categories .top-cat-col {
  margin-bottom: 50px;
}
.pane--categories .top-cat-div {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.pane--categories .top-cat-div a {
  color: #333333;
}
.pane--categories .top-cat-div .top-cat {
  font-weight: 700;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.pane--categories .top-cat-div .top-cat img {
  max-width: 14px;
  max-height: 14px;
  margin-left: 10px;
  transition: 150ms margin-left;
}
.pane--categories .top-cat-div .top-cat:hover img {
  margin-left: 15px;
  transition: 150ms margin-left;
}
.pane--categories .top-cat-div .show-more-url {
  color: #e38daa;
}

.pane--cat-hero {
  background-color: #f6f6f6;
  padding: 15px 0 50px 0;
  overflow: hidden;
}
.pane--cat-hero .shop-link {
  color: #333333;
  margin-bottom: 25px;
  display: flex;
}
.pane--cat-hero .shop-link i {
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 12px;
  margin-right: 6px;
}
.pane--cat-hero .shop-link:hover {
  color: #e38daa;
}
.pane--cat-hero .shop-link:hover i {
  color: #333333;
}
.pane--cat-hero .help-div {
  background-color: #ffffff;
  padding: 20px;
  z-index: 1;
  position: relative;
}
.pane--cat-hero .help-div p {
  margin-bottom: 5px;
}
.pane--cat-hero .help-div .help-url {
  color: #e38daa;
}
.pane--cat-hero .help-div:after {
  content: " ";
  background-color: #f6f6f6;
  width: 3000px;
  height: 100%;
  left: -3000px;
  top: 0;
  position: absolute;
  display: flex;
}
.pane--cat-hero .help-titles {
  display: flex;
}
.pane--cat-hero .help-title {
  font-size: 16px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.pane--cat-hero .contact-persoon {
  min-width: 55px;
  min-height: 55px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  margin-right: 10px;
}
@media (max-width: 991.98px) {
  .pane--cat-hero {
    padding-bottom: 0;
    overflow: hidden;
  }
  .pane--cat-hero .help-div {
    display: none;
  }
  .pane--cat-hero .cat-carousel {
    background-color: #ecf4f9;
    padding-top: 0;
    margin-top: 20px;
  }
  .pane--cat-hero .cat-carousel:after, .pane--cat-hero .cat-carousel:before {
    content: " ";
    height: 100%;
    width: 150px;
    background-color: #ecf4f9;
    left: -150px;
    position: absolute;
  }
  .pane--cat-hero .cat-carousel:after {
    left: unset;
    right: -150px;
  }
  .pane--cat-hero .cat-carousel .cat-slide a {
    height: 50px;
    background-color: #ecf4f9;
    color: #e38daa;
    border-radius: 0;
    white-space: nowrap;
    padding: 0 12px;
  }
}

.cat-carousel {
  padding-top: 20px;
}
.cat-carousel .flickity-button:after {
  background-image: url("img/arrow-grey2.svg");
}
.cat-carousel .flickity-viewport {
  overflow: visible;
}
.cat-carousel .cat-slide {
  margin-right: 25px;
}
.cat-carousel .cat-slide a {
  height: 80px;
  border-radius: 6px;
  width: 185px;
  background-color: #ffffff;
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding: 0 15px;
  color: #333333;
  font-size: 14px;
  font-weight: 700;
  transition: 200ms color;
}
.cat-carousel .cat-slide a:hover {
  color: #e38daa;
  transition: 200ms color;
}
.cat-carousel .cat-slide.active-cat a {
  color: #e38daa;
}
@media (max-width: 991.98px) {
  .cat-carousel .flickity-button {
    height: 30px;
    width: 30px;
    top: 10px;
    background-color: #ecf4f9;
    border-radius: 50%;
  }
  .cat-carousel .previous {
    left: 0;
    right: unset;
  }
  .cat-carousel .cat-slide {
    margin-right: 15px;
  }
  .cat-carousel .cat-slide a {
    width: unset;
  }
}

.pane--shop-shop h4 {
  font-size: 16px;
  line-height: 42px;
  margin: 0;
}
.filter-item .pane--shop-shop.active {
  color: #e38daa;
}
.pane--shop-shop .shop-filter-col h4 {
  margin-bottom: 20px;
}
.pane--shop-shop .shop-filter-col .yith-wcan-filters.filters-modal {
  top: 80px;
}
.pane--shop-shop .shop-filter-col .yith-wcan-filters.filters-modal .clear-selection {
  color: #e38daa;
}
.pane--shop-shop .shop-filter-col .yith-wcan-filters.filters-modal .mobile-only {
  background-color: #e38daa;
  color: #ffffff;
}
.pane--shop-shop .shop-filter-col .yith-wcan-filters.filters-modal .apply-filters, .pane--shop-shop .shop-filter-col .yith-wcan-filters.filters-modal .close-button {
  color: #ffffff;
}
.pane--shop-shop .shop-filter-col .yith-wcan-filters.filters-modal .filters-container {
  overflow-y: unset;
}
.pane--shop-shop .shop-products .filter-bar {
  margin-bottom: 10px;
}
.pane--shop-shop .shop-products .filter-bar .yith-wcan-active-filters {
  display: none;
}
.pane--shop-shop .shop-products .filter-bar .yith-wcan-filters {
  margin-bottom: 0;
}
.pane--shop-shop .shop-products .filter-bar .filter-orderby {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
}
.pane--shop-shop .shop-products .filter-bar .filter-orderby .filter-content {
  width: 300px;
  margin-left: 20px;
}
.pane--shop-shop .shop-products .filter-bar .filter-orderby .filter-content .filter-items {
  overflow: visible;
}
.pane--shop-shop .shop-products .product-card {
  width: 100%;
  height: unset;
}
@media (max-width: 991.98px) {
  .pane--shop-shop {
    padding-top: 20px;
  }
  .pane--shop-shop .shop-filter-col .btn {
    justify-content: center;
    height: 42px;
    z-index: 1;
    margin: auto;
    background-color: #e38daa;
    color: #ffffff;
    border: unset;
    font-weight: bold;
    display: flex;
    width: 100%;
  }
  .pane--shop-shop .shop-filter-col .btn i {
    background-image: url("img/filters.svg");
    margin: auto 30px auto 0;
  }
}

.topmenu-wrapper {
  display: flex;
}
.topmenu-wrapper .top-menu-bg, .topmenu-wrapper .top-product-menu {
  opacity: 0;
  pointer-events: none;
  z-index: -99999999;
  transition: opacity 150ms;
}
.topmenu-wrapper:hover .top-menu-bg {
  opacity: 1;
  z-index: -1;
  transition: opacity 150ms;
}
.topmenu-wrapper:hover .top-product-menu {
  opacity: 1;
  z-index: unset;
  pointer-events: unset;
  transition: opacity 150ms;
}

.top-menu-bg {
  width: 100vw;
  height: 100vh;
  background-color: rgba(35, 31, 32, 0.4);
  left: 0;
  top: 0;
  position: fixed;
}

.header .header-data .top-product-menu {
  position: absolute;
  top: 80px;
  background-color: #ffffff;
  padding: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  overflow: hidden;
  left: 0;
}
.header .header-data .top-product-menu .inner-div {
  position: relative;
  width: 100%;
  height: 100%;
}
.header .header-data .top-product-menu .top-cats {
  display: flex;
  flex-direction: column;
  width: 25%;
  box-shadow: 2px 2px 50px rgba(38, 63, 77, 0.1);
  max-height: calc(100vh - 110px);
  overflow-y: scroll;
}
.header .header-data .top-product-menu .cat-wrapper .top-cat {
  padding: 0 20px;
  margin: unset;
  color: #333333;
  line-height: 62px;
  border-bottom: 1px solid #E2E2E2;
  font-weight: 600;
  transition: background-color 150ms;
  display: flex;
  width: 100%;
  position: relative;
}
.header .header-data .top-product-menu .cat-wrapper .top-cat:after {
  content: "";
  font-family: "FontAwesome", sans-serif;
  position: absolute;
  right: 40px;
  display: flex;
  font-size: 12px;
  font-weight: 100;
}
.header .header-data .top-product-menu .cat-wrapper .sub-cats {
  position: absolute;
  right: 0;
  top: 0;
  width: 75%;
  height: 100%;
  border-bottom-right-radius: 6px;
  opacity: 0;
  pointer-events: none;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  overflow-y: scroll;
  align-content: flex-start;
}
.header .header-data .top-product-menu .cat-wrapper .sub-cats .subcats-title {
  color: #e38daa;
  display: flex;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 40px;
}
.header .header-data .top-product-menu .cat-wrapper .sub-cats .subcat-div {
  display: flex;
  flex-direction: column;
  width: 25%;
  margin: 0 0 15px 0;
}
.header .header-data .top-product-menu .cat-wrapper .sub-cats .sub-cat {
  color: #333333;
  font-weight: 600;
  transition: color 150ms;
  line-height: 32px;
  margin: 0;
}
.header .header-data .top-product-menu .cat-wrapper .sub-cats .sub-cat:hover {
  color: #e38daa;
  transition: color 150ms;
}
.header .header-data .top-product-menu .cat-wrapper .sub-cats .subsub-cat {
  color: #333333;
  font-weight: 400;
  transition: color 150ms;
  line-height: 24px;
  margin: 0;
}
.header .header-data .top-product-menu .cat-wrapper .sub-cats .subsub-cat:hover {
  color: #e38daa;
  transition: color 150ms;
}
.header .header-data .top-product-menu .cat-wrapper.active .top-cat {
  background-color: #f6f6f6;
  transition: background-color 150ms;
}
.header .header-data .top-product-menu .cat-wrapper.active .sub-cats {
  opacity: 1;
  pointer-events: unset;
}

.header .header-data .top-product-menu-mobile {
  background-color: unset;
  width: 390px;
  max-width: 100%;
  left: -500px;
  transition: left 250ms;
}
.header .header-data .top-product-menu-mobile .top-cats {
  background-color: #ffffff;
  width: 100%;
}
.header .header-data .top-product-menu-mobile .top-cat:after {
  color: #e38daa;
}

.mobile-menu-open .header-data .top-product-menu-mobile {
  left: calc((100vw - 710px) / -2);
  transition: left 250ms;
  top: 120px;
}
@media (max-width: 767.98px) {
  .mobile-menu-open .header-data .top-product-menu-mobile {
    left: calc((100vw - 530px) / -2);
  }
}
@media (max-width: 575.98px) {
  .mobile-menu-open .header-data .top-product-menu-mobile {
    left: 0;
  }
}
.mobile-menu-open .top-menu-bg {
  top: 80px;
  opacity: 1;
  z-index: -1;
  transition: opacity 150ms;
}

.pagination {
  display: flex;
  justify-content: center;
}
.pagination span, .pagination a {
  margin: 0 10px;
  font-size: 1rem;
}
.pagination a {
  color: #e38daa;
}
.pagination a:hover {
  text-decoration: underline;
}

.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding-left: 0;
}
.woocommerce-MyAccount-navigation ul li {
  background-color: #e38daa;
  margin-bottom: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 4px;
}
.woocommerce-MyAccount-navigation ul li a {
  color: white;
  padding: 1rem;
}
.woocommerce-MyAccount-navigation ul li.is-active {
  background-color: #780026;
}

.woocommerce-MyAccount-content p > a,
.woocommerce-form.woocommerce-form-login p > a,
.woocommerce-ResetPassword p > a,
form.woocommerce-checkout p > a {
  color: #e38daa;
}
.woocommerce-MyAccount-content input,
.woocommerce-MyAccount-content textarea,
.woocommerce-form.woocommerce-form-login input,
.woocommerce-form.woocommerce-form-login textarea,
.woocommerce-ResetPassword input,
.woocommerce-ResetPassword textarea,
form.woocommerce-checkout input,
form.woocommerce-checkout textarea {
  margin: 0 !important;
  border: 1px solid #dadada !important;
  line-height: 46px !important;
  padding: 0 8px !important;
  border-radius: 4px;
}
.woocommerce-MyAccount-content .form-row,
.woocommerce-form.woocommerce-form-login .form-row,
.woocommerce-ResetPassword .form-row,
form.woocommerce-checkout .form-row {
  padding: 0 !important;
}
.woocommerce-MyAccount-content .select2,
.woocommerce-form.woocommerce-form-login .select2,
.woocommerce-ResetPassword .select2,
form.woocommerce-checkout .select2 {
  height: 46px;
}
.woocommerce-MyAccount-content .select2 .select2-selection,
.woocommerce-form.woocommerce-form-login .select2 .select2-selection,
.woocommerce-ResetPassword .select2 .select2-selection,
form.woocommerce-checkout .select2 .select2-selection {
  height: 46px;
}
.woocommerce-MyAccount-content .select2 .select2-selection .select2-selection__rendered,
.woocommerce-form.woocommerce-form-login .select2 .select2-selection .select2-selection__rendered,
.woocommerce-ResetPassword .select2 .select2-selection .select2-selection__rendered,
form.woocommerce-checkout .select2 .select2-selection .select2-selection__rendered {
  line-height: 46px;
}
.woocommerce-MyAccount-content .select2 .select2-selection .select2-selection__arrow,
.woocommerce-form.woocommerce-form-login .select2 .select2-selection .select2-selection__arrow,
.woocommerce-ResetPassword .select2 .select2-selection .select2-selection__arrow,
form.woocommerce-checkout .select2 .select2-selection .select2-selection__arrow {
  height: 46px;
}

.woocommerce-orders-table__cell-order-number > a,
.woocommerce-table__product-name > a,
.woocommerce-Address-title > a {
  color: #e38daa;
}

.woocommerce-form-login__rememberme {
  display: block !important;
}

.form-row.place-order {
  margin: 1rem !important;
}
.form-row.place-order button#place_order {
  float: unset !important;
  margin-bottom: 1rem !important;
}

/*override wpclv styling*/
.wpclv-attributes .wpclv-terms .wpclv-term span,
.wpclv-attributes .wpclv-terms .wpclv-term a {
  padding: 0 8px !important;
}

/*override product cards*/
.shop-products .row > div {
  display: flex;
}
.shop-products .product-card {
  justify-content: flex-start;
  width: 100%;
  height: unset;
  margin: 10px 0;
  padding: 20px 30px;
  
}
.shop-products .product-footer {
  margin-top: auto;
}

/*override specs*/
.pane--product-description .specs .spec {
  padding: 12px 0;
}
.pane--product-description .specs .spec span {
  line-height: 24px;
}

/*add clamp read more*/
.clamp-5 {
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 5;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.clamp-5.expanded {
  line-clamp: unset;
  -webkit-line-clamp: unset;
}
.read-more {
  position: relative;
  cursor: pointer;
  color: #e38daa;
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin-bottom: 1rem;
}
.read-more::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  transition: all .35s;
}
.read-more:not(.collapsed)::after {
  transform: rotate(180deg);
}


/*# sourceMappingURL=style.css.map */
