/*  General */
html, body {
  min-height: 100vh;
  height: auto;
  display: flex;
  flex-direction: column;
  font-family: "Manrope", "Montserrat", sans-serif;
  font-weight: 400;
  color: #3D1152;
  background-color: #f8f5f8;
}

body {
  overflow-x: hidden;
}
body.menu-open {
  position: relative;
  overflow: hidden;
  touch-action: none;
  -ms-touch-action: none;
}

main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 800;
}

a {
  font-weight: 600;
  color: #D80B8C;
}
a:hover {
  color: #D80B8C;
}

p {
  line-height: 1.8;
}

.font-weight-medium {
  font-weight: 500;
}

.font-weight-semibold {
  font-weight: 600;
}

.vc_row[data-vc-full-width], .vc_section[data-vc-full-width] {
  overflow: visible !important;
}

picture.rounded img {
  border-radius: 100%;
}

picture.img-fluid {
  display: flex;
  justify-content: center;
  align-items: center;
}
picture.img-fluid img {
  max-width: 100%;
}

.color-orange {
  color: #D80B8C !important;
}

.color-green {
  color: #00A66B !important;
}

.vc_section[data-vc-full-width] {
  position: relative;
}
.vc_section[data-vc-full-width]::before, .vc_section[data-vc-full-width]::after {
  position: absolute;
  display: block !important;
  content: "" !important;
  top: 0;
  right: 0;
  height: 100% !important;
  width: 50px !important;
  background-color: #f8f5f8;
  visibility: visible !important;
  z-index: 9;
}
.vc_section[data-vc-full-width]::before {
  right: auto;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .vc_section[data-vc-full-width]::before, .vc_section[data-vc-full-width]::after {
    display: none !important;
  }
}

.vc_row-o-equal-height .wpb_wrapper {
  height: 100%;
}

.remove-white {
  mix-blend-mode: multiply;
}

@media screen and (max-width: 768px) {
  .bg-blue-mobile {
    background-color: #3D1152;
  }
}
.card {
  display: flex;
  border: 0;
  border-radius: 0.75rem;
  padding: 1.5rem;
  color: #3D1152;
  width: 100%;
  -webkit-box-shadow: 0px 8px 18px 2px rgba(115, 133, 152, 0.075);
  -moz-box-shadow: 0px 8px 18px 2px rgba(115, 133, 152, 0.075);
  box-shadow: 0px 8px 18px 2px rgba(115, 133, 152, 0.075);
}
.card.card-transparent {
  background: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
}
.card.card-secondary {
  background-color: #eee8ee;
  box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
}
.card.card-green {
  background-color: rgba(0, 166, 107, 0.075);
  box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
}
.card.card-green a {
  color: #00A66B !important;
}
.card .card-content {
  flex: 1;
}
.card .card-image {
  height: 200px;
  min-height: 200px;
  margin: -1.5rem -1.5rem 1.5rem -1.5rem;
  border-radius: 0.5rem 0.5rem 0 0;
  background-size: cover;
  background-position: center;
  width: calc(100% + 3rem);
  overflow: hidden;
}
.card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.card .card-image .card-image-content {
  display: flex;
  align-items: flex-end;
  height: 100%;
  background: linear-gradient(25deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  padding: 1.5rem;
}
.card .card-image .card-image-content h1, .card .card-image .card-image-content h2, .card .card-image .card-image-content h3, .card .card-image .card-image-content h4, .card .card-image .card-image-content h5, .card .card-image .card-image-content h6 {
  color: #FFF;
  margin: 0;
}
.card.card-secondary {
  background-color: #eee8ee;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.card.card-outline {
  border: 1px solid #eee8ee;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.card.card-outline:hover {
  border: 1px solid #D80B8C;
}

ul.product-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.product-list a {
  display: block;
  text-decoration: none;
  margin-bottom: 0.75rem;
}
ul.product-list a:last-of-type {
  margin-bottom: 0;
}
ul.product-list li.product-item {
  position: relative;
  display: flex;
  border-radius: 0.75rem;
  color: #3D1152;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
ul.product-list li.product-item:hover .product-item__image {
  border-color: #d8cbd8;
}
ul.product-list li.product-item:hover::after {
  transform: translateY(-50%) translateX(5px);
  color: #D80B8C;
}
ul.product-list li.product-item::after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  color: #E7DEE6;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
ul.product-list li.product-item .product-item__image {
  position: relative;
  border: 1px solid #eee8ee;
  padding: 0.5rem;
  border-radius: 0.75rem;
  margin-right: 0.5rem;
  min-width: calc(50px + 1rem);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
ul.product-list li.product-item .product-item__image img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  object-position: center;
}
ul.product-list li.product-item .product-item__quantity {
  position: absolute;
  top: -3px;
  right: -3px;
  background-color: #D80B8C;
  border-radius: 0.75rem;
  padding: 0.1rem 0.25rem;
  font-size: 0.75rem;
  color: #FFF;
}
ul.product-list li.product-item .product-item__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 0.85rem;
  padding-right: 1.25rem;
}
ul.product-list li.product-item .product-item__info span.woocommerce-Price-amount.amount {
  color: #D80B8C;
  font-weight: 600;
  border: 0;
  text-decoration: none;
}
ul.product-list li.product-item .product-item__info ins {
  text-decoration: none;
}
ul.product-list li.product-item .product-item__info del {
  color: #d2c0d0;
}
ul.product-list li.product-item .product-item__info del span.woocommerce-Price-amount.amount {
  color: #d2c0d0;
  font-weight: 400;
}

ul.usp-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.usp-list li {
  position: relative;
  padding-left: 1.25rem;
}
ul.usp-list li::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 0.85rem;
  color: #D80B8C;
}

.usp-list-home {
  margin-top: -4.5rem;
}
@media screen and (min-width: 992px) {
  .usp-list-home ul.usp-list {
    margin-top: 1rem;
    display: flex;
  }
  .usp-list-home ul.usp-list li {
    margin-right: 0.75rem;
    font-size: 0.9rem;
  }
}

section.section-orange {
  background-color: #D80B8C;
  color: #FFF;
}
section.section-orange h2 {
  color: #FFF !important;
}
section.section-orange h2 a {
  color: #3D1152 !important;
}

section.section-white {
  background-color: #FFFFFF;
}

section.section-gray {
  background-color: #eee8ee;
}

.float-top {
  position: relative;
  top: -50px;
}

/*  Header  */
header {
  position: -webkit-sticky;
  position: sticky;
  z-index: 50;
  top: -1px;
}
header #main-header {
  padding: 1rem 35px;
  background-color: #f8f5f8;
}
@media screen and (max-width: 1200px) {
  header #main-header {
    padding: 1rem 0;
  }
}
header #main-header .toggle-navbar {
  font-size: 2rem;
  color: #3D1152;
}
header #main-header nav#secondary-menu {
  display: flex;
}
header #main-header img#header-logo {
  height: 50px;
  width: 275px;
  object-fit: contain;
  object-position: 0;
}
@media screen and (max-width: 1200px) {
  header #main-header img#header-logo {
    width: 50px;
  }
}
header #main-header ul.navbar-nav {
  display: flex;
  flex-direction: row;
}
header #main-header ul.navbar-nav li.nav-item {
  display: flex;
  align-items: center;
  margin-right: 0.75rem;
}
header #main-header ul.navbar-nav li.nav-item a.nav-link {
  color: #3D1152;
  font-weight: 500;
  font-size: 0.85rem;
}
header #main-header ul.navbar-nav li.nav-item a.nav-link:hover {
  text-decoration: underline;
}
header #main-header ul.navbar-nav li.nav-item a.nav-link i {
  color: #D80B8C;
}
header #menubar-header {
  background-color: #FFF;
  border-left: 50px solid #f8f5f8;
  border-right: 50px solid #f8f5f8;
}
@media screen and (max-width: 1200px) {
  header #menubar-header {
    border-left: 0;
    border-right: 0;
  }
}
header #menubar-header ul.navbar-nav {
  display: flex;
  justify-content: center;
  flex-direction: row;
}
header #menubar-header ul.navbar-nav li.nav-item {
  padding: 0.75rem 0;
  margin-right: 1rem;
}
header #menubar-header ul.navbar-nav li.nav-item a.nav-link {
  color: #3D1152;
  font-weight: 800;
  font-size: 0.85rem;
}
header #menubar-header ul.navbar-nav li.nav-item a.nav-link i {
  color: #D80B8C;
}

.dropdown-toggle::after {
  border: none;
  vertical-align: unset;
  margin-left: 0.25rem;
  font-size: 0.75rem;
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #D80B8C;
}

