body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  margin: 0;
  background: #ffffff;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  font-family: "Tomorrow", sans-serif;
  font-weight: 600;
  font-size: calc(1.5rem + 1.5vw);
  text-transform: uppercase;
}

h2 {
  font-family: "Tomorrow", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  text-transform: uppercase;
}

h3 {
  font-family: "Tomorrow", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  text-transform: uppercase;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child {
  margin-top: 0;
}

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

p {
  line-height: 2rem;
  font-size: 1rem;
  color: #383838;
}

.container {
  max-width: 100%;
  width: 78rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 40rem) {
  .container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.container.--small {
  width: 56rem;
}
.container.--page {
  padding-top: 3rem;
  padding-bottom: 4rem;
}

img {
  max-width: 100%;
  height: auto;
}

.btn, .woocommerce-ResetPassword .woocommerce-Button, .singleProduct .info .cart button[type=submit], .nav a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  -webkit-appearance: none;
  background: none;
  border: 1px solid transparent;
  box-shadow: none;
  padding: 0.5rem 0.75rem;
  font-size: inherit;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.btn:focus, .woocommerce-ResetPassword .woocommerce-Button:focus, .singleProduct .info .cart button[type=submit]:focus, .nav a:focus {
  outline: 0;
}
.btn img, .woocommerce-ResetPassword .woocommerce-Button img, .singleProduct .info .cart button[type=submit] img, .nav a img {
  max-height: 1.5rem;
  max-width: 1.5rem;
}
.btn.--white, .woocommerce-ResetPassword .--white.woocommerce-Button, .singleProduct .info .cart button.--white[type=submit], .nav a.--white {
  background-color: #ffffff;
  padding: 0.75rem 1.5rem;
  border-radius: 0.125rem;
  transition: background-color 0.2s ease-out;
  color: #000000;
}
.btn.--white:hover, .woocommerce-ResetPassword .--white.woocommerce-Button:hover, .singleProduct .info .cart button.--white[type=submit]:hover, .nav a.--white:hover {
  background-color: #e6e6e6;
}
.btn.--primary, .woocommerce-ResetPassword .woocommerce-Button, .singleProduct .info .cart button.--primary[type=submit], .singleProduct .info .cart .woocommerce-ResetPassword button[type=submit].woocommerce-Button, .woocommerce-ResetPassword .singleProduct .info .cart button[type=submit].woocommerce-Button, .nav a.--primary {
  background-color: #ffcd5f;
  padding: 0.75rem 1.5rem;
  border-radius: 0.125rem;
  transition: background-color 0.2s ease-out;
  color: #000000;
}
.btn.--primary:hover, .woocommerce-ResetPassword .woocommerce-Button:hover, .singleProduct .info .cart button.--primary[type=submit]:hover, .singleProduct .info .cart .woocommerce-ResetPassword button[type=submit].woocommerce-Button:hover, .woocommerce-ResetPassword .singleProduct .info .cart button[type=submit].woocommerce-Button:hover, .nav a.--primary:hover {
  background-color: #ffbd2c;
}
.btn.--black, .woocommerce-ResetPassword .--black.woocommerce-Button, .singleProduct .info .cart button.--black[type=submit], .nav a.--black {
  background-color: #000000;
  padding: 0.75rem 1.5rem;
  border-radius: 0.125rem;
  transition: background-color 0.2s ease-out;
  color: #ffffff;
}
.btn.--black:hover, .woocommerce-ResetPassword .--black.woocommerce-Button:hover, .singleProduct .info .cart button.--black[type=submit]:hover, .nav a.--black:hover {
  background-color: #1a1a1a;
}
.btn.--blue, .woocommerce-ResetPassword .--blue.woocommerce-Button, .singleProduct .info .cart button.--blue[type=submit], .nav a.--blue {
  background-color: #4c7f8d;
  padding: 0.75rem 1.5rem;
  border-radius: 0.125rem;
  color: #ffffff;
  transition: background-color 0.2s ease-out;
}
.btn.--blue:hover, .woocommerce-ResetPassword .--blue.woocommerce-Button:hover, .singleProduct .info .cart button.--blue[type=submit]:hover, .nav a.--blue:hover {
  background-color: #43707c;
}

.btn.--menu, .woocommerce-ResetPassword .--menu.woocommerce-Button, .singleProduct .info .cart button.--menu[type=submit], .nav a.--menu {
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 0.5rem;
  left: 1.5rem;
  background-color: #f5f5f5;
  border-radius: 99rem;
  margin-right: 1rem;
  display: none;
  z-index: 99999;
}
@media screen and (max-width: 72rem) {
  .btn.--menu, .woocommerce-ResetPassword .--menu.woocommerce-Button, .singleProduct .info .cart button.--menu[type=submit], .nav a.--menu {
    display: flex;
  }
}
@media screen and (max-width: 40rem) {
  .btn.--menu, .woocommerce-ResetPassword .--menu.woocommerce-Button, .singleProduct .info .cart button.--menu[type=submit], .nav a.--menu {
    left: 0.75rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
.btn.--menu path:nth-child(2), .woocommerce-ResetPassword .--menu.woocommerce-Button path:nth-child(2), .singleProduct .info .cart button.--menu[type=submit] path:nth-child(2), .nav a.--menu path:nth-child(2) {
  transform: scaleX(1);
  transition: 0.15s ease;
}
.btn.--menu:focus, .woocommerce-ResetPassword .--menu.woocommerce-Button:focus, .singleProduct .info .cart button.--menu[type=submit]:focus, .nav a.--menu:focus {
  outline: 0;
}

.menu-active .btn.--menu, .menu-active .woocommerce-ResetPassword .--menu.woocommerce-Button, .woocommerce-ResetPassword .menu-active .--menu.woocommerce-Button, .menu-active .singleProduct .info .cart button.--menu[type=submit], .singleProduct .info .cart .menu-active button.--menu[type=submit], .menu-active .nav a.--menu, .nav .menu-active a.--menu {
  position: fixed;
}
.menu-active .btn.--menu path:nth-child(2), .menu-active .woocommerce-ResetPassword .--menu.woocommerce-Button path:nth-child(2), .woocommerce-ResetPassword .menu-active .--menu.woocommerce-Button path:nth-child(2), .menu-active .singleProduct .info .cart button.--menu[type=submit] path:nth-child(2), .singleProduct .info .cart .menu-active button.--menu[type=submit] path:nth-child(2), .menu-active .nav a.--menu path:nth-child(2), .nav .menu-active a.--menu path:nth-child(2) {
  transform: scaleX(0.55);
}

#header--popup {
  display: flex;
  opacity: 0;
  position: fixed;
  bottom: 25px;
  right: 25px;
  padding: 1em;
  color: #fff;
  background: #4c7f8d;
  box-shadow: 1px 1px 0.5em 0 rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease-in-out;
  z-index: 9999;
}
@media screen and (max-width: 56rem) {
  #header--popup {
    margin: 0 20px;
    align-items: center;
  }
  #header--popup img {
    width: 30px;
    height: 100% !important;
  }
}
#header--popup img {
  filter: invert(1);
  margin-right: 0.75rem;
}

#header--popup.hidden {
  display: none;
}

#header--popup.fade-in {
  opacity: 1;
}

