html.js {
  margin-top: 0!important;
}
.admin-bar #header {
  top: 46px;
}
/* Clearfix */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
p,
span,
a,
strong {
  font-size: inherit;
  line-height: inherit;
}
body {
  color: #252525;
  background: #f2f2f2;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  font-family: 'Source Sans Pro', 'Open Sans', sans-serif;
  line-height: 1.5em;
  font-size: 16px;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
}
body.no-scroll {
  overflow: hidden;
}
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
  color: #252525;
  line-height: 1.1em;
  font-weight: 600;
  font-family: 'Source Sans Pro', sans-serif;
}
h1 > strong,
h2 > strong,
h3 > strong,
h4 > strong {
  font-size: inherit;
  font-weight: 600;
  line-height: 1.1em;
}
h1 {
  font-weight: 300;
  color: #252525;
  font-size: 2.25em;
  line-height: 1.2em;
  margin: 0 0 0.75em 0;
}
h2 {
  color: #252525;
  font-size: 1.8em;
  padding: 0.4em 0 0.75em 0;
}
h3 {
  font-size: 1.25em;
  line-height: 1.35em;
  padding: 0.4em 0 0.5em 0;
}
h4 {
  font-size: 1.15em;
  margin: 0 0 0.5em 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  margin: 0 0 0.5em 0;
  list-style: none;
}
p {
  margin: 0 0 1em 0;
}
p.small {
  font-size: 0.9em;
}
a {
  text-decoration: underline;
  color: #252525;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
input,
select,
textarea,
button,
.button {
  display: inline-block;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

  border: 1px solid #eaeaea;
  padding: 0.25em 0.5em;
  background: #ffffff;
  color: #252525;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 0.95em;
}
input.error,
select.error,
textarea.error,
button.error,
.button.error {
  border-color: #e14646;
}
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=tel],
input[type=search],
input[type=number] {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

}
textarea {
  width: 100%;
  resize: none;
}
select {
  background: #ffffff url(../images/arrow-dropdown.svg) center right no-repeat;
  padding: 0.4em 2.5em 0.35em 0.5em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  max-width: 100%;
  text-overflow: '';
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  /* for IE 11 */

  display: none;
}
hr {
  display: block;
  width: 100%;
  margin: 2em 0 2em 0;
  padding: 0;
  background: none;
  border: 0;
  border-top: 1px solid #eaeaea;
}
fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
.wrapper {
  position: relative;
  clear: both;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 1%;
}
.clearer,
.cf {
  clear: both;
}
/* column definitions
.column.s**		resolutions up to 319px
.column.m**		resolutions 320px to 511px
.column.l**		resolutions 512px to 1023px
.column.xl**	resolutions 1024px and up
 */
.padding {
  padding: 1.5em 1em;
}
#extrainfo .content em,
p em {
  text-transform: none;
  letter-spacing: 0;
  font-style: italic;
  font-weight: normal;
  display: inline;
}
main {
  position: relative;
  clear: both;
  max-width: 1200px;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.07);
}
.column {
  float: left;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

  padding: 1.5em 1em;
}
.column.no-padding {
  padding: 0;
}
.column.s5 {
  width: 5%;
}
.column.s10 {
  width: 10%;
}
.column.s15 {
  width: 15%;
}
.column.s20 {
  width: 20%;
}
.column.s25 {
  width: 25%;
}
.column.s30 {
  width: 30%;
}
.column.s33 {
  width: 33.33%;
}
.column.s35 {
  width: 35%;
}
.column.s40 {
  width: 40%;
}
.column.s45 {
  width: 45%;
}
.column.s50 {
  width: 50%;
}
.column.s55 {
  width: 55%;
}
.column.s60 {
  width: 60%;
}
.column.s65 {
  width: 65%;
}
.column.s66 {
  width: 66.66%;
}
.column.s70 {
  width: 70%;
}
.column.s75 {
  width: 75%;
}
.column.s80 {
  width: 80%;
}
.column.s85 {
  width: 85%;
}
.column.s90 {
  width: 90%;
}
.column.s95 {
  width: 95%;
}
.column.s100 {
  width: 100%;
}
.column.mhide,
.column.lhide,
.column.xlhide {
  display: block;
}
.column.shide {
  display: none;
}
.column.right {
  float: right;
}
#header {
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: fixed;
  max-width: 1200px;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 60px;
  background: #fcd557;
  z-index: 99;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-shadow: 0px 2px 3px -2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 3px -2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 3px -2px rgba(0, 0, 0, 0.25);
}
#header .logo {
  display: inline-block;
  position: absolute;
  left: 2em;
  left: 0.5em;
  top: 0;
  z-index: 99;
}
#header .logo a {
  display: block;
  width: 9em;
  height: 7em;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#header .logo a img {
  max-width: 100%;
  height: auto;
}
/* sidenav */
#sidenav {
  position: absolute;
  right: 0;
  left: 0;
  text-align: right;
  background: #fcd557;
  width: 100%;
}
#sidenav:hover a {
  opacity: 0.6;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#sidenav:hover a:hover {
  opacity: 1;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#sidenav .menu-side_nav-container,