@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
#main-header .search-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  max-width: 600px;
}
@media screen and (max-width: 1200px) {
  #main-header .search-wrapper {
    max-width: unset;
  }
}
#main-header .search-wrapper.is-searching::before {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 75px;
  content: "\f3f4";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 1.5rem;
  color: #D80B8C;
  z-index: 5;
  animation: rotate 0.75s infinite linear;
  pointer-events: none;
}
#main-header .search-wrapper .header-search-input {
  position: relative;
  height: 2.5rem;
  margin-top: 0.25rem;
  outline: 0;
  padding: 0.4rem 1rem 0.6rem 1rem !important;
}
#main-header .search-wrapper .search-results {
  position: absolute;
  top: 2.5rem;
  width: 100%;
  background-color: #FFF;
  border-left: 1px solid #E7DEE6 !important;
  border-right: 1px solid #E7DEE6 !important;
  border-bottom: 1px solid #E7DEE6 !important;
  border-radius: 0 0 0.5rem 0.5rem;
  z-index: 99999;
  max-height: 500px;
  overflow: auto;
  -webkit-box-shadow: 0px 8px 18px 2px rgba(115, 133, 152, 0.075);
  -moz-box-shadow: 0px 8px 18px 2px rgba(115, 133, 152, 0.075);
  box-shadow: 0px 8px 18px 2px rgba(115, 133, 152, 0.075);
}
@media screen and (max-width: 1200px) {
  #main-header .search-wrapper .search-results {
    top: 37.5px;
    max-height: 300px;
  }
}
#main-header .search-wrapper .search-results h4.search-category-header {
  position: sticky;
  top: 0;
  margin: 0;
  padding: 0.75rem 1.5rem;
  background-color: #eee8ee;
  font-size: 0.9rem;
  font-weight: 600;
  z-index: 10;
  border-bottom: 1px solid #E7DEE6;
}
#main-header .search-wrapper .search-results ul {
  list-style: none;
  padding: 1.5rem;
  margin: 0;
}
#main-header .search-wrapper .search-results .show-more-results {
  display: block;
  font-size: 0.8rem;
  margin: 0 1.5rem 1rem 1.5rem;
  text-align: center;
}

/*  Submenu */
.es-submenu {
  position: absolute;
  top: 100%;
  left: 50px;
  width: calc(100% - 100px);
  background-color: #FFF;
  padding: 1.5rem 0;
  animation-name: fadeIn;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  z-index: 999;
  border-top: 1px solid #eee8ee;
  -webkit-box-shadow: 0px 8px 18px 2px rgba(115, 133, 152, 0.075);
  -moz-box-shadow: 0px 8px 18px 2px rgba(115, 133, 152, 0.075);
  box-shadow: 0px 8px 18px 2px rgba(115, 133, 152, 0.075);
}
@media screen and (max-width: 992px) {
  .es-submenu {
    left: 0;
    width: 100%;
  }
}
.es-submenu:hover {
  display: block !important;
}
.es-submenu h3 {
  font-size: 0.75rem;
  color: #D80B8C;
  text-transform: uppercase;
}
.es-submenu h3 a {
  font-size: 0.75rem;
  color: #D80B8C;
  text-transform: uppercase;
  font-weight: 800;
}
.es-submenu .es-submenu-column-wrapper .es-submenu-column {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-right: 1px solid #E7DEE6;
}
.es-submenu .es-submenu-column-wrapper:last-of-type .es-submenu-column {
  border-right: none;
}
.es-submenu ul.es-submenu-list {
  flex: 1 0 auto;
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0;
}
.es-submenu ul.es-submenu-list li a {
  display: inline-block;
  color: #3D1152;
  font-weight: 400;
  font-size: 0.9rem;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.es-submenu ul.es-submenu-list li a:hover {
  transform: translateX(3px);
}
.es-submenu .es-submenu-cta {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*  Breadcrumbs */
.divider {
  display: block;
  background-color: #D80B8C;
  width: 1px;
  height: 15px;
  transform: skew(-15deg);
  margin: 0 0.5rem;
}

ul.site-breadcrumbs {
  display: inline-flex;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  font-size: 0.9rem;
}
ul.site-breadcrumbs li {
  display: inline-block;
}
ul.site-breadcrumbs li:last-of-type a {
  font-weight: 600;
  color: #3D1152;
}
ul.site-breadcrumbs li a {
  font-weight: 500;
  color: #5c1a7c;
  text-decoration: none !important;
}

/*  Mobiele navbar  */
#mobile-nav {
  display: flex;
  flex-direction: column;
  position: fixed;
  width: 100%;
  right: -100%;
  bottom: 0;
  top: 0;
  background-color: #FFF;
  z-index: 500;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#mobile-nav.show {
  right: 0;
}
#mobile-nav .toggle-navbar {
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  color: #3D1152;
  font-size: 1.75rem;
}
#mobile-nav #mobile-menu {
  flex: 1;
  overflow-y: auto;
}
#mobile-nav #secondary-menu {
  margin: 0 1rem 1rem 0;
}
#mobile-nav #secondary-menu ul.navbar-nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
#mobile-nav #secondary-menu ul.navbar-nav li.nav-item {
  margin-right: 0.75rem;
}
#mobile-nav #secondary-menu ul.navbar-nav li.nav-item a.nav-link {
  color: #3D1152;
  font-weight: 500;
  font-size: 1rem;
}
#mobile-nav #secondary-menu ul.navbar-nav li.nav-item a.nav-link:hover {
  text-decoration: underline;
}
#mobile-nav #secondary-menu ul.navbar-nav li.nav-item a.nav-link i {
  color: #D80B8C;
}

/*  Slinky  */
.slinky-theme-es {
  background: #FFF;
  margin-top: 3.5rem;
  font-weight: 500;
}
.slinky-theme-es ul {
  padding: 0 1.5rem;
}
.slinky-theme-es .title {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  font-weight: 800;
  padding: 1rem;
}
.slinky-theme-es li:not(.header) {
  line-height: 1;
  border-bottom: 1px solid #E7DEE6;
}
.slinky-theme-es li:not(.header):last-of-type {
  border-bottom: 0;
}
.slinky-theme-es li:not(.header) i {
  color: #D80B8C;
  font-size: 1.25rem;
}
.slinky-theme-es a:not(.back) {
  color: #3D1152;
  padding: 1em 0;
}
.slinky-theme-es .next::after,
.slinky-theme-es .back::before {
  border-radius: 100%;
  padding: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #D80B8C;
  font-size: 0.8rem;
  background-size: 1em;
  height: 35px;
  transition: 200ms;
  width: 35px;
}
.slinky-theme-es .back::before {
  background-color: #D80B8C;
  color: #FFF;
}
.slinky-theme-es .next::after {
  margin-left: 1em;
}
.slinky-theme-es .back::before {
  padding: 1em;
  transform: scaleX(-1);
}
.slinky-theme-es .next:hover::after,
.slinky-theme-es .back:hover::before {
  opacity: 0.75;
}
.slinky-theme-es .next:active::after,
.slinky-theme-es .back:active::before {
  opacity: 1;
}

/*  Popups  */
.popup-wrapper {
  position: relative;
}
.popup-wrapper .popup {
  display: none;
  position: absolute;
  right: 0;
  width: 300px;
  top: calc(100% + 15px);
  background-color: #FFF;
  padding: 1rem;
  border-radius: 0.75rem;
  z-index: 500;
  border: 1px solid #eee8ee;
  -webkit-box-shadow: 0px 8px 18px 2px rgba(115, 133, 152, 0.075);
  -moz-box-shadow: 0px 8px 18px 2px rgba(115, 133, 152, 0.075);
  box-shadow: 0px 8px 18px 2px rgba(115, 133, 152, 0.075);
}
.popup-wrapper .popup h3 {
  font-size: 1rem;
  margin-bottom: 0.75rem;
}
.popup-wrapper .popup.show {
  display: block;
  animation-name: productCardAppear;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}