.header > * {
  display: flex;
  align-items: center;
  min-height: 6.75rem;
}
.header .searchbar {
  margin-left: auto;
}
.header .btn.--account, .header .woocommerce-ResetPassword .--account.woocommerce-Button, .woocommerce-ResetPassword .header .--account.woocommerce-Button, .header .singleProduct .info .cart button.--account[type=submit], .singleProduct .info .cart .header button.--account[type=submit], .header .nav a.--account, .nav .header a.--account {
  margin-left: auto;
}
.header .btn.--favorite, .header .woocommerce-ResetPassword .--favorite.woocommerce-Button, .woocommerce-ResetPassword .header .--favorite.woocommerce-Button, .header .singleProduct .info .cart button.--favorite[type=submit], .singleProduct .info .cart .header button.--favorite[type=submit], .header .nav a.--favorite, .nav .header a.--favorite {
  width: 3rem;
  height: 3rem;
  background-color: #f5f5f5;
}
.header .btn.--cart, .header .woocommerce-ResetPassword .--cart.woocommerce-Button, .woocommerce-ResetPassword .header .--cart.woocommerce-Button, .header .singleProduct .info .cart button.--cart[type=submit], .singleProduct .info .cart .header button.--cart[type=submit], .header .nav a.--cart, .nav .header a.--cart {
  display: flex;
  position: relative;
  margin-left: 1rem;
}
.header .btn.--cart .count, .header .woocommerce-ResetPassword .--cart.woocommerce-Button .count, .woocommerce-ResetPassword .header .--cart.woocommerce-Button .count, .header .singleProduct .info .cart button.--cart[type=submit] .count, .singleProduct .info .cart .header button.--cart[type=submit] .count, .header .nav a.--cart .count, .nav .header a.--cart .count {
  position: absolute;
  display: flex;
  left: 1.675rem;
  top: 0;
  text-align: center;
  background: #ffcd5f;
  display: block;
  border-radius: 99rem;
  padding: 0.175rem 0.25rem;
  min-width: 1.25rem;
  font-size: 0.75rem;
  font-weight: 500;
}
.header .btn.--cart img, .header .woocommerce-ResetPassword .--cart.woocommerce-Button img, .woocommerce-ResetPassword .header .--cart.woocommerce-Button img, .header .singleProduct .info .cart button.--cart[type=submit] img, .singleProduct .info .cart .header button.--cart[type=submit] img, .header .nav a.--cart img, .nav .header a.--cart img {
  width: 2rem;
  height: auto;
  max-height: initial;
  max-width: initial;
  margin-right: 1rem;
}
.header .btn.--cart .logo img, .header .woocommerce-ResetPassword .--cart.woocommerce-Button .logo img, .woocommerce-ResetPassword .header .--cart.woocommerce-Button .logo img, .header .singleProduct .info .cart button.--cart[type=submit] .logo img, .singleProduct .info .cart .header button.--cart[type=submit] .logo img, .header .nav a.--cart .logo img, .nav .header a.--cart .logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 72rem) {
  .header > * {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .header .searchbar {
    width: 100%;
    order: 5;
    margin-top: 0.75rem;
    margin-right: 0;
  }
  .header .btn.--account, .header .woocommerce-ResetPassword .--account.woocommerce-Button, .woocommerce-ResetPassword .header .--account.woocommerce-Button, .header .singleProduct .info .cart button.--account[type=submit], .singleProduct .info .cart .header button.--account[type=submit], .header .nav a.--account, .nav .header a.--account {
    display: none;
  }
  .header .btn.--favorite, .header .woocommerce-ResetPassword .--favorite.woocommerce-Button, .woocommerce-ResetPassword .header .--favorite.woocommerce-Button, .header .singleProduct .info .cart button.--favorite[type=submit], .singleProduct .info .cart .header button.--favorite[type=submit], .header .nav a.--favorite, .nav .header a.--favorite {
    margin-left: auto;
  }
  .header .logo {
    margin-left: 4rem;
  }
}
@media screen and (max-width: 40rem) {
  .header .btn.--cart, .header .woocommerce-ResetPassword .--cart.woocommerce-Button, .woocommerce-ResetPassword .header .--cart.woocommerce-Button, .header .singleProduct .info .cart button.--cart[type=submit], .singleProduct .info .cart .header button.--cart[type=submit], .header .nav a.--cart, .nav .header a.--cart {
    margin-left: 0.5rem;
  }
  .header .btn.--favorite, .header .woocommerce-ResetPassword .--favorite.woocommerce-Button, .woocommerce-ResetPassword .header .--favorite.woocommerce-Button, .header .singleProduct .info .cart button.--favorite[type=submit], .singleProduct .info .cart .header button.--favorite[type=submit], .header .nav a.--favorite, .nav .header a.--favorite {
    background: transparent;
    width: 2rem;
    height: 2rem;
  }
  .header .btn.--cart, .header .woocommerce-ResetPassword .--cart.woocommerce-Button, .woocommerce-ResetPassword .header .--cart.woocommerce-Button, .header .singleProduct .info .cart button.--cart[type=submit], .singleProduct .info .cart .header button.--cart[type=submit], .header .nav a.--cart, .nav .header a.--cart {
    padding: 0rem;
  }
  .header .btn.--cart .price, .header .woocommerce-ResetPassword .--cart.woocommerce-Button .price, .woocommerce-ResetPassword .header .--cart.woocommerce-Button .price, .header .singleProduct .info .cart button.--cart[type=submit] .price, .singleProduct .info .cart .header button.--cart[type=submit] .price, .header .nav a.--cart .price, .nav .header a.--cart .price {
    display: none;
  }
  .header .btn.--cart img, .header .woocommerce-ResetPassword .--cart.woocommerce-Button img, .woocommerce-ResetPassword .header .--cart.woocommerce-Button img, .header .singleProduct .info .cart button.--cart[type=submit] img, .singleProduct .info .cart .header button.--cart[type=submit] img, .header .nav a.--cart img, .nav .header a.--cart img {
    width: 1.75rem;
  }
  .header .btn.--cart .count, .header .woocommerce-ResetPassword .--cart.woocommerce-Button .count, .woocommerce-ResetPassword .header .--cart.woocommerce-Button .count, .header .singleProduct .info .cart button.--cart[type=submit] .count, .singleProduct .info .cart .header button.--cart[type=submit] .count, .header .nav a.--cart .count, .nav .header a.--cart .count {
    left: 1rem;
    top: -0.75rem;
  }
  .header .logo {
    width: 11rem;
    margin-left: 3rem;
    padding-top: 0.5rem;
  }
}

.nav {
  background: #f5f5f5;
  transition: opacity 0.15s ease;
}
.nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav a {
  color: #000000;
  min-height: 3.75rem;
}
@media screen and (min-width: 64rem) {
  .nav a:hover {
    background-color: #e8e8e8;
  }
}

@media screen and (max-width: 64rem) {
  .nav {
    position: fixed;
    touch-action: none;
    width: 100%;
    height: 100%;
    overflow-y: visible;
    overflow-x: hidden;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #101010;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
  }
  .nav ul {
    display: block;
  }
  .nav a {
    color: #ffffff;
    text-align: center;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-family: "Tomorrow", sans-serif;
    font-weight: 600;
    font-size: 1.125rem;
    text-transform: uppercase;
  }

  .menu-active .nav {
    opacity: 1;
    pointer-events: all;
  }
}
.btn.--favorite, .woocommerce-ResetPassword .--favorite.woocommerce-Button, .singleProduct .info .cart button.--favorite[type=submit], .nav a.--favorite {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #fff;
  border-radius: 999rem;
}
.btn.--favorite img, .woocommerce-ResetPassword .--favorite.woocommerce-Button img, .singleProduct .info .cart button.--favorite[type=submit] img, .nav a.--favorite img {
  width: 1.25rem;
  height: auto;
}

input[type=text],
input[type=search],
input[type=number],
input[type=tel],
input[type=email],
input[type=password],
textarea {
  min-height: 3rem;
  border-radius: 0.125rem;
  border: 1px solid #d9dbe0;
  padding: 0.75rem 1rem;
  font-size: inherit;
  color: #000000;
  width: 100%;
}
input[type=text]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
textarea::placeholder {
  color: #b7b7b7;
}
input[type=text]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
  outline: 0;
}

.select2-container--default .select2-selection--single {
  min-height: 3rem;
  border-radius: 0.125rem !important;
  border: 1px solid #d9dbe0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000000 !important;
  line-height: 3rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 3rem !important;
}

.select2-dropdown {
  border-color: #d9dbe0 !important;
}

.select2-search--dropdown .select2-search__field {
  min-height: initial;
  height: 2rem;
  border-radius: 0.125rem !important;
  border: 1px solid #d9dbe0 !important;
}

.banner {
  background-position: center;
  background-size: cover;
}
.banner > * {
  display: flex;
  min-height: 55vh;
  align-items: center;
}
.banner h1 {
  color: #ffffff;
}
@media screen and (min-width: 990px) {
  .banner h1 {
    max-width: 55%;
  }
}

.notice {
  background: #4c7f8d;
  padding: 1rem 1.5rem;
  text-align: center;
  grid-column: span 2;
  margin-bottom: 1rem;
}
@media screen and (max-width: 56rem) {
  .notice {
    font-size: 0.875rem;
    padding: 0.75rem 0.75rem;
  }
}
.notice img {
  margin: 0 0.75rem;
}
.notice a {
  text-decoration: underline;
}
.notice a:hover {
  text-decoration: none;
}
.notice.--error {
  background: #fbe0e0;
  color: #790404;
}
.notice.--success {
  background: #f5f5f5;
  color: #383838;
}
.notice.--notice {
  background: #f5f5f5;
  color: #383838;
}
.notice.--header {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
}
.notice.--header img {
  filter: invert(1);
}

.tag {
  display: inline-flex;
  padding: 0.25rem 0.5rem;
  background: #ffcd5f;
  color: #000000;
  font-weight: 500;
  font-size: 0.9375rem;
}

table {
  width: 100%;
  border-collapse: collapse;
}
table tr:nth-child(odd) td,
table tr:nth-child(odd) th {
  background-color: #f5f5f5;
}
table th {
  text-align: left;
  padding: 0.75rem 0 0.75rem 1rem;
  font-weight: 500;
}
table td {
  padding: 0.75rem 1rem 0.75rem 0;
  font-weight: 500;
}

.woocommerce:not(body) {
  padding: 2.5rem 0;
}
.woocommerce:not(body) > .breadcrumbs {
  margin-top: -2.5rem;
}

