/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./css/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
/*Globaal*/
/*Fonts:
Fonts zo noteren:
$naamFont(bijv fontH1) : Font;
*/
/*Kleuren:
Kleuren zo noteren:
$naamKleur : Hexnummer;
*/
/********************************
	0. Reset styles
********************************/
*, *:before, *:after {
  box-sizing: border-box; /* no width change when adding padding */
  padding: 0px;
  margin: 0px;
  border: none;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  overflow-x: hidden;
}

nav ul, footer ul {
  list-style-type: none;
}

nav a {
  text-decoration: none;
}

a {
  color: inherit;
  text-decoration: inherit;
}

figure img {
  Width: 100%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background-color: transparent;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}
@media (min-width: 576px) {
  html {
    font-size: 100%;
  }
}

.container, .wp-activate-container {
  width: 95%;
  max-width: 95%;
}
@media (min-width: 576px) {
  .container, .wp-activate-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .wp-activate-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .wp-activate-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .wp-activate-container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container, .wp-activate-container {
    max-width: 1320px;
  }
}

main .container {
  margin: 3rem auto;
}
main .container h1 {
  margin-bottom: 3rem;
}

h1 {
  margin-bottom: 3rem;
}

input {
  padding: 0.3rem;
}

/*=========================================================================
	Transitions
========================================================================== */
button, input[type=submit] {
  transition: all 400ms ease 0s;
}

h1 {
  font-family: "Fira Sans Condensed Bold";
  font-size: 2rem;
}
@media (min-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 3rem;
  }
}

strong {
  font-weight: bold;
}

h2 {
  font-family: "Fira Sans Condensed Bold";
  font-size: 1.5rem;
}
h2 a {
  font-family: "Fira Sans Condensed Bold";
  font-size: 1.5rem;
}

h3, h3 a {
  font-family: "Fira Sans Condensed Bold";
  font-size: 1.4rem;
}

h4 {
  font-family: "Fira Sans Condensed Bold";
  font-size: 1.5rem;
}

p, a, li, * {
  font-family: "Inter";
  list-style: none;
  text-decoration: none;
  font-size: 1rem;
  line-height: 2;
}
@media (min-width: 576px) {
  p, a, li, * {
    line-height: 1.5;
  }
}

a, a > p {
  transition: all 400ms ease 0s;
}
.fa-regular, .fa-brands, .fa-solid {
  font-size: 1.4rem;
}

nav ul li {
  font-family: "Inter";
}
nav ul li a {
  font-family: "Inter";
  font-size: 1.5rem;
}

footer nav ul li a {
  font-family: "Inter";
  font-size: 0.875rem;
  text-transform: none;
}