.popup-wrapper .popup .cart-empty-icon {
  color: #D80B8C;
  font-size: 2rem;
  margin: 1rem 0;
}
.popup-wrapper .popup ul.account-popup-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.popup-wrapper .popup ul.account-popup-list li {
  margin-bottom: 0.25rem;
}
.popup-wrapper .popup ul.account-popup-list li:last-of-type {
  margin-bottom: 0;
}
.popup-wrapper .popup ul.account-popup-list li a {
  color: #3D1152;
  font-weight: 500;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.popup-wrapper .popup ul.account-popup-list li a span {
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.popup-wrapper .popup ul.account-popup-list li a:hover span {
  transform: translateX(3px);
}
.popup-wrapper .popup ul.account-popup-list li a i {
  color: #D80B8C;
}

/*  Hero  */
section.vc_section.hero-section {
  padding-bottom: 4.75rem;
  overflow: hidden !important;
  z-index: 2;
}

.carousel.hero {
  height: 1px;
  min-height: 650px;
}
.carousel.hero .carousel-control-next, .carousel.hero .carousel-control-prev {
  height: 100%;
  text-decoration: none !important;
}
@media screen and (max-width: 768px) {
  .carousel.hero .carousel-control-next, .carousel.hero .carousel-control-prev {
    height: calc(100% - 5.5rem);
    align-items: flex-end;
  }
}
.carousel.hero .carousel-control-prev-icon, .carousel.hero .carousel-control-next-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #D80B8C;
  opacity: 1;
  font-size: 1.1rem;
  border-radius: 100%;
  padding: 1.25rem;
  background-image: none;
  z-index: 5000;
  position: relative;
  top: 0.5rem;
}
.carousel.hero .carousel-inner {
  overflow: visible !important;
  height: 100%;
}
.carousel.hero .carousel-inner .carousel-item {
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  color: #FFF;
  font-size: 1.15rem;
}
.carousel.hero .carousel-inner .carousel-item img.background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  mix-blend-mode: darken;
  opacity: 0.4;
  filter: saturate(0);
}
.carousel.hero .carousel-inner .carousel-item .container {
  position: relative;
  z-index: 5;
}
.carousel.hero .carousel-inner .carousel-item h2 {
  font-size: 2.25rem;
  margin-bottom: 1rem;
  font-weight: 800;
}
.carousel.hero .carousel-inner .carousel-item .btn {
  display: inline-block;
  -webkit-box-shadow: 0px 8px 18px 2px rgba(115, 133, 152, 0.075);
  -moz-box-shadow: 0px 8px 18px 2px rgba(115, 133, 152, 0.075);
  box-shadow: 0px 8px 18px 2px rgba(115, 133, 152, 0.075);
}
.carousel.hero .carousel-inner .carousel-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #a7096d;
  z-index: -1;
}
.carousel.hero .carousel-inner .carousel-item .container {
  position: relative;
  z-index: 1;
  height: 100%;
}
.carousel.hero .carousel-inner .carousel-item .card {
  position: absolute;
  bottom: -3.5rem;
  width: calc(100% - 30px);
  opacity: 0;
  transform: translateY(25px);
  border-bottom: 5px solid #D80B8C;
}
@media screen and (max-width: 992px) {
  .carousel.hero .carousel-inner .carousel-item .card {
    position: static;
    width: 100%;
    margin-top: -4.5rem;
    top: -5rem;
    bottom: auto;
  }
}
.carousel.hero .carousel-inner .carousel-item.active .card {
  animation-name: productCardAppear;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes productCardAppear {
  from {
    opacity: 0;
    transform: translateY(25px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*  Inputs & buttons  */
input:not([type=submit]):not([type=checkbox]):not([type=radio]), textarea, select, .select2-container--default .select2-selection--single, .wpforms-field-select select {
  width: 100%;
  background-color: #FFF;
  border: 1px solid #E7DEE6 !important;
  padding: 0.5rem 1rem !important;
  height: auto;
  border-radius: 0.375rem !important;
}
input:not([type=submit]):not([type=checkbox]):not([type=radio])::placeholder, textarea::placeholder, select::placeholder, .select2-container--default .select2-selection--single::placeholder, .wpforms-field-select select::placeholder {
  color: #c7b2c4;
  font-size: 0.8rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 6px;
  right: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.25;
  padding: 0;
}

input.qty {
  width: 75px !important;
}

label {
  font-weight: 600;
  font-size: 0.8rem;
  margin-bottom: 0.25rem;
}

.wpforms-field-select select {
  max-width: unset !important;
}

span.required {
  color: #D80B8C;
}

.btn {
  display: inline-flex;
  align-items: center;
  padding: 0.65rem 1.15rem;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600 !important;
  border: 2px solid transparent;
  text-decoration: none !important;
}
.btn.btn-small {
  font-size: 0.75rem;
  padding: 0.4rem 0.75rem;
}
.btn.btn-block {
  justify-content: center;
}
.btn.btn-primary, .btn .btn-primary:not(:disabled):not(.disabled).active, .btn .btn-primary:not(:disabled):not(.disabled):active, .btn .show > .btn-primary.dropdown-toggle {
  background-color: #D80B8C !important;
  outline: none !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus, .btn .btn-primary:not(:disabled):not(.disabled).active:hover, .btn .btn-primary:not(:disabled):not(.disabled).active:active, .btn .btn-primary:not(:disabled):not(.disabled).active:focus, .btn .btn-primary:not(:disabled):not(.disabled):active:hover, .btn .btn-primary:not(:disabled):not(.disabled):active:active, .btn .btn-primary:not(:disabled):not(.disabled):active:focus, .btn .show > .btn-primary.dropdown-toggle:hover, .btn .show > .btn-primary.dropdown-toggle:active, .btn .show > .btn-primary.dropdown-toggle:focus {
  border: 2px solid #D80B8C !important;
  background-color: transparent !important;
  color: #D80B8C;
}
.btn.btn-primary.btn-arrow::after, .btn .btn-primary:not(:disabled):not(.disabled).active.btn-arrow::after, .btn .btn-primary:not(:disabled):not(.disabled):active.btn-arrow::after, .btn .show > .btn-primary.dropdown-toggle.btn-arrow::after {
  color: #FFFFFF;
}
.btn.btn-primary.btn-arrow:hover::after, .btn .btn-primary:not(:disabled):not(.disabled).active.btn-arrow:hover::after, .btn .btn-primary:not(:disabled):not(.disabled):active.btn-arrow:hover::after, .btn .show > .btn-primary.dropdown-toggle.btn-arrow:hover::after {
  color: #D80B8C;
}
.btn.btn-secondary {
  background-color: #3D1152;
}
.btn.btn-secondary:hover {
  border: 2px solid #3D1152;
  background-color: transparent;
  color: #3D1152;
}
.btn.btn-lightgray {
  background-color: #E7DEE6;
}
.btn.btn-lightgray:hover {
  background-color: #dccfdb;
}
.btn.btn-link {
  padding: 0.35rem 0;
  color: #3D1152;
  text-decoration: none;
  text-align: left;
  border: 0;
}
.btn.btn-link::after {
  position: relative;
  top: 0.1rem;
}
.btn.btn-arrow {
  align-items: flex-start;
}
.btn.btn-arrow::after {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  color: #D80B8C;
  margin-left: 0.5rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn.btn-arrow:hover::after {
  transform: translateX(5px);
}

.icon-btn {
  display: flex;
  align-content: center;
  justify-content: center;
  background-color: #D80B8C;
  min-width: 35px;
  min-height: 35px;
  font-size: 0.8rem;
  color: #fff;
  border-radius: 100%;
  text-decoration: none !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0.7;
}
.icon-btn:hover {
  background-color: #D80B8C;
  color: #fff;
  opacity: 1;
}
.icon-btn i {
  display: flex;
  align-items: center;
}
.icon-btn.icon-btn-outline {
  background-color: #FFF;
  border: 1.5px solid #D80B8C;
  color: #D80B8C;
}
.icon-btn.icon-btn-outline:hover {
  background-color: #D80B8C;
  color: #fff;
}

/*  Main content */
body.home .content h2 {
  color: #3D1152;
  margin-bottom: 1.5rem;
}
body.home .content h2 a {
  color: #D80B8C;
  font-weight: 800;
  text-decoration: underline;
}

.content a:not(.no-underline) {
  text-decoration: underline;
  font-weight: 600;
}
.content a:not(.no-underline):hover {
  text-decoration: none;
}
.content h2, .content .h2 {
  font-size: 1.5rem;
  color: #3D1152;
}
.content h3, .content .h3 {
  font-size: 1.25rem;
}
.content h4, .content .h4 {
  font-size: 1.15rem;
}
.content .wpb_text_column:not(.woocommerce-error) ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.content .wpb_text_column:not(.woocommerce-error) ul li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.75rem !important;
}
.content .wpb_text_column:not(.woocommerce-error) ul li::before {
  position: absolute;
  top: 12px;
  left: 0;
  transform: translateY(-50%);
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 0.85rem;
  color: #D80B8C;
}

/*  Home - Diensten */
#diensten {
  position: relative;
  background-size: cover;
  background-position: center;
  color: #FFF;
  margin-bottom: 2.5rem;
  background: #3D1152;
}
#diensten > .wpb_column {
  top: 1.5rem;
  margin-top: -2.5rem;
}
@media screen and (max-width: 768px) {
  #diensten > .wpb_column {
    top: 1.5rem;
    margin-top: -4.5rem;
  }
}
#diensten h2 {
  margin-top: 2rem;
  color: #FFF;
}
#diensten h2 a {
  color: #FFF;
}
#diensten::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background: rgba(61, 17, 82, 0.9) url("/wp-content/themes/ergonomiespecialist/images/pattern_dark.svg") no-repeat center center;
  background-size: cover;
  opacity: 0.3;
}

.no-underline {
  text-decoration: none !important;
}

.image-btn {
  display: block;
  background-color: #FFF;
  border-radius: 0.75rem;
  position: relative;
  padding: 1rem;
  text-decoration: none !important;
  height: 100%;
  -webkit-box-shadow: 0px 9px 20px 3px rgba(115, 133, 152, 0.15);
  -moz-box-shadow: 0px 9px 20px 3px rgba(115, 133, 152, 0.15);
  box-shadow: 0px 9px 20px 3px rgba(115, 133, 152, 0.15);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.image-btn:hover {
  transform: translateY(-5px);
  text-decoration: none !important;
}
.image-btn .image-btn-image {
  text-align: center;
  padding: 1rem;
  margin-bottom: 0.5rem;
}
.image-btn .image-btn-image img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 768px) {
  .image-btn .image-btn-image {
    display: none;
  }
}
.image-btn h6 {
  font-weight: 500;
  color: #3D1152;
  font-size: 0.9rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .image-btn h6 {
    margin-bottom: 0;
  }
}

/*  Home - Kenniscentrum  */
ul.kenniscentrum-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.kenniscentrum-list li {
  position: relative;
  padding-left: 1.25rem;
}
ul.kenniscentrum-list li a {
  display: inline-block;
  color: #3D1152;
  font-weight: 500;
  font-size: 0.9rem;
  text-decoration: none !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
ul.kenniscentrum-list li a:hover {
  transform: translateX(3px);
  color: #D80B8C;
}
ul.kenniscentrum-list li::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 0.85rem;
  color: #D80B8C;
}