.content h1 {
  margin-top: 0;
  font-size: 2rem;
}
.content h2 {
  font-size: 1.25rem;
}
.content h3,
.content h4,
.content h5,
.content h6 {
  font-size: 1rem;
}
.content > * + * {
  margin-top: 1rem;
}
.content img {
  max-width: 100%;
  height: auto;
}
.content .wp-block-image {
  margin-left: 0;
  margin-right: 0;
}
.content .wp-block-image img {
  width: 100%;
  height: auto;
}

.in3_logo img {
  width: 100px;
  height: auto;
}

.checklist {
  display: flex;
  flex-direction: column;
  font-size: 0.9375rem;
}
.checklist li {
  display: flex;
  align-items: center;
  color: #383838;
}
.checklist li:before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("https://pakhuisnoord.com/wp-content/themes/pakhuisnoord/dist/icon-circle-check.70480f76.svg");
  margin-right: 0.5rem;
}
.checklist.--horizontal {
  flex-direction: row;
  width: 100%;
  justify-content: space-around;
  padding: 2rem 0;
}
@media screen and (max-width: 56rem) {
  .checklist.--horizontal {
    flex-direction: column;
    margin: 0;
  }
}
.checklist.--horizontal li {
  color: #000000;
}
.checklist.--horizontal li:before {
  background-image: url("https://pakhuisnoord.com/wp-content/themes/pakhuisnoord/dist/icon-check.794066a8.svg");
}

.categoryList {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 56rem) {
  .categoryList {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
@media screen and (max-width: 32rem) {
  .categoryList {
    grid-template-columns: repeat(2, 1fr);
  }
}
.categoryList li {
  flex-grow: 0;
  flex-shrink: 0;
}
.categoryList li a {
  background: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1.5rem;
  min-height: 10rem;
  position: relative;
}
.categoryList li a img {
  margin-bottom: 1rem;
  max-height: 65px;
}
.categoryList li a span {
  position: absolute;
  min-height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 1rem;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.shopTheLook {
  display: grid;
  grid-template-columns: 1fr 4fr;
  align-items: center;
}
@media screen and (max-width: 56rem) {
  .shopTheLook {
    display: flex;
    flex-direction: column;
  }
  .shopTheLook br {
    display: none;
  }
}
.shopTheLook h2 {
  justify-self: flex-start;
}
.shopTheLook h2:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.175rem;
  margin-top: 0.25rem;
  background-color: #000000;
}
.shopTheLook ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 48rem) {
  .shopTheLook ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
  .shopTheLook ul li:last-child {
    display: none;
  }
}
.shopTheLook ul a {
  display: flex;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  position: relative;
  border-radius: 999px;
  overflow: hidden;
  transform: scale(1);
  will-change: transform;
  transition: 0.2s ease-out;
}
.shopTheLook ul a img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  object-fit: cover;
  transform: scale(1.05);
  will-change: transform;
  transition: 0.2s ease-out;
}
.shopTheLook ul a:hover {
  transform: scale(1.05);
}
.shopTheLook ul a:hover img {
  transform: scale(1);
}

.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 3.375rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 64rem) {
  .products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 56rem) {
  .products {
    grid-template-columns: repeat(2, 1fr);
  }
}
.products .no-products {
  grid-column: span 4;
}
.products li {
  position: relative;
  display: flex;
  flex-direction: column;
}
.products li .tag.--product {
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
}
.products li .btn.--favorite, .products li .woocommerce-ResetPassword .--favorite.woocommerce-Button, .woocommerce-ResetPassword .products li .--favorite.woocommerce-Button, .products li .singleProduct .info .cart button.--favorite[type=submit], .singleProduct .info .cart .products li button.--favorite[type=submit], .products li .nav a.--favorite, .nav .products li a.--favorite {
  position: absolute;
  left: 0.75rem;
  top: 0.75rem;
  transition: background-color 0.2s ease-out;
  will-change: background-color;
}
.products li .btn.--favorite:hover, .products li .woocommerce-ResetPassword .--favorite.woocommerce-Button:hover, .woocommerce-ResetPassword .products li .--favorite.woocommerce-Button:hover, .products li .singleProduct .info .cart button.--favorite[type=submit]:hover, .singleProduct .info .cart .products li button.--favorite[type=submit]:hover, .products li .nav a.--favorite:hover, .nav .products li a.--favorite:hover {
  background-color: #ffcd5f;
}
.products li .btn.--favorite[data-favorite=true], .products li .woocommerce-ResetPassword .--favorite[data-favorite=true].woocommerce-Button, .woocommerce-ResetPassword .products li .--favorite[data-favorite=true].woocommerce-Button, .products li .singleProduct .info .cart button.--favorite[data-favorite=true][type=submit], .singleProduct .info .cart .products li button.--favorite[data-favorite=true][type=submit], .products li .nav a.--favorite[data-favorite=true], .nav .products li a.--favorite[data-favorite=true] {
  background-color: #ffcd5f;
}
.products li .btn.--favorite[data-favorite=true]:hover, .products li .woocommerce-ResetPassword .--favorite[data-favorite=true].woocommerce-Button:hover, .woocommerce-ResetPassword .products li .--favorite[data-favorite=true].woocommerce-Button:hover, .products li .singleProduct .info .cart button.--favorite[data-favorite=true][type=submit]:hover, .singleProduct .info .cart .products li button.--favorite[data-favorite=true][type=submit]:hover, .products li .nav a.--favorite[data-favorite=true]:hover, .nav .products li a.--favorite[data-favorite=true]:hover {
  background-color: #ffbd2c;
}
.products li .btn.--favorite:focus, .products li .woocommerce-ResetPassword .--favorite.woocommerce-Button:focus, .woocommerce-ResetPassword .products li .--favorite.woocommerce-Button:focus, .products li .singleProduct .info .cart button.--favorite[type=submit]:focus, .singleProduct .info .cart .products li button.--favorite[type=submit]:focus, .products li .nav a.--favorite:focus, .nav .products li a.--favorite:focus {
  outline: 0;
}
.products .image {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
  height: 265px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.products .image.is-front {
  height: 120px;
}
@media screen and (min-width: 768px) {
  .products .image.is-front {
    height: 260px;
  }
}
@media screen and (min-width: 1024px) {
  .products .image {
    height: 150px;
  }
  .products .image.is-front {
    height: 230px;
  }
}
@media screen and (min-width: 1280px) {
  .products .image {
    height: 207px;
  }
  .products .image.is-front {
    height: 207px;
  }
}
.products .image img {
  width: 100%;
  height: auto;
  max-height: 207px;
}
.products .category {
  text-decoration: none;
  color: #4c7f8d;
  margin-bottom: 0.5rem;
  font-weight: 500;
  font-size: 1rem;
}
.products .category:hover {
  color: #000000;
  text-decoration: underline;
}
.products .name {
  font-size: 0.9375rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
}

.price {
  display: flex;
  align-items: flex-start;
}
.price > ins {
  text-decoration: none;
  display: flex;
  align-items: flex-start;
}
.price > ins span:first-child, .price > span:first-child {
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 700;
}
.price > ins span:last-child, .price > span:last-child {
  text-decoration: none;
  font-size: 0.8125rem;
  font-weight: 700;
}
.price > del {
  color: #979797;
  font-size: 0.8125rem;
  margin-left: 0.75rem;
  margin-top: 0.125rem;
}
.price #main_price {
  display: flex;
}
.price #main_price .woocommerce-Price-amount {
  font-size: 1.5rem !important;
  font-weight: 700 !important;
}
.price #main_price .woocommerce-Price-amount.amount {
  margin-right: 0 !important;
}

.priceNote {
  color: #383838;
  margin: 0.25rem 0;
}

@media screen and (min-width: 64rem) {
  .catalog {
    padding: 2rem 0;
    display: grid;
    grid-template-columns: 18rem auto;
    grid-column-gap: 2rem;
  }
  .catalog .catalog__aside {
    grid-column: 1/span 1;
    grid-row: 1/span 2;
  }
  .catalog .catalog__items {
    grid-column: 2/span 1;
    grid-row: 2/4;
  }
  .catalog .catalog__header {
    grid-column: 2/span 1;
    grid-row: 1/span 1;
  }
}

.catalog__header {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  margin-bottom: 2rem;
}
.catalog__header h1 {
  margin: 0;
  font-size: 2rem;
}
@media screen and (min-width: 56rem) {
  .catalog__header .woocommerce-ordering {
    position: absolute;
    right: 0;
    width: initial;
  }
}
.catalog__header .woocommerce-result-count {
  margin: 0;
}

.catalog__items .products {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 48rem) {
  .catalog__items .products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 32rem) {
  .catalog__items .products {
    grid-template-columns: 1fr;
  }
}

.related.products,
.deals.products {
  display: block;
  grid-column: span 2;
}
.related.products h2,
.deals.products h2 {
  margin: 0 0 1.5rem 0;
  font-size: 1.125rem;
}

.products.--favorites {
  grid-template-columns: repeat(3, 1fr);
}