#sidenav .menu-side_nav-engels-container {
  display: none;
}
#sidenav #account-toggle {
  background: url(../images/icons/profile.svg) center center no-repeat;
  position: absolute;
  right: 111px;
  width: 50px;
  height: 60px;
  border-left: 1px solid white;
}
#sidenav a.cart-customlocation {
  background: url(../images/icons/shopping__cart.svg) center center no-repeat;
  position: absolute;
  right: 59px;
  width: 50px;
  height: 60px;
  border-left: 1px solid white;
  border-right: 1px solid white;
}
#sidenav a.cart-customlocation span {
  background-color: #252525;
  float: right;
  margin-top: 0.25em;
  margin-right: 0.25em;
  font-size: 12px;
  min-width: 1em;
  height: 1em;
  font-weight: 600;
  color: #ffffff;
  line-height: 1em;
  padding: 0.25em;
  text-align: center;
  border-radius: 50%;
}
#sidenav ul li {
  display: inline-block;
  position: relative;
}
#sidenav ul li a {
  color: #ffffff;
  padding: 0 1em;
  font-size: 0.8em;
  font-weight: 600;
  text-decoration: none;
}
#sidenav ul li.menu-item-8311:hover ul.sub-menu {
  display: block;
}
#sidenav ul li ul.sub-menu {
  position: absolute;
  display: none;
  background: #fcd557;
  border: 1px solid #eaeaea;
  min-width: 110px;
  border: 0;
  left: 0;
  top: 1.5em;
  margin: 0;
  padding: .5em 0;
  z-index: 99;
  text-align: left;
}
#menu #search-toggle {
  position: absolute;
  display: block;
  right: 164px;
  width: 50px;
  height: 60px;
  background: url(../images/icons/search_white.svg) center center no-repeat;
  z-index: 22;
}
#search {
  position: absolute;
  top: 8em;
  left: 0;
  right: 0;
  padding: 0 1em;
  display: block;
  background: #fcdb70;
  display: none;
}
#search.show {
  display: block;
}
#search form {
  position: relative;
  padding: 1em 0;
}
#search form input {
  width: 100%;
  border: 0;
  padding: 10px;
}
#search form button {
  width: 39px;
  position: absolute;
  right: 3px;
  top: 18px;
  height: 35px;
  background: url(../images/icons/arrow.svg) center center no-repeat #ffffff;
  background-size: 30px;
  border: none;
}
/* mainmenu */
.menu-main_menu-container,
.menu-main_menu-engels-container {
  position: absolute;
  right: 4em;
  top: -4px;
  left: 0;
}
.menu-main_menu-container > ul,
.menu-main_menu-engels-container > ul {
  display: none;
  position: relative;
  list-style: none;
  margin: 0;
  clear: none;
  background: none;
  padding: 0;
  border: 0;
  top: -2px;
  text-align: right;
}
.menu-main_menu-container > ul > li,
.menu-main_menu-engels-container > ul > li {
  display: inline-block;
  margin: 0 0 0 0;
  font-size: 0.9em;
  padding: 0;
}
.menu-main_menu-container > ul > li.menu-item-16,
.menu-main_menu-engels-container > ul > li.menu-item-16 {
  margin-right: 5em;
}
.menu-main_menu-container > ul > li.menu-item-21,
.menu-main_menu-engels-container > ul > li.menu-item-21 {
  display: none;
}
.menu-main_menu-container > ul > li > a,
.menu-main_menu-engels-container > ul > li > a {
  display: block;
  padding: 1.775em 1em;
  border-bottom: 1px solid transparent;
}
.menu-main_menu-container > ul > li > a:hover,
.menu-main_menu-engels-container > ul > li > a:hover {
  border-bottom: 1px solid #969696;
}
.menu-main_menu-container > ul > li a,
.menu-main_menu-engels-container > ul > li a {
  color: #505050;
  font-weight: 600;
  text-decoration: none;
  font-size: 1.1em;
}
.menu-main_menu-container > ul > li a:hover,
.menu-main_menu-engels-container > ul > li a:hover {
  opacity: 0.8;
}
.menu-main_menu-container > ul > li.active > a,
.menu-main_menu-engels-container > ul > li.active > a {
  color: #969696;
}
.menu-main_menu-container > ul > li:hover > ul,
.menu-main_menu-engels-container > ul > li:hover > ul {
  display: block;
}
.menu-main_menu-container > ul > li ul,
.menu-main_menu-engels-container > ul > li ul {
  position: absolute;
  display: none;
  background: #ffffff;
  min-width: 12em;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0;
  z-index: 11;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 2px 3px -2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 3px -2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 3px -2px rgba(0, 0, 0, 0.25);
}
.menu-main_menu-container > ul > li ul li,
.menu-main_menu-engels-container > ul > li ul li {
  display: block;
  margin: 0;
  float: left;
  width: 33.33%;
  padding: 1em;
  border: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.menu-main_menu-container > ul > li ul li:before,
.menu-main_menu-engels-container > ul > li ul li:before {
  content: '';
  background-image: url(../images/recepten.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 235px;
  max-width: 330px;
  display: block;
  margin: 0 auto;
  margin-bottom: 1em;
}
.menu-main_menu-container > ul > li ul li.menu-item-153:before,
.menu-main_menu-engels-container > ul > li ul li.menu-item-153:before {
  background-image: url(../images/cursussen.jpg);
}
.menu-main_menu-container > ul > li ul li.menu-item-154:before,
.menu-main_menu-engels-container > ul > li ul li.menu-item-154:before {
  background-image: url(../images/priveles.jpg);
}
.menu-main_menu-container > ul > li ul li:after,
.menu-main_menu-engels-container > ul > li ul li:after {
  content: 'Toon aanbod';
  display: block;
  padding: 2.25em 0 0 0;
  text-decoration: underline;
}
.menu-main_menu-container > ul > li ul li:first-child.
.menu-main_menu-engels-container > ul > li ul li:first-child {
  border-top: 0;
}
.menu-main_menu-container > ul > li ul li a,
.menu-main_menu-engels-container > ul > li ul li a {
  text-transform: none;
  font-size: 1.2em;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding-top: 265px;
}
.menu-main_menu-container > ul > li ul li a:hover,
.menu-main_menu-engels-container > ul > li ul li a:hover {
  color: #535353;
}
#mobile-menu {
  position: fixed;
  display: block;
  background: #ffffff;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: -150%;
  padding-top: 6.5em;
  overflow-y: auto;
  z-index: 98;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  color: #252525;
}
#mobile-menu.show {
  top: 0;
}
#mobile-menu a {
  color: #252525;
}
#mobile-menu .menu-main_menu-container,
#mobile-menu .menu-main_menu-engels-container {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}
#mobile-menu .menu-main_menu-container ul,
#mobile-menu .menu-main_menu-engels-container ul {
  display: block;
}
#mobile-menu .menu-main_menu-container ul li,
#mobile-menu .menu-main_menu-engels-container ul li {
  display: block;
  text-align: center;
}
#mobile-menu .menu-main_menu-container ul li:hover,
#mobile-menu .menu-main_menu-engels-container ul li:hover {
  border-color: #ffffff;
}
#mobile-menu .menu-main_menu-container ul li:hover a,
#mobile-menu .menu-main_menu-engels-container ul li:hover a {
  border-color: #ffffff;
}
#mobile-menu .menu-main_menu-container ul li a,
#mobile-menu .menu-main_menu-engels-container ul li a {
  font-weight: 600;
  font-size: 3em;
  padding: 0.5em 0.4em;
}
#mobile-menu div > ul {
  list-style: none;
  margin: 0;
  padding: 0 0 1em 0;
}
#mobile-menu div > ul > li {
  padding: 0;
  margin: 0;
  text-align: center;
  border-top: 1px solid #ffffff;
}
#mobile-menu div > ul > li:first-child {
  border-top: 0;
}
#mobile-menu div > ul > li > a {
  font-weight: 600;
}
#mobile-menu div > ul > li a {
  display: block;
  font-size: 2em;
  letter-spacing: 2px;
  font-weight: 300;
  padding: 0.5em 0.5em;
}
#mobile-menu div > ul > li ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 1em;
}
#mobile-menu div > ul > li ul li {
  border-top: 1px solid #ffffff;
}
#mobile-menu div > ul > li ul li:first-child {
  border-top: 0;
}
#nav-toggle {
  display: block;
  position: absolute;
  right: 1em;
  top: 1.2em;
  cursor: pointer;
  padding: 10px 28px 16px 0px;
  z-index: 99999999;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 28px;
  background: #ffffff;
  position: absolute;
  display: block;
  content: '';
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.show span {
  background-color: transparent;
}
#nav-toggle.show span:before,
#nav-toggle.show span:after {
  top: 0;
}
#nav-toggle.show span:before {
  transform: rotate(45deg);
}
#nav-toggle.show span:after {
  transform: rotate(-45deg);
}
a.woocommerce-terms-and-conditions-link {
  text-decoration: underline;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  background-color: #f2f2f2;
  border: none;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.07);
}
.woocommerce form.checkout_coupon input.button,
.woocommerce form.login input.button,
.woocommerce form.register input.button {
  background-color: #0073aa;
  color: #ffffff;
  width: 100%;
  display: block;
  margin-bottom: 1em;
}
.woocommerce form.checkout_coupon .lost_password a,
.woocommerce form.login .lost_password a,
.woocommerce form.register .lost_password a {
  color: #969696;
}
.woocommerce form.checkout_coupon .lost_password a:hover,
.woocommerce form.login .lost_password a:hover,
.woocommerce form.register .lost_password a:hover {
  color: #252525;
  text-decoration: underline;
}
.video__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */

  padding-top: 25px;
  height: 0;
}
.video__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slide__title {
  color: #252525;
  font-size: 2.75em;
  margin: 0;
  padding: 0.25em 0;
}
#content .menu-recepten-menu-container ul#menu-recepten-menu li {
  padding: 1%;
  width: 100%;
}
#content .menu-recepten-menu-container ul#menu-recepten-menu li:before,
#content .menu-recepten-menu-engels-container ul#menu-recepten-menu-engels li:before {
  content: '';
  background-image: url(../images/recepten/aftershave.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 235px;
  max-width: 330px;
  display: block;
  margin: 0 auto;
  margin-bottom: 1em;
}
#content .menu-recepten-menu-container ul#menu-recepten-menu li:hover:before {
  opacity: 0.5;
}
#content .menu-recepten-menu-container ul#menu-recepten-menu #menu-item-138:before,
#content .menu-recepten-menu-engels-container ul#menu-recepten-menu-engels #menu-item-31787:before {
  background-image: url(../images/recepten/afwasmiddel.jpg);
}
#content .menu-recepten-menu-container ul#menu-recepten-menu #menu-item-139:before,
#content .menu-recepten-menu-engels-container ul#menu-recepten-menu-engels #menu-item-31788:before {
  background-image: url(../images/recepten/badolie.jpg);
}
#content .menu-recepten-menu-container ul#menu-recepten-menu #menu-item-140:before,
#content .menu-recepten-menu-engels-container ul#menu-recepten-menu-engels #menu-item-31789:before {
  background-image: url(../images/recepten/badzout.jpg);
}
#content .menu-recepten-menu-container ul#menu-recepten-menu #menu-item-141:before,
#content .menu-recepten-menu-engels-container ul#menu-recepten-menu-engels #menu-item-31790:before {
  background-image: url(../images/recepten/blauwdruk.jpg);
}
#content .menu-recepten-menu-container ul#menu-recepten-menu #menu-item-142:before,
#content .menu-recepten-menu-engels-container ul#menu-recepten-menu-engels #menu-item-31792:before {
  background-image: url(../images/recepten/deodorant.jpg);
}
#content .menu-recepten-menu-container ul#menu-recepten-menu #menu-item-143:before,
#content .menu-recepten-menu-engels-container ul#menu-recepten-menu-engels #menu-item-31793:before {
  background-image: url(../images/recepten/douchegel.jpg);
}
#content .menu-recepten-menu-container ul#menu-recepten-menu #menu-item-144:before,
#content .menu-recepten-menu-engels-container ul#menu-recepten-menu-engels #menu-item-31794:before {
  background-image: url(../images/recepten/eau-de-cologne.jpg);
}
#content .menu-recepten-menu-container ul#menu-recepten-menu #menu-item-145:before,
#content .menu-recepten-menu-engels-container ul#menu-recepten-menu-engels #menu-item-31795:before {
  background-image: url(../images/recepten/haargel.jpg);
}
#content .menu-recepten-menu-container ul#menu-recepten-menu #menu-item-146:before,
#content .menu-recepten-menu-engels-container ul#menu-recepten-menu-engels #menu-item-31796:before {
  background-image: url(../images/recepten/inkt.jpg);
}
#content .menu-recepten-menu-container ul#menu-recepten-menu #menu-item-147:before,
#content .menu-recepten-menu-engels-container ul#menu-recepten-menu-engels #menu-item-147:before {
  background-image: url(../images/recepten/lijm.jpg);
}
#content .menu-recepten-menu-container ul#menu-recepten-menu #menu-item-148:before,
#content .menu-recepten-menu-engels-container ul#menu-recepten-menu-engels #menu-item-31797:before {
  background-image: url(../images/recepten/parfum.jpg);
}
#content .menu-recepten-menu-container ul#menu-recepten-menu #menu-item-150:before,
#content .menu-recepten-menu-engels-container ul#menu-recepten-menu-engels #menu-item-31798:before {
  background-image: url(../images/recepten/shampoo.jpg);
}
#content .menu-recepten-menu-container ul#menu-recepten-menu #menu-item-152:before,
#content .menu-recepten-menu-engels-container ul#menu-recepten-menu-engels #menu-item-31799:before {
  background-image: url(../images/recepten/zeep.jpg);
}
#content .menu-recepten-menu-container ul#menu-recepten-menu #menu-item-42113:before,
#content .menu-recepten-menu-engels-container ul#menu-recepten-menu-engels #menu-item-42114:before {
  background-image: url('/wp-content/uploads/2022/12/Handgel-683x1024.jpg');
}
#content .slider {
  position: relative;
  overflow: hidden;
  display: block;
  height: 428px;
}
#content .slider .flexslider,
#content .slider .flex-viewport {
  height: 100%;
  width: 100%;
}
#content .slider ul li {
  margin: 0 0 .5em 0;
  list-style: none;
}
#content .slider ul.slides {
  margin: 0;
  height: 100%;
  width: 100%;
  list-style: none!important;
}
#content .slider ul.slides li {
  position: relative;
  display: none;
  text-align: center;
  height: 100%;
  width: 100%;
  margin: 0!important;
  padding: 0!important;
  list-style: none!important;
}
#content .slider ul.slides li .wrapper {
  display: table;
  z-index: 22;
  height: 100%;
  max-width: 768px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#content .slider ul.slides li .wrapper .text {
  padding: 0 1em;
  display: table-cell;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#content .slider ul.slides li .wrapper .text > div {
  position: relative;
  top: -1em;
  background: #ffffff;
  padding: 2em 3em 0 3em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#content .slider ul.slides li .wrapper .text h2 {
  font-size: 2em;
  letter-spacing: 2px;
  padding-bottom: 0;
}
#content .slider ul.slides li .wrapper .text em {
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-style: normal;
  color: #252525;
  font-weight: 600;
}
#content .slider ul.slides li .button {
  position: relative;
  top: 1.5em;
}
#content .slider ul.slides li .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  height: 420px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 20;
  border-bottom: solid 5px #FAD358;
}
#content .slider .flex-control-nav {
  position: relative;
  bottom: 35px;
  width: 100%;
  text-align: center;
}
#content .slider .flex-control-nav li {
  display: inline-block;
  margin: 0 0.25em;
  overflow: hidden;
}
#content .slider .flex-control-nav li a {
  width: 5.5em;
  height: 7px;
  /* border-radius: 25px; */

  display: inline-block;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  text-indent: -9999px;
}
#content .slider .flex-control-nav li a.flex-active {
  background: #ffffff;
}
#content .slider .flex-direction-nav {
  display: block;
}
#content .slider .flex-direction-nav .flex-nav-prev,
#content .slider .flex-direction-nav .flex-nav-next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3em;
  overflow: hidden;
  text-indent: -10em;
}
#content .slider .flex-direction-nav .flex-nav-prev a,
#content .slider .flex-direction-nav .flex-nav-next a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#content .slider .flex-direction-nav .flex-nav-prev {
  left: 0;
}
#content .slider .flex-direction-nav .flex-nav-next {
  right: 0;
}
.button {
  background: #252525;
  color: #ffffff;
  border-color: #252525;
  padding: 0.75em 2em;
  text-decoration: none;
}
.button a {
  color: #ffffff;
  text-decoration: none;
}
.button.yellow {
  background: #fcd557;
  border-color: #fcd557;
}
.button.red {
  background: #e14646;
  border-color: #e14646;
}
.button.green {
  background: #4fc26f;
  border-color: #4fc26f;
}
.button.blue {
  background: #4696e1;
  border-color: #4696e1;
}
.button.cosmetica {
  background: #e0756a;
  border-color: #e0756a;
}
.button.parfum-geur {
  background: #a3e1c4;
  border-color: #a3e1c4;
}
.button.educatief {
  background: #8cc8d0;
  border-color: #8cc8d0;
}
.button:hover {
  border-color: #252525;
  background: #ffffff;
  color: #252525;
}
.button:hover a {
  color: #252525;
}
#blocks {
  background: #ffffff;
  padding: 2em 0 2.5em;
}
#blocks .block {
  position: relative;
  border-top: 8px solid #e0756a;
  text-align: center;
}
#blocks .block.parfum {
  border-color: #a3e1c4;
}
#blocks .block.parfum .image {
  background-image: url('../images/block-parfum.jpg');
}
#blocks .block.educatief {
  border-color: #8cc8d0;
}
#blocks .block.educatief .image {
  background-image: url('../images/block-educatief.jpg');
}
#blocks .block h2 {
  padding: 0.1em 7.5% 0.75em 7.5%;
  font-size: 2.1em;
  letter-spacing: 2px;
}
#blocks .block em {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-style: normal;
  color: #252525;
  font-weight: 600;
}
#blocks .block .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../images/block-cosmetica.jpg');
}
#blocks .block .bottom {
  margin: -4em 1em 0 1em;
}
#blocks .block .bottom .inner-bottom {
  position: relative;
  margin: 0 auto;
  background: #ffffff;
  padding: 1em 1em 4em 1em;
}
#blocks .block a.button {
  position: absolute;
  bottom: 0;
  left: 1em;
  right: 1em;
}
.aspect-ratio-placeholder__fill {
  position: relative;
  margin-bottom: 0;
  padding-top: 110%;
}
.recepten__archive_intro {
  text-align: center;
  padding: 0 0 1em 0;
}
.recepten__archive_intro p {
  font-size: 1.2em;
}
#content .menu-recepten-menu-container ul#menu-recepten-menu {
  margin: 0;
  padding: 0;
}
#content .menu-recepten-menu-container ul#menu-recepten-menu li,
#content .menu-recepten-menu-engels-container ul#menu-recepten-menu-engels li {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
}
#content .menu-recepten-menu-container ul#menu-recepten-menu li a,
#content .menu-recepten-menu-engels-container ul#menu-recepten-menu-engels li a {
  display: block;
  font-size: 1.2em;
  cursor: pointer;
  padding: 0.5em 0;
}
#content .menu-recepten-menu-container ul#menu-recepten-menu li a:hover,
#content .menu-recepten-menu-engels-container ul#menu-recepten-engels-menu li a:hover {
  font-weight: 600;
}
.recepten__archive .blog-post {
  padding: 1em 0;
}
.recepten__archive .blog-post:nth-of-type(even) {
  background: #f7f7f7;
}
.recepten__archive .blog-post:nth-of-type(even) .column.l75.xl75 {
  float: right;
}
.recepten__archive .blog-post h1:after {
  content: '';
  width: 70px;
  margin-top: 20px;
  border-top: 1px solid #000;
  display: block;
}
.recepten__archive .blog-post .post-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.recepten__archive .blog-post a:hover {
  color: #4fc26f;
}
.recepten__archive .blog-post h3 a {
  color: #4fc26f;
  border-bottom: 2px solid #4fc26f;
  padding-bottom: 5px;
}
em {
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-style: normal;
  color: #252525;
  font-weight: 600;
  display: block;
}
em.yellow {
  color: #fcd557;
}
.break {
  background-image: url(../images/pexels-photo-256318.jpeg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 6em 0;
  text-align: center;
  border-top: 7px solid #fcd557;
}
.break .wrapper {
  max-width: 768px;
  padding: 0 1em;
}
.break .text {
  vertical-align: middle;
  background: #ffffff;
  width: 100%;
  padding: 3em 0 0 0;
}
.break .text em {
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-style: normal;
  color: #252525;
  font-weight: 600;
  display: block;
}
.break .text h2 {
  padding-bottom: 0;
  font-size: 2em;
}
.break .text .button {
  top: 1.5em;
  position: relative;
}
.woocommerce .woocommerce-ordering {
  float: left;
  margin: 0.4em 0 0 0;
}
.grid__filter {
  padding: 0.5em 0 0 0;
  margin: 0 0 1em 0;
  text-align: right;
}
.grid__filter .grid__thumbnail,
.grid__filter .grid__list {
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  cursor: pointer;
  opacity: 0.25;
  margin-left: 0.5em;
}
.grid__filter .grid__thumbnail.active,
.grid__filter .grid__list.active {
  opacity: 1;
}
.grid__filter .grid__thumbnail {
  background: url(../images/icons/thumbnail.svg) center center no-repeat;
  background-size: 80%;
}
.grid__filter .grid__list {
  background: url(../images/icons/grid.svg) center center no-repeat;
  background-size: 100%;
}
.stack__status {
  color: #4fc26f;
  font-weight: 700;
}
i {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: sub;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-right: .5em;
}
i.checked {
  background-image: url(../images/icons/checked.svg);
}
.content {
  padding: 10em 0 2em 0;
}

.up-sells,
.related.products {
  padding: 2em 0;
  background: #ffffff;
}
.best-selling-products .products ul li.product,
.up-sells .products ul li.product,
.related.products .products ul li.product,
.best-selling-products ul.products li.product,
.up-sells ul.products li.product,
.related.products ul.products li.product,
.best-selling-products .products ul li.product .first,
.up-sells .products ul li.product .first,
.related.products .products ul li.product .first,
.best-selling-products ul.products li.product .first,
.up-sells ul.products li.product .first,
.related.products ul.products li.product .first {
  clear: both;
}
.best-selling-products h2,
.up-sells h2,
.related.products h2 {
  padding: 0.5em 0 0.25em 0;
}
.best-selling-products em,
.up-sells em,
.related.products em {
  display: block;
  padding-bottom: 1.25em;
}
.best-selling-products .woocommerce-loop-product__title,
.up-sells .woocommerce-loop-product__title,
.related.products .woocommerce-loop-product__title {
  text-align: center;
}
.original-computed-price {
  font-size: 1em;
  color: #252525;
}
.original-computed-price .amount {
  font-size: 1em;
}
.wholesale_price_title {
  display: none;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  text-decoration: none;
  font-size: .75em;
  color: #252525;
}
.woocommerce div.product {
  padding: 1em 0;
}
.woocommerce div.product .woocommerce-product-gallery {
  padding: 0 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.woocommerce div.product p.price {
  padding: 0.5em 0;
  margin: 0 0 1.25em 0;
  font-size: 1em;
}
.woocommerce div.product p.price:before {
  content: '';
  width: 70px;
  margin-bottom: 20px;
  border-top: 1px solid #969696;
  display: block;
}
.woocommerce div.product div.summary {
  padding: 0 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product__title {
  font-size: 2em;
  padding: 0;
  margin: 0;
  font-weight: 600;
}
.article__number {
  padding-top: 0.5em;
  display: block;
}
.article__number em {
  text-transform: inherit;
  letter-spacing: .1em;
}
.woocommerce div.product form.cart {
  margin: 2em 0;
}
.quantity__text {
  display: inline-block;
  float: left;
  font-weight: 700;
  width: 5em;
}
.woocommerce div.product form.cart .variations td.label {
  width: 5em;
  padding: 0;
}
.woocommerce .quantity .qty {
  display: inline-block;
  float: left;
  border-radius: 4px;
  background: #f2f2f2;
  border: none;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background: #f2f2f2;
  border: none;
  color: #252525;
  font-weight: 700;
  padding: 1em 2em;
  margin: 2em 0;
}
.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
  content: none;
}
.woocommerce-variation-price .price .amount:before {
  content: none;
}
.woocommerce-error {
  background-color: #e14646;
  color: #ffffff;
  text-align: center;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #fcd557;
}
.woocommerce ul.products li.product:nth-child(2n),
.woocommerce-page ul.products li.product:nth-child(2n),
.woocommerce-page[class*=columns-] ul.products li.product:nth-child(2n),
.woocommerce[class*=columns-] ul.products li.product:nth-child(2n) {
  float: left;
}
.woocommerce div.product form.cart .variations select {
  background-color: #f2f2f2;
  border-radius: 4px;
  border-color: #f2f2f2;
}
#content ul.products {
  list-style: none;
  margin: 0;
}
#content ul.products li {
  margin: 0;
  list-style: none;
}
.woocommerce ul.products.col3.list li.product {
  width: 100%;
  padding: 0.5em;
  line-height: 0;
}
.woocommerce ul.products.col3.list li.product img {
  width: 60px;
  float: left;
  margin: 0;
}
.woocommerce ul.products.col3.list li.product h2 {
  width: 50%;
  width: calc(50% - 70px);
  float: left;
  text-align: left;
  padding: 0.25em 1em;
  margin: 0;
}
.woocommerce ul.products.col3.list li.product .price {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  width: 25%;
  line-height: 1em;
  float: right;
  text-align: right;
  padding: 0.35em;
  margin: 0;
}
.woocommerce ul.products.col3.list li.product .price .woocommerce-Price-amount:before {
  display: inline-block;
  margin-right: 1em;
}
/* Up sells carousel slider */
@media (max-width: 512px) {
    .woocommerce .up-sells ul.products li.product {
      width: 100%;
    }
}
.woocommerce .up-sells .owl-controls .owl-next {
  right: 0;
}
.woocommerce .up-sells .owl-controls .owl-prev {
  left: 0;
}
.woocommerce .up-sells .owl-controls .owl-prev,
.woocommerce .up-sells .owl-controls .owl-next {
  position: absolute;
  top: 100px;
  z-index: 99;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  line-height: 40px;
  background: #fcd557;
  border-color: #ffffff;
  color: #ffffff;
}
.woocommerce .up-sells .owl-controls .owl-prev i.twi-icon-chevron-left,
.woocommerce .up-sells .owl-controls .owl-next i.twi-icon-chevron-left,
.woocommerce .up-sells .owl-controls .owl-prev i.twi-icon-chevron-right,
.woocommerce .up-sells .owl-controls .owl-next i.twi-icon-chevron-right {
  text-align: center;
  width: 100%;
  line-height: 40px;
}
.woocommerce .products ul,
.woocommerce ul.products {
  margin: 1em 0 0 0;
  padding: 0;
  list-style: none;
  clear: both;
  text-align: center;
}
.woocommerce .products ul li.product,
.woocommerce ul.products li.product,
.woocommerce .products ul li.product .first,
.woocommerce ul.products li.product .first {
  width: 48%;
  margin: 0 !important;
  padding: 1%;
  clear: none;
}
.woocommerce .products ul li.product:hover,
.woocommerce ul.products li.product:hover,
.woocommerce .products ul li.product .first:hover,
.woocommerce ul.products li.product .first:hover {
  box-shadow: inset 0px 0px 2px 0px #9a9a9a;
}
.woocommerce .products ul li.product .price:before,
.woocommerce ul.products li.product .price:before,
.woocommerce .products ul li.product .first .price:before,
.woocommerce ul.products li.product .first .price:before {
  content: 'Vanaf';
  display: block;
  color: #252525;
  position: relative;
  font-size: 1em;
  font-weight: 400;
  padding-bottom: 5px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 1em;
  padding: 0 0 1em 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.woocommerce ul.products li.product .price {
  color: #252525;
  line-height: 1.2em;
  position: relative;
}
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover {
  background-color: #969696;
}
.woocommerce-Price-amount {
  font-size: 1.3em;
  font-weight: 600;
  color: #252525;
}
table .woocommerce-Price-amount:before {
  content: none;
}
.woocommerce ul.products li:hover {
  box-shadow: inset 0px 0px 2px 0px #9a9a9a;
}
.woocommerce-info {
  border-color: transparent;
  background: transparent;
  font-weight: 600;
  margin: 0;
  text-align: left;
  padding: 0 0 1rem 0;
}
.woocommerce-info:before {
  content: '';
}
.woocommerce button.button.alt {
  display: block;
  border-radius: 0;
  width: 100%;
  margin: 1em 0;
  padding: 1em;
  background: #fcd557;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.woocommerce button.button.alt:hover {
  background: #252525;
}
.woocommerce #payment #place_order {
  float: left;
}
.woocommerce #payment #place_order:hover {
  background: #252525;
}
.woocommerce .shop_table .woocommerce-Price-amount {
  font-size: 1em;
}
#breadcrumb {
  background: #f7f7f7;
  background: #ffffff;
  color: #969696;
  font-size: 0.75em;
  padding: 2em 1em 1em;
}
#breadcrumb em {
  display: block;
  padding: 0 1.25em;
}
#breadcrumb a {
  color: #969696;
}
#breadcrumb a span {
  color: #969696;
}
#breadcrumb a span:hover {
  color: #252525;
}
#breadcrumb span {
  color: #252525;
}
#imageheader {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.category-description {
  height: 320px;
}
.category-description.cosmetica {
  border-bottom: 5px solid #e0756a;
}
.category-description.cosmetica .wrapper .text > div {
  background: #e0756a;
}
.category-description.parfum-geur {
  border-bottom: 5px solid #a3e1c4;
}
.category-description.parfum-geur .wrapper .text > div {
  background: #a3e1c4;
}
.category-description.educatief {
  border-bottom: 5px solid #8cc8d0;
}
.category-description.educatief .wrapper .text > div {
  background: #8cc8d0;
}
.category-description .wrapper {
  display: table;
  height: 100%;
}
.category-description .wrapper .text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.category-description .wrapper .text > div {
  position: relative;
  top: -0.5em;
  color: #ffffff;
  padding: 1em 2em 1.5em;
}
.category-description .wrapper .text > div h1 {
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-style: normal;
  color: #ffffff;
  font-weight: 600;
}
.category-description .wrapper .text > div p {
  margin: 0;
  padding: 0;
  font-size: 2em;
  letter-spacing: 2px;
}
article.page img {
  max-width: 100%;
  height: auto;
}
#content {
  padding-top: 3.75em;
  padding-top: 8em;
}
#content ul,
#content ol {
  margin: 0 0 1em 0;
}
#content ul li,
#content ol li {
  margin: 0;
  list-style: disc;
}
#content ol li {
  list-style: decimal;
}
.home #content,
.tax-product_cat #content {
  padding-top: 3.75em;
}
#content div.sharedaddy h3.sd-title {
  font-size: 1em;
  margin: 0 0 .5em 0;
}
#content .sd-social-icon .sd-content ul li[class*='share-'] a {
  padding: 0.75em;
}
#content .sd-content ul li a.sd-button:before {
  font-size: 2.5em;
}
#content .sd-content ul li {
  margin-right: 0.5em;
}
#extrainfo {
  padding: 2em 0;
  background-color: #f7f7f7;
}
#extrainfo .product__image {
  float: none;
  display: none;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-blend-mode: multiply;
  background-blend-mode: darken;
  background-color: #f7f7f7;
}
.more_info {
  padding: 0;
  margin: 0 0 1em 0;
}
.more_info h3 {
  border-bottom: 1px solid #969696;
  cursor: pointer;
  background: url(../images/plus.svg) right center;
  background-repeat: no-repeat;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.more_info .content {
  display: none;
  padding: 1em 0;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}
.more_info .content input[type=text],
.more_info .content select {
  width: 100%;
  width: calc(100% - 180px);
  background-color: #f7f7f7;
  border: none;
}
.more_info.show h3 {
  background: url(../images/minus.svg) right center;
  background-repeat: no-repeat;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}
.more_info.show .content {
  display: block;
  padding-bottom: 1em;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#content ul.product-categories {
  list-style: none;
  padding: 0;
  margin: 0 0 1em 0;
}
#content ul.product-categories > li {
  cursor: pointer;
  list-style: none;
  text-transform: uppercase;
  font-size: 1.2em;
  padding: 0.5em 0;
  font-weight: 400;
  letter-spacing: 0.025em;
  background: url(../images/plus.svg) top 15px right 5px;
  background-repeat: no-repeat;
  margin: 0;
}
#content ul.product-categories > li > a {
  border-bottom: 1px solid #eaeaea;
  display: block;
  cursor: pointer;
  padding-bottom: 12px;
}
#content ul.product-categories > li > a:hover {
  color: black;
  font-weight: 600;
}
#content ul.product-categories > li.cat-parent {
  background: url(../images/minus.svg) top 15px right 5px;
  background-repeat: no-repeat;
}
#content ul.product-categories > li ul li {
  list-style: none;
  padding: 0.25em 0;
  margin: 0;
}
#content ul.product-categories > li ul li a {
  display: block;
}
#content ul.product-categories > li ul li a:hover {
  color: black;
  font-weight: 600;
}
#content ul.product-categories .current-cat > a {
  color: black;
  font-weight: 600;
}
#content ul.product-categories .children {
  /*		display: none;*/

  padding: 0.75em 0 0 0;
}
#content ul.product-categories .children input[type=text],
#content ul.product-categories .children select {
  width: 100%;
  width: calc(100% - 180px);
  background-color: #f7f7f7;
  border: none;
}
#content ul.product-categories .children li {
  text-transform: initial;
}
#content ul.product-categories .children li a:hover {
  color: black;
  font-weight: 600;
}
#content ul.product-categories .children.show {
  display: block;
  padding-bottom: 1em;
}
/* CART FORM */
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: left;
  width: 100%;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  background: #fcd557;
  padding: 0.5em 0;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background: #4fc26f;
  cursor: pointer;
}
#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
  list-style: none;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: #4fc26f;
}
.product-quantity .quantity .quantity__text {
  width: auto;
  margin: 0;
  display: none;
}
.product-quantity .quantity .qty {
  background: #ffffff;
  float: none;
  padding: 0;
}
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  visibility: hidden;
}
.woocommerce .woocommerce-cart-form .amount {
  font-size: 1em;
}
.woocommerce .woocommerce-cart-form .amount:before {
  content: none;
}
.woocommerce .woocommerce-cart-form #coupon_code {
  width: auto!important;
}
.cart_totals .amount {
  font-size: 1em;
}
.cart_totals .amount:before {
  content: none;
}
.widget_wysija_cont .wysija-submit {
  display: inline-block;
}
#after {
  text-align: right;
  color: #535353;
  font-size: 0.85em;
}
.formElement {
  clear: both;
  display: block;
  padding: 0.25em 0;
}
.formElement > label {
  float: left;
  display: inline-block;
  width: 35%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.formElement input[type=text],
.formElement input[type=password],
.formElement input[type=email],
.formElement input[type=url],
.formElement input[type=tel],
.formElement input[type=search],
.formElement input[type=number],
.formElement select,
.formElement textarea {
  display: inline-block;
  width: 65%;
}
#footer {
  background: #fcd557;
  /* MAILING */

}
#footer .twitter-feed {
  padding: 1em;
  border-bottom: 2px solid #ffffff;
  color: #ffffff;
}
#footer .email {
  background: #ffffff;
  padding: 4em 0;
  text-align: center;
  border-top: 5px solid #a3e1c4;
}
#footer .payment {
  text-align: center;
}
#footer .payment ul li {
  display: inline-block;
  margin-right: 0.25em;
}
#footer form {
  position: relative;
  display: inline-block;
}
#footer form input[type=submit] {
  position: absolute;
  top: 6px;
  margin: 0;
  right: 7px;
  background: url(../images/icons/arrow.svg) center center no-repeat #ffffff;
  background-size: cover;
  border: 0;
  text-indent: -9999px;
}
#footer form input[type=email] {
  border: none;
  border-bottom: 2px solid #fcd557;
  padding: 0.65em 1.75em;
  text-align: center;
}
#footer .footer-menu {
  padding: 2em 0;
}
#footer .footer-menu h4 {
  color: #ffffff;
  font-size: 1.25em;
  margin-bottom: 1em;
  font-weight: 700;
}
#footer .footer-menu ul li a {
  color: #ffffff;
  font-weight: 500;
}
#footer .after {
  background: #ffffff;
  padding: 0 0 2em 0;
}
#footer .after .after__menu {
  text-align: center;
}
#footer .after .after__menu ul li {
  display: inline-block;
}
#footer .after .after__menu ul li:first-child a:before {
  content: '';
  width: 0;
}
#footer .after .after__menu ul li a {
  font-weight: 500;
  color: #252525;
}
#footer .after .after__menu ul li a:before {
  content: '|';
  color: #eaeaea;
  width: 20px;
  display: inline-block;
}
/* ANIMATIONS */
.slidedown {
  animation: slidedown 0.75s ease;
  -webkit-animation: slidedown 0.75s ease;
}
@keyframes slidedown {
  from {
    transform: translateY(-4.5em);
  }
  50% {
    transform: translateY(0.23em);
  }
  to {
    transform: translateY(0);
  }
}
@-webkit-keyframes slidedown {
  from {
    -webkit-transform: translateY(-4.5em);
  }
  50% {
    -webkit-transform: translateY(0.23em);
  }
  to {
    -webkit-transform: translateY(0);
  }
}
.popout {
  animation: popout 0.5s ease;
  -webkit-animation: popout 0.5s ease;
}
@keyframes popout {
  from {
    transform: scale(0);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
@-webkit-keyframes popout {
  from {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@media screen and (max-width: 768px) {
	#mh_popup {
		width: 80%;
		left: 10%;
	}
}
@media screen and (max-width: 321px) {
	#header .logo {
		left: -15px;
		top: 10px;
	}
	#header .logo a {
		width: 7.5em;
		height: 5.8em;
	}
}

.woocommerce form.checkout input[readonly] {
	color: #666 !important;
	background-color: #fafafa !important;
}

.product-categories .cat-item-1649 {
	display: none;
}

.mui-rjutjg-divider {
	background-color: none !important;
	display: none !important;
}

.mobile-welkom-header{
  display: none;
  letter-spacing: 0em;
}

section.header-home {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.center-block {
  background-image: url("/wp-content/uploads/2025/05/hekserij_Header_web.jpg");
  height: 500px;
  background-size: cover;           /* Ensures the image covers the entire container */
  background-repeat: no-repeat;
  background-position: center;      /* Centers the image within the container */
  position: relative;
  
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.left-text,
.right-text {
  background-color: rgba(126, 202, 208, 0.5); /* semi-transparent background */
  width: 50%;
  display: flex;
  justify-content: center;

  margin-top: 10%;
}

.right-text  {
  background-color: rgba(255, 213, 129, 0.5); /* semi-transparent background */
  text-align: right;
}

.left-text h2,
.right-text h2 {
  font-family: 'Arial', sans-serif;
  font-size: 2.7rem;
  color: #ffffff;
  padding: 20px 20px;
}

.newest-products, .best-selling-products{
  border-bottom: 3px solid #D9D9D9;
}

.best-selling-products{
  margin-bottom: 2.5rem;
}

@media (max-width: 768px){
  #content .slider .flex-control-nav li a{
    width: 3.5em;
  }

  .mobile-welkom-header{
    display: block;
    margin: 14px 20px 14px 0px;
    display: flex;
    align-items: center;
    justify-content: end;
  }

  .center-block {
    background-image: url("/wp-content/uploads/2025/05/hekserij_Header_mobiel.jpg");
    height: 600px;
    background-size: cover;           /* Ensures the image covers the entire container */
    background-repeat: no-repeat;
    background-position: center;      /* Centers the image within the container */
    position: relative;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }
  
  .left-text,
  .right-text {
    background-color: rgba(126, 202, 208, 0.5); /* semi-transparent background */
    width: 100%;
    display: flex;
    justify-content: center;    
    margin-top: 0px;
  }
  
  .right-text  {
    background-color: rgba(255, 213, 129, 0.5); /* semi-transparent background */
    text-align: right;
  }
  
  .left-text h2,
  .right-text h2 {
    font-family: 'Arial', sans-serif;
    font-size: 2.7rem;
    color: #ffffff;
    padding: 20px 20px;
  }
  
  .newest-products{
    border-bottom: 3px solid #D9D9D9;
  } 
}

#languge_selector > img {
  max-width: 100%;
  max-height: 100%;
}
#languge_selector ul {
  display: none;
}
#languge_selector ul li {
  width: 100%;
  display: block;
}
#languge_selector:hover ul {
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  top: 100%;
  text-align: left;
  padding: 7px;
  background: #fcd557;
  z-index: 999;
}
#languge_selector:hover ul a {
  padding: 3px;
  margin: 0;
  opacity: 1;
}

@media (max-width: 422px) {
  #header .wrapper {
    max-width: 20vw;
    height: 100%;
    margin: 0;
  }
  #header .wrapper .logo {
    position: relative;
    width: 100%;
    height: 100%;
  }
  #header .wrapper .logo a {
    width: 100%;
    height: 100%;
  }
  #header .wrapper .logo a img {
    max-width: 101%;
  }
  
  #menu #search-toggle {
    top: 0;
  }
}


@keyframes slideFromTop {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 2. Apply to each panel on load */
.center-block > div {
  /* start invisible & offset */
  opacity: 0;
  transform: translateY(200px);

  /* animate into place */
  animation: slideFromTop 1s ease-out forwards;
}


@media (max-width: 422px) {
	#search {
		top: 60px;
	}
	#search .wrapper {
		max-width: 100%;
	}
}