/*blocks*/
.header__top {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
  z-index: 3;
  position: relative;
}
.header__top .header__contact p {
  font-size: 0.8rem;
}
.header__top .header__contact p:first-child {
  display: none;
}
@media (min-width: 768px) {
  .header__top .header__contact p:first-child {
    display: block;
  }
}
.header__top .header__contact p a {
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  .header__top .login ul li a i {
    display: none;
  }
  .header__top .login ul li a i.fa-cart-shopping {
    display: inline-block;
  }
}
.header__top .login ul li a p {
  display: none;
}
@media (min-width: 768px) {
  .header__top .login ul li a p {
    display: block;
  }
}
.header__top .login ul li.cart {
  width: -moz-max-content;
  width: max-content;
}
.header__top__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .header__top__wrap {
    flex-direction: row;
  }
}
.header__top__contact {
  display: flex;
  gap: 2rem;
  color: #6F3F41;
  align-self: flex-end;
}
@media (min-width: 576px) {
  .header__top__contact {
    align-self: flex-start;
  }
}
@media (min-width: 768px) {
  .header__top__contact {
    align-self: auto;
  }
}
.header__top__contact a {
  display: grid;
  grid-template-columns: auto auto;
  gap: 1rem;
  transition: all 400ms ease 0s;
}
.header__top__contact a p {
  display: none;
}
@media (min-width: 768px) {
  .header__top__contact a p {
    display: block;
  }
}
.header__top__socials {
  display: flex;
  gap: 0.5rem;
  position: relative;
  top: 14.2857142857px;
}
@media (min-width: 768px) {
  .header__top__socials {
    top: 25px;
  }
}
.header__top__socials a {
  background-color: #f6D7C6;
  color: #6F3F41;
  padding: 1rem;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: block;
  position: relative;
  z-index: 2;
  transition: all 400ms ease 0s;
}
.header__top__socials a:hover {
  box-shadow: 5px -5px 0 #6F3F41;
  border: 1px solid #6F3F41;
  color: white;
}
.header__top__socials a:nth-of-type(even) {
  top: 12.5px;
  margin-right: 0.75rem;
}
.header__top__socials a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header__bottom {
  height: 250px;
  width: 100%;
  min-height: 100px;
  color: #6F3F41;
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 992px) {
  .header__bottom {
    position: relative;
    top: 0;
    min-height: 120px;
  }
}
.header__bottom__background-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.4;
}
.header__bottom__content {
  z-index: 10;
  display: flex;
  justify-content: center;
}
.header__bottom__content .header__logo {
  display: grid;
  justify-content: center;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 576px) {
  .header__bottom__content .header__logo {
    align-items: center;
    grid-template-columns: auto;
  }
}
.header__bottom__content .header__logo .logo-client {
  height: 85px;
  margin-right: 0;
  margin-left: auto;
  max-width: 400px;
  justify-content: center;
  margin: auto;
}
@media (min-width: 768px) {
  .header__bottom__content .header__logo .logo-client {
    width: auto;
    height: 100px;
  }
}
.header__bottom__content .header__logo .logo-client img {
  width: 100%;
}
.header__bottom__content .header__logo .logo-ys {
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .header__bottom__content .header__logo .logo-ys {
    width: 100%;
    justify-content: flex-end;
  }
}
.header__bottom__content .header__logo .logo-ys:hover {
  text-decoration: none;
}
.header__bottom__content .header__logo .logo-ys svg {
  width: 40%;
}
@media (min-width: 768px) {
  .header__bottom__content .header__logo .logo-ys svg {
    height: auto;
    width: 100px;
  }
}
.header__bottom__content .header__logo a {
  display: flex;
  width: auto;
}
.header__bottom__content .header__logo a img {
  width: auto;
  height: 100%;
  display: block;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__bottom__nav .nav__hamburger svg {
  width: 30px;
  height: 20px;
}
.header__bottom__nav .nav__hamburger svg .nav__hamburger__bar {
  transition: all 400ms ease 0s;
  transform-origin: center;
  stroke-width: 2px;
  stroke: #6F3F41;
}
.header__bottom__nav .nav__hamburger svg .nav__hamburger__bar.hamburger__bar--top {
  transform: translateY(-40%);
}
.header__bottom__nav .nav__hamburger svg .nav__hamburger__bar.hamburger__bar--bot {
  transform: translateY(40%);
}
.header__bottom__nav .nav__hamburger.open-menu svg .hamburger__bar--top {
  transform: rotate(45deg);
}
.header__bottom__nav .nav__hamburger.open-menu svg .hamburger__bar--mid {
  transform: scaleX(0.1);
}
.header__bottom__nav .nav__hamburger.open-menu svg .hamburger__bar--bot {
  transform: rotate(-45deg);
}
@media (min-width: 992px) {
  .header__bottom__nav .nav__hamburger {
    display: none;
  }
}
.header__bottom__nav .nav__menu {
  position: absolute;
  transition: all 400ms ease 0s;
  -webkit-transform: rotateY(90deg);
  -webkit-transform-origin: 200% 0;
  right: 0;
  left: auto;
  width: 100%;
  background-color: white;
  z-index: 1;
  height: 100vh;
  padding-top: 5rem;
}
@media (min-width: 992px) {
  .header__bottom__nav .nav__menu {
    position: relative;
    -webkit-transform: rotateY(0deg);
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 0;
  }
}
.header__bottom__nav .nav__menu ul {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 1rem;
}
@media (min-width: 992px) {
  .header__bottom__nav .nav__menu ul {
    flex-direction: row;
  }
}
.header__bottom__nav .nav__menu.open-menu {
  -webkit-transform: rotateY(0deg);
  -webkit-transform-origin: 200% 0;
}
.header__scrolltotop {
  position: absolute;
  bottom: -200px;
  right: 1rem;
  cursor: pointer;
  transition: all 400ms ease 0s;
}
.header__scrolltotop:hover {
  color: #f2C2AC;
}

header .cart {
  position: relative;
}
header .cart .cart-dropdown {
  position: absolute;
  z-index: 999;
  top: 2rem;
  right: 1rem;
  width: 370px;
  height: 0;
  display: none;
  background: white;
  color: #000;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.6);
}
header .cart .cart-dropdown-content {
  padding: 1rem;
}
header .cart .cart-dropdown .cart-item-link {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
}
@media (min-width: 992px) {
  header .cart:hover .cart-dropdown {
    display: block;
    height: -moz-min-content;
    height: min-content;
  }
}

.page-banner {
  height: 80vh;
  position: relative;
  overflow-x: hidden;
}
.page-banner p {
  font-family: "Inter";
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  .page-banner p {
    font-size: 1.5rem;
  }
}
.page-banner__bg-image {
  height: 60vh;
  width: 100%;
  background-position: center;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 576px) {
  .page-banner__bg-image {
    height: 60vh;
  }
}
@media (min-width: 768px) {
  .page-banner__bg-image {
    height: 60vh;
  }
}
@media (min-width: 992px) {
  .page-banner__bg-image {
    height: 418.9px;
  }
}
@media (min-width: 1200px) {
  .page-banner__bg-image {
    height: 501.5px;
  }
}
@media (min-width: 1400px) {
  .page-banner__bg-image {
    height: 590px;
  }
}
.page-banner__content {
  z-index: 0;
  position: relative;
}
.page-banner__content-background {
  background-color: #6F3F41;
  position: relative;
  width: 448.72px;
  margin: auto;
  bottom: -25vh;
  right: 0;
}
@media (min-width: 576px) {
  .page-banner__content-background {
    left: 20%;
  }
}
@media (min-width: 992px) {
  .page-banner__content-background {
    width: 448.72px;
    top: 2rem;
    bottom: 0;
  }
}
@media (min-width: 1200px) {
  .page-banner__content-background {
    width: 537.2px;
  }
}
@media (min-width: 1400px) {
  .page-banner__content-background {
    width: 632px;
  }
}
.page-banner__content-text {
  color: white;
  aspect-ratio: 1/1;
  position: relative;
  width: 330px;
  top: 34.5px;
}
@media (min-width: 576px) {
  .page-banner__content-text {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .page-banner__content-text {
    width: 426px;
    top: 81.65px;
  }
}
@media (min-width: 1200px) {
  .page-banner__content-text {
    width: 510px;
    top: 97.75px;
  }
}
@media (min-width: 1400px) {
  .page-banner__content-text {
    width: 600px;
    top: 115px;
  }
}
.page-banner__content-text h1 {
  position: relative;
}
@media (min-width: 768px) {
  .page-banner__content-text h1 {
    left: -25px;
  }
}
.page-banner__content-text p {
  text-align: left;
}
@media (min-width: 768px) {
  .page-banner__content-text p {
    text-align: center;
  }
}
.page-banner__content .circle_1 {
  background-color: #f6D7C6;
  width: 340.8px;
  opacity: 50%;
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: -200px;
}
@media (min-width: 576px) {
  .page-banner__content .circle_1 {
    bottom: -280px;
  }
}
@media (min-width: 768px) {
  .page-banner__content .circle_1 {
    right: 31.95px;
  }
}
@media (min-width: 992px) {
  .page-banner__content .circle_1 {
    bottom: -78.1px;
    right: 31.95px;
    width: 340.8px;
  }
}
@media (min-width: 1200px) {
  .page-banner__content .circle_1 {
    bottom: -93.5px;
    right: 38.25px;
    width: 408px;
  }
}
@media (min-width: 1400px) {
  .page-banner__content .circle_1 {
    bottom: -110px;
    right: 45px;
    top: auto;
    width: 480px;
  }
}
.page-banner__content .circle_2 {
  background-color: #f6D7C6;
  width: 188.86px;
  opacity: 50%;
  position: absolute;
  z-index: -2;
}
@media (min-width: 576px) {
  .page-banner__content .circle_2 {
    top: 325px;
    right: 195px;
  }
}
@media (min-width: 768px) {
  .page-banner__content .circle_2 {
    bottom: -42.6px;
    right: 273.35px;
  }
}
@media (min-width: 992px) {
  .page-banner__content .circle_2 {
    bottom: -42.6px;
    right: 273.35px;
    width: 188.86px;
  }
}
@media (min-width: 1200px) {
  .page-banner__content .circle_2 {
    bottom: -51px;
    right: 327.25px;
    width: 226.1px;
  }
}
@media (min-width: 1400px) {
  .page-banner__content .circle_2 {
    top: auto;
    bottom: -60px;
    right: 385px;
    width: 266px;
  }
}

footer {
  padding: 2rem 0;
}
footer .footer-top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  footer .footer-top {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  footer .footer-top {
    margin: auto;
  }
}
footer .footer-top-left {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
footer .footer-top-left a {
  display: block;
  width: 200px;
  margin: auto;
}
@media (min-width: 768px) {
  footer .footer-top-left a {
    margin: 0;
  }
}
@media (min-width: 768px) {
  footer .footer-top-left {
    text-align: left;
  }
}
footer .footer-top-right {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  footer .footer-top .widget_block {
    text-align: right;
  }
}
footer .footer-top .widget_wc_widget_stores .row {
  gap: 2rem;
  justify-content: flex-start;
  margin: 0;
}
footer .footer-top .widget_wc_widget_stores .row:before {
  content: none;
}
footer .footer-top .widget_wc_widget_stores .row .widget_store-content {
  padding: 0;
}
@media (min-width: 768px) {
  footer .footer-top .widget_wc_widget_stores .row .widget_store-content {
    text-align: right;
  }
}
footer .footer-bottom {
  text-align: center;
  padding: 3rem 0;
}
footer .footer-bottom p {
  font-weight: 900;
}

/*WooCommerce*/
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}
@media (min-width: 768px) {
  .woocommerce .col2-set .col-1,
  .woocommerce .col2-set .col-2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.woocommerce-shop ul.products li.product .woocommerce-variation-add-to-cart, .woocommerce-page ul.products li.product .woocommerce-variation-add-to-cart {
  align-items: center;
}
.woocommerce-shop ul.products li.product form.cart, .woocommerce-page ul.products li.product form.cart {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.woocommerce-shop ul.products li.product form.cart .single_add_to_cart_button.button, .woocommerce-page ul.products li.product form.cart .single_add_to_cart_button.button {
  margin-top: 0;
}
.woocommerce-shop .variations_form .variations .label label, .woocommerce-page .variations_form .variations .label label {
  color: black;
  font-size: 1rem;
}
.woocommerce-shop .content-background .shop-content, .woocommerce-page .content-background .shop-content {
  margin: 3rem auto;
}
@media (min-width: 768px) {
  .woocommerce-shop .content-background .shop-content .main-shop, .woocommerce-page .content-background .shop-content .main-shop {
    margin-bottom: 2rem;
  }
}
.woocommerce-shop .content-background .shop-content .main-shop .content-area .site-main .woocommerce-ordering .orderby, .woocommerce-page .content-background .shop-content .main-shop .content-area .site-main .woocommerce-ordering .orderby {
  font-family: "Inter";
  border: 1px solid;
}
.woocommerce-shop .content-background .shop-content .main-shop .content-area .site-main ul.products.columns-1 li, .woocommerce-page .content-background .shop-content .main-shop .content-area .site-main ul.products.columns-1 li {
  width: 100%;
}

.woocommerce ul.products li.product {
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.6);
}
.woocommerce ul.products li.product .onsale {
  left: 0;
  right: auto;
  border-radius: 0;
  padding: 0.5rem;
  margin: 0;
  width: 40%;
}
.woocommerce ul.products li.product .price {
  text-align: left;
  font-size: 1.5rem;
}
.woocommerce ul.products li.product .add_to_cart_button, .woocommerce ul.products li.product .button.product_type_grouped, .woocommerce ul.products li.product .button.product_type_variable {
  width: 90%;
  text-align: center;
  margin: 0 auto;
  height: -moz-max-content;
  height: max-content;
  transition: all 400ms ease 0s;
}
@media (min-width: 768px) {
  .woocommerce ul.products li.product .add_to_cart_button, .woocommerce ul.products li.product .button.product_type_grouped, .woocommerce ul.products li.product .button.product_type_variable {
    width: 50%;
    margin-right: 0;
  }
}
.woocommerce ul.products li.product .row {
  margin: 0;
}
.woocommerce ul.products li.product .row .column {
  display: grid;
  grid-template-columns: 1fr;
}
.woocommerce ul.products li.product .row .column:first-child {
  padding: 0;
}
.woocommerce ul.products li.product .row .column:last-child {
  padding: 1rem;
}
.woocommerce ul.products li.product .row .column a img {
  margin: 0;
}
.woocommerce .single_variation_wrap .woocommerce-variation-add-to-cart .quantity {
  align-self: flex-start;
}
.woocommerce .variations_form.cart .variations .label {
  padding-left: 0;
}

.sidebar-shop .widget {
  margin: 1.5rem 0;
}
.sidebar-shop .widget p {
  margin: 0;
}
@media (min-width: 768px) {
  .sidebar-shop .widget ul li {
    text-align: left;
  }
}
.sidebar-shop .widget ul li label {
  margin-left: 0.5rem;
  margin-bottom: 0;
}
.sidebar-shop .widget .wp-block-search__label {
  font-family: "Inter";
}
.sidebar-shop .widget .wp-block-search__inside-wrapper {
  width: 80%;
}
.sidebar-shop .widget .wp-block-search__inside-wrapper .wp-block-search__input {
  font-family: "Inter";
}
.sidebar-shop .widget .wp-block-search__inside-wrapper .wp-block-search__button {
  border-radius: 3px;
  padding: 0 1rem;
  font-family: "Inter";
}
.woocommerce-cart .btn {
  margin: 1rem;
}
@media (min-width: 768px) {
  .woocommerce-cart .btn {
    margin: 0;
    margin-bottom: 1rem;
  }
}
.woocommerce-cart .coupon {
  display: none;
}
@media (min-width: 768px) {
  .woocommerce-cart table.cart td.actions .input-text {
    width: 150px;
  }
}
.woocommerce-cart .woocommerce a.button.alt {
  padding: 0.5rem;
}
.woocommerce-cart .cart-collaterals td[data-title=Verzending] .woocommerce-shipping-destination, .woocommerce-cart .cart-collaterals td[data-title=Verzending] .woocommerce-shipping-calculator {
  display: none;
}
.woocommerce-cart .cart-collaterals tr.shipping-pickup-store {
  height: 42.667px;
  position: relative;
}
.woocommerce-cart .cart-collaterals tr.shipping-pickup-store:before {
  content: "Kies de ophaallocatie op de volgende pagina";
  position: absolute;
  right: 1rem;
  top: 10px;
  font-weight: 600;
}
.woocommerce-cart .cart-collaterals tr.shipping-pickup-store td {
  border-top: none;
}
.woocommerce-cart .cart-collaterals tr.shipping-pickup-store .message {
  display: none;
}

.woocommerce form .form-row {
  display: block;
}

.woocommerce-checkout #customer_details {
  margin-bottom: 20px;
}

.woocommerce table.shop_table {
  border-collapse: collapse;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  border-radius: 0;
  background-color: transparent;
  transition: all 400ms ease 0s;
}
.woocommerce-checkout-payment#payment {
  background: transparent;
}
.woocommerce-checkout-payment#payment ul.payment_methods {
  border-bottom: none;
}