.flickity-prev-next-button {
  background: #3D1152;
  color: #FFF;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .flickity-prev-next-button {
    top: 100%;
  }
}
.flickity-prev-next-button:hover {
  background: #2d0d3d;
}
.flickity-prev-next-button.previous {
  left: 50px;
}
@media screen and (max-width: 768px) {
  .flickity-prev-next-button.previous {
    left: 10px;
  }
}
.flickity-prev-next-button.next {
  right: 50px;
}
@media screen and (max-width: 768px) {
  .flickity-prev-next-button.next {
    right: 10px;
  }
}
.flickity-prev-next-button .flickity-button-icon {
  width: 40%;
  height: 40%;
  left: 30%;
  top: 30%;
}

.flickity-page-dots .dot {
  background: #E7DEE6;
  opacity: 1;
}
.flickity-page-dots .dot.is-selected {
  background: #D80B8C;
}

/*  Home - Artikelen  */
.artikelen-wrapper .flickity-carousel {
  padding-bottom: 2.5rem;
}
.artikelen-wrapper .flickity-carousel .cell-wrapper {
  height: 100%;
  min-height: 500px;
}
.artikelen-wrapper .flickity-carousel .carousel-cell {
  width: 350px;
  margin-right: 2rem;
  min-height: 100%;
  height: 100%;
}
.artikelen-wrapper .flickity-carousel .carousel-cell .card {
  display: inline-flex;
  align-items: start;
}
.artikelen-wrapper .flickity-carousel .carousel-cell .card .card-content {
  flex: 1;
}
.artikelen-wrapper .flickity-carousel .flickity-page-dots {
  bottom: 5px;
}

article h4 {
  font-size: 1.1rem;
  color: #3D1152;
  margin-bottom: 0;
}
article time {
  display: inline-block;
  font-size: 0.8rem;
  margin-bottom: 1rem;
}
article p {
  font-size: 0.9rem;
  line-height: 1.5;
}

/*  Home - Recensies  */
#recensies {
  position: relative;
  top: 5rem;
  margin-top: -6rem;
}

.recensie-carousel .flickity-slider {
  display: flex;
  align-items: center;
}
.recensie-carousel .carousel-cell {
  display: flex;
  align-items: center;
  width: 750px;
  max-width: 90vw;
}
.recensie-carousel .carousel-cell .recensie-card {
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  flex-direction: row;
}
@media screen and (max-width: 992px) {
  .recensie-carousel .carousel-cell .recensie-card {
    flex-direction: column;
  }
}
.recensie-carousel .carousel-cell .recensie-card .recensie-card__image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: auto;
}
@media screen and (max-width: 992px) {
  .recensie-carousel .carousel-cell .recensie-card .recensie-card__image {
    align-items: center;
    margin-bottom: 1.5rem;
  }
}
.recensie-carousel .carousel-cell .recensie-card .recensie-card__image img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
}
.recensie-carousel .carousel-cell .recensie-card .recensie-card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.recensie-carousel .carousel-cell:not(.is-selected) .recensie-card {
  transform: scale(0.75);
}

/*  Home - klanten  */
.klanten-row .klant-item {
  text-align: center;
  height: 150px;
}
.klanten-row .klant-item img {
  height: 150px;
  width: 150px;
  object-fit: contain;
  object-position: center;
}

/*  Shortcode - Productcategorie knop */
.product-category-btn-link {
  color: #3D1152;
}
.product-category-btn-link:hover .product-category-btn {
  background-color: #e7dfe7;
}
.product-category-btn-link .product-category-btn {
  background-color: #eee8ee;
  border-radius: 0.75rem;
  padding: 1.5rem;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.product-category-btn-link .product-category-btn .product-category-btn__image {
  padding: 1rem;
}
.product-category-btn-link .product-category-btn .product-category-btn__image img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  object-position: center;
}

/*  Shortcode - Inhoudsopgave */
.index-section {
  height: 0;
  margin: 0 !important;
}

ul.index-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.index-list li {
  position: relative;
  padding-left: 1.25rem;
  line-height: 1.1;
  margin-bottom: 0.75rem;
}
ul.index-list li:last-of-type {
  margin-bottom: 0;
}
ul.index-list li a {
  display: block;
  color: #3D1152;
  font-weight: 500;
  font-size: 0.9rem;
  text-decoration: none !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
ul.index-list li a:hover {
  transform: translateX(3px);
  color: #D80B8C;
}
ul.index-list li::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 0.85rem;
  color: #D80B8C;
}

/*  Single - Kenniscentrum  */
#sticky-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 175px;
  margin-bottom: 4rem;
}
@media screen and (max-width: 992px) {
  #sticky-sidebar {
    position: static !important;
    margin-bottom: 3rem;
  }
}

.kenniscentrum-category-link:hover {
  color: #3D1152;
}

.pagination {
  margin-bottom: 1rem;
}
.pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eee8ee;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  text-decoration: none !important;
  margin-left: 0.5rem;
  padding-top: 7px;
  padding-bottom: 9px;
}
.pagination .page-numbers:not(.current):hover {
  background-color: rgba(216, 11, 140, 0.1);
  border: 1px solid #D80B8C;
  color: #D80B8C;
}
.pagination .page-numbers.current {
  background-color: #D80B8C;
  color: #FFF;
}

.kenniscentrum-subitems-bar {
  background-color: #eee8ee;
  padding: 2.5rem 0;
}
.kenniscentrum-subitems-bar .subitem-col a {
  display: block;
  border-top: 1px solid #d2c0d0;
  padding: 1rem 0;
}
.kenniscentrum-subitems-bar .subitem-col:nth-child(-n+3) a {
  border: none;
}
@media screen and (max-width: 768px) {
  .kenniscentrum-subitems-bar .subitem-col:nth-child(-n+3) a {
    border-top: 1px solid #d2c0d0;
  }
  .kenniscentrum-subitems-bar .subitem-col:nth-child(1) a {
    border-top: none;
  }
}

/*  Shortcode - Brede rij met foto  */
.full-width-picture-row-wrapper .container-background {
  position: relative;
}
.full-width-picture-row-wrapper .container-background .picture-col {
  position: relative;
}
@media screen and (max-width: 992px) {
  .full-width-picture-row-wrapper .container-background .picture-col::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(248, 245, 248, 0.85);
  }
}
.full-width-picture-row-wrapper .container-content-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
}
.full-width-picture-row-wrapper .container-content-wrapper .container-content {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 1930px) {
  .full-width-picture-row-wrapper .container-content-wrapper .container-content .text-col-right {
    position: relative;
    left: -10%;
  }
}
.full-width-picture-row-wrapper .container-content-wrapper .container-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.full-width-picture-row-wrapper .container-content-wrapper .container-content ul li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.75rem;
}
.full-width-picture-row-wrapper .container-content-wrapper .container-content ul li a {
  display: block;
  color: #3D1152;
  font-weight: 500;
  font-size: 0.9rem;
  text-decoration: none !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.full-width-picture-row-wrapper .container-content-wrapper .container-content ul li a:hover {
  transform: translateX(3px);
  color: #D80B8C;
}
.full-width-picture-row-wrapper .container-content-wrapper .container-content ul li::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 0.85rem;
  color: #D80B8C;
}

/*  Shortcode - CTA */
.cta {
  padding: 5rem 0;
  background-color: #3D1152;
  color: #FFF;
}
.cta p:last-of-type {
  margin-bottom: 0;
}

/*  Shortcode - Specialisten kaart  */
.specialisten-map-wrapper {
  position: relative;
  height: 775px;
  border-radius: 0.5rem;
  overflow: hidden;
}
.specialisten-map-wrapper .loading-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(61, 17, 82, 0.75);
  z-index: 20;
}
.specialisten-map-wrapper .loading-wrapper i {
  color: #D80B8C;
  font-size: 3rem;
}
.specialisten-map-wrapper .specialisten-map-container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(-225deg, #e7dee6 0%, rgba(231, 222, 230, 0) 50%);
  pointer-events: none;
  padding: 5rem;
  z-index: 20;
}
@media screen and (max-width: 992px) {
  .specialisten-map-wrapper .specialisten-map-container {
    padding: 2.5rem;
  }
}
.specialisten-map-wrapper .specialisten-map-container .specialisten-map-content {
  max-width: 500px;
  pointer-events: all;
}

.popup-bubble {
  position: absolute;
  top: -20px;
  left: 0;
  transform: translate(-50%, -100%);
  background-color: white;
  padding: 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  border-radius: 0.5rem;
  width: 350px;
  -webkit-box-shadow: 0px 8px 18px 2px rgba(115, 133, 152, 0.075);
  -moz-box-shadow: 0px 8px 18px 2px rgba(115, 133, 152, 0.075);
  box-shadow: 0px 8px 18px 2px rgba(115, 133, 152, 0.075);
}
.popup-bubble h4 {
  margin-bottom: 0;
}
.popup-bubble img {
  width: 75px;
  border-radius: 100%;
}
.popup-bubble ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.popup-bubble ul li {
  position: relative;
  padding-left: 1.25rem;
}
.popup-bubble ul li::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 0.85rem;
  color: #D80B8C;
}

.popup-bubble-anchor {
  position: absolute;
  width: 100%;
  bottom: 8px;
  left: 0;
}

.popup-bubble-anchor::after {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid white;
}

.popup-container {
  cursor: auto;
  height: 0;
  position: absolute;
  width: 350px;
}