.deals.products .products {
  grid-template-columns: repeat(3, 1fr);
}
.deals.products li {
  padding: 1rem 1.25rem;
  border: 1px solid #d9dbe0;
}
.deals.products li .images {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 1rem;
}
.deals.products li .image {
  width: 45%;
  position: relative;
  margin: 0;
}
.deals.products li .tag {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}
.deals.products li .price_and_add_to_cart {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.term-description {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  margin-bottom: 4rem;
  border-top: 1px solid #e8e9eb;
}
.term-description h1,
.term-description h2,
.term-description h3,
.term-description h4,
.term-description h5,
.term-description h6 {
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  text-transform: initial;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
}
.term-description p,
.term-description ul,
.term-description ol {
  margin: 0.5rem 0 1rem 0;
}

.woocommerce-ordering {
  display: flex;
  align-items: center;
  width: 100%;
}
.woocommerce-ordering:after {
  content: "";
  display: block;
  width: 0.75rem;
  height: 1rem;
  position: absolute;
  background-image: url("https://pakhuisnoord.com/wp-content/themes/pakhuisnoord/dist/icon-chevron-down.6475f065.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 0.75rem;
}
.woocommerce-ordering select {
  -webkit-appearance: none;
  background: #fff;
  border-radius: 0.125rem;
  border: 1px solid #d9dbe0;
  font: inherit;
  font-size: 0.9375rems;
  padding: 0.75rem;
  width: 100%;
}
.woocommerce-ordering select:focus {
  outline: 0;
}

.btn.--filter, .woocommerce-ResetPassword .--filter.woocommerce-Button, .singleProduct .info .cart button.--filter[type=submit], .nav a.--filter {
  display: none;
}

@media screen and (max-width: 64rem) {
  .btn.--filter, .woocommerce-ResetPassword .--filter.woocommerce-Button, .singleProduct .info .cart button.--filter[type=submit], .nav a.--filter {
    display: flex;
    background: #000000;
    color: #fff;
  }

  .catalog__aside {
    position: fixed;
    background: rgba(0, 0, 0, 0);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 99999;
    transition-delay: 0.2s;
    transition: 0.2s ease;
    pointer-events: none;
  }
  .catalog__aside .product-filter {
    width: 100%;
    height: 90%;
    position: relative;
    top: 10%;
    overflow-y: scroll;
    overflow-x: auto;
    touch-action: none;
    background: #fff;
    padding: 1.5rem;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
    transform: translateY(100vh);
    transition: 0.2s ease-in;
  }

  .filter-active .catalog__aside {
    background: rgba(0, 0, 0, 0.3);
    transition-delay: 0s;
    pointer-events: initial;
  }
  .filter-active .catalog__aside .product-filter {
    transform: translateY(0);
    transition: 0.2s ease-out;
    transition-delay: 0.2s;
  }
}
.product-filter__footer {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  bottom: 1rem;
  width: 100%;
  background: #fff;
  padding: 0.5rem 1.5rem;
}
@media screen and (max-width: 64rem) {
  .product-filter__footer {
    display: flex;
  }
}
.product-filter__footer .btn, .product-filter__footer .woocommerce-ResetPassword .woocommerce-Button, .woocommerce-ResetPassword .product-filter__footer .woocommerce-Button, .product-filter__footer .singleProduct .info .cart button[type=submit], .singleProduct .info .cart .product-filter__footer button[type=submit], .product-filter__footer .nav a, .nav .product-filter__footer a {
  background: #000000;
  color: #fff;
  width: 100%;
  padding: 0.75rem;
  margin-bottom: 0;
  border: 0 !important;
}

.homeCategories {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 56rem) {
  .homeCategories {
    padding-top: 0rem;
  }
}
.homeCategories h2 {
  width: 100%;
  text-align: center;
  margin: 0 0 2rem 0;
}

.homeShopTheLook {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 990px) {
  .homeShopTheLook {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

.homeProducts {
  padding-top: 3rem;
  padding-bottom: 6rem;
}
.homeProducts h3 {
  font-size: 1rem;
  font-weight: 600;
  font-family: inherit;
  margin: 0 0 1.25rem 0;
  text-transform: initial;
}

.homeInstagram {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 32rem) {
  .homeInstagram {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.homeAbout {
  padding: 6rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (max-width: 32rem) {
  .homeAbout {
    padding: 3rem 0.75rem;
  }
}
.homeAbout h2 {
  margin: 0 0 1.5rem 0;
  text-align: center;
}
.homeAbout p {
  max-width: 100%;
  max-width: 44rem;
  color: inherit;
  margin: 0 0 1.5rem 0;
  text-align: center;
}

.homeStore {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.homeStore__information {
  display: flex;
}
.homeStore__address {
  width: 50%;
}
.homeStore__openinghours {
  width: 50%;
}

.footer > div:first-child {
  background-color: #f5f5f5;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.footer > div:first-child > * {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.footer > div:first-child nav {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .footer > div:first-child nav:first-child {
    margin-top: 20px;
  }
}
.footer > div:first-child nav h4 {
  margin: 0 0 1rem 0;
}
.footer > div:first-child nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer > div:first-child nav a {
  padding: 0.5rem 0;
  display: inline-flex;
  color: #383838;
}
.footer > div:first-child nav a:hover {
  text-decoration: underline;
}
.footer > div:nth-child(2) {
  display: flex;
  align-items: center;
}
.footer > div:nth-child(2) .copy {
  font-weight: 500;
  margin-right: 1rem;
}
.footer > div:nth-child(2) nav {
  margin-right: 1rem;
}
.footer > div:nth-child(2) nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.footer > div:nth-child(2) nav a {
  color: #383838;
  padding: 2.5rem 1.25rem;
  display: inline-flex;
}
.footer > div:nth-child(2) nav a:hover {
  text-decoration: underline;
}
.footer > div:nth-child(2) .webba {
  margin-left: auto;
  color: #383838;
  padding: 2.5rem 0 2.5rem 1.25rem;
}
.footer > div:nth-child(2) .webba:hover {
  text-decoration: underline;
}

.newsletter {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 28rem;
}
.newsletter div {
  display: flex;
  height: 33px;
  width: 100%;
  margin-bottom: 10px;
}
.newsletter div img {
  margin-right: 10px;
}
.newsletter form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.5rem;
  width: 100%;
}
.newsletter h2 {
  margin: 0.5rem 0 1rem 0;
  font-size: 1.5rem;
  text-align: left;
}
.newsletter .checklist.--horizontal {
  padding: 0;
  margin: 0;
  justify-content: flex-start;
}

@media screen and (max-width: 64rem) {
  .footer > div:first-child > * {
    grid-template-columns: 1fr;
    row-gap: 1.5rem;
  }
  .footer nav {
    order: 2;
  }
  .footer ul {
    overflow: hidden;
  }
  .footer .newsletter {
    order: 1;
  }

  .newsletter {
    min-width: unset;
  }
}
.slider.price {
  display: block;
}

.berocket_aapf_widget {
  margin: 0 !important;
  padding: 0;
}

.product-filter > * > * {
  padding: 1.5rem 0;
  margin-bottom: -1px;
  border-top: 1px solid #e8e9eb;
  border-bottom: 1px solid #e8e9eb;
}
.product-filter > *:first-child > * {
  border-top: 0;
  padding-top: 0;
}
.product-filter > *:last-child > * {
  border-bottom: 0;
}

.berocket_aapf_widget-title {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  text-transform: none;
}

/* Color filters */
.berocket_checkbox_color .berocket_label_widgets {
  margin: 0 !important;
}

span.berocket_color_span_block {
  width: 1.5rem !important;
  height: 1.5rem !important;
  border: 0 !important;
  border-radius: 99rem;
}

.brw-color-wit span.berocket_color_span_block {
  border: 1px solid #d9dbe0 !important;
}
.brw-color-wit span.berocket_color_span_block .berocket_color_span_absolute {
  background-image: url("https://pakhuisnoord.com/wp-content/themes/pakhuisnoord/dist/icon-check.794066a8.svg");
}

.berocket_aapf_widget-wrapper.brw-color ul {
  display: flex;
  flex-direction: column;
}

.berocket_aapf_widget .berocket_checkbox_color {
  height: 2rem !important;
}
.berocket_aapf_widget .berocket_checkbox_color label > span {
  transform: rotate(0) !important;
  position: relative;
}
.berocket_aapf_widget .berocket_checkbox_color label.berocket_checked .berocket_color_span_absolute {
  background-size: 1rem;
}

.product-filter .berocket_aapf_widget .berocket_checkbox_color .berocket_label_widgets {
  display: flex !important;
  align-items: center !important;
}

.berocket_color_span_absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0 !important;
  top: 0 !important;
  display: block;
  background-image: url("https://pakhuisnoord.com/wp-content/themes/pakhuisnoord/dist/icon-check-white.4d886f58.svg");
  background-position: center;
  background-size: 0rem;
  background-repeat: no-repeat;
}

.berocket_color_text {
  margin-left: 0.5rem !important;
  font-size: 0.9375rem;
  display: inline-block;
}

/* Price filter */
.product-filter .berocket_aapf_widget li.slider div.slide {
  padding: 2rem 1rem 0 1rem;
}

.product-filter .slide.default .berocket_filter_slider .ui-state-default,
.product-filter .slide.default .berocket_filter_price_slider .ui-state-default,
.product-filter .slide.default .berocket_filter_slider.ui-widget-content .ui-state-default,
.product-filter .slide.default .berocket_filter_price_slider.ui-widget-content .ui-state-default,
.product-filter .slide.default .berocket_filter_slider .ui-widget-header .ui-state-default,
.product-filter .slide.default .berocket_filter_price_slider .ui-widget-header .ui-state-default,
.product-filter .berocket_filter_slider.ui-widget-content .ui-slider-handle,
.product-filter .berocket_filter_price_slider.ui-widget-content .ui-slider-handle {
  background: #fff;
  width: 1.5rem;
  height: 1.5rem;
  top: calc(-0.75rem + 1px);
}
.product-filter .slide.default .berocket_filter_slider .ui-state-default:focus,
.product-filter .slide.default .berocket_filter_price_slider .ui-state-default:focus,
.product-filter .slide.default .berocket_filter_slider.ui-widget-content .ui-state-default:focus,
.product-filter .slide.default .berocket_filter_price_slider.ui-widget-content .ui-state-default:focus,
.product-filter .slide.default .berocket_filter_slider .ui-widget-header .ui-state-default:focus,
.product-filter .slide.default .berocket_filter_price_slider .ui-widget-header .ui-state-default:focus,
.product-filter .berocket_filter_slider.ui-widget-content .ui-slider-handle:focus,
.product-filter .berocket_filter_price_slider.ui-widget-content .ui-slider-handle:focus {
  outline: 0;
}

.ui-widget.ui-widget-content {
  border: 0;
  background-color: #f5f5f5;
}

.product-filter .berocket_aapf_widget li.slider {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.product-filter .berocket_aapf_widget li.slider span.left,
.product-filter .berocket_aapf_widget li.slider span.right {
  padding: 0 0.5rem;
}
.product-filter .berocket_aapf_widget li.slider span.left input,
.product-filter .berocket_aapf_widget li.slider span.right input {
  font-style: normal;
  width: 100%;
  font-size: 0.9375rem;
}

.berocket_aapf_widget[data-type=checkbox] li {
  margin-bottom: 0.5rem;
}
.berocket_aapf_widget[data-type=checkbox] li input[type=checkbox] {
  display: none;
}
.berocket_aapf_widget[data-type=checkbox] li input[type=checkbox]:checked ~ label:after {
  background: url("https://pakhuisnoord.com/wp-content/themes/pakhuisnoord/dist/icon-check-white.4d886f58.svg") #000000;
  background-position: center;
  background-repeat: no-repeat;
  border-color: #000000;
}
.berocket_aapf_widget[data-type=checkbox] li label {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  font-size: 0.9375rem;
}
.berocket_aapf_widget[data-type=checkbox] li label:after {
  content: "";
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0.125rem;
  background: url("https://pakhuisnoord.com/wp-content/themes/pakhuisnoord/dist/icon-check-white.4d886f58.svg") #ffffff;
  background-size: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  display: block !important;
  border: 1px solid #d9dbe0;
  margin-right: 0.75rem;
}

.bapf_sfilter input[type=text] {
  min-height: 2.5rem;
  text-align: center;
  border: 2px solid rgba(0, 0, 0, 0.6);
  border-radius: 0;
}

.singleProduct {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 3rem;
  width: 100%;
}
.singleProduct > * {
  margin: 1.5rem 0;
}
.singleProduct .woocommerce-product-attributes-item__value {
  display: flex;
  align-items: center;
}
.singleProduct .woocommerce-product-attributes-item__value p {
  margin-top: 0;
  margin-right: 5px;
  margin-bottom: 0;
}
.singleProduct .gallery {
  width: 100%;
  flex-grow: 1;
  position: relative;
}
.singleProduct .gallery .btn.--favorite, .singleProduct .gallery .woocommerce-ResetPassword .--favorite.woocommerce-Button, .woocommerce-ResetPassword .singleProduct .gallery .--favorite.woocommerce-Button, .singleProduct .gallery .info .cart button.--favorite[type=submit], .singleProduct .info .cart .gallery button.--favorite[type=submit], .singleProduct .gallery .nav a.--favorite, .nav .singleProduct .gallery a.--favorite {
  position: absolute;
  left: 1rem;
  top: 1rem;
  transition: background-color 0.2s ease-out;
  will-change: background-color;
  z-index: 2;
}
.singleProduct .gallery .btn.--favorite:hover, .singleProduct .gallery .woocommerce-ResetPassword .--favorite.woocommerce-Button:hover, .woocommerce-ResetPassword .singleProduct .gallery .--favorite.woocommerce-Button:hover, .singleProduct .gallery .info .cart button.--favorite[type=submit]:hover, .singleProduct .info .cart .gallery button.--favorite[type=submit]:hover, .singleProduct .gallery .nav a.--favorite:hover, .nav .singleProduct .gallery a.--favorite:hover {
  background-color: #ffcd5f;
}
.singleProduct .gallery .btn.--favorite[data-favorite=true], .singleProduct .gallery .woocommerce-ResetPassword .--favorite[data-favorite=true].woocommerce-Button, .woocommerce-ResetPassword .singleProduct .gallery .--favorite[data-favorite=true].woocommerce-Button, .singleProduct .gallery .info .cart button.--favorite[data-favorite=true][type=submit], .singleProduct .info .cart .gallery button.--favorite[data-favorite=true][type=submit], .singleProduct .gallery .nav a.--favorite[data-favorite=true], .nav .singleProduct .gallery a.--favorite[data-favorite=true] {
  background-color: #ffcd5f;
}
.singleProduct .gallery .btn.--favorite[data-favorite=true]:hover, .singleProduct .gallery .woocommerce-ResetPassword .--favorite[data-favorite=true].woocommerce-Button:hover, .woocommerce-ResetPassword .singleProduct .gallery .--favorite[data-favorite=true].woocommerce-Button:hover, .singleProduct .gallery .info .cart button.--favorite[data-favorite=true][type=submit]:hover, .singleProduct .info .cart .gallery button.--favorite[data-favorite=true][type=submit]:hover, .singleProduct .gallery .nav a.--favorite[data-favorite=true]:hover, .nav .singleProduct .gallery a.--favorite[data-favorite=true]:hover {
  background-color: #ffbd2c;
}
.singleProduct .gallery .btn.--favorite:focus, .singleProduct .gallery .woocommerce-ResetPassword .--favorite.woocommerce-Button:focus, .woocommerce-ResetPassword .singleProduct .gallery .--favorite.woocommerce-Button:focus, .singleProduct .gallery .info .cart button.--favorite[type=submit]:focus, .singleProduct .info .cart .gallery button.--favorite[type=submit]:focus, .singleProduct .gallery .nav a.--favorite:focus, .nav .singleProduct .gallery a.--favorite:focus {
  outline: 0;
}
.singleProduct .info {
  min-width: 20ch;
  flex-shrink: 0;
}
.singleProduct .info h1 {
  margin: -0.375rem 0 0.5rem 0;
  font-size: calc(1rem + 1vw);
}
.singleProduct .info .tag {
  margin-bottom: 1rem;
}
.singleProduct .info .shipping_cost {
  margin-left: 3px;
}
.singleProduct .info .priceNote {
  display: flex;
  flex-direction: column;
  border: 2px solid #ffcd5f;
  padding: 10px;
  background-color: rgba(255, 205, 95, 0.15);
  margin-top: 15px;
}
.singleProduct .info .priceNote .set_shipping_location {
  margin: 10px 0;
}
.singleProduct .info .priceNote .set_shipping_location .select-css {
  display: flex;
  align-items: center;
  margin: 2px 0;
}
@media screen and (min-width: 768px) {
  .singleProduct .info .priceNote .set_shipping_location .select-css {
    justify-content: flex-end;
    margin: unset;
  }
}
.singleProduct .info .priceNote .set_shipping_location .select-css label {
  margin-left: 3px;
}
@media screen and (min-width: 768px) {
  .singleProduct .info .priceNote .set_shipping_location .select-css label {
    margin-left: 7px;
  }
}
.singleProduct .info .priceNote .set_shipping_location .select-css .checkbox {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  border: 2px solid #383838;
  border-radius: 3px;
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-left: 0;
  background: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (min-width: 768px) {
  .singleProduct .info .priceNote .set_shipping_location .select-css .checkbox {
    left: 5px;
  }
}
.singleProduct .info .priceNote .set_shipping_location .select-css .checkbox:focus {
  outline: none;
}
.singleProduct .info .priceNote .set_shipping_location .select-css .checkbox:checked {
  background-color: #ffffff;
  border: 2px solid #383838;
  border-radius: 3px;
  color: #ffffff;
  overflow: hidden;
}
.singleProduct .info .priceNote .set_shipping_location .select-css .checkbox:checked:after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: -3px;
  left: -3px;
  color: #ffcd5f;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("https://pakhuisnoord.com/wp-content/themes/pakhuisnoord/dist/icon-circle-check.70480f76.svg");
}
.singleProduct .info .priceNote form {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.singleProduct .info .priceNote form span {
  margin-bottom: 10px;
  font-size: 0.8rem;
}
@media screen and (min-width: 768px) {
  .singleProduct .info .priceNote form span {
    margin-bottom: 0;
  }
}
.singleProduct .info .priceNote form .select-options {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .singleProduct .info .priceNote form .select-options {
    margin-left: 10px;
  }
}
.singleProduct .info .priceNote form .select-options span:last-child {
  margin-left: 15px;
}
@media screen and (min-width: 768px) {
  .singleProduct .info .priceNote form .select-options span:last-child {
    margin-left: 10px;
  }
}
@media screen and (min-width: 768px) {
  .singleProduct .info .priceNote form {
    align-items: center;
    flex-direction: row;
  }
}
.singleProduct .info .priceNote label {
  cursor: pointer;
}
.singleProduct .info .priceNote .term_note > span {
  display: flex;
  font-size: 0.8rem;
}
.singleProduct .info .priceNote .term_note > span:last-of-type {
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .singleProduct .info .priceNote .term_note > span {
    display: inline-block;
  }
}
.singleProduct .info .priceNote .show_all_terms {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.singleProduct .info .priceNote .show_all_terms span {
  margin: 5px 0;
  font-size: 0.8rem;
}
.singleProduct .info .stock {
  margin: 0 0 0 2rem;
  line-height: initial;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.singleProduct .info .stock.in-stock:before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("https://pakhuisnoord.com/wp-content/themes/pakhuisnoord/dist/icon-check.794066a8.svg");
  margin-right: 0.5rem;
}
.singleProduct .info .checklist {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.singleProduct .info .checklist:first-child {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #d9dbe0;
}
.singleProduct .info .checklist li {
  margin: 0 0 0.5rem 0;
}
.singleProduct .info .cart {
  margin: 1rem 0 1rem 0;
  display: flex;
}
.singleProduct .info .cart button[type=submit] {
  background-color: #ffcd5f;
  padding: 0.75rem 1.5rem;
  border-radius: 0.125rem;
  transition: background-color 0.2s ease-out;
  color: #000000;
  min-height: 3rem;
}
.singleProduct .info .cart button[type=submit]:hover {
  background-color: #ffbd2c;
}
.singleProduct .info .product_shopping_options {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin: 0.5rem 0 1rem 0;
}
.singleProduct .description h2:first-child,
.singleProduct .specs h2:first-child {
  margin: 0;
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  text-transform: none;
  font-weight: 500;
  width: 100%;
  padding: 0.5rem 0;
  border-bottom: 1px solid #e8e9eb;
}
.singleProduct .measurements table {
  margin-top: 2rem;
}

@media screen and (max-width: 64rem) {
  .singleProduct {
    display: block;
  }
}
.in_3_terms_note {
  margin: 0 0 0 60px;
  line-height: 2;
}
.in_3_terms_note > span {
  display: flex;
  font-size: 0.8rem;
}
@media screen and (min-width: 768px) {
  .in_3_terms_note > span {
    display: inline-block;
  }
}

.orders {
  list-style: none;
}
.orders li {
  width: 100%;
  margin-bottom: 12px;
}
.orders li a {
  display: flex;
  align-items: center;
  padding: 24px 28px;
  border: 1px solid #d9dbe0;
  background: #fff;
  box-shadow: 0px 3px 20px rgba(141, 141, 141, 0);
  transition: 0.15s ease;
  color: #000000;
  text-decoration: none;
}
.orders li a:hover {
  box-shadow: 0px 3px 20px rgba(141, 141, 141, 0.16);
  text-decoration: none;
}
.orders li a > div {
  flex-shrink: 0;
  padding: 0 12px;
}
.orders li:hover {
  position: relative;
  z-index: 99;
}
.orders .order__date-number {
  padding-right: 40px;
}
.orders .order__date {
  font-size: 1em;
  margin: 0;
}
.orders .order__number {
  font-size: 0.875em;
}
.orders .order__products {
  display: flex;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 1;
  overflow-x: auto;
}
.orders .order__products img {
  width: 48px;
  height: auto;
  margin-right: 16px;
  min-width: 48px;
  white-space: nowrap;
}
.orders .order__status {
  padding-right: 28px;
}

.order__status span {
  background: #ffcd5f;
  color: #fff;
  display: block;
  padding: 5px 12px;
  font-size: 0.875em;
}
.order__status.on-hold span {
  background: #ffcd5f;
}
.order__status.cancelled span {
  background: #ff563d;
}

.single-order {
  position: relative;
}
.single-order .order__status {
  position: absolute;
  right: 0px;
  top: -55px;
  display: none;
}

.single-order__block {
  padding: 24px;
  border: 1px solid #d9dbe0;
  margin-bottom: 32px;
  font-size: 0.875em;
}
.single-order__block h2 {
  font-size: 1rem;
}

.single-order__notes {
  padding-bottom: 8px;
}

.single-order__content {
  margin-bottom: 24px;
}

.single-order__date {
  color: #979797;
  width: 100%;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
}

.order-item {
  display: flex;
  color: #000000;
  text-decoration: none;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #d9dbe0;
}
.order-item .order-item__image {
  width: 56px;
  height: 56px;
  margin-right: 12px;
  flex-shrink: 0;
}
.order-item .order-item__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.order-item h4 {
  font-weight: 400;
  font-size: 0.875rem;
}
.order-item .order-item__price {
  align-self: flex-start;
}
.order-item:hover {
  color: #000000;
}

.single-order__shipping .shipping-provider img {
  float: right;
  height: 16px;
  margin-left: 12px;
}

.single-order__shipping--tnt .shipping-provider img {
  height: 22px;
}

.totals-line--order_total span {
  font-weight: 600 !important;
}

.totals-line--shipping-blanco span:last-child {
  text-align: right;
  padding-right: 16px;
}

@media screen and (max-width: 767px) {
  .orders li a {
    padding: 16px 0;
    border: 0;
    border-bottom: 1px solid #d9dbe0;
    flex-wrap: wrap;
  }
  .orders li a:hover {
    box-shadow: none;
  }
  .orders li:first-child a {
    border-top: 1px solid #d9dbe0;
  }
  .orders .order__date-number {
    order: 10;
    width: 40%;
    padding: 0 8px 0 0;
  }
  .orders .order__products {
    order: 40;
    width: 100%;
    padding: 16px 0 0 0;
  }
  .orders .order__status {
    order: 20;
    width: 40%;
    padding: 0 8px;
    display: flex;
    justify-content: flex-end;
  }
  .orders .order__price {
    order: 30;
    width: 20%;
    padding: 0 0 0 8px;
    display: flex;
    justify-content: flex-end;
  }

  .single-order__block {
    border: 0;
    border-bottom: 1px solid #d9dbe0;
    padding: 0 0 24px;
  }
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.breadcrumbs {
  padding: 1.5rem 0;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e8e9eb;
}
.breadcrumbs a,
.breadcrumbs .breadcrumb_last {
  color: #383838;
  font-size: 0.75rem;
}
.breadcrumbs a {
  position: relative;
  padding-right: 0.75rem;
  margin-right: 0.75rem;
  display: inline-flex;
  align-items: center;
  transition: color 0.15s ease;
}
.breadcrumbs a:after {
  content: "";
  background-image: url("https://pakhuisnoord.com/wp-content/themes/pakhuisnoord/dist/icon-chevron-right.8cb76bdf.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 6px;
  height: 8px;
  position: absolute;
  left: calc(100% - 2px);
}
.breadcrumbs a:hover {
  color: #000000;
}
.breadcrumbs .breadcrumb_last {
  text-decoration: none;
}

.productRule {
  display: flex;
  align-items: center;
  padding: 1rem 1rem 1rem 3rem;
  border-top: 1px solid #e8e9eb;
  border-bottom: 1px solid #e8e9eb;
  margin-bottom: -1px;
}
.productRule .image {
  height: 3.5rem;
  width: 5rem;
}
.productRule .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0.125rem;
}
.productRule.--cart {
  display: grid;
  grid-template-columns: 5.5rem auto auto 1fr auto;
  grid-template-rows: 1fr 1fr;
  gap: 0 1rem;
}
.productRule.--cart .image,
.productRule.--cart .price {
  grid-row: span 2;
}
.productRule.--cart .amount {
  justify-self: flex-end;
  grid-column: 4/span 1;
  grid-row: span 2;
  margin-left: auto;
  margin-right: 1rem;
}
.productRule.--cart .price {
  grid-column: 5/span 1;
  justify-content: flex-end;
  min-width: 90px;
}
.productRule.--cart .name {
  grid-row: span 1;
  font-weight: 600;
}
.productRule.--cart .removeItem {
  grid-row: 2/span 1;
  grid-column: 2/span 1;
  color: #383838;
  font-size: 0.875rem;
  text-decoration: underline;
}
.productRule.--cart .removeItem:hover {
  text-decoration: underline;
  text-decoration-style: dashed;
}
@media screen and (max-width: 40rem) {
  .productRule.--cart {
    grid-template-rows: initial;
    grid-template-columns: 3rem auto auto auto;
  }
  .productRule.--cart .image {
    width: 3rem;
    height: 2rem;
  }
  .productRule.--cart .amount {
    margin-left: 0;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    grid-row: 2/span 1;
    grid-column: 2/span 1;
    justify-self: flex-start;
  }
  .productRule.--cart .amount input[type=number] {
    min-height: 2rem;
    padding: 0.25rem 0.5rem;
    min-width: 5rem;
  }
  .productRule.--cart .price {
    grid-column: 4/span 1;
  }
  .productRule.--cart .removeItem {
    grid-row: 3/span 1;
  }
}
@media screen and (max-width: 32rem) {
  .productRule.--cart {
    padding: 1rem 0.5rem 1rem 2rem;
    grid-gap: 0 0.5rem;
  }
  .productRule.--cart .tag {
    display: none;
  }
  .productRule.--cart .price {
    flex-direction: column-reverse;
  }
}
.productRule.--checkout {
  display: grid;
  grid-template-columns: 3rem 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0 0.5rem;
}
.productRule.--checkout .image {
  grid-row: span 2;
  width: 3rem;
  height: 2.25rem;
}
.productRule.--checkout .name {
  grid-row: span 1;
  font-weight: 500;
  font-size: 0.9375rem;
}
.productRule.--checkout .tag {
  justify-self: flex-start;
  font-size: 0.75rem;
  padding: 0.125rem 0.25rem;
}

.productDeal {
  padding-left: 2rem;
  position: relative;
}
@media screen and (max-width: 32rem) {
  .productDeal {
    padding-left: 1rem;
  }
}
.productDeal .productRule {
  padding-left: 1rem;
}
.productDeal > .tag {
  left: 0;
  width: 2rem;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 32rem) {
  .productDeal > .tag {
    font-size: 0.875rem;
    width: 1rem;
  }
}
.productDeal > .tag span {
  white-space: nowrap;
  text-align: center;
  transform: rotate(-90deg);
}

.checkout__reviewCart .productRule {
  padding: 0.5rem;
}
.checkout__reviewCart .productDeal {
  padding-left: 0;
}
.checkout__reviewCart .productDeal > .tag {
  display: none;
}

.shippingMethods {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
  gap: 1.5rem;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 32rem) {
  .shippingMethods {
    grid-template-columns: 1fr;
  }
}
.shippingMethods label {
  padding: 1rem;
  position: relative;
  border: 1px solid #e8e9eb;
  display: grid;
  grid-template-columns: 1.5rem auto;
  gap: 0.25rem 0.75rem;
  cursor: pointer;
  transition: 0.2s ease;
}
.shippingMethods label:hover {
  border-color: #d9dbe0;
}
.shippingMethods label:hover .radio:before {
  border-color: #d9dbe0;
}
.shippingMethods .radio {
  grid-row: span 2;
  width: 1.5rem;
}
.shippingMethods .radio:before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 99rem;
  border: 1px solid #e8e9eb;
  transition: 0.2s ease;
  background-size: 1rem;
  background-position: center 60%;
  background-repeat: no-repeat;
}
.shippingMethods .label {
  grid-column: 2/span 1;
  align-self: center;
  font-weight: 500;
}
.shippingMethods .description {
  grid-column: 2/span 3;
  grid-row: 2/span 1;
  color: #383838;
  font-size: 0.9735rem;
}
.shippingMethods .description svg {
  margin-right: 0.5rem;
}
.shippingMethods input[type=radio] {
  display: none;
}
.shippingMethods input[type=radio]:checked ~ .radio:before {
  border-color: #ffcd5f;
  background: url("https://pakhuisnoord.com/wp-content/themes/pakhuisnoord/dist/icon-check.794066a8.svg"), #ffcd5f;
  background-size: 1rem;
  background-position: center 60%;
  background-repeat: no-repeat;
}
.shippingMethods .tag.--price {
  background: #f5f5f5;
  justify-self: start;
  margin-left: 0.75rem;
}

.cartTotals,
.checkout__totals {
  background: #4c7f8d;
  padding: 2rem;
  color: #ffffff;
  margin: 2rem 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 0.9375rem;
}
.cartTotals .line,
.checkout__totals .line {
  padding: 0.75rem 1rem;
  border-top: 1px solid #b4d0d8;
  border-bottom: 1px solid #b4d0d8;
  margin-bottom: -1px;
  width: 20rem;
  display: flex;
  flex-wrap: nowrap;
}
.cartTotals .line > span:nth-child(1),
.checkout__totals .line > span:nth-child(1) {
  width: 13rem;
  flex-shrink: 1;
  flex-grow: 1;
  text-align: right;
}
.cartTotals .line > span:nth-child(2),
.checkout__totals .line > span:nth-child(2) {
  width: 4rem;
  flex-grow: 1;
  text-align: right;
}
.cartTotals .line:first-child,
.checkout__totals .line:first-child {
  display: flex;
  align-items: center;
  border-top: 0;
}
.cartTotals .line.--total,
.checkout__totals .line.--total {
  font-weight: 500;
  border-bottom: 0;
  margin-bottom: 0;
}

.shipping,
.payment {
  margin: 3rem 0 2rem;
}
.shipping > h2,
.payment > h2 {
  font-size: 1.25rem;
}

small.includes_tax {
  display: none;
}

.btn.--checkout, .woocommerce-ResetPassword .--checkout.woocommerce-Button, .nav a.--checkout, .singleProduct .info .cart button.--checkout[type=submit] {
  display: inline-flex;
  align-items: center;
}
.btn.--checkout svg, .woocommerce-ResetPassword .--checkout.woocommerce-Button svg, .nav a.--checkout svg, .singleProduct .info .cart button.--checkout[type=submit] svg {
  margin-left: 1rem;
  transition: 0.2s ease;
}
.btn.--checkout:hover svg, .woocommerce-ResetPassword .--checkout.woocommerce-Button:hover svg, .nav a.--checkout:hover svg, .singleProduct .info .cart button.--checkout[type=submit]:hover svg {
  transform: translateX(0.25rem);
}

.cart__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
  margin-top: 2.5rem;
}
.cart__footer a:not(.btn) {
  text-decoration: underline;
}
.cart__footer a:not(.btn):hover {
  text-decoration-style: dashed;
}

.cartTitle {
  margin: 2rem 0;
  font-size: 1.25rem;
}

.payin3-tooltip {
  display: none !important;
}

.optional {
  display: none;
}

.form-row {
  display: flex;
  flex-direction: column;
  line-height: 1;
  margin: 0 0 1rem 0;
  width: 100%;
}
.form-row label {
  line-height: 1;
  font-weight: 500;
  color: #000000;
  margin-bottom: 0.375rem;
}

.checkout__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 28rem) {
  .checkout__footer {
    flex-direction: column-reverse;
  }
  .checkout__footer a {
    margin-top: 1rem;
  }
}
.checkout__footer a {
  text-decoration: underline;
}
.checkout__footer a:hover {
  text-decoration-style: dashed;
}

.form-row .required {
  text-decoration: none;
}

.checkout__totals .line {
  width: 100%;
}

@media screen and (min-width: 64rem) {
  .woocommerce-billing-fields__field-wrapper {
    margin: 0 -0.5rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .woocommerce-billing-fields__field-wrapper > * {
    padding: 0 0.5rem;
  }

  #billing_company_field {
    margin-right: 50%;
  }

  #billing_company_field,
#billing_first_name_field,
#billing_last_name_field {
    width: 50%;
  }

  #billing_address_1_field {
    width: 80%;
  }

  #billing_address_2_field {
    width: 20%;
  }
  #billing_address_2_field .woocommerce-input-wrapper {
    margin-top: auto;
  }

  #billing_postcode_field {
    width: 35%;
  }

  #billing_city_field {
    width: 65%;
  }
}
.checkout {
  display: grid;
  grid-template-columns: 1fr 20rem;
  gap: 0 2rem;
}
.checkout .woocommerce-NoticeGroup {
  grid-column: span 2;
}
@media screen and (max-width: 56rem) {
  .checkout {
    display: flex;
    flex-direction: column;
  }
  .checkout .checkout__data {
    order: 1;
    margin-top: 2rem;
  }
}

.checkout-icon {
  margin-left: 2rem;
  padding-left: 2rem;
  border-left: 1px solid #e8e9eb;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 40rem) {
  .checkout-icon {
    padding-left: 1rem;
    margin-left: 1rem;
  }
}

.woocommerce-checkout .header {
  border-bottom: 1px solid #e8e9eb;
}
@media screen and (max-width: 40rem) {
  .woocommerce-checkout .header .logo {
    margin-left: 0;
  }
}

.checkout__totals {
  margin-bottom: 0;
  padding: 1.5rem 1.25rem;
  font-size: 0.875rem;
}
.checkout__totals .line {
  padding: 0.5rem 0;
}
.checkout__totals.--terms {
  padding: 1rem;
  background: #538b9a;
  margin: 0 0 1rem 0;
}

.line.--in-3 {
  border-bottom: 0;
}

.checkout__totals + a {
  width: 100%;
  text-align: right;
  text-decoration: underline;
  display: block;
}
.checkout__totals + a:hover {
  text-decoration-style: dashed;
}

.payment .methods {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  gap: 0.25rem;
}
.payment .methods li {
  padding: 0.75rem;
  display: flex;
  border: 1px solid #e8e9eb;
  flex-direction: column;
  transition: 0.15s ease;
}
.payment .methods li:hover {
  border-color: #d9dbe0;
}
.payment .methods li > input {
  display: none;
}
.payment .methods li > label {
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.payment .methods li > label:before {
  content: "";
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
  background: #fff;
  transition: 0.2s ease;
  background-size: 1rem;
  background-position: center 60%;
  background-repeat: no-repeat;
  border: 1px solid #d9dbe0;
  border-radius: 999px;
  margin-right: 0.5rem;
  order: 2;
}
.payment .methods li > label img, .payment .methods li > label svg {
  margin-right: 0.5rem;
}
.payment .methods li > input:checked ~ label:before {
  background-image: url("https://pakhuisnoord.com/wp-content/themes/pakhuisnoord/dist/icon-check.794066a8.svg");
  background-color: #ffcd5f;
  border-color: #ffcd5f;
}

.payment_method_mollie_wc_gateway_ideal p:last-child {
  margin: 0;
  position: relative;
}
.payment_method_mollie_wc_gateway_ideal p:last-child:after {
  content: "";
  position: absolute;
  right: 0.5rem;
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.payment_method_mollie_wc_gateway_ideal select {
  width: 100%;
  height: 2.5rem;
  border-radius: 0;
  -webkit-appearance: none;
  font: inherit;
  font-size: 0.875rem;
  padding: 0 0.5rem;
  border-color: #d9dbe0;
  background: #ffffff;
}

.auth {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
  gap: 2rem;
  padding: 3rem 0;
}
@media screen and (max-width: 32rem) {
  .auth {
    grid-template-columns: 1fr;
  }
}
.auth > * {
  padding: 2rem;
  border: 1px solid #d9dbe0;
  border-radius: 0.125rem;
}
.auth .notice {
  grid-row: span 2;
}

.notice.--favorite {
  background: #fff;
  display: grid;
  grid-template-columns: 7rem 1fr;
  text-align: left;
  gap: 0 1.5rem;
  padding: 1rem;
  border-radius: 0.125rem;
}
.notice.--favorite p {
  margin: 0;
}
.notice.--favorite p:nth-child(2) {
  align-self: flex-end;
}
.notice.--favorite p:nth-child(3) {
  align-self: flex-start;
}
.notice.--favorite img {
  grid-row: span 2;
  margin: 0;
  border-radius: 0.125rem;
}

.account {
  display: flex;
  flex-wrap: wrap;
  padding: 1.5rem 0;
}

.account__navigation {
  flex-grow: 1;
  border-radius: 0.125rem;
  margin-right: 2rem;
  margin-bottom: 2rem;
}
.account__navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.account__navigation ul a {
  padding: 0.5rem 1rem;
  display: flex;
  border-radius: 0.25rem;
}
.account__navigation ul li:last-child a {
  border-bottom: 0;
}
.account__navigation ul li.is-active a {
  background-color: #ffcd5f;
}

.account__content {
  flex-basis: 0;
  flex-grow: 999;
  min-width: calc(75% - 2rem);
}

.no-orders {
  padding: 4rem 4rem 3rem;
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.login__footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.login__footer a {
  color: #383838;
  font-size: 0.9375rem;
  text-decoration: underline;
}
.login__footer a:hover {
  text-decoration-style: dashed;
}

.register__footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.woocommerce-ResetPassword {
  width: 100%;
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #d9dbe0;
  border-radius: 0.125rem;
  padding: 1rem 2rem;
}
[data-tooltip] {
  -webkit-appearance: none;
  font: inherit;
  position: relative;
  z-index: 999999;
}
[data-tooltip] .tooltip {
  position: absolute;
  width: 16rem;
  background: #4c7f8d;
  box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.09);
  bottom: calc(100% + 1rem);
  padding: 1rem;
  color: #ffffff;
  font-weight: 300;
  line-height: 1.4;
  z-index: 9999;
  left: calc(50% - 8rem);
  border-radius: 0.25rem;
  opacity: 0;
  transform-origin: center bottom;
  transform: scale(0.75);
  transition: 0.2s ease-in;
}
[data-tooltip] .tooltip.active {
  opacity: 1;
  transform: scale(1);
  transition: 0.2s ease-out;
}
[data-tooltip] .tooltip.active p {
  color: #ffffff;
}
[data-tooltip] .tooltip:after {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  display: block;
  background: #4c7f8d;
  top: calc(100% - 0.5rem);
  left: calc(50% - 0.5rem);
  transform: rotate(45deg);
  border-radius: 0.125rem;
}

.checkout__totals.--terms [data-tooltip],
.term_note [data-tooltip] {
  padding: 0;
  width: 1.25rem;
  height: 1.25rem;
  font-size: 0.75rem;
  color: #ffffff;
  font-weight: 800;
  background-color: #3a616c;
  border-radius: 99rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.25rem;
}
.checkout__totals.--terms [data-tooltip]:focus,
.term_note [data-tooltip]:focus {
  outline: 0;
}
.checkout__totals.--terms [data-tooltip]:hover,
.term_note [data-tooltip]:hover {
  background-color: #4c7f8d;
}
.searchbar {
  position: relative;
  margin-right: 0.5rem;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.searchbarInput {
  display: flex;
  align-items: center;
  margin: 0;
}
.searchbarInput input {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: -1rem;
}
@media screen and (min-width: 32rem) {
  .searchbarInput input {
    min-width: 23rem;
  }
}
.searchbarInput .btn {
  width: 3rem;
  height: 3rem;
  border-color: #d9dbe0;
  border-radius: 0.125rem;
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.searchbarResults {
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  width: 100%;
  background: #fff;
  border: 1px solid #d9dbe0;
  z-index: 99;
}
.searchbarResults .--loading {
  min-height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.searchbarResults .--loading .loader {
  width: 2rem;
  height: 2rem;
  border: 0.25rem solid #d9dbe0;
  border-top-color: transparent;
  border-radius: 99rem;
  animation: spin 1s cubic-bezier(0.84, 0.1, 0.15, 0.87) infinite;
}
.searchbarResults .--empty {
  padding: 0.75rem;
  transition: 0.2s ease;
  display: flex;
}
.searchbarResults .--empty:hover {
  background-color: #f5f5f5;
}
.searchbarResults ul {
  list-style: none;
  margin: 0;
  padding: 0.25rem 0;
}
.searchbarResults .--products li a {
  padding: 0.5rem 0.75rem;
  display: grid;
  grid-template-columns: 4rem auto;
  grid-template-rows: 2rem 2rem;
  gap: 0.5rem;
  transition: 0.2s ease;
}
.searchbarResults .--products li a:hover {
  background-color: #f5f5f5;
}
.searchbarResults .--products li a .image {
  grid-row: span 2;
}
.searchbarResults .--products li a .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.125rem;
}
.searchbarResults .--products li a > div {
  display: flex;
  align-items: center;
}
.searchbarResults .--products li a > div .tag {
  margin-left: 1rem;
}
.searchbarResults .--categories li a {
  padding: 0.75rem;
  transition: 0.2s ease;
  display: flex;
}
.searchbarResults .--categories li a:hover {
  background-color: #f5f5f5;
}

.search-results {
  padding: 5rem 0;
}
.gallery__slider {
  height: auto;
  overflow-x: hidden;
  user-select: none;
}

.gallery__imageList {
  display: flex;
  touch-action: pan-x;
}
.gallery__imageList > * {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery__imageList img {
  object-fit: contain;
  object-position: center;
  pointer-events: none;
}

.gallery__thumbs {
  height: 4rem;
  overflow-x: scroll;
  display: flex;
  margin: 0.5rem 0;
  position: relative;
  -ms-overflow-style: none;
  touch-action: pan-x;
}
.gallery__thumbs::-webkit-scrollbar {
  display: none;
}
.gallery__thumbs > div {
  height: 100%;
  flex-shrink: 0;
  width: 16%;
  background-size: cover;
  background-position: center;
  margin-right: 0.5rem;
  cursor: pointer;
}

/*# sourceMappingURL=https://pakhuisnoord.com/wp-content/themes/pakhuisnoord/dist/index.css.map */