.woocommerce-checkout .woocommerce-notice {
  margin-bottom: 1rem;
}

.custom_checkout_field .radio_field > label, .custom_checkout_field .text_field label {
  font-weight: 700;
}
.custom_checkout_field .radio_field .woocommerce-input-wrapper {
  display: grid;
  grid-template-columns: 15px auto;
  gap: 1rem;
  row-gap: 0.3rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.woocommerce-account .woocommerce-Address-title.title {
  position: relative;
}
.woocommerce-account .woocommerce-Address-title.title .edit {
  float: none;
  margin-bottom: 1rem;
  font-weight: bold;
}
.woocommerce-account .woocommerce button.button, .woocommerce-account .woocommerce a.button {
  transition: all 400ms ease 0s;
}
.woocommerce-account .woocommerce form .show-password-input {
  top: 0;
}

.woocommerce.single-product .onsale {
  left: 0;
  right: auto;
  border-radius: 0;
  padding: 0.5rem;
  margin: 0;
  width: 40%;
  top: 0;
}
.woocommerce.single-product .summary.entry-summary {
  display: flex;
  flex-direction: column;
}
.woocommerce.single-product .summary.entry-summary h1 {
  margin: 0;
}
.woocommerce.single-product .summary.entry-summary .price {
  text-align: center;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .woocommerce.single-product .summary.entry-summary .price {
    text-align: left;
  }
}
.woocommerce.single-product .summary.entry-summary .variations_form {
  flex-direction: column;
}
.woocommerce.single-product .summary.entry-summary .cart {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 90%;
  margin: 1rem auto;
}
@media (min-width: 768px) {
  .woocommerce.single-product .summary.entry-summary .cart {
    margin-left: 0;
    justify-content: space-between;
  }
}
.woocommerce.single-product .summary.entry-summary .cart .quantity {
  width: 20%;
}
.woocommerce.single-product .summary.entry-summary .cart .single_variation_wrap {
  width: 100%;
}
.woocommerce.single-product .summary.entry-summary .cart .single_variation_wrap .woocommerce-variation-add-to-cart {
  justify-content: flex-start;
  width: 100%;
  gap: 0;
}
.woocommerce.single-product .summary.entry-summary .cart .single_variation_wrap .woocommerce-variation-add-to-cart .quantity {
  margin: 0;
}
.woocommerce.single-product .summary.entry-summary .cart .single_add_to_cart_button {
  text-align: center;
  width: 70%;
  height: -moz-max-content;
  height: max-content;
  transition: all 400ms ease 0s;
}
.woocommerce.single-product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image > a {
  display: block;
  width: 60%;
}
.woocommerce.single-product .woocommerce-tabs ul.tabs.wc-tabs {
  display: flex;
}
.woocommerce.single-product .woocommerce-tabs ul.tabs.wc-tabs li {
  transition: all 400ms ease 0s;
}
.woocommerce.single-product .woocommerce-tabs ul.tabs.wc-tabs li a {
  font-family: "Fira Sans Condensed Bold";
}
.woocommerce.single-product .related.products ul.products li.product div.row div.column {
  width: 100%;
  padding: 0;
  height: 330px;
}
.woocommerce.single-product .related.products ul.products li.product div.row div.column a {
  display: block;
  position: relative;
}
.woocommerce.single-product .related.products ul.products li.product div.row div.column a .onsale {
  width: auto;
}
.woocommerce.single-product .related.products ul.products li.product div.row div.column a .price {
  text-align: center;
  margin: 0;
}
.woocommerce.single-product .related.products ul.products li.product div.row div.column a img {
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.woocommerce.single-product .related.products ul.products li.product div.row div.column h2 {
  text-align: left;
}
.woocommerce.single-product .related.products ul.products li.product div.row div.column h2 a {
  font-size: 1.2rem;
}
.woocommerce.single-product .related.products ul.products li.product div.row div.column .add_to_cart_button {
  margin: auto;
  margin-bottom: 1rem;
  font-size: 1rem;
}
.woocommerce.single-product .related.products ul.products li.product div.row div.column .product-categories {
  margin: 0;
}
.woocommerce.single-product .related.products ul.products li.product div.row div.column .price {
  margin: 0;
}
.woocommerce.single-product .related.products ul.products li.product div.row div.column:last-child {
  padding: 1rem;
}
.woocommerce.single-product .related.products ul.products li.product .variations_form {
  display: grid;
  grid-template-columns: 1fr;
  padding: 0;
  margin: 0;
  gap: 0;
}
.woocommerce.single-product .related.products ul.products li.product .variations_form .variations tbody tr {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.woocommerce.single-product img.pswp__img {
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.6);
}

.cross-sells h2, .up-sells h2 {
  font-size: 1.5rem;
}
.cross-sells .products .product:nth-child(even) .row .col-lg-6:first-child, .up-sells .products .product:nth-child(even) .row .col-lg-6:first-child {
  order: 1 !important;
}
.cross-sells .products .product .row, .up-sells .products .product .row {
  flex-direction: column;
}
.cross-sells .products .product .row .column, .up-sells .products .product .row .column {
  width: 100%;
  max-width: 100%;
}
.cross-sells .products .product .row .column h2 a, .up-sells .products .product .row .column h2 a {
  font-size: 1.2rem;
}
.cross-sells .products .product .row .column p, .up-sells .products .product .row .column p {
  font-size: 1rem;
}
.cross-sells .products .product .row .column p a, .up-sells .products .product .row .column p a {
  font-size: 1rem;
}
.cross-sells .products .product .row .column .onsale, .up-sells .products .product .row .column .onsale {
  width: auto;
}
.cross-sells .products .product .row .column .add_to_cart_button, .up-sells .products .product .row .column .add_to_cart_button {
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

/*Templates*/
.page-template-custom-login-php .login-container h1 {
  margin-bottom: 2rem;
}
.page-template-custom-login-php .login-container form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.page-template-custom-login-php .login-container form p {
  width: 100%;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .page-template-custom-login-php .login-container form p {
    width: 50%;
  }
}
.page-template-custom-login-php .login-container form p label {
  width: 100%;
}
.page-template-custom-login-php .login-container form p input {
  width: 100%;
}
@media (min-width: 768px) {
  .page-template-custom-login-php .login-container form p input {
    width: 50%;
  }
}
.page-template-custom-login-php .login-container form p input[name=rememberme] {
  width: -moz-fit-content;
  width: fit-content;
}
.page-template-custom-login-php .login-container .title-lostpassword {
  cursor: pointer;
  font-size: 0.9rem;
  padding: 0.3rem 0;
}
.page-template-custom-login-php .login-container .form-lostpassword {
  margin-top: 2rem;
  height: 0;
  overflow: hidden;
  transition: all 400ms ease 0s;
}
.page-template-custom-login-php .login-container .form-lostpassword.open-form {
  height: -moz-fit-content;
  height: fit-content;
}

.customize-support .wp-activate-container {
  margin: 3rem auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.customize-support .wp-activate-container p span.h3 {
  padding: 0;
}

.wp-activate-container {
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.wp-activate-container p span {
  padding: 0;
}

.woocommerce-breadcrumb {
  font-family: "Inter";
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled,
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
  display: flex;
  gap: 1rem;
}

#signup-content #signup-welcome:after {
  content: "Je account is nu geactiveerd.";
  display: block;
  margin: 1rem 0;
  font-family: "Montserrat";
}
#signup-content .view {
  display: none;
}

#customize-control-header_textcolor {
  display: block !important;
}

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