.dropdown-menu {
  padding: 1rem;
  border-radius: 0.5rem;
  border: none;
  min-width: 17.5rem;
  -webkit-box-shadow: 0px 8px 18px 2px rgba(115, 133, 152, 0.075);
  -moz-box-shadow: 0px 8px 18px 2px rgba(115, 133, 152, 0.075);
  box-shadow: 0px 8px 18px 2px rgba(115, 133, 152, 0.075);
}
.dropdown-menu input[type=checkbox] {
  margin-right: 0.35rem;
}

/*  Merken index  */
.merk-featured-image {
  width: 75px;
  height: 75px;
  object-fit: contain;
  object-position: center;
}

/*  WooCommerce - Algemeen  */
div.woocommerce h2, div.woocommerce .h2, div.woo-content h2, div.woo-content .h2 {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}
div.woocommerce .shop_table, div.woo-content .shop_table {
  border: 0 !important;
}
div.woocommerce .shop_table th, div.woocommerce .shop_table td, div.woo-content .shop_table th, div.woo-content .shop_table td {
  padding: 0.5rem 0 !important;
}
div.woocommerce button.button, div.woocommerce a.button, div.woocommerce input.button, div.woo-content button.button, div.woo-content a.button, div.woo-content input.button {
  align-items: center;
  padding: 0.6rem 1rem;
  line-height: 2;
  border: 0;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600 !important;
  background-color: #E7DEE6;
  text-decoration: none !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
div.woocommerce button.button:hover, div.woocommerce a.button:hover, div.woocommerce input.button:hover, div.woo-content button.button:hover, div.woo-content a.button:hover, div.woo-content input.button:hover {
  background-color: #dccfdb;
}
div.woocommerce button.button.alt, div.woocommerce a.button.alt, div.woocommerce input.button.alt, div.woo-content button.button.alt, div.woo-content a.button.alt, div.woo-content input.button.alt {
  background-color: #D80B8C !important;
  color: #FFF !important;
}
div.woocommerce button.button.alt:hover, div.woocommerce a.button.alt:hover, div.woocommerce input.button.alt:hover, div.woo-content button.button.alt:hover, div.woo-content a.button.alt:hover, div.woo-content input.button.alt:hover {
  background-color: #c00a7c !important;
}
div.woocommerce .woocommerce-error, div.woocommerce .woocommerce-info, div.woocommerce .woocommerce-message, div.woo-content .woocommerce-error, div.woo-content .woocommerce-info, div.woo-content .woocommerce-message {
  background-color: #FFF;
  border-top: 3px solid #D80B8C;
  border-radius: 0.375rem;
  -webkit-box-shadow: 0px 8px 18px 2px rgba(115, 133, 152, 0.075);
  -moz-box-shadow: 0px 8px 18px 2px rgba(115, 133, 152, 0.075);
  box-shadow: 0px 8px 18px 2px rgba(115, 133, 152, 0.075);
  padding: 1em 2em 1em 3.5em !important;
  margin: 0 0 2em !important;
  margin-bottom: 2.5rem !important;
  position: relative;
}
div.woocommerce .woocommerce-error li, div.woocommerce .woocommerce-info li, div.woocommerce .woocommerce-message li, div.woo-content .woocommerce-error li, div.woo-content .woocommerce-info li, div.woo-content .woocommerce-message li {
  margin-bottom: 0 !important;
}
div.woocommerce .woocommerce-error li::before, div.woocommerce .woocommerce-info li::before, div.woocommerce .woocommerce-message li::before, div.woo-content .woocommerce-error li::before, div.woo-content .woocommerce-info li::before, div.woo-content .woocommerce-message li::before {
  content: "" !important;
}
div.woocommerce .woocommerce-error a.button, div.woocommerce .woocommerce-info a.button, div.woocommerce .woocommerce-message a.button, div.woo-content .woocommerce-error a.button, div.woo-content .woocommerce-info a.button, div.woo-content .woocommerce-message a.button {
  margin: -0.25rem 0 !important;
  font-size: 0.75rem !important;
  line-height: 1.25 !important;
  background: none !important;
  padding-right: 0 !important;
  outline: none !important;
}
div.woocommerce .woocommerce-error::before, div.woocommerce .woocommerce-info::before, div.woocommerce .woocommerce-message::before, div.woo-content .woocommerce-error::before, div.woo-content .woocommerce-info::before, div.woo-content .woocommerce-message::before {
  color: #D80B8C;
}
div.woocommerce .woocommerce-error, div.woo-content .woocommerce-error {
  border-top-color: #f05454;
}
div.woocommerce .woocommerce-error::before, div.woo-content .woocommerce-error::before {
  color: #f05454;
}
div.woocommerce .form-row, div.woo-content .form-row {
  padding: 0;
  display: block;
  margin-bottom: 15px;
}
div.woocommerce h3#ship-to-different-address, div.woo-content h3#ship-to-different-address {
  margin: 15px 0 20px 0;
}
div.woocommerce h3#ship-to-different-address label, div.woo-content h3#ship-to-different-address label {
  font-size: 1rem;
}
div.woocommerce legend, div.woo-content legend {
  font-size: 1rem;
  padding-top: 1rem;
  color: #3D1152;
}

nav.woocommerce-breadcrumb {
  font-weight: 600;
}
nav.woocommerce-breadcrumb a {
  text-decoration: none !important;
}

/*  WooCommerce - Winkelmandje  */
.woocommerce form.woocommerce-cart-form table {
  margin-bottom: 0;
}
.woocommerce form.woocommerce-cart-form .shop_table td.product-remove a {
  color: #f05454 !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.woocommerce form.woocommerce-cart-form .shop_table td.product-remove a:hover {
  background-color: #f05454;
  color: #FFF !important;
}
.woocommerce form.woocommerce-cart-form .shop_table td.product-name a {
  color: #3D1152;
  font-weight: 500;
  text-decoration: none !important;
}
.woocommerce form.woocommerce-cart-form .shop_table td.product-thumbnail {
  text-align: center;
}
.woocommerce form.woocommerce-cart-form .shop_table td.product-thumbnail a {
  display: block;
  border: 1px solid #eee8ee;
  border-radius: 0.75rem;
  padding: 0.5rem;
  width: 60px;
  height: 60px;
  max-height: 60px;
}
.woocommerce form.woocommerce-cart-form .coupon input {
  min-width: 175px;
}
.woocommerce .tax_label, .woocommerce .includes_tax {
  display: block;
}
.woocommerce .wc-proceed-to-checkout {
  padding-bottom: 0;
}
.woocommerce .wc-proceed-to-checkout .checkout-button {
  margin-bottom: 0 !important;
  font-size: 0.9rem !important;
}
.woocommerce .cart_totals {
  background-color: #eee8ee;
  padding: 1.5rem 1.5rem 1.25rem 1.5rem;
  border-radius: 0.75rem;
}
.woocommerce .cart_totals tr.order-total th, .woocommerce .cart_totals tr.order-total td {
  border-top: 1px solid #c7b2c4 !important;
}

.button[name=apply_coupon] {
  font-size: 0.75rem !important;
  background: none !important;
}

.button[name=update_cart] {
  font-size: 0.75rem !important;
}

.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td.actions {
  padding: 1.25rem 0 0rem 0 !important;
}

/*  WooCommerce - Mijn account  */
.woocommerce em {
  font-size: 0.75rem;
}
.woocommerce .woocommerce-MyAccount-navigation-menu {
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 0.75rem;
  -webkit-box-shadow: 0px 8px 18px 2px rgba(115, 133, 152, 0.075);
  -moz-box-shadow: 0px 8px 18px 2px rgba(115, 133, 152, 0.075);
  box-shadow: 0px 8px 18px 2px rgba(115, 133, 152, 0.075);
}
.woocommerce .woocommerce-MyAccount-navigation-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce .woocommerce-MyAccount-navigation-menu ul li {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0.5rem;
}
.woocommerce .woocommerce-MyAccount-navigation-menu ul li.is-active a {
  color: #D80B8C;
}
.woocommerce .woocommerce-MyAccount-navigation-menu ul li:last-of-type {
  margin-bottom: 0;
}
.woocommerce .woocommerce-MyAccount-navigation-menu ul li::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #D80B8C;
  font-size: 0.75rem;
}
.woocommerce .woocommerce-MyAccount-navigation-menu ul li a {
  display: inline-block;
  font-weight: 600;
  color: #3D1152;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.woocommerce .woocommerce-MyAccount-navigation-menu ul li a:hover {
  transform: translateX(3px);
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
  width: 100%;
}

/*  WooCommerce - Bestellingen  */
.woocommerce table.woocommerce-checkout-review-order-table, .woocommerce table.shop_table_responsive {
  font-size: 0.9rem;
}
.woocommerce address {
  border: 0 !important;
}
.woocommerce .woocommerce-customer-details {
  background-color: #eee8ee;
  padding: 1.5rem;
  border-radius: 0.75rem;
}
.woocommerce .woocommerce-customer-details h2 {
  font-size: 1.25rem;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: none;
}

.wc_payment_methods.payment_methods.methods {
  padding: 0 !important;
  border-bottom: none !important;
}

.form-row.place-order {
  margin: 1rem 0 0 0 !important;
  padding: 0 !important;
}

.woocommerce form.login, .woocommerce form.register {
  background-color: #eee8ee !important;
  border: none !important;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.woocommerce form.login .btn, .woocommerce form.register .btn {
  display: inline-block !important;
  width: auto !important;
}

form.checkout_coupon.woocommerce-form-coupon {
  background-color: #eee8ee !important;
  border: none !important;
}

.payment_box {
  background: none !important;
  margin: 0 !important;
  padding: 0.25rem !important;
  font-size: 0.85rem !important;
}
.payment_box::before {
  display: none !important;
}

#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
  background: #DCE6E7;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  margin-bottom: 0.5rem;
}

.woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 1rem;
  line-height: 1 !important;
}

.woocommerce-shipping-methods li {
  display: flex;
  align-items: start;
}
.woocommerce-shipping-methods li:last-of-type {
  margin-bottom: 0 !important;
}
.woocommerce-shipping-methods li label {
  font-weight: 500 !important;
  font-size: 0.9rem;
}
.woocommerce-shipping-methods li input {
  margin: 0.35rem 0.5rem 0 0 !important;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  background-color: #FFF;
  padding: 1.5rem;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0px 8px 18px 2px rgba(115, 133, 152, 0.075);
  -moz-box-shadow: 0px 8px 18px 2px rgba(115, 133, 152, 0.075);
  box-shadow: 0px 8px 18px 2px rgba(115, 133, 152, 0.075);
}

/*  Winkel - Categorie  */
.page-header {
  padding: 3.5rem 0;
  background-color: #3D1152;
  color: #FFF;
  margin: 0 50px;
}
.page-header h1 {
  margin-bottom: 0;
}
.page-header p:last-of-type {
  margin-bottom: 0;
}
.page-header.page-header-transparent {
  position: relative;
  background: none;
  background-size: cover;
  background-position: center;
}
.page-header.page-header-transparent > * {
  position: relative;
  z-index: 10;
}
.page-header.page-header-transparent::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(61, 17, 82, 0.8);
}
@media screen and (max-width: 1200px) {
  .page-header {
    margin: 0;
  }
}
.page-header span.label {
  color: #D80B8C;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 0.8rem;
}
.page-header h1 {
  font-size: 2rem;
}
.page-header .subcategories-row {
  position: relative;
  top: 7.5rem;
  margin-top: -4.5rem;
}
.page-header .subcategories-row .subcategory-card {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1rem;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.page-header .subcategories-row .subcategory-card.main-category {
  flex-direction: column;
}
.page-header .subcategories-row .subcategory-card.main-category .subcategory-card__image {
  width: 100%;
  height: 125px;
  margin-bottom: 1rem;
}
.page-header .subcategories-row .subcategory-card.main-category .subcategory-card__image img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.page-header .subcategories-row .subcategory-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #D80B8C;
  border-radius: 0 0 0.75rem 0.75rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.page-header .subcategories-row .subcategory-card:hover {
  -webkit-box-shadow: 0px 9px 20px 3px rgba(115, 133, 152, 0.15);
  -moz-box-shadow: 0px 9px 20px 3px rgba(115, 133, 152, 0.15);
  box-shadow: 0px 9px 20px 3px rgba(115, 133, 152, 0.15);
}
.page-header .subcategories-row .subcategory-card:hover::after {
  width: 100%;
}
.page-header .subcategories-row .subcategory-card .subcategory-card__image img {
  object-fit: contain;
  height: 50px;
  width: 50px;
  margin-right: 1rem;
}
.page-header .subcategories-row .subcategory-card h6 {
  margin: 0;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
}

.checkout_coupon.woocommerce-form-coupon {
  margin-top: 1rem !important;
}

/*  Winkel - Product loop */
.woocommerce-result-count {
  font-size: 0.8rem;
  margin: 0.5rem 0 !important;
}
@media screen and (max-width: 768px) {
  .woocommerce-result-count {
    display: none;
  }
}

.product-loop .product-item-column {
  position: relative;
}
.product-loop .product-item-column .product-item-buttons {
  display: flex;
  position: absolute;
  top: 1rem;
  right: 2rem;
  z-index: 10;
}
.product-loop .product-item {
  position: relative;
  background-color: #FFF;
  border-radius: 0.75rem;
  padding: 1.5rem;
  -webkit-box-shadow: 0px 8px 18px 2px rgba(115, 133, 152, 0.075);
  -moz-box-shadow: 0px 8px 18px 2px rgba(115, 133, 152, 0.075);
  box-shadow: 0px 8px 18px 2px rgba(115, 133, 152, 0.075);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.product-loop .product-item:hover {
  transform: scale(1.02);
  -webkit-box-shadow: 0px 9px 20px 3px rgba(115, 133, 152, 0.15);
  -moz-box-shadow: 0px 9px 20px 3px rgba(115, 133, 152, 0.15);
  box-shadow: 0px 9px 20px 3px rgba(115, 133, 152, 0.15);
}
.product-loop .product-item.product-item--keuzehulp {
  background: #D80B8C;
}
.product-loop .product-item.product-item--keuzehulp .product-item-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 200px;
  margin-bottom: 1rem;
  color: #FFF;
  font-weight: 400;
  font-size: 0.9rem;
}
.product-loop .product-item.product-item--keuzehulp .product-item-text p:last-of-type {
  margin-bottom: 0;
}
.product-loop .product-item.product-item--keuzehulp .product-item-text h3 {
  color: #FFF;
  font-size: 1.1rem;
}
.product-loop .product-item .product-item-buttons {
  display: flex;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}
.product-loop .product-item .product-item-image {
  display: flex;
  align-content: center;
  justify-content: center;
  height: 200px;
  margin-bottom: 1rem;
}
.product-loop .product-item .product-item-image img {
  max-height: 100%;
  align-self: center;
}
.product-loop .product-item-content .product-item-content__info h4 {
  font-weight: 500;
  color: #3D1152;
  font-size: 0.9rem;
}
.product-loop .product-item-content .product-item-content__info del {
  color: #d2c0d0;
}
.product-loop .product-item-content .product-item-content__info del span.woocommerce-Price-amount.amount bdi {
  color: #d2c0d0;
  font-weight: 400;
}
.product-loop .product-item-content .product-item-content__info bdi, .product-loop .product-item-content .product-item-content__info ins {
  color: #D80B8C;
}
.product-loop .product-item-content .product-item-content__info ul {
  padding: 0;
  margin: 10px 0 0 0;
  list-style: none;
}
.product-loop .product-item-content .product-item-content__info ul li {
  font-weight: 400;
  font-size: 0.8rem;
  color: #3D1152;
  position: relative;
  padding-left: 1.25rem;
}
.product-loop .product-item-content .product-item-content__info ul li::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 0.85rem;
  color: #D80B8C;
}

body:not(.woocommerce) .product-item-column {
  flex: 1 !important;
  max-width: unset !important;
}

.badge-wrapper {
  padding: 0 8px;
  display: flex;
  position: absolute;
  width: 85%;
  top: 20px;
  left: 25px;
  flex-wrap: wrap;
}

.woocommerce span.onsale {
  position: relative;
  display: inline-block;
  background: #D80B8C;
  font-size: 0.75rem;
  border-radius: 50px;
  padding: 0 0.75rem;
  margin: 0.25rem;
}

/*  Woocommerce - Single product  */
form.cart:not(.variations_form) {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

form.cart {
  margin-bottom: 1rem !important;
  margin-top: 1rem;
}
form.cart::before, form.cart::after {
  display: none !important;
}
@media screen and (max-width: 768px) {
  form.cart {
    flex-direction: column;
  }
}
form.cart .add-to-cart-wrapper .quantity, form.cart .woocommerce-variation-add-to-cart .quantity {
  min-height: 100%;
  height: 48px;
  margin-right: -2rem !important;
}
form.cart .add-to-cart-wrapper .quantity input[type=number], form.cart .woocommerce-variation-add-to-cart .quantity input[type=number] {
  height: 100%;
  border-radius: 50px 0 0 50px !important;
}
form.cart .button {
  align-items: center;
  padding: 0.6rem 1rem;
  line-height: 1.75;
  border: 0;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  background-color: #D80B8C !important;
  margin-left: 0.75rem;
  color: #FFF !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
form.cart .button.disabled.wc-variation-selection-needed {
  background-color: #f76bc3 !important;
  opacity: 1 !important;
}

.stock {
  margin: 0.75rem 0;
  font-weight: 600;
}
.stock.out-of-stock {
  color: #f05454 !important;
}

section.up-sells h2, section.related h2 {
  margin-bottom: 2.5rem;
  text-align: center;
}

.woocommerce-product-gallery {
  border-radius: 1rem;
  background-color: #FFF;
  height: 100%;
  width: 100% !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.woocommerce-product-gallery img {
  margin: 0 auto;
  max-height: 500px;
  width: auto !important;
}

.product-meta {
  padding: 1rem 1.5rem;
}
.product-meta ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.product-meta ul li {
  position: relative;
  padding-left: 1rem;
}
.product-meta ul li::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 0.85rem;
  color: #D80B8C;
}

p.price {
  margin-bottom: 0;
  color: #D80B8C !important;
  line-height: unset;
}
p.price .woocommerce-Price-amount.amount {
  color: #D80B8C;
}
p.price .woocommerce-Price-amount.amount bdi {
  color: #D80B8C;
  font-weight: 600;
}

.single_variation_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.single_variation_wrap .woocommerce-variation.single_variation {
  margin-bottom: 1rem;
}
.single_variation_wrap .woocommerce-Price-amount.amount .price {
  margin-right: 1rem;
}
.single_variation_wrap .woocommerce-Price-amount.amount bdi {
  color: #D80B8C;
}

.single-product-usp ul.usp-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .single-product-usp ul.usp-list {
    flex-direction: column;
  }
}

.break-out {
  width: calc(100vw - 9px);
  position: relative;
  background-color: lightgreen;
  left: calc(-1 * (100vw - 100%) / 2);
}
@media screen and (max-width: 768px) {
  .break-out {
    width: 100vw;
  }
}

.woocommerce-tabs {
  width: 100% !important;
}

.tabs.wc-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border: 0 !important;
}
.tabs.wc-tabs::before {
  display: none !important;
}
.tabs.wc-tabs li {
  margin: 0 0.25rem !important;
  background-color: transparent !important;
  border: 0 !important;
  border-top: 2px solid #E7DEE6 !important;
  border-radius: 0 !important;
}
.tabs.wc-tabs li.active {
  color: #D80B8C;
  border-color: #D80B8C !important;
}
.tabs.wc-tabs li::before, .tabs.wc-tabs li::after {
  display: none !important;
}

#tab-description table {
  overflow: hidden;
  width: 100%;
  margin-bottom: 1rem;
}
#tab-description table tr {
  border-bottom: 1px solid #dccfdb;
}
#tab-description table tr:last-of-type {
  border-bottom: none;
}
#tab-description table tr td {
  padding: 0.5rem 0;
}
#tab-description table td {
  padding-right: 25px;
  max-width: 300px;
}

.flex-viewport {
  max-width: 100%;
}

.flex-control-nav.flex-control-thumbs {
  margin-top: 0.75rem !important;
  display: flex;
  justify-content: center;
}

table.variations td {
  padding: 0.25rem 0;
}
table.variations td.label label {
  line-height: 1.3;
}

/*  Woocommerce - Pagination  */
.woocommerce-pagination {
  margin-top: 1.5rem;
}

.woocommerce nav.woocommerce-pagination ul {
  border: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: 0;
  margin: 0 0.25rem;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers {
  display: inline-flex;
  justify-content: center;
  align-content: center;
  background-color: #eee8ee;
  border: 0;
  width: 40px;
  height: 40px;
  line-height: unset;
  border-radius: 100%;
  border: 1px solid transparent;
  padding-top: 7px;
  padding-bottom: 9px;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers:not(.current):hover {
  background-color: rgba(216, 11, 140, 0.1);
  border: 1px solid #D80B8C;
  color: #D80B8C;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers.current {
  background-color: #D80B8C;
  color: #FFF;
}

/*  WOOF  */
.woof_products_top_panel {
  margin: 0 0 1rem 0;
}
.woof_products_top_panel ul li {
  margin: 0 10px 0 0 !important;
}
.woof_products_top_panel ul li a {
  display: inline-block;
  background-color: #D80B8C;
  padding: 0rem 1rem;
  border-radius: 250px;
  font-size: 0.9rem;
  font-weight: 400;
  color: #FFF;
  text-decoration: none !important;
}
.woof_products_top_panel ul li a span {
  position: relative;
  background: none;
}
.woof_products_top_panel ul li a span::after {
  position: absolute;
  right: 0;
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
}

.woof_childs_list_opener {
  display: none !important;
}

.woocommerce-ordering {
  display: flex;
  margin: 0 0 1rem auto !important;
  justify-content: flex-end;
  float: none !important;
  font-size: 0.9rem !important;
}
.woocommerce-ordering select {
  width: auto;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #3D1152;
}

.woocommerce .widget_price_filter .ui-slider {
  margin: 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background: #f53bb0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background: #D80B8C;
  border: 0;
}

.woof_list {
  margin: 0;
  padding: 0 0 0 10px;
}
.woof_list.woof_list_checkbox li {
  display: flex;
  align-items: center;
}
.woof_list .woof_checkbox_label {
  margin-left: 8px;
  padding: 0;
  margin-bottom: 0;
  line-height: 1.35;
}

.woof_container_inner {
  border-bottom: 1px solid #E7DEE6;
  padding-bottom: 0.5rem;
}
.woof_container_inner label {
  font-weight: 500;
}
.woof_container_inner label .woof_checkbox_count {
  font-weight: 600;
}
.woof_container_inner h4 {
  font-size: 0.9rem;
  font-weight: 600;
}
.woof_container_inner h4.is-collapsable {
  cursor: pointer;
}

.woof_submit_search_form_container {
  margin: 0;
}
.woof_submit_search_form_container button.woof_reset_search_form, .woof_submit_search_form_container button.woof_submit_search_form {
  display: block;
  width: 100%;
  padding: 0.65rem 1.15rem;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  border: 2px solid transparent;
  background-color: #D80B8C !important;
  color: #FFF;
}
.woof_submit_search_form_container button.woof_reset_search_form.woof_reset_search_form, .woof_submit_search_form_container button.woof_submit_search_form.woof_reset_search_form {
  background: none !important;
  color: #3D1152;
}
.woof_submit_search_form_container button.woof_reset_search_form.woof_reset_search_form:hover, .woof_submit_search_form_container button.woof_submit_search_form.woof_reset_search_form:hover {
  background: none !important;
  color: #3D1152;
}
.woof_submit_search_form_container button.woof_reset_search_form:hover, .woof_submit_search_form_container button.woof_submit_search_form:hover {
  background-color: #c00a7c !important;
  color: #FFF;
}

.woof_block_html_items {
  width: 100% !important;
}

.woof_front_toggle {
  position: relative;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  color: #FFF;
  text-decoration: none;
  font-size: 0;
  margin-top: -4px;
}
.woof_front_toggle::after {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 0.85rem;
  color: #D80B8C;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.woof_front_toggle.woof_front_toggle_closed::after {
  transform: rotate(-45deg);
}

/*  Woocommerce - Visual Product Configurator */
.VPC_Modern_Skin .vpc-component-arrow {
  position: relative;
  background: none !important;
}
.VPC_Modern_Skin .vpc-component-arrow::before {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 0.75rem;
  color: #D80B8C;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.vpc-component-header.component-open .vpc-component-arrow::before {
  transform: rotate(180deg);
}

#vpc-price-container {
  text-align: right !important;
}
#vpc-price-container #vpc-price {
  position: relative;
  color: #D80B8C;
}
#vpc-price-container #vpc-price::after {
  position: absolute;
  content: " (Excl. btw)";
  color: #00000052;
  font-size: 0.9rem;
  font-weight: 500;
  right: 0;
  bottom: -20px;
}

#vpc-preview-container {
  background-color: #fff !important;
}

.vpc-component {
  background-color: #FFF !important;
  -webkit-box-shadow: 0px 8px 18px 2px rgba(115, 133, 152, 0.075);
  -moz-box-shadow: 0px 8px 18px 2px rgba(115, 133, 152, 0.075);
  box-shadow: 0px 8px 18px 2px rgba(115, 133, 152, 0.075);
}

.VPC_Modern_Skin .vpc-options input:checked + label.custom::after {
  color: #FFF !important;
  background-color: #D80B8C !important;
}

.VPC_Modern_Skin .vpc-action-buttons {
  margin: 0 !important;
}

button#vpc-add-to-cart {
  display: block;
  width: calc(100% - 10px);
  background-color: #D80B8C !important;
  border-radius: 50px !important;
  font-weight: 600 !important;
}

#vpc-preview, .vpc-cart-config-image, .saved-config-preview {
  border: 0;
}

.vpc-edit-config-button {
  margin-top: 0.75rem !important;
  font-size: 0.75rem !important;
}

.vpc-cart-options-container .vpc-cart-component {
  background: #eee8ee;
  text-transform: none;
}

.vpc-cart-options-container > div > div {
  background-color: transparent;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  height: calc(60px - 1rem);
  width: calc(60px - 1rem);
  object-fit: contain;
  object-position: center;
}

/*  Footer  */
a.back-to-top {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 1.555rem;
  bottom: 1.555rem;
  background-color: #3D1152;
  width: 50px;
  height: 50px;
  color: #FFF;
  border-radius: 100%;
  z-index: 400;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0px 9px 20px 3px rgba(115, 133, 152, 0.15);
  -moz-box-shadow: 0px 9px 20px 3px rgba(115, 133, 152, 0.15);
  box-shadow: 0px 9px 20px 3px rgba(115, 133, 152, 0.15);
}
a.back-to-top:hover {
  background-color: #2d0d3d;
  text-decoration: none;
}
a.back-to-top.show {
  opacity: 1;
  pointer-events: all;
}

footer .footer-main {
  background-color: #eee8ee;
  padding: 5rem 0 1.5rem 0;
  font-size: 0.9rem;
  color: #3D1152;
}
footer .footer-main a {
  color: #3D1152;
}
footer .footer-main h4 {
  font-size: 0.8rem;
  color: #D80B8C;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
footer .footer-main ul.footer-socials-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer-main ul.footer-socials-list li {
  margin-right: 0.5rem;
}
footer .footer-main ul.footer-socials-list li a {
  text-decoration: none;
}
footer .footer-main ul.footer-socials-list li a:hover i {
  border: 1px solid #D80B8C;
  color: #D80B8C;
}
footer .footer-main ul.footer-socials-list li a i {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  border: 1px solid #3D1152;
  color: #3D1152;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
footer .footer-main nav.footer-menu ul.navbar-nav li.nav-item {
  margin-bottom: 0.4rem;
}
footer .footer-main nav.footer-menu ul.navbar-nav li.nav-item a.nav-link {
  color: #3D1152;
  font-weight: 400;
  padding: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
footer .footer-main nav.footer-menu ul.navbar-nav li.nav-item a.nav-link:hover {
  transform: translateX(3px);
  color: #D80B8C;
}
footer .footer-copyright {
  font-size: 0.75rem;
}
footer .footer-copyright ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer-copyright ul .nav-item {
  display: inline-block;
  margin-right: 1rem;
}
footer .footer-copyright ul .nav-item .nav-link {
  text-transform: lowercase;
  padding: 0;
}

.vc_tta.vc_tta-shape-rounded .vc_tta-panel-body, .vc_tta.vc_tta-shape-rounded .vc_tta-panel-heading {
  border-radius: 0 !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before {
  border: none !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel-heading .vc_tta-controls-icon::after, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel-heading .vc_tta-controls-icon::before {
  border-color: #D80B8C !important;
}

.vc_tta-panel .vc_tta-panel-heading {
  border: none !important;
}
.vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
  border-bottom: 1px solid #E7DEE6 !important;
}
.vc_tta-panel:last-of-type .vc_tta-panel-heading .vc_tta-panel-title {
  border: none !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
  font-weight: 600 !important;
  color: #3D1152 !important;
  font-size: 1.1rem !important;
  padding: 1rem 0.5rem !important;
}

.wpforms-container {
  margin: 0 !important;
}
.wpforms-container input:not([type=submit]):not([type=checkbox]):not([type=radio]), .wpforms-container textarea, .wpforms-container select, .wpforms-container .select2-container--default .select2-selection--single {
  width: 100%;
  max-width: unset;
  background-color: #FFF;
  border: 1px solid #E7DEE6;
  padding: 0.5rem 1rem;
  height: auto;
  border-radius: 0.375rem;
}
.wpforms-container input:not([type=submit]):not([type=checkbox]):not([type=radio])::placeholder, .wpforms-container textarea::placeholder, .wpforms-container select::placeholder, .wpforms-container .select2-container--default .select2-selection--single::placeholder {
  color: #c7b2c4;
  font-size: 0.85rem;
}
.wpforms-container .wpforms-field-label {
  font-size: 0.9rem !important;
  margin-bottom: 0.5rem !important;
  font-weight: 600 !important;
}
.wpforms-container .wpforms-field {
  padding: 0 0 1rem 0 !important;
}
.wpforms-container .wpforms-submit {
  display: inline-flex !important;
  align-items: center !important;
  padding: 0.65rem 1.15rem !important;
  border-radius: 50px !important;
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  border: 2px solid transparent !important;
  text-decoration: none !important;
  background-color: #D80B8C !important;
  color: #FFF !important;
}

.modal-content {
  border-radius: 1rem;
  border: none;
  -webkit-box-shadow: 0px 9px 20px 3px rgba(115, 133, 152, 0.15);
  -moz-box-shadow: 0px 9px 20px 3px rgba(115, 133, 152, 0.15);
  box-shadow: 0px 9px 20px 3px rgba(115, 133, 152, 0.15);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modal-content .close {
  position: absolute;
  top: 1.75rem;
  right: 2rem;
  font-size: 2rem;
  z-index: 2;
}
.modal-content .modal-body {
  padding: 3rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modal-content .contact-modal-card i {
  margin-right: 1rem;
  font-size: 2rem;
  color: #D80B8C;
}
.modal-content .modal-footer {
  background-color: #eee8ee;
  font-size: 0.75rem;
  border: none;
  border-radius: 0 0 1rem 1rem;
}

.employee-card-image img {
  width: 100px;
  margin-bottom: 1rem;
}

a.keuzehulp-product {
  display: block;
  width: 100%;
}
a.keuzehulp-product .keuzehulp-product__image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  border-radius: 0.75rem;
  border: 1px solid #E7DEE6;
  margin-bottom: 0.75rem;
}
a.keuzehulp-product .keuzehulp-product__image img {
  width: 125px;
  height: 125px;
  object-fit: contain;
  object-position: center;
}
a.keuzehulp-product h4 {
  font-size: 1rem;
  font-weight: 600;
}

.grecaptcha-badge {
  display: none;
}

@media screen and (min-width: 992px) {
  body.configurator-3053 #vpc-preview > img, body.configurator-3638 #vpc-preview > img, body.configurator-3047 #vpc-preview > img, body.configurator-3048 #vpc-preview > img, body.configurator-3044 #vpc-preview > img, body.configurator-3042 #vpc-preview > img {
    top: -150px;
    pointer-events: none;
  }
}
@media screen and (max-width: 992px) {
  body.configurator-3053 #vpc-preview > img, body.configurator-3638 #vpc-preview > img, body.configurator-3047 #vpc-preview > img, body.configurator-3048 #vpc-preview > img, body.configurator-3044 #vpc-preview > img, body.configurator-3042 #vpc-preview > img {
    top: -75px;
    pointer-events: none;
  }
}

.main-carousel {
  padding: 0.5rem 0;
  margin-bottom: 3rem;
}
.main-carousel .carousel-image {
  max-width: 95vw;
  margin: 0 0.5rem;
}

.flickity-page-dots .dot {
  background: #D80B8C;
}

.woof_reset_button_2 {
  display: none;
}

.woof_products_top_panel ul li {
  font-size: 0;
}

.woocommerce-price-suffix {
  font-size: 0.85rem;
  color: #b194ae !important;
}
.woocommerce-price-suffix * {
  color: #b194ae !important;
}

.delivery-indicator {
  font-size: 0.95rem;
  font-weight: 600;
  color: #4f9d74;
}

.woof_products_top_panel {
  z-index: unset;
}

.color-white {
  color: #FFF !important;
}

#mobile-hero {
  position: relative;
  background-image: url("https://ergonomiespecialist.nl/wp-content/uploads/2021/03/Callas-Credit-Life-x-Ergonomiespecialist6-1024x416.png");
  background-size: cover;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #mobile-hero {
    margin-bottom: 1rem;
  }
}
#mobile-hero > * {
  position: relative;
  z-index: 1;
}
#mobile-hero::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(61, 17, 82, 0.6);
}
#mobile-hero::after .vc_column-inner {
  padding: 1rem !important;
}

.thankyou-container i {
  font-size: 10rem;
  color: #D80B8C;
  margin-left: 2rem;
}

ul#shipping_method input[type=radio] {
  flex-shrink: 0;
}

.upper-canvas {
  pointer-events: none;
}

.filter-wrapper.filter-wrapper--mobile .card {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.filter-wrapper.filter-wrapper--mobile .card .widget-woof {
  margin: 1.5rem;
}
.filter-wrapper.filter-wrapper--mobile.show .card {
  max-height: 2000px;
}
.filter-wrapper.filter-wrapper--mobile.show .btn {
  content: "Filter sluiten";
}

.usp-product-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.usp-product-list li {
  margin: 0.5rem 0;
}

#wpforms-form-14926 .foto-info-container {
  display: flex;
  width: 100%;
}
#wpforms-form-14926 .foto-info-container .foto-image {
  background-size: cover !important;
  background-position: center !important;
  height: 100% !important;
  min-height: 350px !important;
  flex: 1 !important;
}
#wpforms-form-14926 .foto-info-container .foto-info {
  background-color: #FFF !important;
  padding: 1rem !important;
  min-height: 100% !important;
  flex: 1 !important;
}
#wpforms-form-14926 .wpforms-field-file-upload {
  margin-top: -20px !important;
  margin-bottom: 3.5rem !important;
}

.wpforms-field-file-upload .wpforms-uploader {
  background-color: #D80B8C !important;
  color: #FFF !important;
}

.wpforms-field-file-upload .wpforms-uploader svg {
  fill: #FFF !important;
}

.wpforms-field-file-upload .wpforms-uploader svg path {
  fill: #FFF !important;
}

button.wpforms-page-button {
  border-radius: 50px !important;
  border: none !important;
}
button.wpforms-page-button.wpforms-page-next {
  background: #D80B8C !important;
  color: #FFF !important;
}
button.wpforms-page-button.wpforms-page-prev {
  background: #E7DEE6 !important;
}

#cart-buttons-wrapper {
  opacity: 0;
  margin-bottom: 2rem;
  animation-name: fadeIn;
  animation-duration: 0.3s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}

#add_to_offerte_btn {
  float: left;
}

.woocommerce-variation-add-to-cart {
  display: flex;
}

blockquote {
  position: relative;
  margin: 2rem 0 2rem;
}
blockquote p {
  font-weight: 600;
  position: relative;
  z-index: 200;
}
blockquote:before {
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro" !important;
  content: "\f10d";
  position: absolute;
  top: -13px;
  left: -17px;
  font-size: 1.8rem;
  color: #D80B8C;
  font-weight: 800;
  opacity: 0.6;
  z-index: 100;
}
@media screen and (max-width: 992px) {
  blockquote:before {
    left: -10px;
  }
}

.woocommerce-product-attributes-item__value a {
  color: #3D1152;
  text-decoration: none !important;
  font-weight: 400 !important;
  pointer-events: none;
}

.woocommerce-store-notice, p.demo_store {
  background: #3D1152 !important;
}

.logo-link:hover {
  text-decoration: none;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover {
  background-color: #eee8ee !important;
}

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